.w1200 {
	margin: 0 auto;
	width: 1200px;
}

p {
	margin: 0 0 0 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.top {
	line-height: 30px;
	border-bottom: 1px solid #eee;
}

.top a {
	color: #666;
}

.top-left {
	float: left;
	width: 80%;
}

.top-right {
	float: right;
	width: 18%;
	text-align: right;
}

@media (max-width: 768px) {
	.top {
		display: none;
	}
}

.container1 {
	padding: 0 8%;
	margin: 0 auto;
}

.head {
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #fff;
	height: 76px;
}

.logo {
	float: left;
	line-height: 75px;
	margin-left: 5%;
}

.top_tel {
	float: right;
	width: 12%;
	padding-left: 22px;
	background-size: auto 100%;
}

.top_tel p {
	display: block;
	color: #606060;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/tel.png)no-repeat left;
	line-height: 76px;
	padding-left: 40px;
}

.box2 {
	margin-top: 55px;
}

.bt {
	text-align: center;
}

.bt h3 {
	font-weight: bold;
	color: #343434;
	font-size: 36px;
}

.bt span {
	display: block;
	color: #545454;
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
}

.fenlei {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fenlei li {
	width: 19.5%;
	position: relative;
	margin: 0 0.25%;
}

.fenlei li img {
	width: 100%;
}

.fenlei li .cont {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	text-align: center;
}

.fenlei li .cont h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.fenlei li .cont span {
	display: block;
	margin-top: 8px;
	color: #fff;
	font-size: 18px;
}

/* */
.box3 {
	text-align: center;
	padding: 3% 0;
	margin-top: 60px;
}

.box3 h3 {
	color: #fff;
	font-size: 26px;
}

.box3-tel {
	background: url(../images/more.png)no-repeat center top;
	padding-top: 3.4%;
	color: #fff;
	font-size: 18px;
	margin-top: 2%;
	background-size: 3% 48%
}

/* */
.box4 {
	background: #f3f3f3;
	padding-top: 55px;
}

.box4-cont {
	position: relative;
	background: #fff;
	margin-top: 70px;
	border-bottom: 2px solid #f3f3f3;
}

.box4-cont .slick-arrow {
	position: absolute;
	top: 50%;
	width: 58px;
	height: 58px;
	margin-top: -29px;
	cursor: pointer;
	border: none;
	outline: none;
	text-indent: -999px;
	overflow: hidden;
	z-index: 999
}

.box4-cont .slick-prev {
	background: url(../images/left.png)no-repeat;
	background-size: 100% 100%;
	left: -29px;
}

.box4-cont .slick-next {
	background: url(../images/right.png)no-repeat;
	background-size: 100% 100%;
	right: -29px;
}

.box4-cont li {
	text-align: center;
	padding: 0.8% 0 1%;
	border-right: 1px solid #f3f3f3
}

.box4-cont li b {
	font-size: 40px;
	color: #f3f3f3;
}

.box4-cont li img {
	margin: 10px auto 0;
	width: 50%;
}

.box4-cont li span {
	display: block;
	margin-top: 4%;
	color: #505050;
	font-weight: bold;
	font-size: 18px;
}

/* */
.box5 {
	margin-top: 55px;
}

.box5-cont {
	margin-top: 145px;
}

.box5-cont .swiper-slide img {
	width: 100%;
}

.box5-cont .swiper-slide-active img {
	width: 150%;
	position: relative;
	z-index: 999;
	margin-left: -30%;
	margin-top: -32%;
	box-shadow: 0 0 10px rgba(57,57,57,0.32)
}

/* */
.box6 {
	margin-top: 35px;
	background: url(../images/bj1.png)no-repeat;
	background-size: 100% 100%;
	padding: 2% 0;
}

.box6 .ab {
	background: #fff;
	padding: 2%;
}

.ab-le {
	float: left;
	width: 20%;
	border-right: 1px solid #f3f3f3;
	padding: 1% 0 3%;
}

.ab-tit h3 {
	color: #3c3c3c;
	font-size: 36px;
	font-weight: bold;
}

.ab-tit span {
	display: block;
	color: #3c3c3c;
	font-size: 18px;
}

.ab-le ul {
	margin-top: 12%;
}

.ab-le ul li {
	padding: 10% 0 10% 18%;
	background: url(../images/home.png)no-repeat 8% #748aa9;
	color: #fff;
	font-size: 18px;
	margin-bottom: 2px;
	width: 80%;
}

.ab-ri {
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-top: 2%;
}

.ab-ri h3 {
	font-weight: bold;
	color: #404040;
	font-size: 24px;
	position: relative;
	padding-bottom: 3%;
}

.ab-ri h3:after {
	content: "";
	display: block;
	width: 41px;
	height: 1px;
	background: #3b3b3b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ab-ri .cont {
	margin-top: 12%;
	color: #656565;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	height: 120px;
	overflow: hidden;
}

.ab-ri a {
	display: block;
	width: 30%;
	height: 45px;
	line-height: 45px;
	background: #f16231;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 6%;
}

.abimg {
	float: right;
	width: 35%;
	margin-top: 2%;
}

.abimg img {
	width: 100%;
}

/* */
.box7 {
	margin-top: 50px
}

.news_list1 {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.news_list1 li {
	float: left;
	width: 32%;
	position: relative;
	transition: all 1s;
	background: #fff;
}

.news_list1 li a {
	display: block;
	padding: 1.5%;
	box-shadow: 0 0 9px rgba(57,57,57,0.09);
}

.news_list1 li img {
	width: 100%;
}

.news_list1 li h3 {
	color: #4a4a4a;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	margin-top: 10px;
}

.news_list1 li p {
	color: #8b8b8b;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.news_list1 li .dac {
	height: 45px;
	line-height: 45px;
	width: 100%;
	background: #f16231;
	padding: 0 2%;
	margin-top: 15px;
	position: relative;
}

.news_list1 li .dac i {
	font-style: normal;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.news_list1 li .dac span {
	position: absolute;
	right: 2%;
	top: 0;
	color: #fff;
	font-size: 12px;
}

.news_list1 li:hover {
	margin-top: -15px;
}

.news_list1 li:hover h3 {
	color: #0a1c57
}

.news_list1 li:hover .dac {
	background: #0a1c57;
}

/* */
.footer {
	background: #3e3e3e;
	padding-top: 2%;
	margin-top: 40px;
}

.ff_nav {
}

.ff_nav dl {
	float: left;
	width: 16.666%;
}

.ff_nav dl dt {
	font-weight: normal;
	color: #5a5a5a;
	font-size: 16px;
	margin-bottom: 15px;
}

.ff_nav dl dd {
	line-height: 36px;
}

.ff_nav dl dd a {
	color: #5a5a5a;
	opacity: 0.63;
}

.link {
	margin-top: 20px;
	color: #909090;
	font-size: 12px;
	line-height: 22px;
}

.link a {
	color: #909090;
}

.copyright {
	text-align: center;
	border-top: 1px solid #d3d3d3;
	padding: 10px 0;
	color: rgba(90,90,90,0.55);
	line-height: 24px;
	margin-top: 10px;
}

.copyright a {
	color: rgba(90,90,90,0.55);
}

.ab0 {
	border-top: 10px solid #a0733e;
	width: 100%;
	position: relative;
	background: #fdfdfd;
}

.ab0 .abtp {
	width: 50%;
	position: relative;
	margin-left: 0%;
	float: left;
}

.ab0 .abtp img {
	width: 100%;
}

.ab0 .abtp .tpwz {
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: rgba(160,115,62,.78);
	height: 145px;
	left: 0;
}

.ab0 .abtp .tpwz h3 {
	margin-left: 16%;
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 145px;
}

.ab0 .abtp .tpwz span {
	font-size: 18px;
	margin-left: 10px;
}

.ab0 .abtp .tpwz .jt {
	float: right;
	margin-right: 30px;
	height: 100%;
}

.ab0 .abtp .tpwz .jt img {
	vertical-align: middle;
	margin-top: 75%;
}

.ab0 .abwz {
	width: 50%;
	float: right;
	padding-right: 8%;
	padding-left: 70px;
	padding-top: 115px;
}

.ab0 .abwz h2 {
	font-size: 30px;
	color: #a0733e;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}

.ab0 .abwz h3 {
	font-size: 15px;
	color: #505050;
	font-weight: normal;
	line-height: 2.4;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ab0 .abwz ul {
	margin-top: 50px;
	display: flex;
	width: 100%;
}

.ab0 .abwz ul li {
	width: 25%;
	text-align: center;
}

.ab0 .abwz ul li h3 {
	font-size: 60px;
	color: #a0733e;
	font-weight: bold;
	line-height: 1;
}

.ab0 .abwz ul li  span {
	color: #515151;
	font-size: 18px;
	line-height: 1;
	margin-top: 10px;
	font-weight: normal;
	display: block;
}

.yyly {
	background: url(../images/casebg.jpg) no-repeat top center;
	padding-top: 75px;
	padding-bottom: 100px;
}

.yyly .title {
	background: url(../images/titlehx.png) no-repeat left bottom;
	padding-bottom: 19px;
}

.yyly .title h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
}

.yyly .title h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	margin-top: 4px;
}

.yyly2 {
	margin-top: 80px;
}

.yyly2 ul {
	display: flex;
}

.yyly2 ul li {
	width: 14%;
	margin-right: 3.2%;
	border: 2px solid #fff;
	padding-top: 30px;
	padding-left: 1%;
	padding-bottom: 17px;
}

.yyly2 ul li:nth-child(6) {
	margin-right: 0;
}

.yyly2 ul li .jia {
	width: 19px;
	height: 19px;
	display: block;
	background: url(../images/yyjia.png) no-repeat center;
}

.yyly2 ul li h3 {
	font-size: 20px;
	color: #f7f7f7;
	font-weight: bold;
	line-height: 26px;
	margin-top: 50px;
}

.yyly2 ul li span {
	font-size: 14px;
	color: #f7f7f7;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
}

.yyly2 .gdly {
	font-size: 18px;
	font-weight: bold;
	color: #f7f7f7;
	line-height: 18px;
	margin-top: 65px;
	display: block;
}

.yyly2 .gdly span {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	font-family: "宋体";
}

.jsly {
	margin-top: 50px;
}

.jsly .title1 {
	background: url(../images/titlehx2.png) no-repeat left bottom;
	padding-bottom: 19px;
}

.jsly .title1 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #a0733e;
}

.jsly .title1 h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #a0733e;
	margin-top: 4px;
}

.jsly .title1 a {
	width: 146px;
	height: 45px;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 18px;
	color: #7a7a7a;
	line-height: 43px;
	opacity: 0.57;
}

.jsly .title1 a span {
	font-size: 24px;
	font-weight: normal;
	line-height: 43px;
	font-family: "宋体";
}

.jsly2 {
	margin-top: 30px;
}

.jsly2 ul {
	width: 100%;
}

.jsly2 ul li {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.jsly2 ul li .img1 {
}

.jsly2 ul li .yy {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0;
	text-align: center;
	padding: 200px 10% 0 8%;
}

.jsly2 ul li.cur {
	width: 50%;
}

.jsly2 ul li:nth-child(1) .yy {
	background: rgba(160,115,62,.85);
}

.jsly2 ul li:nth-child(2) .yy {
	background: rgba(7,23,65,.66);
}

.jsly2 ul li:nth-child(3) .yy {
	background: rgba(7,23,65,.53);
}

.jsly2 ul li.cur .yy {
	width: 53%;
	left: 23%;
	top: 15%;
	height: 70%;
	padding-top: 74px;
}

.jsly2 ul li .yy h3 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	margin-top: 25px;
}

.jsly2 ul li .yy p {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 36px;
	margin-top: 20px;
	padding-bottom: 23px;
	background: url(../images/jslihx.png) no-repeat  bottom center;
}

.news0 {
	margin-top: 13px;
	background: #fcfcfc;
	padding-top: 70px;
}

.news0 .title2 {
	background: url(../images/titlehx3.png) no-repeat left bottom;
	padding-bottom: 16px;
}

.news0 .title2 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #a0733e;
}

.news0 .title2 h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #a0733e;
	margin-top: 4px;
}

