* {
	font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’,  Arial, sans-serif;
	font-size: 15px;
}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
	width: 1170px\9;
}

input {
	border-radius: 0
}

li {
	list-style: none
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


.fr {
	float: right;
}

.fl {
	float: left;
}
/* Clear */
.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}
/* Hides from IE-mac \*/ 
.clearfix {
	display: block
} 

/*头部开始=========================================================================  */
.lang {
	background: url(../images/lang-bg.png) no-repeat top center;
	width: 110px;
	margin-top: 20px;
}

.lang ul {
	margin: 0;
	padding: 0;
}

.lang li {
	width: 50%;
	float: left;
	color: #666;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #d50000;
}

.blue a {
	color: #fff;
}
	
#header{
	position: relative;
	width:100% ;
}

.logo {
	position: absolute;
	left: 0%;
	top:6px;
	z-index: 1;
}
.h-qiehuan{
	border-radius: 30px;
}
.h-qiehuan select{
	padding: 6% 12%;
	border-radius: 30px;
	
	
}

.hamburger {
	padding: 8px 6px;
	cursor: pointer;
	display: none;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner {
	width: 40px;
	height: 4px;
	-webkit-animation: line2 1s linear infinite alternate;
	animation: line2 1s linear infinite alternate;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
	-webkit-animation: line1 1s linear infinite alternate;
	animation: line1 1s linear infinite alternate;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

@keyframes line1 {
	0% {
		width: 20px;
		height: 4px;
	}

	100% {
		width: 40px;
		height: 4px;
	}
}

@keyframes line2 {
	0% {
		width: 40px;
		height: 4px;
	}

	100% {
		width: 20px;
		height: 4px;
	}
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	width: 40px;
	-webkit-animation: line2 0;
	animation: line2 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	width: 40px;
	-webkit-animation: line1 0;
	animation: line1 0;
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	width: 40px;
	-webkit-animation: line1 0;
	animation: line1 0;
	right: -80px;
	top: 80px;
	left: auto;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-box {
	width: 100%;
	height: 50px;
	background: #0f0f0f;
}

.nav-pc {
	box-sizing: border-box;
	width: 80%;
	text-align: center;
}

.nav-pc ul {
}



.nav-pc li {
	transition: all .5s ease-in-out;
	width: 12%;
	height: 50px;
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.nav-pc li a span {
	color: #000;
	display: block;
	font-size: 15px;
	transition: all .5s ease-in-out;
}

.nav-pc li a#menu_selected span {
	color: #fff;
	font-weight: bold;
	background-size: 100%;
}

.nav-pc li a#menu_selected:hover span {
	color: #fff;
}

.nav-pc li:hover {
	color: #fff;
}

.nav-pc li:hover a span {
	text-decoration: none;
	color: #000;
	background-size: 100%;
}

.nav-pc li:hover>.menulevel {
 /*display:block;*/
}

.nav-pc .menulevel {
	display: none;
	position: absolute;
	width: 100%;

}

.nav-pc .menulevel li {
	display: block;
	background: rgba(255,255,255,.9);
	height: 50px;
	line-height: 50px;
	width: 9.375rem;
	font-size: 14px;
	margin-left: -2.5rem;
}

.nav-pc .menulevel li a span {
	font-size: 15px;
	color: #202020;
	text-align: center;
}

.nav-pc .menulevel li:hover a span{
	color: #d50000;
}

.nav-pc .menulevel li>.menulevel {
	width: 100%;
	left: 100%;
	top: 0;
}
/*banner开始=======================================================================================*/
.banner-consjs{
	display: none;
}
.banner {
	padding-top: 0!important;
    width: 100%;
    position: relative;
    text-align: center;
}
  .banner .owl-carousel {
      width: 100%;
      overflow: hidden;
  }
.banner a{
	display: block;
	width: 100%;
	max-height: 60.625rem;
}



.sl0-banner-bg{
	overflow: hidden;
}
.sl0-banner-bg img{
	opacity: 0;
	height: auto;
	width: 100%;
}
.sl11-banner-bg img{
	opacity: 0;
	height: auto;
	width: 100%;
}

.sl1-banner-bg img{
	opacity: 0;
	height: auto;
	width: 100%;
}

.sl2-banner-bg img{
	opacity: 0;
	height: auto;
	width: 100%;
}
.sl3-banner-bg img{
	opacity: 0;
	height: auto;
	width: 100%;
}
.sl0-banner-bg{
	position: relative;
	width:100%;
	height:100%;
	overflow: hidden;
	background: url(../images/1.jpg) no-repeat center;
	background-size: cover;

}
.sl0-banner-bg  video{
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
}
.sl11-banner-bg{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
	background: url(../images/01.jpg) no-repeat center;
	background-size: cover;
	transition:all .5s;
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.sl1-banner-bg{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
	background: url(../images/1.jpg) no-repeat center;
	background-size: cover;
	transition:all .5s;
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}

.sl1-banner-bg{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
	background: url(../images/1.jpg) no-repeat center;
	background-size: cover;
	transition:all .5s;
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.sl2-banner-bg{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
	background: url(../images/2.jpg) no-repeat center;
	background-size: cover;
	transition:all .5s;
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}

.sl3-banner-bg{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
	background: url(../images/3.jpg) no-repeat center;
	background-size: cover;
	transition:all .5s;
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.banner-con3{
	position: absolute;
	display: flex;
	width: 60%;
	top: 10%;
	height: 60%;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	left:20%;
	z-index: 2;
}


.banner .owl-wrapper .owl-item:nth-child(1) a{
	overflow: hidden;
	position: relative;
	width:100%;
	max-height: 970px;
}
.banner .owl-wrapper .owl-item:nth-child(2) a{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
}
.banner .owl-wrapper .owl-item:nth-child(3) a{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
}
.banner .owl-wrapper .owl-item:nth-child(4) a{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
}



.banner-con0{
  position: absolute;
  top:30%;
  z-index: 2;
  left: 10%;
  display: flex;
  width: 40%;
  
}

.banner-con2{
	position: absolute;
	z-index: 2;
	padding: 5% 0;
	box-sizing: border-box;
	left: 10%;
	display: flex;
	height: 100%;
	width:30%;
	align-items: center;
	justify-content: center;
}
.bannerzi2{
	max-height: 70%;
	min-height: 50%;
	width: 70%;
	opacity: 0;
	-webkit-animation: fadeInDown .5s ease-in-out .8s forwards;
	-o-animation: fadeInDown .5s ease-in-out .8s forwards;
	animation: fadeInDown .5s ease-in-out .8s forwards;
}
.banner .owl-wrapper .owl-item:nth-child(3) a .bannerzi2{
-webkit-animation: fadeInDown .5s ease-in-out .8s forwards;
	-o-animation: fadeInDown .5s ease-in-out .8s forwards;
	animation: fadeInDown .5s ease-in-out .8s forwards;
}

.wap-box{
	display: none!important;
}

.banner .owl-wrapper .owl-item a{
	display: block;
	width: 100%;
	
}

.banner .owl-wrapper .owl-item a{
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.banner .owl-wrapper .owl-item a img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.banner {
  position: relative;
  width: 100%;
  }


.banner .owl-prev{
	background: url(../images/bannerzuo.png) no-repeat top center ;
	width: 3.75rem;
	height: 2.625rem;
	left: 0;
	display: none;
	background-size: cover;
}
.banner .owl-next{
	width:67px;
	height: 5rem;
	background: url(../images/bannericon_14.png) no-repeat top center ;
	right:10%;
}
.banner .owl-buttons div{
	position: absolute;
	bottom: 10%;
	z-index: 1;
}

.banner .owl-pagination{
	position: absolute;
	left: 10%;
	bottom: 10%;
	z-index: 3;
	display: block;
}
.banner .owl-number{
	display: none;
}
.banner .owl-page{
	width: 30px;
	height: 5px;
	float: left;
	background-color: #fff;
	margin: 0 0.5rem;
	margin-top: 0.625rem;
}
.banner .owl-page.active{
	background-color: red;
}
.cpfwmore1{
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: fixed;
	background-color: #000080;
	width: 42px;
	height: 116px;
	left: 42px;
	color: #fff;
	text-align: center;
	line-height:116px;
}


/* 

.sl1-banner-bg img{
	opacity: 0;
	height: auto;
	width: 100%;
}
.rslides {
	display: flex;
box-sizing: content-box;
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  height: 100%;
  transition-property: transform,-webkit-transform;
  margin: 0;
  }
.rslides li:first-child{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
	background: url(../images/1.jpg) no-repeat;
	background-size: 110% 110%;
	background-position: 50% 50%;
	transition:all .5s;
	-webkit-animation: bjmove 16s ease-in-out infinite alternate;
	-o-animation: bjmove 16s ease-in-out infinite alternate;
	animation: bjmove 16s ease-in-out infinite alternate;
}
.rslides li:last-child{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
	background: url(../images/2.jpg) no-repeat;
	background-size: 110% 110%;
	background-position: 50% 50%;
	transition:all .5s;
	-webkit-animation: bjmove 16s ease-in-out infinite alternate;
	-o-animation: bjmove 16s ease-in-out infinite alternate;
	animation: bjmove 16s ease-in-out infinite alternate;
}

.bannerzi{
	position: absolute;
	top:40%;
	left: 10%;
	animation: fadeInRight 1s ease-in-out .1s forwards;
}
.bannerzi2{
	position: absolute;
	top:40%;
	left: 10%;
	animation: fadeInRight 2s ease-in-out 1s forwards;
}
.wap-box{
	display: none!important;
}
.slide_container{
}
.rslides li a{
	display: block;
	width: 100%;
	height: 100%;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  }
.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity:1;
  z-index: 3;
  left: 0;
  top: 400px;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  }
.slide_nav.prev {
	width: 35px;
	left: 0;
}
.slide_nav.next {
  left: auto;
  width: 35px;
  background-position: right top;
  right: 0;
  }
  
  */
/*内页开始------------------------------------------------------------------++++++++++++++++++++++++++++++++++++++*/

/* 框架部分 */
.ny-zbtdw1{
	position: absolute;
	z-index:9;
	top:46%;
	color: #fff;
	width:100%;
	left: 0;
	text-align: center;
	font-size: 2.375rem;
}
.ny-text{
	font-family: "arial";
	line-height: 2.25rem;
	text-transform: uppercase;
}
.ny-text p{
	font-size: 2.5rem;
}
.ny-zbtdw2{
	position: absolute;
	z-index: 9;
	color: #fff;
	width:100%;
	left: 0;
	bottom: 0;
}
.ny-text2 {
	background-color: rgba(218,37,28,0.9);
	padding:1% 2% 1%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	min-height: 4VH;
	justify-content: space-between;
	
}

.ny-dw{
	text-align: right;
}
.ny-dw a{
	color: #fff;
}
/* 内页分类 */
.page-url{
	width: 100%;
	margin-bottom: 1%;
}
.page-url>ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-url>ul>li{
	flex-grow: 1;
}
.page-url>ul>li>a{
	display: block;
	line-height: 5VH;
	padding: 0 1VW;
	background-color: #efefef;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	font-weight: bold;
	font-size: 1.125rem;
	color: #202020;
}
.page-url>ul>li:hover>a{
	background-color: #af1f1f;
	color: #fff;
}
.page-url>ul>li:hover>a{
	font-weight: bold;
	color: #fff;
}
.page-url>ul>li>a.ahover{
	font-weight: bold;
	color: #fff;
	background-color: #af1f1f;
}
/* 故事 */
.ny-nianfen{
	font-size: 24px;
	font-weight: bold;
	background: url(../images/ny-sjdian.png) no-repeat top 12px left;
	padding-left: 4%;
	color: #db261d;
}
.ny-sjzong .col-lg-3{
	border: none;
}
.ny-sj{
	margin-left: 1.5%;
}
.ny-sjzjj{
	padding-left: 5%;
}
.ny-sjzjj p{
	padding-bottom: 1%;
	font-weight: bold;
	font-size: 20px;
}
#ShowImages2{
	background: url(../images/shuxian.png) repeat-y top left 36.6%;
}
.ny-sjzong{
	margin-top:3%;
}
/* 新闻中心 */
.page-news li {
	width: 100%;
	margin-top: 1VH;
}
.hxyj{
	padding:2%;
	border: 1px solid #efefef;
}
.page-news li .text2 {
	float: right;
}
.page-news li .text2 p a{
	font-size: 16px;
	color: #202020;
}
.page-news li .text2 .h2 a{
	font-size: 20px;
	color: #202020;
	font-weight: bold;
	line-height: 40px;
}
.page-news li .text2 span a{
	font-size: 15px;
	color: #bf0000;
}
.nyxw-bt{
	text-align: center;
	font-size: 26px;
}
.page-news li:hover .text2 .h2 a{
	color: #bf0000;
}
.page-news li:hover .text .h a{
	color: #bf0000;
}
.page-news li:hover .hxyj{
	border: 1px solid #bf0000;
}

/* 内页展馆见证开始 */
.zgjz li{
	border: 1px solid #d7d7d7;
	padding: 20px;
	margin-top: 20px;
	transition: all 0.6s;
}
.zgjz li:hover{
	border: 1px solid #d50000;
	background: #f7f7f7;
}
.zgjz-zi{
	float: right!important;
	margin-top: 20px;
	text-align: left;
} 
.zgjz-zi a p{
	font-size:18px ;
	color: #d50000;
}
.zgjz-zi a{
	font-size: 20px;
	color: #202020;
	line-height: 30px;
}
/* 搜索 */
.news-time{
    background-color:  #d80606;
    line-height: 40px;
}
.news-title,.news-time{
    background-color:  #d80606;
    line-height: 40px;
    width: 48%;
	color: #fff;
    font-weight: bold;
	font-size: 20px;
}
.page-news9 tr{
	border-bottom: 1px solid #d7d7d7;
	paint-order: .5VH 0;
}
.ssjg-list{
      width: 48%;
    text-align: center;
    font-size: 16px;
}
.time-list{
      width: 48%;
    text-align: center;
    font-size: 16px;
}

/*内页开始====================================================================================*/

/* 产品详情页面 */

	.mx-bugs_bunny{
		width: 100%;
		max-width: 100%;
		margin: 40px auto;				
	}
	.ZI-slider{
	}
	.mx-bugs_info{
		position: absolute;
		display: block;
		max-width: 80%;
		padding: 10px;
		bottom: 40px;
		background-color: rgba(39, 66, 93, 0.9);			
	}
	.mx-bugs_info a{				
		font-family: 'Oswald', sans-serif;
		color: #fff;
		font-size: 18px;
		text-decoration: none;
	}
	.mx-navigation {
		margin: -72px;
		
		top: 50%;
	}
	.mx-prev, .mx-next{
		background-color: #af0000;
	}
	.mx-prev{
		background-image: url(../images/arr_l.png);
		background-repeat: no-repeat;
		background-position: 2px 5px;
	}
	.mx-next{
		background-image: url(../images/arr_r.png);
		background-repeat: no-repeat;
		background-position: 8px 5px;
	}
	.mx-nav_dots{
	/* 	top: 88%; */				
	}
	.mx-nav_dots span{
		margin: 0px 4px;
		/* border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: 3px solid #27425d; */
		background-color: #fff;
	}
	.mx-nav_dots span.dotActive{
		background-color: #27425d;
	}	
	
	
	
	.mx-slide{
		text-align: center;
		font-size: 18px;
		line-height: 50px;
	}
	.MxSlider{
		width: 100%;
		float: left;
		padding-bottom: 5%;
		position: relative;
	}
	.mx-slider_wrap{
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: auto;
		margin: 0px auto;
		overflow: hidden;
	}
	.mx-slide{
		position: absolute;
		width: 100%;
		display: table;
		float: left;
		left: 0%;
		padding-bottom: 1%;
		background-color: #f7f7f7;
		font-weight: bold;
	}
	.mx-slide img{
		width: 100%;
	}
	
	/* Navigation */
	.mx-navigation{
		width: 100%;
		float: left;
		z-index:9;
	}
	.mx-prev, .mx-next{
		position: absolute;
		display: table;
		width: 40px;
		height: 40px;
		font-size: 0px;
		cursor: pointer;
		top: 40%;
		z-index:9;
	}
	.mx-prev{
		left:0%;
		float: left;
		z-index:9;
	}
	.mx-next{
		right:0%;
		float: right;
		z-index:9;
	}
	.mx-nav_dots{
		position: absolute;
		width: 100%;
		bottom: 0%;
	    text-align: center;
		z-index: 10;
	}
	.mx-nav_dots span{
		display: inline-block;
		width: 50px;
		height: 8px;
		margin: 3px;
		font-size: 0px;
		
		/* -moz-border-radius: 50%;
		-webkit-border-radius: 50%; */
	/* 	border: 2px solid #333; */
		background-color: #d7d7d7;
		cursor: pointer;
	}
	.mx-nav_dots span.dotActive{
		background-color: #d70000;
	}
	
.banner2 {
	position: relative;
}
.productsroll {
	position: relative;
	width: 1200px;
}
/* productsroll Start */

#proinfo_c img {
	border: 1px solid #efefef;
}

#page_main {
		background: url(../images/ny-bg.jpg) no-repeat bottom center #fff;
	padding: 0% 0 5%;
	background-attachment: fixed;
}

.page-container {
	min-height: 400px;
	box-sizing: border-box;
	background: #fff;
	background-attachment: fixed;
	padding: 35px;
}
.pic-img{
	overflow: hidden;
}
.imghvr-zoom-in{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border:1px solid #efefef;
}
.pic-img:hover .imghvr-zoom-in{
	border:1px solid #c10000;
}
.pic-img img{
	width: 100%;
}
.page-container img {
	max-width: 100%;
	height: auto;
}

.page-about,.page-content,.page-products,.page-job {
}

.page-top-bg {
	background: #fff;
	margin-bottom: 25px;
}

.back {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 32px;
}

.back:before {
	display: block;
	content: "";
	width: 1px;
	height: 11px;
	background: #000;
	float: left;
	margin-top: 10px;
}

.back img {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 14px;
}

.page_list {
	float: right;
	padding-top: 20px;
	padding-bottom: 60px;
}

.page_list span.current {
	border: #ddd 1px solid;
	padding: 4px 5px;
	font-weight: bold;
	margin-right: 2px;
	color: #FFF;
	background-color: #d50000;
}

.page_list a {
	border: #ddd 1px solid;
	color: #2b2b2b;
	padding: 4px 5px;
	margin-right: 2px;
}

.page_list select {
	width: 48px;
	line-height: 29px;
	height: 29px;
	margin-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.page {
	margin-top: 20px;
	padding-top: 10px;
	line-height: 35px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

.page span {
	display: inline-block;
	width: 99%;
}

/* 联系我们 */
.lxwm-zong ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.lxwm-zong ul li{
	width:50%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	line-height: 60px;
	background: #f7f7f7;
	margin-top: 1px;
	
	font-size: 16px;
	padding-left: 30px;
}
.lxwm-zong ul li span{
	color: #bf0000;
	font-size: 22px;
	font-weight: bold;
}
.lxwm-zong ul li:hover{
	background: #efefef;
}
.lxwm-zong{
	margin-bottom: 20px;
}
.lxwm-zong ul li:first-child{
	font-size: 22px;
	font-weight: bold;color: #202020;
}
/* 联系我们结束 */
.proNav li {
	background: #fafafa;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.proNav li a {
	display: block;
	padding: 10px;
	border: #ddd 1px solid;
	background: #fafafa;
}

.proNav li span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	background: #fafafa;
	height: 220px;
	margin: 0 auto;
}

.proNav li span img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.proNav li span .lhsp {
	position: absolute;
	display: block;
	width: 100%;
	height: 175px;
	z-index: 10;
	left: 0;
	top: 0;
	display: none;
	background: url(../images/lh616.png)  center center;
}

.proNav li:hover span {
	background: #d50000;
}

.proNav li:hover a {
	background: #d50000;
	text-decoration: none;
}

.proNav li:hover span .lhsp {
	display: block;
}

.proNav li p {
	font-weight: 100;
	display: block;
	width: 120px;
	line-height: 30px;
	border: 1px solid #d50000;
	margin: 0 auto 20px;
	color: #d50000;
}

.proNav li label {
	line-height: 30px;
	color: #333;
	padding: 20px 0;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block !important;
}

.proNav li:hover p {
	color: #fff;
	border: 1px solid #fff;
}

.proNav li:hover label {
	color: #fff;
}

.proNav .ckgd {
	display: block;
	width: 130px;
	height: 203px;
	float: left;
	margin-top: 10px;
}/* 
产品列表页面 */

.fudong{
	background:url(../images/zz-more.png) no-repeat center center;
	width: 100%;
	height: 100%;
	background-size:100%;
}
.ny-cpwenzi{
	line-height: 3.125rem;
	text-align: center;
}
.ny-cpwenzi a{
	color: #202020;
}










.jptj-header {
	position: relative;
	text-align: center;
}

.jptj-header .span6 {
	height: 1px;
	background: #666;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

.jptj-header p {
	position: absolute;
	z-index: 111;
	text-align: center;
	width: 100%;
	padding-top: 37px;
	font-size: 14px;
}

.popover-banner {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.popover-banner .flex-direction-nav {
	display: block;
}

.popover-banner .flex-prev,.popover-banner .flex-next {
	position: absolute;
	display: block;
	width: 45px;
	height: 100px;
	background: url(../images/sprite.jpg) no-repeat 0 top;
	top: 50%;
	margin-top: -50px;
}

.popover-banner .flex-prev {
	left: -50px;
}

.popover-banner .flex-next {
	background: url(../images/sprite.jpg) no-repeat -55px top;
	right: -50px;
}

.lhgw {
	display: block;
	width: 580px;
	margin: 0 auto;
}

#shop_cart {
	width: 170px;
	float: left;
}

#shopjg span {
	text-align: center;
	display: block;
	width: 180px;
	height: 36px;
	margin: 20px 10px;
	background: #fe6a12;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}

#shopjg {
	width: 180px;
	float: left;
	overflow: hidden;
}

.lhcppg {
	width: 100%;
	background: #f5f5f5;
	padding-left: 20px;
}

.lhcppg span {
	display: inline-block;
	padding-left: 0.5%;
}

#inhert_cart {
	margin: 20px 10px;
	height: 36px;
	line-height: 36px;
}

#shop_cart #btn_buy {
	display: none;
}

.jptj-header b {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	color: #002e79;
	padding: 0 20px 10px;
	background: #f7f7f7
}

.photos span {
	display: block;
	text-align: center;
	overflow: hidden;
}

.photos span img {
}

.photos p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	font-size: 18px;
}

.photos p a {
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.photos2 span {
	display: block;
	text-align: center;
	overflow: hidden;
}

.photos2 span img {
}

.photos2 p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	text-align: center;
	font-size: 15px;
}

.photos2 p a {
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}
.photos2 .col-lg-3:hover{
	border: 1px solid #0074cd;
}



.photos1 span {
	display: block;
	text-align: center;
}

.photos1 span img {
	height: 260px;
	max-width: 90%;
}

.photos1 p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	padding: 0 15px;
	text-align: center;
}

