@charset "utf-8";

/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'siyuan', Arial, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
}

* {
	font-family: 'siyuan', Arial, sans-serif;
}

li {
	list-style: none
}

ul {
	padding-left: 0;
	margin: 0 0
}

a {
	color: #666;
	text-decoration: none;
}

.center {
	max-width: 1440px;
	margin: 0 auto
}

h2,
h3,
h4,
h5,
p {
	margin: 0 0;
	padding: 0 0;
	font-weight: 500;
}

h1 {
	font-size: 2rem;
}

.ctrl span {
	float: left;
	cursor: pointer;
}

input,
textarea,
select {
	outline: none;
	font-family: 'siyuan', Arial, sans-serif;
}

img {
	border: none
}

.cursor_pointer {
	cursor: pointer;
}

button {
	cursor: pointer;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both
}

.position_r {
	position: relative;
}

.position_a {
	position: absolute;
}

@media screen and (min-width:320px) {
	html {
		font-size: 90%;
	}
}

@media screen and (min-width:400px) {
	html {
		font-size: 90%
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 97.5%
	}
}

@media screen and (min-width:560px) {
	html {
		font-size: 100%
	}
}

@media screen and (min-width:600px) {
	html {
		font-size: 112.5%
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 100%
	}
}

.index_case .list {
	width: 72%;
	float: right;
	margin-top: 2rem;
}

.list ul li {
	width: 30.3%;
	margin: 0 1.5% 3% 1.5%;
	float: left;
	position: relative;
	transition: 0.6s;
}

.list ul li .list_border {
	background: #fff;
	transition: 0.3s;
}

.list ul li .list_img {
	width: 100%;
	height: 0;
	padding-top: 70%;
	position: relative;
	overflow: hidden;
	margin: auto;
	transition: 0.3s;
}

.list ul li .list_img img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.list ul li .list_img:hover {
	transform: translate(0, -6px);
}

.list ul li .list_text {
	padding: 2% 0;
	line-height: 2.6rem;
	text-align: center;
}

