/*通用类*/
* {
	margin: 0;
	padding: 0
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative
}

h1,
h2,
h3 {
	font-weight: 500
}

img {
	border: none
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none
}

a:hover {
	color: #c99951
}

ul {
	list-style-type: none
}

em {
	font-style: normal
}

.lt {
	float: left
}

.rt {
	float: right
}

input.sub,
label {
	border: none;
	cursor: pointer
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none
}

table {
	border-collapse: collapse
}

table td,
table th {
	padding: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both
}

.clearfix::after {
	content: "";
	display: block;
	clear: both
}

img {
	max-width: 100%;
	vertical-align: top
}

.center {
	max-width: 1200px
}

/*header 开始*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	height: 110px;
	background: rgba(0, 0, 0, 0)
}

.header .logo {
	display: inline-block;
	width: calc(100% - 950px);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 110px
}

.header .logo img {
	max-width: 100%;
	vertical-align: middle
}

.header .nav {
	float: right;
	z-index: 99;
}

.header .nav>li {
	float: left;
	width: auto;
	min-width: 80px;
	margin: 0 2px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	position: relative;
	line-height: 110px;
}

.header .nav>li:hover,
.header .nav>li.hover {
	background: linear-gradient(0deg, #c28942, #ca964b)
}

.header .nav>li:hover>a,
.header .nav>li.hover>a {
	color: #fff;
}

.header .nav>li a {
	padding: 0;
	color: #fff;
	font-size: 16px;
	background: none;
}

.header .nav .sec {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	background: #fff;
	color: #454545;
	padding: 10px 0;
	display: none;
}

.header .nav>li:hover .sec {
	display: block;
}

.header .nav .sec>li {
	height: 36px;
	line-height: 36px;
	position: relative;
}

.header .nav .sec>li:hover,
.header .nav .sec>li.hover {
	background: #c99951;
	color: #fff
}

.header .nav .sec>li a {
	color: #454545;
	font-size: 14px;
}

.header .nav .sec>li:hover a {
	color: #fff
}

.header .nav .sec .level {
	width: 160px;
	padding: 10px 20px;
	position: absolute;
	left: 100px;
	top: 0;
	background: #033a89;
	display: none;
}

.header .nav .sec>li:hover .level {
	display: block;
}

.header .nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.header .nav .sec .level li:hover {
	background: #2962a9;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

body {
	overflow-x: hidden
}

a,
a:hover {
	text-decoration: none;
	outline-width: 0;
	outline: 0
}

:focus {
	outline: none;
	-webkit-tap-highlight-color: transparent
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.center {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

/* 底部 */
.footer {
	background: #0a0a0a;
	color: #939393;
	line-height: 1.7
}

.footer a {
	color: #939393
}

.footer .center {
	padding: 30px 0 20px
}

/**/
.footer .menu {
	width: 54%
}

.footer .menu li {
	max-width: 25%
}

.footer .menu li h5 {
	padding-bottom: 15px;
	font-size: 16px;
	color: #fff;
	position: relative
}

.footer .menu li h5:after {
	content: '';
	width: 30px;
	height: 2px;
	background: #c99951;
	position: absolute;
	left: 0;
	bottom: 0
}

.footer .menu li p {
	margin: 0
}

/**/
.footer .info {
	width: 260px
}

.footer .info-tel {
	padding-left: 65px;
	background: url(/template/default/images/foot-icon-tel.png) no-repeat left center
}

.footer .info-tel span {
	display: inline-block;
	color: #fff
}

.footer .info-tel em {
	display: inline-block;
	width: 100%;
	font-size: 25px;
	color: #c99951
}

/**/
.footer .code {
	width: 140px;
	text-align: center
}

.footer .code span {
	display: inline-block;
	padding-top: 20px;
	color: #fff
}

/**/
.footer .text {
	font-size: 12px;
	line-height: 56px;
	text-align: center;
	background: #000
}
/* .nml01  ul li{
	width: 33.33%;
}
 */