.news1 {
	margin-top: 65px;
}

.news1 ul li {
	float: left;
	width: 25%;
	padding: 0 1%;
	position: relative;
	min-height: 180px;
}

.news1 ul li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 180px;
	background: #e1e1e1;
	right: 0px;
	top: 0;
}

.news1 ul li h3 {
	margin: 0 auto;
}

.news1 ul li h3 a {
	font-size: 16px;
	color: #545454;
	font-weight: bold;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news1 ul li p {
	margin: 0 auto;
	font-size: 14px;
	color: #545454;
	font-weight: normal;
	line-height: 30px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.news1 ul li .time {
	margin: 0 auto;
	margin-top: 18px;
}

.news1 ul li .time span {
	font-size: 14px;
	color: #545454;
	line-height: 30px;
	float: left;
}

.news1 ul li .time .ckgd {
	font-size: 14px;
	color: rgba(84,84,84,.57);
	line-height: 30px;
	float: right;
}

.news1 ul li:hover {
	border-bottom: 2px solid #a0733e;
}

.news1 ul li:hover h3 a {
	color: #a0733e;
}

.news1 ul li:hover .time span {
	color: #bd9f7c;
}

.news1 ul li:hover .time .ckgd {
	color: rgba(189,159,124,.57);
}

.case0 {
	margin: 70px 0;
}

.case0 .title2 {
	background: url(../images/titlehx3.png) no-repeat left bottom;
	padding-bottom: 16px;
}

.case0 .title2 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #a0733e;
	text-transform: uppercase;
}

.case0 .title2 h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #a0733e;
	margin-top: 4px;
}

