@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.list.kongs {
	background-color: transparent !important;
	border: none !important;
	height: 0 !important;
	padding: 0 !important;
}

.list233 {
	display: none !important;
}


/**/

header {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
}

.header {
	width: 1200px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	height: 40px;
}

.header .logo img {
	display: block;
	height: 100%;
}

.header .nav {
	display: flex;
	justify-content: flex-end;
}

.header .nav p {
	position: relative;
}

.header .nav p>a {
	display: block;
	color: #6b6969;
	line-height: 40px;
	padding: 0px 15px;
	text-transform: capitalize;
}

.header .nav p>a:hover,
.header .nav p.hover>a {
	color: #005aaa;
}

.header .nav p span {
	width: 95px;
	margin: auto;
	position: absolute;
	z-index: 99999;
	left: 0;
	right: 0;
	display: none;
	background-color: #fff;
}

.header .nav p span a {
	display: block;
	color: #6b6969;
	line-height: 40px;
	padding: 0px 15px;
}

.header .nav p:hover span {
	display: block;
}

.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.index-main01 {
	width: 1200px;
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: white;
	box-shadow: 0px 0px 6px #ccc;
}

.index-main01 .right {
	width: 50%;
}

.index-main01 .right img {
	display: block;
	width: 100%;
}

.index-main01 .left {
	width: 50%;
	padding: 2% 3% 2%;
}

.index-main01 .left p.t1 {
	color: #1766b2;
	font-weight: bold;
	font-size: 50px;
	font-family:"宋体";
}

.index-main01 .left p.t2 {
	color: #cececf;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
}

.index-main01 .left p.t3 {
	background-color: #f08c34;
	width: 60%;
	height: 2px;
	margin-bottom: 20px;
}

.index-main01 .left p.t4 {
	color: #979595;
	line-height: 1.7;
	margin-bottom: 20px;
}

.index-main01 .left p.t5 a {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #f08c34;
	line-height: 32px;
	color: white;
	border-radius: 100%;
	text-align: center;
	font-size: 25px;
}

.index-title {
	text-align: center;
}

.index-title p.t1 {
	color: #1766b2;
	font-weight: bold;
	font-size: 50px;
}

.index-title p.t2 {
	color: #cececf;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.index-main02 {
	width: 1200px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main02 .list {
	width: 49%;
	overflow: hidden;
	position: relative;
}

.index-main02 .list img.pic {
	display: block;
	width: 100%;
}

.index-main02 .list .text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index-main02 .list .text p.t1 {
	width: 75px;
	height: 75px;
	display: block;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}

.index-main02 .list .text p.t1 img {
	display: block;
	width: 100%;
}

.index-main02 .list .text p.t2 {
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	margin: 15px auto 5px;
}

.index-main02 .list .text p.t3 {
	color: #f08c34;
	font-size: 36px;
}

.index-main02 .list .li {
	width: 100%;
	display: flex;
	justify-content: space-around;
	background-color: rgba(255, 255, 255, .7);
	position: absolute;
	bottom: 0px;
	transition: 0.3s all;
}

.index-main02 .list .li a {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 80px;
	font-size: 17px;
}

.index-main02 .list .li a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	background-color: #f08c34;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.index-main02 .list:hover .li {
	bottom: 0;
	transition: 0.3s all;
}

.index-main03 {
	width: 100%;
	margin: 0 auto 55px;
	max-width: 1920px;
	position: relative;
}

.index-main03 img {
	display: block;
	width: 100%;
}

