/* 整体样式 */


@media (max-width: 1000px) {

	html,
	body {
		font-size: 14px;
	}
}

/* 样式重置 */
* {
	margin: 0;
	padding: 0;
}

ul,
ol,
span,
p,
a {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style-type: none;
}

a,
a:focus,
a:hover {
	color: #000000;
	text-decoration: none;
}

i,
s,
em {
	font-style: normal;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	vertical-align: middle;
}

input,
textarea,
select {
	border: 0;
	outline: 0;
	background-color: transparent;
	resize: none;
}

/* 屏幕划分尺寸 */
@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 1000px) {}

/* 内宽--1400px */
.inside {
	max-width: 1400px;
	width: 95%;
	height: auto;
	margin: 0 auto;
	clear: both;
}

.dis-top {
	margin-top: 120px;
}

.dis-bom {
	margin-bottom: 80px;
}

.dis-cons-top {
	margin-top: 60px;
}

.dis-cons-top-sm {
	margin-top: 30px;
}

.fill {
	padding: 60px 0 90px;
}

.bg-blove {
	background-color: #f7f7f7;
}

.bg-img {
	background: url(../images/jour-bg.png) no-repeat center/cover;
}

.relative {
	position: relative;
}

.circle {
	width: 110px;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.circle2 {
	width: 200px;
	top: -120px;
}

.circle3 {
	width: 200px;
	top: -100px;
	left: 0;
}

.circle1 {
	top: -160px;
}

.circle img {
	width: 100%;
}

@media (max-width: 1400px) {
	.dis-top {
		margin-top: 90px;
	}

	.dis-bom {
		margin-bottom: 120px;
	}

	.dis-cons-top {
		margin-top: 40px;
	}

	.fill {
		padding: 40px 0 70px;
	}

	.circle1 {
		top: -110px;
	}

	.circle {
		width: 90px;
	}

	.circle2 {
		width: 160px;
		top: -90px;
	}

	.circle3 {
		width: 160px;
		top: -80px;
	}
}

@media (max-width: 1000px) {
	.dis-top {
		margin-top: 60px;
	}

	.dis-bom {
		margin-bottom: 40px;
	}

	.dis-cons-top {
		margin-top: 30px;
	}

	.fill {
		padding: 30px 0 50px;
	}

	.circle1 {
		top: -70px;
	}

	.circle {
		width: 70px;
	}

	.circle2 {
		width: 120px;
		top: -60px;
	}

	.circle3 {
		width: 120px;
		top: -60px;
	}
}

.img img,
.pic img,
.icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover
}