.case0 .title2 a {
	width: 146px;
	height: 45px;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 18px;
	color: #7a7a7a;
	line-height: 43px;
	opacity: 0.57;
}

.case0 .title2 a span {
	font-size: 24px;
	font-weight: normal;
	line-height: 43px;
	font-family: "宋体";
}

.case1 {
	margin-top: 45px;
	position: relative;
}

.case1 .slick-prev {
	position: absolute;
	left: -5%;
	top: 38%;
	width: 41px;
	height: 41px;
	font-size: 0;
	border: none;
	background: url(../images/left1.png) no-repeat left bottom;
}

.case1 .slick-next {
	position: absolute;
	right: -5%;
	top: 38%;
	width: 41px;
	height: 41px;
	font-size: 0;
	border: none;
	background: url(../images/right1.png) no-repeat left bottom;
}

.case1 ul {
	width: 100%;
}

.case1 ul li {
	padding: 10px;
	border: 1px solid #d1d1d1;
	margin: 0 15px;
}

.case1 ul li img {
	width: 100%;
}

.case1 ul li p {
	text-align: center;
	padding-top: 10px;
} 

.case1 ul li p a {
	font-size: 14px;
}

@media (max-width: 768px) {
	.member {
		display: none;
	}
}

.member {
	padding-top: 30px;
}

