.moveY {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 0.58s;
	-o-transition: 0.58s;
	-moz-transition: 0.58s;
	transition: 0.58s;
	opacity: 0;
}

.moveX {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 1s;
	transition: -webkit-clip-path 1s;
	-o-transition: clip-path 1s;
	-moz-transition: clip-path 1s;
	transition: clip-path 1s;
	transition: clip-path 1s, -webkit-clip-path 1s;
}

.xbanner .swiper-slide-active .moveX {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.xbanner .swiper-slide-active .moveY {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.xtop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #1F1B1D;
}
.xtop.active{
	/*background:rgba(31, 27, 29, .5);*/
	/*backdrop-filter: blur(5px);*/
	/*-webkit-backdrop-filter: blur(5px);*/
	/*border-bottom: 1px solid #DBDFE5;*/
}
.xtop_w {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}

.xlogo {
	width: 78px;
	height: 68px;
	overflow: hidden;
}

.xlogo img {
	width: 78px;
	height: 68px;
}

.xnav {
	display: flex;

}

.xnav li {
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	margin-left: 80px;
	min-width: 60px;
	text-align: center;
}

.xnav li.active {
	font-weight: bold;
	font-family: 'SerifCN-Bold';
}

.xnav li a {
	color: rgba(255, 255, 255, 0.8);

}

.xnav li.active a {
	color: #FFFFFF;
}

.xbanner {
	height: 100vh;

}

.xbanner1 {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.xbanner1_w {
	height: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	flex-direction: column;
}

.xbanner1_w div {
	font-family: 'SerifCN-Bold';
	font-weight: bold;
	font-size: 56px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(6, 6, 3, 0.3);
	line-height: 90px;
}

.xbanner1_w div::after {
	content: '';
	display: block;
	width: 490px;
	height: 1px;
	background: #FFFFFF;
	margin-top: 10px;
}

.xbanner1_w a {
	margin-top: 40px;
}

.x_a1 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 144px;
	height: 44px;
	border-radius: 40px 40px 40px 40px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.xbanner1_w a:hover{
    color: #FFFFFF;
}
.x_a1 img {
	width: 8px;
	height: 8px;
	margin-left: 40px;
}

.xbanner .swiper-pagination-bullets {
	margin: 0;
}

.xbanner .swiper-pagination-bullet {
	margin: 0 !important;
	width: 200px;
	height: 1px;
	background: rgba(255, 255, 255, 0.7);
	opacity: 1;
	border-radius: 0;
}

.xbanner .swiper-pagination-bullet-active {
	height: 3px;
	background-color: #FFFFFF;
	top: 1px;
	position: relative;
}

.section1 {
	width: 100%;
	height: 794px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-image: url(../images/bg1.png);
	padding: 72px 0 0;
	overflow: hidden;
}

.section_t1 {
	padding-left: 20px;
	position: relative;
	z-index: 1;
}

.section_t1::after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 65px;
	height: 66px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/tit1.png);
	z-index: -1;
}

.section_t1 div {
	line-height: 62px;
	font-family: 'SerifCN-Bold';
	font-weight: bold;
	font-size: 36px;
	color: #35382A;
}

.section1_1 {
	margin-top: 52px;
}

