/* AB模板网 整站模板下载 */
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}
.NyNewsdetail_con a:hover{
  color:#A40A09
}
img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


#header {

  transition: all 0.5s;
  z-index: 999;
  transition: all 0.5s;
  height: 90px;

  width: 100%;

}

#header.header-transparent {}

#header.header-scrolled {


  box-shadow: 0 0 18px rgb(0 0 0 / 10%);

  transition: all 0.3s;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.top-box .logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 3;
  height: 90px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  width: 100%;
  text-align: center;

}

.nav-menu a {
  display: block;
  color: #333;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 18px;
  position: relative;
}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #A40A09;
  text-decoration: none;


}

.nav-menu li:hover>a::before {
  width: 50%;
  background: #A40A09;
}

.nav-menu .active>a::before {
  width: 50%;
  background: #A40A09;
}

.nav-menu a:hover::before, .nav-menu .active a:hover:before {
  width: 50%;
  background: #A40A09;
}

.nav-menu ul li a:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-menu .drop-down .nav_sub {
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
z-index: 99;
  margin: auto;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;


}

.nav-menu .drop-down:hover .nav_sub {
  opacity: 1;
  top: 90px;
  visibility: visible;
  height:300px;
  max-height:300px;

}

.nav-menu .drop-down .nav_sub .container {
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  display: flex;
  align-items: stretch;

}

.nav_sub .nav_l {
  width: 40%;
  padding: 40px 40px 40px 0;
  background-color: #f8f8f8;
  height: 400px;
}

.nav_sub .nav_l b {
  font-size: 30px;
  line-height: 48px;
  display: block;
  color: #333;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}

.nav_sub .nav_l div {
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: left;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nav_sub .nav_l a {
  background-color: #A40A09;
  width: 150px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 40px;
}


.nav_sub .nav_l ::before {
  content: '';
  width: 1920px;
  height: 100%;
  position: absolute;
  background: #f8f8f8;
  left: -1920px;
  top: 0;
}



.nav_sub .nav_l a:hover {
  color: #fff;
}

.nav_sub .nav_l a::before {
  width: 100%;
}


.nav_r {
  width: 60%;
  background-color: #ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;

}

.nav_sub .nav_r .l {
  width: 50%;
  padding-left: 5%;
  padding-top: 50px;

}

.nav_sub .nav_r .l a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  color: #333;
}

.nav_sub .nav_r .l a:hover {
  color: #A40A09;
}

.nav_sub .nav_r .l a::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.nav_sub .nav_r .l a:hover::before {
  width: 50%;
  background: #A40A09;

}

.nav_sub .nav_r.nav_pro .l {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_sub .nav_r.nav_pro .l ul { flex-direction: column; }
.nav_sub .nav_r.nav_pro .l ul li { display: flex; align-items: center;}
.nav_sub .nav_r.nav_pro .l ul li a { width: 160px;}
.nav_sub .nav_r.nav_pro .l ul li ul { display: flex; flex-direction: row; }

.nav_sub .nav_r.nav_pro .l ul li ul li a { height: 35px; line-height: 35px;}
.nav_sub .nav_r.nav_pro .l ul li ul li a { color: #999; font-size: 16px; width: auto;  background: url(../images/sanjiaoyou.png) no-repeat center left; padding-left: 20px; margin-left: 10px; } 
.nav_sub .nav_r.nav_pro .l ul li ul li ul { display: flex; flex-direction: row!important; margin-left: 60px;}
.nav_sub .nav_r.nav_pro .l ul li ul li ul a {  background: url(../images/shuangjiantou.png) no-repeat center left; }
.nav_sub .nav_r.nav_pro .l ul li:first-child ul { flex-direction: column;}

.nav_sub .nav_r.nav_pro .l a {
  width: 100%;
}

.nav_sub .nav_r .r {
  width: 40%;
  padding-top: 20px;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.nav-menu .drop-down a i {
  display: none;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}


.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #A40A09;
}

#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {
  color: #A40A09;


}

#header.header-scrolled .nav_sub .nav_r.nav_pro .l ul li ul li a { color: #999;}
#header.header-scrolled .h_language .icon { color: #333;}
#header.header-scrolled .h_language  .lanimg1 { display: none;}
#header.header-scrolled .h_language  .lanimg { display: block;}
#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

#header.header-scrolled .nav_sub .nav_l a {
  color: #fff;
}
#header.header-scrolled  .nav-menu li:hover>a::before {
  width: 50%;
  background: #A40A09;
}

#header.header-scrolled  .nav-menu .active>a::before {
  width: 50%;
  background: #A40A09;
}

#header.header-scrolled  .nav-menu a:hover::before, #header.header-scrolled .nav-menu .active a:hover:before {
  width: 50%;
  background: #A40A09;
}

/*  */
.nav_fr {
  height: 90px;
  display: flex;
  align-items: center;
}

.h_language {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}

.h_language .icon {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.h_language .icon img {
  margin-right: 8px;
  height: 20px;
}

.h_language .icon i {
  padding-left: 5px;
}

.h_language .lan_down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 3px 5px #d6d6d7;
  padding: 10px;
  display: none;
}

.h_language .lan_down dl {
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.h_language .lan_down dl a {
  display: block;

}
.h_language  .lanimg { display: none;}
.h_language .lan_down dl a:hover {
  color: #A40A09;
}

.h_language .lan_down::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  pointer-events: none;
  width:0;
  height:0;
border-right:15px solid transparent;
border-left:15px solid transparent;
border-bottom:15px solid #fff;

}


/* 手机导航 */
.mobile-menu-hamburger { display: none;}
.mobile-menu-hamburger a { color: #333; font-size: 28px;}
#header.header-scrolled .mobile-menu-hamburger a { color: #333; font-size: 28px;}
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  z-index: 9999;
}

.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-menu-inner {
  width: 100%;
  height: 100%;
  width: 350px;
  background-color: #fff;
  -webkit-box-shadow: -1px 0px 20px -5px #aaa;
  box-shadow: -1px 0px 20px -5px #aaa;
  position: relative;
  -webkit-transform: translateX(calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}



.mobile-menu-inner .mobile-menu-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0 20px;
  
}

.mobile-menu-inner .offcanvas-btn-close {
  font-size: 40px;
  color: #000000;
  opacity: 1;
}

.mobile-menu-inner .offcanvas-btn-close i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: normal;
}

.mobile-menu-inner .offcanvas-btn-close i:hover {
  color: #A40A09;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu-inner .widget-social {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu {
  text-align: start;
  padding: 10px 0px 30px;
}

.mobile-menu>.has-children>a i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  padding: 3px 0;

  text-align: right;
}
.mobile-menu>.has-children>a i.expanded {
  transform: rotate(90deg);

  color: #A40A09;
}
.mobile-menu>.has-children .dropdown {

  padding-left: 10px;
}

.mobile-menu>.has-children .dropdown li a {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0 ;

  text-align: right;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.mobile-menu>.has-children .dropdown li a i {  width: 50px;
  padding: 3px 0;}
.mobile-menu>.has-children .dropdown li a:hover {
  color: #A40A09;
 
}

.mobile-menu>.has-children.active>a {
  color: #A40A09;
}

.mobile-menu>.has-children.active>a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu>li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}

.mobile-menu>li>a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.mobile-menu>li>a:hover {
  color: #A40A09;
}

.mobile-menu>li:first-child {
  border-top: 1px solid #ebebeb;
}

/*首页banner图*/
#banner { position: relative;}
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}





#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;


}

#banner .swiper-button:hover {
  background: #A40A09;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #A40A09;
  width: 40px;
  transition-delay: 0s;
} */

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

.indexXian {
  position: absolute;
  left: 8%;
  top: auto;
  z-index: 1;
  bottom: 40px;
  display: flex;
}

.indexXian span {
  font-size: 14px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-right: 12px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  position: relative;
}

.indexXian i {
  width: 2px;
  height: 80px;
  background: #EFEFEF;
  display: block;
  position: relative;
  overflow: hidden;
}

.indexXian i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #A40A09;
  opacity: 1;
  animation: aline 3s infinite linear;
}

@keyframes aline {
  from {
    bottom: 100%;
  }

  to {
    bottom: -100%;
  }
}

.yuan {position: relative; margin-top: 60px;}