.member a {
	color: #333;
}

.member span {
	font-weight: bold;
}

.foot1 {
	width: 100%;
	border-bottom: 1px solid #525252;
	padding-bottom: 20px;
}

.foot1 .ftnav h3 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 2;
	text-align: center;
}

.foot1 .ftnav a {
	color: #fff;
	padding: 0 30px;
	display: inline-block;
}

.foot2 {
	margin-top: 40px;
	padding-bottom: 45px;
	border-bottom: 1px solid #525252;
}

.ftcont p {
	font-size: 14px;
	color: #e0e0e0;
	font-weight: normal;
	line-height: 2;
}

.ftewm span {
	display: block;
	color: #bababa;
	font-weight: normal;
	line-height: 1.5em;
}

.ftewm {
	text-align: center;
}
.ftewm h3 {
	
}

.ftewm h3 img {
	max-width: 100%;
}

.foot3 {
	color: #b6b6b6;
	text-align: center;
	line-height: 2;
	padding: 10px 0;
}

.foot3 a {
	color: #b6b6b6;
}

@media(max-width: 1600px) {
	.top_tel {
		width: 17%;
	}

	.top_tel p {
		padding-left: 23px;
	}

	.ab0 .abwz ul {
		margin-top: 25px;
	}
}

@media(max-width: 1440px) {
	.top_tel {
		width: 17%;
	}

	.top_tel p {
		padding-left: 23px;
		font-size: 16px;
	}

	.ab0 .abwz {
		padding-top: 50px;
	}

	.ab0 .abwz ul li h3 {
		font-size: 50px;
	}
}

@media(max-width: 1220px) {
	.top_tel {
	}

	.top_tel {
		width: 16%;
		padding-left: 10px;
		background-size: auto 80%;
	}
}