.section1_1a {
	width: 750px;
	height: 466px;
	background: linear-gradient(180deg, rgba(150, 162, 109, 0.1) 0%, rgba(150, 162, 109, 0.5) 100%);
	border-radius: 12px;
	overflow: hidden;
	margin-right: 60px;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section1_1a div {
	width: 650px;
	height: 366px;
	overflow: hidden;
}

.section1_1a img {
	width: 650px;
	height: 366px;
}

.section1_1b {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section1_1b_1 {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.section1_1b_1 p {
	margin-top: 20px;
}

.section1_1b_1 p:nth-child(1) {
	margin-top: 0;
}

.section1_1b_2 {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-right: 49px;
}

.section1_1b_2_1 p {
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
	line-height: 20px;
	font-family: 'SerifCN-Bold';
}

.section1_1b_2_1 div {
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	font-family: 'SerifCN-Bold';
	line-height: 46px;

}

.section1_1b_2_1 span {
	font-size: 14px;

}

.section2 {
	background: #F5F6F5;
	padding: 74px 0 0;
	overflow: hidden;
}

.section_t2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.section_t2::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 642px;
	height: 1px;
	background-color: #35382A;
}

.section_t2::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 642px;
	height: 1px;
	background-color: #35382A;
}

.section_t2 div {
	width: 155px;
	height: 104px;

	font-family: 'SerifCN-Bold';

	display: flex;
	justify-content: center;
	align-items: center;

	font-weight: bold;
	font-size: 36px;
	color: #35382A;
	text-align: center;
	line-height: 50px;
}

.section3 {
	display: flex;
	margin-top: 50px;
}

.section3_swiper1 {
	width: 44.479%;
	flex: none;
	height: 600px;

	background-image: url(../images/bg2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	position: relative;
}

.section3_swiper1prev {
	position: absolute;
	left: 240px;
	bottom: 60px;
	width: 48px;
	height: 48px;
	background-size: cover;
	background-image: url(../images/jt3.png);
	transform: rotate(180deg);

	z-index: 1;
	cursor: pointer;
}

.section3_swiper1prev.swiper-button-disabled {
	opacity: 0.5;
	background-image: url(../images/jt2.png);
	transform: rotate(0deg);
	cursor: not-allowed;
}

.section3_swiper1next.swiper-button-disabled {
	opacity: 0.5;
	background-image: url(../images/jt2.png);
	transform: rotate(180deg);
	cursor: not-allowed;
}

.section3_swiper1next {
	position: absolute;
	left: 328px;
	bottom: 60px;
	width: 48px;
	height: 48px;
	background-size: cover;
	background-image: url(../images/jt3.png);
	z-index: 1;
	cursor: pointer;
}

.section3_1 {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 240px;
	padding-top: 67px;
	padding-right: 80px;
}

.section3_1 div {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	font-family: 'SerifCN-Bold';
	line-height: 52px;
	position: relative;
	text-indent: 20px;
	z-index: 1;
}

.section3_1 div::after {
	content: '';
	position: absolute;
	left: 0;
	top: -7px;
	width: 65px;
	height: 66px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/tit1.png);
	z-index: -1;
}

.section3_1 span {
	display: block;
	line-height: 26px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 37px;
}

.section3_1 p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.5;
	line-height: 20px;
	margin-top: 10px;
}

.section3_swiper2 {
	flex: none;
	width: calc(100% - 44.479%);
	height: 600px;
	background-color: #20281F;
}

.section3_2 {
	width: 1060px;
	height: 600px;
	overflow: hidden;
}

.section3_2 img {
	width: 1060px;
	height: 600px;
}

.section3_swiper2 .swiper-pagination-bullets {
	margin: 0;
}

.section3_swiper2 .swiper-pagination-bullet {
	margin: 0 !important;
	width: 200px;
	height: 1px;
	background: rgba(255, 255, 255, 0.7);
	opacity: 1;
	border-radius: 0;
}

.section3_swiper2 .swiper-pagination-bullet-active {
	height: 3px;
	background-color: #FFFFFF;
	top: 1px;
	position: relative;
}

.section4 {
	margin-top: 0;
	flex-flow: row-reverse;
}

.section4 .section3_1 {
	padding-left: 80px;
	padding-right: 240px;
}

.section4 .section3_swiper1 {
	background-image: url(../images/bg3.png);
}

.section4 .section3_swiper1prev {
	left: 80px;
}

.section4 .section3_swiper1next {
	left: 168px;
}

.section5 {
	background: #F5F6F5;
	padding: 50px 0 80px 0;
	overflow: hidden;
}

.section5_1 {
	width: calc(33.3333% - 20px);
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	margin-right: 30px;
	overflow: hidden;
}

.section5_1:last-child {
	margin-right: 0;
}

.section5_1:hover {
	box-shadow: 0px 4px 10px 0px rgba(34, 42, 33, 0.15);
}

.section5_1:hover a {
	background: #20281F;
	border: 1px solid #20281F;
	color: #FFFFFF;

}