.index-main03 .text {
	width: 1200px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.index-main03 .text .one {
	background-color: #fff;
	width: 280px;
	padding: 50px 0;
}

.index-main03 .text .one p.t3 {
	width: 80%;
	margin: auto;
}

.index-main03 .text .two {
	color: #6f6d6c;
	font-weight: bold;
	font-size: 28px;
	line-height: 2;
	position: absolute;
	left: 310px;
	top: 60px;
}

.index-main03 .text .three {
	color: #f08c34;
	padding: 15px;
	font-size: 25px;
	font-weight: bold;
	line-height: 2;
	position: absolute;
	bottom: 50px;
	right: 0;
}

.index-main04 {
	width: 1200px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main04 .list {
	width: 32%;
}

.index-main04 .list p.t1 {
	color: #767272;
	margin-bottom: 15px;
}

.index-main04 .list p.t2 {
	color: #434445;
	height: 63px;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #434445;
}

.index-main04 .list p.t3 {
	color: #909294;
	line-height: 1.7;
	margin-bottom: 20px;
	font-size: 15px;
}

.index-main04 .list p.t4 {
	display: block;
	width: 100%;
}

.index-main04 .list p.t4 img {
	display: block;
	width: 100%;
}

footer {
	width: 100%;
	background-color: #535252;
	padding: 50px 0;
}

.footer {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer p.t1 {
	color: white;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 2px solid #f08c34;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.footer p.t2 a {
	display: block;
	color: white;
	line-height: 2;
}

.footer p.t3 {
	color: white;
	line-height: 2;
}

.footer p.t4 {
	width: 140px;
}

.footer p.t4 img {
	display: block;
	width: 100%;
}

.footer-copy {
	margin-top: 60px;
	text-align: center;
	color: white;
	font-size: 15px;
}

.type-list-w {
	width: 100%;
	background-color: #f08c34;
}

.type-list-w.two {
	background-color: #f4f4f4;
}

.type-list {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
}

.type-list p {
	display: block;
	width: 20%;
	text-align: center;
}

.type-list p a {
	display: block;
	color: white;
	line-height: 70px;
	font-size: 18px;
}

.type-list-w.two .type-list {
	justify-content: center;
}

.type-list-w.two p {
	width: 120px;
}
.type-list-w.two a {
	color: #666;
}

.type-list p a:hover,
.type-list p.hover a {
	background-color: #CCCCCC
}
.type-list-w.two .type-list.en p{
	width: auto;
	margin: 0 15px;
}
.loca-w {
	width: 100%;
	background-color: #f4f4f4;
}

.loca {
	width: 1200px;
	margin: auto;
	line-height: 80px;
	font-size: 15px;
	color: #535252;
}

.pro-main-w {
	width: 100%;
	background-color: #f4f4f4;
	padding-bottom: 60px;
}

.pro-main {
	width: 1200px;
	margin: 0 auto 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pro-main .list {
	width: 47%;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 6px #CCCCCC;
	margin-bottom: 20px;
	transition: 0.3s all;
	position: relative;
}

.pro-main .list .pic {
	width: 260px;
	height: 180px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}

.pro-main .list .pic img {
	display: block;
	width: 100%;
}

.pro-main .list .text {
	width: 60%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.pro-main .list .text p.t1 {
	color: #005aaa;
	font-weight: bold;
	margin-bottom: 15px;
}
.pro-main .list .text p.t1 span{
	color: #abacad;
	font-weight: normal;
	position: absolute;
	right: 35px;
	top: 25px;
}
.pro-main .list .text p.t2 {
	color: #abacad;
	margin-bottom: 15px;
}

.pro-main .list .text p.t3 {
	color: white;
	background-color: #f08c34;
	width: 30px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 20px;
}

.pro-main .list:hover {
	transform: translateY(-10px);
	transition: 0.3s all;
}

.show-top {
	width: 1200px;
	margin: 0 auto 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 6px #CCCCCC;
	transition: 0.3s all;
}

.show-top .pic {
	width: 40%;
}

.show-top .pic img {
	display: block;
	width: 100%;
}

.show-top .text {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.show-top .text h1 {
	color: #005aaa;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 26px;
}

.show-top .text p.t1 {
	color: #f08c34;
	font-weight: bold;
	margin-bottom: 10px;
}

.show-top .text p.t2 {
	color: #abacad;
	margin-bottom: 15px;
}

.show-top .text p.t3 {
	color: white;
	background-color: #f08c34;
	width: 100px;
	height: 3px;
}

.show-cons {
	width: 1200px;
	margin: auto;
	background-color: white;
	box-shadow: 0px 0px 6px #CCCCCC;
	padding: 60px;
}

.show-cons h3 {
	color: #575655;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	line-height: 50px;
}

.show-cons h3:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	background-color: #f08c34;
	bottom: 0;
	top: 0;
	left: -20px;
	border-radius: 100%;
}

.show-cons p {
	color: #abacad;
	line-height: 1.8;
}

.pro-main-w.about {
	padding-top: 60px;
}

.pro-main-w.about .index-main01 {
	margin: 0 auto 50px;
}

.about-m02 {
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-m02 .list {
	width: 32.5%;
	margin-bottom: 30px;
}

.about-m02 .list img {
	display: block;
	width: 100%;
}

.about-m03 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-m03 .right {
	width: 50%;
}

.about-m03 .right img {
	display: block;
	width: 100%;
}

.about-m03 .left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-m03 .left .index-title {
	width: 300px;
	padding: 60px 0;
	background-color: white
}

.about-m03 .left .desc {
	font-size: 15px;
	line-height: 1.7;
	padding-right: 40px;
	color: #b7b4b2;
}

.about-m04 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-m04 .left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-m04 .left .index-title {
	width: 300px;
	padding: 60px 0;
	background-color: white
}

.about-m04 .left .desc {
	font-size: 15px;
	line-height: 1.7;
	padding-right: 40px;
	color: #b7b4b2;
}

.about-m05 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-m05 .left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-m05 .left .index-title {
	width: 300px;
	padding: 60px 0;
	background-color: white
}

.about-m05 .left .desc {
	font-size: 15px;
	line-height: 1.7;
	padding-right: 40px;
	color: #b7b4b2;
}

.contact-m01 {
	width: 1200px;
	padding: 55px 45px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: white;
}

.contact-m01 .list{
    width: 33.33%;
}

.contact-m01 .list p.t1 {
	width: 70px;
	display: block;
	margin: auto;
}

.contact-m01 .list p.t1 img {
	display: block;
	width: 100%;
}

.contact-m01 .list p.t2 {
	color: #5d5c5b;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px;
}

.contact-m01 .list p.t3 {
	text-align: center;
	color: #8e8d8c;
}

.contact-m01 .qrcode {
	width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.contact-m01 .qrcode p {
	width: 130px;
	text-align: center;
	color: #8e8d8c;
	/*margin-left: 15px;*/
}

.contact-m01 .qrcode p img {
	display: block;
	margin-bottom: 6px;
	width: 100%;
}

.contact-m02 {
	width: 1200px;
	margin: 30px auto;
	height: 450px;
	box-shadow: 0px 0px 6px #ccc;
}

.contact-m02 .container {
	width: 100%;
	height: 100%;
}

.contact-m02 .title {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}

.contact-m02 .content {
	font-size: 13px;
	color: #333;
	margin-top: 6px;
}

.contact-m03 {
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-m03 .list {
	width: 32%;
	background-color: white;
	padding: 40px;
	margin-bottom: 20px;
}

.contact-m03 .list p.t1 {
	color: #f08c34;
	font-weight: bold;
	margin-bottom: 12px;
}

.contact-m03 .list p.t2 {
	color: #7f7e7e;
	line-height: 2;
}

.contact-m04 {
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: white;
	padding: 50px;
}

.contact-m04 p.title {
	text-align: center;
	width: 100%;
	color: #f08c34;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}

.contact-m04 p.input {
	width: 49%;
	margin-bottom: 20px;
}

.contact-m04 p.input01 {
	width: 100%;
}

.contact-m04 p.input input {
	display: block;
	width: 100%;
	border: 1px solid #aaaaa9;
	height: 40px;
	padding: 0 15px;
}

.contact-m04 p.input textarea {
	display: block;
	width: 100%;
	border: 1px solid #aaaaa9;
	height: 100px;
	padding: 15px;
}

.contact-m04 p.input01 button {
	background-color: #f08c34;
	border: none;
	color: white;
	width: 150px;
	height: 45px;
	display: block;
	margin: auto;
	transition: 0.3s all;
}

.contact-m04 p.input01 button:hover {
	box-shadow: 0px 0px 8px #CCCCCC;
	transition: 0.3s all;
}

.contact-m05 {
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: white;
	padding: 50px;
}

.contact-m05 p.title {
	text-align: center;
	width: 100%;
	color: #f08c34;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}

.contact-m05 .tops {
	width: 100%;
	background-color: #f08c34;
	color: #FFFFFF;
	display: flex;
	justify-content: flex-start;
}

.contact-m05 .tops p {
	width: 30%;
	text-align: center;
	padding: 12px 0;
}

.contact-m05 .tops p:nth-child(1) {
	width: 40%;
}

.contact-m05 .tops p:nth-child(2) {
	width: 10%;
}

.contact-m05 .tops p:nth-child(3) {
	width: 50%;
}

.contact-m05 .list {
	width: 100%;
	color: #666;
	display: flex;
	justify-content: flex-start;
	border: 1px solid #f08c34;
}

.contact-m05 .list p {
	width: 30%;
	text-align: center;
	padding: 12px 0;
}

.contact-m05 .list p:nth-child(1) {
	width: 40%;
}

.contact-m05 .list p:nth-child(2) {
	width: 10%;
}

.contact-m05 .list p:nth-child(3) {
	width: 50%;
}

.news-top {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: white;
}

.news-top .pic {
	width: 50%;
	max-height: 350px;
	overflow: hidden;
}

.news-top .pic img {
	display: block;
	width: 100%;
}

.news-top .text {
	width: 50%;
	padding: 50px;
}

.news-top .text p.t1 {
	color: #767272;
	margin-bottom: 15px;
}

.news-top .text p.t2 {
	color: #434445;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #434445;
}

.news-top .text p.t3 {
	color: #909294;
	line-height: 1.7;
	margin-bottom: 20px;
	font-size: 15px;
}

.news-top .text p.t4 {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #f08c34;
	line-height: 32px;
	color: white;
	border-radius: 100%;
	text-align: center;
	font-size: 25px;
}

.news-list {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-list .list {
	width: 49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	background-color: white;
}

.news-list .list .pic {
	width: 45%;
	overflow: hidden;
}

.news-list .list .pic img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.news-list .list .text {
	width: 55%;
	padding: 15px 15px 6px;
}

.news-list .list .text p.t1 {
	font-size: 14px;
	margin-bottom: 12px;
}

.news-list .list .text p.t2 {
	font-weight: bold;
	color: #555555;
	margin-bottom: 15px;
}

.news-list .list .text p.t3 {
	font-size: 14px;
	line-height: 1.6;
	color: #575655;
}

.news-list .list:hover {
	background-color: #f08c34;
	transition: 0.3s all;
	box-shadow: 0px 0px 10px #ccc;
}

.news-list .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.news-list .list:hover p.t1,
.news-list .list:hover p.t2,
.news-list .list:hover p.t3 {
	color: white;
	transition: 0.3s all;
}

.yanfa-list {
	width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: white;
}

.yanfa-list .right {
	width: 900px;
	padding: 10px 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #818283;
	line-height: 1.6;
}

.yanfa-list .right.three {
	padding: 40px 50px;
}

.yanfa-list .right img {
	width: 60%;
	margin: 10px auto;
}

.yanfa-list .left {
	width: 300px;
	height: 200px;
	background-color: #f08c34;
	padding: 0 20px;
}

.yanfa-list .left .index-title {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.yanfa-list .left .index-title p.t1 {
	color: white;
	font-size: 36px;
	margin-bottom: 5px;
}

.yanfa-list .left .index-title p.t2 {
	color: #f7c6a5;
	font-size: 24px;
}


/*分页*/

.pages {
	width: 1200px;
	margin: 0px auto 60px;
}

.pagination p {
	cursor: pointer
}

.pagination {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0px 12px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

.pagination a:hover {
	color: #dc0816;
	background: white;
	border: 1px #005aaa solid;
}

.pagination a.cur {
	border: none;
	background: #005aaa;
	color: #fff;
}

.pagination p {
	float: left;
	padding: 0px 12px;
	font-size: 12px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	color: #666;
	line-height: 24px;
}

.pagination p.pageRemark b {
	color: red;
}

.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.dates li {
	font-size: 14px;
	margin: 20px 0
}

.dates li span {
	float: right
}

.yanfa-list .left.wap {
	display: none;
}


/* 手机站 */

@media (max-width: 1200px) {
	.yanfa-list .left.wap {
		display: block;
	}
	.yanfa-list .left.pc {
		display: none;
	}
	.header {
		width: 96%;
		margin: 15px auto;
		flex-wrap: wrap;
	}
	.header .nav {
		width: 100%;
		margin: auto;
		display: none;
		background-color: #fff;
	}
	.header .nav p {
		width: 100%;
		padding-left: 10%;
	}
	.index-main01 {
		width: 96%;
	}
	.index-main01 .left,
	.index-main01 .right {
		width: 100%;
	}
	.index-main02 {
		width: 96%;
	}
	.index-main02 .list {
		width: 100%;
		margin-bottom: 12px;
	}
	.index-main02 .list .li {
		display: none;
	}
	.index-main03 {
		display: none;
	}
	.index-main03 .text {
		width: 96%;
	}
	.index-main04 {
		width: 96%;
	}
	.index-main04 .list {
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	.footer {
		width: 96%;
		flex-wrap: wrap;
	}
	.footer .list {
		width: 90%;
		margin: auto;
	}
	.footer .list:nth-child(1),
	.footer .list:nth-child(4),
	.footer .list:nth-child(5),
	.footer .list:nth-child(6) {
		display: none;
	}
	.footer-copy a {
		display: block;
	}
	.loca {
		width: 96%;
	}
	.about-m02 {
		width: 96%;
	}
	.about-m02 .list {
		width: 49%;
	}
	.about-m03 {
		width: 96%;
	}
	.about-m03 .left,
	.about-m03 .right {
		width: 100%
	}
	.about-m03 .left .index-title {
		margin: auto;
	}
	.about-m03 .left .desc {
		padding-right: 0;
		margin: 15px auto;
	}
	.yanfa-list {
		width: 96%;
		flex-wrap: wrap;
	}
	.yanfa-list .left {
		width: 100%;
	}
	.yanfa-list .right {
		width: 100%;
	}
	.pro-main {
		width: 96%;
	}
	.pro-main .list {
		width: 100%;
	}
	.pages {
		width: 96%;
	}
	.type-list {
		width: 96%;
	}
	.type-list p {
		width: 48%;
	}
	.type-list-w.two p {
		width: 25%;
	}
	.type-list-w.two a {
		font-size: 14px;
	}
	.show-top {
		width: 96%;
		flex-wrap: wrap;
	}
	.show-top .pic {
		width: 100%;
	}
	.show-top .text {
		width: 100%;
		padding-left: 15px;
	}
	.show-cons {
		width: 96%;
	}
	.news-list {
		width: 96%;
	}
	.news-list .list {
		width: 100%;
	}
	.news-list .list .pic,
	.news-list .list .text {
		width: 100%;
	}
	.show-top .text.news {
		padding: 20px !important;
	}
	.show-cons {
		padding: 10px;
	}
	.contact-m01 {
		width: 96%;
		margin: -25px auto 15px;
	}
	.contact-m01 .list {
		width: 100%;
		margin-bottom: 15px;
	}
	.contact-m01 .qrcode {
		justify-content: space-around;
	}
	.contact-m01 .qrcode p {
		margin-left: 0;
	}
	.contact-m02 {
		width: 96%;
	}
	.contact-m03 {
		width: 96%;
	}
	.contact-m03 .list {
		width: 100%;
	}
	.contact-m05 {
		width: 96%;
		padding: 20px 0;
	}
	.nav-bar {
		width: 30px;
		height: 20px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.nav-bar span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #f08c34;
	}
}