@media(max-width: 1200px) {
	.top_tel {
		padding-left: 10px;
		background-size: auto 80%;
	}

	.top_tel p {
		padding-left: 20px;
		font-size: 14px;
	}

	.ab0 .abwz {
		padding-top: 25px;
	}

	.ab0 .abwz h2 {
		font-size: 26px;
		margin-top: 15px;
	}

	.ab0 .abwz h3 {
		font-size: 14px;
		color: #505050;
		font-weight: normal;
		line-height: 2;
		margin-top: 20px;
	}

	.ab0 .abwz ul {
		margin-top: 15px;
	}

	.jsly2 ul li .yy p {
		line-height: 30px;
	}
}

@media(max-width: 1040px) {
	.top_tel {
		padding-left: 10px;
		background-size: auto 80%;
	}

	.top_tel {
		width: 16%;
	}
}

@media(max-width: 1024px) {

	.top_tel {
		padding-left: 2px;
		width: 17%;
		background-size: auto 74%;
	}

	.top_tel p {
		font-size: 12px;
	}

	.box4-cont {
		margin-top: 40px;
	}

	.box5-cont {
		margin-top: 80px;
	}

	.ab-le {
		width: 25%
	}

	.ab-ri {
		width: 38%;
		margin-left: 3%;
		margin-top: 5%;
	}

	.ab-ri h3 {
		font-size: 20px;
	}

	.abimg {
		width: 30%;
		margin-top: 8%;
	}

	.ab0 .abwz h3 {
		font-size: 14px;
		line-height: 1.5;
	}

	.ab0 .abwz ul li h3 {
		font-size: 20px;
		margin-top: 10px;
	}

	.ab0 .abwz ul {
		margin-top: 10px;
	}

	.yyly2 ul li {
		width: 16%;
		margin-right: 1.2%;
	}

	.yyly2 ul li h3 {
		font-size: 16px;
	}
}

@media(max-width: 980px) {
	.ab0 .abtp .tpwz {
		height: 60px;
	}

	.ab0 .abtp .tpwz h3 {
		line-height: 60px;
	}

	.ab0 .abtp .tpwz .jt img {
		vertical-align: middle;
		margin-top: 6%;
	}

	.ab0 .abwz h2 {
		font-size: 20px;
		margin-top: 10px;
	}

	.ab0 .abwz h3 {
		margin-top: 5px;
	}

	.ab0 .abwz ul {
		margin-top: 10px;
	}

	.yyly2 ul li h3 {
		font-size: 14px;
	}

	.ab0 .abwz ul li span {
		font-size: 14px;
	}
}