.pic-img1 {
	height: 350px;
}

.picMarquee-left {
	overflow: hidden;
}

.picMarquee-left .bd ul {
	padding: 15px;
	zoom: 1;
}

.picMarquee-left .bd li {
	float: left;
	height: 230px;
	width: 20%;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.picMarquee-left .bd li img {
	border: 1px solid #ccc;
}

.picMarquee-left .bd li:hover img {
	border: 1px solid #000;
}

.picMarquee-left .bd li img {
	width: 95%;
	display: block;
}

.p-more {
	width: 90px;
	display: inline-block;
	float: right;
	height: 25px;
	margin: 20px auto;
	border: #c2c2c2 solid 1px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	color: #000;
}

.related-list li {
	display: inline-block;
	width: 49%;
}

#shownews .title {
	text-align: center;
	line-height: 35px;
	/* margin-top: 20px; */
	font-weight: bold;
	font-size: 24px;
}

#shownews .related {
	font-weight: bold;
	height: 40px;
	line-height: 30px;
	font-size: 13px;
	margin-top: 15px;
	background: url(../images/bg_news.gif) repeat-x;
	color: #fff;
}

.related_cp ul {
	width: 100%;
	height: auto;
	padding-top: 6px;
	overflow: hidden;
	padding-bottom: 20px;
}