.yuan span {position: absolute; width:20px; height: 20px; background: #fff;border-radius: 50%; bottom: 0;}

.yuan span:nth-child(1){animation: cross-1 1.5s infinite linear;}

.yuan span:nth-child(2){ background: #A40A09; animation: cross-2 1.5s infinite linear;}

@keyframes cross-1{

  0%{transform: translateX(0); opacity: 0.8;}

  50%{transform: translateX(200%); opacity: 1;}

  100%{transform: translateX(0);opacity: 0.8;}

}

@keyframes cross-2{

  0%{transform: translateX(200%); opacity: 0.8;}

  50%{transform: translateX(0); opacity: 1;}

  100%{transform: translateX(200%);opacity: 0.8;}

}
.shuzi_gd{
    height: 234px;
    text-align: center;
    background: url("../images/shuzi_gd.jpg") center center no-repeat;
}
.shuzi_gd .float_l{
    width: calc(25% - 1px);
    height: 97px;
    margin-top: 74px;
    border-right: solid 1px #eeeeee;
}
.shuzi_gd .float_l:nth-child(1){
    width: calc(25% - 2px);
    border-left: solid 1px #eeeeee;
}
.shuzi_gd .float_l .counter{
    display: inline-table;
    font-size:60px;
    color: #ffffff;
    line-height: 53px;
    padding: 0 35px;
    margin-bottom: 18px;
}
.float_l {
    float: left;
}
.shuzi_gd .float_l p{
    font-size: 16px;
    color: #ffffff;
}
.shuzi_gd .float_l:nth-child(1) .counter{
    background: url("../images/counter1.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(2) .counter{
    background: url("../images/counter2.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(3) .counter{
    background: url("../images/counter3.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(4) .counter{
    background: url("../images/counter4.png") right top no-repeat;
}
/*关于我们*/
.xiwnen{ margin-top:160px}
.main_title {
  text-align: center;
  margin-bottom: 10px;
}

.main_title .m_p1 {
  font-size: 36px;
  display: flex;
  font-weight: bold;
  color: #A40A09;
  align-items: center;
  justify-content: flex-start;
  margin-bottom:50px;

}
.main_title .m_p2 { font-size: 28px; margin-top: 20px; color: #000;}
.main_title .m_p3 { font-size: 46px; margin-top: 10px; color: #333;}
.main_title .m_p4 { font-size: 26px; margin-top: 10px; color: #999;}

.pad80{ padding: 80px 0;}
.pad50{ padding: 50px 0;}
.about {
  position: relative;
}

.bg_box {
  position: relative;
  overflow: hidden;

  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;

}

.about_fr {
  width: 48%;

}
.adminbuy_tjpro {
    width: calc(100%);
    margin: 40px auto 0;
    position: relative
}

.adminbuy_tjpro:before {
    content: "";
    display: block;
    width: 82%;
    max-width: 1558px;
    height: 209px;
    background: url(../images/zg_bg1.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    transform: rotate(180deg)
}

.adminbuy_tjpro:after {
    content: "";
    display: block;
    width: 82%;
    max-width: 1060px;
    height: 77px;
    background: url(../images/tj_bg1.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    z-index: 2
}

.adminbuy_tjpro .w1400 {
    position: relative;
    z-index: 6
}

.adminbuy_tjpro .adminbuy_allbt {
    width: 25%;
    float: left
}

.adminbuy_tjpro .adminbuy_allbt .btyw {
    color: #fff
}

.adminbuy_tjpro .adminbuy_allbt p {
   
}

.adminbuy_tjpro .adminbuy_allbt i {
    background: rgba(255,255,255,.3)
}

.adminbuy_tjpro .jttop .proml {
    width: 75%;
    float: right;
    height: 75px;
    overflow: hidden
}

.adminbuy_tjpro .jttop .proml a {
    font-size: 16px;
    opacity: .7;
    display: block;
    width: 20%;
    float: left;
    padding-right: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s ease
}

.adminbuy_tjpro .jttop .proml a:hover {
    opacity: 1;
    color: #A40A09;
}

.adminbuy_tjpro .jttop .proml a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/圆圈.png) center no-repeat;
    margin-right: 12px
}

.adminbuy_tjpro .tjbox {
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 20px;
    min-height: 200px
}

.adminbuy_tjpro .tjbox ul li {
    width: 23.5%;
    float: left;
    background: #fff;
    padding: 5px;
    position: relative
}

.adminbuy_tjpro .tjbox ul li .pic {
    width: 100%;
    height: 260px;
    position: relative;
    display: block;
    overflow: hidden
}

.adminbuy_tjpro .tjbox ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    width:100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease
}

.adminbuy_tjpro .tjbox ul li .name {
    font-size: 18px;
    color: #333;
    background: #eee;
    padding:10px 0;
    font-weight: bold;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s ease
}

.adminbuy_tjpro .tjbox ul li p {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 17px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.adminbuy_tjpro .tjbox ul li p img {
    margin-right: 8px
}

.adminbuy_tjpro .tjbox ul li .more {
    display: block;
    width: 134px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease
}

.adminbuy_tjpro .tjbox ul li .more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../images/jt04.png) center no-repeat;
    margin-left: 14px;
    transition: all .4s ease
}

.adminbuy_tjpro .tjbox ul li:hover .pic img {
    transform: scale(1.1)
}

.adminbuy_tjpro .tjbox ul li:hover .name {
    color: #A40A09
}

.adminbuy_tjpro .tjbox ul li:hover .more {
    background: #A40A09;
    color: #fff
}

.adminbuy_tjpro .tjbox ul li:hover .more em {
    margin-left: 17px;
    background: url(../images/jt03.png) center no-repeat
}

@media screen and (max-width: 1499px) {
    .adminbuy_tjpro {
        width:100%
    }
}

@media screen and (max-width: 1440px) {
    .adminbuy_tjpro {
        margin-top:-25px;
        padding: 140px 0 130px
    }

    .adminbuy_tjpro .tjbox {
        margin-top: 40px
    }

    .adminbuy_tjpro .jttop .proml a {
        width: 25%
    }
}

@media screen and (max-width: 1199px) {
    .adminbuy_tjpro {
        margin-top:-15px
    }

    .adminbuy_tjpro .tjbox {
        margin-top: 30px
    }

    .adminbuy_tjpro .jttop .proml a {
        width: 33.3333%
    }

    .adminbuy_tjpro .tjbox ul li .name {
        font-size: 18px
    }

    .adminbuy_tjpro .tjbox ul li p {
        font-size: 15px
    }

    .adminbuy_tjpro .tjbox ul li .more {
        font-size: 15px
    }

    .adminbuy_tjpro .tjbox ul li .more em {
        width: 7px;
        height: 11px;
        background-size: 100%
    }
}

@media screen and (max-width: 1080px) {
    .adminbuy_tjpro {
        margin-top:40px;
        padding: 50px 0;
        border-radius: 0
    }

    .adminbuy_tjpro:before,.adminbuy_tjpro:after {
        display: none
    }

    .adminbuy_tjpro .adminbuy_allbt {
        width: 100%
    }

    .adminbuy_tjpro .jttop .proml {
        width: 100%;
        margin-top: 20px;
        height: 68px
    }

    .adminbuy_tjpro .jttop .proml a {
        width: 20%;
        padding: 0 15px;
        margin-bottom: 10px
    }

    .adminbuy_tjpro .tjbox {
        margin-top: 15px
    }
}

@media screen and (max-width: 880px) {
    .adminbuy_tjpro .jttop .proml a {
        width:25%
    }

    .adminbuy_tjpro .tjbox ul li .pic {
        height: 180px;
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .adminbuy_tjpro {
        margin-top:30px
    }

    .adminbuy_tjpro .jttop .proml a {
        width: 33.3333%
    }

    .adminbuy_tjpro .tjbox ul li .pic {
        height: 200px
    }

    .adminbuy_tjpro .tjbox ul li .name {
        font-size: 16px
    }

    .adminbuy_tjpro .tjbox ul li p {
        font-size: 14px
    }

    .adminbuy_tjpro .tjbox ul li .more {
        font-size: 14px;
        width: 120px;
        transition: all 0s ease
    }

    .adminbuy_tjpro .tjbox ul li .more em {
        margin-left: 7px
    }

    .adminbuy_tjpro .tjbox ul li:hover .more em {
        margin-left: 10px
    }
}

@media screen and (max-width: 550px) {
    .adminbuy_tjpro {
        padding:40px 0
    }

    .adminbuy_tjpro .jttop .proml a {
        padding: 0 15px 0 0;
        width: 50%
    }

    .adminbuy_tjpro .tjbox {
        margin-top: 10px
    }

    .adminbuy_tjpro .tjbox ul li {
        padding: 15px
    }

    .adminbuy_tjpro .tjbox ul li .pic {
        height: 150px
    }

    .adminbuy_tjpro .tjbox ul li .name {
        font-size: 15px;
        margin: 5px 0
    }

    .adminbuy_tjpro .tjbox ul li p img {
        display: none
    }
}

@media screen and (max-width: 413px) {
    .adminbuy_tjpro .tjbox ul li .pic {
        height:260px
    }
}

 .ab_txt {
  line-height: 32px;

  color: #666;
  font-size: 16px;
  text-align: justify;
  margin-top: 30px;

}

 .ab_txt span {
  color: #666;
}


.about_fl {
  width: 53%;
  overflow: hidden;
  padding-left: 5%;


}
.center{text-align: center;}


.more {
  border-radius: 23px;
  height: 46px;
  display: inline-block;
  font-size: 15px;
  line-height: 46px;
  color: #FFF;
  font-family: Arial;
  text-align: center;
  width: 160px;
  background: #A40A09;
  border: 1px solid #A40A09;
  margin-top: 45px;
  box-shadow: 0 0 10px #A40A09;
  position: relative;
  transition: all .3s;
}

.more:hover {
  background: #A40A09;
  border: 1px solid #A40A09;
  box-shadow: 0 0 10px #F56F6F;
}



/*  */


.xcal .swiper-wrapper {
  padding-top: 20px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;

}

.xcal .swiper-slide a { margin: 10px; display: block;     box-shadow: 0 0 10px #dedede; }

.xcal .swiper-slide a:hover {box-shadow: 0 0 10px #dedede;}


.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
}
.xcal .swiper-slide .inner-con .con{}
.xcal .swiper-slide .inner-con .con i{ width: 35px; height: 35px; border-radius: 35px; background: #A40A09; text-align: center; line-height: 35px; color: #fff; font-size: 16px;}
.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.xcal .swiper-slide .con {
  background-color: #fff;
  color: #333;
  text-align: center;
 padding: 20px;
  line-height:28px;
  font-size: 16px;

}

.sl .swiper-button-next {
  position: absolute;
  top: 65%;
  right: 50px;

  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width:50px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 24px;
  line-height:50px;
  text-align: center;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  background: #A40A09;
  border: 1px solid #A40A09;
}

.sl .swiper-button-prev {
  position: absolute;
  top: 65%;
  left: 50px;

  color: #fff;

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  border-radius: 100%;
  background: #A40A09;
  border: 1px solid #A40A09;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  transition: all .5s ease;
  outline: none;
 
}

.sl .swiper-button-prev:hover, .sl .swiper-button-next:hover {
  background: #A40A09;
  color: #fff;
}



.xcal .swiper-slide:hover p {
  background: #A40A09;
  color: #fff;
}
.xcal .swiper-slide:hover p i{ background: #fff; color: #A40A09;}
/*  优势 */
.service_box {

  position: relative;
  background: #F7F9FD;
}

.service_fl {
  width: 15%;
  background: #A40A09;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.Solution {

  width: 100%;
  margin-top:20px;
}

.Solution .swiper-num {
  position: absolute;
  bottom: 28%;
  left: -13%;
  color: rgba(255, 255, 255, .7);
  font-size: 26px;
  z-index: 9;
}

.Solution .swiper-num .active {
  color: #fff;
  padding-right: 4px;
  font-size: 40px;
  font-weight: bold;
}

#sol_top .swiper-slide {
  position: relative;
  background: #F7F9FD;

}

#sol_top .swiper-slide .bg {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  z-index: 1;
}



.sl{margin-top:30px}
#sol_top .swiper-slide .product-box {margin-top:30px; display: flex; flex-wrap: wrap;position: relative; z-index: 2; }
 #sol_top .swiper-slide .product-box a {
  width: calc(14% - 20px);
  padding:12px 0;
  text-align: center;
  margin: 10px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ccc;

 }
 #sol_top .swiper-slide .product-box a:hover { color: #fff; background: #A40A09; }
#sol_top .swiper-slide .product-box b {
  color: #000;
  font-size: 38px;
  line-height: 52px;
  width: 100%;
  text-align: center;
  display: block;
}

#sol_top .swiper-slide .product-box p {
  font-size: 18px;
  margin: 10px auto;
  line-height: 36px;
  text-align: center;
  width: 70%;
}
.Solution  { position: relative;}
.Solution img {
  width: 100%;
}


#sol_bot {
  width: 100%;
  margin-top: 30px;
  height: 200px;
}

.Solution .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

#sol_bot .swiper-wrapper {
  flex-wrap: wrap;
  background: #fff;



}

.Solution .swiper-container-thumbs .swiper-slide span {
  position: relative;
  z-index: 1;
}
.con .title{font-weight:600;font-size: 18px;line-height: 2;display: flex;
    align-items: center;
    justify-content: space-between;margin-bottom:15px}
.line2{
  display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.line1{
  display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.Solution .swiper-container-thumbs .swiper-slide {

  cursor: pointer;
  color: #000;

  position: relative;
  overflow: hidden;
  width: 25% !important;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: all 0.8s;

    border: 1px solid #eee;
    margin-left: -1px;

}
.Solution .swiper-container-thumbs .swiper-slide a { display: block; text-align: center;}
.Solution .swiper-container-thumbs .swiper-slide p {
  font-size:24px;
  text-align: center;
  z-index: 2;
  width: 100%;
  font-weight: 600;


  
}
.Solution .swiper-container-thumbs .swiper-slide .num { font-size: 50px; color:#dedede; font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.Solution .swiper-container-thumbs .swiper-slide .num img { margin-bottom: 15px; height: 60px; width: 60px;}
.Solution .swiper-container-thumbs .swiper-slide-thumb-active  {
  background:#A40A09 !important;
  color: #fff !important;
}
.Solution .swiper-container-thumbs .swiper-slide-thumb-active a { color: #fff;}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
/* 优势 */
.jspt {
  background: url(../images/bg.jpg) no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.jspt ul {
  padding: 0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.jspt ul li {
  font-size: 16px;
  color: #333;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, .7);
  padding-top: 20px;
  border-radius: 10px;
  margin-left: -1px;
  width: 23.55555%;
  font-weight: bold;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-top: -1px;
  z-index: 9;
  position: relative; margin-right:2%;
 
  backdrop-filter: blur(4px);
}

.jspt ul li a {
  display: block;
  color: #fff;
}

.jspt ul li p {
  border-radius: 50%;
  padding: 20px 10px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-weight: normal;
}

.jspt ul li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
  padding: 10px;
}

.jspt ul li i {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  margin-top: 5px;
  color: #000;
}

.jspt ul li em {
  font-weight: normal;
  margin-top: 15px;
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #333;
}

.jspt ul li p img {

  height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
 

}

.jspt ul li::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #A40A09;
  border-radius: 10px;
  transition: 0.5s;
}

.jspt ul li:hover:before {
  width: 100%;
  left: 0;
}

.jspt ul li a:hover i,.jspt ul li a:hover em,.jspt ul li a:hover p {
  color: #fff;
}
.jspt ul li a:hover img { filter: brightness(2);}
/* 产品资料 */
.news_con .newsfr ul li{background:#f8f8f8; margin-bottom:26px;}
.news_con .newsfr ul li:last-child{margin-bottom: 0;}
.news_con .newsfr ul li a{display: block;overflow: hidden; padding:19px 0;    box-shadow: 0 0 10px #af9495;}
.news_con .newsfr ul li .dateDiv{width:100px; text-align:center; color:#999999; border-right:1px solid #a40a09; padding:15px}
.news_con .newsfr ul li .dateDiv span{display: block; font-size:38px; color:#666; line-height: 1; margin-bottom: 7px;}
.news_con .newsfr ul li .textDiv{width: calc(100% - 120px);float: right; padding-right:20px}
.news_con .newsfr ul li .textDiv span{display: block;font-size:18px;color:#333333; font-weight:600;height:30px; line-height:2; overflow:hidden;margin-bottom:10px}
.news_con .newsfr ul li .textDiv p{display: block;color: #666666; margin:5px 0 0; height:50px; line-height:2; overflow:hidden; font-size:14px}
.news_con .newsfr ul li a:hover .textDiv span{color: #fff; }
.news_con .newsfr ul li a:hover .textDiv p{color: #fff; }
.news_con .newsfr ul li a:hover .dateDiv span,.news_con .newsfr ul li a:hover .dateDiv{color:#fff}
.news_con .newsfr ul li a:hover .dateDiv{border-right: 1px solid #fff}
.news_con .newsfr ul li:nth-child(1){visibility:visible; animation-name:fadeInRight; animation-duration:1s; animation-delay:.8s;}
.news_con .newsfr ul li:nth-child(2){visibility:visible; animation-name:fadeInRight; animation-duration:1s; animation-delay:1s;}
.news_con .newsfr ul li:nth-child(3){visibility:visible; animation-name:fadeInRight; animation-duration:1s; animation-delay:1.2s;}
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;

	}
  .news .news_con { display: flex; justify-content: space-between;}
.news .news_con .newsfl{
	width:40%;
	overflow:hidden;
	}
  .news .news_con .newsfl img{width:100%}
.news .news_con .newsfr{
	width:55%;
  padding-left: 2%;
	overflow:hidden;
  border-left:solid 1px #dedede;
	}
  .leftDiv a {
    display: block;
    position: relative;
    overflow: hidden;
}
  .leftDiv a .titleDiv {
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:92px;
	}
.newsmore a{
	display:block;
	width:212px;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:16px;
	padding-left:22px;
	background:#A40A09 ;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsmore a:hover,.ysmore a:hover,.procont .procontlf .promore2 a:hover{
	background: #A40A09 ;
}
.news .news_con .newsfr dl{
	width:100%;
	overflow:hidden;

	margin:0;
	}
.news .news_con .newsfr dl dt{

	overflow:hidden;

	font-size:16px;
	color:#a8a8a8;
	font-weight:normal;

	}
.news .news_con .newsfr dl dt span{
	display:block;
	font-size:16px;
	color:#a8a8a8;
	}
.news .news_con .newsfr dl dd{

	overflow:hidden;

	}
.news .news_con .newsfr dl dd b{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#A40A09;
	line-height:30px;
	font-weight:bold;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news .news_con .newsfr dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#575757;
	line-height:30px;
	margin-top:36px;
	}
.news .news_con .newsfr dl dd .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#A40A09;
	line-height:30px;

	padding-bottom:10px;
	margin-top:40px;
	}
.news .news_con .newsfr ul{
	width:100%;
	overflow:hidden;
	margin-top:0px;
  display: flex;
  flex-wrap: wrap;
	}
.news .news_con .newsfr ul li{

  width: 100%;
	padding:10px;
	background:#fff;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .news_con .newsfr ul li:last-child,.news .news_con .newsfr ul li:nth-child(3){
	border-right:none;
	}
.news .news_con .newsfr ul li .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a8a8a8;
	line-height:30px;
  margin-bottom: 6px;
	}
.news .news_con .newsfr ul li .newstit{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	margin-top:8px;


	}
.news .news_con .newsfr ul li .newsdes{
	width:100%;

	font-size: 14px;
	margin-top: 10px;
  color: #666;
    
}
.news .news_con .newsfr ul li .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#A40A09;
	line-height:30px;
	background:url(../images/icon6.png) no-repeat left bottom;
	padding-bottom:10px;
	margin-top:23px;
	}
.news .news_con .newsfr ul li:hover{
	background:#A40A09;
	}
  .news .news_con .newsfr ul li:hover 
.news .news_con .newsfr ul li:hover .newstit,.news .news_con .newsfr ul li:hover .newsdes ,.news .news_con .newsfr ul li:hover .newsdate{
	color:#fff;
	}
.news .news_con .newsfr ul li:hover .newsmore2{
	background:url(../images/iconh6.png) no-repeat left bottom;
	color:#fff;
	}


  
/*底部footer*/
.footer-main {

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: url(../images/ftbg.jpg) no-repeat center center;
  background-size: cover;
padding: 60px 0 0px 0;

}

.footer-main .container {
  display: flex;

  justify-content: space-between;
}


.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {


  width: 16%;
  margin-bottom:30px;




}

.footer-list3 {


  width: 35%;



}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 20px;

  margin-bottom: 20px;
  margin-top: 0;
  display: block;


}
.footer-list1 { border-left: 1px solid rgba(255, 255, 255, 0.3); padding-left: 2%;}

.footer-list1 .socials {

  margin-bottom:30px;
  display: flex;



}
.footer-list1 p img { margin-right: 8px;}
.footer-list1 .socials li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  
  width: 45px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list1 .socials li:hover { background: #3C69C4;}
.footer-list1 .socials li:hover img { filter: brightness(100);}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;

}

.footer-list1 p a,
.footer-list2 p a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #A40A09;
}


.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;

}

.address-content span {

  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #3C69C4;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;

}

.address-content p {
  color: #fff;
  font-size: 13px;
}
.foot_con { display: flex;}
.foot_con div{ margin-right: 20px;}
.footer-copyright {

  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: center;
  text-align: center;
  margin-bottom: 0;

}
.breadcumb-content{
      position: absolute;
    left: 10%;
    top: 30%;
}
#adminbuycn{
  position: relative;
}
.breadcumb-title div {
    font-size: 32px;
    color: #fff;
    line-height: 2;
}
.breadcumb-content .breadcumb-content-menu{font-size:18px;line-height: 2;color:#fff;margin-top:20px}
#adminbuycn:before {
    position: absolute;
    content: '';
    background: #272727;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.5;
}
.jianjietu:hover img{ transform:scale(1.1,1.1);}
.jianjietu img{transition:all 0.3s; max-width: 100%; height: auto !important;}
.jianjietu {overflow: hidden}
.footer-copyright span {
  color: rgba(255, 255, 255, 0.7);}
.footer-copyright p span {
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-copyright a {
  color: rgba(255, 255, 255, 0.7);
  margin-left:30px;
}

/*返回顶部*/
.scroll {

  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;
  margin-top: 5px;
}

.scroll .return {

  transform: scaleY(0);
  transition: 0.5s;
  background-color: #A40A09;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  border-radius: 5px;


}
.scroll i { font-size: 20px; color: #fff;}
.scroll .active {
  transform: scale(1);
}

.adminbuym_products {
    width: 100%;
}

.adminbuym_products .pro_main {
    width: 1400px;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.adminbuym_products .adminbuyPro_Left {
    width: 24%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left
}

.adminbuym_products .adminbuyPro_Right {
    width: 74%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right
}

.adminbuym_products .adminbuyPro_Right ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #fff;
    padding: 20px;
    margin-bottom: 55px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px
}

.adminbuym_products .adminbuyPro_Right ul li:nth-child(3n) {
    margin-right: 0
}

.adminbuym_products .adminbuyPro_Right ul li .pic {
    width: 100%;
    height: 230px;
    position: relative;
    display: block;
    overflow: hidden
}

.adminbuym_products .adminbuyPro_Right ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease
}

.adminbuym_products .adminbuyPro_Right ul li .name {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s ease
}

.adminbuym_products .adminbuyPro_Right ul li p {
    font-size: 15px;
    color: #666;
    margin-bottom: 17px;
    line-height: 2;
    max-width: 100%;
}

.adminbuym_products .adminbuyPro_Right ul li p img {
    margin-right: 8px
}

.adminbuym_products .adminbuyPro_Right ul li .more {
    display: block;
    width: 134px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease
}

.adminbuym_products .adminbuyPro_Right ul li .more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../images/jt04.png) center no-repeat;
    margin-left: 14px;
    transition: all .4s ease
}

.adminbuym_products .adminbuyPro_Right ul li:hover .pic img {
    transform: scale(1.1)
}

.adminbuym_products .adminbuyPro_Right ul li:hover .name {
    color: #A40A09
}

.adminbuym_products .adminbuyPro_Right ul li:hover .more {
    background: #A40A09;
    color: #fff
}

.adminbuym_products .adminbuyPro_Right ul li:hover .more em {
    margin-left: 17px;
    background: url(../images/jt03.png) center no-repeat
}

@media (max-width: 1440px) {
    .adminbuym_products .pro_main {
        width:94%
    }
}

@media (max-width: 1366px) {
    .adminbuym_products .adminbuyPro_Right ul li {
        width:23.5%;
        margin-right: 2%
    }
}

@media (max-width: 1280px) {
    .adminbuym_products .pro_main {
        padding:40px 0
    }

    .adminbuym_products .adminbuyPro_Right ul li {
        width: 32%;
        margin-bottom: 45px
    }

    .adminbuym_products .adminbuyPro_Right ul li:nth-child(4n) {
        margin-right: 2%
    }

    .adminbuym_products .adminbuyPro_Right ul li:nth-child(3n) {
        margin-right: 0
    }

    .adminbuym_products .adminbuyPro_Right ul li .name {
        font-size: 18px
    }

    .adminbuym_products .adminbuyPro_Right ul li p {
        font-size: 15px
    }

    .adminbuym_products .adminbuyPro_Right ul li .more {
        font-size: 15px
    }

    .adminbuym_products .adminbuyPro_Right ul li .more em {
        width: 7px;
        height: 11px;
        background-size: 100%
    }

    .adminbuym_products #fengye {
        margin: 20px auto 0
    }
}

@media (max-width: 1080px) {
    .adminbuym_products .adminbuyPro_Left {
        width:100%
    }

    .adminbuym_products .adminbuyPro_Right {
        width: 100%
    }
}

@media screen and (max-width: 880px) {
    .adminbuym_products .adminbuyPro_Right ul li .pic {
        height:180px;
        padding: 15px
    }
}

@media (max-width: 768px) {
    .adminbuym_products .pro_main {
        width:92%;
        padding: 40px 0
    }

    .adminbuym_products .adminbuyPro_Right ul li {
        width: 100%;
        margin-right: 0%
    }

    .adminbuym_products .adminbuyPro_Right ul li:nth-child(3n) {
        margin-right: 0%
    }

    .adminbuym_products .adminbuyPro_Right ul li:nth-child(2n) {
        margin-right: 0
    }

    .adminbuym_products .adminbuyPro_Right ul li .pic {
        height: 200px
    }

    .adminbuym_products .adminbuyPro_Right ul li .name {
        font-size: 16px
    }

    .adminbuym_products .adminbuyPro_Right ul li p {
        font-size: 14px
    }

    .adminbuym_products .adminbuyPro_Right ul li .more {
        font-size: 14px;
        width: 120px;
        transition: all 0s ease
    }

    .adminbuym_products .adminbuyPro_Right ul li .more em {
        margin-left: 7px
    }

    .adminbuym_products .adminbuyPro_Right ul li:hover .more em {
        margin-left: 10px
    }

    .adminbuym_products .adminbuyPro_Right .adminbuy_more {
        margin-top: 10px
    }

    .adminbuym_products #fengye {
        margin: 0 auto
    }
}

@media screen and (max-width: 550px) {
    .adminbuym_products .adminbuyPro_Right ul li {
        padding:15px
    }

    .adminbuym_products .adminbuyPro_Right ul li .pic {
        height: 150px
    }

    .adminbuym_products .adminbuyPro_Right ul li .name {
        font-size: 16px;
        margin: 5px 0
    }

    .adminbuym_products .adminbuyPro_Right ul li p img {
        display: none
    }
}

@media screen and (max-width: 413px) {
    .adminbuym_products .adminbuyPro_Right ul li .pic {
        height:210px
    }
}
.h_left {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
}
.cp_type {
}

.cp_type .hd {
    text-align: center;
    background: #A40A09 /*url(../images/hd_bg.jpg) center center no-repeat*/;
    background-size: cover;
    padding: 20px
}

.cp_type .hd p {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom:10px;
}

.cp_type .hd p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mulu_tlt.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px
}

.cp_type .hd span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.cp_type .bd {
    padding: 20px 10px 10px;
    background-color: #fff
}

.cp_type .bd ul li {
    margin: 0 auto 10px;
    border-bottom: 1px dashed #ddd;
}

.cp_type .bd ul li:last-child {
    border: 0
}

.cp_type .bd ul li.on {
}

.cp_type .bd ul li p {
    height: 60px;
    line-height: 60px;
    background-color: #fafafa
}

.cp_type .bd ul li p a {
    display: block;
    width: 80%;
    padding: 0 0 0 20px;
    overflow: hidden;
    line-height: 60px;
    color: #303030;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cp_type .bd ul li p span {
    display: block;
    width: 20%;
    height: 100%;
    background: url(../images/mulu1.png) center center no-repeat;
    cursor: pointer;
    float: left
}

.cp_type .bd ul li div {
    display: none
}

.cp_type .bd ul li div a {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #666;
    font-size: 15px;
    margin: 0 auto 1px;
    padding: 0 20px 0 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff url(../images/icon4.png) 20px center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.cp_type .bd ul li div a:first-child {
    border-top: 0
}

.cp_type .bd ul li p:hover,.cp_type .bd ul li.on p {
    background-color: #A40A09
}

.cp_type .bd ul li p:hover a,.cp_type .bd ul li.on p a {
    color: #fff
}

.cp_type .bd ul li p:hover span {
    background: url(../images/mulu2.png) center center no-repeat
}

.cp_type .bd ul li.on p span {
    background: url(../images/mulu3.png) center center no-repeat
}

.cp_type .bd ul li div a:hover {
    color: #A40A09;
    background: #f5f5f5 url(../images/icon5.png) 20px center no-repeat
}

.cp_type .bd ul a.ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #303030;
    background: #f1f1f1;
    width: 92%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.cp_type .bd ul a.ckqb:hover {
    background: #A40A09;
    color: #fff
}

.cp_type .bd ul li a.proAllBtn {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #303030;
    font-size: 16px;
    text-align: center;
    background-color: #fafafa;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.cp_type .bd ul li a.proAllBtn i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/jt3.png) center center no-repeat;
    margin: -4px 0 0 10px;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.cp_type .bd ul li a.proAllBtn:hover {
    color: #fff;
    background-color: #A40A09
}

.cp_type .bd ul li a.proAllBtn:hover i {
    background: url(../images/jt0.png) center center no-repeat;
    margin: -4px 0 0 20px
}

@media screen and (max-width: 1440px) and (min-width:1200px) {
    .cp_type .bd ul li p a {
        font-size:15px
    }
}

@media screen and (max-width: 1199px) and (min-width:1080px) {
    .cp_type .hd {
        padding:15px
    }

    .cp_type .bd ul li p {
        height: 50px;
        line-height: 50px
    }

    .cp_type .bd ul li p a {
        padding: 0 0 0 12px;
        line-height: 50px;
        font-size: 15px
    }

    .cp_type .bd ul li div a {
        height: 44px;
        line-height: 44px;
        padding: 0 12px 0 28px
    }

    .cp_type .bd ul li div a {
        background: url(../images/icon4.png) 12px center no-repeat
    }

    .cp_type .bd ul li div a:hover {
        color: #A40A09;
        background: url(../images/icon5.png) 12px center no-repeat
    }
}

@media screen and (max-width: 1079px) and (min-width:1024px) {
    .cp_type {
        margin:0
    }

    .cp_type .hd p:before {
        display: none
    }

    .cp_type .hd {
        background: #A40A09 url(../images/mulu3.png) 96.8% center no-repeat;
        padding: 10px 10px 10px 20px;
        text-align: left;
        overflow: hidden
    }

    .cp_type .hd.on {
        background: #A40A09 url(../images/mulu4.png) 96.8% center no-repeat
    }

    .cp_type .hd p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0;
        float: left
    }

    .cp_type .hd span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }

    .cp_type .bd {
        display: none;
        padding: 20px 20px 10px
    }

    .cp_type .bd ul li:last-child {
        border: 0
    }

    .cp_type .bd ul li p a {
        width: 90%;
        line-height: 56px;
        font-size: 15px
    }

    .cp_type .bd ul li div a {
        font-size: 14px
    }

    .cp_type .bd ul li p {
        height: 56px;
        line-height: 56px
    }

    .cp_type .bd ul li div a {
        height: 48px;
        line-height: 48px
    }

    .cp_type .bd ul li p span {
        background-size: 20px;
        width: 10%;
        float: right
    }

    .cp_type .bd ul li.on p span {
        background-size: 20px
    }

    .cp_type .bd ul li p:hover span {
        background-size: 20px
    }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
    .cp_type {
        margin:0
    }

    .cp_type .hd p:before {
        display: none
    }

    .cp_type .hd {
        background: #A40A09 url(../images/mulu3.png) 97% center no-repeat;
        padding: 10px 20px;
        text-align: left;
        overflow: hidden
    }

    .cp_type .hd.on {
        background: #A40A09 url(../images/mulu4.png) 97% center no-repeat
    }

    .cp_type .hd p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        float: left;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0
    }

    .cp_type .hd span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }

    .cp_type .bd {
        display: none;
        padding: 20px 20px 10px
    }

    .cp_type .bd ul li:last-child {
        border: 0
    }

    .cp_type .bd ul li p a {
        width: 89%;
        line-height: 56px;
        font-size: 15px
    }

    .cp_type .bd ul li div a {
        font-size: 14px
    }

    .cp_type .bd ul li p {
        height: 56px;
        line-height: 56px
    }

    .cp_type .bd ul li div a {
        height: 48px;
        line-height: 48px
    }

    .cp_type .bd ul li p span {
        background-size: 20px;
        width: 11%;
        float: right
    }

    .cp_type .bd ul li.on p span {
        background-size: 20px
    }

    .cp_type .bd ul li p:hover span {
        background-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .cp_type {
        margin:0
    }

    .cp_type .hd p:before {
        display: none
    }

    .cp_type .hd {
        background: #A40A09 url(../images/mulu3.png) 97% center no-repeat;
        padding: 10px 20px;
        text-align: left;
        overflow: hidden
    }

    .cp_type .hd.on {
        background: #A40A09 url(../images/mulu4.png) 97% center no-repeat
    }

    .cp_type .hd p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        float: left;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0
    }

    .cp_type .hd span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        display: none
    }

    .cp_type .bd {
        
        padding: 20px 20px 10px
    }

    .cp_type .bd ul li:last-child {
        border: 0
    }

    .cp_type .bd ul li p a {
        width: 85%;
        line-height: 48px;
        font-size: 15px;
        padding: 0 0 0 20px
    }

    .cp_type .bd ul li div a {
        height: 44px;
        line-height: 44px;
        font-size: 14px
    }

    .cp_type .bd ul li p {
        height: 48px;
        line-height: 48px
    }

    .cp_type .bd ul li p span {
        background-size: 20px;
        width: 15%;
        float: right
    }

    .cp_type .bd ul li.on p span {
        background-size: 20px
    }

    .cp_type .bd ul li p:hover span {
        background-size: 20px
    }
}

@media screen and (max-width: 320px) {
    .cp_type .hd {
        padding:6px 12px
    }

    .cp_type .hd p {
        font-size: 20px;
        margin: 0 5px 0 0
    }

    .cp_type .hd span {
        font-size: 14px
    }

    .cp_type .bd ul li p a {
        width: 83%;
        padding: 0 0 0 12px
    }

    .cp_type .bd ul li p span {
        width: 17%
    }

    .cp_type .bd ul li div a {
        padding: 0 12px 0 28px;
        background: url(../images/icon4.png) 12px center no-repeat
    }
}
.adminbuym_Xgwz {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0;
    background-color: #fff
}

.adminbuym_Xgwz .adminbuyXgwz_title {
    text-align: center;
    background: #A40A09 /*url(../images/hd_bg.jpg) center center no-repeat*/;
    background-size: cover;
    padding: 20px
}

.adminbuym_Xgwz .adminbuyXgwz_title p {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom:10px;
}

.adminbuym_Xgwz .adminbuyXgwz_title p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mulu_tlt1.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px
}

.adminbuym_Xgwz .adminbuyXgwz_title span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.adminbuym_Xgwz .adminbuyXgwz_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 10px 10px;
    min-height: 150px
}