.section5_1:hover a img {
	content: url(../images/jt1.png);
}

.section5_1_1 {
	width: 460px;
	height: 360px;
	overflow: hidden;
}

.section5_1_1 img {
	width: 460px;
	height: 360px;
}

.section5_1_2 {
	width: 460px;
	height: 214px;
	box-sizing: border-box;
	padding: 30px 30px 0;
}

.section5_1_2 div {
	font-size: 18px;
	color: #35382A;
	font-family: 'SerifCN-Bold';
	font-weight: 600;
	line-height: 26px;
}

.section5_1_2 p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 10px;
}

.section5_1_2 a {
	color: #35382A;
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	border: 1px solid rgba(32, 40, 31, 0.6);
}




.section6 {
	width: 100%;
	height: 1398px;
	box-sizing: border-box;
	padding-top: 60px;
	background-image: url(../images/bg4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	display: flex;
	flex-direction: column;

	overflow: hidden;
	position: relative;
	z-index: 1;
}

.section6::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 694px;
	height: 321px;
	background-image: url(../images/bg4_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section6::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 1105px;
	height: 613px;
	background-image: url(../images/bg4_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section6_w {
	display: flex;
	justify-content: space-between;
}

.section6_left {
	width: 600px;

}

.section6_right {
	margin-top: 43px;
	width: 730px;
	height: 446px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px 12px 12px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section6_swiper1 {
	width: 600px;
	height: 329px;
	box-sizing: border-box;
	padding-top: 7px;
}

.section6 .section3_1 {
	padding: 0;
}

.section6 .section3_1 p {
	margin-top: 37px;
	width: 540px;
}

.section6_swiper2 {
	width: 600px;
}

.section6_swiper3 {
	width: 650px;
	height: 366px;
}

.section6_2 {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 12px;
}

.section6_2 img {
	width: 160px;
	height: 160px;
}

.section6_3 {
	width: 650px;
	height: 366px;
	overflow: hidden;
}

.section6_3 img {
	width: 650px;
	height: 366px;
	border-radius: 12px;
}

.x_title {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	font-family: 'SerifCN-Bold';
	line-height: 52px;
	position: relative;
	text-indent: 20px;
	z-index: 1;
}

.x_title::after {
	content: '';
	position: absolute;
	left: 0;
	top: -7px;
	width: 65px;
	height: 66px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/tit1.png);
	z-index: -1;
}

.section6_4 {
	margin-top: 107px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.section6_4_1 {
	margin-top: 47px;
	display: flex;
	flex: 1;
}

.section6_4_1li {
	width: 398px;
	box-sizing: border-box;
	border-left: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 0 0 0 21px;
	height: 100%;
}

.section6_4_1li:last-child {
	flex: 1;
}

.section6_4_1li:nth-child(1) {
	margin-top: 90px;
}

.section6_4_1li:nth-child(2) {
	margin-top: 60px;
}

.section6_4_1li:nth-child(3) {
	margin-top: 30px;
}

.section6_4_1li_1 {
	display: flex;
	align-items: center;
	position: relative;
}

.section6_4_1li_1::after {
	content: '';
	position: absolute;
	left: -23px;
	top: 0;
	width: 3px;
	height: 70px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
}

.section6_4_1li_1_1 {
	font-family: 'SerifCN-Bold';
	font-weight: bold;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 70px;
	margin-right: 6px;
}

.section6_4_1li_1_2 span {
	font-family: 'SerifCN-Bold';
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
}

.section6_4_1li_1_2 p {
	font-family: 'SerifCN-Bold';
	line-height: 18px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

.section6_4_1li_2 {
	margin-top: 20px;
	width: 217px;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.section7 {
	width: 100%;
	box-sizing: border-box;
	padding: 80px 0;
	background-image: url(../images/bg5.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.section7_c {
	margin-top: 50px;
	display: flex;
}

.section7_c1 {
	width: 311px;
	height: 440px;
	overflow: hidden;
	flex: none;
}

.section7_c1 img {
	width: 311px;
	height: 440px;
}

.section7_c2 {
	flex: 1;
	margin: 0 54px 0 30px;
}

.section7_c3 {
	width: 464px;
	flex: none;
}

.section7_c2_1 {
	margin-top: 31px;
	text-indent: 20px;
	position: relative;
}

.section7_c2_1::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 8px;
	height: 8px;
	background-size: cover;
	background-image: url(../images/xingxing.png);
}

.section7_c2_1:nth-child(1) {
	padding-bottom: 30px;
	border-bottom: 1px solid #CFD0CC;
	margin-top: 0;
	text-indent: 0;
}

.section7_c2_1:nth-child(1)::after {
	display: none;
}

.section7_c2_1:hover .section7_c2_1a div {
	color: #35382A;
	font-size: 18px;
	font-weight: 500;
}

.section7_c2_1:hover .section7_c2_1a span {
	color: #35382A;
	font-weight: 500;
}

.section7_c2_1a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section7_c2_1a div {
	font-weight: 500;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

.xxp-overflow div{
    font-weight: 400;
}

.section7_c2_1a span {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.section7_c2_1b {
	margin-top: 17px;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	text-align: justified;
}

.section7_c3_1 {
	box-sizing: border-box;
	width: 464px;
	height: 289px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid rgba(53, 56, 42, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 32px;
}

.section7_c3_1 div {
	width: 454px;
	height: 279px;
	overflow: hidden;
	border-radius: 12px 12px 12px 12px;
}

.section7_c3_1 img {
	width: 454px;
	height: 279px;
}

.section7_c3 .section7_c2_1b {
	margin-top: 20px;
}

.section7_c3:hover .section7_c2_1a div {
	color: #35382A;
	font-size: 18px;
	font-weight: bold;
}


.section8 {
	width: 100%;
	height: 316px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/join1.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 67px;
}

.section8_1 {
	margin-top: 37px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	opacity: 0.5;
	margin-bottom: 20px;
}

.xft {
	background: #F5F6F5;
	box-sizing: border-box;
	padding: 80px 0 22px 0;
}

.xft_w {
	display: flex;
	justify-content: space-between;
	padding-bottom: 82px;
	border-bottom: 1px solid rgba(53, 56, 42, 0.2);
	margin-bottom: 20px;
}

.xft1{
    max-width: 50%;
}

.xft1 a {
	font-family: 'SerifCN-Bold';
	font-weight: bold;
	font-size: 36px;
	color: #35382A;
	line-height: 52px;
}
.xft1 a:hover{
    color: #35382A !important;
}



.xft2 {
	display: flex;
}

.xft2 ul {
	margin-left: 80px;
}

.xft2 li {
	font-weight: 400;
	font-size: 12px;

	line-height: 30px;
}

.xft2 li:nth-child(1) {
	margin-bottom: 20px;
}

.xft2 li:nth-child(1) a {
	font-family: 'SerifCN-Bold';
	font-size: 16px;
	color: #35382A;
}

.xft2 a {
	color: rgba(53, 56, 42, 0.4);
}
.xft2 li:nth-child(n+2) a:hover{
    color: rgba(53, 56, 42, 0.4) !important;
}

.xft3 {
	font-weight: 400;
	font-size: 12px;
	color: rgba(53, 56, 42, 0.4);
	line-height: 22px;
	text-align: center;
	color: rgba(53, 56, 42, 0.4);
}
.xft3 a{
	color: rgba(53, 56, 42, 0.4);
}

.xxp-txt-overflow{
  display: block;
  display: -webkit-box;
  max-width: 430px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxp-txt-overflow2{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxp-txt-overflow3{
  display: block;
  display: -webkit-box;
  /*max-width: 400px;*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxp-txt-overflow4{
  display: block;
  display: -webkit-box;
  /*max-width: 400px;*/
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxp-txt-overflow6{
  display: block;
  display: -webkit-box;
  /*max-width: 400px;*/
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxp-card-text{
    line-height: 25px;
}
.btn-info{
    background-color: #20281F;
    border-color: #20281F;
}
.btn-info:hover{
    background-color: #B8CC97;
    border-color: #B8CC97;
}
.xxp-title{
    color:#ffffff;
    margin: 10px 0;
}



/* all */
.main {
  width: 100%;
  padding: 5px 0 30px 0;
  overflow: hidden;
}
.main .fl {
  float: left;
}
.main .fr {
  float: right;
}
.main .main_big {
  width: 910px;
  overflow: hidden;
}
.main .main_small {
  width: 260px;
  overflow: hidden;
}
.main .main_da {
  width: 940px;
  overflow: hidden;
}
.main .main_xiao {
  width: 230px;
  overflow: hidden;
}
.main .main_pd {
  padding: 20px;
  overflow: hidden;
  line-height: 2;
}
.main .main_bor {
  box-shadow: 0px 2px 3px 0px rgba(198,198,198,0.8);
  /*border: 1px solid #efefef;*/
  overflow: hidden;
  margin-top: 10px;
}
.main .main_bor .btit {
  text-align: center;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(bottom, #00B6D7, #ee5e45);
  background: -moz-linear-gradient(bottom, #00B6D7, #ee5e45);
  background: -o-linear-gradient(bottom, #00B6D7, #ee5e45);
  background: linear-gradient(bottom, #00B6D7, #ee5e45);
  font-size: 18px;
}
.main .main_bort {
  border-top: 2px solid rgba(0,182,215,0.8);
}
.main .main_bort .ktit {
  background: -webkit-linear-gradient(bottom, #f5f5f5, #eee);
  background: -moz-linear-gradient(bottom, #f5f5f5, #eee);
  background: -o-linear-gradient(bottom, #f5f5f5, #eee);
  background: linear-gradient(bottom, #f5f5f5, #eee);
  line-height: 44px;
  padding: 0 20px;
  font-weight: bold;
  color: #00B6D7;
  overflow: hidden;
  box-shadow: 0 0 2px #eee;
}
.main .main_bort .ktit .fr {
  color: #888;
}
.main .main_bort .ktit .fr em {
  color: #ff0000;
}
.main .position {
  overflow: hidden;
  border: 1px solid #efefef;
  border-left: 3px solid #00B6D7;
  padding: 8px 0 8px 10px;
  background: #fafafa;
}
.main .position a:hover {
  color: #00B6D7;
}
.main .contbox {
  background: url(../images/test1.jpg) center top no-repeat;
  padding: 105px 15px 5px 15px;
  overflow: hidden;
}

.contact-xxp{
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 20px 0 0 20px;
    display: inline-block;
    width: 45%;
    background: url(../images/test2.png) no-repeat;
}
.main .contbox dt {
  color: #00B6D7;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.main .contbox dd {
  border-top: 1px dotted #ddd;
  padding: 8px 0 8px 65px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
}
.main .contbox dd span {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 65px;
}
.main .procate li > a {
  display: block;
  overflow: hidden;
  line-height: 44px;
  padding: 0 0 0 25px;
  background: -webkit-linear-gradient(right, #fafafa, #f0f0f0);
  background: -moz-linear-gradient(right, #fafafa, #f0f0f0);
  background: -o-linear-gradient(right, #fafafa, #f0f0f0);
  background: linear-gradient(right, #fafafa, #f0f0f0);
  border-bottom: 1px dotted #ddd;
}
.main .procate li > a:hover {
  color: #fff;
  background: rgba(240, 89, 45, 0.8);
}
.main .procate li.on > a {
  color: #fff;
  background: rgba(240, 89, 45, 0.8);
}

/* contact */
.main .contact {
  padding: 0 0 20px 0;
  overflow: hidden;
  /*background: url(../images/contact.jpg) right center no-repeat;*/
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
}
.main .contact ul li {
  border-top: 1px dashed #eee;
  padding: 15px 0;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  width: 400px;
}
.main .contact ul li i {
  font-size: 32px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  color: #00B6D7;
}
.main .contact ul li:first-child {
  border-top: 0;
}
.x_aurl,.x_aurl:hover,.xwidth a:hover{
    color: #ffffff;
}
.honorImg{
    height: 193px;
}