.related_cp ul li {
	text-align: center;
	float: left;
	margin-right: 20px;
}

.related_cp ul li img {
	border: 1px solid #e4e4e4;
	height: 176px;
	padding: 5px;
}

.related_cp ul li a:hover img {
	border: 1px solid #d50000;
}

.related_cp {
	margin-top: 16px;
}

#piclist li {
	height: 155px;
	background: none;
	border: 1px solid #ddd;
}

#piclist li .ph_hover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.jobList li {
	width: 20%;
	float: left;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}

.jobList li span {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	color: #f7f7f7;
	background: #d50000;
	padding: 10px 0;
}
.page-guestbook{
	width: 75%;
	margin: 0 auto;
}
.page-guestbook b {
	line-height: 30px;
	display: inline-block;
	width: 80px;
	text-align: right;
}

.page-guestbook dt {
	line-height: 30px;
	width: 100%;
}

.page-guestbook b span {
	padding-left: 10px;
}

.page-guestbook #guestbook  dt {
	    box-sizing: border-box;
	    line-height: 50px;
	    width: 11%;
	    padding:5px 0;
	    float: left;
	    height: 50px;
		margin-top:10px;
		
}
.page-guestbook #guestbook  dd{
	margin-top:10px;
	    box-sizing: border-box;
	    line-height: 50px;
	    width: 89%;
	    padding: 5px 0;
	    float: left;
	    height: 50px;
}
.page-guestbook #guestbook  textarea {
	width: 89%;
	height: 180px;
}
.page-guestbook #guestbook dt:last-child{
	margin-top: 150px;
}
.page-guestbook #guestbook dd:last-child{
	margin-top: 150px;
}
.showjobList li {
	border: 1px solid #ccc;
	border-top: none;
	height: 40px;
	width: 100%;
	line-height: 40px;
}