@media(max-width: 768px) {
	.fenlei li {
		width: 32.5%;
		margin-bottom: 20px;
	}

	.box2,.box3,.box5,.box7 {
		margin-top: 30px;
	}

	.box4 {
		padding-top: 30px;
	}

	.ab-le {
		width: 35%;
	}

	.ab-ri {
		width: 60%;
	}

	.ab0 .abtp {
		width: 96%;
		margin-left: 2%;
	}

	.ab0 .abwz {
		width: 100%;
		float: right;
		padding-right: 8%;
		padding-left: 8%;
		margin-bottom: 20px;
	}

	.yyly {
		background: url(../images/casebg.jpg) no-repeat top center;
		background-size: cover;
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	.yyly .title h3 {
		font-size: 20px;
	}
	.yyly .title h4 {
		font-size: 20px;
		margin-top: 0px;
	}
	.yyly2 {
		margin-top: 30px;
	} 

	.yyly2 ul {
		display: block;
	}

	.yyly2 ul li {
		width: 31%;
		margin-right: 1.2%;
		float: left;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-left: 1%;
		padding-bottom: 10px;
	}

	.yyly2 ul li h3 {
		font-size: 20px;
		color: #f7f7f7;
		font-weight: bold;
		line-height: 26px;
		margin-top: 25px;
	}

	.yyly2 ul li span {
		font-size: 12px;
	}

	.yyly2 .gdly {
		margin-top: 25px;
	}

	.jsly .title1 h3 {
		font-size: 20px;
	}
	
	.jsly {
		margin-top: 30px;
	}
	
	.jsly .title1 h4 {
		font-size: 20px;
		line-height: 20px;
		margin-top: 0px;
	}
	
	.jsly2 ul li {
		float: left;
		width: 100%;
		position: relative;
	}

	.jsly2 ul li.cur {
		width: 100%;
	}

	.jsly2 ul li .img1 {
		width: 100%;
	}

	.jsly2 ul li .yy {
		padding: 20px 10% 0 8%;
	}

	.jsly2 ul li.cur .yy {
		padding-top: 30px;
	}

	.news1 {
		margin-top: 30px;
	} 
	.news1 ul li {
		width: 50%;
	}

	.foot3 {
		line-height: 2em;
		padding: 10px 0;
	}
	
	.case0 {
		margin: 30px 0;
	}	
	.case0 .title2 h3 {
		font-size: 20px;
	}
	.case0 .title2 h4 {
		font-size: 20px;
		margin-top: 0px;
		line-height: 20px;
	}	
	.case0 .title2 a {
		display: none;
	}
		
	.news0 {
		padding-top: 30px;
	}
	.news0 .title2 h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.news0 .title2 h4 {
		font-size: 20px;
		line-height: 20px;
	}
	
	

}

@media(max-width: 841px) {
	.jsly2 ul li .yy .ckxq {
		margin-top: 11px;
	}

	.foot3 {
		line-height: 2em;
	}

	.foot3 .k11 {
		float: none;
	}
}

.map img {
	max-width: none!important;
}

@media(max-width: 500px) {
	.container1 {
		padding: 0 5%;
	}

	.bt h3 {
		font-size: 30px;
	}

	.fenlei li {
		width: 49.5%;
		margin-bottom: 20px;
	}

	.box3 {
		padding: 5% 0;
	}

	.box3 h3 {
		font-size: 20px;
	}

	.box3-tel {
		padding-top: 6%;
		background-size: 5% 40%;
		font-size: 16px;
	}

	.box5-cont {
		margin-top: 55px;
	}

	.ab-le,.ab-ri {
		width: 100%;
		margin-left: 0;
	}

	.ab-le ul {
		margin-top: 5%;
	}

	.ab-le ul li {
		width: 100%;
	}

	.ab-ri .cont {
		margin-top: 5%;
	}

	.news_list1 {
		margin-top: 20px;
	}

	.news_list1 li {
		width: 100%;
		margin-right: 0;
	}

	.yyly2 ul li {
		min-height: 134px;
	}

	.yyly2 ul li h3 {
		font-size: 14px;
	}

	.yyly2 ul li span {
		line-height: 1;
	}

	.jsly2 ul li .yy {
		padding: 20px 1% 0 1%;
	}

	.jsly2 ul li .yy h3 {
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		line-height: 16px;
		margin-top: 10px;
	}

	.jsly2 ul li .yy img {
		width: 15%;
	}

	.jsly2 ul li.cur .yy {
		padding-top: 10px;
	}

	.jsly2 ul li.cur .yy p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 3px;
	}

	.jsly2 ul li .yy .ckxq {
		margin-top: 10px;
		font-size: 16px;
		line-height: 20px;
	}

	.jsly2 ul li.cur .yy .ckxq {
		margin-top: 5px;
	}

	.news1 ul li {
		width: 100%;
		min-height: auto;
		margin-bottom: 20px;
		border-bottom: 1px solid #d1d1d1;
	}

	.news1 ul li:after {
		display: none;
	}

	.news1 ul li h3 {
		width: 100%;
	}

	.news1 ul li p {
		width: 100%;
	}

	.news1 ul li .time {
		width: 100%;
		margin-top: 0px;
	}

	.foot2 {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	
	.ftcont {
		width: 100%;
	}

	.ftewm {
		display: none;
	}

	.ftewm h3 {
		float: left;
	}

	.ftewm span {
		float: left;
		text-align: left;
	}

	.foot3 {
		line-height: 2em;
	}

	.ab0 .abtp .tpwz h3 {
		font-size: 18px;
		margin-left: 8%;
	}

	.ab0 .abtp .tpwz .jt img {
		width: 60%;
		margin-top: 28%;
	}
}

@media(max-width: 320px) {
	.yyly2 ul li {
		width: 32%;
	}

	.yyly2 ul li h3 {
		font-size: 12px;
	}

	.jsly2 ul li.cur .yy p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 14px;
		padding-bottom: 3px;
	}

	.jsly2 ul li .yy p {
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.jsly2 ul li .yy .ckxq {
		font-size: 14px;
		line-height: 18px;
	}
}

/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #151515;
  float: left;
  padding: 3px 0;
  border-right: 1px solid #b1b1b1;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
	text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
}
.phonefooternav ul li a i img {
	display: inline-block;
}

@media (max-width:768px) {
	body {
		padding-bottom: 55px!important;
	}
}