.list ul li .list_text p {
	width: 100%;
	background: linear-gradient(to right, #0c77e4 0%, #00a3ca 100%);
	line-height: 2.6rem;
	color: #fff;
	text-align: center;
	display: block;
	margin: auto;
	border-radius: 20px;
	margin-top: -10px;
	position: absolute;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.header .dianhua {
	float: right;
	margin-top: 2.4rem;
}

.header .dianhua .top {
	overflow: hidden;
}

.header .dianhua .top span {
	display: block;
	float: left;
	margin-right: 0.6rem;
	margin-top: 0.6rem;
}

.header .dianhua .top p {
	float: left;
	font-size: 1.6rem;
	color: #f69132;
	margin-top: 0.2rem;
	font-family: "Impact";
}

.header .dianhua .top i {
	font-size: 1rem;
	color: #f69132;
	float: left;
	margin-top: 0.6rem;
	margin-left: 0.1rem;
}



.index_xiangmu {
	overflow: hidden;
	background: #f5f5f5;
	padding: 4rem 0;
}

.index_xiangmu .title {
	overflow: hidden;
}

.index_xiangmu .title h2 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.index_xiangmu .title h2 i {
	color: #f8764c;
	font-weight: 600;
}

.index_xiangmu p {
	font-size: 1.2rem;
	color: #666;
	text-align: center;
	margin-top: 0.8rem;
}

.index_xiangmu img {
	display: block;
	margin: 0.8rem auto;
}

.index_xiangmu ul {
	overflow: hidden;
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_xiangmu ul li {
	width: 19.8%;
	background: #fff;
	padding: 2%;
	box-sizing: border-box;
}

.index_xiangmu ul li p {
	font-size: 1.5rem;
	color: #444;
	text-align: center;
	font-weight: 600;
}

.index_xiangmu ul li i {
	width: 40px;
	height: 2px;
	margin: 1rem auto;
	display: block;
	background: #f8764c;
}

.index_xiangmu ul li span {
	display: block;
	font-size: 0.9rem;
	color: #555;
	line-height: 1.6rem;
	text-align: center;
}

.index_xiangmu ul li:hover {
	background: #f8764c;
}

.index_xiangmu ul li:hover p {
	color: #fff;
}

.index_xiangmu ul li:hover span {
	color: #fff;
}

.index_xiangmu ul li:hover i {
	background: #fff;
}

.index_xiangmu ul li:hover img {
	overflow: hidden;
	transform: translate(0, -54px);
}

.index_xiangmu ul li div img {
	width: 54px;
	overflow: hidden;
	margin: auto;
}

.index_xiangmu ul li div {
	height: 54px;
	overflow: hidden;
}

.index_xiangmu ul li:nth-child(6) {
	display: none;
}


.index_fangshi {
	overflow: hidden;
	margin: 3rem 0;
}

.index_fangshi .tit2 {
	overflow: hidden;
	height: 4rem;
}

.index_fangshi .tit2 h2 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	color: #f8764c;
}

.index_fangshi .tit2 h2 i {
	font-weight: 500;
	color: #444;
}

.index_fangshi .tit2 div {
	width: 8px;
	height: 8px;
	background: #666;
	display: block;
	margin: auto;
	border-radius: 50%;
	margin-top: -1.4rem;
}

.index_fangshi ul {
	margin: 2rem auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_fangshi ul li {
	width: 24%;
	padding: 2%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #ddd;
}

.index_fangshi ul li i {
	font-size: 2.2rem;
	display: block;
	text-align: center;
	font-family: "Impact";
	color: #f8764c;
}

.index_fangshi ul li p {
	font-size: 1.4rem;
	text-align: center;
	margin: 0.8rem 0;
}

.index_fangshi ul li .tupian {
	width: 100%;
	margin: 0.7rem 0;
}

.index_fangshi ul li .tupian img {
	width: 100%;
}

.index_fangshi ul li span {
	display: block;
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5rem;
	text-align: center;
}

.index_fangshi ul li .more {
	width: 50%;
	line-height: 2.3rem;
	font-size: 0.9rem;
	color: #fff;
	margin: 2rem auto;
	text-align: center;
	border-radius: 30px;
	background: -webkit-linear-gradient(left, #f8764c 0%, #f8984c 100%);
	transition: 0.3s;
}

.index_fangshi ul li .more:hover {
	transform: translate(0, -10px);
}


.index_aa {
	overflow: hidden;
	background: url(../images/aa.jpg) center no-repeat;
	height: 722px;
}

.index_aa .title3 {
	overflow: hidden;
	margin-top: 4rem;
	width: 100%;
	margin: 4rem auto;
}

.index_aa .title3 div {
	width: 520px;
	float: left;
	background: #fca56c;
	height: 1px;
	margin-top: 1.6rem;
}

.index_aa .title3 h2 {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	float: left;
	margin: 0 50px;
}

.index_aa ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
}

.index_aa ul li {
	overflow: hidden;
	width: 26%;
	margin: 2rem auto;
	border-right: 1px solid #fdb68b;
	box-sizing: border-box;
	padding-right: 5%;
}

.index_aa ul li i {
	font-size: 2rem;
	color: #fff;
	font-family: "方正汉真广标简体";
	text-align: center;
	display: block;
}

.index_aa ul li p {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin: 0.8rem 0;
	font-weight: 600;
}

.index_aa ul li span {
	display: block;
	font-size: 0.96rem;
	line-height: 1.5rem;
	text-align: center;
	color: #fff;
	margin-top: 1rem;
}

.index_aa ul li:nth-child(3) {
	border-right: none;
}

.index_aa ul li:nth-child(6) {
	border-right: none;
}


.index_aa1 {
	overflow: hidden;
	background: url(../images/aa1.jpg) center no-repeat;
	height: 498px;
}

.index_aa1 .tit2 {
	overflow: hidden;
	height: 4rem;
	margin: 3rem 0 2rem 3rem;
}

.index_aa1 .tit2 h2 {
	font-size: 2rem;
	font-weight: 600;
	color: #f8764c;
	float: left;
}

.index_aa1 .tit2 div {
	width: 8px;
	height: 8px;
	background: #444;
	border-radius: 50%;
	float: left;
	margin: 1.2rem;
}

.index_aa1 .tit2 h3 {
	font-size: 2rem;
	color: #444;
	float: left;
}

.index_aa1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.index_aa1 ul li {
	width: 45%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #ddd;
	display: flex;
	justify-content: space-between;
}

.index_aa1 ul li .shu {}

.index_aa1 ul li .right {
	overflow: hidden;
	padding: 6%;
	box-sizing: border-box;
}

.index_aa1 ul li .right p {
	font-size: 1.5rem;
	color: #333;
	font-weight: 600;
}

.index_aa1 ul li .right p img {
	float: left;
	margin-right: 1rem;
}

.index_aa1 ul li .right .xian {
	width: 100%;
	height: 1px;
	background: #ebebeb;
	margin: 1.8rem 0;
}

.index_aa1 ul li .right span {
	display: block;
	font-size: 1rem;
	color: #666;
	line-height: 1.7rem;
}



.foot {
	background: #ebebeb;
	padding: 4rem 0;
}

.foot .top {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 1.6rem;
	margin-bottom: 2rem;
}

.foot .top p {
	font-size: 1.1rem;
	color: #333;
	float: left;
}

.foot .top a {
	font-size: 0.96rem;
	color: #666;
	float: left;
	margin-left: 1.2rem;
	margin-top: 0.1rem;
}

.foot .text {
	overflow: hidden;
}

.foot .text .wenzi {
	width: 50%;
	float: left;
}

.foot .text .wenzi div {
	overflow: hidden;
}

.foot .text .wenzi a {
	font-size: 1.1rem;
	color: #444;
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.foot .text .wenzi span {
	font-size: 0.9rem;
	color: #666;
	line-height: 2rem;
	display: block;
}

.foot .text .erweima {
	float: right;
	width: 25%;
}

.foot .text .erweima div {
	width: 46%;
	float: left;
	margin-right: 1rem;
}

.foot .text .erweima div img {
	width: 100%;
}

.foot .text .erweima span {
	display: block;
	width: 40px;
	height: 3px;
	background: #f8764c;
	overflow: hidden;
	margin-top: 3rem;
}

.foot .text .erweima p {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.8rem;
	margin-top: 1.4rem;
}




.paginationa {
	overflow: hidden;
	padding: 4% 0;
	width: 100%;
}

.paginationa .ul01 li {
	float: left;
	border: solid 1px #ccc;
	margin-left: 1%;
	text-align: center;
	line-height: 2.6rem;
	padding: 0 2%;
	border-radius: 4px;
	color: #333;
}

.paginationa .ul01 {
	max-width: 1440px;
	margin: auto;
	overflow: hidden;
}

.paginationa .ul01 li:hover {
	background: #1162c3;
	color: #fff;
}

.paginationa .ul01 li:hover a {
	color: #fff;
}

.paginationa .ul01 li {
	color: #222;
	font-size: 0.9rem;
	color: #666;
	font-weight: 500;
}

.paginationa span {
	display: block;
	float: left;
	line-height: 2rem;
}

.switch ul {
	overflow: hidden;
	margin: 4rem 0 0 0;
}

.switch ul li:nth-child(1) {
	float: left;
}

.switch ul li:nth-child(2) {
	float: right;
}

.switch ul li {
	border: 1px solid #ccc;
	padding: 3%;
	width: 40%;
}

.switch ul li span {
	display: block;
	float: left;
	margin-right: 1rem;
}

.switch ul li p {
	font-size: 0.96rem;
	color: #444;
	float: left;
	margin-top: 0.1rem;
}

.switch ul li:hover {
	background: #1162c3;
	border: none;
}

.switch ul li:hover p {
	color: #fff;
}

.switch ul li:hover p a {
	color: #fff;
}


.xiangmu {
	overflow: hidden;
	background: #fafafa;
	padding: 2rem 0;
}

.xiangmu .title1 {
	overflow: hidden;
	margin: 2rem auto;
}

.xiangmu .title1 span {
	float: left;
	width: 4px;
	height: 30px;
	background: #f8764c;
	display: block;
	margin-right: 1rem;
	margin-top: 0.2rem;
}

.xiangmu .title1 p {
	font-size: 1.8rem;
	color: #333;
	font-weight: 600;
	float: left;
}

.xiangmu .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xiangmu .box .bb {
	width: 32%;
	margin-bottom: 2rem;
}

.xiangmu .box .top1 {
	background: url(../images/box1.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top2 {
	background: url(../images/box2.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top3 {
	background: url(../images/box3.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top4 {
	background: url(../images/box4.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top5 {
	background: url(../images/box5.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top6 {
	background: url(../images/box6.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top7 {
	background: url(../images/box7.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top8 {
	background: url(../images/box8.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top9 {
	background: url(../images/box9.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box .top10 {
	background: url(../images/box10.jpg) center no-repeat;
	height: 134px;
	padding: 4%;
	box-sizing: border-box;
}

.xiangmu .box div p {
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1.5rem;
}

.xiangmu .box div span {
	display: block;
	width: 40px;
	height: 3px;
	background: #555;
	margin-top: 0.8rem;
}

.xiangmu .box .bottom {
	background: #fff;
	padding: 4%;
	box-sizing: border-box;
	height: 220px;
}

.xiangmu .box .bottom ul {
	overflow: hidden;
}

.xiangmu .box .bottom ul li {
	width: 30%;
	border: 1px solid #ccc;
	font-size: 1rem;
	color: #666;
	margin: 1.4%;
	float: left;
	font-size: 1rem;
	color: #444;
	text-align: center;
	line-height: 2.8rem;
}

.about {
	overflow: hidden;
	margin-top: 2rem;
	margin-bottom: 6rem;
}

.about .title1 {
	overflow: hidden;
	margin: 2rem auto;
}

.about .title1 span {
	float: left;
	width: 4px;
	height: 30px;
	background: #f8764c;
	display: block;
	margin-right: 1rem;
	margin-top: 0.2rem;
}

.about .title1 p {
	font-size: 1.8rem;
	color: #333;
	font-weight: 600;
	float: left;
}

.about .left {
	width: 100%;
	background: url(../images/about.jpg) center no-repeat;
	height: 684px;
}

.about .left .text {
	width: 58%;
}

.about .left .text p {
	font-size: 2rem;
	font-family: "方正小标宋简体";
	color: #999;
	margin-bottom: 2rem;
}

.about .left .text span {
	display: block;
	font-size: 1rem;
	color: #555;
	line-height: 2.2rem;
}


.tubiao {
	background: #fff;
	width: 70%;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin-top: 8rem;
}

.tubiao ul {
	display: flex;
	justify-content: first baseline;
	flex-wrap: wrap;
	padding: 2rem 0;
}

.tubiao ul li {
	width: 25%;
}

.tubiao ul li div {
	width: 26%;
	display: block;
	margin: auto;
}

.tubiao ul li div img {
	display: block;
	margin: 0.6rem auto;
	width: 100%;
}

.tubiao ul li p {
	text-align: center;
	font-size: 1.05rem;
	color: #444;
}


.hangye {
	overflow: hidden;
	margin-top: 2rem;
	margin-bottom: 5rem;
	display: block;
}

.hangye .title1 {
	overflow: hidden;
	margin: 2rem auto;
}

.hangye .title1 span {
	float: left;
	width: 4px;
	height: 32px;
	background: #f8764c;
	display: block;
	margin-right: 1rem;
	margin-top: 0.3rem;
}

.hangye .title1 p {
	font-size: 2rem;
	color: #333;
	font-weight: 600;
	float: left;
}

.hangye1 {
	overflow: hidden;
	display: none;
	padding: 3%;
	box-sizing: border-box;
}

.hangye1 .title1 {
	overflow: hidden;
	margin: 1rem auto;
}

.hangye1 .title1 span {
	float: left;
	width: 4px;
	height: 32px;
	background: #f8764c;
	display: block;
	margin-right: 1rem;
	margin-top: 0.3rem;
}

.hangye1 .title1 p {
	font-size: 2rem;
	color: #333;
	font-weight: 600;
	float: left;
}



.yingxiao {
	background: #f5f5f5;
	padding: 4rem 0;
}

.yingxiao .left {
	width: 50%;
	float: left;
}

.yingxiao .left img {
	width: 100%;
}

.yingxiao .right {
	width: 50%;
	float: right;
	background: url(../images/tupian1.jpg) center no-repeat;
	height: 520px;
}

.yingxiao .right p {
	font-size: 2rem;
	color: #333;
	text-align: center;
	font-weight: 600;
	margin-top: 9rem;
}

.yingxiao .right .xian {
	width: 60px;
	height: 4px;
	margin: 2rem auto;
	background: #666;
	display: block;
}

.yingxiao .right span {
	font-size: 1rem;
	color: #666;
	line-height: 1.8rem;
	text-align: center;
	display: block;
	width: 60%;
	margin: 1rem auto;
}


.zuo {
	overflow: hidden;
	margin-top: 2rem;
}

.zuo .title1 {
	overflow: hidden;
	margin: 2rem auto;
}

.zuo .title1 span {
	float: left;
	width: 4px;
	height: 32px;
	background: #f8764c;
	display: block;
	margin-right: 1rem;
	margin-top: 0.3rem;
}

.zuo .title1 p {
	font-size: 2rem;
	color: #333;
	font-weight: 600;
	float: left;
}

.zuo1 .title1 {
	overflow: hidden;
	margin: 2rem auto;
	padding: 0 3%;
	box-sizing: border-box;
	width: 100%;
}

.zuo1 .title1 span {
	float: left;
	width: 4px;
	height: 32px;
	background: #f8764c;
	display: block;
	margin-right: 1rem;
	margin-top: 0.3rem;
}

.zuo1 .title1 p {
	font-size: 2rem;
	color: #333;
	font-weight: 600;
	float: left;
}

.zuo1 {
	display: none;
}

.zuo .text {
	background: url(../images/zuo.jpg) center no-repeat;
	height: 542px;
	position: relative;
}

.zuo .text .quan span {
	position: absolute;
	left: 10.8rem;
	top: 16rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.zuo .text .wenzi1 {
	position: absolute;
	left: 27rem;
	top: 3.6rem;
}

.zuo .text .wenzi1 p {
	font-size: 1.1rem;
	color: #fff;
	margin-top: 3.2rem;
}

.zuo .text .wenzi2 {
	position: absolute;
	left: 48rem;
	top: 3.6rem;
}

.zuo .text .wenzi2 p {
	font-size: 1.1rem;
	color: #fff;
	margin-top: 3.2rem;
}

.zuo .text .wenzi3 {
	position: absolute;
	left: 70.5rem;
	top: 3.6rem;
}

.zuo .text .wenzi3 p {
	font-size: 1.1rem;
	color: #fff;
	margin-top: 3.2rem;
}

.geini {
	margin: 3rem auto;
}

.geini .title1 {
	overflow: hidden;
	margin: 2rem auto;
}

.geini .title1 span {
	float: left;
	width: 4px;
	height: 32px;
	background: #f8764c;
	display: block;
	margin-right: 1rem;
	margin-top: 0.3rem;
}

.geini .title1 p {
	font-size: 2rem;
	color: #333;
	font-weight: 600;
	float: left;
}

.geini ul {
	display: flex;
	justify-content: space-between;
}

.geini ul li {
	width: 16%;
	padding: 1.5%;
	box-sizing: border-box;
	border-right: 1px solid #e6e6e6;
}

.geini ul li:nth-child(6) {
	border-right: none;
}

.geini ul li div {
	width: 32%;
	display: block;
	margin: auto;
}

.geini ul li div img {
	width: 100%;
}

.geini ul li p {
	font-size: 1.3rem;
	text-align: center;
	margin: 1rem auto;
}

.geini ul li span {
	font-size: 0.9rem;
	text-align: center;
	margin: auto;
	line-height: 1.4rem;
	display: block;
	color: #666;
}


.fangshi {
	background: url(../images/youshi.jpg) center no-repeat;
	height: 712px;
}

.fangshi .right {
	width: 46%;
	float: right;
}

.fangshi .right h2 {
	font-size: 2rem;
	color: #333;
	font-weight: 600;
}

.fangshi .right ul {
	overflow: hidden;
}

.fangshi .right ul li {
	width: 100%;
	margin-top: 3rem;
}

.fangshi .right ul li div {
	width: 9.7%;
	float: left;
	margin-right: 1rem;
}

.fangshi .right ul li div img {
	width: 100%;
}

.fangshi .right ul li p {
	font-size: 1.2rem;
	color: #333;
	font-weight: 600;
}

.fangshi .right ul li span {
	font-size: 1rem;
	color: #666;
	margin-top: 0.3rem;
	display: block;
	line-height: 1.6rem;
}

.quyu {
	overflow: hidden;
	margin: 4rem auto;
}

.quyu h2 {
	font-size: 2rem;
	color: #333;
	font-weight: 600;
	text-align: center;
}

.quyu div {
	width: 100%;
}

.quyu div img {
	width: 100%;
}





/* 首页标题 */

.fixed {
	position: fixed;
	right: 10px;
	top: 50%;
}

.fixed ul {}

.fixed ul li {
	background: #ef5d21;
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 4px;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0.6rem;
}

.fixed ul li i {
	color: #666;
	margin-top: 0.5rem;
}

.fixed ul li i {
	color: #666;
	margin-top: 0.5rem;
}

.fixed ul li:last-child img {
	padding-top: 40%;
}

.fixed ul li .img1 {
	width: 50%;
	margin: 0 auto;
	padding-top: 10%;
}

.fixed ul li .img1 img {
	width: 100%;
	margin: auto;
}

.fixed ul li p {
	text-align: center;
	font-size: 0.8rem;
}

.fixed ul li .p1 span {
	display: block;
	margin: 0.5rem 0;
	font-weight: none;
	color: #fff;
	font-size: 0.9rem;
}

.fixed ul li .p1 {
	font-weight: 600;
	position: absolute;
	top: 0;
	right: -200px;
	width: 150px;
	color: #fff;
	background: #ef5d21;
	text-align: center;
	height: 70px;
	font-size: 1rem;
	transition: all 1s;
	z-index: -999;
	border-radius: 6px;
}

.fixed ul li:hover .p1 {
	right: 70px;
}

.fixed ul li a {
	color: #666;
}


.fixed1 {
	position: fixed;
	left: 10px;
	top: 35%;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 0px 10px 0px #ccc;
	border-radius: 8px;
	width: 207px;
	padding: 20px;
	box-sizing: border-box;
}

.fixed1 ul {
	overflow: hidden;
}

.fixed1 ul li {
	width: 100%;
	background: #fdf1ed;
	border-radius: 40px;
	margin: 0.5rem 0;
}

.fixed1 ul li p {
	font-size: 1rem;
	line-height: 2.6rem;
	color: #e46009;
	text-align: center;
}

.fixed1 ul li:hover {
	background: #e46009;
}

.fixed1 ul li:hover p {
	color: #fff;
}



.bottom_fixed {
	height: 50px;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
	z-index: 999999;
}

.bottom_fixed div {
	overflow: hidden;
	width: 100%;
	float: left;
	height: 50px;
}

.bottom_fixed .zaixian {
	background: #ea6707;
}

.bottom_fixed .dianhua {
	background: #02b90b;
	display: flex;
	justify-content: center;
}

.bottom_fixed .tu {
	width: 6%;
	float: left;
	margin-right: 0.6rem;
	margin-top: 0.9rem;
	margin-left: 0%;
}

.bottom_fixed .tu img {
	width: 100%;
}

.bottom_fixed div span {
	font-size: 1.06rem;
	margin-top: 0.9rem;
	color: #fff;
	float: left;
}

.index_youshi .float_r .wenzi {
	display: none;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:640px) {



	.index_xiangmu {
		padding: 2rem 4%;
		box-sizing: border-box;
		margin-top: -12px;
	}

	.index_xiangmu ul li {
		width: 33%;
		margin-bottom: 0.1rem;
	}

	.index_xiangmu ul li:nth-child(6) {
		display: block;
	}

	.index_fangshi {
		padding: 0 4%;
		box-sizing: border-box;
		margin: 3rem 0 1rem 0;
	}

	.index_fangshi ul li {
		width: 100%;
		margin-bottom: 1rem;
	}

	.index_aa .title3 div {
		display: none;
	}

	.index_aa ul {
		width: 100%;
	}

	.index_aa ul li {
		width: 42%;
		border-right: none;
		padding-right: 0;
	}

	.index_aa .title3 {
		margin: 3rem auto 1rem auto;
	}

	.index_aa {
		height: auto;
		background-size: 100% 100%;
	}

	.index_aa1 ul li {
		width: 90%;
		margin-bottom: 1rem;
	}

	.index_aa1 {
		background: #f5f5f5;
		height: auto;
		padding-bottom: 2rem;
	}

	.foot {
		padding: 5% 3%;
		box-sizing: border-box;
		margin-bottom: 50px;
	}

	.foot .text .wenzi {
		width: 100%;
	}

	.foot .text .erweima {
		display: none;
	}

	.foot .text .wenzi a {
		margin-right: 1rem;
	}

	.xiangmu .box .bb {
		width: 100%;
	}

	.xiangmu {
		width: 100%;
		margin: auto;
		box-sizing: border-box;
		padding: 4%;
	}

	.xiangmu .box .bottom {
		height: auto;
	}

	.xiangmu .box .top10 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top9 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top8 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top7 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top6 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top5 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top4 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top3 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top2 {
		background-size: 100% 100%;
	}

	.xiangmu .box .top1 {
		background-size: 100% 100%;
	}

	.xiangmu .box .bottom ul li {
		width: 46.5%;
	}

	.about {
		padding: 0 4%;
		box-sizing: border-box;
		margin-top: 1rem;
		margin-bottom: 0;
	}

	.about .left {
		background: none;
	}

	.about .left .text {
		width: 100%;
	}

	.tubiao {
		width: 100%;
		margin-top: 2rem;
	}

	.tubiao ul li div {
		width: 56%;
	}

	.hangye {
		margin: auto;
		display: none;
	}

	.hangye1 {
		display: block;
	}

	.yingxiao {
		margin-top: 2rem;
		padding: 3%;
		box-sizing: border-box;
		width: 100%;
	}

	.yingxiao .left {
		width: 100%;
		margin-top: 2rem;
	}

	.yingxiao .right {
		width: 100%;
		height: 300px;
		background-size: 100% 100%;
	}

	.yingxiao .right p {
		margin-top: 4rem;
	}

	.zuo {
		display: none;
	}

	.zuo1 {
		display: block;
		width: 100%;
	}

	.zuo1 img {
		width: 100%;
	}

	.geini {
		padding: 3%;
		box-sizing: border-box;
		margin: auto;
	}

	.geini ul {
		flex-wrap: wrap;
	}

	.geini ul li {
		width: 48%;
		margin-bottom: 2rem;
		border-right: none;
	}

	.fangshi {
		background: none;
		height: auto;
		background: #f5f5f5;
	}

	.fangshi .right {
		width: 100%;
		padding: 4%;
		box-sizing: border-box;
	}

	.fangshi .right ul li div {
		width: 18%;
	}


	.bottom_fixed {
		display: block;
	}

	.news_l .left {
		width: 94%;
		margin: auto;
		float: none;
	}

	.switch ul li {
		width: 93%;
		margin: 0.6rem auto;
		float: none;
		overflow: hidden;
	}

	.switch ul li:nth-child(1) {
		float: none;
	}

	.switch ul li:nth-child(2) {
		float: none;
	}

	.news_l .left .xiangguan ul li {
		width: 100%;
	}

	.fixed {
		display: none;
	}

	.fixed1 {
		display: none;
	}

}


/* 蒙板 */

.mengban {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	/* display: flex; */
	flex-direction: column;
	margin: 0 auto;
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.dialog-content {
	background: linear-gradient(205deg, rgba(255, 220, 139, 0) 7%, rgba(255, 220, 139, 0.1) 50%, rgba(255, 220, 139, 0) 96%), #FFFFFF;
	border-radius: 30px;
	overflow: hidden;
	padding: 80px 70px 56px 70px;
	box-sizing: border-box;
	width: 1000px;
	height: 620px;
	margin: 0 auto;
	margin-top: 10%;
}

.dialog-content-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dialog-content-first-left {
	display: flex;
	flex-direction: column;
}

.dialog-content-first-left-one {
	display: flex;
	align-items: center;
}

.dialog-content-first-left-one-left {
	width: 8px;
	height: 94px;
	background-color: #FFD062;
	margin-right: 28px;
}

.dialog-content-first-left-one-right {
	font-size: 40px;
	color: #333333;
	font-weight: bolder;
}

.dialog-content-first-left-two {
	font-size: 24px;
	margin-top: 58px;
	color: #333333;
}

.dialog-content-first-left-three {
	font-size: 60px;
	color: #333333;
	margin-top: 5px;
	font-weight: bolder;
}

.dialog-content-first-right {
	width: 280px;
	height: 280px;
}

.dialog-content-first-right>img {
	width: 100%;
	height: 100%;
}

.dialog-content-second {
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dialog-content-second-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dialog-content-second-item-imgbox {
	width: 98px;
	height: 98px;
	border-radius: 60px;
	overflow: hidden;
	background: linear-gradient(132deg, #FFF3DC 5%, rgba(255, 243, 220, 0) 88%), #FFFFFF;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 10px 30px 0px #EEE4CE;
}

.dialog-content-second-item-imgbox>img {
	width: 100%;
	height: 100%;
}

.dialog-content-second-item>span {
	font-size: 24px;
	color: #333333;
	margin-top: 27px;
}

.dialog-close {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.dialog-close>img {
	width: 16px;
	height: 16px;
	margin-right: 20px;
}

.dialog-close>span {
	font-size: 24px;
	color: #fff;
}

/* 蒙板 */



@media screen and (max-width:750px) {

	/* 蒙版开始 */
	.dialog-content {
		width: 88%;
		padding: 30px;
		height: auto;
		margin-top: 50%;
	}

	.dialog-content-first {
		flex-direction: column;
	}

	.dialog-content-first-left {
		width: 100%;
		align-items: flex-start;
	}

	.dialog-content-first-left-three {
		align-self: center;
	}

	.dialog-content-first-left-one-left {
		height: 40px;
	}

	.dialog-content-first-left-one-right {
		font-size: 14px;
	}

	.dialog-content-first-left-two {
		margin-top: 20px;
		font-size: 14px;
	}

	.dialog-content-first-left-three {
		font-size: 30px;

	}

	.dialog-content-first-right {
		width: 100px;
		height: 100px;
	}

	.dialog-content-second {
		margin-top: 20px;
	}

	.dialog-content-second-item {
		width: 18%;
	}

	.dialog-content-second-item-imgbox {
		width: 50px;
		height: 50px;
	}

	.dialog-content-second-item>span {
		font-size: 12px;
	}

	.dialog-content-second-item>span {
		margin-top: 16px;
	}

	/* 蒙版结束 */
}