.showjobList li div {
	width: 100%;
	float: left;
}

.showjobList li b {
	color: #d50000;
	display: block;
	font-weight: 500;
	text-align: center;
}

.showjobList li span {
	width: 120px;
	height: 100%;
	display: inline-block;
	text-align: center;
	color: #d50000;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}

.showjobList {
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}

.lhms {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
}

.lhms b {
	font-weight: 100;
	width: 120px;
	display: inline-block;
	float: left;
	text-align: center;
	color: #d50000;
}

.lhms>span {
	display: inline-block;
	height: auto;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

.lh616 {
	width: 150px;
	line-height: 40px;
	margin: 50px auto 0px;
	border: 1px solid #d50000;
}

#guestbook  dt {
	display: inline-block;
	width: 100%;
}

#guestbook textarea,#guestbook input[type="text"] {
	width: 90%;
	padding: 0 2.5%;
	min-width: 220px;
	height: 50px;
	background: #f7f7f7;
	box-sizing: border-box;
	border: 1px solid #ffdbdb;
}

#guestbook .yzm input {
	width: 50%;
}

.xiaz .fr {
	float: right;
}

.xiaz .fl {
	flaot: left;
}

.downloadtimes {
	padding: 0 5%;
}

.downloadtimes i img {
	margin-right: 5px;
	width: 14px;
}

