@charset "utf-8";
header{
	width:100%;
	height:155px;
	background:#fff;
}
.s_logo{
	display:none;
}
.nav {
	width:1200px;
	margin:0px auto;
}
.nav ul {
	width:100%;
	height:155px;
}
.nav ul li {
	float: left;
	width:14.28%;
	height: 155px;
	font-size: 16px;
	line-height:155px;
	font-weight:500;
	position:relative;
}
.nav ul li a {
	float: left;
	width:100%;
	height: 155px;
	color:#666;
	
}
.nav ul li a.b{
	text-align:right;
	
}
.nav ul li a:hover,
.nav_on{
	float: left;
	width:100%;
	height: 155px;
	color:#000;
}
.nav ul li ol{
	position: absolute;
	z-index: 999;
	top: 155px;
	display: none;
	margin:0px auto;
	width:180px;
	background:#666;
}

.nav ul li ol li {
	width: 100%;
	height:44px;
	line-height: 44px;
	font-size: 16px;
	margin: 0;
  text-align:left;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav ul li ol li a {
	display: block;
	width: 100%;
	padding:0px 6%;
	height: 44px;
	color: #fff;
	font-weight: normal;
	line-height: 44px;
}

.nav ul li ol li a:hover {
	width: 100%;
	padding:0px 6%;
	height:44px;
	color: #fff;
	background:#000;
}
.logo{
	width:154px;
	height:75px;
	padding-top:30px;
}
.logo img{
	height:75px;
}

#index-banner {
  position: relative;
}
#index-banner #banner {
  width:100%;
  margin: 0;
}
#index-banner #banner .swiper-slide {
  height: 920px;
  background: url(../images/banner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#index-banner #banner .swiper-slide .inner {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translateY(-50%);
}
#index-banner #banner .swiper-slide .inner p:nth-of-type(1) {
  font: 36px arial;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 15px;
}
#index-banner #banner .swiper-slide .inner p:nth-of-type(1) span {
  font-weight: bold;
}
#index-banner #banner .swiper-slide .inner p:nth-of-type(2) {
  font: 36px "微软雅黑";
  color: #fff;
  letter-spacing: 15px;
  margin: 20px 0 45px;
}
#index-banner #banner .swiper-slide .inner a {
  display: inline-block;
  width: 352px;
  height: 78px;
  border: 1px solid #fff;
  font: 20px/76px "微软雅黑";
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  background: url(../images/right.png) right 20px center no-repeat;
  transition: 300ms;
}
#index-banner #banner .swiper-slide .inner a:hover {
  background: #000 url(../images/right-hv.png) right 20px center no-repeat;
  color: #fff;
}
#index-banner .line-group {
  position: absolute;
  right: 0;
  top: 39%;
  z-index: 99;
  display:none;
}
#index-banner .line-group .item {
  font-size: 0;
  margin-bottom: 25px;
  text-align: right;
}
#index-banner .line-group .item:last-of-type {
  margin-bottom: 0;
}
#index-banner .line-group .item:nth-of-type(1) .line {
  width: 250px;
}
#index-banner .line-group .item:nth-of-type(1) .line:before {
  content: "01";
}
#index-banner .line-group .item:nth-of-type(2) .line {
  width: 200px;
}
#index-banner .line-group .item:nth-of-type(2) .line:before {
  content: "02";
}
#index-banner .line-group .item:nth-of-type(3) .line {
  width: 150px;
}
#index-banner .line-group .item:nth-of-type(3) .line:before {
  content: "03";
}
#index-banner .line-group .item:nth-of-type(4) .line {
  width: 100px;
}
#index-banner .line-group .item:nth-of-type(4) .line:before {
  content: "04";
}
#index-banner .line-group .item span {
  display: inline-block;
  vertical-align: middle;
}
#index-banner .line-group .item span.num {
  font: 14px "微软雅黑";
  color: #000;
  margin-right: 16px;
  transition: 800ms ease-in-out;
}
#index-banner .line-group .item span.line {
  height: 1px;
  background: #000;
  transform-origin: right center;
  transition: 800ms ease-in-out;
  position: relative;
}
#index-banner .line-group .item span.line:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #000;
  left: -8px;
  top: -3px;
  transform: scale(0);
  opacity: 0;
  transition: 800ms ease-in-out;
}
#index-banner .line-group .item span.line:before {
  position: absolute;
  left: 5px;
  bottom: -22px;
  font: 14px "微软雅黑";
  color: #000;
  transform: scale(0);
  opacity: 0;
  transition: 800ms ease-in-out;
}
#index-banner .line-group .item.active .num {
  opacity: 0;
  transform: scale(0);
}
#index-banner .line-group .item.active .line {
  width: 500px;
}
#index-banner .line-group .item.active .line:after,
#index-banner .line-group .item.active .line:before {
  opacity: 1;
  transform: scale(1);
}
.banner{
	width:100%;
	height: 920px;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.container {
  box-sizing: content-box;
  padding: 0 15px;
  transition: 300ms ease;
}
#index-body .index-top .container .i-section-1 {
  padding-top: 35px;
}
#index-body .index-top .container .i-section-1 .left {
  width: 64%;
  padding-top: 20%;
  padding-right: 5%;
}
#index-body .index-top .container .i-section-1 .left p:nth-of-type(1) {
  font: bold 24px "宋体";
  color: #010101;
  margin-bottom: 10px;
}
#index-body .index-top .container .i-section-1 .left p:nth-of-type(2) {
  font: 18px/30px Verdana;
  color: #666666;
  padding-left: 55px;
  background: url(../images/sec1-icon.png) left 17px no-repeat;
}
#index-body .index-top .container .i-section-1 .right {
  width: 36%;
  position: relative;
}
#index-body .index-top .container .i-section-1 .right img {
  width: 100%;
}
#index-body .index-top .container .i-section-1 .right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666666;
  right: -15px;
  bottom: -30px;
  z-index: -1;
}
#index-body .index-top .container .i-section-1 .right:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 139px;
  background: url(../images/sec1-text.png) no-repeat;
  right: -85px;
  top: 0;
  z-index: -1;
}
#index-body .index-top .container .i-section-2 .img {
  display: inline-block;
  width: 62%;
  position: relative;
}
#index-body .index-top .container .i-section-2 .img img {
  width: 100%;
}
#index-body .index-top .container .i-section-2 .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666666;
  left: -20px;
  bottom: -30px;
  z-index: -1;
}
#index-body .index-top .container .i-section-3 {
  padding: 35px 0 110px;
}
#index-body .index-top .container .i-section-3 .left {
  width: 66%;
  padding-top: 24%;
  padding-right: 20px;
}
#index-body .index-top .container .i-section-3 .left .img {
  margin-bottom: 30px;
  position: relative;
}
#index-body .index-top .container .i-section-3 .left .img img {
  width: 100%;
}
#index-body .index-top .container .i-section-3 .left .img:after {
  
}
#index-body .index-top .container .i-section-3 .left .link {
  margin-left: 60px;
}
#index-body .index-top .container .i-section-3 .left .link p {
  font: 24px "微软雅黑";
  color: #000000;
  margin-bottom: 5px;
}
#index-body .index-top .container .i-section-3 .left .link a {
  display: inline-block;
  font: 18px Verdana;
  color: #666;
}
#index-body .index-top .container .i-section-3 .left .link a img {
  vertical-align: middle;
  margin-right: 10px;
}
#index-body .index-top .container .i-section-3 .right {
  width: 34%;
  position: relative;
}
#index-body .index-top .container .i-section-3 .right img {
  width: 100%;
}
#index-body .index-top .container .i-section-3 .right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666666;
  right: -15px;
  bottom: -30px;
  z-index: -1;
}
#index-body .index-top .container .i-section-4 {
  text-align: right;
}
#index-body .index-top .container .i-section-4 .img {
  display: inline-block;
  width: 62%;
  position: relative;
}
#index-body .index-top .container .i-section-4 .img img {
  width: 100%;
}
#index-body .index-top .container .i-section-4 .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666666;
  right: -15px;
  bottom: -30px;
  z-index: -1;
}
#index-body .index-top .container .i-section-5 {
  padding: 85px 0 140px;
}
#index-body .index-top .container .i-section-5 .left {
  width: 48%;
  position: relative;
}
#index-body .index-top .container .i-section-5 .left img {
  width: 100%;
}
#index-body .index-top .container .i-section-5 .left:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666666;
  left: -15px;
  bottom: -30px;
  z-index: -1;
}
#index-body .index-top .container .i-section-5 .left:before {
  content: "";
  position: absolute;
  width: 162px;
  height: 8px;
  background: url(../images/sec5-icon.png) no-repeat;
  right: -75px;
  top: 52%;
  z-index: -1;
}
#index-body .index-top .container .i-section-5 .right {
  width: 52%;
  padding-top: 23%;
}
#index-body .index-top .container .i-section-5 .right p:nth-of-type(1) {
  font: bold 24px "宋体";
  color: #000000;
  padding-left: 35px;
  margin-bottom: 15px;
}
#index-body .index-top .container .i-section-5 .right p:nth-of-type(2) {
  font: 18px/30px Verdana;
  color: #666;
  padding-left: 90px;
}
#index-body .index-bottom .inner {
  max-width: 1757px;
  padding-left: 16.5%;
  position: relative;
}
#index-body .index-bottom .inner:after {
  content: "";
  width: 404px;
  height: 8px;
  position: absolute;
  background: url(../images/sec6-icon.png) no-repeat;
  left: 0;
  top: 40%;
}
#index-body .index-bottom .inner .inner-text {
  height: 540px;
  background: url(../images/sec6-img.jpg) center center no-repeat;
  background-size: cover;
}
#index-body .index-bottom .inner .inner-text .text {
  position: relative;
  top: 38%;
  left: 9%;
}
#index-body .index-bottom .inner .inner-text .text p:nth-of-type(1) {
  font: bold 30px "宋体";
  color: #fff;
  margin-bottom: 5px;
}
#index-body .index-bottom .inner .inner-text .text p:nth-of-type(2) {
  font: 18px Verdana;
  color: #fff;
}
footer {
  padding: 150px 0 65px;
}
footer .container {
  max-width: 945px;
}
footer .container .footer-top {
	padding-bottom:25px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
footer .container .footer-top .f_logo,footer .container .footer-top .f_logo img{
	height:32px;
}
footer .container .footer-top .menu {
  font-size: 0;
  margin-left: 30px;
  margin-top: 8px;
}
footer .container .footer-top .menu li {
  display: inline-block;
  font: bold 14px "微软雅黑";
  color: #000;
  margin-right: 55px;
}
footer .container .footer-top .menu li:last-of-type {
  margin-right: 0;
}
footer .container .footer-top .share {
  margin-top: 8px;
  margin-left: 45px;
  padding-left: 25px;
  border-left: 1px solid #cccccc;
}
footer .container .footer-top .share i {
  display: inline-block;
  margin-right: 30px;
}
footer .container .footer-top .share i img{
	height:20px;
}
footer .container .footer-bottom p {
	font-size:14px;
  color: #666666;
}
footer .container .footer-bottom p a:hover {
  color: #000;
}
@media (max-width: 1440px) {
  #index-banner .line-group {
    display: none;
  }
  #index-banner #banner .swiper-slide .inner {
    width: 100%;
    padding: 0 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #index-body .index-bottom .inner:after {
    display: none;
  }
  #index-body .index-bottom .inner {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  #index-banner #banner .swiper-slide {
    height: 300px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: 5px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 5px;
    margin: 10px 0 20px;
  }
  #index-banner #banner .swiper-slide .inner a {
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  #index-body .i-section {
    padding: 60px 0!important;
  }
  #index-body .index-top .container .i-section-1 .left {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 30px;
  }
  #index-body .index-top .container .i-section-1 .left p:nth-of-type(1) {
    font-size: 20px;
  }
  #index-body .index-top .container .i-section-1 .right {
    width: 100%;
    float: none;
  }
  #index-body .index-top .container .i-section-2 .img {
    width: 100%;
  }
  #index-body .index-top .container .i-section-3 .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding-top: 0;
  }
  #index-body .index-top .container .i-section-3 .right {
    width: 100%;
    float: none;
  }
  #index-body .index-top .container .i-section-4 .img {
    width: 100%;
  }
  #index-body .index-top .container .i-section-5 .left {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  #index-body .index-top .container .i-section-5 .left:before {
    display: none;
  }
  #index-body .index-top .container .i-section-5 .right {
    width: 100%;
    float: none;
    padding: 0;
  }
  #index-body .index-top .container .i-section-5 .right p:nth-of-type(1) {
    padding: 0;
  }
  #index-body .index-top .container .i-section-5 .right p:nth-of-type(2) {
    padding: 0;
  }
  #index-body .index-bottom .inner .inner-text .text {
    width: 100%;
    padding: 0 15px;
    left: 0;
  }
}
/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #333;
    position: relative;
    z-index: 999;
	padding: 15px 0;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}