/* 2.轮播图 */
.index-swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.index-swiper .swiper-slide {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.index-swiper .img {
	width: 100%;
	height: 100%;
}

.index-swiper .cons {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	/* background-color: rgba(0, 0, 0, 0.3); */
	text-align: left;
	color: #ffffff;
}

.index-swiper .inside {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.index-swiper .cons .pic {
	width: 34%;
}

.index-swiper .cons .txt {
	width: 100%;
	text-align: center;
}

.index-swiper .cons .row {
	width: 72px;
	height: auto;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.index-swiper .cons .row img {
	width: 100%;
}

.index-swiper .cons h2 {
	font-size: 50px;
}

.index-swiper .cons p {
	font-size: 16px;
	max-width: 70%;
	margin: 40px auto
}

.index-swiper .cons .more {
	margin-top: 65px;
	display: block;
	width: 123px;
	height: 49px;
	line-height: 47px;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	background-color: rgba(254, 93, 19, 1);
	margin: 40px auto 0
}

@media (max-width: 1600px) {
	.index-swiper .cons .pic {
		width: 30%;
	}

	.index-swiper .cons h2 {
		font-size: 40px;
	}

	.index-swiper .cons p {
		margin-top: 20px;
		font-size: 20px;
	}
}

@media (max-width: 1400px) {
	.index-swiper .cons .pic {
		width: 25%;
	}

	.index-swiper .cons h2 {
		font-size: 32px;
	}

	.index-swiper .cons p {
		margin-top: 20px;
		font-size: 17px;
	}

	.index-swiper .cons .more {
		margin-top: 30px;
		width: 90px;
		height: 38px;
		line-height: 36px;
		font-size: 12px;
	}

	.index-swiper .cons .row {
		width: 52px;
	}
}

@media (max-width: 1000px) {
	.index-swiper {
		margin-top: 47px;
	}

	.index-swiper .cons .row {
		width: 32px;
	}

	.index-swiper .cons .txt {
		width: 100%;
	}

	.index-swiper .cons h2 {
		font-size: 24px;
	}

	.index-swiper .cons p {
		margin-top: 15px;
		font-size: 14px;
	}

	.index-swiper .cons .more {
		margin-top: 20px;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.index-swiper .cons h2 {
		font-size: 20px;
	}

	.index-swiper .cons p {
		margin-top: 10px;
		font-size: 13px;
	}

	.index-swiper .cons .more {
		margin-top: 0px;
	}

}

@media (max-width: 580px) {
	.index-swiper {
		height: auto;
	}
}



@media (max-width: 1400px) {}

@media (max-width: 1000px) {}

@media (max-width: 580px) {
	.banner .img {
		height: auto;
	}
}

/* 4.位置 */
.crumbs {
	line-height: 40px;
	font-size: 16px;
	padding: 20px 0;
	background-color: #eee
}

.crumbs img {
	width: auto;
	height: 19px;
	margin-right: 7px;
	vertical-align: middle;
	margin-bottom: 5px;
	color: #7f7f7f;
}

.crumbs a,
.crumbs i {
	color: #7f7f7f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.crumbs i {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.crumbs span {
	color: #7f7f7f;
	cursor: pointer;
}

@media (max-width: 1400px) {
	.crumbs {
		line-height: 30px;
		font-size: 16px;
		margin: 0px 0;
	}

	.crumbs img {
		height: 15px;
	}

	.crumbs i {
		margin-bottom: 2px;
	}
}

@media (max-width: 1000px) {
	.crumbs {
		font-size: 14px;
		line-height: 23px;
		margin: 0px 0;
	}

	.crumbs img {
		height: 14px;
		margin-right: 3px;
	}

	.crumbs i {
		margin-left: 3px;
		margin-right: 3px;
	}
}

/* 6.圆点 */
.spot p {
	line-height: 32px;
	position: relative;
	padding-left: 20px;
}

.spot p::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #6ba634;
	position: absolute;
	top: 12px;
	left: 0;
}

@media (max-width: 1000px) {
	.spot p {
		line-height: 28px;
		padding-left: 15px;
	}

	.spot p::before {
		width: 6px;
		height: 6px;
	}
}

/* 7.grama */
.grama {
	width: 100%;
	height: auto;
	/*  overflow: auto;*/
	zoom: 1;
	padding-bottom: 60px;
}

.grama .grabar {
	float: left;

	width: 300px;
	height: auto;
	overflow: auto;
	box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.grama .grabar .pic img {
	width: 100%
}

.grama .gracons {
	float: right;
	width: calc(100% - 330px);
}

.grama .gracons .gramain {
	width: 100%;
	height: auto;
}

.grama .grabar h3 {
	width: 100%;
	height: auto;
	padding: 20px 10px 20px 48px;
	font-size: 16px;
	text-align: left;
	/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;*/
	color: #ffffff;
	background-color: #00AFEF;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase
}

.grama .grabar .graclose {
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: right;
	color: #e93a26;
	font-size: 14px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 0 7px;
	display: none;
	cursor: pointer;
}

.grama .grabar .code {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 30px 8% 43px;
}

.grama .grabar .code .img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.grama .grabar .code span {
	color: #666666;
	display: block;
	margin-top: 10px;
}

.grama .gracons .grapou {
	display: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 9px;
	border-bottom: 1px solid #000000;
	margin-bottom: 9px;
	line-height: 23px;
}

.grama .gracons .grapou span {
	font-size: 18px;
	font-weight: bold;
}

.grama .gracons .grapou img {
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.grama .grabar .gramenu {
	width: 100%;
	height: 100%;
	background: #fff
}

.grama .grabar .gramenu li {
	width: 100%;
}

.grama .grabar .gramenu li:hover,
.grama .grabar .gramenu li.cur {
	background: #017BCD20
}

.grama .grabar .gramenu li:hover a,
.grama .grabar .gramenu li.cur a {
	color: #017BCD
}

.grama .grabar .gramenu li a {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px;
	color: #000000;
	font-size: 14px
}

.grama .grabar .gramenu li a:before {
	content: '▶';
	position: absolute;
	right: 15px;
	top: 16px;
	font-size: 14px;
	color: #000
}

.grama .grabar .gramenu li p {
	padding: 20px 0 20px 45px;
	color: #000000;

}

.grama .grabar .gramenu li .lis-erji a {
	padding: 10px;
	border: none
}

.grama .grabar .gramenu li .lis-erji {
	border-bottom: 1px solid #e2e2e2;
}

.grama .grabar .gramenu li .lis-erji .lis-sanji a {
	padding-left: 55px
}

.grama .grabar .gramenu li>.second a {
	color: #666666;
}

.grama .grabar .gramenu li a img:nth-child(2) {
	display: none;
}

.grama .grabar .gramenu li a img {
	width: 15px;
	/*  height: 15px;*/
	margin-right: 13px;
	vertical-align: middle;
	transition: transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
}

.grama .grabar .gramenu li a img.rowRota {
	transform-origin: center center;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
}

.grama .grabar .gramenu li .second {
	display: none;
}

/*.grama .grabar .gramenu li.active .first {
  color: #ff5e14;
  border-bottom: 0;
  background-color: #ff5e14;
  width: 100%;
  padding: 20px 5%;
}

.grama .grabar .gramenu li.active .first img:first-child {
  display: none;
}

.grama .grabar .gramenu li.active .first img:nth-child(2) {
  display: inline-block;
}

.grama .grabar .gramenu li a:hover {
  color: #ff5e14;
}*/

/* 左侧填充>>层级增加递增填充 */
.grama .grabar .gramenu li .second a {
	padding-left: 45px;
}

.grama .grabar .gramenu li .second a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #666;
	border-radius: 50%;
	top: 20px;
	left: 30px;
}

.grama .grabar .gramenu li .lis-erji .lis-sanji a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #666;
	border-radius: 50%;
	top: 20px;
	left: 40px;
}

.gramenus dl {
	padding: 0 15px;
	border-bottom: 1px solid #e2e2e2;
	display: none;
}

.gramenus.cur dl {
	display: block;
}

.gramenus dl a {
	padding: 15px 0;
	display: block;
	font-size: 13px;
}

/*@media (max-width: 1400px) {
  .grama .grabar {
    width: 240px;
  }
  .grama .gracons {
    width: calc(100% - 240px);
    padding-left: 20px;
  }
  .grama .grabar h3 {
    font-size: 27px;
    padding: 37px 20px;
  }
}*/
.clhide {
	display: none
}

#ItList li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

#ItList li a:nth-child(1) {
	display: flex;
	width: 80%;
}

#ItList li a:nth-child(1) img {
	width: 150px;
	margin-right: 20px
}

#ItList li a:nth-child(1) p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.85
}