.xiaz li {
	border-bottom: 1px dashed #ccc;
}

.lh68 {
	position: absolute;
	top: 0;
	z-index: -1;
}

.lhbd label {
	display: inline-block;
	max-width: 100px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
}

.lhbd dt {
	padding: 10px 0;
	width: 100%;
}

.lhbdfr {
	float: right;
	width: 45%;
}

.lhbdfl {
	float: left;
	width: 45%;
}

.lhbdfr label {
	max-width: 100px;
	width: 100%;
}

.lhbd input {
	width: 57%;
}

.lhbdfl input {
	width: 67%;
}

.lhbd span {
	font-weight: 100;
}

.lhbd .Content {
	width: 84%;
}

.clear {
	clear: both;
}

.lhbd .Content {
	height: 113px;
}
.yanzhengma{
	margin-top: 150px!important;
}

.submit {
	background: #d50000;
	color: #fff;
	display: block;
	width: 80px;
	line-height: 30px;
	margin: 0px auto;
	text-align: center;
	border: none;
	margin-top: 98px;
	margin-bottom: 60px;
}

.lh615 {
	line-height: 30px;
	margin: 0 10px;
	text-align: center;
	border: none;
}

.page-guestbook {
	padding-top: 50px;
}
.page-guestbook dt{
	font-weight: bold;
}
.page-guestbook dt:before{
	width: 10px;
	height: 10px;
	margin-top: 20px;
	margin-right: 0.8%;
	display: block;
	content: "";
	float: left;
	background: #bf0000;
}
.aaaaa {
	width: 13.5%!important;
	min-width: 0!important;
	margin-right: 1.5%;
}

