html,
body {
	padding: 0;
	margin: 0;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 1rem;
	color: #000000;
	width: 100%;
	height: 100%;
}

p {
	margin-bottom: 0;
}

.wrap {
	width: 1180px;
	margin: 0 auto;

	margin-right: auto;
	margin-left: auto;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

a:hover {
	color: #d0111a;
}

img {
	max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


/**Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¨ÂÅ“Ã¥Ââ€¢**/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	color: #ffF;
	background: #fff;
	text-align: center;
	height: 85px;
	z-index: 9999;
	/*overflow: hidden;*/
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

header .logo {
	/* margin-left: 3%; */
}

header .logo a {
	height: 85px;
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo img {
	max-height: 100%;
}

header .leftDiv {
	float: left;
	margin-left: 6.25rem;
}

header .leftDiv .menu {
	text-align: right;
	position: relative;
	height: 6rem;
}

header .leftDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .leftDiv .menu>ul>li {
	float: left;
	/* position: relative; */
	/*width: 126px;*/
}

header .leftDiv .menu>ul>li>a {
	height: 3.125rem;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #333333;
	position: relative;
	font-size: 1rem;
	margin: 0 2rem;
	margin-top: 2rem;

}


header .leftDiv .menu>ul>li:hover a span,
header .leftDiv .menu>ul>li:focus a span,
header .leftDiv .menu>ul>li.on a span,
header .leftDiv .menu>ul>li.active a span {
	display: block;
	width: 20px;
	height: 2px;
	background: #d0111a;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .leftDiv .menu>ul>li:hover>a,
header .leftDiv .menu>ul>li:focus>a,
header .leftDiv .menu>ul>li.on>a,
header .leftDiv .menu>ul>li.active>a {
	color: #d0111a;
}

header .leftDiv .menu>ul>li.menu_down>div {
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 1.875rem;
	box-shadow: 0 5px 0.3125rem #CCCCCC;
	border-top: 1px #CCCCCC solid;
	display: none;
}

header .leftDiv .menu>ul>li.menu_down>div>ul {
	width: 38.25rem;
	margin: 0 auto;
}

header .leftDiv .menu>ul>li.menu_down>div>ul>li {
	float: left;
	text-align: center;
	line-height: 1.875rem;
	margin-right: 5rem;
}

header .leftDiv .menu>ul>li.menu_down>div>ul>li img {
	transition: all 0.5s;
}

header .leftDiv .menu>ul>li.menu_down>div>ul>li:hover img {
	transform: scale(1.03);
}

header .leftDiv .menu>ul>li.menu_down>div>ul>li:hover a {
	color: #000;
}

header .mbtn {
	display: inline-block;
	width: 3.125rem;
	height: 4.125rem;
	background: url(../img/menu1.png) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0.625rem;
	display: none;
}


header .mbtn:active {
	opacity: .8;
}

header body.on-menu header .mbtn {
	background: url(../img/menu-hide1.png) no-repeat center center;
	background-size: 1.375rem auto;
}

footer {
	border-top: 1px #e2e2e2 solid;
	margin-top: 15.625rem;
	background: #F8F8F8;
	height: 35rem;
}

footer .foot_lf {
	width: 75%;
	float: left;
}

footer .foot_lf_top {
	padding: 1.875rem 0;
	border-bottom: 1px #e2e2e2 solid;
}

footer .foot_lf_top img {
	margin-right: 1.875rem;
}

footer .foot_lf_c {
	padding: 3.125rem 0;
	border-bottom: 1px #e2e2e2 solid;
}

footer .foot_lf_c ul {
	width: 15%;
	height: 16.75rem;
	border-right: 1px #e2e2e2 solid;
	float: left;
	margin-left: 4.5rem;
}

footer .foot_lf_c ul:nth-child(1) {
	margin-left: 1.875rem;
}

footer .foot_lf_c ul:nth-child(3) {
	border: 0;
}

footer .foot_lf_c ul li:nth-child(1) {
	font-size: 1rem;
	margin-bottom: 2rem;
}

footer .foot_lf_c ul li {
	font-size: 0.875rem;
	line-height: 2rem;
}

footer .foot_lf_bott {
	padding: 1.875rem 0;
	font-size: 0.875rem;
}

footer .foot_rt {
	width: 22%;
	background: #d0111a;
	height: 35rem;
	float: right;
	position: relative;
	text-align: center;
}

footer .foot_rt img.logo_bott {
	position: absolute;
	top: -3rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}

footer .foot_rt img:nth-child(2) {
	margin-top: 3.5rem;
}

footer .foot_rt img {
	margin-top: 1.875rem;
}

footer .foot_rt ul {
	margin-top: 1.5rem;
	color: #FFFFFF;
}

footer .foot_rt ul li {
	line-height: 1.875rem;
}

.showDiv {
	display: none;
}

/*banner*/
.banner {
	margin-top: 5.3125rem;
}

.bannerIndex {
	margin-top: 5.3125rem;
}

.bannerIndex .carousel-inner img {
	object-fit: cover;
	min-height: 30rem;
}

.carousel-item {
	text-align: center;
}

.bannerIndex .carousel-indicators li {
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
	margin-right: 0.625rem;
}

.carousel-indicators li {
	background: rgba(208, 17, 26, 0.2);
}

.carousel-indicators .active {
	background: rgba(208, 17, 26, 1);
}


/*Ã©â€ºÂ¶Ã¥â€Â®Ã¥â€œÂÃ§â€°Å’*/
.indexDiv1 {
	background: #f6f6f6;
	padding-top: 9.375rem;
	padding-bottom: 5.375rem;
}

.indexDiv1 .textDiv {
	margin-left: 7.375rem;
	width: 36%;
	font-size: 1.03125rem;
}

.indexDiv1 .textDiv p:nth-child(1) {
	font-size: 2.35rem;
	display: block;
	font-family: fontM;
	margin-bottom: 1.875rem;
	font-weight: bold;
}

.indexDiv1 .textDiv p:nth-child(2) {
	width: 95%;
	line-height: 2rem;
}

.indexDiv1 .textDiv2 {
	width: 66.25rem;
	height: 35.625rem;
	background: url(../img/index2.png) no-repeat;
	background-size: cover;
	float: right;
	position: relative;
}

.indexDiv1 .textDiv2 .shipin {
	float: right;
	border-radius: 1.5rem;
	overflow: hidden;
	position: absolute;
	right: 11.6%;
	bottom: 16.5%;
	width: 56.57%;
	height: 18.75rem;
	background: #c00;
	overflow: hidden;
	background: #000;
}
.indexDiv1 .textDiv2 .shipin {
	float: right;
	border-radius: 1.5rem;
	overflow: hidden;
	position: absolute;
	right: 11.6%;
	bottom: 16.5%;
	width: 56.57%;
	height: 18.75rem;
	background: #c00;
	overflow: hidden;
	background: #000;
}

.indexDiv1 .textDiv2 img.bg {
	/* position: relative;
	z-index: 2; */
}
.indexDiv1 .textDiv2 .shipin video {
	width: 100%;
	height: 18.75rem;
}
.indexDiv1 .textDiv2 .shipin img {
	width: 100%;
	height: 18.75rem;
}

.indexDiv2 {
	width: 850px;
	margin: 0 auto;
	margin-top: 6.875rem;
	margin-bottom: 3.4375rem;
}

.title {
	width: 100%;
	text-align: center;
	margin-bottom: 4.6875rem;
}

.title p:nth-child(1) {
	font-size: 2.25rem;
	font-weight: bold;
	margin-bottom: 0;
}

.title p:nth-child(2) {
	font-size: 1.125rem;
	margin-top: 0;
	color: #333333;
}

.indexDiv2 .content {
	width: 100%;
	box-shadow: 0 0 0.5rem #ccc;
	border-radius: 0.625rem;
	text-align: center;
	padding: 3.125rem 0;
	padding-bottom: 1.875rem;
	border: 1px #FFFFFF solid;
	transform: all 0.5s;
	margin-bottom: 4.375rem;
	cursor: pointer;
}

.indexDiv2 .content p {
	margin-top: 2.5rem;
}

.indexDiv2 .content:hover {
	border: 1px #d0111a solid;
}

.indexDiv3 {
	padding-top: 9.375rem;
	background: #f8f8f8;
	text-align: center;
}

.indexDiv3 .title a.now {
	display: block;
	width: 10rem;
	padding: 0.9375rem 0;
	border-radius: 2rem;
	margin: 0 auto;
	margin-top: 2.1875rem;
	background: #d0111a;
	color: #FFFFFF;
}

.indexDiv3 img {
	margin-left: -7rem;
	margin-top: 4.375rem;
}

.indexDiv4 {
	margin-top: 9.375rem;
}

.indexDiv4 .content {
	margin: -15px;
	margin-bottom: 1.6rem;
}

.indexDiv4 .content p {
	width: 97.5%;
	height: 100%;
	overflow: hidden;
}

.indexDiv4 .content p img {
	transition: all 0.5s;
	cursor: pointer;
}

.indexDiv4 .content:hover p img {
	transform: scale(1.1);
	box-shadow: 0 0 0.3125rem #ccc;
}

.indexDiv5 {
	margin-top: 5rem;
}

.indexDiv5 .content {
	margin-left: -15px;
}

.indexDiv5 .content img {
	width: 26.875rem;
	height: 43.125rem;
}

.indexDiv5 .textDiv {
	margin: 0 -15px;
}

.indexDiv5 ul li {
	border-bottom: 1px #ccc solid;
	padding: 2.31rem 1.25rem;
	margin-left: -3.125rem;
	transition: all 0.5s;
	margin-right: -5px;
}

.indexDiv5 ul li:hover {
	background: #F8F8F8;
}

.indexDiv5 ul li p.time {
	width: 8%;
	float: left;
	font-size: 1.0625rem;
	text-align: center;
}

.indexDiv5 ul li p.time span {
	font-size: 2rem;
	display: block;
	padding-bottom: 0.3rem;
	border-bottom: 1px #000 solid;
	margin-bottom: 0.3rem;
}

.indexDiv5 ul li p.textDiv {
	width: 90%;
	float: right;
	line-height: 1.875rem;
	color: #999;
	font-size: 0.875rem;
}

.indexDiv5 ul li p.textDiv span.title {
	display: block;
	color: #000;
	font-size: 1.125rem;
	font-weight: bold;
	height: 1.5rem;
	overflow: hidden;
	/*Ã¨Â¶â€¦Ã¥â€¡ÂºÃ§Å¡â€žÃ©Æ’Â¨Ã¥Ë†â€ Ã©Å¡ÂÃ¨â€”ÂÃ¨ÂµÂ·Ã¦ÂÂ¥Ã£â‚¬â€š*/
	white-space: nowrap;
	/*Ã¤Â¸ÂÃ¦ËœÂ¾Ã§Â¤ÂºÃ§Å¡â€žÃ¥Å“Â°Ã¦â€“Â¹Ã§â€Â¨Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·...Ã¤Â»Â£Ã¦â€ºÂ¿*/
	text-overflow: ellipsis;
	/* Ã¦â€Â¯Ã¦Å’Â IE */
	margin-bottom: 0.625rem;
	text-align: left;
}

.indexDiv5 ul li p.textDiv img {
	float: left;
	display: block;
	margin-right: 0.625rem;
	width: 30%;
}

.indexDiv5 ul li p.textDiv span {
	width: 67%;
	float: left;
}

/***********************************************about*************************************/
.banner_nei {
	margin-top: 5.3125rem;
	text-align: center;
}

.banner_nei img {
	background-size: contain|cover;
	/* width: 100%; */
	height: auto;
	object-fit: cover;
	/* min-height: 30rem; */
}

.aboutDiv1 {
	margin-top: 6.875rem;
	background: #f6f6f6;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.aboutDiv1 .content {
	margin-top: 4.375rem;
}

.aboutDiv1 .content img {
	width: 90%;
}

.aboutDiv1 .textDiv {
	width: 70%;
	font-size: 1.2rem;
	color: #666;
	line-height: 1.875rem;
}

.aboutDiv1 .textDiv p {
	margin-top: 3.125rem;
}

.aboutDiv2 .wrap {
	margin-top: 9.375rem;
	position: relative;
}

.aboutDiv2 .content {
	width: 36.25rem;
	height: 34.0625rem;
	position: absolute;
	right: 3.75rem;
	top: 22.1875rem;
	background: url(../img/about5.png) no-repeat;
	background-size: 100% 100%;
}

.aboutDiv2 .content p {
	width: 26rem;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 3.75rem;
	margin-left: 7.5rem;
	font-size: 1rem;
	line-height: 2rem;
}

.aboutDiv2 .content p span {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.aboutDiv2 img.title_img {
	margin: 1.5625rem 0 0 3.75rem;
}

.aboutDiv3 {
	margin-top: 15rem;
}

.aboutDiv3 iframe {
	width: 100%;
	margin: 0 auto;
	height: 37.5rem;
}

/*******************************************Ã¦Å“ÂÃ¥Å Â¡*******************************/
.serviceDiv1 {
	background: #f6f6f6;
	padding-top: 9.375rem;
	padding-bottom: 26.5625rem;
	position: relative;
}

.serviceDiv1 .content p {
	margin-left: 4.0625rem;
}

.serviceDiv1 .content p:nth-child(1) {
	font-size: 2.8125rem;
	color: #000000;
	font-weight: bold;
}

.serviceDiv1 .content p:nth-child(2) {
	width: 75%;
	margin-top: 5rem;
	font-size: 1.125rem;
	line-height: 2.25rem;
}

.serviceDiv1 img.zhidao {
	position: absolute;
	bottom: -18.75rem;
}

.serviceDiv2 {
	margin-top: 30rem;
}

.serviceDiv2 .content {
	position: relative;
}

.serviceDiv2 .content .textDiv {
	position: absolute;
	width: 32rem;
	height: 30rem;
	padding: 5.625rem 2.5rem;
	top: -5.625rem;
	right: 5rem;
	background: rgba(208, 17, 26, .9);
	z-index: 99;
	color: #FFFFFF;
}

.serviceDiv2 .content .textDiv span {
	display: block;
	width: 5rem;
	height: 0.375rem;
	background: #fff;
	margin-bottom: 4.375rem;
}

.serviceDiv2 .content .textDiv p:nth-child(2) {
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
}

.serviceDiv2 .content .textDiv p:nth-child(3) {
	font-size: 1.5rem;
}

.serviceDiv3 {
	margin-top: 9.375rem;
}

.serviceDiv3 .content {
	font-size: 1.125rem;
	line-height: 2.25rem;
	margin-left: 3.4375rem;
}

.serviceDiv3 .content span {
	width: 0.375rem;
	height: 5rem;
	background: #C21A24;
	display: block;
	margin-bottom: 5.625rem;
}

.serviceDiv3 .content p:nth-child(2) {
	font-size: 2.8125rem;
	margin-bottom: 3.125rem;
	font-weight: bold;
	line-height: 3.75rem;
}

.serviceDiv4 {
	margin-top: 8.125rem;
	background: url(../img/service6.jpg) no-repeat center center;
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.serviceDiv4 .content {
	margin-left: 2rem;
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 2.25rem;
	width: 80%;
}

.serviceDiv4 .content span {
	display: block;
	width: 5rem;
	height: 0.375rem;
	background: #fff;
	margin-bottom: 4.375rem;
}

.serviceDiv4 .content p:nth-child(2) {
	font-size: 2.8125rem;
	margin-bottom: 3.125rem;
	font-weight: bold;
	line-height: 3.75rem;
	color: #FFFFFF;
}

.serviceDiv5 {
	margin-top: 8.75rem;
}

.serviceDiv5 .content {
	width: 100%;
	height: 42.5rem;
	background: url(../img/service7.jpg) no-repeat center center;
	text-align: center;
	padding-top: 12.5rem;
	background-size: 100% auto;
}

.serviceDiv5 .content .textDiv {
	width: 50%;
	margin: 0 auto;
	font-size: 2.8125rem;
	color: #ffffff;
	padding: 4.6875rem 4.0625rem;
	background: rgba(208, 17, 26, .9);
}

/********************************************Ã¥Â¹Â³Ã¥ÂÂ°***********************************************/
.pingtaiDiv1 {
	background: #f6f6f6;
	padding: 12.5rem 0;
}

.pingtaiDiv1 ul li {
	width: 24.375rem;
	height: 17.5rem;
	float: left;
}

.pingtaiDiv1 ul li.content {
	background: #FFFFFF;
	padding: 5.3125rem 0;
	font-size: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pingtaiDiv1 ul li.content .textDiv {}

.pingtaiDiv1 ul li.content span {
	display: block;
	width: 3.75rem;
	height: 0.375rem;
	background: #ff3c3c;
	margin-bottom: 1.75rem;
}

.pingtaiDiv1 ul li.content p:nth-child(2) {
	font-size: 1.75rem;
	font-weight: bold;
}

.pingtaiDiv2 {
	margin-top: 8.4375rem;
}

.pingtaiDiv2 .title_p {
	font-size: 3.125rem;
	text-align: center;
	width: 35rem;
	margin: 0 auto;
	display: flex;
}

.pingtaiDiv3 .title_p2 {
	font-size: 3.125rem;
	text-align: center;
	width: 17rem;
	margin: 0 auto;
	display: flex;
}

.pingtaiDiv2 .title_p p,
.pingtaiDiv3 .title_p2 p {
	position: absolute;
	z-index: 2;
	font-weight: bold;
}

.pingtaiDiv2 .title_p img,
.pingtaiDiv3 .title_p2 img {
	float: left;
	margin-left: -1.25rem;

}

.pingtaiDiv2 .pingtai_img {
	width: 100%;
	min-height: 34.375rem;
	object-fit: cover;
	margin-top: 12rem;
}

.pingtaiDiv3 {
	margin-top: 8.125rem;
}

.pingtaiDiv3 .content {
	background: url(../img/pingtai7.png) no-repeat center center;
	margin-top: 8rem;

}

.pingtaiDiv3 .content .con_top ul li,
.pingtaiDiv3 .content .con_bott ul li {
	width: 23.75rem;
	height: 17.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.35rem;
	color: #FFFFFF;
}

.pingtaiDiv3 .content .con_bott ul li p {
	width: 75%;
	text-align: left;
	margin: 0 auto;
}

.pingtaiDiv3 .content .con_top ul li img,
.pingtaiDiv3 .content .con_bott ul li img {
	margin-bottom: 2rem;
}

.pingtaiDiv3 .content .con_top ul li {}

.pingtaiDiv3 .content .con_top ul li:nth-child(1) {
	background: url(../img/pingtai8.png) no-repeat;
	background-size: 100% 100%;
}

.pingtaiDiv3 .content .con_top ul li:nth-child(1) .textDiv {
	margin-left: -1.5rem;
}

.pingtaiDiv3 .content .con_top ul li:nth-child(2) {
	background: url(../img/pingtai9.png) no-repeat;
	background-size: 100% 100%;
}

.pingtaiDiv3 .content .con_top ul li:nth-child(2) .textDiv {
	margin-left: 1.5rem;
}

.pingtaiDiv3 .content .con_bott ul li:nth-child(1) {
	background: url(../img/pingtai10.png) no-repeat;
	background-size: 100% 100%;
}

.pingtaiDiv3 .content .con_bott ul li:nth-child(1) .textDiv {
	margin-left: -1.5rem;
}

.pingtaiDiv3 .content .con_bott ul li:nth-child(2) {
	background: url(../img/pingtai11.png) no-repeat;
	background-size: 100% 100%;
}

.pingtaiDiv3 .content .con_bott ul li:nth-child(2) .textDiv {
	margin-left: 1.5rem;
}

.pingtaiDiv3 .content .con_bott {
	margin-top: 8.75rem;
}

/*******************************************************Ã¥Å Â Ã§â€ºÅ¸******************************************/
.jiamengDiv1 {
	background: url(../img/jiameng2.png) no-repeat center center;
	padding-top: 13rem;
	padding-bottom: 25rem;
	background-size: 100% 100%;
	position: relative;
	z-index: 9;
	margin-top: 3rem;
}

.jiamengDiv1 .content {
	width: 100%;
	height: 24.375rem;
	background: url(../img/liucheng_bg.png) no-repeat;
	background-size: 100% 100%;
}

.jiamengDiv1 .content ul {
	width: 94%;
	margin: 0 auto;
	margin-top: 5.625rem;
}

.jiamengDiv1 .content ul li {
	float: left;
	width: 24%;
	height: 6.25rem;
	text-align: center;
	margin-left: 1%;
	margin-top: 1rem;
}

.jiamengDiv1 .content ul li p {
	color: #FFFFFF;
	margin-top: 1.25rem;
	font-size: 0.875rem;
}

.jiamengDiv1 .content ul li:nth-child(5),
.jiamengDiv1 .content ul li:nth-child(6),
.jiamengDiv1 .content ul li:nth-child(7),
.jiamengDiv1 .content ul li:nth-child(8) {
	margin-top: 8.5rem;
}

.jiamengDiv2 {
	margin-top: 6.25rem;
	margin-bottom: 5rem;
}

.jiamengDiv2 .table {
	font-size: 0.875rem;
	margin-top: 4.6875rem;
}

.jiamengDiv2 .table thead {
	color: #000;
}

.jiamengDiv2 .table tbody tr:last-child {
	border-bottom: 1px #ddd solid;
	color: #c00;
}

.jiamengDiv3 {
	background: url(../img/jiameng2.png) no-repeat center center;
	padding-top: 23rem;
	padding-bottom: 25rem;
	background-size: 100% 100%;
	position: relative;
	z-index: 9;
	margin-top: 5rem;
}

.jiamengDiv3 .table {
	margin-top: 6rem;
	width: 70%;
}

.jiamengDiv3 .table tbody td {
	border-bottom: 1px #da6166 solid;
	color: #FFFFFF;
	font-size: 0.875rem;
}

.jiamengDiv3 .table tbody tr:last-child {
	border-bottom: 1px #da6166 solid;
}

.jiamengDiv3 .table tbody tr:first-child td {
	border-top: 1px #da6166 solid;
}

.jiamengDiv3 img.renwu {
	width: 18%;
	margin-top: -20rem;
}

.modelDiv1 .content {
	background: url(../img/jixing2.png) no-repeat;
	padding: 1.25rem 6.5625rem;
	margin-top: 3.125rem;
	background-size: 100% 100%;

}

.modelDiv .content .textDiv {
	float: right;
	margin-right: 3.125rem;
	width: 45%;
	padding-top: 7rem;
	color: #fff;

}

.modelDiv1 .content .textDiv {
	float: right;
	margin-right: 3.125rem;

}

.modelDiv .content .textDiv p:nth-child(1) {
	font-size: 2.875rem;
	margin-bottom: 1.875rem;
}

.modelDiv .content .textDiv p:nth-child(2) {
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}

.modelDiv .content .textDiv p:nth-child(3) {
	font-size: 1.25rem;
	line-height: 2rem;
}

.modelDiv .content .textDiv a.model_a {
	width: 9.375rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	text-align: center;
	border-radius: 1.6rem;
	border: 1px #fff solid;
	display: block;
	margin-top: 2.1875rem;
	color: #FFFFFF;
}

.modelDiv2 .content {
	background: url(../img/jixing4.png) no-repeat;
	padding: 1.25rem 6.5625rem;
	margin-top: 3.125rem;
	background-size: 100% 100%;
}

.modelDiv2 .content .textDiv {
	float: left;
	margin-left: 3.125rem;
}

.modelDiv2 .content img {
	margin-right: 4rem;
}

.modelDiv3 .content {
	background: url(../img/jixing7.png) no-repeat;
	padding: 1.25rem 6.5625rem;
	margin-top: 3.125rem;
	background-size: 100% 100%;
}

.modelDiv3 .content img {
	margin-left: 6rem;
}

.modelDiv3 .content .textDiv {
	float: right;
	margin-right: 3.125rem;

}

.modelDiv4 {
	margin-top: 9.375rem;
}

.modelDiv4 .model_title {
	text-align: center;
}

.modelDiv4 .model_title p:nth-child(1) {
	font-size: 3.125rem;
}

.modelDiv4 .model_title p:nth-child(2) {
	font-size: 1.5rem;
}

.modelDiv4 .content ul {
	width: 80%;
	margin-left: 15%;
}

.modelDiv4 .content ul li {
	width: 30%;
	text-align: center;
	float: left;
	margin-left: 3%;
	margin-top: 6.25rem;
}

.modelDiv4 .content ul li:first-child {
	margin-left: 0;
}

.modelDiv4 .content ul li:nth-child(2) {}

.modelDiv4 .content ul li:last-child {
	margin-left: 6%;
	/* text-align: right; */
	/* padding-right: 2%; */
}

.modelDiv4 .content ul li p {
	font-size: 1.5rem;
	margin-top: 1.875rem;
}

.modelDiv4 .content ul li a {
	color: #3783ff;
	margin-top: 1.25rem;
	display: block;
	text-align: center;
}

.modelDiv4 .content .table {
	margin-top: 2.8125rem;
	font-size: 0.875rem;
}

.modelDiv4 .content .table td:nth-child(1) {
	width: 18%;
}

.modelDiv4 .content .table td:nth-child(2) {
	width: 28%;
}

.modelDiv4 .content .table td:nth-child(3) {
	width: 28%;
}

.modelDiv4 .content .table tr:nth-child(odd) {
	background: #f6f6f6;
}

.modelDiv4 .content .table tr td {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}

.modelDiv4 .content .table tr:last-child {
	border-bottom: 1px #ddd solid;
}

.chuangyeDiv1 {
	padding-top: 5rem;
	background: #f6f6f6;
	padding-bottom: 10rem;
}

.chuangyeDiv1 .content {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.chuangyeDiv1 .content img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.chuangyeDiv1 .content .textDiv {
	width: 31.25rem;
	margin-top: 20.3125rem;
	float: left;
}

.chuangyeDiv1 .content .textDiv p:nth-child(1) {
	font-size: 3.125rem;
}

.chuangyeDiv1 .content .textDiv p:nth-child(2) {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	line-height: 2.5rem;
}

.chuangyeDiv2 {
	margin-top: 6.875rem;
	text-align: center;
}

.chuangyeDiv2 p {
	font-size: 3.125rem;
	margin-bottom: 3.125rem;
}

.chuangyeDiv3 {
	padding-top: 10rem;
	background: #f6f6f6;
	margin-top: 6.25rem;
}

.chuangyeDiv3 .content ul li {
	float: left;
	width: 30%;
	text-align: center;
}

.chuangyeDiv3 .content ul li:nth-child(2) {
	width: 36%;
	margin: 0 2%;
}

.chuangyeDiv3 .content ul li:nth-child(2) p:nth-child(1) {
	font-size: 3.125rem;
	font-weight: bold;
	margin-top: 6rem;
}

.chuangyeDiv3 .content ul li:nth-child(2) p:nth-child(2) {
	font-size: 15rem;
	color: #d0111a;
}

.chuangyeDiv3 .content ul li:nth-child(2) p:nth-child(3) {
	font-size: 1.5rem;
	text-align: left;
}

.chuangyeDiv4 {
	margin-top: 6.25rem;
}

.chuangyeDiv4 .hideDiv {
	display: block;
}

.chuangyeDiv4 .content ul li {
	width: 49%;
	float: left;
	position: relative;
	margin-bottom: 2.5rem;
}

.chuangyeDiv4 .content ul li:nth-child(even) {
	margin-left: 2%;
}

.chuangyeDiv4 .content ul li p {
	position: absolute;
	z-index: 2;
	color: #FFFFFF;
	font-size: 1.5rem;
	line-height: 2.375rem;
	text-align: left;
}

.chuangyeDiv4 .content ul li p span {
	display: block;
	font-size: 2.8125rem;
	margin-bottom: 1.875rem;
	text-align: center;
}

.chuangyeDiv4 .content ul li p span.hideDiv {
	font-size: 1.5rem;
}

.chuangyeDiv4 .content ul li p.p_top {
	top: 5.625rem;
	left: 15%;
	right: 15%;
}

.chuangyeDiv4 .content ul li p.p_bott {
	bottom: 5rem;
	left: 5%;
	right: 5%;
}

.chuangyeDiv4 .content ul li p.p_bott2 {
	color: #000;
	bottom: -2rem;
}

.chuangyeDiv4 .content ul li p.p_bott2 span {
	text-align: left;
	line-height: 3.75rem;
}

.chuangyeDiv5 {
	padding-top: 6.25rem;
	background: #f6f6f6;
	margin-top: 9.6875rem;
	padding-bottom: 8.4375rem;
}

.chuangyeDiv5 .title {
	font-size: 2.8125rem;
}

.chuangyeDiv5 ul {
	margin-left: -5%;
}

.chuangyeDiv5 ul li {
	width: 20%;
	min-height: 13.5rem;
	margin-left: 5%;
	float: left;
	background: #FFFFFF;
	padding: 1.5625rem 2.8125rem;
	text-align: center;
	border-radius: 0.625rem;
	margin-bottom: 3.125rem;
	border: 1px #fff solid;
	box-shadow: 0 0 0.8rem #ddd;
	cursor: pointer;
}

.chuangyeDiv5 ul li img {
	width: 8.125rem;
}

.chuangyeDiv5 ul li p {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.chuangyeDiv5 ul li:hover {
	border: 1px #c00 solid;
}

.chuangyeDiv6 {
	margin-top: 10rem;
}

.chuangyeDiv6 .title {
	font-size: 2.8125rem;
}

.chuangyeDiv6 .table {
	margin-top: 3.75rem;
	font-size: 0.875rem;
}

.chuangyeDiv6 .table tbody tr td {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}

.chuangyeDiv6 .table tbody tr td span {
	margin-right: 1.25rem;
}

.chuangyeDiv6 .table tbody tr:nth-child(odd) {
	background: #f6f6f6;
}

.chuangyeDiv6 .table tbody tr:last-child {
	border-bottom: 1px #ddd solid;
}

.biaozhunDiv1 .content {
	width: 100%;
	padding: 3.75rem 0;
	background: url(../img/biaozhun2.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 5.9375rem;
}

.biaozhunDiv1 .content .textDiv {
	float: right;
	width: 30%;
	margin-right: 10%;
	line-height: 1.875rem;
}

.biaozhunDiv1 .content .textDiv p {
	color: #FFFFFF;
	margin-top: 5rem;
}

.biaozhunDiv1 .content .textDiv img.fr {
	margin-top: 2.25rem;
}

.biaozhunDiv2 {
	background: url(../img/biaozhun5.jpg) no-repeat #f6f6f6 center center;
	padding-top: 9.375rem;
	height: 61.875rem;
	margin-top: 6.25rem;
}

.biaozhunDiv2 .content p {
	font-size: 3.125rem;
	margin-left: 10%;
}

.biaozhunDiv3 .textDiv {
	padding-top: 18.75rem;
	float: left;
	width: 39%;
	text-align: center;
	margin-left: 5%;
}

.biaozhunDiv3 .textDiv p:nth-child(2) {
	font-size: 3.125rem;
	margin-top: 3.75rem;
}

.biaozhunDiv3 .textDiv p:nth-child(3) {
	font-size: 1.25rem;
	text-align: left;
	margin-left: 1%;
	line-height: 2.5rem;
}

.biaozhunDiv4 {
	padding-top: 7.1875rem;
	background: #f6f6f6;
}

.biaozhunDiv4 .content .textDiv {
	float: right;
	width: 38%;
	padding-top: 9.375rem;
}

.biaozhunDiv4 .content .textDiv p img {
	margin-right: 2.8125rem;
}

.biaozhunDiv4 .content .textDiv p:nth-child(2) {
	font-size: 3.125rem;
	margin-top: 4.0625rem;
}

.biaozhunDiv4 .content .textDiv p:nth-child(3) {
	font-size: 1.25rem;
	margin-top: 2.4375rem;
	line-height: 2.5rem;
}

.biaozhunDiv5 {
	margin-top: 9.375rem;
	margin-bottom: 10rem;
}

.biaozhunDiv5 .content .textDiv {
	width: 40%;
	float: left;
	margin-top: 13.75rem;
	margin-left: 5%;
}

.biaozhunDiv5 .content .textDiv p:nth-child(1) {
	font-size: 3.125rem;
}

.biaozhunDiv5 .content .textDiv p:nth-child(2) {
	font-size: 1.25rem;
	margin-top: 2.4375rem;
	line-height: 2.5rem;
}

.qijianDiv1 .content {
	background: url(../img/qijian2.png) no-repeat;
	padding-top: 6.25rem;
	margin-top: 8.4375rem;
	padding-bottom: 3rem;
	background-size: 100% 100%;
}

.qijianDiv1 .content .textDiv {
	width: 45%;
	float: right;
	color: #FFFFFF;
}

.qijianDiv1 .content .textDiv p:nth-child(1) {
	font-size: 2.5rem;
}

.qijianDiv1 .content .textDiv p:nth-child(2) {
	font-size: 1.25rem;
	line-height: 2.8rem;
}

.qijianDiv1 .content .textDiv ul {
	display: table;
	margin-top: 1.875rem;
}

.qijianDiv1 .content .textDiv ul li {
	width: 25%;
	height: 5rem;
	float: left;
	display: table-cell;
}

.qijianDiv2 {
	background: #f6f6f6;
	padding-top: 7.8125rem;
	padding-bottom: 7.8125rem;
	margin-top: 7.1875rem;
}

.qijianDiv2 .content p {
	float: left;
	font-size: 3.125rem;
	margin-top: 10rem;
}

.qijianDiv3 {
	margin-top: 6.875rem;
	margin-bottom: -4rem;
}

.qijianDiv3 .content ul li {
	width: 49%;
	float: left;
	position: relative;
	text-align: center;
	font-size: 1.5rem;
}

.qijianDiv3 .content ul li p.p_top {
	position: absolute;
	top: 6.25rem;
	color: #FFFFFF;
	left: 0;
	right: 0;
	line-height: 4rem;
}

.qijianDiv3 .content ul li:nth-child(2) {
	margin-left: 2%;
}

.qijianDiv3 .content ul li p.p_top span {
	font-size: 3.125rem;
	display: block;
	margin-bottom: 1.875rem;
}

.qijianDiv3 .content ul li:nth-child(2) {
	margin-left: 2%;
}

.qijianDiv3 .content ul li div.p_bott {
	position: absolute;
	bottom: 5rem;
	color: #000;
	left: 0;
	right: 0;
	line-height: 2.5rem;
	text-align: left;
	width: 80%;
	margin: 0 auto;
}

.qijianDiv3 .content ul li div.p_bott p {
	width: 100%;
	font-size: 3.125rem;
	line-height: 4.8rem;
}

.qijianDiv3 .content ul li div.p_bott p span {
	width: 60%;
	float: right;
	display: block;
}

.qijianDiv3 .content ul li p.p_bott span:nth-child(4) {
	width: 100%;
	float: right;
	font-size: 3.125rem;
	line-height: 4.5rem;
	text-align: left;
	display: block;
}

.qijianDiv3 .content ul li div.p_bott p:nth-child(3) {
	font-size: 1.25rem;
	margin-top: 1.25rem;
	line-height: 2.5rem;
}


.type {
	width: 100%;
	margin-top: 8rem;
}

.type ul li {
	width: 30%;
	float: left;
	text-align: center;
	margin-left: 3%;
}

.type ul li img {
	width: 70%;
}

/*PHONEÃ¥Â±ÂÃ¥Â¹â€¢Ã¤Â¸â€¹Ã§Å¡â€žÃ¤Â¸â€œÃ§â€Â¨Ã¦Â Â·Ã¥Â¼Â*/
@media screen and (max-width:767px) {
	html {
		font-size: 65%;
	}

	.wrap {
		width: 100%;
		padding: 0 15px;
	}

	.hideDiv {
		display: none;
	}

	.showDiv {
		display: block;
	}

	header .wrap {
		display: block;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}

	header .logo a {
		height: 50px;
		line-height: 50px;
		width: initial;
	}

	header .logo img {
		max-height: 80%;
	}

	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .leftDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(255, 255, 255, .9);
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
		text-align: center;
	}

	header .leftDiv .menu ul li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #ccc;
		float: none;
		width: 100%;
	}

	header .leftDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		/*color: #fff;*/
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
	}

	header .leftDiv .menu ul li .menu_down_list {
		display: none;
	}

	header .leftDiv .menu>ul>li>a small {
		display: none;
	}

	header .leftDiv .menu>ul {
		display: block;
		padding-top: 50px;
		width: 100%;
	}

	body.on-menu header .leftDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .leftDiv .menu>ul>li>a {
		padding: 0 15px;
		background: none;
		margin: 0;
		width: 100%;
	}

	header .leftDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .leftDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .leftDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .leftDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .leftDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .leftDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .leftDiv .menu ul li>a:hover,
	header .leftDiv .menu ul li>a:focus,
	header .leftDiv .menu ul li>a.on {
		color: #FFF;
	}

	header .leftDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .leftDiv .menu>ul>li>a::before {
		display: none;
	}

	header .leftDiv .menu>ul>li:hover,
	header .leftDiv .menu>ul>li:focus,
	header .leftDiv .menu>ul>li.on {
		background: none;
	}

	header .leftDiv .menu>ul>li.on>a {
		color: #d0111a;
	}

	header .leftDiv .menu>ul>li:hover a span,
	header .leftDiv .menu>ul>li:focus a span,
	header .leftDiv .menu>ul>li.on a span,
	header .leftDiv .menu>ul>li.active a span {
		display: none;
		width: 20px;
		height: 2px;
		background: #d0111a;
		margin: 0 auto;
		margin-top: 1rem;

		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}

	.indexDiv1 .textDiv {
		width: 100%;
		margin-left: 0;
	}

	.indexDiv1 .textDiv2 {
		width: 100%;
		height: auto;
	}

	.indexDiv1 .textDiv2 {
		width: 100%;
		height: auto;
		background: none;
		background-size: cover;
		float: none;

	}


	.indexDiv1 .textDiv2 .shipin {
		width: 100%;
		float: none;
		border-radius: 0.5rem;
		overflow: hidden;
		position: relative;
		right: 0;
		bottom: 0;
		height: auto;
		background: #000;
		overflow: hidden;
		margin-top: 3.125rem;
	}

	.indexDiv1 .textDiv2 .shipin img {
		height: auto;
	}

	.indexDiv2 {
		width: 100%;
	}

	.indexDiv3 img {
		width: 60%;
	}

	.indexDiv4 .content {
		margin: -10px;
		margin-bottom: 1.8rem;
	}

	.indexDiv5 ul li {
		border-bottom: 1px #ccc solid;
		padding: 2.4rem 2rem;
		margin-left: -10px;
		margin-right: -5px;
		transition: all 0.5s;
	}

	footer {
		margin-top: 10rem;
	}

	footer .foot_lf {
		width: 100%;
	}

	footer .hideDiv {
		display: none;
	}

	footer .showDiv {
		display: block;
	}

	footer .foot_rt {
		width: 100%;
		margin-top: 3.5rem;
	}

	footer .foot_lf_c {
		border: 0;
	}

	footer .foot_rt img {
		margin-top: 7rem;
	}

	footer .foot_rt img:nth-child(2) {
		margin-top: 7rem;
	}

	footer .foot_lf_c ul {
		width: 20%;
	}

	footer .foot_lf_top img {
		margin-right: 0.875rem;
	}

	.aboutDiv1 .textDiv {
		width: 100%;
		margin-top: 3.125rem;
		text-align: left;
	}

	.aboutDiv1 .textDiv img.title_img {
		width: 60%;
	}

	.aboutDiv1 {
		padding-top: 1.25rem;
		text-align: center;
	}

	.aboutDiv2 img.title_img2 {
		width: 45%;
		margin-bottom: 1.875rem;
	}

	.aboutDiv2 .wrap {
		margin-top: 3.125rem;
	}

	.aboutDiv2 .content {
		width: 80%;
		position: relative;
		top: 0;
		height: auto;
		padding-bottom: 4rem;
		right: 1.25rem;
		margin-top: -5rem;
		float: right;
		padding-top: 0;
	}

	.aboutDiv2 .content p {
		width: 75%;
		float: right;
		margin-right: 5%;
		margin-top: 1.25rem;
		line-height: 1.5rem;
	}

	.aboutDiv2 .content p span {
		font-size: 1.3rem;
		font-weight: bold;
		margin-bottom: 0.625rem;
	}

	.aboutDiv3 {
		margin-top: 22rem;
	}

	.aboutDiv3 iframe {
		height: 31.25rem;
		width: 100%;
	}

	.aboutDiv3 .wrap {
		padding: 0;
	}

	.serviceDiv1 {
		padding-bottom: 0;
	}

	.serviceDiv1 img.zhidao {
		width: 100%;
		position: relative;
		bottom: -6.75rem;
	}

	.serviceDiv2 {
		margin-top: 14rem;
	}

	.serviceDiv2 .content .textDiv {
		position: absolute;
		width: 66%;
		height: 95%;
		padding: 2.5rem;
		top: -2.5rem;
		right: 0;
		background: rgba(208, 17, 26, .9);
		z-index: 99;
	}

	.serviceDiv2 .content .textDiv p:nth-child(2) {
		font-size: 1.8rem;
	}

	.serviceDiv2 .content .textDiv p:nth-child(3) {
		font-size: 1rem;
	}

	.serviceDiv2 .content .textDiv span {
		margin-bottom: 1.375rem;
	}

	.serviceDiv4 {
		background: #D0111A;
	}

	.serviceDiv3 .content {
		margin-bottom: 3.125rem;
		margin-left: 0;
	}

	.serviceDiv4 .content {
		margin-top: 3.125rem;
	}

	.serviceDiv4,
	.serviceDiv3 {
		margin-top: 3.125rem;
	}

	.serviceDiv3 .content span {
		margin-bottom: 2.568rem;
	}

	.serviceDiv5 .content {
		height: auto;
		padding: 3.125rem;
	}

	.serviceDiv5 .content .textDiv {
		width: 100%;
		height: 100%;
		font-size: 1.5rem;
		font-weight: bold;
	}

	.pingtaiDiv1 ul li {
		width: 100%;
	}

	.pingtaiDiv1 {
		padding: 5.5rem 0;
	}

	.pingtaiDiv2 .title_p {
		/* font-size: 3.125rem; */
		text-align: center;
		width: 26rem;
		margin: 0 auto;
	}

	.pingtaiDiv2 .title_p p,
	.pingtaiDiv3 .title_p2 p {
		font-size: 2.5rem;
	}

	.pingtaiDiv2 .pingtai_img {
		width: 100%;
		min-height: 13.375rem;
		object-fit: cover;
		margin-top: 7rem;
	}

	.pingtaiDiv3 .content {
		background-size: 210%;
	}

	.pingtaiDiv3 .content .con_top ul li img,
	.pingtaiDiv3 .content .con_bott ul li img {
		margin-bottom: 1rem;
		width: 40%;
	}

	.pingtaiDiv3 .content .con_top ul li,
	.pingtaiDiv3 .content .con_bott ul li {
		width: 40%;
		height: 13.5rem;
		/* height: auto; */
		padding-bottom: 1.875rem;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		color: #FFFFFF;
		padding-top: 1.875rem;
		/* margin-bottom: 3.125rem; */
	}

	.pingtaiDiv3 .content .con_bott ul li:nth-child(1) .textDiv {
		margin-left: 0;
	}

	.pingtaiDiv3 .content .con_bott {
		margin-top: 15.75rem;
	}

	.serviceDiv1 .content p {
		margin-left: 1.25rem;
	}

	.jiamengDiv1 {
		background: url(../img/join_bg.png) no-repeat;
		padding-bottom: 16rem;
		background-size: 100% 100%;
		margin-top: 2rem;
	}

	.jiamengDiv1 .wrap {
		padding: 0;
	}

	.jiamengDiv1 .content ul li img {
		width: 70%;
	}

	.jiameng_title {
		width: 40%;
	}

	.jiamengDiv2 {
		background: linear-gradient(173deg, transparent 100px, #ffffff 0);
		padding-bottom: 0;
		margin-top: -7rem;
		z-index: 99;
		position: relative;
		padding-top: 11rem;
	}

	.modelDiv .content {
		padding: 5%;
	}

	.modelDiv1 .content img {
		width: 33%;
		margin-top: 3%;
	}

	.modelDiv .content .textDiv {
		padding-top: 2%;
	}

	.modelDiv .content .textDiv p:nth-child(1) {
		font-size: 1.3rem;
		margin-bottom: 1rem;
		font-weight: bold;
	}

	.modelDiv .content .textDiv p:nth-child(2) {
		font-size: 1rem;
	}

	.modelDiv .content .textDiv {
		width: 46%;
	}

	.modelDiv2 .content .textDiv {
		margin-left: 0;
	}

	.modelDiv2 .content img {
		width: 32%;
		margin-top: 4%;
		margin-right: 0;
	}

	.modelDiv3 .content img {
		width: 25%;
		margin-left: 1rem;
	}

	.chuangyeDiv1 .content img {
		width: 70%;
	}

	.chuangyeDiv1 .content .textDiv p:nth-child(1),
	.chuangyeDiv2 p {
		font-size: 2.5rem;
	}

	.biaozhunDiv3 .textDiv {
		width: 50%;
		text-align: center;
		margin-left: 0;
		padding-top: 3rem;
	}

	.biaozhunDiv3 .content img.fr {
		width: 48%;
	}

	.biaozhunDiv3 .textDiv img {
		width: 40%;
	}

	.biaozhunDiv3 .textDiv p:nth-child(2) {
		font-size: 1.5rem;
		margin-top: 1.5rem;
		margin-bottom: 0.625rem;
	}

	.biaozhunDiv4 .content img.fl {
		width: 45%;
	}

	.biaozhunDiv4 .content .textDiv {
		width: 50%;
		margin-left: 0;
		padding-top: 0;
	}

	.biaozhunDiv4 .content .textDiv p img {
		width: 30%;
		margin-right: 1.25rem;
	}

	.biaozhunDiv4 .content .textDiv p:nth-child(2) {
		font-size: 1.875rem;
		margin-top: 1.25rem;
	}

	.biaozhunDiv4 {
		padding-bottom: 1.875rem;
	}

	.biaozhunDiv2 .content p {
		font-size: 1.5rem;
	}

	.biaozhunDiv2 {
		background: url(../img/biaozhun5.jpg) no-repeat;
		padding-top: 3.375rem;
		padding-bottom: 30%;
		height: auto;
		margin-top: 6.25rem;
		background-size: 100% 97%;
	}

	.biaozhunDiv5 {
		margin-top: 0;
	}

	.biaozhunDiv5 .content .textDiv {
		width: 80%;
		float: left;
		margin-top: 5.75rem;
		margin-left: 0%;
		margin-bottom: 1.875rem;
	}

	.biaozhunDiv5 .content .textDiv p:nth-child(1) {
		font-size: 1.875rem;
	}

	.biaozhunDiv5 .content img.fr {
		width: 55%;
	}

	.chuangyeDiv4 .content ul li p.p_top {
		position: absolute;
		top: 2rem;
		left: 0;
		right: 0;
		line-height: 2.5rem;
		color: #FFFFFF;
		margin-top: 0.625rem;
	}

	.chuangyeDiv4 .content ul li p span {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

	.chuangyeDiv4 .content ul li p span.hideDiv {
		display: none;
	}

	.chuangyeDiv4 .content ul li p {
		font-size: 1rem;
	}

	.chuangyeDiv4 .content ul li {
		margin-bottom: 1rem;
	}

	.chuangyeDiv4 .content ul li p.p_bott {
		bottom: 2rem;
		left: 0;
		right: 0;
		line-height: 2.5rem;
		color: #FFFFFF;
		position: absolute;
		margin-top: 0.625rem;
	}

	.chuangyeDiv4 .content ul li p.p_bott2 {
		bottom: 0;
		/* top: 14rem; */
		text-align: center;
	}

	.chuangyeDiv4 .content ul li p.p_bott2 span {
		text-align: center;
		line-height: 1.75rem;
		margin-top: -3rem;
		color: #000000;
	}

	.chuangyeDiv5 ul li {
		width: 47%;
		margin-left: 3%;
		height: 16rem;
	}

	.chuangyeDiv5 ul li img {
		width: 8rem;
	}

	.chuangyeDiv6 .table td:nth-child(1) {
		width: 34%;
	}

	.qijianDiv2 .content p {
		float: left;
		font-size: 1.8rem;
		margin-top: 3rem;
	}

	.qijianDiv2 .content img.fr {
		width: 50%;
	}

	.qijianDiv3 .content ul li div.p_bott p {
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.8rem;
	}

	.qijianDiv3 .content ul li div.p_bott img {
		width: 29%;
		margin-top: 0.625rem;
	}

	.qijianDiv3 .content ul li div.p_bott p:nth-child(3) {
		font-size: 1rem;
		margin-top: 0.5rem;
		line-height: 1.8rem;
	}

	.qijianDiv3 .content ul li div.p_bott p span {
		width: 70%;
		float: right;
		display: block;
		margin-top: 0.625rem;
		font-size: 1.3rem;
	}

	.qijianDiv3 .content ul li div.p_bott {
		position: absolute;
		bottom: 5%;
		color: #000;
		left: 0;
		right: 0;
		line-height: 2.5rem;
		text-align: left;
		width: 80%;
		margin: 0 auto;
	}

	.chuangyeDiv3 .content ul li:nth-child(2) p:nth-child(1) {
		font-size: 1.5rem;
		font-weight: bold;
		margin-top: 1.25rem;
	}

	.chuangyeDiv3 .content ul li:nth-child(2) p:nth-child(2) {
		font-size: 5rem;
		color: #d0111a;
	}

	.chuangyeDiv3 .content ul li:nth-child(2) p:nth-child(3) {
		font-size: 1rem;
		text-align: left;
	}

	.chuangyeDiv3 .content ul li:nth-child(2) {
		width: 32%;
		margin: 0 4%;
	}

	.biaozhunDiv4 {
		margin-top: 5rem;
	}

	.qijianDiv1 {
		margin-top: 3.125rem;
	}

	.qijianDiv1 .content {
		background: none;
		text-align: center;
		margin-top: 1.875rem;
		border-radius: 0.8rem;
		padding-top: 3.25rem;
		padding-bottom: 0rem;
	}

	.qijianDiv1 .wrap {
		padding: 0;
	}

	.qijianDiv1 .content .textDiv {
		    float: right;
		    width: 65%;
		    padding: 1.25rem;
		    line-height: 1.875rem;
		    background: rgba(208, 17, 26, 0.85);
		    border-radius: 1.25rem;
		    margin: 0 auto;
		    margin-top: -35%;
		    position: relative;
		    z-index: 10;
		    margin-right: 3%;
	}
	.qijianDiv2 {
	    background: #f6f6f6;
	    padding-top: 7.8125rem;
	    padding-bottom: 7.8125rem;
	    margin-top: 4.1875rem;
	}
	.qijianDiv1 .content .textDiv ul li {
	    width: 25%;
	    height: 4rem;
	    float: left;
	    display: table-cell;
	}

	.qijianDiv1 .content .textDiv ul li img {
		width: 3.8rem;
	}

	.qijianDiv1 .content .textDiv p:nth-child(1) {
		font-size: 1.5rem;
	}

	.qijianDiv3 .content ul li p.p_top {
		position: absolute;
		top: 2rem;
		color: #FFFFFF;
		left: 0;
		right: 0;
		line-height: 2rem;
	}

	.qijianDiv3 .content ul li {
		width: 49%;
		float: left;
		position: relative;
		text-align: center;
		font-size: 1rem;
	}

	.qijianDiv3 .content ul li p.p_top span {
		font-size: 1.5rem;
		margin-bottom: 0.625rem;
	}

	.qijianDiv3 .content ul li p.p_top span:nth-child(2) {
		font-size: 1rem;
	}

	.biaozhunDiv1 .content {
		background: none;
		background-size: 100% 100%;
	}

	.biaozhunDiv1 .content .textDiv {
		float: left;
		width: 80%;
		margin-right: 0;
		padding: 1.25rem;
		line-height: 1.875rem;
		background: rgba(208, 17, 26, 0.85);
		border-radius: 1.25rem;
		margin: 0 auto;
		margin-top: -10rem;
		position: relative;
		z-index: 10;
		margin-left: 5%;
	}

	.biaozhunDiv1 .content .textDiv p {
		color: #FFFFFF;
		margin-top: 3rem;
	}

	.biaozhunDiv1 .textDiv img.fl {
		width: 5%;
	}

	.biaozhunDiv1 .content {
		padding: 1.75rem 0;
		margin-top: 1.875rem;
	}

	.biaozhunDiv1 .content .textDiv img.fr {
		width: 5%;
		margin-top: 2rem;
	}

	.biaozhunDiv1 .wrap {
		padding: 0;
	}

	.biaozhunDiv3 .textDiv p:nth-child(3) {
		text-align: center;
		font-size: 1rem;
	}

	.chuangyeDiv1 .content .textDiv {
		width: 100%;
		margin-top: 20.3125rem;
		float: left;
	}

	.jiamengDiv3 {
		background: url(../img/join_bg.png) no-repeat center center;
		padding-top: 12rem;
		padding-bottom: 15rem;
		background-size: 100% 100%;
		position: relative;
		z-index: 9;
		margin-top: 0;
	}

	.jiamengDiv3 img.renwu {
		width: 26%;
		margin-top: -8rem;
	}
}

/*PADÃ¥Â±ÂÃ¥Â¹â€¢Ã¤Â¸â€¹Ã§Å¡â€žÃ¤Â¸â€œÃ§â€Â¨Ã¦Â Â·Ã¥Â¼Â*/
@media screen and (min-width: 768px) and (max-width:991px) {

	html,
	body {
		font-size: 80%;
	}

	.wrap {
		width: 100%;
		padding: 0 15px;
	}

	.hideDiv {
		display: none;
	}

	.showDiv {
		display: block;
	}

	header .wrap {
		display: block;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}

	header .logo a {
		height: 50px;
		line-height: 50px;
		width: initial;
	}

	header .logo img {
		max-height: 80%;
	}

	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .leftDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(255, 255, 255, .9);
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
		text-align: center;
	}

	header .leftDiv .menu ul li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #ccc;
		float: none;
		width: 100%;
	}

	header .leftDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		/*color: #fff;*/
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
	}

	header .leftDiv .menu>ul>li>a small {
		display: none;
	}

	header .leftDiv .menu>ul {
		display: block;
		padding-top: 50px;
		width: 100%;
	}

	header .leftDiv .menu>ul>li:hover a span,
	header .leftDiv .menu>ul>li:focus a span,
	header .leftDiv .menu>ul>li.on a span,
	header .leftDiv .menu>ul>li.active a span {
		display: none;
		width: 20px;
		height: 2px;
		background: #d0111a;
		margin: 0 auto;
		margin-top: 1rem;

		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}

	body.on-menu header .leftDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .leftDiv .menu>ul>li>a {
		padding: 0 15px;
		background: none;
	}

	header .leftDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .leftDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .leftDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .leftDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .leftDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .leftDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .leftDiv .menu ul li>a {
		margin: 0;
		width: 100%;
	}

	header .leftDiv .menu ul li>a:hover,
	header .leftDiv .menu ul li>a:focus,
	header .leftDiv .menu ul li>a.on {
		color: #FFF;
	}

	header .leftDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .leftDiv .menu>ul>li>a::before {
		display: none;
	}

	header .leftDiv .menu>ul>li:hover,
	header .leftDiv .menu>ul>li:focus,
	header .leftDiv .menu>ul>li.on {
		background: none;
	}

	header .leftDiv .menu>ul>li.on>a {
		color: #d0111a;
	}

	.indexDiv1 .textDiv {
		width: 100%;
		margin-left: 0;
	}

	.indexDiv1 .textDiv2 {
		width: 100%;
		height: auto;
		background: url(../img/index2.png) no-repeat;
	}

	.indexDiv1 .textDiv2 .shipin {
		float: right;
		border-radius: 1.5rem;
		overflow: hidden;
		position: absolute;
		right: 11.6%;
		bottom: 16.5%;
		width: 56.6%;
		height: 53%;
		background: #c00;
		overflow: hidden;
	}

	.indexDiv2 {
		width: 100%;
	}

	.indexDiv4 .content {
		margin: -10px;
		margin-bottom: 1.8rem;
	}

	.indexDiv5 ul li {
		border-bottom: 1px #ccc solid;
		padding: 2.4rem 2rem;
		margin-left: -10px;
		margin-right: -5px;
		transition: all 0.5s;
	}

	.indexDiv1 .textDiv2 {
		width: 100%;
		height: auto;
	}

	.indexDiv1 .textDiv2 {
		width: 100%;
		height: auto;
		background: none;
		background-size: cover;
		float: none;

	}


	.indexDiv1 .textDiv2 .shipin {
		width: 100%;
		float: none;
		border-radius: 0.5rem;
		overflow: hidden;
		position: relative;
		right: 0;
		bottom: 0;
		height: auto;
		background: #000;
		overflow: hidden;
		margin-top: 3.125rem;
	}

	.indexDiv1 .textDiv2 .shipin img {
		height: auto;
	}

	.aboutDiv2 img.title_img2 {
		width: 35%;
		margin-bottom: 1.875rem;
	}

	.aboutDiv2 .wrap {
		margin-top: 3.125rem;
		padding: 0;
	}

	.aboutDiv2 .content p {
		width: 65%;
		float: right;
		margin-right: 3.125rem;
	}

	.aboutDiv2 .content p span {
		margin-bottom: 1rem;
	}

	.aboutDiv3 .wrap {
		margin-top: 20.5rem;
	}

	footer {
		margin-top: 10rem;
	}

	footer .foot_rt {
		width: 100%;
		margin-top: 3.5rem;
	}

	footer .foot_lf_c {
		border: 0;
	}

	footer .foot_rt img {
		margin-top: 7rem;
	}

	footer .foot_rt img:nth-child(2) {
		margin-top: 7rem;
	}

	footer .foot_lf_c ul {
		width: 20%;
	}

	footer .foot_lf_top img {
		margin-right: 0.875rem;
	}

	.serviceDiv1 {
		padding-bottom: 15rem;
	}

	.serviceDiv1 img.hideDiv {
		display: block;
	}

	.serviceDiv1 img.zhidao {
		width: 92%;
	}

	.serviceDiv1 .content p:nth-child(1) {
		font-size: 2rem;
	}

	.serviceDiv2 {
		margin-top: 28rem;
	}

	.serviceDiv4 {
		background-position: center right;
		background-size: 100% auto;
		margin-right: 20px;
	}

	.serviceDiv4 .content p:nth-child(2) {
		font-size: 2rem;
	}

	.serviceDiv3 .content p:nth-child(2) {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.serviceDiv5 .content {
		height: auto;
		padding: 3.125rem;
	}

	.serviceDiv5 .content .textDiv {
		width: 100%;
		height: 100%;
		font-size: 2rem;
		font-weight: bold;
	}

	.pingtaiDiv1 {
		padding: 5.5rem 0;
	}

	.pingtaiDiv1 ul li {
		width: 50%;
		height: 17.5rem;
		float: left;
		overflow: hidden;
		margin-bottom: 1.5rem;
	}

	.pingtaiDiv1 ul li.content {
		background: #FFFFFF;
		padding: 5.3125rem 0;
		font-size: 1.25rem;
		display: block;
		padding-left: 6.25rem;
	}

	.pingtaiDiv2 .pingtai_img {
		width: 100%;
		min-height: 21.375rem;
		object-fit: cover;
		margin-top: 12rem;
	}

	.pingtaiDiv3 .content {
		background-size: 135%;
	}

	.pingtaiDiv3 .content .con_top ul li,
	.pingtaiDiv3 .content .con_bott ul li {
		width: 20.75rem;
	}

	.jiamengDiv1 .content ul li img {
		width: 50%;
	}

	.modelDiv1 .content img {
		width: 36%;
	}

	.modelDiv .content .textDiv {
		padding-top: 2rem;
	}

	.modelDiv .content .textDiv p:nth-child(1) {
		font-size: 2rem;
	}

	.modelDiv .content .textDiv p:nth-child(2) {
		font-size: 1.5rem;
	}

	.modelDiv2 .content img {
		width: 32%;
		margin-right: 0;
	}

	.modelDiv3 .content img {
		margin-left: 3rem;
		width: 24%;
	}

	.chuangyeDiv1 .content img {
		width: 60%;
	}

	.biaozhunDiv2 {
		background: url(../img/biaozhun5.jpg) no-repeat;
		padding-top: 9.375rem;
		height: 42.875rem;
		margin-top: 6.25rem;
		background-size: 100% 100%;
	}

	.biaozhunDiv1 .content {
		background: none;
		background-size: 100% 100%;
	}

	.biaozhunDiv1 .content .textDiv {
		float: left;
		width: 80%;
		margin-right: 0;
		padding: 1.25rem;
		line-height: 1.875rem;
		background: rgba(208, 17, 26, 0.85);
		border-radius: 1.25rem;
		margin: 0 auto;
		margin-top: -10rem;
		position: relative;
		z-index: 10;
		margin-left: 5%;
		font-size: 1.5rem;
	}

	.biaozhunDiv2 {
		background: url(../img/biaozhun5.jpg) no-repeat #f6f6f6;
		padding-top: 3.5rem;
		height: auto;
		padding-bottom: 30%;
		margin-top: 6.25rem;
		background-size: 100% 100%;
	}

	.biaozhunDiv3 .content img.fr {
		width: 45%;
	}

	.biaozhunDiv3 .textDiv {
		padding-top: 3.75rem;
		float: left;
		width: 39%;
		text-align: center;
		margin-left: 5%;
	}

	.biaozhunDiv4 .content img.fl {
		width: 45%;
	}

	.biaozhunDiv4 .content .textDiv {
		float: right;
		width: 51%;
		padding-top: 0.375rem;
	}

	.biaozhunDiv4 .content .textDiv p img {
		width: 30%;
		margin-right: 1.25rem;
	}

	.biaozhunDiv5 .content .textDiv {
		width: 100%;
		float: left;
		margin-top: -3.25rem;
		margin-left: 5%;
		margin-bottom: 3.125rem;
	}

	.biaozhunDiv5 .content img.fr {
		width: 60%;
	}

	.chuangyeDiv4 .content ul li p.p_top {
		top: 2.625rem;
		left: 12%;
		right: 12%;
	}

	.chuangyeDiv4 .content ul li p.p_bott {
		bottom: 1rem;
		left: 5%;
		right: 5%;
	}

	.chuangyeDiv4 .content ul li p.p_bott2 span.hideDiv {
		line-height: 1.875rem;
	}

	.chuangyeDiv4 .content ul li p.p_bott2 {
		color: #000;
		bottom: -2rem;
	}

	.qijianDiv1 .content .textDiv {
		width: 43%;
		float: right;
		color: #FFFFFF;
		margin-right: 2%;
	}

	.qijianDiv1 .showDiv {
		display: none;
	}

	.qijianDiv2 .content img.fr {
		width: 50%;
	}

	.qijianDiv2 .content p {
		float: left;
		font-size: 3.125rem;
		margin-top: 6rem;
	}

	.qijianDiv3 .content .p_bott img {
		width: 40%;
	}

	.qijianDiv3 .content ul li div.p_bott p {
		width: 100%;
		font-size: 2.125rem;
		line-height: 3.8rem;
	}

	.qijianDiv3 .content ul li div.p_bott p span {
		width: 55%;
		float: right;
		display: block;
	}

	.jiamengDiv3 img.renwu {
		width: 18%;
		margin-top: -16rem;
	}

	.biaozhunDiv1 .content .textDiv img.fr,
	.biaozhunDiv1 .content .textDiv img.fl {
		width: 5%;
		margin-top: 0;
	}
}

/*PADÃ¥Â±ÂÃ¥Â¹â€¢Ã¤Â¸â€¹Ã§Å¡â€žÃ¤Â¸â€œÃ§â€Â¨Ã¦Â Â·Ã¥Â¼Â*/
@media screen and (min-width: 992px) and (max-width:1024px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}

	.indexDiv1 .textDiv2 {
		width: 66.25rem;
		height: 32.625rem;
		background: url(../img/index2.png) no-repeat;
		background-size: cover;
		float: right;
		position: relative;
	}

	.indexDiv1 .textDiv2 .shipin {
		float: right;
		border-radius: 1.5rem;
		overflow: hidden;
		position: absolute;
		right: 7.7rem;
		bottom: 3rem;
		width: 37.5rem;
		height: 18.75rem;
		background: #c00;
		overflow: hidden;
	}

	.indexDiv1 .textDiv2 img.bg {
		position: absolute;
		z-index: 2;
	}

	.indexDiv5 ul li {
		margin-left: 0;
	}

	.aboutDiv2 img.title_img {
		width: 30%;
		margin-left: 0;
	}

	.aboutDiv3 .wrap {
		margin-top: 20rem;
	}

	.serviceDiv1 {
		padding-bottom: 15rem;
	}

	.serviceDiv1 img.zhidao {
		width: 93%;
	}

	.serviceDiv2 {
		margin-top: 28rem;
	}

	.serviceDiv4 .content p:nth-child(2) {
		font-size: 2rem;
	}

	.serviceDiv3 .content p:nth-child(2) {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.serviceDiv4 {
		background-position: center right;
		background-size: 100% auto;
		margin-right: 25px;
	}

	.serviceDiv5 .content {
		height: auto;
		padding: 3.125rem;
	}

	.serviceDiv5 .content .textDiv {
		width: 100%;
		height: 100%;
		font-size: 2.5rem;
		font-weight: bold;
	}

	.pingtaiDiv1 {
		padding: 5.5rem 0;
	}

	.pingtaiDiv1 ul li {
		width: 50%;
		height: 17.5rem;
		float: left;
		overflow: hidden;
		margin-bottom: 1.875rem;
	}

	.pingtaiDiv1 ul li img {
		width: 100%;
	}

	.pingtaiDiv1 ul li.content {
		background: #FFFFFF;
		padding: 5.3125rem 0;
		font-size: 1.25rem;
		display: block;
		padding-left: 6.25rem;
	}

	.pingtaiDiv2 .pingtai_img {
		width: 100%;
		min-height: 24.375rem;
		object-fit: cover;
		margin-top: 12rem;
	}

	.pingtaiDiv3 .content {
		background-size: 135%;
	}

	.pingtaiDiv3 .content .con_top ul li,
	.pingtaiDiv3 .content .con_bott ul li {
		width: 21.75rem;
		height: 17.5rem;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.35rem;
		color: #FFFFFF;
	}

	.modelDiv .content .textDiv {
		padding-top: 0;
	}

	.modelDiv .content img {
		width: 36%;
	}

	.modelDiv1 .content .textDiv {
		margin-top: 3rem;
	}

	.modelDiv2 .content img {
		margin-right: 2rem;
		width: 30%;
	}

	.modelDiv2 .content .textDiv {
		margin-top: 3rem;
		margin-left: 0;
	}

	.modelDiv3 .content img {
		margin-left: 2rem;
		width: 25%;
	}

	.modelDiv3 .content .textDiv {
		margin-top: 3rem;
		margin-left: 0;
	}

	.modelDiv .content .textDiv p:nth-child(1) {
		font-size: 2.5rem;
	}

	.modelDiv .content .textDiv {
		width: 50%;
	}

	.chuangyeDiv1 .content img {
		width: 60%;
	}

	.biaozhunDiv2 {
		background: url(../img/biaozhun5.jpg) no-repeat;
		padding-top: 3.5rem;
		height: auto;
		padding-bottom: 30%;
		margin-top: 4.25rem;
		background-size: 100% 100%;
	}

	.biaozhunDiv3 .content img.fr {
		width: 50%;
	}

	.biaozhunDiv3 .textDiv {
		padding-top: 9.75rem;
		float: left;
		width: 39%;
		text-align: center;
		margin-left: 5%;
	}

	.biaozhunDiv4 .content img.fl {
		width: 45%;
	}

	.biaozhunDiv4 .content .textDiv {
		float: right;
		width: 50%;
		padding-top: 1.375rem;
	}

	.biaozhunDiv5 {
		margin-top: 0;
	}

	.biaozhunDiv5 .content .textDiv {
		width: 100%;
		float: left;
		margin-top: 5.75rem;
		margin-left: 5%;
		margin-bottom: 1.875rem;
	}

	.chuangyeDiv4 .content ul li p.p_bott2 {
		color: #000;
		bottom: 1rem;
	}

	.qijianDiv2 .content p {
		float: left;
		font-size: 3.125rem;
		margin-top: 6rem;
	}

	.qijianDiv2 .content img.fr {
		width: 50%;
	}

	.qijianDiv3 .content ul li div.p_bott p span {
		width: 50%;
		float: right;
		display: block;
	}

	.qijianDiv3 .content ul li div.p_bott p {
		width: 100%;
		font-size: 2.125rem;
		line-height: 4rem;
	}
}

/*Ã¤Â¸Â­Ã§Â­â€°PCÃ¥Â±ÂÃ¥Â¹â€¢Ã¤Â¸â€¹Ã§Å¡â€žÃ¤Â¸â€œÃ§â€Â¨Ã¦Â Â·Ã¥Â¼Â*/
@media screen and (min-width:1025px) and (max-width: 1200px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}

	.type {
		display: none;
	}

	.indexDiv1 .textDiv2 {
		width: 66.25rem;
		height: 32.625rem;
		background: url(../img/index2.png) no-repeat;
		background-size: cover;
		float: right;
		position: relative;
	}

	.indexDiv1 .textDiv2 .shipin {
		float: right;
		border-radius: 1.5rem;
		overflow: hidden;
		position: absolute;
		right: 7.7rem;
		bottom: 3rem;
		width: 37.5rem;
		height: 18.75rem;
		background: #c00;
		overflow: hidden;
	}

	.indexDiv5 ul li {
		margin-left: 0;
	}

	.serviceDiv5 .content {
		height: auto;
		padding: 3.125rem;
	}

	.serviceDiv5 .content .textDiv {
		width: 100%;
		height: 100%;
		font-size: 2.5rem;
		font-weight: bold;
	}

	.pingtaiDiv1 {
		padding: 5.5rem 0;
	}

	.pingtaiDiv1 ul li {
		width: 50%;
		height: 17.5rem;
		float: left;
		overflow: hidden;
		margin-bottom: 1.875rem;
	}

	.pingtaiDiv1 ul li img {
		width: 100%;
	}

	.pingtaiDiv1 ul li.content {
		background: #FFFFFF;
		padding: 5.3125rem 0;
		font-size: 1.25rem;
		display: block;
		padding-left: 6.25rem;
	}

	.pingtaiDiv3 .content {
		background-size: 100%;
	}

	.pingtaiDiv3 .content .con_top ul li,
	.pingtaiDiv3 .content .con_bott ul li {
		width: 21.75rem;
		height: 17.5rem;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.35rem;
		color: #FFFFFF;
	}

	.modelDiv .content .textDiv {
		padding-top: 0;
	}

	.modelDiv .content img {
		width: 36%;
	}

	.modelDiv1 .content .textDiv {
		margin-top: 3rem;
	}

	.modelDiv2 .content img {
		margin-right: 2rem;
		width: 30%;
	}

	.modelDiv2 .content .textDiv {
		margin-top: 3rem;
		margin-left: 0;
	}

	.modelDiv3 .content img {
		margin-left: 2rem;
		width: 25%;
	}

	.modelDiv3 .content .textDiv {
		margin-top: 3rem;
		margin-left: 0;
	}

	.modelDiv .content .textDiv p:nth-child(1) {
		font-size: 2.5rem;
	}

	.modelDiv .content .textDiv {
		width: 50%;
	}

}

@media screen and (min-width:1201px) {
	.type {
		display: none;
	}
}