.mnav_lists>div ol{
    width: 100%;
	background:#454545;
    text-align: center;
}
.mnav_lists>div ol li{
    width: 100%;
}
.mnav_lists>div ol li a{
	padding:6px 0;
	font-size:12px;
	display: inline-block;
    width: 100%;
}
.mnav_lists>div a.b{
	float:left;
    width: 30%;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    color: #000;
	background:#fff;
	margin:50px 10% 10px 10%;
	box-sizing:border-box;
}
.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 14px 12px;
    cursor: pointer;
}
@media (max-width: 1440px) {
  #index-banner .line-group {
    display: none;
  }
  #index-banner #banner .swiper-slide .inner {
    width: 100%;
    padding: 0 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media (max-width: 992px) {
 
  #index-banner #banner .swiper-slide {
    height: 500px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 30px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(2) {
    font-size: 30px;
  }
  #index-body .index-top .container .i-section-1 .right:before {
    display: none;
  }
  footer .container .footer-top .menu li {
    margin-right: 20px;
  }
}

@media (max-width:720px) {
  #index-banner #banner .swiper-slide {
    height: 300px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: 5px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 5px;
    margin: 10px 0 20px;
  }
  #index-banner #banner .swiper-slide .inner a {
    width: 280px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
  }
}
/*内页*/
.c-banner{
	width:100%;
}
.add{
	width:1200px;
	margin:0px auto;
	box-sizing:border-box;
	padding:10px 0px;
	color:#666;
	font-size:12px;
}
.add img{
	width:20px;
	vertical-align: -5px;
    margin-right: 10px;
    display: inline-block;
}
.add a{
	color:#333;
}
.c_c{
	width:1200px;
	margin:0px auto;
	padding:60px 0px;
}
.qy_tit{
	width:100%;
	font-size: 20px;
    color: #989898;
	padding-bottom:8px;
}
.qy_na{
	width:100%;
	font-size: 42px;
    color: #333;
}
.ab_c{
	font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-top: 40px;
}
.ab_d{
	width:100%;
    background: #f7f9fb;
    text-align: center;
}
.ab_dtl{
	font-size: 30px;
    color: #333;
	padding-bottom:30px;
	text-align:center;
	width:100%;
}
.ab_dct{
	width:100%;
}
.ab_li{
	width: 24%;
	padding: 1%;
	display: inline-block;
    vertical-align: top;
}
.w_c{
	width:100%;
    background: #f5f5f5;
	padding-bottom:80px;
}
.ccc{
	width:1200px;
	margin:0px auto;
	box-sizing:border-box;
	background: #fff;
    padding: 26px 36px;
    border-bottom: 4px solid #666666;
}
.w_tl{
	color: #666666;
    font-size: 18px;
    text-transform: capitalize;
    text-indent: 34px;
    padding-bottom: 8px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 35px;
}
.w_ct{
	width:100%;
	line-height:180%;
}
.w_ali{
	width:32%;
	padding:1%;
	box-sizing:border-box;
	text-align:center;
	display: inline-block;
    vertical-align: top;
}
.w_ali p{
    height: 36px;
    overflow: hidden;
	text-align: center;
    margin-top: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
}
.w_ali p a{
	 color: #333;
}
.w_ali p a:hover{
	 color: #666;
}
.p_li{
	width:100%;
	font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.p_li p.p_litl{
	font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}
.p_li p.p_lict{
	line-height:140%;
	color: #333;
	margin-bottom: 10px;
}
.p_li p.p_dz{
	display:none;
	height:30px;
}
.p_li p.p_dz img{
	height:30px;
}
.count-box {
    position: relative;
    border-radius: .25em;
    font-size: 12px;
    text-decoration: none;
    background-color: #fff;
    margin-left: 8px;
    line-height: 28px;
    display: inline-block;
    padding: 0 10px;
    box-shadow: 0 0 0 1px #bdbdbd inset;
    color: #616161;
    vertical-align: middle;
    text-align: center;
}
.count-box:before {
    content: '';
    position: absolute;
    border: 1px solid transparent;
    background: #fff;
    border-bottom-color: #bdbdbd;
    left: -5px;
    top: 50%;
    border-left-color: #bdbdbd;
    transform: rotate(45deg) translatey(-50%);
    width: 5px;
    height: 5px;
    margin: 0;
}
.map{
	width:100%;
}
.dw_tl{
	margin-bottom: 26px;
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
}
.mess{
	width:100%;
}
.mess_lf{
	float:left;
	width:49%;
	padding-right:2%;
}
.mess_rg{
	float:left;
	width:49%;
}
.mess_li{
	width:100%;
	height:40px;
	line-height:40px;
}
.mess_li span{
	color: red;
}
.tx{
	width:100%;
	height:36px;
	border: 1px solid #CCD1D9;
	line-height:36px;
	color:#999;
	outline:none;
	font-size:14px;
	padding:0px 3%;
	box-sizing:border-box;
}
.tx1{
	float:left;
	width:50%;
	height:36px;
	border: 1px solid #CCD1D9;
	line-height:36px;
	color:#999;
	outline:none;
	font-size:14px;
	padding:0px 3%;
	box-sizing:border-box;
}
.yzm{
	float:left;
	width:100px;
	margin-left:10px;
	height:36px;
}
.mess_liuy{
	width:100%;
	height:280px;
}
.ly_tx{
	width:100%;
	background:#fff;
	height:280px;
	border: 1px solid #CCD1D9;
	line-height:24px;
	color:#999;
	outline:none;
	font-size:14px;
	box-sizing:border-box;
	padding:0px 3%;
	font-family:"微软雅黑";
}
.liuy{
	width:50%;
	margin:10px auto 40px auto;
	height: 40px;
}
.btn{
	background: #666;
	color:#fff;
	border:none;
	display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn:hover{
	background:#000;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.product{
	width:1200px;
	margin:0px auto;
}
.product_lf{
	float:left;
	width:25%;
	background: #fbfbfb;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.product_rg{
	float:left;
	width:75%;
	box-sizing:border-box;
	background: #fff;
    padding: 26px 36px;
    border-bottom: 4px solid #666666;
}
.prod_cla{
	width:100%;
	height: 70px;
    line-height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}
.prod_cla a{
	color: #474445;
    display: block;
    padding: 0 20px 0 37px;
}
.prod_cla a:hover{
  color: #666666;
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.img-box{
	width:100%;
    overflow: hidden;
	vertical-align: top;
}
.img-box img{
    transition: 1s ease;
}
.img-box:hover img{
    transform: scale( 0 1.1);
}
.pro_top{
	width:100%;
}
.pro_lf{
	float:left;
	width:55%;
	padding-right:5%;
}
.pro_rg{
	float:left;
	width:40%;
	color: #333;
}
.pro_rg p.p_tl{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
	padding-bottom:20px;
}
.pro_rg p.p_dz{
	height:30px;
	display:none;
}
.pro_rg p.p_dz img{
	height:30px;
}
.pro_rg p.p_btn{
	width:100%;
	height:36px;
	margin-top:40px;
}
.pro_rg p.p_btn a{
	font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    color: #fff;
    width: 195px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #666666;
}
.pro_rg p.p_btn a:hover{
    background: #000;
}
.tuij_tl{
	width:100%;
	margin:50px 0px 20px 0px;
}
.tuij_tl p{
	width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #666666;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}
.tuij{
	width:100%;
	margin-bottom:40px;
}
.tuij_li{
	width: 24%;
    padding: 1%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.tuij_li p {
    height: 36px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
}
.p_mess{
	width:100%;
	height: auto;
    padding: 35px 45px 25px;
    border: 1px solid #dddddd;
    background: #fff;
}
.mess_tl{
	margin-bottom: 26px;
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
}
.news_li{
	width:100%;
    padding: 20px 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.news_img{
	float:left;
	width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.news_rg{
	width: 75%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding-left: 25px;
	color:#777;
}
.news_rg p{
    font-size: 16px;
    font-weight: 500;
    color: #555;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}
.news_rg i.new-update {
    display: block;
    margin: 10px 0;
}
.new_title{
	width:100%;
	padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #333;
}
.new_rq{
	width:100%;
	font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
.news_jj{
	width:100%;
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}
.news_cont{
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}
.news_cont p.p_dz{
	height:30px;
	margin-top:20px;
	display:none;
}
.news_cont p.p_dz img{
	height:30px;
}
.news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
	line-height:200%;
}
.news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .nav {
	max-width: 760px;
}
.add,.c_c,.ccc,.product{
	max-width: 760px;
}
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .nav {
	max-width: 990px;
}
.add,.c_c,.ccc,.product{
	max-width: 990px;
}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1024px;
  }
  .nav {
	max-width: 1200px;
}
.add,.c_c,.ccc,.product{
	max-width: 1200px;
}
}
.lightbox-moudle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox-moudle .lightbox-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox-moudle .lightbox-wrapper .lightbox-container {
  overflow: hidden;
  width: 500px;
  --swiper-navigation-size: 25px !important;
}

.lightbox-moudle .lightbox-wrapper .lightbox-container .swiper-button-white {
  box-sizing: content-box;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.3);
}

.lightbox-moudle .lightbox-wrapper .lightbox-container .swiper-wrapper {
  width: 100%;
}

.lightbox-moudle .lightbox-wrapper .lightbox-container .swiper-wrapper .swiper-slide {
  width: 100%;
}

.lightbox-moudle .lightbox-wrapper .lightbox-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}

.lightbox-moudle .lightbox-wrapper .tips {
  width: 100%;
  padding: 20px 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.lightbox-moudle .close {
  display: block;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index:999;
  transform: translateX(50%);
}

.lightbox-moudle .close i {
  display: block;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .lightbox-moudle .lightbox-wrapper {
    width: 100%;
  }
  .lightbox-moudle .lightbox-wrapper .lightbox-container {
    width: 100%;
  }
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.open_mnav {
        display: block;
    }
	header {
    width: 100%;
    height:60px;
    background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
	.nav {
		display: none;
	}
.top {
	width: 94%;
	height:60px;
	margin: 0px auto;
}	
.logo {
	float: left;
	width: 200px;
	margin-top: 14px;
	height: 34px;
}
.s_logo{
	float:left;
	display: block;
	height:50px;
	margin-top:5px;
	margin-left:12px;
}
.s_logo img{
	height:50px;
}
#index-banner .line-group {
    display: none;
  }
footer .container .footer-top {
    display: none;
  }
footer {
    padding: 60px 0;
  }
footer .container .footer-top {
    display: none;
  }
.add,.c_c{
	width:94%;
	margin:0px auto;
}
.ccc{
	width:94%;
	padding: 16px 26px;
	margin:0px auto;
}
.ab_li{
	width: 32%;
	padding: 1%;
	display: inline-block;
    vertical-align: top;
}
.mess_lf{
	float:left;
	width:100%;
	padding-right:0;
}
.mess_rg{
	float:left;
	width:100%;
}
.liuy{
	width:100%;
	margin:10px auto 40px auto;
	height: 40px;
}
.product{
	width:100%;
}
.product_lf{
	float: inherit;
	width:94%;
	margin:10px auto;
}
.product_rg{
	float: inherit;
	width:94%;
	padding: 16px 26px;
	margin:10px auto;
}
.w_ali,.ab_li{
    width: 49%;
    padding: 1%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.pro_lf{
	float:left;
	width:100%;
	padding-right:0;
	padding-bottom:20px;
}
.pro_rg{
	float:left;
	width:100%;
}

.p_mess {
    width: 100%;
    height: auto;
    padding: 15px 25px 15px;
}
.w_ali p {
    height: 46px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
}
footer .container .footer-bottom p{
	width:100%;
	text-align:center;
}
}