@media only screen and (min-width:1680px) {
	.header .container {
		width: 75%;
		margin: 0 auto
	}
}

@media only screen and (max-width:1680px) {
	.header .container {
		width: 98%;
	}
}

@media only screen and (max-width:1200px) {
	.center {
		width: 96%
	}

	.header .nav>li {
		padding: 0 15px;
	}

	.header .logo {
		width: calc(100% - 870px);
	}
}

@media only screen and (max-width:1080px) {
	.header .nav>li {
		padding: 0 10px;
	}

	.header .logo {
		width: calc(100% - 820px);
	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		height: 110px;
		margin-right: 60px;
	}

	.header .logo {
		width: 270px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 110px;
		width: 100%;
		background: #fff;
		padding: 10px 0;
		margin: 0;
		display: none;
	}

	.header .nav>li {
		width: 100%;
		line-height: 60px;
		padding: 10px;
	}

	.header .nav>li a {
		color: #333;
	}

	.header .nav .sec {
		position: static;
	}

	.header .nav .sec>li {
		height: auto;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	/* 底部 */
	.footer .menu {
		width: 100%
	}
}

@media only screen and (max-width: 750px) {
	body {
		font-size: .24rem
	}
	
	.about-banner .center {
		width: 100%;
	}
	.about-banner .center{
		display: flex;
		flex-direction: row
	}
	.about-banner .center li{
		flex: 1;
	}
	.about-banner .center li a{
		display: block;
	}
	.header .contact {
		display: none;
	}

	.header {
		height: 1rem;
	}

	.header .nav {
		top: 1rem;
	}

	.header .logo {
		max-width: 36%;
		width: auto;
		line-height: 1rem
	}

	/* 底部 */
	.footer .center {
		padding: .3rem 0
	}

	/**/
	.footer .menu {
		width: 92%;
		margin: 0 auto
	}

	.footer .menu li {
		max-width: 25%
	}

	.footer .menu li h5 {
		padding-bottom: .2rem;
		font-size: .24rem
	}

	.footer .menu li h5:after {
		content: '';
		width: .3rem;
		height: 2px
	}

	.footer .menu li p {
		margin: 0;
		font-size: 14px
	}

	/**/
	.footer .info {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
		text-align: center
	}

	.footer .info-tel {
		padding-top: .7rem;
		padding-left: 0;
		background-size: .45rem;
		background-position: center top
	}

	.footer .info-tel em {
		font-size: 16px
	}

	/**/
	.footer .code {
		width: 100%
	}

	.footer .code span {
		width: 100%;
		padding-top: .2rem;
		font-size: .2rem
	}

	.footer .code img {
		width: 1.4rem
	}

	/**/
	.footer .text {
		font-size: 12px;
		line-height: .6rem
	}
	.about-value li:nth-child(2) img{
		right: 0;
		left: auto;
		width: 3.4rem;
		    height: 2.3rem;
		
	}
	.about-value li:nth-child(2){
		padding-left: 0;
	}
	
	.about-value li:nth-child(2) h5 {
	  
		
	    float: left!important;
	}
	
	.about-value li:nth-child(2) span {
	    
	    
		
	    float: left!important;
	}
}

/*toubu*/
/*header 开始*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	height: 110px;
	background: rgba(0, 0, 0, .5)
}

.header .logo {
	display: inline-block;
	width: calc(100% - 950px);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 110px
}

.header .logo img {
	max-width: 100%;
	vertical-align: middle
}

.header .nav {
	float: right;
	z-index: 99;
}

.header .nav>li {
	float: left;
	width: auto;
	min-width: 80px;
	margin: 0 2px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	position: relative;
	line-height: 110px;
}

.header .nav>li:hover,
.header .nav>li.hover {
	background: linear-gradient(0deg, #c28942, #ca964b)
}

.header .nav>li:hover>a,
.header .nav>li.hover>a {
	color: #fff;
}

.header .nav>li a {
	padding: 0;
	color: #fff;
	font-size: 16px;
	background: none;
}

.header .nav .sec {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	background: #fff;
	color: #454545;
	padding: 10px 0;
	display: none;
}

.header .nav>li:hover .sec {
	display: block;
}

.header .nav .sec>li {
	height: 36px;
	line-height: 36px;
	position: relative;
}

.header .nav .sec>li:hover,
.header .nav .sec>li.hover {
	background: #c99951;
	color: #fff
}

.header .nav .sec>li a {
	color: #454545;
	font-size: 14px;
}

.header .nav .sec>li:hover a {
	color: #fff
}

.header .nav .sec .level {
	width: 160px;
	padding: 10px 20px;
	position: absolute;
	left: 100px;
	top: 0;
	background: #033a89;
	display: none;
}

.header .nav .sec>li:hover .level {
	display: block;
}

.header .nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.header .nav .sec .level li:hover {
	background: #2962a9;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

body {
	overflow-x: hidden
}

a,
a:hover {
	text-decoration: none;
	outline-width: 0;
	outline: 0
}

:focus {
	outline: none;
	-webkit-tap-highlight-color: transparent
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.center {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

/* 底部 */
.footer {
	background: #0a0a0a;
	color: #939393;
	line-height: 1.7
}

.footer a {
	color: #939393
}

.footer .center {
	padding: 30px 0 20px
}

/**/
.footer .menu {
	width: 54%
}

.footer .menu li {
	max-width: 25%
}

.footer .menu li h5 {
	padding-bottom: 15px;
	font-size: 16px;
	color: #fff;
	position: relative
}

.footer .menu li h5:after {
	content: '';
	width: 30px;
	height: 2px;
	background: #c99951;
	position: absolute;
	left: 0;
	bottom: 0
}

.footer .menu li p {
	margin: 0
}

/**/
.footer .info {
	width: 260px
}

.footer .info-tel {
	padding-left: 65px;
	background: url(/template/default/images/foot-icon-tel.png) no-repeat left center
}

.footer .info-tel span {
	display: inline-block;
	color: #fff
}

.footer .info-tel em {
	display: inline-block;
	width: 100%;
	font-size: 25px;
	color: #c99951
}

/**/
.footer .code {
	width: 140px;
	text-align: center
}

.footer .code span {
	display: inline-block;
	padding-top: 20px;
	color: #fff
}

/**/
.footer .text {
	font-size: 12px;
	line-height: 56px;
	text-align: center;
	background: #000
}

.klpp img{
	width: 100%;
	height: 100px;
	
}
.dy_pic a{
	color: #333;
}
.dy_pic a:hover{
	color: #333;
}
.dy-list_text_2 .ppp .dy-text a{
	color: #333;
}
.dy-list_text_2 .ppp .dy-text a:hover{
	color: #333;
}
.list-of-pp ul li{
	position: relative;
}
.list-of-pp ul li .my-logo{
	position: absolute;
	top: 10px;
	left: 30px;
	width: 40px;
	height: 40px;
	
}

.list-of-pp ul li .my-logo img{
	width: 100%;
	height: 100%;
}
.img_list ul li .text a h3:hover{
	color: #C99753;
}
.dy_pic a strong{
    color: #fff;
} 
@media only screen and (min-width:1680px) {
	.header .container {
		width: 75%;
		margin: 0 auto
	}
}

@media only screen and (max-width:1680px) {
	.header .container {
		width: 98%;
	}
}

@media only screen and (max-width:1200px) {
	.center {
		width: 96%
	}

	.header .nav>li {
		padding: 0 15px;
	}

	.header .logo {
		width: calc(100% - 870px);
	}
}

@media only screen and (max-width:1080px) {
	.header .nav>li {
		padding: 0 10px;
	}

	.header .logo {
		width: calc(100% - 820px);
	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		height: 110px;
		margin-right: 60px;
	}

	.header .logo {
		width: 270px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 110px;
		width: 100%;
		background: #fff;
		padding: 10px 0;
		margin: 0;
		display: none;
	}

	.header .nav>li {
		width: 100%;
		line-height: 60px;
		padding: 10px;
	}

	.header .nav>li a {
		color: #333;
	}

	.header .nav .sec {
		position: static;
	}

	.header .nav .sec>li {
		height: auto;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	/* 底部 */
	.footer .menu {
		width: 100%
	}
}

@media only screen and (max-width: 750px) {
	.klpp img{
		width: 100%;
		height: 50px;
		object-fit: contain;
	}
	.klpp .swiper-slide{
		/* width: 50px!important; */
	/* 	margin-right: 15px!important;
		margin-left: 10px!important; */
	}
	
	.header .nav>li:hover, .header .nav>li.hover {
	    background: linear-gradient(0deg, #c28942, #ca964b)!important;
	}
	
	
	
	
	body {
		font-size: .24rem
	}

	.center {
		width: 7.5rem
	}

	.header .contact {
		display: none;
	}

	.header {
		height: 1rem;
	}

	.header .nav {
		top: 1rem;
	}

	.header .logo {
		max-width: 36%;
		width: auto;
		line-height: 1rem
	}

	/* 底部 */
	.footer .center {
		padding: .3rem 0
	}

	/**/
	.footer .menu {
		width: 92%;
		margin: 0 auto
	}

	.footer .menu li {
		max-width: 25%
	}

	.footer .menu li h5 {
		padding-bottom: .2rem;
		font-size: .24rem
	}

	.footer .menu li h5:after {
		content: '';
		width: .3rem;
		height: 2px
	}

	.footer .menu li p {
		margin: 0;
		font-size: 14px
	}

	/**/
	.footer .info {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
		text-align: center
	}

	.footer .info-tel {
		padding-top: .7rem;
		padding-left: 0;
		background-size: .45rem;
		background-position: center top
	}

	.footer .info-tel em {
		font-size: 16px
	}

	/**/
	.footer .code {
		width: 100%
	}

	.footer .code span {
		width: 100%;
		padding-top: .2rem;
		font-size: .2rem
	}

	.footer .code img {
		width: 1.4rem
	}

	/**/
	.footer .text {
		font-size: 12px;
		line-height: .6rem
	}
}
.img_list ul li .text .kl9:hover {
    background-color: #C99753;
}
/*n3*/
.dy-list_text li {
	margin-bottom: 35px;
}

.dy-list_text li .pic {
	width: 45%;
	height: 375px;
	float: left;
	overflow: hidden;
}

.dy-list_text li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}
.dy-list_text li .pic img:hover{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.dy-list_text .dy_word {
	width: 54.5%;
	margin-left: 1px;
	border: 1px solid #e1e1e1;
	height: 375px;
	padding: 35px;
	
	box-sizing: border-box;
	float: right;
}
.dy-list_text li {
    margin-bottom: 35px;
	padding: 0 15px;
}
.dy-list_text .dy_word h3 {
	font-size: 23px;
	color: #c99951;
	margin-bottom: 0px;
	margin-top: 0px;
}

.dy-list_text .dy_word i {
	width: 50px;
	height: 3px;
	background-color: #c99951;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.dy-list_text .dy_word .text {
	font-size: 14px;
	color: #7d7d7d;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.dy-list_text .dy_word  .kl4 {
	width: 130px;
	height: 40px;
	display: inline-block;
	background-color: #000000;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	box-sizing: border-box;
	margin-top: 30px;
	font-size: 14px;
}

.dy-list_text {
	margin-bottom: 130px;
	margin-top: 45px;
}

/*n4*/
.dy-list_text_2 ul li .dy_pic {
	width: 100%;
	height: 256px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 25px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(226, 226, 226, 0.8);
	overflow: hidden;
}

.dy-list_text_2 ul li .dy_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}
.dy-list_text_2 ul li .dy_pic img:hover{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.dy-list_text_2 ul li .dy_pic .float-text {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(201, 153, 81, 0.7);
	border-radius: 0 0 15px 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
	box-sizing: border-box;
}

.dy-list_text_2 .dy-text {
	padding-right: 20px;
	box-sizing: border-box;
}

.dy-list_text_2 .dy-text p {
	font-size: 12px;
	color: #474747;
	padding-bottom: 15px;
	line-height: 25px;
	height: 155px;
	overflow: hidden;
}

/*n5*/
.my-lisi {
	text-align: center;
	margin-top: 60px;
}

.my-lisi h3 {
	font-size: 30px;
	color: #313131;
}

.my-lisi span {
	width: 21px;
	height: 12px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top: 14px;
	background: url(/template/default/images/xiajiantou.png) no-repeat;
	background-size: 100% 100%;
}

.my-lisi p {
	line-height: 40px;
	color: #313131;
	font-size: 16px;
	text-align: left;
}

.my-lisi .pic {
	width: 100%;
	height: auto;
}

.my-lisi .pic img {
	width: 100%;
	height: auto;
}

.gray_box {
	padding: 50px 0 100px 0;
	box-sizing: border-box;
	background-color: #f8f8f8;
}

.gray_box-a {
	background-color: #191919;
}

.my-lisi-a h3 {
	color: #fff;
}

/*n6*/
.head-list {
	padding-top: 25px;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}

.head-list span {
	color: #767676;
	display: inline-block;
	padding-left: 15px;
	font-size: 14px;
	border-left: 5px solid #c99951;
}

.img_list ul li {
	width: 100%;
	margin-top: 25px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 15px;
}

.img_list ul li .pic {
	width: 303px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.img_list ul li .pic img {
	width: 100%;
	height: 210px;
	object-fit: contain;
	border-radius: 15px;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}
.img_list ul li .pic img:hover{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.img_list ul li .text {
	padding: 20px 0 25px 30px;
	margin-left: 303px;
}
.klpp .swiper-slide img{
	border-radius: 15px;
		-webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
			
}
.klpp .swiper-slide{
	border: 1px solid #ccc;
	overflow: hidden;
}

.klpp .swiper-slide:hover img{
		transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.img_list ul li .text a h3 {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 18px;
	color: #000;
}
.technique .con li {
	overflow: hidden;
}
.technique .con li img{
	border-radius: 15px;
		-webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
		
}
.technique .con li:hover img{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}


















.img_list ul li .text span {
	display: inline-block;
	margin: 15px 0 15px 0px;
	padding-left: 25px;
	font-size: 14px;
	color: #b0b0b0;
	background: url(/template/default/images/oppo2.png) no-repeat left;
	background-size: 16px auto;
}

.img_list ul li .text p {
	color: #696969;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.img_list ul li .text .kl9 {
	width: 115px;
	height: 33px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
}

.img_list {
	margin-bottom: 60px;
}

/*n7*/
.list-of ul li {
	margin-top: 20px;
	padding: 0px 15px;
}

.list-of ul li .my-box-t {
	
	padding-top: 37px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
	background-color: #f9f9f9;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.3)
}

.list-of ul li .pic-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 100%;
	margin-bottom: 20px;
	background-color: #c48d44;
}

.list-of ul li .pic-box img {
	margin-top: 20px;
}

.list-of ul li .my-box-t h3 {
	font-size: 16px;
	color: #000;
	font-weight: 100;
}

.list-of ul li .my-box-t p {
	font-size: 26px;
	color: #000;
}

.list-of ul li .my-box-t .dute {
	font-size: 16px;
	display: block;
	padding: 5px 20px;
}

.ditu {
	margin-top: 50px;
	width: 100%;
	height: auto;
	margin-bottom: 37px;
}

/*n52*/
.list-of-pp ul li {
	margin-bottom: 25px;
}

.list-of-pp ul li .box-kk {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 0 15px;
	box-sizing: border-box;
}

.list-of-pp ul li .box-kk .pic {
	width: auto;
	height: 250px;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	overflow: hidden;
	
}

.list-of-pp ul li .box-kk a .pic img {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	
}
.list-of-pp ul li .box-kk .pic img:hover{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.list-of-pp ul li .box-kk h3 {
	font-size: 16px;
	color: #000;
}

.list-of-pp ul li .box-kk p {
	font-size: 12px;
	color: #757575;
	height: 35px;
	display: inline-block;
	overflow: hidden;
}

.list-of-pp ul li .box-kk .kl5{
	display: inline-block;
	width: 108px;
	height: 31px;
	background-color: #000000;
	text-align: center;
	padding-top: 6px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 12px;
}
.technique .con li{
	height: 380px;
	overflow: hidden;
	
}
.technique .con li img{
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
}
.phone-number p{
	margin: 0;
}


/* .about-banner-a {
	background: #c99951 url(/template/default/images/n3_01.jpg) no-repeat center top!important;
	color: #fff;
	position: relative;

} */

/* .about-banner-b {
	background: #c99951 url(/template/default/images/0833.png) no-repeat center top !important;
	color: #fff;

	position: relative;

} */
/* .about-banner-c {
	background: #c99951 url(/template/default/images/opop.png) no-repeat center top !important;
	color: #fff;

	position: relative;

} */
/* .about-banner-d {
	background:url(/template/default/images/lllop.png) no-repeat center top !important;
	color: #fff;
	position: relative;

} */
/* .about-banner-e {
	background:url(/template/default/images/hjlk-4.png) no-repeat center top !important;
	color: #fff;
	position: relative;

} */
.about-banner-d{
	background: none!important;
}
.dy-list_text_2 {
	margin-top: 45px;
}

.ppp li {
	padding: 0 15px;
}

.ppp {
	margin-bottom: 55px;
}

.head-list-bb{
	margin-top: -70px;
}
.hjkl li{
	padding: 0 15px;
	margin-top: 55px;
}

.qiehuan{
	display: none;
}

.technique .tit .hoverho a{
	background: #c99951;
	color: #fff;
}

.partner .con{
	overflow: hidden;
}
.about-history li p{
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}

.about-history li p:hover {
   transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}

.list-of ul li .pic-box img{
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}
.list-of ul li:hover .my-box-t{
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.8);
	}
	
.list-of ul li:hover .pic-box img {
     transform:scale(1.3);-webkit-transform:scale(1.3);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.3); 
}


.list-of-pp ul li .box-kk a:hover {
    background-color: #c99951;

}
.video li img{
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}

.video li:hover img{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}.active .con li{overflow: hidden;}
.active .con li img{-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
		height:285px;
  		overflow:hidden;
  		object-fit:cover;
		}
.active .con li:hover img{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.header{
		background: rgba(0, 0, 0, 0)
}
.header.fix{
		background: rgba(0, 0, 0, 0.5)
}
.header:hover{
	background: rgba(0, 0, 0, 0.5)
}
.header .nav>li:hover, .header .nav>li.hover{
	background: none;
}
.header.fix .nav>li:hover, .header.fix .nav>li.hover,.header:hover  .nav>li:hover{
    background: linear-gradient(0deg, #c28942, #ca964b);
}
.dy-list_text .dy_word a:hover {
    background-color: #c28942;
}


.txt-a{
	display: none;
	height: 30%;
}
.video li{
		-webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
}
.video li:hover p{
  display: block;
}

.swiper-containerqqq .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
   
}
.swiper-containerqqq .swiper-pagination-bullet-active {
    opacity: 1;
    background: #C99753;
}

@media only screen and (max-width:1200px) {
	.dy-list_text_2 ul li .dy_pic .float-text {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 1000px) {
	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	/*n6*/
	.img_list ul li .text {
		padding: 5px 0 15px 20px;
		margin-left: 303px;
	}

	.img_list ul li .text h3 {
		font-size: 16px;
	}

	.img_list ul li .text p {
		line-height: 22px;
		font-size: 12px;
		display: inline-block;
		height: 45px;
		overflow: hidden;
	}

	/*n7*/
	.list-of ul li .my-box-t p {
		font-size: 16px;
		color: #000;
	}

	.dy-list_text_2 ul li .dy_pic .float-text {
		font-size: 12px;
		padding: 10px 10px;
	}

	.dy-list_text_2 ul li .dy_pic .float-text {
		padding-top: 4px;
	}

	.list-of ul li .my-box-t .dute {
		font-size: 14px;
		display: block;
		padding: 5px 10px;
	}
.dy_tuo li{
	padding: 0 30px !important;
}

.video li .txt-a span{
    
    font-size: 12px!important;
    
}


}
@media only screen and (max-width: 750px) {
	.banner img{
		height: 230px;
	}
	.img_list ul li .pic img {
		
		height: 220px;
		
	}
	.dy-list_text {
		margin-bottom: 50px;
		margin-top: 45px;
	}
	.video li .txt-a span {
	    padding: 0 .1rem;
	    font-size: 14px;
	}
	.technique .con li img {
	 
	    margin-bottom: 5px;
	}
.head-list-bb{
	margin-top: -10px;
}
	.container {
		padding: 0 10px;
	}
.technique .con li {
    height: 350px;
    overflow: hidden;
}
	.dy-list_text_2 ul li .dy_pic .float-text {
		padding-top: 10px;
	}

	.list-of ul li .my-box-t {
		padding-top: 37px;
		height: 210px;
	}

	.ditu img {
		height: 200px;
		object-fit: cover;
	}

	.dy-list_text li {
		padding: 0;
	}

	.dy-list_text li .pic {
		height: 190px;
	}

	.dy-list_text .dy_word {
		height: 190px;
		padding: 10px;
	}

	.dy-list_text .dy_word h3 {
		font-size: 16px;
	}

	.dy-list_text .dy_word i {
		width: 20px;
		height: 2px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.dy-list_text .dy_word .text {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-height: 20px;
	}

	.dy-list_text .dy_word .kl4 {
		width: 100px;
		height: 30px;
		padding-top: 6px;
		margin-top: 10px;
		font-size: 12px;
	}

	.dy-list_text li {
		margin-bottom: 20px;
	}

	/*n4*/
	.dy-list_text_2 ul li .dy_pic .float-text {
		font-size: 12px;
		padding: 10px 10px;
	}

	/*n5*/
	.my-lisi h3 {
		font-size: 18px;
	}

	.my-lisi p {
		line-height: 30px;
		font-size: 12px;
	}

	.gray_box {
		padding: 20px 0 50px 0;
	}

	.my-lisi .pic img {
		margin-bottom: 20px;
	}

	/*n6*/
	.img_list ul li .pic {
		width: 100%;
		position: static;
	}

	.img_list ul li .text {
		padding: 5px 0 15px 10px;
		margin-left: 0;
		margin-top: 10px;
	}

	.img_list ul li {
		padding-bottom: 15px;
	}

	/*n52*/
	.list-of-pp ul li .box-kk .pic {
		margin-bottom: 0px;
	}

	/*修改*/
	.dy-list_text_2 ul li .dy_pic {
		height: 200px;
	}
	.active .con li img {
    height: 145px;
 }
}

#dituContent{
	width: 100%;
	height: 400px;
}
#dituContent img {
	width: auto;
	max-width:none;
}


.xiaocms-page{ padding:15px 0; text-align: center; font-size:12px;}
.xiaocms-page span { display: inline-block; height: 22px; padding: 0 10px; line-height: 22px; background: #c99951; border: 1px solid #c99951; color: #fff; text-align: center; margin-left: 1px;}
.xiaocms-page a { display: inline-block; height: 22px; line-height: 22px; background: #fff; border: 1px solid #c99951; text-align: center; color: #333; padding: 0 10px; margin-left: 1px; font-size:12px;}