.adminbuym_Xgwz .adminbuyXgwz_list ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.adminbuym_Xgwz .adminbuyXgwz_list ul li a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #303030;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 10px 0 30px;
    background: #fafafa url(../images/icon4.png) 15px 20px no-repeat;
    background-size: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.adminbuym_Xgwz .adminbuyXgwz_list ul li a:hover {
    color: #A40A09;
    background: #f5f5f5 url(../images/icon5.png) 15px 20px no-repeat;
    background-size: 10px 10px
}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination #pages {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.adminbuym_products .adminbuyPro_Right .pagination #pages li {
  width: auto;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 12px 14px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination{
  justify-content: center;
}
.adminbuym_products .adminbuyPro_Right .pagination #pages li.active{
  background: #A40A09;
}
.pagination li.active span {
    color: #fff;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.bd ul li p a.active{
  color:#A40A09;
  font-size:18px;
}
.pagination .st{ font-family:宋体}
.pro_nav_txt a.active{
  color:#fff;
  background:#A40A09 ;
}
/**新闻资讯**/
.news_box02{ overflow:hidden; width:100%;}
.news_box02 li{-webkit-box-flex:0;-ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; margin-bottom:30px; padding:0; border: 1px solid #dfdfdf;}
.news_box02 li .imgDiv{width:18%; height:auto; overflow:hidden; padding:0; float:left}
.news_box02 li .textDiv{ width:82%; float:right; padding:2%}
.news_box02 li .textDiv .bt{overflow:hidden; height:35px; line-height:35px; margin-bottom:20px}
.news_box02 li .textDiv .bt .title{ font-size:20px; color:#333; width:calc(100% - 160px); float:left; margin-bottom:0;font-weight:600}
.news_box02 li .textDiv .bt .sj{ font-size:16px; color:#999; width:160px; float:right; text-align:right}
.news_box02 li .textDiv .bt .sj i{font-family:"iconfont" !important; font-style:normal; font-size:16px; margin-right:5px;}
.news_box02 li .textDiv .p{ font-size:16px; color:#666; line-height:2}
.news_box02 li .textDiv .more1{ float:right; color:#999;; text-transform:uppercase; display:block; width:100px; text-align:center; line-height:30px;}
.news_box02 li .textDiv .more i{font-family:"iconfont" !important; font-style:normal; font-size:12px; float:right}
.news_box02 li:hover .textDiv .title{color:#FD9800}
.news_box02 li:hover .textDiv span{color:#FD9800;}
@media (max-width:1400px) {
}
@media (max-width:1024px) {
.news_box02 li .imgDiv{width:18%;}
.news_box02 li .textDiv{ width:80%;}
}
@media (max-width:780px) {
.news_box02 li .textDiv .bt {margin-bottom:5px}
.news_box02 li .imgDiv{width:30%;}
.news_box02 li .textDiv{ width:70%;}  
.news_box02 li .textDiv .title{}
.news_box02 li .textDiv .p{margin-bottom:5px}
}
@media (max-width:480px) {
.news_box02 li .imgDiv{width:100%;}
.news_box02 li .textDiv{ width:100%;} 
.news_box02 li .textDiv .bt .title{ width:calc(100% - 120px);}
.news_box02 li .textDiv .bt .sj{width:120px;} 
.news_box02 li .textDiv .more{margin-top:0;}
}
/*产品详细页 开始*/
.NyProDetail .NyProDetail_Main { width:100%; height:auto; margin:60px auto; padding:20px; background-color:#fff;}
.NyProDetail_Main .NyProDetail_Img { width:38%; height:auto; margin:0; padding:0; float:left;}

#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:88px; margin-top:10px; overflow:hidden;}
#spec-left { width:16px; height:88px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:88px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:23.5%; height:88px; margin:0 2% 0 0;}
#spec-list ul li:nth-child(4) { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; border:1px solid #e5e5e5; position:relative;}
#spec-list ul li:hover p { border:1px solid #FBBE01;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:350px; overflow:hidden; padding:0; background-color:#fff;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:102%!important; top:0!important;}
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.NyProDetail_Img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
.NyProDetail_Ms p{font-size:15px;color: #666;line-height: 2}
.NyProDetail_Main .NyProDetail_Text { width:62%; height:auto; margin:0; padding:40px 20px 0 40px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Name { width:100%; height:auto; min-height:40px; max-height:80px; overflow:hidden; line-height:40px; color:#333; font-size:24px; font-weight:bold; word-break:break-all; position:relative; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 auto 40px; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Ms { width:100%; height:auto; overflow:hidden; margin:0 auto 20px; padding:0 0 30px; border-bottom:1px solid #e5e5e5; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Ms span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; margin:0 auto 10px; padding:0;}
.NyProDetail_Text .NyProDetail_Ms span img { display:block; width:20px; height:20px; margin:5px 10px 5px 0; padding:0; float:left;}
.NyProDetail_Text .NyProDetail_Ms h1 { width:100%; height:auto; max-height:56px; overflow:hidden; line-height:28px; color:#999; font-size:16px; word-break:break-all; text-align:justify; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 auto; padding:0;}
.NyProDetail_Text .NyProDetail_Tags { width:100%; height:auto; margin:0 auto; padding:0;}
.NyProDetail_Tags dl dd { width:auto; max-width:30%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0 4% 0 0; padding:0; float:left;}
.NyProDetail_Tags dl dd:nth-child(4) { margin:0;}
.NyProDetail_Tags dl dd i { display:block; width:12px; height:12px; background:#a40a09;margin:16px 10px 16px 0; padding:0;  border-radius:50%; float:left;}
.NyProDetail_Text .NyProDetail_Btm { width:100%; height:60px; overflow:hidden; margin:40px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm a { display:block; width:auto; height:60px; overflow:hidden; margin:0 40px 0 0; padding:0; background-color:#edf0f7; border-radius:30px; float:left;}
.NyProDetail_Btm a.Btn01 i { display:block; width:60px; height:60px; margin:0; padding:6px; background-color:rgba(100,46,137,0.05); border-radius:50%; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm a.Btn01 i em { display:block; width:48px; height:48px; margin:0; padding:0; background:#a40a09 url(../images/zixun.png) center center no-repeat; background-size:30px 30px; border-radius:50%;}
.NyProDetail_Btm a.Btn01 span { display:block; width:auto; height:60px; line-height:40px; color:#a40a09; font-size:20px; font-weight:bold; margin:0; padding:10px 30px 10px 20px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm a.Btn02 { margin:0;}
.NyProDetail_Btm a.Btn02 i { display:block; width:60px; height:60px; margin:0; padding:6px; background:rgba(51,51,51,0.05); border-radius:50%; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm a.Btn02 i em { display:block; width:48px; height:48px; margin:0; padding:0; background:#333333 url(../images/tel.png) center center no-repeat; background-size:30px 30px; border-radius:50%;}
.NyProDetail_Btm a.Btn02 span { display:block; width:auto; height:60px; line-height:40px; color:#333333; font-size:24px; font-weight:bold; margin:0; padding:10px 30px 10px 20px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.NyProDetail_Con { width:100%; overflow:hidden; margin:0 auto; padding:40px 40px 0; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Con .NyProDetail_Tit { width:100%; height:auto; margin:0 auto 30px; padding:0; border-bottom:1px solid #e6e6e6;}
.NyProDetail_Con .NyProDetail_Tit span { display:block; width:auto; height:40px; overflow:hidden; line-height:38px; color:#A40A09; font-size:20px; font-weight:bold; margin:0; padding:0; border-bottom:2px solid #A40A09; float:left;}
.NyProDetail_Con .NyProDetail_Tit a { display:block; width:auto; height:40px; overflow:hidden; line-height:38px; color:#333; font-size:18px; font-weight:bold; margin:0 0 0 60px; padding:0; border-bottom:2px solid #fff; float:left;}
.NyProDetail_Con .NyProDetail_Tit a:hover { color:#FBBE01; border-bottom:2px solid #FBBE01;}
.ProDetailText p strong{font-size:15px}
.ProDetailText h2{font-size:17px;font-weight:bold;padding:10px 0;line-height: 2}
.NyProDetail_Con .ProDetailText { width:100%; font-size: 14px; line-height: 24px; color: #333; padding: 14px 0; font-weight: normal;}
.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;white-space:normal;word-break:break-all; text-align:justify;overflow: hidden; font-size: 14px; line-height: 2; color: #444;}
.ProDetailText table tr td p { text-indent:0!important;}
.ProDetailText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.NyPro_PrevNext { width:100%; height:auto; margin:30px auto 0; padding:7px 30px; background-color:#A40A09; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_PrevNext p { width:42%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_PrevNext p a { line-height:40px; color:#fff; font-size:16px;}
.NyPro_PrevNext p.NyProPrev { padding:0 0 0 30px;}
.NyPro_PrevNext p.NyProNext { padding:0 30px 0 0; text-align:right;}
.NyPro_PrevNext p img { display:block; width:20px; height:20px; margin:0; padding:0; position:absolute; top:10px;}
.NyPro_PrevNext p.NyProPrev img { left:0;}
.NyPro_PrevNext p.NyProNext img { right:0;}
.NyPro_PrevNext a.NyProAll { display:block; width:16%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; float:left;}
.NyPro_PrevNext a.NyProAll img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 10px 0 0; padding:0;}

.OdrTitle { width:100%; height:auto; margin:0 auto 30px; padding:0;}
.OdrTitle p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:30px; font-weight:bold; text-align:center; margin:0 auto 10px; padding:0;}
.OdrTitle i { display:block; width:128px; height:13px; overflow:hidden; margin:0 auto; padding:0; background:url(../images/line04.png) center center no-repeat;}

.NyProOrder_Main { width:100%; height:auto; margin:60px auto 0; padding:0; position:relative;}
.NyProOrder_Main #ly_msg.adminbuy_msg { width:100%!important; height:auto!important; margin:0 auto!important; padding:0!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg h3 { display:none!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul { width:100%!important; overflow:hidden!important; margin:0 auto!important; padding:0!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li h4, .NyProOrder_Main #ly_msg.adminbuy_msg ul li h4.xh { display:none!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li { width:100%!important; height:auto!important; overflow:hidden!important; line-height:inherit!important; color:inherit!important; font-size:inherit!important; margin:0 0 25px!important; padding:0!important; clear:inherit!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(1), .NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(3) { width:48%!important; margin:0 4% 25px 0!important; float:left!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(2), .NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(4){ width:48%!important; float:right!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li:last-child { margin:25px auto 0!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt1, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt12, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_tara { width:100%!important; height:auto!important; margin:0!important; padding:0!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt1 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt12 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt12 .msg_option { display:block!important; width:100%!important; height:60px!important; line-height:60px; color:#666; font-size:16px; margin:0!important; padding:0 20px!important; background-color:#fff!important; border:0!important; outline:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li .c_yzm { margin:0 10px 0 0!important; padding:0!important; float:left!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2 input { width:200px!important; margin:0 10px 0 0!important; float:left!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li a.yzm_img { display:block!important; width:120px!important; height:40px!important; margin:10px 0!important; padding:0!important; float:left!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2>span { line-height:60px!important; color:#999!important; font-size:16px!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_tara textarea, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt0 textarea { display:block!important; width:100%!important; height:150px!important; line-height:30px; color:#666; font-size:16px; margin:0!important; padding:15px 20px!important; background-color:#fff!important; border:0!important; outline:none!important; resize:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_btn { width:100%!important; height:auto!important; overflow:hidden!important; margin:20px 0 0!important; padding:0!important; float:inherit!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input { width:200px!important; height:60px!important; overflow:hidden!important; line-height:60px!important; color:#fff!important; font-size:16px!important; text-align:center!important; background-color:#333!important; margin:0 30px 0 0!important; padding:0!important; border:none!important; cursor:pointer!important; float:left;}
.NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input:hover { background-color:#FBBE01!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input.msg_btn1 { background-color:#FBBE01!important;}
.NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input.msg_btn1:hover { background-color:#FBBE01!important; color:333;}
.NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2 { width:100%!important;}
@media (max-width:1440px) {
  .NyProDetail .NyProDetail_Main{margin: 40px auto;}
  .NyProDetail_Tags dl dd { margin:0 30px 0 0;}
  .NyProDetail_Con{ padding:30px;}
  .NyProOrder_Main{margin: 40px auto 0;}
}
@media (max-width:1366px) {
  .NyProDetail_Main .NyProDetail_Img { width:40%;}
  .jqzoom { height:340px;}
  #spec-n5 { height:80px;}
  #spec-list ul li { height:80px;}
  .NyProDetail_Main .NyProDetail_Text { width:60%;}
  .NyProDetail_Text .NyProDetail_Name { font-size:26px; margin:0 auto 30px;}  
  .NyProDetail_Text .NyProDetail_Ms span { font-size:16px;}
  .NyProDetail_Text .NyProDetail_Ms h1 { max-height:50px; line-height:25px; font-size:15px;}
  .NyProDetail_Tags dl dd { width:48.5%; max-width:inherit; font-size:15px; margin:0 3% 0 0;}
  .NyProDetail_Tags dl dd:nth-child(2n+2) { margin:0;}
  .NyProDetail_Btm .NyProDetail_Tel span { font-size:14px;}
  
  .NyPro_PrevNext a.NyProAll, .NyPro_PrevNext p a{ font-size:15px;}
  
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .c_yzm { width:auto!important;}
}
@media (max-width:1280px) {
  .NyProDetail_Main .NyProDetail_Img { width:42%;}
  .NyProDetail_Main .NyProDetail_Text { width:58%; padding:20px 20px 0 40px;}
  .NyProDetail_Text .NyProDetail_Name { margin:0 auto 20px;}
  .NyProDetail_Text .NyProDetail_Btm { margin:30px auto 0;}
  .NyProDetail_Btm a { margin:0 30px 0 0;}
  
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt1 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt12 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt12 .msg_option { height:50px!important; line-height:50px!important; font-size:15px;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_tara textarea, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt0 textarea { height:145px!important; line-height:25px; font-size:15px; padding:10px 20px!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li a.yzm_img { margin:5px 0!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2>span { font-size:15px!important; line-height:50px!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input { height:50px!important; line-height:50px!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_btn { left:20px;}
  
}
@media (max-width:1200px) {
  .NyProDetail_Main .NyProDetail_Img { width:40%;}
  .NyProDetail_Main .NyProDetail_Text { width:60%; padding:20px 20px 0 40px;}
  .NyProDetail_Text .NyProDetail_Ms { margin:0 auto 15px; padding:0 0 20px;}
  .NyProDetail_Text .NyProDetail_Btm { height:50px; margin:20px auto 0;}
  .NyProDetail_Btm a { height:50px;}
  .NyProDetail_Btm a.Btn01 i, .NyProDetail_Btm a.Btn02 i { width:50px; height:50px; padding:4px;}
  .NyProDetail_Btm a.Btn01 i em, .NyProDetail_Btm a.Btn02 i em { width:42px; height:42px;}
  .NyProDetail_Btm a.Btn01 span { height:50px; padding:5px 30px 5px 20px; font-size:18px;}
  .NyProDetail_Btm a.Btn02 span { height:50px; padding:5px 30px 5px 20px; font-size:22px;}
  
  .jqzoom { height:300px;}
  #spec-n5 { height:72px;}
  #spec-list ul li { height:72px;}
  
  .NyProDetail_Con { padding:20px;}
  .NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
  .NyProDetail_Con .NyProDetail_Tit a { margin:0 0 0 40px;}
}
@media (max-width:1079px) {
  .NyProDetail_Text .NyProDetail_Name { min-height:36px; max-height:72px; line-height:36px; font-size:24px;}
  .NyProDetail_Text .NyProDetail_Ms { padding:0 0 15px;}
  .NyProDetail_Text .NyProDetail_Ms h1 { max-height:48px; line-height:24px; font-size:14px;}
  .NyProDetail_Tags dl dd { height:30px; line-height:30px; font-size:15px;}
  .NyProDetail_Tags dl dd i { margin:11px 8px 11px 0;}
  
  .NyProDetail .NyProDetail_Main { margin:40px auto;}
  .nyprobox .nyproxxcont{ margin-top:0;}
  .NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
  
  .NyProOrder_Main { margin:40px auto 0;}
  .NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input { width: 160px!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .c_yzm { height:50px;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:30px!important; padding:10px 0; font-size:14px!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_btn { margin:0!important;}
  
  .jqzoom { height:280px;}
  #spec-n5 { height:66px;}
  #spec-list ul li { height:66px;}
}
@media (max-width:1024px) {
    .NyProDetail .NyProDetail_Main{margin: 30px auto;}
  .NyProDetail_Btm a{ margin-right:15px;}
  .NyProDetail_Btm a.Btn01 span{padding: 5px 20px 5px 10px; font-size:18px;}
  .NyProDetail_Btm a.Btn02 span{padding: 5px 20px 5px 10px; font-size:18px;}
}
@media (max-width:880px) {
    .NyProDetail_Con .proshowParameter table td{ width:74% !important;}
}
@media (max-width:800px) {
  .sider{display: none}
  .NyProDetail .NyProDetail_Main{margin: 25px auto;}
  .NyProDetail_Main .NyProDetail_Img { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
  .jqzoom { height:480px;}
  #spec-n5 { height:100px;}
  #spec-list ul li { height:100px;}
  .zoomdiv { display:none!important;}
  .NyProDetail_Main .NyProDetail_Text { width:100%; margin:0 auto; padding:0; float:inherit;}
  .NyProDetail_Text .NyProDetail_Ms { margin:20px auto;}
  .NyProDetail_Text .NyProDetail_Name { font-size:24px;}
  
  .NyProDetail_Content .NyProDetail_Right { width:100%; margin:0 auto; padding:0; float:inherit;}
  .NyProDetail_Content .NyProDetail_Left { width:100%; margin:0 auto; padding:0; float:inherit;}

  .NyProOrder_Main #ly_msg.adminbuy_msg ul li:last-child { margin:20px auto 0!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_btn { width:100%!important; position:inherit; left:inherit; bottom:inherit;}
  .NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input { margin:0 20px 0 0!important;}
  
  .NyPro_PrevNext { padding:5px 20px;}
}
@media (max-width:767px) {
  .adminbuyOrder_msg #admin_msg.admin_msg ul li{width:100% !important}
  .adminbuy_Title1 p{font-size:20px !important;padding:10px 0}
  .NyProDetail .NyProDetail_Main { margin:20px auto; padding:12px;}
  .NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
  .NyProDetail_Con .ProDetailText { margin:0 auto;}
  .ProDetailText div, .ProDetailText p { margin:0 auto 10px;}
  .jqzoom { height:260px;}
  #spec-n5 { height:66px;}
  #spec-list ul li { height:66px;}
  .NyProDetail_Text .NyProDetail_Name { min-height:32px; max-height:64px; line-height:32px; font-size:20px; margin:0 auto 15px;}
  .NyProDetail_Text .NyProDetail_Name i { height:22px; top:5px;}
  .NyProDetail_Text .NyProDetail_Ms { margin:0 auto 15px; padding:0 0 15px;}
  .NyProDetail_Text .NyProDetail_Ms h1 { height:auto; max-height:72px; line-height:24px; font-size:14px;}
  .NyProDetail_Tags dl dd { width:100%; margin:0 auto; padding:4px 0; float:inherit;}
  .NyProDetail_Text .NyProDetail_Btm { height:auto; margin:15px auto 0;}
  .NyProDetail_Btm a { margin:0 12px 12px 0;}
  .NyProDetail_Btm a.Btn01 span { padding:5px 20px 5px 10px;}
  .NyProDetail_Btm a.Btn02 span { padding:5px 20px 5px 10px;}
  
  .NyProDetail_Con .NyProDetail_Tit a { margin:0 0 0 20px;}
  
  .NyPro_PrevNext { margin:20px auto 0; padding:10px 20px;}
  .NyPro_PrevNext p { width:100%; font-size:14px; text-align:left; padding:0;}
  .NyPro_PrevNext p a{ font-size:14px;}
  .NyPro_PrevNext p.NyProNext { text-align:left; padding:0 0 0 30px;}
  .NyPro_PrevNext p.NyProNext img { right: inherit; left:0;}
  .NyPro_PrevNext a.NyProAll { width:100%; font-size:14px; text-align:left;}
  
  .NyProOrder_Main { margin:20px auto 0;}
  .NyProOrder_Main .NyProOrder_Left { padding:0; margin:0 auto 20px;}
  .NyProOrder_Title p { line-height:36px; font-size:26px;}
  .NyProOrder_Title i { height:3px; margin:7px 0 10px;}
  .NyProOrder_Title span { line-height:24px; font-size:16px;}

  .NyProOrder_Main #ly_msg.adminbuy_msg ul li { margin:0 auto 10px!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(1), .NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(3), .NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(5) { width: 100%!important; margin: 0 auto 10px!important; float: inherit!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(2), .NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(4), .NyProOrder_Main #ly_msg.adminbuy_msg ul li:nth-child(6) { width: 100%!important; margin: 0 auto 10px!important; float: inherit!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2 input { width:160px!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input { width:48%!important; margin:0!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg .msg_btn input.msg_btn1 { margin: 0 4% 0 0!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2>span { line-height: 24px!important; font-size: 14px!important; padding:10px 0 0;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt1 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt12 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2 input, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt12 .msg_option { font-size:14px;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_tara textarea, .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt0 textarea { font-size:14px; height: 140px!important; line-height: 24px;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li:last-child { margin: 20px auto 0!important;}
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .c_yzm { float:inherit!important;}
  
}
.nyproleft.proleft{width:24%;float:left}
.nyright.nyproxxcont{width:75%;float:right;}
@media (max-width:375px) {
  .jqzoom { height:240px;}
  #spec-n5 { height:60px;}
  #spec-list ul li { height:60px;}
}
@media (max-width:320px) {
  .jqzoom { height:210px;}
  #spec-n5 { height:52px;}
  #spec-list ul li { height:52px;}
  
  .NyProDetail_Btm .NyProDetail_Tel img { position:inherit; left:inherit; top:inherit; margin:0 auto 10px;}
  .NyProDetail_Btm .NyProDetail_Tel span, .NyProDetail_Btm .NyProDetail_Tel p { text-align:center;}
  
  .NyProOrder_Main #ly_msg.adminbuy_msg ul li .msg_ipt2 input { width: 130px!important;}
}
/*NyProDetail 结束*/
.NyContactUsInfor_Con .NyContactUs_Lxfs { width:75%; height:200px; overflow:hidden; margin:0; padding:42px 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Lxfs ul li { width:33.333333%; height:150px; margin:0; padding:0 20px; border-right:1px solid #ccc; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Lxfs ul li:nth-child(3) { border:0;}
.NyContactUs_Lxfs ul li img { display:block; width:44px; height:44px; margin:0 auto 10px; padding:0;}
.NyContactUs_Lxfs ul li span { display:block; width:100%; height:auto; line-height:30px; color:#333; font-size:18px; text-align:center; margin:0 auto; padding:0;margin-bottom:5px}
.NyContactUs_Lxfs ul li p { width:100%; height:auto; max-height:48px; overflow:hidden; line-height:24px; color:#999; font-size:18px; text-align:center; word-break:break-all; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 auto; padding:0;}
.NyContactUsInfor_Con { width:100%; height:auto; margin:0 auto; padding:40px 0; background-color:#fff;}
.NyContactUsInfor_Con .NyContactUs_Ewm { width:25%; height:200px; overflow:hidden; margin:0; padding:20px 40px; border-right:1px solid #ccc; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Ewm span { display:block; width:130px; height:130px; overflow:hidden; margin:0 auto 10px; padding:4px; border:1px solid #e6e6e6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Ewm span img { display:block; width:120px; height:120px; margin:0 auto; padding:0;}
.NyContactUs_Ewm p { width:100%; height:auto; line-height:20px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.adminbuym_News {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 60px;
    background: #f9f9f9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.adminbuym_News .adminbuyNews_list {
    width: 1400px;
    margin: 60px auto 0;
    padding: 0
}

.adminbuyNews_list ul li {
    width: 32%;
    margin: 0 auto;
    transition: all 0.5s;
    float: left;
    margin: 0 2% 60px 0;
    position: relative
}

.adminbuyNews_list ul li .news_text {
    padding: 70px 35px 35px 35px;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 1
}

.adminbuyNews_list ul li:after {
    content: "";
    height: 100%;
    background: #123C96;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 0
}

.adminbuyNews_list ul li:nth-child(3n+3) {
    margin-right: 0
}

.adminbuyNews_list ul li .time {
    position: absolute;
    top: -25px;
    left: 35px;
    padding: 10px 20px;
    background: #888;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.adminbuyNews_list ul li .time span {
    font-size: 18px;
    color: rgba(255,255,255,.4)
}

.adminbuyNews_list ul li .time p {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    font-weight: bold
}

.adminbuyNews_list ul li .text a.name {
    color: #333;
    font-size: 20px;
    line-height: 28px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.adminbuyNews_list ul li .text p {
    color: #999;
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.adminbuyNews_list ul li .text a.more {
    color: #999;
    line-height: 28px;
    background: url(../images/news_more.png) 70px center no-repeat;
    vertical-align: middle;
    width: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.adminbuyNews_list ul li:hover .news_text {
    background: none
}

.adminbuyNews_list ul li:hover:after {
    width: 100%
}

.adminbuyNews_list ul li:hover .time {
    background: #123C96
}

.adminbuyNews_list ul li:hover .text a.name {
    color: #fff;
    font-weight: bold
}

.adminbuyNews_list ul li:hover .text p {
    color: #fff
}

.adminbuyNews_list ul li:hover .text a.more {
    color: #fff;
    background: url(../images/news_more_on.png) right center no-repeat
}

@media (max-width: 1440px) {
    .adminbuym_News .adminbuyNews_list {
        width:94%
    }
}

@media (max-width: 1199px) {
    .adminbuym_News {
        padding:30px 0 40px
    }

    .adminbuym_News .adminbuyNews_list {
        margin: 50px auto 0
    }

    .adminbuyNews_list ul li {
        margin: 0 2% 40px 0
    }

    .adminbuyNews_list ul li:nth-child(3n+3) {
        margin: 0 0 50px 0
    }

    .adminbuyNews_list ul li .news_text {
        padding: 65px 25px 25px
    }

    .adminbuyNews_list ul li .time p {
        font-size: 26px
    }
}

@media (max-width: 1024px) {
    .adminbuyNews_list ul li {
        width:49%
    }

    .adminbuyNews_list ul li:nth-child(3n+3) {
        margin: 0 2% 40px 0
    }

    .adminbuyNews_list ul li:nth-child(2n+2) {
        margin: 0 0 40px 0
    }
}

@media (max-width: 767px) {
    .adminbuym_News {
        padding:20px 0 40px
    }

    .adminbuyNews_list ul li {
        width: 100%;
        margin: 0 0 60px 0
    }

    .adminbuyNews_list ul li:last-child {
        margin: 0 0 40px 0
    }

    .adminbuyNews_list ul li .time {
        left: 5%
    }

    .adminbuyNews_list ul li .news_text {
        padding: 70px 5% 35px
    }

    .adminbuyNews_list ul li .text a.name {
        font-size: 18px
    }
}

@media (max-width: 375px) {
    .adminbuym_News {
        padding:0 0 40px
    }

    .adminbuyNews_list ul li {
        margin: 0 0 40px 0
    }

    .adminbuyNews_list ul li .time {
        top: -15px;
        padding: 10px 12px
    }

    .adminbuyNews_list ul li .time span {
        font-size: 16px
    }

    .adminbuyNews_list ul li .time p {
        font-size: 24px;
        line-height: 20px
    }
}

.admin_NyNewsdetail {
    width: 1400px;
    overflow: hidden;
    margin: 30px auto 20px;
    padding: 0;
    background: #fff
}

.admin_NyNewsdetail .NyNewsdetail_title {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 4%;
    background: #a40a09
}

.admin_NyNewsdetail .NyNewsdetail_title:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 30px;
    background: #fff;
    margin-right: 2%;
    vertical-align: middle
}

.admin_NyNewsdetail .contmain {
    width: 100%;
    margin: 0 auto;
    padding: 30px 3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.admin_NyNewsdetail .NyNewsdetail_tips {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin: 0 auto 30px
}

.admin_NyNewsdetail .NyNewsdetail_tips ul li {
    width: 20%;
    border-radius: 30px;
    padding: 5px 0 5px 0;
    margin: 0 1% 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #777
}

.admin_NyNewsdetail .NyNewsdetail_tips ul li span {
    width: auto;
    border-radius: 30px;
    display: inline-block;
    margin: 0 0 0 4%;
    text-align: center
}

.admin_NyNewsdetail .NyNewsdetail_con {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
    color: #565656;
    font-size: 16px;
    text-align: justify;
    overflow-wrap: break-word;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
    margin: 32px 0 24px;
}

.NyNewsdetail_con p,.NyNewsdetail_con div,.NyNewsdetail_con table,.NyNewsdetail_con tr,.NyNewsdetail_con td,.NyNewsdetail_con video,.NyNewsdetail_con img {
    max-width: 100%!important;
    max-height: 100%!important;
    line-height: 30px
}

.fvopvideo {
    width: 80% !important;
    height: 480px!important;
    margin: 0 auto 20px;
    position: relative;
    z-index: 99
}

.admin_NyNewsdetail .admin_PrevNext {
    margin: 40px auto 0
}

.admin_PrevNext i {
    display: block;
    width: 100%;
    height: 27px;
    margin: 20px auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    position: relative
}

.admin_PrevNext i:before {
    content: "";
    width: 47%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%
}

.admin_PrevNext i:after {
    content: "";
    width: 47%;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%
}

.admin_PrevNext {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff
}

.admin_PrevNext ul li {
    width: 50%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.admin_PrevNext ul li a {
    line-height: 40px;
    color: #666;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.admin_PrevNext ul li:last-child {
    text-align: right
}

.admin_PrevNext ul li:hover a {
    color: #123C96
}

@media (max-width: 1440px) {
    .admin_NyNewsdetail {
        width:94%
    }
}

@media screen and (max-width: 1439px) and (min-width:1281px) {
    .admin_NyNewsdetail .ot_time ul li {
        width:25%
    }

    .admin_NyNewsdetail .ot_time ul li span {
        width: 68%
    }
}

@media (max-width: 1280px) {
    .NyNewsdetail_con p,.NyNewsdetail_con div {
        width:100%;
        overflow: hidden;
        line-height: 30px;
        color: #565656;
        font-size: 16px;
        text-align: justify;
        text-indent: 0;
        margin: 0 auto;
        padding: 0
    }

    .NyNewsdetail_con .img {
        width: 80%;
        text-align: center
    }

    .NyNewsdetail_con p span,.NyNewsdetail_con span,.NyNewsdetail_con p em,.NyNewsdetail_con em {
        color: #565656!important;
        font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;
        font-size: 16px!important
    }

    .NyNewsdetail_con table tr td p {
        text-indent: 0!important
    }

    .NyNewsdetail_con img {
        display: inline-block;
        width: auto!important;
        height: auto!important;
        max-width: 100% !important;
        margin: 0 auto;
        padding: 0;
        text-indent: 0!important
    }
}

@media screen and (max-width: 1279px) and (min-width:1201px) {
    .admin_NyNewsdetail .ot_time ul li {
        width:25%
    }

    .admin_NyNewsdetail .ot_time ul li span {
        width: 68%
    }
}

@media (max-width: 1200px) {
    .admin_NyNewsdetail {
        margin:10px auto 20px
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 25%
    }

    .admin_NyNewsdetail .ot_time ul li span {
        width: 68%
    }
}

@media (max-width: 1080px) {
    .admin_NyNewsdetail .NyNewsdetail_title {
        font-size:28px
    }

    .admin_NyNewsdetail .admin_PrevNext {
        margin: 20px auto 0
    }

    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width: 22%
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 28%
    }
}

@media (max-width: 1024px) {
    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width:25%
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 30%
    }
}

@media screen and (max-width: 1023px) and (min-width:801px) {
    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width:29%
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 36%
    }
}

@media (max-width: 800px) {
    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width:30%
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 36%
    }

    .fvopvideo {
        width: 100%!important;
        height: 400px!important
    }
}

@media (max-width: 768px) {
    .admin_NyNewsdetail {
        width:92%;
        margin: 20px auto 0
    }

    .admin_NyNewsdetail .NyNewsdetail_title {
        font-size: 24px;
        line-height: 42px
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 38%
    }

    .admin_NyNewsdetail .NyNewsdetail_con {
        width: 100%;
        min-height: 300px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        line-height: 28px;
        color: #565656;
        font-size: 15px;
        text-align: justify
    }

    .NyNewsdetail_con p,.NyNewsdetail_con div {
        width: 100%;
        overflow: hidden;
        line-height: 28px;
        color: #565656;
        font-size: 15px;
        text-align: justify;
        text-indent: 0;
        padding: 0
    }

    .NyNewsdetail_con p span,.NyNewsdetail_con span,.NyNewsdetail_con p em,.NyNewsdetail_con em {
        color: #565656!important;
        font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;
        font-size: 15px!important
    }

    .admin_NyNewsdetail .admin_PrevNext {
        margin: 0 auto
    }

    .admin_PrevNext i:before,.admin_PrevNext i:after {
        width: 45%
    }

    .admin_PrevNext ul li {
        width: 100%;
        text-align: left!important;
        font-size: 15px
    }

    .admin_PrevNext ul li a {
        font-size: 15px
    }

    .fvopvideo {
        height: 260px!important
    }
}

@media screen and (max-width: 767px) and (min-width:426px) {
    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width:49%
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 65%
    }
}

@media (max-width: 425px) {
    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width:49%;
        font-size: 14px;
        margin: 0 1% 10px 0
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 65%;
        margin: 0 auto;
        display: inherit
    }

    .admin_NyNewsdetail .NyNewsdetail_tips {
        margin-bottom: 10px
    }

    .admin_PrevNext i:before,.admin_PrevNext i:after {
        width: 40%
    }
}

@media screen and (max-width: 390px) and (min-width:376px) {
    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width:54%
    }
}

@media (max-width: 375px) {
    .admin_NyNewsdetail .NyNewsdetail_title {
        line-height:42px;
        font-size: 20px
    }

    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width: 65%
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 70%;
        margin: 0 auto
    }
}

@media (max-width: 374px) {
    .admin_NyNewsdetail .NyNewsdetail_title {
        line-height:36px;
        font-size: 18px
    }

    .admin_NyNewsdetail .NyNewsdetail_tips ul li {
        width: 100%;
        padding: 5px 5%
    }

    .admin_NyNewsdetail .ot_time ul li {
        width: 82%
    }
}
.NyNewsdetail_con h2{font-size:16px;font-weight:600;padding:10px 0}
.NyNewsdetail_con p {
    text-wrap: inherit !important;
    font-size: 14px;
    line-height: 2;
    color: #444;
}
.fldn_right a{padding:25px 30px;background:#FFF;}
.fldn_right a p{font-size:14px;line-height:24px;color:#7b7b7b;}
.fldn_right a p:first-child{font-size:18px;height:28px;line-height:28px;margin-bottom:15px;font-weight:bold;color:#464a83;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fldn_right a p:nth-child(2){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:48px;}
.fldn_right a .fldn_btn{display:inline-block;width:130px;height:31px;line-height:29px;border:1px solid #464a83;text-align:left;padding-left:20px;color:#464a83;margin-top:12px;font-size:14px;}
.fldn_right a:hover .fldn_btn{padding-left:25px;color:#FFF;}
.fldn_right a:hover .fldn_btn:before{width:100%;background:#464a83;color:#FFF;}
.fldn_right a.n1{padding:15px 60px 20px 12px;;border-bottom:1px solid #ccc;background:url(../images/news_icon.png) no-repeat right 20px center;position:relative;}
.fldn_right a.n1:before{content:'';width:0;height:1px;background:#464a83;position:absolute;left:0;bottom:-1px;}
.fldn_right a.n1 .nc_date{width:99px;border-right:1px solid #FFF;min-width:99px;}
.fldn_right a.n1 .nc_date span{display:block;font-size:14px;height:14px;line-height:14px;color:#464a83;text-align:center;}
.fldn_right a.n1 .nc_date span:first-child{font-size:48px;height:48px;line-height:48px;font-weight:bold;margin-bottom:8px;}
.fldn_right a.n1 .nc_date i{width:20px;height:1px;display:block;margin:13px 0;background:#CCC;}
.fldn_right a.n1 .nc_pp{padding:2px 0 0 15px;width:calc(100% - 99px);}
.fldn_right a.n1 .nc_pp p:first-child{font-weight:bold;color:#333;}
.fldn_right a.n1:hover:before{width:100%;}