#ItList li a:nth-child(1) .Word {
	width: 75%;
	align-self: center;
}

#ItList li a:nth-child(1) span {
	background: #017BCD10;
	padding: 5px 20px;
	font-size: 14px;
	display: inline-block;
	margin-top: 6px
}

#ItList li a:nth-child(2) {
	align-self: center;
}

#ItList li a:nth-child(2) img {
	height: 20px;
}

#ItList li a:nth-child(2) p {
	color: #017BCD;
}

.Detail {
	display: flex;
	width: 100%;
}

.DetailImg {
	width: 150px;
	margin-right: 15px;
}

.DetailWord {
	align-self: center;
}

.select {
	display: flex;
	margin-top: 20px;
}

.select h2 {
	align-self: center;
}

.select select {
	width: 300px;
	height: 40px;
	border: solid 1px #ebebeb;
	padding-left: 10px;
	margin-left: 15px;
	appearance: none;
	-webkit-appearance: none;   /*去除chrome浏览器的默认下拉图片*/
	-moz-appearance: none;  /*去除Firefox浏览器的默认下拉图片*/
	background:url(../images/icon-x.png) no-repeat 96% center;
}
.mb-nav.mb-nav-wap{
	display: none;
}
@media (max-width: 1000px) {
	.grama .grabar .pic {
		display: none;
	}
	.productcs-list{
		padding-top: 20px;
	}
	.ny-mian .mb-nav.mb-nav-wap{
		display: block;
		position: relative;
	}
	.ny-mian .mb-nav.mb-nav-wap .tet-sous{
		padding-top: 0;
	}
	.ny-mian .mb-nav .tet-sous.mb-nav-pc{
		display: none;
	}
.select select {
	width: auto;
	flex: 1;
}
	.grama .grabar {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 95%;
		max-width: 680px;
		display: none;
		z-index: 300;
		background-color: #f7f7f7;
		box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
		border-radius: 5px;
	}

	.clhide {
		position: absolute;
		display: block;
		font-size: 20px;
		color: #fff;
		top: 0px;
		right: 10px;
		z-index: 5;
		padding: 10px;
	}

	.clhide i {
		font-size: 24px;
	}

	.grama .grabar .graclose {
		display: block;
	}

	.grama .gracons .grapou {
		display: block;
	}

	.grama .gracons {
		width: 100%;
		padding-left: 0;
	}

	.grama .grabar h3 {
		font-size: 16px;
		font-weight: normal;
		padding: 20px 13px;
	}

	.grama .grabar .code {
		display: none;
	}

	.grama .grabar .gramenu {
		height: 45vh;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.grama .grabar .gramenu li a {
		width: 96%;
		padding: 15px 0;
	}

	.grama .grabar .gramenu li.active .first {
		padding: 15px 2%;
	}

	.grama .grabar .gramenu li a img {
		margin-right: 7px;
	}

	#ItList li a:nth-child(2) {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

	#ItList li a:nth-child(1) img {
		width: 120px;
		margin-right: 10px;
	}
}
.ivu-page{
	margin: 20px 10px 20px 0;
	    color: #666;
	    padding-top: 40px;
	    text-align: center;
	    justify-content: center;
}
#page1 li{
	display: inline-block;
	    min-width: 30px;
	    height: 30px;
	    cursor: pointer;
	    color: #666;
	    font-size: 13px;
	    line-height: 28px;
	    background-color: #f9f9f9;
	    border: 1px solid #dce0e0;
	    text-align: center;
	    margin: 0 4px;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    border-radius: 5px;
	    width: 30px;
      color: #017BCD;
      border: 1px solid #017BCD;
      padding: 0;
}
#page1 li.ivu-page-item.ivu-page-item-active{
	background-color: #017BCD;
    border-color: #017BCD;
    color: #FFF;}
#page1 li.xl-disabled{
		opacity: .5;
		cursor: no-drop;
}