.bbbbb {
	width: 10%!important;
}

.content {
	width: 70%!important;
	height: 100px!important;
	margin-left: 5px;
}

.bz {
	height: 100px!important;
	line-height: 100px!important;
	display: block!important;
	float: left;
}

.beizhu {
	margin-top: 10px;
}

.sl6-r-con p {
	line-height: 30px;
}
/*2020-01-09*/
.yxjm-distpicker {
	display: inline-block;
}

.yxjm-distpicker .form-group {
	display: inline-block;
	width: calc((100% - 1em) / 3);
}

.yxjm-distpicker .form-group select {
	width: calc(100% - 2em);
	padding: 0 2.5%;
	height: 30px;
	border: 1px solid #C7E2F6;
}

/* 大屏幕 */
@media (min-width: 1280px)  {
 
	.visible-xs {
		display: none !important;
	}
	.ny-about-bt {
		text-align: center;
		color: #202020;
		font-size: 36px;
		margin-bottom: 40px;
	}

	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 16px;
		margin-top: 10px;
	}
	
}
@media (min-width: 980px) and (max-width: 1279px) {
	* {
	    font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’, Arial, sans-serif;
	    font-size:1.0625rem;
	}
	.page-url>ul>li{
		flex-grow: unset;
		
	}
	.page-url>ul{
		justify-content: flex-start;
	}

    .hidden-xs{
		display: none !important;
	}
	.ny-bt span{
		font-size: 28px!important;
	}
	
	/* 展馆见证 开始*/
	.zgjz-zi{
		margin-top: 0!important;
	}
	/* 展馆见证 结束*/
	.page_list{
		float: left;
	}
	.ny-about-bt {
		color: #d50000;
		font-size: 36px;
		margin-bottom: 40px;
	}

	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 16px;
		margin-top: 10px;
	}

	.ny-title {
		position: absolute;
		width: 980px;
		left: 50%;
		margin-left: -490px;
		bottom: 20%;
		color: #fff;
		font-size: 35px;
		font-weight: bold;
	}

	.ny-title p {
		font-size: 15px;
		line-height: 35px;
		text-align: left;
	}

	.ny-title p a {
		color: #fff;
	}
	#guestbook textarea,#guestbook input[type="text"] {
		width: 80%;
		min-width: 0;
		height: 3.125rem;
	}
	.page-guestbook #guestbook  dt {
		line-height: 30px;
		width: 100%;
	}
	
	.page-guestbook #guestbook  textarea {
		width:80%;
	}
	.submit{
		width: 25%;
		line-height: 3.125rem;
		font-size: 1.375rem;
	}

	.news-bt {
		width: 300px;
		height: 300px;
		z-index: 111;
		background: #d50000;
		position: absolute;
		left: 15px;
		top: 0;
	}

	.news-title {
		margin-left: 40px;
		margin-top: 75px;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
	}

	.news-title p {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
	}


	.aaaaa {
		width: 11%!important;
		min-width: 0!important;
		margin-right: 1.5%;
	}
	.lx-left li {
		width: 100%!important;
		font-size:1.2rem!important;
	}
	.lx-left li span{
		font-size:1.2rem!important;
	}
	.post-txt span{
		font-size: 1.125rem!important;
	}
	.post-txt{
		font-size: 1.125rem!important;
	}
	.post-txt p{
		font-size: 1.125rem!important;
	}
}

