@charset "utf-8";
img {
    max-width: 100%;
        max-height: 100%;
}
.sxs * {
    text-align: center!important;
}
.head{
	background-image: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,0));
	height: 100px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
}
.head_height{
	height: 100px;
}
.head_active,.head_white{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.logo{
	display: inline-block;
	height: 68px;
}
.logo img{
	display: block;
	height: 100%;
}
.logo img.img1{
	display: block;
}
.logo img.img2{
	display: none;
}
.head_active .logo img.img1,
.head_white .logo img.img1{
	display: none;
}
.head_active .logo img.img2,
.head_white .logo img.img2{
	display: block;
}
.nav li{
	position: relative;
	margin-left: 70px;
}
.nava{
	color: #fff;
	display: block;
	line-height: 100px;
}
.head_active .nava,
.head_white .nava{
	color: #666;
}
.head_active .nav li.active .nava,
.head_white .nav li.active .nava{
	color: #b81d2d;
	font-weight: bold;
}
.head_active .nav li:hover .nava,
.head_white .nav li:hover .nava{
	color: #b81d2d;
}
.navhide{
	min-width: 180px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.navhide a{
	font-size: 16px;
	line-height: 70px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.navhide a:nth-child(even){
	/*background: #f8f8f8;*/
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a:hover{
	color: #B81D2D;
	background: #f8f8f8;
}

.right{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
}
.rta{
	position: relative;
	padding: 7px 0;
}
.rta_a{
	width: 40px;
	padding: 10px 0;
	text-align: center;
	background: #e1a612;
	color: #fff;
	border-radius: 8px 0 0 8px;
	display: block;
	font-size: 12px;
}
.rta_a span{
	font-size: 22px;
	display: block;
	margin-bottom: 5px;
}
.rta:hover .rta_a{
	background: #B81D2D;
}
.tc{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tc_active{
	opacity: 1;
	visibility: inherit;
}
.fmbox{
	width: 1080px;
	max-width: 85%;
	padding: 80px;
}
.tc_close{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -90px;
	top: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 100%;
	font-size: 20px;
}
.fma{
	margin-bottom: 35px;
}
.fma:last-child{
	margin-bottom: 0;
}
.fma input,.fma textarea{
	height: 60px;
	width: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
	padding: 0 15px;
	font-size: 16px;
}
.fma input:focus,.fma textarea:focus{
	border: 1px solid #B81D2D;
}
.fma textarea{
	resize: none;
	padding: 15px;
	height: 160px;
}
.fma button{
	height: 60px;
	width: 150px;
	background: #666666;
	color: #fff;
	font-size: 16px;
	transition: .25s;
	cursor: pointer;
	border-radius: 8px;
	margin: 0 20px;
}
.fma button:hover{
	opacity: .85;
}
.fma button.active{
	background: #B81D2D;
}

.foot{
	background: url(../images/footbg_02.png) no-repeat top center;
	position: relative;
	background-size: 100% 100%;
	z-index: 9;
}
.ft{
	padding: 90px 0 55px 0;
	border-bottom: 1px solid #e2d3c1;
}
.ftra{
	margin-left: 8%;
}
.ftra h3,.ftra h3 a{
	color: #7d4918;
}
.ftra ul a{
	color: #666;
}
.ftra ul a:hover,.fb a:hover{
	color: #7d4918;
}
.fb{
	line-height: 25px;
	padding: 25px 0;
	color: #666;
}
.fb a{
	color: #666;
}

.md{
	padding: 90px 0;
}
.i1{
	background: url(../images/bg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 150px 0;
}
.md-last-child{
	margin-bottom: -50px !important;
}
.md-last-child-p{
	padding-bottom: 150px !important;
}
.i1l{
	width: 44%;
	margin-right: 5%;
}
.ititle_48{
	font-size: 48px;
}
.i1ltop span{
	color: #999;
	padding-bottom: 10px;
	background: url(../images/i1lico_03.png) no-repeat bottom center;
}
.more{
	display: inline-block;
	width: 285px;
	padding: 10px;
	background: #B81D2D;
	border-radius: 80px;
	color: #fff;
}
.more span{
	display: block;
	width: 100%;
	line-height: 55px;
	border: 1px dashed #fff;
	border-radius: 80px;
	text-align: center;
	padding-right: 25px;
}
.more span i{
	transition: .5s;
	font-size: 24px;
	line-height: 30px;
	transform:rotateX(180deg);
	position: absolute;
	right: 30%;
	top: 50%;
	margin-top: -15px;
}
.more:hover i{
	right: 20%;
}
.i1r{
	position: absolute;
	right: 0;
	width: 47%;
}
.i2a{
	width: 33.33%;
}
.i2ab{
	line-height: 65px;
	padding: 0 5%;
	background: #B81D2D;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -65px;
	z-index: 9;
	transition: .5s;
}
.i2a:hover .i2ab{
	bottom: 0;
}
.i2a_last{
	background: #f9be2a;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.i3,.i5,.i6,.bg{
	background: url(../images/bg_02.jpg) no-repeat center;
	background-size: cover;
}
.swiper-container-i3{
	overflow: initial;
}
.i4{
	background-attachment: fixed !important;
}
.i5atxt p{
	line-height: 30px !important;
	height: 60px !important;
}
.i5a{
	width: 30%;
}
.i5aimg{
	border-radius: 10px;
}
.i5aimg span{
	line-height: 30px;
	padding: 0 13px;
	border-radius: 0 6px 6px 0;
	background: #eb6671;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 9;
}
.i5aimg span.pink{
	background: #eb6671;
}
.i5aimg span.yellow{
	background: #f1b856;
}
.g9{
	background: #eb6671!important;
}
.g10{
	background: #f1b856!important;
}
.i5atxtbr i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background: #ede1d3;
	border-radius: 100%;
	transform:rotateX(180deg);
	color: #B81D2D;
	transition: .25s;
}
.i5a:hover .i5atxtbr i{
	background: #e1a612;
	color: #fff;
}
/*无缝滚动*/
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.i6a{
	text-align: center;
	width: 460px;
	height: 460px;
	border-radius: 10px;
	color: #fff;
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

.ititle_60{
	font-size: 60px;
}
.lbnnav{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lbnnav a{
	line-height: 70px;
	width: 180px;
	background: #fff;
	display: block;
	text-align: center;
}
.lbnnav a.active{
	background: #B81D2D;
	line-height: 80px;
	color: #fff;
}
.ab1{
	padding-top: 25px;
}
.listmd_first{
	padding-top: 25px !important;
}
.listnav a{
	color: #999;
	margin: 0 5px;
}
.listnav a:hover{
	color: #B81D2D;
}
.ab1w:nth-child(odd){
	flex-flow: row-reverse;
}
.ab1txt span{
	color: #7f694a;
}
.ab2bg{
	background: rgba(0,0,0,.3);
	color: #fff;
}
.ab2bg span{
	opacity: .7;
}
.ab2bg i{
	width: 140px;
	height: 140px;
	border: 1px solid rgba(255,255,255,.6);
	color: rgba(255,255,255,.6);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 50px;
}
.ab3a{
	border-radius: 15px;
}

.pdbox{
	border-radius: 15px;
	overflow: hidden;
}
.pdth{
	padding: 0 90px;
}
.swiper-button-next-pdth,.swiper-button-prev-pdth{
	width: 90px;
	height: 100%;
	top: 0;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #999;
	background: none;
	transition: .25s;
}
.swiper-button-next-pdth:hover,.swiper-button-prev-pdth:hover{
	color: #B81D2D;
}
.swiper-button-next-pdth{
	right: 0;
}
.swiper-button-prev-pdth{
	left: 0;
}
.pdtha{
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	height: 110px;
	color: #666;
}
.pdtha::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #B81D2D;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transform:rotate(45deg);
	opacity: 0;
}
.pdtha img{
	display: none;
	height: 35px;
}
.pdtha:hover{
	color: #B81D2D;
}
.swiper-slide.active .pdtha{
	background: #B81D2D;
	color: #fff;
}
.swiper-slide.active .pdtha::after{
	opacity: 1;
}
.swiper-slide.active .pdtha img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.pdb{
	padding: 40px;
	border-top: 1px solid #eee;
	margin-top: -10px;
}
.swiper-container-pdth{
	padding-bottom: 10px;
}
.pdbw{
	margin-top: -25px;
}
.pdbw a{
	width: 140px;
	line-height: 40px;
	border: 1px solid #E6E6E6;
	margin-right: 25px;
	margin-top: 25px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
	color: #666;
}
.pdbw a.active,.pdbw a:hover{
	background: #e1a612;
	border: 1px solid #e1a612;
	color: #fff;
}
.pdw{
	width: 102%;
}
.pda{
	width: 23%;
	margin-right: 2%;
}
.pdaimg{
	border-radius: 8px;
}
.page{
	padding: 20px 0;
	border: 1px solid #e2d3c1;
	border-left: 0;
	border-right: 0;
}
.page a{
	margin: 5px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	font-size: 16px;
	background: #ede1d3;
	color: #9e7853;
}
.page a:hover,.page a.active{
	background: #B81D2D;
	color: #fff;
}
.page a.pagea{
	background: none !important;
	color: #9e7853 !important;
}
.page a.pagea:hover{
	color: #B81D2D !important;
}
.page-num-current {
	background: #B81D2D!important;
	color: #fff!important;
}
.pil,.pir{
	width: 47%;
}
.pil{
	border-radius: 15px;
	overflow: hidden;
}
.pirt{
	border-bottom: 1px solid #7d4918;
	padding-bottom: 25px;
}
.pirmt{
	color: #7d4918;
}
.pirmt i{
	width: 4px;
	height: 20px;
	border-radius: 4px;
	background: #B81D2D;
	margin-right: 12px;
}
.pirmw p{
	margin-top: 12px;
	color: #666;
	border-bottom: 1px solid #e2d6c3;
	width: 45%;
	line-height: 40px !important;
	padding: 10px 0;
}
.pirb a{
	background: #B81D2D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 200px;
	height: 60px;
	padding: 0 30px;
	border-radius: 60px;
}
.pirb a i{
	font-size: 20px;
}
.pirf{
	border: 1px solid #e2d6c3;
	border-radius: 60px;
	overflow: hidden;
}
.pirf a{
	line-height: 60px;
	width: 50%;
	text-align: center;
}
.pirf a:last-child{
	border-left: 1px solid #E2D3C1;
}
.pirf a:hover{
	color: #B81D2D;
}
.pitcbox{
	/*width: 700px;*/
	max-width: 85%;
}
.pitcboxw{
	height: 90vh;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.co1w{
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.co1l{
	width: 35%;
}
.co1la{
	padding: 50px 30px;
	border-bottom: 1px solid #eee;
}
.co1la:last-child{
	border-bottom: 0;
}
.co1la i{
	width: 72px;
	height: 72px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #B81D2D;
	color: #fff;
	font-size: 30px;
	margin-right: 25px;
}
.co1la:hover{
	background: #B81D2D;
	color: #fff;
}
.co1la:hover p{
	color: #fff;
}
.co1la:hover i{
	background: #fff;
	color: #B81D2D;
}
.co2a{
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	display: block;
}
.co2aimg{
	border-radius: 10px;
}
.co2atxt{
	padding: 20px;
	text-align: center;
}
.co2line{
	width: 20px;
	height: 3px;
	background: #B81D2D;
	display: block;
	margin: 15px auto;
}
.co3{
	color: #fff;
	display: flex;
	align-items: center;
}
.co3w p{
	opacity: .6;
}
.co3box{
	margin: 0 auto;
	width: 270px;
	height: 65px;
	background: #B81D2D;
	color: #fff;
	border-radius: 65px;
	display: flex;
	align-items: center;
}
.co3box i{
	width: 60px;
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 65px;
	margin-right: 5px;
	color: #B81D2D;
	font-size: 30px;
}

.downa{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	background: #fff;
	margin-top: 40px;
	padding: 0 5%;
	border-radius: 8px;
	transition: .5s;
}
.downa:hover{
	box-shadow: 0 10px 25px rgba(0,0,0,.07);
}
.downar a{
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #e2d5c2;
	color: #e2d5c2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}
.downar a:last-child{
	padding-left: 5px;
}
.downar a:hover{
	background: #B81D2D;
	border: 1px solid #B81D2D;
	color: #fff;
}

.csboxw{
	position: absolute;
	left: 0;
	line-height: 30px;
	
}


@media only screen and (max-width:1399px) {
	.logo{
		height: 50px;
	}
	.ftra ul,.ftl .txt{
		line-height: 35px;
	}
	.md{
		padding: 70px 0;
	}
	.ititle_48{
		font-size: 40px;
	}
	.ititle_60{
		font-size: 50px;
	}
	.more{
		width: 210px;
		padding: 5px;
	}
	.more span{
		line-height: 45px;
	}
	.more span i{
		right: 25%;
	}
	.i1r{
		position: relative;
	}
	.i2ab{
		padding: 0 20px;
		line-height: 50px;
	}
	.i2ab p img{
		height: 20px;
	}
	.i2ab span img{
		height: 8px;
	}
	.i6a{
		width: 360px;
		height: 360px;
	}
	
	.lbnnav a{
		width: 150px;
		line-height: 55px;
	}
	.lbnnav a.active{
		line-height: 65px;
	}
	.ab2bg i{
		width: 100px;
		height: 100px;
		font-size: 40px;
	}
	
	.pdtha img{
		height: 25px;
	}
	.pdtha{
		height: 90px;
	}
	
	.pirb a{
		width: 150px;
		height: 45px;
		padding: 0 20px;
	}
	.pirb a i{
		font-size: 16px;
	}
	
	.co1la{
		padding: 40px 25px;
	}
	.co1la i{
		width: 46px;
		height: 46px;
		font-size: 20px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.nav li{
		margin-left: 50px;
	}
	.tc_close{
		width: 40px;
		height: 40px;
		font-size: 16px;
		right: -50px;
	}
	.md{
		padding: 60px 0;
	}
	.ititle_48{
		font-size: 36px;
	}
	.ititle_60{
		font-size: 40px;
	}
	.more{
		width: 180px;
		padding: 5px;
	}
	.more span{
		line-height: 40px;
	}
	.more span i{
		right: 25%;
		font-size: 16px;
	}
	.page a{
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}
@media only screen and (max-width:950px) {
	.foot{
		background-size: 300% 100%;
	}
	.md{
		padding: 50px 0;
	}
	.ititle_48{
		font-size: 30px;
	}
	.i2a{
		width: 50%;
	}
	
	.pda{
		width: 31.33%;
	}
}
.g_news {
    padding-top: 27px;
}
.g_news a {
    display: flex;
    padding: 57px 0;
    margin-bottom: 57px;
    border-bottom: 1px solid #e2d3c1;
    align-items: center;
    justify-content: space-between;
}
.g_news a .g_news_l {
    width: 42%;
    border-radius: 10px;
    overflow: hidden;
}
.g_news a .g_news_l img {
    display: block;
    width: 100%;
}
.g_news a .g_news_r {
    width: 52%;
}
.g_news a .g_news_r span {
    color: #c9a958;
    font-size: 14px;
    padding-left: 7px;
    display: block;
    line-height: 1;
    border-left: 3px solid #c9a958;
    margin-bottom: 37px;
}
.g_news a .g_news_r h1 {
    color: #191919;
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 22px;
}
.g_news a .g_news_r p {
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    letter-spacing: 1.5px;
    overflow: hidden;
    line-height: 1.76;
    color: #666666;
    font-size: 16px;
    margin: 0;
}
.g_news a .g_news_r i {
    display: flex;
    border: 1px solid #c9a958;
    width: 150px;
    line-height: 46px;
    text-align: center;
    color: #999999;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 60px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.g_news a .g_news_r i img {
    margin-left: 12px;
}
.g_news a .g_news_r i .g2 {
    display: none;
}
.g_news a:hover .g_news_r h1 {
    color: #b81d2d;
}
.g_news a:hover .g_news_r i {
    background-color: #b81d2d;
    color: #ffffff;
    border-color: #b81d2d!important;
}
.g_news a:hover .g_news_r i .g1 {
    display: none;
}
.g_news a:hover .g_news_r i .g2 {
    display: block;
}
.g_news_info {
    max-width: 1000px;
    margin: auto;
}
.g_news_info h1 {
    font-size: 32px;
    color: #191919;
    font-weight: normal;
    line-height: 1.57;
    display: block;
}
.g_news_info li {
        display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 22px 0 32px;
}
.g_news_info li span {
    font-size: 15px;
    color: #333333;
    width: 194px;
}
.g_news_info li span b {
    color: #b81d2d
}
.g_news_info li i {
    width: calc(100% - 194px);
    height: 1px;
    background-color: #e2d3c1;
}
.g_news_info div {
    line-height: 2;
    font-size: 15px;
    color: #666666;
    letter-spacing: 1.37px;
    padding-bottom: 37px;
    margin-bottom: 27px;
    border-bottom: 1px solid #e2d3c1;
}
.g_info_b {
   max-width: 1000px;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.g_info_b li {
    width: calc(100% - 167px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.g_info_b li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #191919;
    padding: 2px 0;
    line-height: 1.37;
}
.g_info_b li a:hover {
    color: #b81d2d;
}
.g_info_b .g_info_fh {
    width: 150px;
    display: flex;
    line-height: 50px;
    background-color: #b81d2d;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 16px;
}
.g_info_b .g_info_fh img {
    display: block;
    margin-left: 7px;
}
.g_case {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 57px;
}
.g_case div {
    width: 33.3337%;
    border-right: 1px solid #e2d3c1;
    border-bottom: 1px solid #e2d3c1;
    background-color: #fff;
    padding-bottom: 57px;
}
.g_case div:nth-child(1n+3) {
    border-left: 1px solid #e2d3c1;
}
.g_case div:nth-child(1) {
    border-top: 1px solid #e2d3c1;
    border-left: 1px solid #e2d3c1;
}
.g_case div:nth-child(2) {
    border-top: 1px solid #e2d3c1;
}
.g_case div:nth-child(3) {
    border-top: 1px solid #e2d3c1;
}
.g_case div .g_news_l {
    height: 326px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.g_case div .g_news_l img {
    display: block;
}
.g_case div .g_news_r {
        display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
.g_case div .g_news_r a {
        width: 40%;
    display: block;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 13px 0;
    font-size: 16px;
    color: #666666;
}
.g_case div .g_news_r .one:hover {
    color: #ffffff!important;
    background-color: #b81d2d!important;
}
.g_case div .g_news_r .two:hover {
    color: #333333!important;
    background-color: #e1a612!important;
}
.g_case div:hover {
    border: none !important;
    box-shadow: 0 0 7px 3px #ebebeb;
    z-index: 1;
    transition: all 0.37s;
}
.g_height {
    height: 100px;
}
.g_case_list {
    overflow: hidden;
}
.g_case_list .list_logo {
    width: 100%;
    text-align: center;
    display: flex;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 37px auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 27px 0;
}
.list_list {
    padding: 27px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
}
.list_list a {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
        display: block;
}
.list_list a:nth-child(4n) {
    margin-right: 0;
}
.list_list a li {
        height: 320px;
    overflow: hidden;
}
.list_list a li img {
    display: block;
    width: auto;
    height: 100%;
    margin: auto;
    border-radius: 7px;
}
.list_list a span {
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
    padding-top: 12px;
}
.g_case_info {
        width: max-content;
    margin: auto;
        padding: 5% 5% 2%;
    font-size: 16px;
    background-color: #ffffff;
    overflow: hidden;
    line-height: 2;
    margin-top: 57px;
}
.g_case_info img {
    display: block;
}
.g_case_info_t {
    padding-top: 37px;
    text-align: center;
    overflow: hidden;
}
.g_case_info_btn {
        display: flex;
    padding-top: 37px;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 400px;
    margin: auto;
}
.g_case_info_btn .shipin {
    width: 157px;
    line-height: 57px;
    background-color: #b81d2d;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    cursor: pointer;
}
.g_case_info_btn .shipin img {
    margin-right: 9px;
}
.g_case_info_btn .chanpinzs {
    width: 157px;
    line-height: 57px;
    background-color: #e1a612;
    display: flex;
    color: #333333;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 16px;
}
.g_case_info_btn .chanpinzs img {
    margin-right: 9px;
}
@media only screen and (max-width: 1440px) {
    .g_case_info {
        font-size: 14px;
        margin-top: 46px;
    }
    .g_news a .g_news_r h1 {
        font-size: 22px;
    }
    .g_news a .g_news_r p {
        font-size: 14px;
    }
    .list_list a li {
            height: 260px;
    }
    .g_news_info h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width:1280px) {
    .list_list a li {
        height: 210px;
    }
}
@media only screen and (max-width:950px) {
    .g_height {
        height: 0;
    }
    .list_list a li {
        height: 176px;
    }
}
@media only screen and (max-width:768px) {
    .g_case_info_btn .chanpinzs img {
        width: 16px;
    }
    .g_case_info_btn .shipin img {
        width: 16px;
    }
    .g_case_info_btn .shipin {
        width: 40%;
        line-height: 42px;
        font-size: 14px;
    }
        .g_case_info_btn .chanpinzs {
        width: 40%;
        line-height: 42px;
        font-size: 14px;
    }
        .g_case_info_btn {
        padding-top: 27px;
        width: 100%;
    }
    .g_case_info {
        font-size: 12px;
        margin-top: 27px;
    }
    .g_news_info div {
        line-height: 2;
        font-size: 12px;
    }
    .g_info_b .g_info_fh img {
        display: block;
        margin-left: 7px;
        width: 18px;
    }
    .g_info_b .g_info_fh {
        width: 127px;
        line-height: 37px;
        font-size: 14px;
    }
    .g_info_b li a {
        font-size: 12px;
    }
    .g_news_info h1 {
        font-size: 18px;
    }
    .g_news a .g_news_r i {
        width: 127px;
        line-height: 37px;
        border-radius: 26px;
        font-size: 14px;
        margin-top: 25px;
    }
    .g_news a .g_news_r p {
        font-size: 13px;
    }
    .g_news a .g_news_r h1 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .g_news a .g_news_r span {
        font-size: 13px;
        margin-bottom: 17px;
    }
    .g_news a .g_news_r {
        width: 100%;
        margin-top: 17px;
    }
    .g_news a {
        display: block;
        padding: 37px 0;
        margin-bottom: 37px;
    }
    .g_news a .g_news_l {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
    .g_case div .g_news_r a {
        padding: 10px 0;
        font-size: 14px;
    }
    .list_list a span {
        font-size: 13px;
        padding-top: 8px;
    }
    .g_case div {
        width: 100%;
        border-top: none;
        border-left: 1px solid #e2d3c1;
        border-right: 1px solid #e2d3c1;
        border-bottom: 1px solid #e2d3c1;
        padding-bottom: 37px;
    }
    .g_case div:nth-child(1) {
        border-top: 1px solid #e2d3c1;
    }
    .g_case div:nth-child(2) {
        border-top: none;
    }
    .g_case div:nth-child(3) {
        border-top: none;
    }
    .g_case {
        display: block;
        padding-top: 57px;
    }
    .g_case div .g_news_l {
        height: 200px;
        padding: 17px;
    }
    .list_list a li {
        height: auto;
    }
    .list_list a {
        width: calc(50% - 7px);
        margin-right: 14px;
        margin-bottom: 25px;
    }
    .list_list a:nth-child(2n) {
        margin-right: 0;
    }
    .g_case_list .list_logo {
        padding: 12px 0;
        height: 102px;
    }
    .list_list {
        padding: 17px 0;
        justify-content: flex-start;
    }
	.md{
		padding: 25px 0;
	}
	.ititle_48{
		font-size: 24px;
	}
	.ititle_60{
		font-size: 24px;
	}
	.bnimg{
		background: none !important;
		height: auto !important;
	}
	.ftr{
		display: none;
	}
	.ft{
		padding: 50px 0 0 0;
		text-align: center;
		border-bottom: 0;
	}
	.ftl .txt{
		margin-top: 15px;
	}
	.ftl .txt p{
		border-bottom: 1px dashed #e2d3c1;
		line-height: 55px;
	}
	.fb{
		padding: 12px 0;
		font-size: 12px;
		color: #999;
	}
	.fb a{
		color: #999;
	}
	.fb .wrap_1400,.fbl {
		display: block;
	}
	.fbl p{
		margin: 0;
	}
	.fmbox{
		padding: 25px;
	}
	.fma input, .fma textarea{
		height: 45px;
		font-size: 13px;
		padding: 0 12px;
	}
	.fma textarea{
		height: 80px;
		padding: 12px;
	}
	.fma{
		margin-bottom: 16px;
	}
	.fma button{
		width: 100px;
		height: 40px;
		margin: 0 7px;
		font-size: 13px;
	}
	.tc_close{
		width: 30px;
		height: 30px;
		font-size: 12px;
		right: 0;
		top: -40px;
	}
	.rta{
		padding: 3px 0;
	}
	.rta_a{
		width: 30px;
		font-size: 10px;
	}
	.rta_a span{
		font-size: 14px;
	}
	.more{
		width: 120px;
		padding: 3px;
	}
	.more span{
		line-height: 30px;
		font-size: 12px;
	}
	.more span i{
		right: 15% !important;
		font-size: 16px;
	}
	.i1r{
		width: 100%;
	}
	.i2ab{
		padding: 0 15px;
		line-height: 40px;
	}
	.i2ab p{
		font-size: 13px;
	}
	.i2ab p img{
		height: 15px;
	}
	.i2ab span img{
		height: 6px;
	}
	.i2a_last img{
		width: 30px;
	}
	.i2a_last p{
		margin-top: 5px;
		font-size: 12px;
	}
	.i3tl{
		text-align: center;
	}
	.i5w{
		margin-top: 0;
	}
	.i5a{
		width: 100%;
		margin-top: 25px;
	}
	.i6a{
		width: 240px;
		height: 240px;
	}
	
	.listbn{
		height: 300px !important;
	}
	.lbntxt{
		margin-bottom: 20px;
	}
	.lbnnav a{
		width: 100px;
		line-height: 35px;
		font-size: 12px;
	}
	.lbnnav a.active{
		line-height: 40px;
	}
	.ab2bg i{
		width: 100px;
		height: 100px;
		font-size: 40px;
	}
	.ab1txt {
		margin-top: 20px;
	}
	.ab2bg i {
	    width: 70px;
	    height: 70px;
	    font-size: 30px;
	}
	.ab3a{
		border-radius: 6px;
	}
	.md-last-child-p{
		padding-bottom: 80px !important;
	}
	
	.swiper-button-next-pdth, .swiper-button-prev-pdth{
		width: 30px;
		font-size: 14px;
	}
	.pdth{
		padding: 0 30px;
		background: #fff;
		height: 60px;
	}
	.pdtha{
		height: 60px;
	}
	.pdtha img{
		height: 15px;
		margin-bottom: 0 !important;
	}
	.pdtha::after{
		bottom: -3px;
	}
	.pdtha p{
		font-size: 12px;
	}
	.pdbox{
		background: none;
	}
	.pdb{
		padding: 0;
		margin-top: 5px;
		border-top: 0;
	}
	.pdbw{
		margin-top: 0;
		width: 105%;
	}
	.pdbw a{
		display: inline-block;
		width: 21%;
		margin-right: 4%;
		line-height: 30px;
		background: #fff;
		border: 0 !important;
		border-radius: 0 !important;
		margin-top: 12px;
		font-size: 12px;
	}
	.pdw{
		width: 100%;
		justify-content: space-between;
	}
	.pda{
		width: 48%;
		margin-right: 0;
	}
	.page{
		padding: 10px 0;
	}
	.page a{
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 3px 5px;
	}
	
	.pirt{
		padding-bottom: 15px;
	}
	.pirb a{
		width: 140px;
		height: 42px;
		padding: 0 18px;
	}
	.pirb a i{
		font-size: 16px;
	}
	.pirmw p{
		margin-top: 5px;
		width: 100%;
		padding: 5px 0;
	}
	.pirf a{
		line-height: 40px;
	}
	
	
	.co1la{
		padding: 25px 20px;
	}
	.co1la i{
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.co1l{
		width: 100%;
	}
	.co1r{
		height: 300px;
	}
	.co3box{
		transform: scale(.7);
	}
	
	.downa{
		height: 50px;
		padding: 0 15px;
		border-radius: 3px;
		margin-top: 15px;
	}
	.downa p{
		margin-right: 0;
		font-size: 13px;
	}
	.downar a{
		width: 30px;
		height: 30px;
		margin-left: 10px;
	}
	.downar a i{
		font-size: 14px;
	}
}