html,
body,
button,
input,
select,
textarea {
	font-family: "PingFangSC-Regular", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

@font-face {
	font-family: "NotoSansHans-Bold";
	src: url("../fonts/NotoSansHans-Bold.woff2") format("woff2"), url("../fonts/NotoSansHans-Bold.woff") format("woff"), url("../fonts/NotoSansHans-Bold.ttf") format("truetype"), url("../fonts/NotoSansHans-Bold.eot") format("embedded-opentype"), url("../fonts/NotoSansHans-Bold.svg") format("svg");
}

@font-face {
	font-family: "NotoSansHans-Medium";
	src: url("../fonts/NotoSansHans-Medium.woff2") format("woff2"), url("../fonts/NotoSansHans-Medium.woff") format("woff"), url("../fonts/NotoSansHans-Medium.ttf") format("truetype"), url("../fonts/NotoSansHans-Medium.eot") format("embedded-opentype"), url("../fonts/NotoSansHans-Medium.svg") format("svg");
}

@font-face {
	font-family: "DINCond-Medium";
	src: url("../fonts/DINCond-Medium.woff2") format("woff2"), url("../fonts/DINCond-Medium.woff") format("woff"), url("../fonts/DINCond-Medium.ttf") format("truetype"), url("../fonts/DINCond-Medium.eot") format("embedded-opentype"), url("../fonts/DINCond-Medium.svg") format("svg");
}

@font-face {
	font-family: "BEBAS___";
	src: url("../fonts/BEBAS___.woff2") format("woff2"), url("../fonts/BEBAS___.woff") format("woff"), url("../fonts/BEBAS___.ttf") format("truetype"), url("../fonts/BEBAS___.eot") format("embedded-opentype"), url("../fonts/BEBAS___.svg") format("svg");
}

@font-face {
	font-family: "NotoSansHans-Regular";
	src: url("../fonts/NotoSansHans-Regular.woff2") format("woff2"), url("../fonts/NotoSansHans-Regular.woff") format("woff"), url("../fonts/NotoSansHans-Regular.ttf") format("truetype"), url("../fonts/NotoSansHans-Regular.eot") format("embedded-opentype"), url("../fonts/NotoSansHans-Regular.svg") format("svg");
}

@font-face {
	font-family: "PINGFANG BOLD_1";
	src: url("../fonts/PINGFANG BOLD_1.woff2") format("woff2"),
		url("../fonts/PINGFANG BOLD_1.woff") format("woff"),
		url("../fonts/PINGFANG BOLD_1.ttf") format("truetype"),
		url("../fonts/PINGFANG BOLD_1.eot") format("embedded-opentype"),
		url("../fonts/PINGFANG BOLD_1.svg") format("svg");
}

.pgblod {
	font-family: "PINGFANG BOLD_1" !important;
}

.nshb {
	font-family: "NotoSansHans-Bold" !important;
}

.nshm {
	font-family: "NotoSansHans-Medium" !important;
}

.dinm {
	font-family: "DINCond-Medium" !important;
}

.bebas {
	font-family: "BEBAS___" !important;
}

.nshr {
	font-family: "NotoSansHans-Regular" !important;
}

.browsers {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff url(../../img/img1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 99;
}

.header-wrap {
	width: 100%;
	position: relative;
	z-index: 500;
}

.header-wrap .header-lang {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	background: #ca0224;
	font-size: 0.35rem;
	color: #fff;
	font-weight: bold;
}

.header-wrap .header-lang a {
	font-size: 0.35rem;
	color: #fff;
	font-weight: bold;
}

.header-wrap .header-lang a:hover {
	color: #222;
}

.header-wrap .header-lang .personinfo {
	margin-left: 15px;
}

@media(max-width: 767px) {
	.header-wrap .header-lang .ri {
		display: none;
	}
}

.header-wrap .header-lang .personinfo span {
	cursor: pointer;
	margin: 0 2px;
}

.header-wrap .header-lang .le a {
	margin-right: 0.3rem;
}

.header-wrap .header {
	height: 2.75rem;
}

.header-wrap .header .logo a {
	height: 2.75rem;
	display: block;
	line-height: 2.75rem;
}

.header-wrap .header .ri-tab {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.header-wrap .header .ri-tab .pc-search {
	width: 5rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.header-wrap .header .ri-tab .pc-search form {
	display: flex;
	justify-content: space-between;
}

.header-wrap .header .ri-tab .pc-search .text {
	width: 75%;
	font-size: 0.45rem;
	color: #222;
}

.header-wrap .header .ri-tab .pc-search input::-webkit-input-placeholder {
	color: #222;
}

.header-wrap .header .ri-tab .pc-search input::-moz-input-placeholder {
	color: #222;
}

.header-wrap .header .ri-tab .pc-search input::-ms-input-placeholder {
	color: #222;
}

.header-wrap .header .ri-tab .pc-search .sub {
	width: 0.65rem;
	height: 0.65rem;
	background: url("../../web/img/search-icon.png") no-repeat center center;
	background-size: contain;
}

.header-wrap .header .ri-tab .m-search {
	display: none;
}

.header-wrap .header .pc-list {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.header-wrap .header .pc-list li {
	margin: 0 0.51rem;
	position: relative;
}

.header-wrap .header .pc-list li .a {
	height: 2.75rem;
	line-height: 2.75rem;
	font-size: 0.45rem;
	color: #222;
}

.header-wrap .header .pc-list li .sub-list {
	position: absolute;
	z-index: -1;
	width: 5.5rem;
	border-top: 3px solid #ca0224;
	background: #fff;
	top: 3rem;
	left: 50%;
	transform: translateX(-50%);
	-display: none;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	opacity: 0;
}

.header-wrap .header .pc-list li .sub-list a {
	display: block;
	width: 100%;
	height: 1.4rem;
	line-height: 1.4rem;
	text-align: center;
	font-size: 0.4rem;
	color: #222;
	position: relative;
	box-sizing: border-box;
	padding: 0 4%;
	cursor: pointer;
}

.header-wrap .header .pc-list li .sub-list a:before {
	content: '';
	width: 92%;
	height: 1px;
	position: absolute;
	left: 4%;
	bottom: 0;
	background: #d7d7d7;
}

.header-wrap .header .pc-list li .sub-list a:hover {
	color: #ca0224;
	background: #f5f5f5;
}

.header-wrap .header .pc-list li .sub-list a:last-child {
	border-bottom: none;
}

.header-wrap .header .pc-list li .sub-list a:last-child:before {
	display: none;
}

.header-wrap .header .pc-list li .sub-list.cur {
	visibility: visible;
	top: calc(2.75rem - 3px);
	opacity: 1;
	z-index: 11;
}

.header-wrap .header .pc-list li:hover .a {
	color: #ca0224;
}

.header-wrap .msub-list {
	display: none;
}

.msearch-wrap {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.msearch-wrap.show {
	opacity: 1;
	visibility: visible;
}

.footer-wrap {
	background: #313131;
}

.footer-wrap .footer {
	color: #fff;
}

.footer-wrap .footer a {
	color: #fff;
}

.footer-wrap .footer a:hover {
	color: #ca0224;
}

.footer-wrap .footer .top {
	box-sizing: border-box;
	padding: 2rem 0.9rem;
}

.footer-wrap .footer .info .img {
	margin-bottom: 0.7rem;
}

.footer-wrap .footer .info p {
	margin-bottom: 0.4rem;
}

.footer-wrap .footer .ri .pc-list li {
	margin-right: 1.75rem;
}

.footer-wrap .footer .ri .pc-list li a {
	display: block;
	font-size: 0.375rem;
	margin-bottom: 0.2rem;
	cursor: pointer;
}

.footer-wrap .footer .ri .pc-list li a:last-child {
	margin-bottom: 0;
}

.footer-wrap .footer .ri dd {
	font-size: 0.55rem;
	margin-bottom: 0.8rem;
}

.footer-wrap .footer .ri dd a {
	font-size: 0.55rem;
}

.footer-wrap .footer .ri .ul_icon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-wrap .footer .ri .ul_icon .lis {
	margin-right: .125rem;
	width: .8rem;
	height: .8rem;
	background: #FCD81C;
	transition: all .6s;
}

.footer-wrap .footer .ri .ul_icon .lis .icons {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .6s;
}

.footer-wrap .footer .ri .ul_icon .lis1 .icons {
	background-image: url(../img/sprint.png);
	background-position: .175rem .175rem;
	background-size: 2rem .45rem;
}

.footer-wrap .footer .ri .ul_icon .lis2 .icons {
	background-image: url(../img/sprint.png);
	background-position: -0.625rem .175rem;
	background-size: 2rem .45rem;
}

.footer-wrap .footer .ri .ul_icon .lis3 .icons {
	background-image: url(../img/sprint.png);
	background-position: -1.4rem .2rem;
	background-size: 2rem .425rem;
}

.footer-wrap .footer .ri .ul_icon .lis4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-wrap .footer .ri .ul_icon .lis4 .icons {
	width: .6rem;
	height: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-wrap .footer .ri .ul_icon .lis4 .icons img {
	width: 100%;
	transition: all .6s;
}

.footer-wrap .footer .ri .ul_icon .lis4 .poa {
	left: 30%;
	top: 1.175rem;
	width: 2.65rem;
	height: 2.65rem;
	transform: translateX(-42%) translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
}

.footer-wrap .footer .ri .ul_icon .lis4 .poa::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.4rem;
	content: '';
	width: .5rem;
	height: .5rem;
	background-image: url(../img/sanj.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.footer-wrap .footer .ri .ul_icon .lis4:hover .poa {
	opacity: 1;
	visibility: visible;
	transform: translateX(-42%) translateY(0px);
}

.footer-wrap .footer .ri .ul_icon .lis:last-child {
	margin-right: 0;
}

.footer-wrap .footer .ri .ul_icon .lis:hover {
	background-color: #000;
}

.footer-wrap .footer .ri .ul_icon .lis:hover .icons {
	/* background-color: #fff; */
	filter: brightness(5);
}

.footer-wrap .footer .ri .ul_icon .lis4:hover .icons {
	filter: none;
}

.footer-wrap .footer .ri .ul_icon .lis4:hover .icons img {
	filter: invert(1) brightness(5);
}

.footer-wrap .footer .copyright {
	height: 2.1rem;
	line-height: 2.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-wrap .footer .copyright .le {
	font-size: 0.375rem;
}

.footer-wrap .footer .copyright .link {
	cursor: pointer;
}

.footer-wrap .footer .copyright .link .option {
	bottom: 2rem;
	background: #fff;
	width: 200%;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 3px solid #ca0224;
	transition: all 0.3s ease 0s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.footer-wrap .footer .copyright .link .option dd {
	border-bottom: 1px solid #d7d7d7;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
}

.footer-wrap .footer .copyright .link .option dd:last-child {
	border-bottom: none;
}

.footer-wrap .footer .copyright .link .option a {
	display: block;
	width: 100%;
	color: #333;
	font-size: 0.35rem;
}

.footer-wrap .footer .copyright .link .option a:hover {
	background: #f5f5f5;
	color: #ca0224;
}

.footer-wrap .footer .copyright .link .option.cur {
	bottom: 1.5rem;
	z-index: 11;
	visibility: visible;
	opacity: 1;
}

.inbanner {
	width: 100%;
}

.inbanner .swiper-container {
	width: 100%;
	height: 100%;
}

.inbanner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
}

.inbanner .swiper-container .swiper-slide .m {
	display: none;
}

.inbanner .swiper-container .swiper-slide .con {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.inbanner .swiper-container .swiper-slide .con .con-t {
	padding-left: 2.25rem;
	padding-top: 5rem;
}

.inbanner .swiper-container .swiper-slide .con .con-t h1 {
	margin-bottom: 0.3rem;
}

.inbanner .swiper-container .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.inbanner .swiper-container .swiper-pagination-bullet-active {
	background: #ca0224;
}

.sy-more {
	background: #d12b28;
	width: 4rem;
	height: 1.25rem;
	text-align: center;
	line-height: 1.25rem;
	border-radius: 1.25rem;
	display: block;
	box-shadow: 0 0 0 0 #d9b2b5;
	margin-top: 1.5rem;
}

.sy-more span {
	font-size: 0.35rem;
	color: #fff;
	position: relative;
	z-index: 10;
}

.sy-more:hover {
	-box-shadow: 0 0 0 0 #222;
	box-shadow: 0 0 20px 8px #d9b2b5;
}

.sy-more:hover span {
	color: #fff;
}

.ininfo {
	padding: 2.25rem 0 3.5rem;
}

.ininfo .num {
	width: 34%;
	left: 50%;
	transform: translateX(-50%);
	top: 15%;
}

.ininfo .le {
	width: 25.15%;
	overflow: hidden;
}

.ininfo .le .m {
	display: none;
}

.ininfo .le img {
	transition: all 0.3s ease 0s;
}

.ininfo .le:hover img {
	transform: scale(1.05);
}

.ininfo .con {
	width: 24.52%;
}

.ininfo .con .line {
	width: 25px;
	height: 4px;
	background: #1a1a1a;
	margin-bottom: 1.7rem;
}

.ininfo .con .con-t {
	margin-bottom: 0.7rem;
}

.ininfo .con h4 {
	color: #1a1a1a;
	margin-top: 0.2rem;
}

.ininfo .con p {
	font-size: 0.42rem;
	line-height: 0.95rem;
}

.inshow {
	background: #fafafa;
}

.inshow .m {
	display: none;
}

.inshow .info {
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	padding-top: 1.7rem;
	overflow: hidden;
}

.inshow .info a {
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #222;
}

.inshow .info .con-t {
	margin-bottom: 0.7rem;
	text-align: center;
}

.inshow .info .con-t p {
	font-size: 0.5rem;
	margin-top: 0.2rem;
}

.inshow .info .img {
	text-align: center;
}

.inshow .info img {
	max-height: 15rem;
	transition: all 0.3s ease 0s;
}

.inshow .info:hover a {
	color: #222;
}

.inshow .info:hover .img img {
	transform: scale(0.99);
}

.inpro {
	background: #fafafa;
	padding: 2.5rem 0 3rem;
}

.inpro .title {
	margin-bottom: 1rem;
}

.inpro .title h4 {
	font-size: 0.45rem;
	padding-left: 3rem;
	margin-top: 0.2rem;
	position: relative;
}

.inpro .title h4:before {
	content: '';
	width: 2.7rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(50%);
	background: #dcdcdc;
}

.inpro .title .sy-more {
	right: 0;
	top: 10%;
	margin-top: 0;
}

.inpro .list {
	border: 1px solid #e5e5e5;
	height: 12rem;
}

.inpro .list img {
	transition: all 0.3s ease 0s;
}

.inpro .list li {
	width: calc(100% / 6);
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
	background: #fff;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}

.inpro .list li.hover.cur {
	width: 20%;
}

.inpro .list li.hover {
	width: calc(80% / 5);
}

.inpro .list li .back {
	width: 100%;
	max-height: 100%;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.inpro .list li .con {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 2.4rem 0 0 1.5rem;
}

.inpro .list li .con .con-t {
	margin-bottom: 2rem;
}

.inpro .list li .con .con-t h2 {
	font-size: 0.75rem;
	margin-bottom: 0.4rem;
}

.inpro .list li .con .con-t p {
	font-size: 0.4rem;
}

.inpro .list li .con .con-t .icon {
	margin-bottom: 1rem;
}

.inpro .list li .con .con-t .icon .a {
	display: none;
}

.inpro .list li .con .arrow .a {
	display: none;
}

.inpro .list li:last-child {
	border-right: none;
}

@media (min-width: 1025px) {
	.inpro .list li:hover .back {
		opacity: 1;
		transform: scale(1.05);
	}

	.inpro .list li:hover .con .con-t h2 {
		color: #fff;
	}

	.inpro .list li:hover .con .con-t p {
		color: #fff;
	}

	.inpro .list li:hover .con .con-t .icon img {
		display: none;
	}

	.inpro .list li:hover .con .con-t .icon .a {
		display: block;
	}

	.inpro .list li:hover .con .arrow img {
		display: none;
	}

	.inpro .list li:hover .con .arrow .a {
		display: block;
	}
}

.inglo .m {
	display: none;
}

.inglo .con {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding-top: 4.375rem;
}

.inglo .con h4 {
	font-size: 0.45rem;
	padding-left: 3.3rem;
	margin-top: 0.3rem;
	position: relative;
}

.inglo .con h4:before {
	content: '';
	width: 3rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(50%);
	background: #231f20;
}

.inglo .tit {
	font-size: 0.6rem;
	color: #222;
}

.inglo .tit1 {
	left: 29%;
	top: 46%;
}

.inglo .tit2 {
	top: 40%;
	left: 37%;
}

.inglo .tit3 {
	top: 55%;
	left: 37%;
}

.inglo .tit4 {
	top: 37%;
	left: 53%;
}

.inglo .tit5 {
	top: 56%;
	left: 75%;
}

.inglo .tit6 {
	left: 78%;
	top: 53%;
}

.inglo .tit7 {
	top: 62%;
	left: 78%;
}

.inglo .icon1 {
	left: 29.8%;
	top: 51%;
}

.inglo .icon2 {
	left: 38.5%;
	top: 45%;
}

.inglo .icon3 {
	left: 37.8%;
	top: 51%;
}

.inglo .icon4 {
	left: 54%;
	top: 42%;
}

.inglo .icon5 {
	left: 78.9%;
	top: 55.5%;
	/* left: 78.5%;
	top: 57%; */
}

.inglo .icon6 {
	/* left: 78%;
	top: 58%; */
	left: 78.5%;
	top: 56.8%;
}

.inglo .icon7 {
	/* left: 78.5%; */
	/* top: 59.5%; */
	left: 78.9%;
	top: 57.5%;
}

.innew {
	background: #f7f7f7;
	padding: 3.5rem 0 3.75rem;
}

.innew .title {
	position: absolute;
	top: 1.75rem;
}

.innew .title h4 {
	font-size: 0.45rem;
	padding-left: 3.6rem;
	margin-top: 0.3rem;
	position: relative;
}

.innew .title h4:before {
	content: '';
	width: 3.3rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(50%);
	background: #dcdcdc;
}

.innew .title .sy-more {
	margin-top: 1.8rem;
}

.innew .swiper-box {
	width: 80.5%;
}

.innew .swiper-box .swiper-container {
	width: 100%;
}

.innew .swiper-box .swiper-container .swiper-slide {
	background: #fff;
}

.innew .swiper-box .swiper-container .swiper-slide .img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 53.36%;
}

.innew .swiper-box .swiper-container .swiper-slide .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.innew .swiper-box .swiper-container .swiper-slide .con-t {
	box-sizing: border-box;
	padding: 0.6rem 1.25rem 1.75rem;
	line-height: 0.75rem;
	color: #555;
}

.innew .swiper-box .swiper-container .swiper-slide .con-t .t {
	font-size: 0.35rem;
}

.innew .swiper-box .swiper-container .swiper-slide .con-t h3 {
	font-size: 0.55rem;
	color: #222;
	line-height: 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.5rem;
	margin: 0.25rem 0 0.65rem;
}

.innew .swiper-box .swiper-container .swiper-slide .con-t p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.5rem;
	font-size: 0.375rem;
}

.innew .swiper-box .swiper-container .swiper-slide:hover .img img {
	transform: scale(1.05);
}

.innew .swiper-box .swiper-container .swiper-slide:hover h3 {
	color: #ca0224;
}

.pro-wrap {
	background: #f0f0f0;
	padding: 1.7rem 0 2.25rem;
}

.pro-wrap .pro-tab {
	border: 1px solid #e0e0e0;
	margin-bottom: 1.25rem;
	font-size: 0.425rem;
	color: #222;
	padding: 0.75rem 1.5rem;
	background: #f7f7f7;
}

.pro-wrap .pro-tab li {
	padding-bottom: 0.35rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px solid #e1e1e1;
}

.pro-wrap .pro-tab li .sub-list {
	width: 89%;
	text-align: left;
}

.pro-wrap .pro-tab li .sub-list span {
	cursor: pointer;
	transition: all 0.3s ease 0s;
	margin-right: 0.5rem;
	display: inline-block;
	line-height: 0.75rem;
	max-width: 50%;
}

.pro-wrap .pro-tab li .sub-list span:hover {
	color: #ca0224;
	text-decoration: underline;
}

.pro-wrap .pro-tab li .sub-list span.cur {
	color: #ca0224;
	text-decoration: underline;
}

.pro-wrap .pro-tab li .sub-list span:last-child {
	margin-right: 0;
}

.pro-wrap .pro-tab li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.pro-wrap .pro-list {
	width: 100%;
}

.pro-wrap .pro-list li {
	width: 31.4%;
	margin: 0 2.9% 2.9% 0;
}

.pro-wrap .pro-list li .img {
	width: 100%;
	padding-bottom: 107%;
	overflow: hidden;
}

.pro-wrap .pro-list li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.pro-wrap .pro-list li .img .tit {
	width: 100%;
	font-size: 0.6rem;
	text-align: center;
	top: 0.75rem;
	color: #222;
}

.pro-wrap .pro-list li .con-t {
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	background: #d2d2d2;
	letter-spacing: 1.5px;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.pro-wrap .pro-list li:hover img {
	transform: scale(1.05);
}

.pro-wrap .pro-list li:hover .con-t {
	background: #d12b28;
}

.pro-wrap .pro-list li:nth-child(3n) {
	margin-right: 0;
}

.prode-wrap h1 {
	font-size: 1.5rem;
}

.prode-wrap .info {
	height: 22.5rem;
	box-sizing: border-box;
	padding-top: 2.2rem;
}

.prode-wrap .title1 {
	height: 2.2rem;
	line-height: 2.2rem;
	border-bottom: 1px solid rgba(179, 179, 179, 0.4);
	background: none;
	position: absolute;
	top: 0;
	transform: translateY(0);
	width: 100%;
}

.prode-wrap .title1.on {
	background: #fff;
}

.prode-wrap .title1 .le {
	font-size: 0.5rem;
	color: #222;
}

.prode-wrap .title1 .le:hover {
	color: #ca0224;
}

.prode-wrap .title1 .le span {
	margin: 0 0.4rem;
}

.prode-wrap .title1 .back {
	display: block;
	width: 4rem;
	text-align: center;
	height: 1.4rem;
	line-height: 1.4rem;
	border-radius: 1.4rem;
	background: #d12b28;
	font-size: 0.35rem;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.prode-wrap .title1 .back:hover {
	background: #222;
}

.prode-wrap .info .show {
	width: 100%;
}

.prode-wrap .info .show .img {
	width: 50%;
	box-sizing: border-box;
	padding-top: 1rem;
}

.prode-wrap .info .show .con {
	width: 50%;
	box-sizing: border-box;
	padding-left: 2rem;
	padding-top: 2.5rem;
	color: #222;
}

.prode-wrap .info .show .con .con-t {
	margin-bottom: 0.75rem;
}

.prode-wrap .info .show .con .con-t .t {
	font-size: 0.6rem;
	margin-bottom: 0.4rem;
}

.prode-wrap .info .show .con .con-t .line {
	width: 24px;
	height: 4px;
	background: #555;
	margin: 0.8rem 0 1rem;
}

.prode-wrap .info .show .con .con-t .place {
	width: 4.25rem;
	text-align: center;
	height: 1.5rem;
	line-height: 1.4rem;
	box-sizing: border-box;
	border: 3px solid #222;
	border-radius: 1.5rem;
	font-size: 0.45rem;
	transition: all 0.3s ease 0s;
}

.prode-wrap .info .show .con .con-t .place:last-child {
	border: 3px solid #d12b28;
}

.prode-wrap .info .show .con .con-t .place:last-child:hover {
	border: 3px solid #d12b28;
	background: #d12b28;
}

.prode-wrap .info .show .con .con-t .place:hover {
	background: #222;
	color: #fff;
}

.prode-wrap .info .show .con .scroll-box {
	font-size: 0.45rem;
	line-height: 0.9rem;
	height: 8.7rem;
}

.prode-wrap .info .show .con .swiper-box {
	margin-top: 0.5rem;
	font-size: 0.5rem;
}

.prode-wrap .info .show .con .swiper-box .swiper-container {
	width: 100%;
}

.prode-wrap .info .show .con .swiper-box .swiper-slide {
	width: auto;
	margin-right: 0.25rem;
}

.prode-wrap .info .show .con .swiper-box .imgg {
	margin-top: 0.3rem;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.prode-wrap .info .show .con .swiper-box .imgg img {
	transition: all 0.3s ease 0s;
}

.prode-wrap .info .show .con .swiper-box .imgg:hover img {
	transform: scale(1.05);
}

.prode-wrap .parame {
	background: #ca0224;
	color: #fff;
	padding: 1.25rem 0;
}

.prode-wrap .parame h1 {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 0.3rem;
}

.prode-wrap .parame .title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.prode-wrap .parame .title h4 {
	font-size: 0.45rem;
	padding-left: 3.5rem;
	position: relative;
}

.prode-wrap .parame .title h4:before {
	content: '';
	width: 3.2rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.3);
}

.prode-wrap .parame .list {
	width: 66%;
}

.prode-wrap .parame .list li {
	height: 1.375rem;
	line-height: 1.375rem;
	font-size: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.prode-wrap .parame .list li:last-child {
	border-bottom: none;
}

.prode-wrap .title h4 {
	font-size: 0.45rem;
	padding-left: 3.5rem;
	position: relative;
}

.prode-wrap .title h4:before {
	content: '';
	width: 3.2rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.3);
}

.prode-wrap .prode {
	background: #f0f0f0;
	padding: 2.25rem 0 3rem;
}

.prode-wrap .prode .title {
	margin-bottom: 1.2rem;
}

.prode-wrap .prode .title h4 {
	margin-top: 0.3rem;
	padding-left: 4.6rem;
	position: relative;
}

.prode-wrap .prode .title h4:before {
	content: '';
	width: 4.3rem;
	background: #dcdcdc;
}

.prode-wrap .prode .list-ln li {
	background: #fff;
	min-height: 11.375rem;
	margin-bottom: 0.55rem;
	box-sizing: border-box;
	padding: 1.25rem 2rem 1rem;
	box-shadow: 0 0 10px 2px #dedede;
}

.prode-wrap .prode .list-ln li .con-t {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 0.6rem;
	margin-bottom: 0.7rem;
}

.prode-wrap .prode .list-ln li .con-t .num {
	position: absolute;
	left: 0;
	top: 0.05rem;
	width: 0.9rem;
	text-align: center;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.45rem;
	color: #fff;
	background: #ca0224;
	border-radius: 0.3rem;
}

.prode-wrap .prode .list-ln li .con-t h2 {
	font-size: 0.85rem;
	box-sizing: border-box;
	padding-left: 1.2rem;
}

.prode-wrap .prode .list-ln li .con-c {
	line-height: 0.75rem;
}

.prode-wrap .prode .list-ln li .con-c .t {
	margin-bottom: 0.5rem;
}

.prode-wrap .prode .list-ln li .con-c p {
	font-size: 0.45rem;
	margin-bottom: 0.3rem;
}

.prode-wrap .prode .list-ln li:last-child {
	margin-bottom: 0;
}

.prode-wrap .prode .about {
	margin-top: 2.75rem;
}

.prode-wrap .prode .about .title h1 {
	font-size: 1.5rem;
	text-align: center;
}

.prode-wrap .prode .about .pro-list {
	width: 100%;
}

.prode-wrap .prode .about .pro-list li {
	width: 31.4%;
	margin: 0 2.9% 2.9% 0;
	box-shadow: 0 0 10px 2px #dedede;
}

.prode-wrap .prode .about .pro-list li .img {
	width: 100%;
	padding-bottom: 107%;
	overflow: hidden;
	background: #fff;
}

.prode-wrap .prode .about .pro-list li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.prode-wrap .prode .about .pro-list li .img .tit {
	width: 100%;
	font-size: 0.6rem;
	text-align: center;
	top: 0.75rem;
	color: #222;
}

.prode-wrap .prode .about .pro-list li .con-t {
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	background: #d2d2d2;
	color: #fff;
	transition: all 0.3s ease 0s;
	letter-spacing: 1.5px;
}

.prode-wrap .prode .about .pro-list li:hover img {
	transform: scale(1.05);
}

.prode-wrap .prode .about .pro-list li:hover .con-t {
	background: #d12b28;
}

.prode-wrap .prode .about .pro-list li:nth-child(3n) {
	margin-right: 0;
}

.ny-banner {
	width: 100%;
	height: 16.25rem;
	color: #fff;
}

.ny-banner h3 {
	font-size: 0.65rem;
	margin-top: 0.4rem;
}

.ny-banner .con-t {
	padding-top: 3rem;
}

.user-info {
	padding: 2.5rem 0 5rem;
}

.user-info .le {
	width: 52.8%;
}

.user-info .le .con-t {
	margin-bottom: 0.75rem;
}

.user-info .le .con-t h1 {
	font-size: 1.5rem;
	color: #231f20;
}

.user-info .le .con-t h4 {
	margin-top: 0.3rem;
	color: #231f20;
	font-size: 0.45rem;
	padding-left: 3.3rem;
	position: relative;
}

.user-info .le .con-t h4:before {
	content: '';
	width: 3rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dcdcdc;
}

.user-info .img {
	width: 40.9%;
	height: 10.5rem;
}

.user-hotel {
	background: #f0f0f0;
	padding: 3rem 0 5rem;
}

.user-hotel .list li {
	width: 23.95%;
	margin: 0 1.4% 1.4% 0;
}

.user-hotel .list li:nth-child(4n) {
	margin-right: 0;
}

.user-hotel .list li .back {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-bottom: 149%;
	overflow: hidden;
}

.user-hotel .list li .back img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.user-hotel .list li .con {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 2;
	box-sizing: border-box;
	padding: 1.9rem 1.9rem 2.8rem;
	transition: all 0.3s ease 0s;
}

.user-hotel .list li .ico {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: #c80225;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.9rem;
	transition: all 0.3s ease 0s;
}

.user-hotel .list li h2 {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.05rem;
	margin-bottom: 0.1rem;
}

.user-hotel .list li p {
	color: #333;
	line-height: 0.45rem;
}

.user-hotel .list li .detail-t {
	position: absolute;
	bottom: 1.9rem;
	left: 1.9rem;
}

.user-hotel .list li a {
	display: block;
	width: 4rem;
	height: 1.35rem;
	text-align: center;
	line-height: 1.35rem;
	background: #e9e9e9;
	color: #222;
	border-radius: 1.35rem;
}

.user-hotel .list li a:last-child {
	margin-top: 6px;
	-transform: translateX(8px);
}

.user-hotel .list li:hover .ico {
	background: none;
	box-sizing: border-box;
	position: relative;
}

.user-hotel .list li:hover .ico:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
}

.user-hotel .list li:hover .con {
	background: none;
}

.user-hotel .list li:hover h2 {
	color: #fff;
}

.user-hotel .list li:hover p {
	color: #fff;
}

/*.user-hotel .list li:hover a:first-child{
  background: #c80224;
  color: #fff;
  }*/
.user-hotel .list li:hover a {
	background: #fff;
	color: #222;
}

.user-hotel .list li a:hover {
	background: #c80224;
	color: #fff;
}

.user-hotel .list li:hover img {
	transform: scale(1.05);
}

.userde-wrap {
	background: #f0f0f0;
	padding: 2.5rem 0 5rem;
}

.userde-wrap.case {
	background: #fff;
}

.userde-wrap .title {
	margin-bottom: 1.5rem;
}

.case_de-wrap {
	background: #fff;
}

.case_de-wrap h3 {}

.case_de-wrap p {
	margin-bottom: 0.4rem;
}

.case_de-wrap .ca-item {
	height: 13rem;
}

.case_de-wrap .ca-item .img {
	width: 48.42%;
	height: 100%;
	float: left;
}

.case_de-wrap .ca-item .img .sm {
	width: 3.75rem;
	height: 2.8rem;
	box-sizing: border-box;
	border-left: 4px;
	border-top: 4px;
	boder-top-left-radius: 4px;
	right: 0;
	bottom: 0;
	background: #fff;
	padding-top: 4px;
	padding-left: 4px;
	overflow: hidden;
}

.case_de-wrap .ca-item:nth-child(2n) .img .sm {
	border-right: 4px;
	border-top: 4px;
	border-left: 0;
	boder-top-left-radius: 0;
	boder-top-right-radius: 4px;
	right: auto;
	left: 0;
	bottom: 0;
	padding-left: 0;
	padding-right: 4px;
}

.case_de-wrap .ca-item .con {
	width: 50%;
	height: 100%;
	float: right;
}

.case_de-wrap .ca-item {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 0.9rem;
	margin-bottom: 0.9rem;
}

.case_de-wrap .ca-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.case_de-wrap .ca-item .con h1 {
	position: relative;
	margin-bottom: 1rem;
}

.case_de-wrap .ca-item .con h1:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 2px;
	background: #b8b8b8;
	left: 0;
	bottom: -0.5rem;
}

.case_de-wrap .ca-item:nth-child(1n) .con {
	padding-left: 1rem;
	padding-top: 1.5rem;
}

.case_de-wrap .ca-item:nth-child(2n) .con {
	padding-left: 2rem;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
}

.case_de-wrap .ca-item:nth-child(2n) .img {
	float: right;
}

.case_de-wrap .ca-item:nth-child(2n) .con {
	float: left;
}

.userde-wrap .title a {
	width: 3.8rem;
	height: 1.45rem;
	line-height: 1.45rem;
	border-radius: 1.45rem;
	background: #ca0224;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 0.45rem;
	color: #fff;
}

.userde-wrap .links {
	display: block;
	width: 3.8rem;
	height: 1.45rem;
	line-height: 1.45rem;
	border-radius: 1.45rem;
	background: #ca0224;
	text-align: center;
	font-size: 0.45rem;
	color: #fff;
}

.userde-wrap .links:hover {
	background: #222;
}

@media(max-width: 767px) {
	.userde-wrap .links {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.8rem;
		font-size: 0.28rem;
	}
}

.userde-wrap .title h1 {
	font-size: 1.5rem;
}

.userde-wrap .title h4 {
	font-size: 0.45rem;
	padding-left: 4.8rem;
	position: relative;
	margin-top: 0.25rem;
}

.userde-wrap .title h4:before {
	content: '';
	width: 4.5rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dcdcdc;
}

.userde-wrap .item_list .item {
	height: 2rem;
	line-height: 2rem;
	font-size: 0.5rem;
	color: #222;
	box-sizing: border-box;
	padding: 0 4.25rem;
	background: #fff;
	margin-bottom: 0.2rem;
	transition: all 0.3s ease 0s;
}

.userde-wrap .item_list .item:hover {
	color: #fff;
	background: #ca0224;
}

.userde-wrap .item_list .item .fl {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.userde-wrap .item_list .more {
	margin: 2rem auto 0;
	width: 7.25rem;
	height: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	font-size: 0.5rem;
	background: #ca0224;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.userde-wrap .item_list .more:hover {
	color: #222;
}

.userde-wrap .swiper-box {
	position: relative;
	width: 100%;
	margin-bottom: 1.25rem;
}

.userde-wrap .swiper-box .swiper-container {
	width: 100%;
	position: static;
	padding-bottom: 0.4rem;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide {
	box-sizing: border-box;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item {
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .line {
	position: absolute;
	background: #ca0224;
	transition: all 0.3s ease 0s;
	z-index: 99;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .line1 {
	width: 0;
	height: 4px;
	top: 0;
	left: 50%;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .line2 {
	width: 4px;
	height: 0%;
	top: 0;
	left: 0;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .line3 {
	width: 0;
	height: 4px;
	bottom: 0;
	left: 50%;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .line4 {
	width: 4px;
	height: 0%;
	top: 0;
	right: 0;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item:first-child {
	margin-bottom: 0.3rem;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .img {
	background: #fff;
	overflow: hidden;
	padding-bottom: 48.8%;
	position: relative;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .con-t {
	border-top: 1px solid #f8f8f8;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item:hover .line1 {
	width: 100%;
	left: 0;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item:hover .line2 {
	height: 100%;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item:hover .line3 {
	width: 100%;
	left: 0;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item:hover .line4 {
	height: 100%;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide:hover img {
	transform: scale(1.05);
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item.cur .line1 {
	width: 100%;
	left: 0;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item.cur .line2 {
	height: 100%;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item.cur .line3 {
	width: 100%;
	left: 0;
}

.userde-wrap .swiper-box .swiper-container .swiper-slide .item.cur .line4 {
	height: 100%;
}

.userde-wrap .swiper-box .swiper-container .swiper-button-next {
	width: 0.5rem;
	height: 0.75rem;
	right: -1.5rem;
	background: url("../../web/img/swiper-r1.png") no-repeat center center;
	background-size: contain;
}

.userde-wrap .swiper-box .swiper-container .swiper-button-next:hover {
	background: url("../../web/img/swiper-r1a.png") no-repeat center center;
	background-size: contain;
}

.userde-wrap .swiper-box .swiper-container .swiper-button-prev {
	width: 0.5rem;
	height: 0.75rem;
	left: -1.5rem;
	background: url("../../web/img/swiper-l1.png") no-repeat center center;
	background-size: contain;
}

.userde-wrap .swiper-box .swiper-container .swiper-button-prev:hover {
	background: url("../../web/img/swiper-l1a.png") no-repeat center center;
	background-size: contain;
}

.userde-wrap .info {
	margin-top: 1.2rem;
	background: #fff;
	padding: 2rem 2rem 4rem;
}

.userde-wrap .info .con {
	margin-bottom: 2rem;
}

.userde-wrap .info .con .title {
	margin-bottom: 0.75rem;
}

.userde-wrap .info .con .title h1 {
	font-size: 1.5rem;
}

.userde-wrap .info .con .title h4 {
	font-size: 0.45rem;
	position: relative;
	padding-left: 1.9rem;
	margin-top: 0.3rem;
}

.userde-wrap .info .con .title h4:before {
	content: '';
	width: 1.6rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dcdcdc;
}

.userde-wrap .info .con .title .h4 {
	padding-left: 4.2rem;
}

.userde-wrap .info .con .title .h4:before {
	content: '';
	width: 3.8rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dcdcdc;
}

.userde-wrap .info .con:last-child {
	margin-bottom: 0;
}

.nav-container {
	width: 93.75%;
	height: 2.5rem;
	background: #fff;
	line-height: 2.5rem;
	top: 0;
	z-index: 80;
	margin: 0 auto 1rem;
	box-sizing: border-box;
	transform: translateY(-50%);
	font-size: 0.5rem;
}

/*.nav-container.title-c{
  background: none;
  margin: 0 auto;
  height: 2.2rem;
  line-height: 2.2rem;
  transform: translateY(0);
}
.nav-container.title-c.on{
  position: fixed;
  top: 0;
  }*/
.nav-container .nav {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 6.25%;
}

.nav-container .le {
	display: flex;
	align-items: center;
}

.nav-container .le a {
	color: #979797;
}

.nav-container .le a:hover {
	color: #ca0224;
}

.nav-container .le span {
	margin: 0 0.5rem;
}

.nav-container .ri a {
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-left: 1.5rem;
	color: #222;
	position: relative;
	cursor: pointer;
}

.nav-container .ri a:hover {
	color: #ca0224;
}

.nav-container .ri a:hover:before {
	width: 100%;
	left: 0;
}

.nav-container .ri a:before {
	content: '';
	width: 0%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #ca0224;
	transition: all 0.3s ease 0s;
}

.nav-container .ri a.cur {
	color: #ca0224;
}

.nav-container .ri a.cur:before {
	width: 100%;
	left: 0;
}

.nav-container .ri a:first-child {
	margin-left: 0;
}

.nav-container.on {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 999;
	-box-shadow: 0 0 4px 2px #dedede;
	-background: #eee;
	transform: translate(-50%, 0);
	border-bottom: 1px solid #dcdcdc;
}

.nav-container.deve {
	width: 100%;
	transform: translateY(0);
	border-top: 1px solid #f0f0f0;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 999;
}

.agent-wrap {
	background: #f0f0f0;
}

.agent-wrap h1 {
	font-size: 1.5rem;
}

.agent-wrap h4 {
	font-size: 0.45rem;
	padding-left: 3.25rem;
	position: relative;
	margin-top: 0.25rem;
}

.agent-wrap h4:before {
	content: '';
	width: 3rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dcdcdc;
}

.agent-wrap .system {
	padding-bottom: 4.5rem;
}

.agent-wrap .system .title {
	color: #231f20;
	margin-bottom: 2.5rem;
}

.agent-wrap .system .title h1 {
	font-size: 1.5rem;
	color: #231f20;
}

.agent-wrap .system .title .le {
	position: relative;
}

.agent-wrap .system .title .le:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	right: -1.4rem;
	top: 50%;
	transform: translateY(-50%);
	background: #c0c0c0;
}

.agent-wrap .system .title .con-t {
	width: 77.8%;
	font-size: 0.45rem;
}

.agent-wrap .system .info {
	width: 100%;
	height: 17.5rem;
	text-align: center;
	margin-bottom: 2.5rem;
}

.agent-wrap .system .contact .title-c {
	margin-bottom: 1.5rem;
	text-align: center;
}

.agent-wrap .system .contact .title-c h2 {
	color: #848484;
	font-size: 0.9rem;
}

.agent-wrap .system .contact .title-c .line {
	width: 32px;
	height: 3px;
	background: #222;
	margin: 0.4rem auto 0.3rem;
}

.agent-wrap .system .contact .title-c h1 {
	font-size: 1.5rem;
	color: #222;
}

.agent-wrap .system .contact .list li {
	width: 32.4%;
	height: 6.5rem;
	margin: 0 1.4% 1.4% 0;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 1.8rem;
	transition: all 0.3s ease 0s;
	font-size: 0.6rem;
	color: #222;
}

.agent-wrap .system .contact .list li .icon {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 0.6rem;
}

.agent-wrap .system .contact .list li .icon .a {
	display: none;
}

.agent-wrap .system .contact .list li:hover {
	background: #d12b28;
	color: #fff;
}

.agent-wrap .system .contact .list li:hover img {
	display: none;
}

.agent-wrap .system .contact .list li:hover .a {
	display: block;
}

.agent-wrap .system .contact .list li:nth-child(3n) {
	margin-right: 0;
}

.agent-wrap .problem {
	padding-bottom: 5rem;
}

.agent-wrap .problem h4 {
	padding-left: 4.2rem;
}

.agent-wrap .problem h4:before {
	content: '';
	width: 3.9rem;
}

.agent-wrap .problem .title {
	margin-bottom: 1.6rem;
}

.agent-wrap .problem .title .tel {
	width: 8rem;
	height: 2.15rem;
	background: #d12b28;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.6rem;
	color: #fff;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.agent-wrap .problem .title .tel .a {
	display: none;
}

.agent-wrap .problem .title .tel .icon {
	margin-right: 0.6rem;
}

.agent-wrap .problem .title .tel button {
	font-family: "DINCond-Medium" !important;
}

.agent-wrap .problem .list li {
	margin-bottom: 1.25rem;
}

.agent-wrap .problem .list li .num {
	width: 1.75rem;
	height: 1.75rem;
	text-align: center;
	line-height: 1.75rem;
	border-radius: 50%;
	background: #ca0224;
	font-size: 0.75rem;
	color: #fff;
	left: 0;
	top: 0;
	position: absolute;
}

.agent-wrap .problem .list li .con {
	width: 92.86%;
	float: right;
	background: #fff;
	padding: 0.85rem 1.85rem 1.2rem;
	box-shadow: 0 0 10px 2px #dedede;
}

.agent-wrap .problem .list li .con .t {
	font-size: 0.75rem;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 0.8rem;
	margin-bottom: 0.45rem;
}

.agent-wrap .problem .list li .con .t span {
	color: #ca0224;
}

.agent-wrap .problem .list li .con .c {
	font-size: 0.45rem;
	line-height: 0.8rem;
}

.agent-wrap .problem .list li .con:before {
	content: '';
	width: 8px;
	height: 26px;
	position: absolute;
	left: -8px;
	top: 22px;
	background: url("../../web/img/san-l.png") no-repeat center center;
	background-size: contain;
}

.agent-wrap .problem .list li:last-child {
	margin-bottom: 0;
}

.agent-wrap .buy .info {
	padding: 0 4.25rem 3.8rem;
}

.agent-wrap .buy .info h4 {
	padding-left: 7.6rem;
}

.agent-wrap .buy .info h4:before {
	content: '';
	width: 7.3rem;
}

.agent-wrap .buy .info .title {
	margin-bottom: 1.5rem;
}

.agent-wrap .buy .info .line-box .line1 {
	width: 100%;
	height: 26.6%;
	left: 0;
	top: 0;
}

.agent-wrap .buy .info .line-box .line1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../web/img/buyline1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	left: 0;
	top: 0;
}

.agent-wrap .buy .info .line-box .line2 {
	width: 100%;
	height: 30.9%;
	left: 0;
	top: 26.5%;
}

.agent-wrap .buy .info .line-box .line2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../web/img/buyline2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	right: 0;
	top: 0;
}

.agent-wrap .buy .info .line-box .line3 {
	width: 66%;
	height: 42.3%;
	left: 0;
	bottom: 0.3%;
}

.agent-wrap .buy .info .line-box .line3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../web/img/buyline3.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	left: 0;
	top: 0;
}

.agent-wrap .buy .info .bookbtn {
	display: block;
	width: 7.15rem;
	text-align: center;
	height: 1.85rem;
	line-height: 1.85rem;
	margin: 2rem auto 0;
	font-size: 0.6rem;
	color: #fff;
	background: #d12b28;
	border-radius: 1.85rem;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.agent-wrap .buy .info .bookbtn:hover {
	box-shadow: 0 0 20px 8px #d9b2b5;
}

.agent-wrap .buy .info .tit-box .tit {
	position: absolute;
}

.agent-wrap .buy .info .tit-box .tit h3 {
	font-size: 0.55rem;
	line-height: 0.9rem;
}

.agent-wrap .buy .info .tit-box .tit span {
	font-size: 0.9rem;
}

.agent-wrap .buy .info .tit-box .icon-t {
	display: flex;
	align-items: center;
	margin-top: 0.45rem;
}

.agent-wrap .buy .info .tit-box .icon-t img {
	margin-right: 0.2rem;
}

.agent-wrap .buy .info .tit-box .tit1 {
	top: 1%;
	left: 11%;
}

.agent-wrap .buy .info .tit-box .tit1 h3 {
	padding-left: 0.3rem;
	position: relative;
}

.agent-wrap .buy .info .tit-box .tit1 h3:before {
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	left: 0;
	top: 0.3rem;
	background: #222;
	border-radius: 50%;
}

.agent-wrap .buy .info .tit-box .tit2 {
	top: 30%;
	right: 8%;
	text-align: right;
}

.agent-wrap .buy .info .tit-box .tit2 .icon-t {
	justify-content: flex-end;
}

.agent-wrap .buy .info .tit-box .tit2 .icon-t .div img {
	transform: translateY(-39%);
}

.agent-wrap .buy .info .tit-box .tit2 .icon-t .div:last-child img {
	transform: translateY(-22%);
}

.agent-wrap .buy .info .tit-box .tit3 {
	left: 13%;
	top: 56%;
}

.agent-wrap .buy .info .tit-box .tit3 h3 {
	padding-left: 0.3rem;
	position: relative;
}

.agent-wrap .buy .info .tit-box .tit3 h3:before {
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	left: 0;
	top: 0.3rem;
	background: #222;
	border-radius: 50%;
}

.agent-wrap .buy .info .tit-box .tit3 .con-t {
	margin-top: 0.45rem;
	width: 12rem;
	height: 4.65rem;
	background: #fff;
	box-sizing: border-box;
	border-top: 4px solid #d12b28;
	font-size: 0.55rem;
	line-height: 1rem;
	padding: 0.75rem 0.75rem 0;
}

.agent-wrap .buy .info .tit-box .tit3 .con-t span {
	font-size: 0.6rem;
}

.agent-wrap .buy .info .tit-box .tit4 {
	right: 1%;
	bottom: 3%;
	width: 31%;
}

.agent-wrap .buy .info .tit-box .tit4 h3 {
	padding-left: 0.3rem;
	position: relative;
}

.agent-wrap .buy .info .tit-box .tit4 h3:before {
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	left: 0;
	top: 0.3rem;
	background: #222;
	border-radius: 50%;
}

.agent-wrap .buy.line .line-box .line1 .bg {
	animation: linemove1 1s both linear 0s;
}

.agent-wrap .buy.line .line-box .line2 .bg {
	animation: linemove1 1s both linear 1s;
}

.agent-wrap .buy.line .line-box .line3 .bg {
	animation: linemove1 1s both linear 2s;
}

.agent-wrap .inline-wrap {
	padding: 2.15rem 0 6rem;
	background: #fff;
}

.agent-wrap .inline-wrap h2 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	text-align: center;
}

.agent-wrap .inline-wrap .input-wrap dd {
	margin-bottom: 6px;
}

.agent-wrap .inline-wrap .input-wrap dd.sub {
	margin-bottom: 0;
}

.agent-wrap .inline-wrap .input-wrap dd.sub .input {
	width: 86%;
}

.agent-wrap .inline-wrap .input-wrap dd.sub .sub {
	width: 13.6%;
	height: 1.75rem;
	color: #fff;
	background: #d12b28;
	cursor: pointer;
}

.agent-wrap .inline-wrap .input-wrap dd.sub .sub img {
	margin-right: 0.5rem;
}

.agent-wrap .inline-wrap .input-wrap .input {
	width: 49.9%;
	height: 1.75rem;
	line-height: 1.75rem;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	padding: 0 0.6rem 0 1.1rem;
	transition: all 0.3s ease 0s;
}

.agent-wrap .inline-wrap .input-wrap .input:hover {
	border: 1px solid #d12b28;
}

.agent-wrap .inline-wrap .input-wrap .input input {
	width: 80%;
}

.agent-wrap .inline-wrap .input-wrap .input input::-webkit-input-placeholder {
	color: #b1b1b1;
}

.agent-wrap .inline-wrap .input-wrap .input input::-moz-input-placeholder {
	color: #b1b1b1;
}

.agent-wrap .inline-wrap .input-wrap .input input::-ms-input-placeholder {
	color: #b1b1b1;
}

.agent-wrap .inline-wrap .input-wrap .input .item {
	width: 87%;
}

.agent-wrap .inline-wrap .input-wrap .input .item i {
	width: 12px;
	height: 12px;
	background: url("../../web/img/arrow-d1.png") no-repeat center center;
	background-size: contain;
}

.agent-wrap .inline-wrap .input-wrap .input .item .up {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.agent-wrap .inline-wrap .input-wrap .input .item .up span {
	color: #464344;
}

.agent-wrap .inline-wrap .input-wrap .input .item .option {
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	display: none;
	overflow: hidden;
}

.agent-wrap .inline-wrap .input-wrap .input .item .option .sfinput-box {
	max-height: 6rem;
}

.agent-wrap .inline-wrap .input-wrap .input .item .option span {
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
	display: block;
	cursor: pointer;
}

.agent-wrap .inline-wrap .input-wrap .input .item .option span:hover {
	background: #f5f5f5;
}

.agent-wrap .inline-wrap .input-wrap .input .item .option span:last-child {
	border-bottom: none;
}

.agent-wrap .inline-wrap .input-wrap .input.lux input {
	width: 70%;
}

.agent-wrap .inline-wrap .title-t {
	font-size: 0.6rem;
	margin: 0.8rem 0 0.4rem;
}

.agent-wrap .inline-wrap .item-wrap {
	margin-top: 6px;
	border: 1px solid #d12b28;
	padding: 1.5rem 1.25rem 1rem;
	margin-bottom: 0.45rem;
}

.agent-wrap .inline-wrap .item-wrap .list li {
	width: 12%;
	margin: 0 0.5% 1.5% 0;
	font-size: 0.375rem font-weight: bold;
	cursor: pointer;
}

.agent-wrap .inline-wrap .item-wrap .list li .t {
	margin-top: 0.2rem;
}

@media(max-width: 767px) {
	.agent-wrap .inline-wrap .item-wrap .list li .t {
		margin-top: 0.05rem;
	}
}

.agent-wrap .inline-wrap .item-wrap .list li span {
	display: block;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 37px;
	font-size: 13px;
	line-height: 1.4;
}

.agent-wrap .inline-wrap .item-wrap .list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.agent-wrap .inline-wrap .item-wrap .list li .img {
	cursor: pointer;
	position: relative;
	height: 3rem;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.agent-wrap .inline-wrap .item-wrap .list li .img img {
	max-height: 100%;
}

.agent-wrap .inline-wrap .item-wrap .list li .img .big {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/*.agent-wrap .inline-wrap .item-wrap .list li .imgg{
  position: relative;
  z-index: 3;
  }*/
.agent-wrap .inline-wrap .item-wrap .list li .img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index: 1;
	-display: none;
}

.agent-wrap .inline-wrap .item-wrap .list li .img:hover:before {
	opacity: 1;
}

.agent-wrap .inline-wrap .item-wrap .list li .img:hover .big {
	display: none;
}

.agent-wrap .inline-wrap .item-wrap .list li .img:after {
	-display: none;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 3px solid #d12b28;
	z-index: 2;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
	opacity: 0;
}

.agent-wrap .inline-wrap .item-wrap .list li .icon {
	cursor: pointer;
	right: 0;
	top: 8%;
	transform: translateY(-0%);
	display: flex;
	align-items: center;
}

@media(max-width: 767px) {
	.agent-wrap .inline-wrap .item-wrap .list li .icon {
		top: 15%;
	}
}

.agent-wrap .inline-wrap .item-wrap .list li .icon .a {
	display: none;
}

.agent-wrap .inline-wrap .item-wrap .list li.red {
	color: #d12b28;
}

.agent-wrap .inline-wrap .item-wrap .list li.red .img:after {
	opacity: 1;
}

.agent-wrap .inline-wrap .item-wrap .list li.red .icon .a {
	display: block;
}

.agent-wrap .inline-wrap .item-wrap .list li.red .icon img {
	display: none;
}

.agent-wrap .inline-wrap .item-wrap .list li:nth(8n) {
	margin-right: 0;
}

.agent-wrap .inline-wrap .item-wrap .itemmore {
	cursor: pointer;
	font-size: 0.4rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.agent-wrap .inline-wrap .item-wrap .itemmore i {
	width: 18px;
	height: 12px;
	background: url("../../web/img/arrow-d2.png") no-repeat center center;
	background-size: contain;
	margin-left: 0.15rem;
}

.agent-wrap .inline-wrap .choose {
	width: 100%;
	line-height: 2rem;
	margin-bottom: 0.45rem;
	background: #d12b28;
	box-sizing: border-box;
	padding: 0 1.25rem;
	font-size: 0.55rem;
	color: #fff;
}

/* .agent-wrap .inline-wrap .input-wrap.full{
  	margin-bottom: 2rem;
  	}*/
.agent-wrap .inline-wrap .hiddeninput-box {
	margin: 1rem 0;
	display: block;
	overflow: hidden;
}

.agent-wrap .inline-wrap .input-wrap.full .input {
	width: 100%;
}

.agent-wrap .inline-wrap .choose .ch-list {
	line-height: 2rem;
}

.agent-wrap .inline-wrap .choose .ch-list span {
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.agent-wrap .inline-wrap .choose .ch-list span:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: url('../../web/img/close-btn.png')no-repeat center center;
	background-size: contain;
	right: -0.2rem;
	top: -0.2rem;
}

.agent-wrap .inline-wrap .choose .span {
	height: 2rem;
	line-height: 2rem;
}

.agent-wrap .inline-wrap .remark {
	box-sizing: border-box;
	border: 1px solid #c2c2c2;
	padding: 0.9rem 1.4rem;
	margin-bottom: 0.6rem;
	transition: all 0.3s ease 0s;
}

.agent-wrap .inline-wrap .remark:hover {
	border: 1px solid #d12b28;
}

.agent-wrap .inline-wrap .remark .con-t {
	width: 90%;
}

.agent-wrap .inline-wrap .remark .con-t textarea {
	width: 100%;
	min-height: 2rem;
}

.agent-wrap .inline-wrap .code-b .input {
	width: 8rem;
	height: 1.75rem;
	line-height: 1.75rem;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	padding: 0 0.6rem;
	transition: all 0.3s ease 0s;
	position: relative;
}

.agent-wrap .inline-wrap .code-b .input:hover {
	border: 1px solid #d12b28;
}

.agent-wrap .inline-wrap .code-b .input input {
	width: 45%;
}

.agent-wrap .inline-wrap .code-b .input input::-webkit-input-placeholder {
	color: #b1b1b1;
}

.agent-wrap .inline-wrap .code-b .input input::-moz-input-placeholder {
	color: #b1b1b1;
}

.agent-wrap .inline-wrap .code-b .input input::-ms-input-placeholder {
	color: #b1b1b1;
}

.agent-wrap .inline-wrap .code-b .input img {
	cursor: pointer;
	position: absolute;
	right: 0.6rem;
	top: 50%;
	transform: translateY(-50%);
}

.agent-wrap .inline-wrap .remasub {
	width: 3.95rem;
	text-align: center;
	height: 1.35rem;
	line-height: 1.35rem;
	background: #d12b28;
	color: #fff;
	font-size: 0.35rem;
	border-radius: 1.35rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
}

.agent-wrap .inline-wrap .remasub:hover {
	box-shadow: 0 0 20px 8px #d9b2b5;
}

#bigimg {
	display: none;
}

.tc-wrap {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: -1;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.tc-wrap.show {
	z-index: 999;
	opacity: 1;
	visibility: visible;
}

.pop_de-wrap {
	width: 53.64%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

@media(max-width: 767px) {
	.pop_de-wrap {
		top: 44%;
	}
}

.pop_de-wrap .info {
	width: 100%;
	height: 9rem;
}

.pop_de-wrap .info .img {
	width: 49.4%;
	height: 100%;
	background-size: contain !important;
}

.pop_de-wrap .info .con {
	width: 49.4%;
	min-height: 100%;
	height: auto;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 0.6rem;
	padding-top: 0.2rem;
}

.pop_de-wrap .info .con .item {
	height: auto;
	line-height: 1.6;
	font-size: 0.45rem;
	color: #fff;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	display: flex;
	padding: 0.3rem 0;
}

.pop_de-wrap .info .con .item span:last-child {
	width: 70%;
	display: inline-block;
	word-break: break-word;
}

.pop_de-wrap .info .con .item:last-child {
	border-bottom: none;
}

.pop_de-wrap .info-tit {
	margin-top: 1.75rem;
	color: #fff;
}

.pop_de-wrap .info-tit h1 {
	font-size: 0.925rem;
	color: #fff;
}

.pop_de-wrap .info-tit .car {
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	padding: 0.3rem 0.5rem;
	color: #fff;
	background: #d12b28;
	cursor: pointer;
}

.pop_de-wrap .info-tit .close-i {
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 50%;
	background: #d12b28;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.pop_de-wrap .info-tit .num-count {
	right: 6rem;
	top: 50%;
	transform: translateY(-50%);
}

.pop_de-wrap .info-tit .num-count span {
	margin-right: 0.15rem;
}

.pop_de-wrap .info-tit .num-count input {
	border: 1px solid #fff;
	width: 2rem;
	background: none;
}

@media(max-width: 767px) {
	.pop_de-wrap .info-tit .num-count {
		right: 3.2rem;
	}

	.pop_de-wrap .info-tit .num-count input {
		width: 1rem;
	}
}

.pop_de-wrap.show {
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}

.login-wrap {
	width: 64.6%;
	background: #fff;
	position: fixed;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	padding: 1.25rem 2.25rem 2.5rem;
	font-size: 0.45rem;
	transition: all 0.3s ease 0s;
}

.login-wrap .closebtn {
	right: 1rem;
	top: 0.5rem;
	cursor: pointer;
}

.login-wrap h2 {
	font-size: 0.9rem;
	text-align: center;
}

.login-wrap .title {
	margin-bottom: 0.9rem;
}

.login-wrap .title .tit {
	top: 0;
	right: 0;
	font-size: 0.45rem;
}

.login-wrap .title .tit span {
	color: #b6b6b6;
}

.login-wrap .title .tit .span {
	color: #d12b28;
	cursor: pointer;
}

.login-wrap .title .tit .span:hover {
	text-decoration: underline;
}

.login-wrap dt {
	margin-bottom: 0.35rem;
	width: 100%;
}

.login-wrap dt:last-child {
	margin-bottom: 0;
}

.login-wrap .input {
	width: 49.4%;
	border: 1px solid #b7b7b7;
	height: 1.6rem;
	line-height: 1.6rem;
	border-radius: 1.6rem;
	box-sizing: border-box;
	padding: 0 0.9rem;
	position: relative;
	transition: all 0.3s ease 0s;
}

.login-wrap h4 {
	font-size: 0.4rem;
	text-align: center;
	margin-top: 1rem;
	color: #666;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.login-wrap .input .sfinput-box {
	height: 4rem;
}

.login-wrap .input:hover {
	border: 1px solid #d12b28;
}

.login-wrap .input input {
	width: 76%;
}

.login-wrap .input .code {
	width: 60%;
}

.login-wrap .input img {
	cursor: pointer;
	max-width: 3rem;
	max-height: 1.5rem;
	position: absolute;
	right: 0.9rem;
	top: 50%;
	transform: translateY(-50%);
}

.login-wrap .input.sub {
	padding: 0;
	border: none;
}

.login-wrap .input.sub input {
	width: 100%;
	height: 100%;
	background: #d12b28;
	color: #fff;
	border-radius: 1.6rem;
	transform: translateY(-1px);
	transition: all 0.3s ease 0s;
}

.login-wrap .input.sub input:hover {
	background: #222;
}

.login-wrap .item {
	width: 86%;
	position: relative;
	z-index: 9;
}

.login-wrap .item .up {
	cursor: pointer;
	width: 100%;
}

.login-wrap .item .up i {
	width: 12px;
	height: 12px;
	background: url("../../web/img/arrow-d1.png") no-repeat center center;
	background-size: contain;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.login-wrap .item .option {
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	display: none;
}

.login-wrap .item .option span {
	display: block;
	width: 100%;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.login-wrap .item .option span:hover {
	background: #f5f5f5;
}

.login-wrap .item .option span:last-child {
	border-bottom: none;
}

.login-wrap.show {
	z-index: 1100;
	opacity: 1;
	top: 50%;
	visibility: visible;
}

.about-wrap {
	background: #f0f0f0;
}

.about-wrap h1 {
	font-size: 1.5rem;
}

.about-wrap h4 {
	font-size: 0.45rem;
	padding-left: 3.25rem;
	position: relative;
	margin-top: 0.25rem;
}

.about-wrap h4:before {
	content: '';
	width: 3rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dcdcdc;
}

.about-wrap .about {
	padding-bottom: 5.5rem;
}

.about-wrap .about .title {
	color: #231f20;
	margin-bottom: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-wrap .about .title h1 {
	font-size: 1.5rem;
	color: #231f20;
}

.about-wrap .about .title h4 {
	padding-left: 4.85rem;
}

.about-wrap .about .title h4:before {
	content: '';
	width: 4.5rem;
}

.about-wrap .about .title .le {
	position: relative;
}

.about-wrap .about .title .le:before {
	content: '';
	width: 1px;
	height: 80%;
	position: absolute;
	right: -1.7rem;
	top: 50%;
	transform: translateY(-50%);
	background: #c0c0c0;
}

.about-wrap .about .title .con-t {
	width: 72.8%;
	font-size: 0.45rem;
}

.about-wrap .about .info {
	width: 100%;
	-height: 17rem;
}

.about-wrap .about .info .line {
	width: 91%;
	height: 25.88%;
	left: 4.5%;
	top: 27%;
}

.about-wrap .about .info .line .bg {
	position: absolute;
	width: 0%;
	height: 0%;
	background-image: url("../../web/img/about-line.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	left: 0;
	top: 0;
}

.about-wrap .about .info .con-t {
	display: flex;
}

.about-wrap .about .info .con-t span {
	font-size: 0.45rem;
}

.about-wrap .about .info .con-t .num {
	font-size: 1.5rem;
	margin-right: 0.2rem;
	transform: translateY(0.3rem);
}

.about-wrap .about .info .con1 {
	left: 0;
	top: 15%;
}

.about-wrap .about .info .con2 {
	left: 24%;
	top: 48%;
}

.about-wrap .about .info .con3 {
	left: 53%;
	top: 34%;
}

.about-wrap .about .info .con4 {
	right: 13%;
	top: 41%;
}

.about-wrap .about .info-t {
	margin-top: 0.7rem;
	width: 100%;
	height: 13.25rem;
	background: #fff;
}

.about-wrap .about .info-t .le {
	width: 50%;
	height: 100%;
}

.about-wrap .about .info-t .ri {
	width: 50%;
	height: 100%;
	padding: 0 1.5rem;
	font-size: 0.375rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-wrap .about.line .info .line .bg {
	animation: linemove1 2s both ease 0s;
}

.about-wrap .develop {
	position: relative;
}

.about-wrap .develop .center-item {
	width: 4.75rem;
	background: #d12b28;
	left: 50%;
	transform: translateX(-50%);
	padding: 3rem 0 7.5rem;
}

.about-wrap .develop .center-item h1 {
	font-size: 2.15rem;
	color: #fff;
	margin-bottom: 0.45rem;
}

.about-wrap .develop .center-item li {
	margin-bottom: 1.4rem;
}

.about-wrap .develop .center-item li:nth-child(even) {
	text-align: right;
}

.about-wrap .develop .center-item li:nth-child(even) .line-b {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.about-wrap .develop .center-item li:last-child {
	margin-bottom: 0;
}

.about-wrap .develop .center-item .line {
	width: 9px;
	height: 2px;
	background: #222;
	margin-bottom: 0.45rem;
}

.about-wrap .develop .center-item .line.cur {
	width: 18px;
	height: 3px;
	background: #fff;
}

.about-wrap .develop .center-item .line:last-child {
	margin-bottom: 0;
}

.about-wrap .develop .itemlist {
	padding: 3.2rem 0 7.4rem;
}

.about-wrap .develop .itemlist li {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
}

.about-wrap .develop .itemlist li .con-t {
	float: left;
	text-align: right;
	width: 41.7%;
}

.about-wrap .develop .itemlist li .img {
	float: right;
	width: 41.7%;
}

.about-wrap .develop .itemlist li:last-child {
	margin-bottom: 0;
}

.about-wrap .develop .itemlist li:nth-child(even) .con-t {
	float: right;
	text-align: left;
}

.about-wrap .develop .itemlist li:nth-child(even) .img {
	float: left;
	display: flex;
	justify-content: flex-end;
}

.about-wrap .develop:before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 4.75rem;
	background: #d12b28;
	left: 50%;
	transform: translateX(-50%);
}

.about-wrap .member {
	padding-bottom: 5rem;
}

.about-wrap .member .title {
	margin-bottom: 1.9rem;
}

.about-wrap .member .title h4 {
	padding-left: 4.4rem;
}

.about-wrap .member .title h4:before {
	content: '';
	width: 4.1rem;
}

.about-wrap .member li {
	width: 100%;
	height: 12.8rem;
	margin-bottom: 2rem;
}

.about-wrap .member li .img {
	width: 50%;
	height: 100%;
	float: left;
}

.about-wrap .member li .con-t {
	width: 50%;
	height: 100%;
	float: right;
	padding-left: 1.4rem;
	padding-top: 0.8rem;
}

.about-wrap .member li .con-t h2 {
	font-size: 0.9rem;
	margin-bottom: 0.6rem;
}

.about-wrap .member li .con-t .scroll-box {
	height: 10rem;
	font-size: 0.375rem;
	color: #555;
}

.about-wrap .member li .readmore {
	text-align: center;
	display: none;
	margin-top: 0.2rem;
}

.about-wrap .member li:last-child {
	margin-bottom: 0;
}

.about-wrap .member li:nth-child(even) .img {
	float: right;
}

.about-wrap .member li:nth-child(even) .con-t {
	float: left;
	padding-right: 1.4rem;
	padding-left: 0;
}

.about-wrap .news {
	padding-bottom: 3.5rem;
}

.about-wrap .news .title {
	position: relative;
	z-index: 99;
	margin-bottom: 1.25rem;
}

.about-wrap .news .title h4 {
	padding-left: 4.8rem;
}

.about-wrap .news .title h4:before {
	width: 4.5rem;
}

.about-wrap .news .title .item {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.about-wrap .news .title .item .up {
	width: 4.85rem;
	height: 2.15rem;
	background: #d12b28;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.about-wrap .news .title .item .up span {
	font-size: 0.6rem;
	color: #fff;
}

.about-wrap .news .title .item .up span a {
	color: #fff;
}

.about-wrap .news .title .item .up i {
	width: 18px;
	height: 8px;
	margin-left: 1.5rem;
	background: url("../../web/img/arrow-dw.png") no-repeat center center;
	background-size: contain;
}

.about-wrap .news .title .item .option {
	width: 100%;
	background: #fff;
	z-index: 99;
	display: none;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}

.about-wrap .news .title .item .option span {
	background: #f5f5f5;
	display: block;
	height: 1.4rem;
	line-height: 1.4rem;
	border-bottom: 1px solid #dcdcdc;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	font-size: 0.5rem;
	box-sizing: border-box;
	padding: 0 1rem;
}

.about-wrap .news .title .item .option span:hover {
	background: #fff;
}

.about-wrap .news .title .item .option span:last-child {
	border-bottom: none;
}

.about-wrap .news .list {
	width: 100%;
	margin-bottom: 1.8rem;
}

.about-wrap .news .list li {
	width: 24.4%;
	height: 12rem;
	margin: 0 0.8% 0.8% 0;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 0 10px 2px #dedede;
}

.about-wrap .news .list li .img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 53.36%;
}

.about-wrap .news .list li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.about-wrap .news .list li .t {
	font-size: 0.35rem;
	margin-bottom: 0.3rem;
}

.about-wrap .news .list li h3 {
	color: #222;
	line-height: 0.85rem;
	font-size: 0.55rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.6rem;
	margin-bottom: 0.5rem;
}

.about-wrap .news .list li p {
	font-size: 0.375rem;
}

.about-wrap .news .list li .con-t {
	width: 100%;
	padding: 0.5rem 1.15rem 1.9rem;
	color: #555;
}

.about-wrap .news .list li .con-t .p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.4rem;
}

.about-wrap .news .list li .line {
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.about-wrap .news .list li .line1 {
	width: 0%;
	height: 5px;
	background: #ca0224;
	left: 0;
	top: 0;
}

.about-wrap .news .list li .line2 {
	width: 5px;
	height: 0%;
	background: #ca0224;
	left: 0;
	top: 0;
}

.about-wrap .news .list li .line3 {
	width: 0%;
	height: 5px;
	background: #ca0224;
	left: 0;
	bottom: 0;
}

.about-wrap .news .list li .line4 {
	width: 5px;
	height: 0%;
	background: #ca0224;
	right: 0;
	top: 0;
}

.about-wrap .news .list li:hover img {
	transform: scale(1.05);
}

.about-wrap .news .list li:hover .line1 {
	width: 100%;
}

.about-wrap .news .list li:hover .line2 {
	height: 100%;
}

.about-wrap .news .list li:hover .line3 {
	width: 100%;
}

.about-wrap .news .list li:hover .line4 {
	height: 100%;
}

.about-wrap .news .list li.text {
	padding: 1.5rem 1.15rem 0;
}

.about-wrap .news .list li.text .t {
	color: #555;
}

.about-wrap .news .list li.text p {
	color: #555;
}

.about-wrap .news .list li.text h3 {
	color: #222;
}

.about-wrap .news .list li.text .scroll-box {
	height: 6rem;
}

.about-wrap .news .list li:nth-child(4n) {
	margin-right: 0;
}

.about-wrap .detail {
	position: relative;
}

.about-wrap .detail h2 {
	font-size: 1.05rem;
}

.about-wrap .detail .con-main {
	width: 64.06%;
	padding-left: 13.5%;
	padding-bottom: 2rem;
}

.about-wrap .detail .con-main .con {
	box-sizing: border-box;
	padding-right: 1.25rem;
	padding-top: 2rem;
}

.about-wrap .detail .con-main .con .con-t {
	font-family: "NotoSansHans-Medium" !important;
	font-size: 0.45rem;
	line-height: 0.85rem;
	padding-bottom: 1rem;
}

.about-wrap .detail .con-main .con .title {
	margin-bottom: 0.75rem;
}

.about-wrap .detail .con-main .con h2 {
	margin-bottom: 0.2rem;
}

.about-wrap .detail .con-main .con .t {
	font-size: 0.45rem;
	color: #555;
}

.about-wrap .detail .con-main .con .page-b {
	padding-top: 0.75rem;
	border-top: 1px solid #dadada;
	font-size: 0.55rem;
}

.about-wrap .detail .con-main .con .page-b .p {
	margin-bottom: 0.25rem;
}

.about-wrap .detail .con-main .con .page-b .backlist {
	right: 0;
	top: 0.85rem;
}

.about-wrap .detail .con-main .con .page-b .backlist a {
	display: block;
	width: 4rem;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	border: 2px solid #222;
	font-size: 0.45rem;
}

.about-wrap .detail .con-main .con .page-b .backlist a:hover {
	background: #222;
	color: #fff;
}

.about-wrap .detail .list-w {
	width: 35.94%;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	padding-left: 1.25rem;
	padding-top: 2rem;
	position: relative;
	z-index: 2;
	border-top: 2px solid #f0f0f0;
}

.about-wrap .detail .list-w h2 {
	margin-bottom: 0.75rem;
}

.about-wrap .detail .list-w li {
	width: 9.75rem;
	margin-bottom: 2rem;
}

.about-wrap .detail .list-w li .img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 52.3%;
	margin-bottom: 0.6rem;
}

.about-wrap .detail .list-w li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.about-wrap .detail .list-w li .img-t {
	color: #555;
}

.about-wrap .detail .list-w li .img-t .t {
	font-size: 0.35rem;
	margin-bottom: 0.5rem;
}

.about-wrap .detail .list-w li .img-t h3 {
	color: #222;
	font-size: 0.55rem;
	transition: all 0.3s ease 0s;
	margin-bottom: 0.4rem;
}

.about-wrap .detail .list-w li .img-t p {
	font-size: 0.375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.4rem;
}

.about-wrap .detail .list-w li:hover img {
	transform: scale(1.05);
}

.about-wrap .detail .list-w li:hover h3 {
	color: #ca0224;
}

.about-wrap .detail:before {
	content: '';
	width: 35.94%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 1;
}

.about-wrap .contact {
	padding-bottom: 4.5rem;
}

.about-wrap .contact .title {
	margin-bottom: 1.5rem;
}

.about-wrap .contact .title h4 {
	padding-left: 3.85rem;
}

.about-wrap .contact .title h4:before {
	width: 3.55rem;
}

.about-wrap .contact .title .tel {
	width: 8rem;
	height: 2.15rem;
	background: #d12b28;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.6rem;
	color: #fff;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.about-wrap .contact .title .tel .a {
	display: none;
}

.about-wrap .contact .title .tel .icon {
	margin-right: 0.6rem;
}

.about-wrap .contact .title .tel button {
	font-family: "DINCond-Medium" !important;
}

/*.about-wrap .contact .title .tel:hover {
  color: #222;
}
.about-wrap .contact .title .tel:hover img {
  display: none;
}
.about-wrap .contact .title .tel:hover .a {
  display: block;
  }*/
.about-wrap .contact .map {
	margin-bottom: 3rem;
}

.about-wrap .contact .map .list {
	z-index: 99;
	top: 12%;
	left: 5%;
}

.about-wrap .contact .map .list li {
	width: 13.25rem;
	margin-bottom: 3px;
}

.about-wrap .contact .map .list li:last-child {
	margin-bottom: 0;
}

.about-wrap .contact .map .list li.cur .up {
	background: #d12b28;
	color: #fff;
}

.about-wrap .contact .map .list li.cur .up i {
	background: url("../../web/img/arrow-t.png") no-repeat center center;
	background-size: contain;
}

.about-wrap .contact .map .list .up {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.5rem;
	background: #fff;
	padding: 0 0.9rem;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.about-wrap .contact .map .list .up i {
	width: 18px;
	height: 10px;
	background: url("../../web/img/arrow-d2.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.9rem;
	display: none;
}

.about-wrap .contact .map .list .up:hover {
	background: #d12b28;
	color: #fff;
}

.about-wrap .contact .map .list .up:hover i {
	background: url("../../web/img/arrow-t.png") no-repeat center center;
	background-size: contain;
}

.about-wrap .contact .map .list .option {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 0.4rem 0.9rem;
	color: #555;
	font-size: 0.45rem;
	display: none;
}

.about-wrap .contact .input h4 {
	padding-left: 4.15rem;
}

.about-wrap .contact .input h4:before {
	width: 3.85rem;
}

.about-wrap .contact .input .title-i {
	left: 0;
	top: 0;
	width: 19%;
}

.about-wrap .contact .input .title-i p {
	margin-top: 0.3rem;
}

.about-wrap .contact .input .input-b {
	width: 77.38%;
}

.about-wrap .contact .input .input-b span {
	font-size: 0.55rem;
}

.about-wrap .contact .input .input-b dd {
	width: 100%;
	margin-bottom: 0.25rem;
}

.about-wrap .contact .input .input-b dd .input-box {
	width: 49.63%;
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	box-sizing: border-box;
	padding: 0 1.23rem;
	border: 1px solid #fff;
	position: relative;
}

.about-wrap .contact .input .input-b dd .input-box input {
	font-size: 0.5rem;
	width: 80%;
}

.about-wrap .contact .input .input-b dd .input-box .code {
	width: 60%;
}

.about-wrap .contact .input .input-b dd .input-box img {
	cursor: pointer;
	max-width: 3rem;
	max-height: 1.5rem;
	position: absolute;
	right: 1.23rem;
	top: 50%;
	transform: translateY(-50%);
}

.about-wrap .contact .input .input-b dd .input-box:hover {
	border: 1px solid #d12b28;
}

.about-wrap .contact .input .input-b dd .sub {
	padding: 0;
}

.about-wrap .contact .input .input-b dd .sub input {
	width: 100%;
	height: 100%;
	background: #d12b28;
	color: #fff;
	font-size: 0.45rem;
}

.about-wrap .contact .input .input-b dd .sub:hover {
	border: 1px solid #222;
}

.about-wrap .contact .input .input-b dd .sub:hover input {
	background: #222;
}

.about-wrap .contact .input .input-b .pstit {
	box-sizing: border-box;
	padding: 0.75rem 1.23rem;
	border: 1px solid #fff;
}

.about-wrap .contact .input .input-b .pstit:hover {
	border: 1px solid #d12b28;
}

.about-wrap .contact .input .input-b .pstit textarea {
	width: 90%;
	min-height: 2rem;
	font-size: 0.45rem;
}

.about-wrap .contact .input .input-b dd:last-child {
	margin-bottom: 0;
}

.about-wrap .contact .input .input-b .pstit {
	width: 100%;
	background: #fff;
	margin-bottom: 0.4rem;
}

.page {
	width: 100%;
	height: 1.495rem;
	line-height: 1.495rem;
	background: #fff;
	display: flex;
	justify-content: center;
}

.page .pagination a {
	display: inline-block;
	width: auto;
	height: 0.75rem;
	margin: 0 0.1rem;
	line-height: 0.75rem;
	text-align: center;
	padding: 0 0.3rem;
}

.page .pagination a:hover {
	color: #fff;
	background: #ca0224;
}

.page .pagination a.active {
	color: #fff;
	background: #ca0224;
}

.page .pagination .prev {
	position: relative;
	width: auto;
	font-size: 0.35rem;
	display: inline-block;
}

.pagination {
	margin: 0;
}

.page .pagination .prev:hover {
	color: #fff;
}

.page .pagination {
	position: relative;
}

.page .pagination .next {
	position: relative;
	width: auto;
	font-size: 0.35rem;
	display: inline-block;
}

.page .pagination .next:hover {
	color: #fff;
}

#map {
	border: 5px solid #fff;
	box-sizing: border-box;
}

.search-wrap {
	background: #f0f0f0;
	padding: 2rem 0 4rem;
}

.search-wrap .search .tab {
	margin-bottom: 1rem;
}

.search-wrap .search .tab-list {
	border-bottom: 1px solid #dcdcdc;
	margin-top: 0.8rem;
	padding-bottom: 0.3rem;
}

.search-wrap .search .tab-list a {
	font-size: 0.6rem;
	position: relative;
	color: #222;
}

.search-wrap .search .tab-list a:before {
	transition: all 0.3s ease 0s;
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	right: 50%;
	bottom: -50%;
	background: #000;
}

.search-wrap .search .tab-list li {
	cursor: pointer;
	margin-right: 1rem;
}

.search-wrap .search .tab-list li:hover a:before {
	width: 100%;
	right: 0;
}

.search-wrap .search .tab-list li.cur a:before {
	width: 100%;
	right: 0;
}

.search-wrap .search .wrap .list {
	width: 100%;
	margin-bottom: 1.5rem;
}

.search-wrap .search .wrap .list li {
	width: 24.4%;
	height: 12rem;
	margin: 0 0.8% 0.8% 0;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 0 10px 2px #dedede;
}

.search-wrap .search .wrap .list li.pro {
	height: 10rem;
}

.search-wrap .search .wrap .list li .img {
	width: 100%;
	height: 5rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	-padding-bottom: 53.36%;
}

.search-wrap .search .wrap .list li .img img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	-left: 0;
	-top: 0;
	transition: all 0.3s ease 0s;
}

.search-wrap .search .wrap .list li .t {
	font-size: 0.35rem;
	margin-bottom: 0.3rem;
}

.search-wrap .search .wrap .list li h3 {
	color: #222;
	line-height: 0.85rem;
	font-size: 0.55rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.6rem;
	margin-bottom: 0.5rem;
}

.search-wrap .search .wrap .list li p {
	font-size: 0.375rem;
}

.search-wrap .search .wrap .list li .con-t {
	width: 100%;
	padding: 0.5rem 1.15rem 1.9rem;
	color: #555;
}

.search-wrap .search .wrap .list li .con-t .p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.4rem;
}

.search-wrap .search .wrap .list li:hover img {
	transform: scale(1.05);
}

.search-wrap .search .wrap .list li.text {
	padding: 1.5rem 1.15rem 0;
}

.search-wrap .search .wrap .list li.text .t {
	color: #555;
}

.search-wrap .search .wrap .list li.text p {
	color: #555;
}

.search-wrap .search .wrap .list li.text h3 {
	color: #222;
}

.search-wrap .search .wrap .list li.text .scroll-box {
	height: 6rem;
}

.search-wrap .search .wrap .list li:nth-child(4n) {
	margin-right: 0;
}

@media (max-width: 1024px) {
	.header-wrap {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1222;
		background: #fff;
	}

	.header-wrap .header {
		height: 2.8rem;
	}

	.header-wrap .header .logo a {
		height: 2.8rem;
		line-height: 2.8rem;
	}

	.header-wrap .header .logo a img {
		width: 5rem;
	}

	.header-wrap .header .ri-tab {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.header-wrap .header .ri-tab .pc-search {
		display: none;
	}

	.header-wrap .header .ri-tab .m-search {
		display: block;
		display: flex;
		align-items: center;
	}

	.header-wrap .header .ri-tab .m-search .icon-s {
		width: 0.8rem;
	}

	.header-wrap .header .ri-tab .m-search .m-btn {
		width: 22px;
		height: 22px;
		cursor: pointer;
		margin-left: 0.5rem;
		position: relative;
	}

	.header-wrap .header .ri-tab .m-search .m-btn .line {
		width: 22px;
		height: 2px;
		background: #000;
		left: 0;
		top: 0;
		position: absolute;
	}

	.header-wrap .header .ri-tab .m-search .m-btn .line1 {
		transform-origin: left bottom 0;
	}

	.header-wrap .header .ri-tab .m-search .m-btn .line2 {
		top: 8px;
	}

	.header-wrap .header .ri-tab .m-search .m-btn .line3 {
		top: 16px;
		transform-origin: left top 0;
	}

	.header-wrap .header .pc-list {
		display: none;
	}

	.header-wrap .msub-list {
		background: #fff;
		border-top: 1px solid #d7d7d7;
		top: 3.8rem;
		visibility: visible;
		position: absolute;
		width: 100%;
		left: 0;
	}

	.header-wrap .msub-list .list-wrap {
		padding: 1rem 0;
	}

	.header-wrap .msub-list .list-wrap .list li a {
		color: #fff;
	}

	.header-wrap .msub-list .list-wrap .list li dt {
		font-weight: normal;
		height: 3rem;
		line-height: 3rem;
		box-sizing: border-box;
		padding: 0 4%;
		position: relative;
	}

	.header-wrap .msub-list .list-wrap .list li dt:before {
		content: '';
		width: 92%;
		height: 1px;
		position: absolute;
		right: 4%;
		bottom: 0;
		background: #d7d7d7;
	}

	.header-wrap .msub-list .list-wrap .list li dt a {
		font-size: 0.7rem;
		display: inline-block;
		width: 80%;
		color: #000;
		font-weight: bold;
	}

	.header-wrap .msub-list .list-wrap .list li dt .icon {
		right: 2rem;
		top: 0;
		transition: all 0.5s ease 0s;
	}

	.header-wrap .msub-list .list-wrap .list li dd {
		display: none;
		font-weight: normal;
		box-sizing: border-box;
		padding: 0 4%;
		height: 2.4rem;
		line-height: 2.4rem;
		position: relative;
	}

	.header-wrap .msub-list .list-wrap .list li dd a {
		font-size: 0.56rem;
		display: inline-block;
		width: 100%;
		color: #222;
		box-sizing: border-box;
		padding-left: 4%;
	}

	.header-wrap .msub-list .list-wrap .list li dd:last-child {
		position: relative;
	}

	.header-wrap .msub-list .list-wrap .list li dd:last-child:before {
		content: '';
		width: 92%;
		height: 1px;
		position: absolute;
		right: 4%;
		bottom: 0;
		background: #d7d7d7;
	}

	.header-wrap .msub-list .list-wrap .list li:last-child {
		border: none;
	}

	.header-wrap .msub-list .list-wrap .list li:last-child dt {
		border: none;
	}

	.header-wrap .msub-list .list-wrap .list li:last-child dt:before {
		display: none;
	}

	.header-wrap .msub-list .list-wrap .list li.cur .icon {
		transform: rotate(180deg);
	}

	.msearch-wrap {
		display: block;
		width: 100vw;
		height: 100vh;
		z-index: 99;
		background: rgba(0, 0, 0, 0.95);
		left: 0;
		top: 0;
	}

	.msearch-wrap .img {
		right: 4%;
		top: 5%;
	}

	.msearch-wrap .form-wrap {
		width: 92%;
		left: 4%;
		top: 40%;
	}

	.msearch-wrap .form-wrap form {
		width: 100%;
		height: 2rem;
		background: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding: 0 4%;
	}

	.msearch-wrap .form-wrap form .text {
		width: 80%;
		color: #222;
	}

	.msearch-wrap .form-wrap form .sub {
		width: 0.65rem;
		height: 0.65rem;
		background: url("../../web/img/search-m.png") no-repeat center center;
		background-size: contain;
	}

	.header-wrap.fix {
		position: fixed;
		z-index: 112;
		width: 100%;
		top: 0;
		left: 0;
	}

	.footer-wrap {
		background: #313131;
		position: relative;
	}

	.footer-wrap:before {
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 2.1rem;
		background: rgba(255, 255, 255, 0.2);
	}

	.footer-wrap .footer {
		color: #fff;
	}

	.footer-wrap .footer a {
		color: #fff;
	}

	.footer-wrap .footer a:hover {
		color: #ca0224;
	}

	.footer-wrap .footer .top {
		box-sizing: border-box;
		padding: 2rem 0.9rem;
	}

	.footer-wrap .footer .info {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}

	.footer-wrap .footer .info .img {
		margin-bottom: 0.7rem;
	}

	.footer-wrap .footer .info p {
		margin-bottom: 0.4rem;
	}

	.footer-wrap .footer .ri {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-wrap .footer .ri .pc-list {
		display: none;
	}

	.footer-wrap .footer .ri .code {
		width: 100%;
		text-align: center;
	}

	.footer-wrap .footer .copyright {
		border-top: none;
	}

	.footer-wrap .footer .copyright .le {
		width: 100%;
		text-align: center;
		font-size: 0.375rem;
	}

	.footer-wrap .footer .copyright .link {
		display: none;
	}

	.m-shadow {
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.3);
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease 0s;
	}

	.m-shadow.show {
		z-index: 11;
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeup {
	animation: fadeup 0.6s ease 0.1s both !important;
}

@keyframes linemove1 {
	0% {
		width: 0%;
		height: 100%;
	}

	100% {
		width: 100%;
		height: 100%;
	}
}

@keyframes linemove2 {
	0% {
		width: 0%;
		height: 100%;
	}

	100% {
		width: 100%;
		height: 100%;
	}
}

/*新增*/
.other-wrap .link-b {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.other-wrap .link-b .links {
	display: block;
	width: 3.8rem;
	height: 1.45rem;
	line-height: 1.45rem;
	border-radius: 1.45rem;
	background: #ca0224;
	text-align: center;
	font-size: 0.45rem;
	color: #fff;
}

.other-wrap .link-b .links:hover {
	background: #222;
}

.userde-wrap.other {
	padding: 2.5rem 0 0;
}

.userde-wrap .other-wrap {
	padding: 1rem 0 2.5rem;
}

.userde-wrap .other-wrap.last {
	background: #f2f2f2;
	padding: 3rem 0 3.5rem;
}

.other-wrap .tab_bar {
	margin-bottom: 1rem;
	height: 1.26rem;
	display: flex;
}

.other-wrap .tab_bar span {
	display: inline-block;
	padding: 0 0.6rem;
	text-align: center;
	height: 100%;
	line-height: 1.26rem;
	font-size: 0.45rem;
	box-sizing: border-box;
	border: 2px solid #000;
	color: #000;
	cursor: pointer;
	font-weight: bold;
}

.other-wrap .tab_bar span.cur {
	background: #000;
	color: #fff;
}

.other-wrap .ot-item {
	height: 12.9rem;
	margin-bottom: 1.5rem;
}

.other-wrap .ot-item .imgle {
	width: 48.7%;
	height: 100%;
	float: left;
}

.other-wrap .ot-item .imgle .smpic {
	right: 0;
	bottom: 0;
	border: 3px solid #fff;
	width: 3.75rem;
	height: 2.75rem;
	overflow: hidden;
	border-radius: 4px;
}

.other-wrap .ot-item .imgle .smpic img {
	width: 100%;
	height: 100%;
}

.other-wrap .ot-item .imgle .pic-swiper {
	width: 100%;
	height: 100%;
}

.other-wrap .ot-item .imgle .pic-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.other-wrap .pic-next {
	width: 26px;
	height: 42px;
	background: url('../../web/img/swiper-rnew.png')no-repeat center center;
	background-size: contain;
	right: 5%;
}

.other-wrap .pic-prev {
	width: 26px;
	height: 42px;
	background: url('../../web/img/swiper-lnew.png')no-repeat center center;
	background-size: contain;
	left: 5%;
}

.other-wrap .ot-item .con {
	width: 51.3%;
	height: 100%;
	box-sizing: border-box;
	/* padding-top: 2rem; */
	padding-top: 1.5rem;
	float: right;
	padding-left: 1.75rem;
	/* padding-bottom: 1rem; */
	padding-bottom: 1.5rem;
	line-height: 1.65;
}

.other-wrap .ot-item .con p {
	margin-bottom: 0.3rem;
}

.other-wrap .ot-item .con p:last-child {
	margin-bottom: 0;
}

.other-wrap .ot-item .con h1 {
	/* font-size: 1.2rem; */
	font-size: 1rem;
	/* margin-bottom: 1.25rem; */
	margin-bottom: .8rem;
}

.other-wrap .ot-item:nth-child(2n) .imgle {
	float: left;
}

.other-wrap .ot-item:nth-child(2n) .con {
	float: right;
	padding-left: 1.75rem;
	padding-right: 0;
}

.other-wrap .ot-item:nth-child(2n+1) .imgle {
	float: right;
}

.other-wrap .ot-item:nth-child(2n+1) .con {
	float: left;
	padding-left: 0;
	padding-right: 1.75rem;
}

.other-wrap .context {
	line-height: 1.5;
	margin-bottom: 1rem;
}

.other-wrap .context h3 {
	font-size: 0.75rem;
	margin: 0.5rem 0;
}

.other-wrap .title-t h1 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.other-wrap .conswiper .title-t h1 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.other-wrap .conswiper {
	width: 100%;
	margin-bottom: 1rem;
}

.other-wrap .conswiper .swiper-container {
	width: 100%;
	-height: 18.5rem;
}

.other-wrap .conswiper .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.other-wrap .conswiper h1 {
	margin-bottom: 0.3rem;
}

.other-wrap .context .pimg {
	margin-top: 1rem;
	text-align: center;
}

.other-wrap .conswiper .swiper-container {
	margin-top: 1rem;
}

.other-wrap .context .pimg img {
	display: inline-block;
}

@media(max-width: 767px) {
	.other-wrap .pic-next {
		width: 13px;
		height: 21px;
	}

	.other-wrap .pic-prev {
		width: 13px;
		height: 21px;
	}

	.userde-wrap.other {
		padding: 1rem 0 0;
	}

	.other-wrap .tab_bar {
		margin-bottom: 0.5rem;
		height: 0.9rem;
		display: flex;
	}

	.other-wrap .tab_bar span {
		padding: 0 0.2rem;
		line-height: 0.9rem;
		font-size: 0.24rem;
	}

	.other-wrap .ot-item {
		height: auto;
		margin-bottom: 0rem;
	}

	.other-wrap .ot-item .imgle {
		width: 100%;
		height: 6rem;
		float: left;
	}

	.other-wrap .ot-item .imgle .smpic {
		border: 2px solid #fff;
		width: 1.875rem;
		height: 1.375rem;
		border-radius: 2px;
	}

	.other-wrap .ot-item .con {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding-top: 0.5rem;
		float: right;
		padding-left: 1.75rem;
		padding-bottom: 0.5rem;
		line-height: 1.65;
		font-size: 0.28rem;
	}

	.other-wrap .ot-item:nth-child(2n) .con {
		float: right;
		padding-left: 0;
		padding-right: 0;
	}

	.other-wrap .link-b .links {
		width: 2.4rem;
		height: 0.9rem;
		line-height: 0.9rem;
		border-radius: 0.9rem;
		font-size: 0.28rem;
	}

	.other-wrap .ot-item .con h1 {
		font-size: 0.44rem;
		margin-bottom: 0.3rem;
	}

	.userde-wrap .other-wrap {
		padding: 0.5rem 0 1rem;
	}

	.userde-wrap .other-wrap.last {
		background: #f2f2f2;
		padding: 0.3rem 0 .5rem;
	}

	.other-wrap .ot-item:nth-child(2n+1) .con {
		float: left;
		padding-left: 0;
		padding-right: 0;
	}

	.other-wrap .title-t h1 {
		font-size: 0.48rem;
		margin-bottom: 0.3rem;
	}

	.other-wrap .context {
		font-size: 0.28rem;
	}

	.other-wrap .conswiper h1 {
		margin-bottom: 0.3rem;
		font-size: 0.48rem;
	}

	.other-wrap .context {
		margin-bottom: 0.5rem;
	}

	.other-wrap .conswiper {
		font-size: 0.28rem;
	}

	.other-wrap .conswiper .swiper-container {
		-height: 6rem;
		margin-top: 0.5rem;
	}

	.other-wrap .context h3 {
		font-size: 0.4rem;
		margin: 0.3rem 0;
	}

	.other-wrap .context .pimg {
		margin-top: 0.3rem;
	}

	.other-wrap .conswiper .swiper-container {
		margin-top: 0.3rem;
	}
}

/*新增*/
/*订单弹窗*/
.order-wrap {
	width: 100vw;
	height: 100vh;
	z-index: -1;
	left: 0;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.order-wrap.show {
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}

.order-wrap .order-box {
	width: 10.5rem;
	background: #fff;
	height: 8.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.order-wrap .order-box h3 {
	font-size: 0.5rem;
	color: #000;
	margin: 0.35rem 0 1.25rem;
}

.order-wrap .order-box p {
	color: #b6b6b6;
	font-size: 0.45rem;
}

.order-wrap .close-btn {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	cursor: pointer;
}

@media(max-width: 767px) {
	.order-wrap .order-box {
		width: 80%;
		background: #fff;
		height: 5.25rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: absolute;
		left: 50%;
		top: 57%;
		transform: translate(-50%, -50%);
	}

	.order-wrap .order-box h3 {
		font-size: 0.4rem;
		color: #000;
		margin: 0.35rem 0 0.5rem;
	}

	.order-wrap .order-box p {
		color: #b6b6b6;
		font-size: 0.28rem;
	}

	.order-wrap .close-btn {
		position: absolute;
		right: 0.25rem;
		top: 0.25rem;
		cursor: pointer;
	}
}

/*订单弹窗*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.personal {
	padding-top: 88px;
	box-sizing: border-box;
}

.personal .personal-person {
	box-sizing: border-box;
}

.personal .personal-right {
	width: 875px;
}

.personal .personal-right .pk {
	height: 46px;
	border: 1px solid #d7e6f1;
	box-sizing: border-box;
	border-radius: 6px;
	background: #f1f9ff;
	line-height: 44px;
	padding-left: 30px;
	padding-right: 40px;
	box-sizing: border-box;
	position: relative;
	margin-top: 30px;
}

.personal .personal-right .pk .cha {
	width: 15px;
	height: 15px;
	background: url(../img/i60.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

.personal .personal-right .pk span {
	font-weight: bold;
	color: #097ad8;
}

.personal .personal-left {
	width: 260px;
}

.personal .personal-left .items {
	display: block;
	height: 53px;
	line-height: 53px;
	font-size: 17px;
	color: #444444;
	transition: .5s ease-in-out;
	padding-left: 32px;
	padding-right: 35px;
	box-sizing: border-box;
	position: relative;
}

.personal .personal-left .items:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	background: url(../img/i61.png) no-repeat center;
	background-size: 100%;
	transition: .5s ease-in-out;
	opacity: 0;
}

.personal .personal-left .items:hover,
.personal .personal-left .items.active {
	color: #ffffff;
	background: #ca0224;
	transition: .5s ease-in-out;
}

.personal .personal-left .items:hover:after,
.personal .personal-left .items.active:after {
	transition: .5s ease-in-out;
	opacity: 1;
}

.personal-tit {
	line-height: 53px;
	height: 53px;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
}

.personal-tit .l-home a,
.personal-tit .l-home img {
	display: inline-block;
}

.personal-tit .l-home img {
	margin: 0 13px;
}

.personal-tit .l-home a {
	font-size: 15px;
	color: #666666;
	transition: .5s ease-in-out;
}

.personal-tit .l-home a:hover {
	color: #ca0224;
	transition: .5s ease-in-out;
}

.personal-form {
	padding-top: 40px;
	padding-bottom: 120px;
	box-sizing: border-box;
}

.personal-form .items {
	position: relative;
	padding-left: 115px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 44px;
	height: 44px;
	color: #444444;
}

.personal-form .items:nth-child(n+2) {
	margin-top: 40px;
}

.personal-form .items .span {
	width: 110px;
	position: absolute;
	left: 0;
	top: 0;
}

.personal-form .items .span span {
	color: #c9343a;
}

.personal-form .items .items-right {
	height: 100%;
}

.personal-form .items .span-right {
	width: 370px;
	height: 100%;
	position: relative;
}

.personal-form .items .radio {
	display: inline-block;
}

.personal-form .items .radio:nth-child(n+2) {
	margin-left: 40px;
}

.personal-form .items input,
.personal-form .items select {
	width: 100%;
	height: 100%;
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	padding-left: 20px;
	box-sizing: border-box;
}

.personal-form .items input::-webkit-input-placeholder {
	color: #666666;
}

.personal-form .items input::-moz-input-placeholder {
	color: #666666;
}

.personal-form .items input::-ms-input-placeholder {
	color: #666666;
}

.personal-form .items input,
.personal-form .items select {
	outline: none;
}

.personal-form .items input[type=text],
.personal-form .items select {
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	padding: 0;
	padding-left: 20px;
	box-sizing: border-box;
}

.personal-form .items .txt {
	width: calc(100% - 370px);
	font-size: 15px;
	color: #b2b2b2;
	padding-left: 20px;
	box-sizing: border-box;
}

.personal-form .items .txt img {
	margin-right: 10px;
}

.personal-form .items .txt0 {
	color: #666666;
}

.personal-form .items-bot .submit {
	width: 107px;
	height: 40px;
	border-radius: 40px;
	color: #ffffff;
	background: #ca0224;
	transition: .5s ease-in-out;
	text-align: center;
	padding: 0;
}

.personal-form .items-bot .submit:hover {
	opacity: .8;
	transition: .5s ease-in-out;
}

.personal-form .items-bot .txt {
	padding-left: 30px;
}

.inorder {
	padding-bottom: 120px;
}

.inorder .li {
	float: left;
}

.inorder .li span {
	word-break: break-all;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}

.inorder .li1 {
	width: 120px;
}

.inorder .li2 {
	width: 200px;
}

.inorder .li3 {
	width: 250px;
}

.inorder .li4 {
	width: 50px;
}

.inorder .li5 {
	width: 150px;
}

.inorder .li6 {
	width: 85px;
}

.inorder .li6 span {
	color: #ca0224;
}

.inorder .li6.confirm span {
	color: green;
}

.inorder .li7 {
	width: 420px;
}

.inorder .li8 {
	width: 70px;
	text-align: right;
}

.inorder .li8 .jia {
	color: #097ad8;
}

.inorder .li8 .jian {
	color: #c62d33;
}

.inorder .inorder-top {
	font-size: 16px;
	color: #ca0224;
	line-height: 1.5;
	padding-top: 50px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
}

.inorder .page {
	margin-top: 50px;
}

.inorder .inorder-bot .item {
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
}

.inorder .inorder-bot .item .li {
	padding: 20px 0;
	box-sizing: border-box;
}

.inorder .inorder-bot .item .li .span {
	display: inline-block;
	line-height: 1.5;
	vertical-align: middle;
}

.inorder .inorder-bot .item .li1 {
	color: #333333;
	font-weight: bold;
	font-family: Arial;
}

.inorder-tit {
	line-height: 1.2;
	padding-top: 35px;
}

.inorder-tit .it {
	position: relative;
	padding-left: 90px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666666;
}

.inorder-tit .it .num {
	font-weight: bold;
	font-family: Arial;
	color: #097ad8;
}

.inorder-tit .it .i {
	float: left;
	color: #666666;
	margin-right: 35px;
	padding-bottom: 4px;
	position: relative;
}

.inorder-tit .it .i:hover,
.inorder-tit .it .i.active {
	transition: .5s ease-in-out;
	color: #097ad8;
}

.inorder-tit .it .i:hover:after,
.inorder-tit .it .i.active:after {
	transition: .5s ease-in-out;
	opacity: 1;
}

.inorder-tit .it .i:after {
	position: absolute;
	width: 100%;
	content: "";
	height: 1px;
	background: #097ad8;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .5s ease-in-out;
}

.inorder-tit .it .span {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
}

.inorder-tit .it0 {
	line-height: 30px;
	margin-bottom: 35px;
}

.inorder-form {
	width: 640px;
	height: 535px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 6px;
	margin: auto;
}

.inorder-form .form0 {
	padding: 40px 30px 50px 40px;
	height: 100%;
	line-height: 1.2;
	box-sizing: border-box;
	font-size: 16px;
}

.inorder-form .tit {
	color: #333333;
}

.inorder-form .en-tit {
	font-family: Arial;
	font-weight: bold;
	margin-top: 45px;
}

.inorder-form .tip {
	margin-top: 26px;
	color: #888888;
}

.inorder-form .ul {
	margin-top: 35px;
}

.inorder-form .ul .item {
	color: #333;
}

.inorder-form .ul .item:nth-child(n+2) {
	margin-top: 26px;
}

.inorder-form .ul .item .t0 {
	margin-bottom: 10px;
}

.inorder-form .ul .item .t1 .input {
	height: 44px;
	width: 450px;
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	padding-left: 20px;
	box-sizing: border-box;
	float: left;
}

.inorder-form .ul .item .t1 .submit {
	width: 100px;
	height: 44px;
	background: #f1f9ff;
	border: 1px solid #d7e6f1;
	border-radius: 6px;
	float: left;
	margin-left: 20px;
	color: #097ad8;
}

.personal .buy {
	width: 105px;
	height: 40px;
	line-height: 40px;
	color: #ca0224;
	text-align: center;
	font-size: 16px;
	border-radius: 40px;
	cursor: pointer;
	transition: .5s ease-in-out;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.personal .buy:after {
	width: 100%;
	content: "";
	height: 100%;
	border-radius: 40px;
	border: 2px solid #ca0224;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.personal .buy:hover {
	background: #ca0224;
	color: #fff;
}

.personal-form .items .radio input[type=radio] {
	padding: 0;
	width: auto;
	height: auto;
}

.personal-form .items.success .txt8 {
	display: none;
}

.personal-form .items.success .txt9 {
	display: none;
}

@media(max-width: 1024px) {
	.w1200 {
		width: 92%;
	}

	.personal {
		padding-top: 140px;
	}

	.personal .personal-left {
		width: 100%;
		overflow: hidden;
		text-align: center;
		border-bottom: 1px solid #ececec;
	}

	.personal .personal-right {
		width: 100%;
	}

	.personal .personal-left .items {
		width: calc(100% / 3);
		float: left;
		padding: 0;
		height: 45px;
		line-height: 35px;
	}
}

.pword-b {
	display: none;
}

/*# sourceMappingURL=style.css.map */
.hiddeninput {
	border: 1px solid #d9d9d9 !important;
	height: 1.75rem;
	width: 49%;
	line-height: 1.75rem;
	box-sizing: border-box;
	float: left;
	margin: 0 2% 2% 0%;
	padding: 0 0.6rem;
}

.hiddeninput:nth-child(2n) {
	margin-right: 0;
}

@media(max-width: 767px) {
	.agent-wrap .inline-wrap .hiddeninput-box {
		margin: 0;
		display: block;
	}

	.hiddeninput {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		padding: 0 0.3rem;
		box-sizing: border-box;
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}

	.footer-wrap .footer .ri .ul_icon {
		width: 60%;
		margin: 0 auto;
	}
}

.header-wrap .header .pc-list li:last-child a {
	/* display: block; */
	border-radius: 1.25rem;
	padding: .275rem 0.45rem;
	color: #fff;
	background-color: rgb(209, 42, 40);
}

.header-wrap .header .pc-list li {
	margin: 0 0.35rem;
}

.header-wrap .header .pc-list li:last-child:hover a {
	color: #fff;
}

@media (min-width:1260px) and (max-width: 1560px) {
	.header-wrap .header .pc-list {
		width: 58%;
	}
}

@media (min-width:1024px) and (max-width: 1260px) {
	.header-wrap .header .pc-list {
		width: 65%;
	}

	.header-wrap .header .pc-list {
		transform: translateX(-45%)
	}

	.header-wrap .header .pc-list li {
		margin: 0 .3rem;
	}
}