.ny-sjtu img{
	width: 100%;
	
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (max-width: 979px) {
	.ny-sjzjj {
    padding-left: 7%;
}
.ny-nianfen {
    padding-left: 7%;
}
.ny-sj {
    margin-left: 0.5%;
}
	.pro-ny-container.swiper-container {
		width: 100%!important;
	}
	.ny-dw{
		width: 100%;
		order: 1;
		text-align: center;
	}
	.page-url>ul{
		justify-content:center;
	}
	.page-url>ul>li{
		text-align: center;
		flex-grow: unset;
	}
	.page-url>ul>li>a{
		height: 5VH;
		margin-top: 2VH;
	}
	.page-url{
		width: 100%;
		order: 2;
	}
	.lxwm-zong ul li{
	width:100%;
	}
	
}
@media (min-width: 768px) and (max-width: 979px) {
	.pro-ny-container.swiper-container {
		width: 100%;
	}
	
	.visible-xs {
		display: block!important;
	}
	
	.hidden-xs {
		display: none!important;
	}
	.ny-text{
		padding: 20px 0;
	}
	.page-container{
		padding: 40px 0!important;
	}

	/* 产品分裂 */
	.ny-cp .page-url{
		margin: 80px 0!important;
		
	}
		.ny-cp .page-url ul{
			display: block!important;
		}
	.ny-cp .page-url ul li{
		width: 48%!important;
		display: block!important;
		float: left!important;
		margin-top: 1px;
		
	}
	.page-products2{
		margin-top: 220px;
	}
	/* 分裂 */
	* {
	    font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’, Arial, sans-serif;
	    font-size:1.1rem;
	}
	
	.post-txt span{
		font-size: 1.225rem!important;
	}
	.post-txt{
		font-size: 1.225rem!important;
	}
	.post-txt p{
		font-size: 1.225rem!important;
	}


	.ny-about-bt {
		text-align: center;
		color: #d50000;
		font-size: 36px;
		margin-bottom: 40px;
	}

	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 16px;
		margin-top: 10px;
	}

	#guestbook textarea,#guestbook input[type="text"] {
		width: 70%;
		min-width: 0;
		height: 3.125rem;
	}
	.page-guestbook #guestbook  dt {
		line-height: 30px;
		width: 100%;
	}

	.page-guestbook #guestbook  textarea {
		width:70%;
	}
	.submit{
		width: 25%;
		line-height: 3.125rem;
		font-size: 1.375rem;
	}

	.product-list {
		margin: 0;
	}

	.product-list ul {
		width: 750px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.product-list li img {
		width: 100%;
	}

	.pro-ahout {
		height: auto;
	}

	.in-pro>div:last-child {
		display: none;
	}

	.page span {
		display: inline-block;
		width: 100%;
	}

	.newsList .lhfr p {
		display: inline-block;
		width: 70%;
	}


	.page span {
		display: inline-block;
		width: 100%;
	}

	.related-list li {
		display: inline-block;
		width: 100%;
	}

	.newsList .lhfr {
		width: 644px;
		float: right;
	}

	.mobile_nav  .menulevel {
		position: static;
	}

	.lh68 {
		display: block;
		z-index: 100;
	}
	.lx-left li {
		width: 100%!important;
		font-size:1.2rem!important;
	}
	.lx-left li span{
		font-size:1.2rem!important;
	}
	.page-news li .img {
		width: 98%;
	}
	
	.page-news li .text {
	}

	#proinfo_c img{
		width: 100%!important;
	}

}
@media  (max-width:767px) {
	#ShowImages2 {
	    background: none!important;
	}
	.page-guestbook #guestbook dd {
	   
	    width: 100%;
	 }
	 .page-guestbook #guestbook dt {
	    
	     width: 100%;
	  }
	  .page-guestbook #guestbook dl{
		  width: 100%;
	  }
	  .page-guestbook {
	      width: 95%;}
}
@media (min-width: 640px) and (max-width:767px)  {
	
	.ny-btt{
		display: block!important;
		font-size: 28px!important;
	}
	.ny-bt{
		display: none!important;
	}
	.hidden-xs {
		display: none!important;
	}
	.visible-xs {
		display: block!important;
	}
	/* 课程教学 */
	.ktjx-bt{
		font-size: 26px!important;
	}
	.ktjx-bt p{
		font-size: 26px!important;
	}
	.ktjx-li ul li{
		font-size: 18px!important;
	}
	/* 产品分裂 */
	.ny-cp .page-url{
		margin: 80px 0!important;
		
	}
		.ny-cp .page-url ul{
			display: block!important;
		}
	.ny-cp .page-url ul li{
		width: 48%!important;
		display: block!important;
		float: left!important;
		margin-top: 1px;
		
	}
	.page-products2{
		margin-top: 320px;
	}
	/* 分裂 */
	#proinfo_c img{
		width: 100%!important;
	}
	*{
		    font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’, Arial, sans-serif;
		    font-size: 1.125rem;
	}

.post-txt span{
	font-size: 1.125rem!important;
}
.post-txt{
	font-size: 1.125rem!important;
}
.post-txt p{
	font-size: 1.125rem!important;
}
	.hamburger {
		top: 2rem;
		right: 2rem;
	}
	
	.ny-dw a{
		font-size: 16px!important;
	}
	
      .ny-dw span{
	
		font-size: 16px!important;
	}
	
	.photos span{
		max-height: 32.25rem;
		width: 100%;
	}
	.photos p{
		font-size: 1.375rem;
	}
	.photos span img{
		width: 100%;
		display: block;
		height: 100%;
	}
	.ny-about-bt {
		text-align: center;
		color: #d50000;
		font-size: 24px;
		margin-bottom: 40px;
	}

	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 14px;
		margin-top: 10px;
	}

	.ny-title {
		position: absolute;
		width: 95%;
		left: 5%;
		margin-left: 0;
		bottom: 10%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}

	.hidden-phone1 {
		display: none;
	}

	.jobList li {
		width: 33%!important;
	}

	.ny-title p {
		font-size: 15px;
		line-height: 15px;
		text-align: left;
	}

	.ny-title p a {
		color: #fff;
	}
	#guestbook textarea,#guestbook input[type="text"] {
		width: 70%;
		min-width: 0;
		height: 3.125rem;
	}
	.page-guestbook #guestbook  dt {
		line-height: 30px;
		width: 100%;
	}

	.page-guestbook #guestbook  textarea {
		width:70%;
	}
	.submit{
		width: 25%;
		line-height: 3.125rem;
		font-size: 1.375rem;
	}

	.proNav li span {
		height: auto;
	}

	.lhbdfl {
		float: none!important;
		width: 100%;
	}

	.page-url ul {
		padding: 0;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}

	.page-url li {
		flex-grow: 1
	}
	.lx-left li {
		width: 100%!important;
		font-size:1.2rem!important;
	}
	.lx-left li span{
		font-size:1.2rem!important;
	}
}
@media (min-width: 480px) and (max-width:639px){
	.hidden-xs{
		display: none !important;
	}
	.ny-btt{
		display: block!important;
		font-size: 28px!important;
	}
	.ny-bt{
		display: none!important;
	}
	
}
@media (min-width: 320px) and (max-width:479px){
	.hidden-xs{
		display: none !important;
	}
	.mx-nav_dots{
		bottom: -2%!important;
	}
	.mx-navigation{
		
		display: none;
	}
	.page-container {
		padding: 10px!important;
	}
	.ny-btt{
		display: block!important;
		font-size: 28px!important;
	}
	.ny-bt{
		display: none!important;
	}
}
@media (max-width: 319px) {
	.mx-nav_dots{
		bottom: -2%!important;
	}
	.mx-navigation{
		
		display: none;
	}
	.ny-btt{
		display: block!important;
		font-size: 28px!important;
	}
	.hidden-xs{
		display: none !important;
	}
	.ny-bt{
		display: none!important;
	}
	.page-container {
		padding: 5px!important;
	}
	/* 产品分裂 */
		.ny-cp .page-url ul{
			display: block!important;
		}
	.ny-cp .page-url ul li{
		width: 48%!important;
		display: block!important;
		float: left!important;
		margin-top: 1px;
		
	}
	.page-products2{
		margin-top: 340px;
	}
	/* 分裂 */
	#proinfo_c img{
		width: 100%!important;
	}
	#header {
		height: 4.2rem;
	}
	.photos{
	}
	.ny-bt span{
		font-size: 25px!important;
	}

}
/*联系我们内页*/
.lianxi {
	width: 100%;
}

.lx-left {
	background: #fff;
	margin-top: 30px!important;
	border: none!important;
	padding: 1%;
}

.lx-left li {
	line-height: 65px;
	width: 48%;
	float: left;
	background: #fff;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
}

.lx-left li img {
	margin-right: 20px;
}

.lx-left li:hover {
	color: #d50000;
}

.lx-left li span {
	font-weight: bold;
	font-size: 18px;
}

.lx-right {
	background: #f9f9f9;
	width: 35%;
	padding: 32px 0px 32px 30px;
	margin-top: 30px!important;
	border: none!important;
}

.xm {
	line-height: 50px;
	width: 330px;
	float: left;
	border-radius: 5px;
	background: none;
	border: #f7f7f7 solid 1px;
	color: #838383;
	text-indent: 15px;
	font-size: 14px;
}

.mr10 {
	margin-right: 15px;
}

.tarea {
	margin-top: 10px;
	height: 130px!important;
	width: 93%!important;
}

.index-submit {
	width: 150px;
	height: 40px;
	float: left;
	margin-top: 15px;
	background: #d50000;
	color: #fff;
	font-size: 15px;
	border: none;
}

#guestbook1  dt {
	display: inline-block;
	width: 50%;
}

#guestbook1 textarea,#guestbook1 input[type="text"] {
	width: 45%;
	min-width: 220px;
	border-radius: 5px;
	background: #eeeeee;
}

.page-guestbook #guestbook1  dt {
	line-height: 30px;
	width: 100%;
	padding: 10px 0;
}

.page-guestbook #guestbook1  textarea {
	width: 84%;
}

#guestbook1 .yzm input {
	width: 50%;
}
/*留言单页*/
.message-con {
	line-height: 40px;
	font-size: 16px;
}

.message-con span {
	font-weight: bold;
	font-size: 18px;
	color: #d50000;
}

