@font-face {
  font-family: 'PuHuiTiLight';
  font-display: swap;
  src: url('https://cdn.wellgo.com.cn/skin/fonts/Alibaba-PuHuiTi-Light.otf');
}

@font-face {
  font-family: 'PuHuiTiBold';
  font-display: swap;
  src: url('https://cdn.wellgo.com.cn/skin/fonts/Alibaba-PuHuiTi-Bold.otf');
}

@font-face {
  font-family: 'PuHuiTiRegular';
  font-display: swap;
  src: url('https://cdn.wellgo.com.cn/skin/fonts/Alibaba-PuHuiTi-Regular.otf');
}

@font-face {
  font-family: 'PuHuiTiMedium';
  font-display: swap;
  src: url('https://cdn.wellgo.com.cn/skin/fonts/Alibaba-PuHuiTi-Medium.otf');
}
@font-face {
  font-family: 'AlimamaShuhei';
  font-display: swap;
  src: url('https://cdn.wellgo.com.cn/skin/fonts/Alimama-Shuhei.ttf');
}

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
	width: 100%;
	min-width: 1280px;
	font-family:PuHuiTiRegular,roboto, menk, 'PingFang SC', Source Han Sans CN, Arial, "SOURCEHANSANSCN-REGULAR", 'Microsoft Yahei', 'Source Han Sans', SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK', source-han-sans-simplified-c, sans-serif;
}
ul, li, a {
	list-style: none;
	text-decoration: none;
}
dl, dt, dd, ul, li {
	padding: 0;
	margin: 0;
}
a {
	color: #b92d28;
}
a:hover{ color:#000000;}
img{ vertical-align:middle; object-fit: cover;}
/*头部*/
header {
	width: 80%;
	margin: 0 auto;
	z-index: 999;
	padding: 0 10%;
	background-color: #9fa0a0;
	position: relative;
	height:64px;
}
.ons {
	background-color: #fff;
	box-shadow: #E8E8E8;
}
.logo {
	margin: 0;
	float: left;
	width: auto;
	height: 100%;
}
.logo img {
	height: 100%;
}
/*导航*/
.navbar {
	position: relative;
}
.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.navbar li { position:relative;}
.navbar a {
	color: white;
	text-align: center;
	line-height:64px;
	text-decoration: none;
	padding: 0 45px;
	display: block;
	position: relative;
}
@media screen and (max-width:1920px){.navbar a{padding: 0 25px;}}
@media screen and (max-width:1620px){.navbar a{padding: 0 20px;}}
@media screen and (max-width:1520px){.navbar a{padding: 0 10px;}}
@media screen and (max-width:1440px){.navbar a{padding: 0 15px; font-size:14px;}}
@media screen and (max-width:1366px){.navbar a{padding: 0 15px;}}
@media screen and (max-width:1345px){.navbar a{padding: 0 10px;}}
/* 激活链接的背景颜色 */
.navbar a:hover {
}
.navbar li:hover a:after {
	content: '';
	width: 40px;
	height: 5px;
	background-color: #b92d28;
	left: 50%;
	bottom: 3%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.dropdown-content {
	display: block;
	max-height: 0; /* 初始时菜单的最大高度为0，隐藏 */
	overflow: hidden; /* 隐藏超出的部分 */
	position: absolute;
	background: rgba(255,255,255,.50);
	width:200%; /* 使下拉菜单宽度与父元素一致 */
	transition: max-height 0.3s ease; /* 动画效果 */
	flex-wrap: wrap; left:auto;
}
.navbar ul li:nth-child(6) .dropdown-content,.navbar ul li:nth-child(7) .dropdown-content,.navbar ul li:nth-child(8) .dropdown-content{left:auto; right:0;}
.dropdown-content dl {
	width: 50%;
	float: left;
	font-size: 16px; display:none;
}
.dropdown-content dl a {
	text-align: left;
	font-size: 24px;
	color: #000000;
}
.dropdown-content dt {
	width: 100%;
	float: left; line-height:30px;
}
.dropdown-content a {
	width: 100%;
}
.dropdown-content dt a {
	text-align: left;
	position: relative;
	line-height:35px;
	color: #000000;
}
.dropdown-content dt a span {
	float: right;
	margin-right:50px; display:none;
}
.dropdown-content dt a:after {
	content: '>>';
	position: absolute;
	right: 0;
}
.dropdown-content dt a:first-child {
	margin-top:10px;
}
.dropdown-content dt a:last-child {
	margin-bottom:10px;
}
/* 下拉菜单项的样式 */
.dropdown-content dl a:hover, .dropdown-content dt a:hover {
	color: #b92d28;
}
.navbar li .dropdown-content a:after {
	background: none;
}
/* 鼠标悬停时，展开下拉菜单 */
.dropdown:hover .dropdown-content {
	max-height: 500px; /* 可以根据内容量调整这个值，确保它足够容纳所有项 */
}
/*轮播*/
.mySwiperbanner {
	width: 100%;
	height:100vh;
	margin: 0;
	padding: 0;
	position: relative;
}
.mySwiperbanner .swiper-slide {
	padding: 0;
	margin: 0;
	position: relative;
}
.mySwiperbanner .swiper-slide img {
	display: block;
	object-fit: cover;
}
.bannerbg {
	position: absolute;
	width: 100%;
	height: auto;
}
.bannerbg img {
	width: 100%;
	height:100vh;
}
.bannerbody {
	width: auto;
	float: right;
	margin-right: 14%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.bannerimg {
	height: 192px;
	width: 659px;
	position: relative;
	float: right;
	margin-top: 10%;
	right: 0;
	overflow: hidden;
}
.bannerimg dt {
	position: absolute;
	z-index: 1;
	right: 0;
}
.bannerimg dl {
	position: absolute;
	width: calc(100% - 20px);
	height: 30px;
	bottom: 0;
	background: rgba(0,0,0,.40);
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	font-size: 20px;
	color: #fff;
	padding: 10px;
}
.bannerimg dl img {
	margin-left: 10px;
}
.bannertext1, .bannertext2 {
	height: auto;
	float: right;
	width: 100%;
	display: block;
	text-align: right;
}
.bannertext1 {
	margin-top: 3%;
}
.bannertext2 {
	margin-top: 3%;
}
.bannertext1 dl, .bannertext2 dl {
	float: right;
}
.banner-1{ width:100%; margin:0 auto;}
.banner-1 .bannertext1{position:absolute; left:15%; top:5%;}
.banner-1 .bannertext1 dl{ float:left;}
.banner-1 .bannerimg{position:absolute; left:15%; top:18%;}
.banner-1 .bannerimg dl{margin-left:0%;}
.banner-1 .bannerlogo{ position:absolute; float:left; margin-left:15%; top:68%;}

.banner-3{ width:100%; margin:0 auto; top:8%; right:13%;}
.banner-3 .bannertext1{position:absolute; top:1%;}
.banner-3 .bannertext2{position:absolute; top:16%;}
.banner-3 .bannerimg{top:22%;}

.banner-4{ width:100%; margin:0 auto;}
.banner-4 .bannertext1{position:absolute; left:15%; top:8%;}
.banner-4 .bannertext2{position:absolute; left:15%; top:16%;}
.banner-4 .bannertext1 dl{ float:left;}
.banner-4 .bannertext2 dl{ float:left;}
.banner-4 .bannerimg{ float:left; margin-left:15%; top:26%;}
.banner-4 .bannerimg dl{margin-left:0%;}

@media screen and (max-width:1920px){
.banner-1 .bannerimg{top:22%;}
	}
	
@media screen and (max-width:1700px){
.banner-1 .bannertext1 dl img{ max-width:1100px;}
.banner-1 .bannerimg{top:22%;}
.banner-3 .bannerimg{top:25%;}
.banner-4 .bannerimg{top:26%;}
	}
@media screen and (max-width:1500px){
.banner-1 .bannertext1 dl img{ max-width:1000px;}
.banner-3 .bannerimg{top:28%;}
.banner-4 .bannerimg{top:29%;}
.banner-1 .bannerimg{top:22%;}
	}
@media screen and (max-width:1300px){
.banner-1 .bannertext1 dl img{ max-width:900px;}
.banner-3 .bannerimg{top:25%;}
.banner-4 .bannerimg{top:26%;}
.banner-3 .bannerimg{top:28%;}
.banner-3 .bannertext1 dl img,.banner-3 .bannertext2 dl img{ max-width:850px;}
.banner-4 .bannerimg{top:30%;}
	}

/*默认向上滚动*/
.wowup {
	animation-name: fadeInUp;
	animation-delay: .2s;
}

.shiming{background-image: -webkit-linear-gradient(left, #fcfcfc, #e1dfdd); /*背景渐变，针对苹果浏览器写的兼容*/
	background-image: -moz-linear-gradient(left, #fcfcfc, #e1dfdd); /*背景渐变，针对火狐浏览器写的兼容*/
	background-image: -o-linear-gradient(left, #fcfcfc, #e1dfdd); /*背景渐变，针对欧朋浏览器写的兼容*/
	background-image: -ms-linear-gradient(left, #fcfcfc, #e1dfdd); /*背景渐变，针对手机微软浏览器写的兼容*/
	background-image: linear-gradient(left, #fcfcfc, #e1dfdd);  /*背景渐变，正常的写法*/ position:relative;}
.shiming .swiper-wrapper{ max-width:1920px;}
.shiming .left{ float:left; width:calc(80% - 820px); margin-left:10%; margin-top:6%;}
.shiming .left dl{ font-size:50px; line-height:1.2; text-transform:uppercase;}
.shiming .left dt{ font-size:44px; color:#b92d28; line-height:2; margin-top:30px; font-family:PuHuiTiBold}
.shiming .left dd{ font-size:24px; color:#000000; font-family:AlibabaPuHuiTi-Light; line-height:2; font-family:PuHuiTiLight}
.shiming .left p{ margin-top:200px; font-size:22px; font-family:PuHuiTiRegular;}
.shiming .left dl strong{ font-family:PuHuiTiBold}
.shiming .right{ float:right; width:810px; height:auto; min-height:600px; margin-right:10%; margin-top:2%; position:relative;}
.shiming .right .bgimg{border-radius:15px; overflow:hidden; position:absolute; z-index:1; right:0;}
.shiming .right .bgimg img{ height:100%;}
.shiming .right .img{ position:absolute; z-index:2; left:110px; border-radius:15px; overflow:hidden; top:80px;}
.shiming .right .desc{ position:absolute; width:500px; background-color:#b92d28; border-radius:15px; left:0%; bottom:0; padding:10px 20px; z-index:5;}
.shiming .right .desc dl{ float:left; border-right:2px #fff solid; padding-right:15px; margin-right:20px;}
.shiming .right .desc dt{ font-size:24px; color:#fff; margin-top:5px; line-height:2; font-family:PuHuiTiLight}
.shiming .right .desc dd{ font-size:24px; color:#fff; font-family:PuHuiTiRegular;}


.shiming .swiper-pagination-bullets{bottom:50px; text-align:right; width:88%;}
.shimingswiper-pagination .swiper-pagination-bullet{ background:none; border:3px #fff solid; opacity:1; width:4px; height:4px;}
.shimingswiper-pagination .swiper-pagination-bullet-active{ background-color:#fff;}

.mySwiperbanner .swiper-pagination-bullets{bottom:80px;}
.bannerswiper-pagination .swiper-pagination-bullet{ background:none; border:3px #fff solid; opacity:1; width:4px; height:4px;}
.bannerswiper-pagination .swiper-pagination-bullet-active{ background-color:#fff;}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity:0;
    cursor: auto;
    pointer-events: none;
}

@media screen and (max-width:2561px){.shiming{ padding-bottom:80px;}}
@media screen and (max-width:1920px){.shiming{ padding-bottom:100px;}}
@media screen and (max-width:1766px){.shiming{ padding-bottom:50px;}}
@media screen and (max-width:1700px){.shiming{ padding-bottom:10px;}}

@media screen and (max-width:1378px){.shiming{ padding-bottom:0px;}
.shiming .left{ float:left; width:calc(80% - 600px);}
.shiming .right{ width:600px;}
.shiming .right .bgimg{ width:76%;}

}

	
.yewu{ width:100%; position:relative; height:100vh;}
.yewu .yewubg{ position:absolute; width:100%; height:100%; z-index:1;}
.yewu .yewubg img{ width:100%; height:100%;}
.yewu .yewubg2{ width:100%; height:100%; background:url(https://cdn.wellgo.com.cn/skin/img/yewubg.png) no-repeat center bottom; position:absolute; z-index:2; background-size:cover; transition:all .3s;}
.yewu:hover .yewubg2{ background:url(https://cdn.wellgo.com.cn/skin/img/yewubgon.png) no-repeat center bottom; background-size:cover;}
.yewu .left{ float:left; width:100%; margin-left:10%; margin-top:8%; position:absolute; z-index:6; color:#fff;}
.yewu .left dl{ font-size:50px; font-weight:bold; line-height:1.2; text-transform:uppercase; font-family:PuHuiTiBold;}
.yewu .left dt{ font-size:50px; line-height:1.2; text-transform:uppercase;}
.yewu .left dd{ font-size:44px; margin-top:30px; line-height:2; font-family:PuHuiTiMedium;}

.yewu .right{float:right; width:50%; height:auto; margin-top:5%; position:absolute; z-index:10; right:10%; text-align:center; height:100%;}
.yewu .right img{ max-height:80%;}

.yewu .swiper-pagination-bullets{bottom:50px; text-align:right; width:88%;}
.yewuswiper-pagination .swiper-pagination-bullet{ background:none; border:3px #fff solid; opacity:1; width:4px; height:4px;}
.yewuswiper-pagination .swiper-pagination-bullet-active{ background-color:#fff;}

.yewu2{ width:100%; position:relative; height:100vh;}
.yewu2 .yewubg{ position:absolute; width:100%; height:100%; z-index:1;}
.yewu2 .yewubg img{ width:100%; height:100%;}
.yewu2 .yewubg2{ width:100%; height:100%; background:url(https://cdn.wellgo.com.cn/skin/img/yewubg2.png) no-repeat center bottom; position:absolute; z-index:2; background-size:cover; transition:all .3s;}
.yewu2:hover .yewubg2{ background:url(https://cdn.wellgo.com.cn/skin/img/yewubg2on.png) no-repeat center bottom; background-size:cover;}
.yewu2 .left{width:50%; right:10%; margin-top:10%; position:absolute; z-index:20; color:#fff; text-align:right;}
.yewu2 .left dl{ font-size:50px; font-weight:bold; line-height:1.2; text-transform:uppercase; font-family:PuHuiTiBold;}
.yewu2 .left dt{ font-size:50px; line-height:1.2; text-transform:uppercase;}
.yewu2 .left dd{ font-size:46px; margin-top:30px; font-family:PuHuiTiMedium; line-height:1.2;}

.yewu2 .right{width:100%; height:100%; margin-top:0; position:absolute; z-index:10; left:0%; text-align:center;}
.yewu2 .right img{ width:100%; height:100%;}

.yewu2 .swiper-pagination-bullets{bottom:50px; text-align:right; width:88%;}
.yewu2swiper-pagination .swiper-pagination-bullet{ background:none; border:3px #fff solid; opacity:1; width:4px; height:4px;}
.yewu2swiper-pagination .swiper-pagination-bullet-active{ background-color:#fff;}

.shiming .swiper-button-next{ width:40px; height:40px; background:url(https://cdn.wellgo.com.cn/skin/img/r.png) no-repeat center center; right:5%; background-size:cover;}
.shiming .swiper-button-next:after{content:'';}
.shiming .swiper-button-prev{ width:40px; height:40px; background:url(https://cdn.wellgo.com.cn/skin/img/l.png) no-repeat center center; left:5%; background-size:cover;}
.shiming .swiper-button-prev:after{content:'';}

.swiper-button-next{ width:40px; height:40px; background:url(https://cdn.wellgo.com.cn/skin/img/right.png) no-repeat center center; right:5%;}
.swiper-button-next:after{content:'';}
.swiper-button-prev{ width:40px; height:40px; background:url(https://cdn.wellgo.com.cn/skin/img/left.png) no-repeat center center; left:5%;}
.swiper-button-prev:after{content:'';}


footer{ background:url(https://cdn.wellgo.com.cn/skin/img/footbg.jpg) repeat center top;}
.foot{ padding:1% 10% 1%; display:flex; justify-content:space-between;}
.footl{ width:30%;}
.sousuo{ border:1px #fff solid; border-radius:5px; width:256px; margin-top:20px;}
.sousuo input{ background:none; height:35px; line-height:35px; border:0; color:#fff; width:210px; float:leftl}
input::-webkit-input-placeholder{ color:#fff; font-weight:bold; padding-left:10px;
}
input::-moz-input-placeholder{ color:#fff; font-weight:bold; padding-left:10px;
}
input::-ms-input-placeholder{ color:#fff; font-weight:bold; padding-left:10px;
}
.sousuo button{ width:35px; height:35px; border:0; float:right; background:url(https://cdn.wellgo.com.cn/skin/img/ss.jpg) no-repeat center center; margin-right:5px;}


.shengming{ width:100%; float:left; display:flex; justify-content:flex-start; margin-top:20px; flex-wrap:wrap;}
.shengming li{ width:120px; line-height:2;}
.shengming li:nth-child(3){width:180px}
.shengming a{ color:#fff; font-size:16px; text-align:center;}

.map{ width:30%; color:#fff; line-height:1.5; font-size:16px; margin-top:20px;}
.map a{ color:#fff;}

.footr{}
.footr .lx{ float:left; margin-right:30px; background:#fff; border-radius:20px; height:30px; line-height:30px; text-align:center; font-size:20px; padding:5px 20px; margin-top:130px;}
.footr .ewm{ width:120px; height:auto; background:rgba(255,255,255,.30); border-radius:5px; padding:15px; text-align:center; color:#fff; float:right;}
.footr .ewm img{ width:100%;}
.menu-container {
    position: relative;
    display: inline-block; margin-top:20px;
}

.menu-toggle {
	border:1px #fff solid; width:406px; height:45px; line-height:45px;
    color:#221716;
    cursor: pointer;
    font-size: 18px; text-align:left; margin-top:20px; background-color:#fff; padding:0; text-indent:1rem;
}

.arrow {
    font-size: 18px;
    transition: transform 0.0s ease;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
	background:rgba(255,255,255,0.80);
    width:70%;
    display: none;  /* 默认隐藏菜单 */
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.1);
    z-index: 100;
    opacity: 0;  /* 默认透明 */
    transform: translateY(10px); /* 默认向下偏移 */
    transition: opacity 0.3s, transform 0.3s; /* 添加平滑过渡 */
}

.menu-list li {
}

.menu-list li:last-child {
    border-bottom: none;
}

.menu-list a {
    display: block;
    padding: 10px;
    color:#000000;
    text-decoration: none; text-align:right;
}

.menu-list a:hover {
	background:rgba(255,255,255,0.95);
}

/* 展开菜单时的样式 */
.menu-list.show {
    display: block;
    opacity: 1; /* 使菜单完全可见 */
    transform: translateY(0); /* 菜单平滑上移 */
}

.menu-toggle .bg2{ background-color:#852d2e; width:90px; height:43px; text-align:center; float:right; overflow:hidden;}
.menu-toggle .arrow {
    transform: rotate(-90deg); /* 点击后旋转箭头 */ margin:0 auto; color:#fff; margin-top:7px;
}

.menu-toggle.show-arrow .arrow {
    transform: rotate(90deg); /* 点击后旋转箭头 */ margin-top:-7px;
}

.nbanner,.nbanner2,.nbanner3{ text-transform:uppercase;}
.nbanner .imgbg{ padding:0 10%; position:relative; z-index:1; height:698px;}
.nbanner .text{ text-align:right; padding:110px 0; line-height:1.2; color:#fff;}
.nbanner .text dl{ font-size:46px; line-height:1.5; font-family:PuHuiTiMedium;}
.nbanner .text dt{ font-family:PuHuiTiBold}
.nbanner .text dt,.nbanner .text dd{ font-size:84px;}

.nbanner2 .imgbg{ padding:0 15%;}
.nbanner2 .text dl{ font-size:56px;}
.nbanner2 .text{ text-align:left; padding:110px 0; line-height:1.2; color:#fff;}

.nbanner2.text dt{ font-weight:bold;}
.nbanner2 .text dt,.nbanner .text dd{ font-size:50px;}

.nbanner3 .text{ text-align:left;}
.nbanner3 .text dl{ margin-bottom:20px; font-size:55px; line-height:1.2;}
.nbanner3 .text dt,.nbanner3 .text dd{ font-size:50px;}

.nbanner4 .imgbg{ padding:0 15%;}
.nbanner4 .text{ text-align:left; padding:180px 0; line-height:1.2; color:#fff;}
.nbanner4 .text dl{ margin-bottom:20px; font-size:55px;}
.nbanner4 .text dt,.nbanner4 .text dd{ display:inline-table; font-size:50px; margin-right:20px;}


.sortnav{ background-color:#fdfdfc; border-bottom:2px #e58e8a solid; font-size:22px; padding:50px 10%; max-width:calc(1920px - 15%); margin:0 auto;}
.sortnav3{ background:none; margin-bottom: 100px;}
.sortnav a{ padding:10px 0px 10px 0; margin-right:70px; color:#1d1d1d; line-height:1.5; position:relative;}
.sortnav a:hover{ color:#df0f15;}
.sortnav a.on{ color:#df0f15;}
.sortnav a:hover:after,.sortnav a.on:after{content:''; position:absolute; width:60%; height:5px; background-color:#df0f15; bottom:0; left:15%;}
@media screen and (max-width:1600px){.sortnav a{ padding:10px 20px; margin-right:30px;}}
.main{ padding:50px 5%; max-width:calc(1920px - 15%); margin:0 auto; height:auto; overflow:hidden; background-image:linear-gradient(to bottom, #fff, #fff, #fff, #fff, #f6f5f5);}
@media screen and (max-width:1440px){.main{ padding:50px 2%; }}
.jjfa ul{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.jjfa ul li{ width:48.5%; margin-bottom:50px;}
.jjfa ul li .img{ width:100%; overflow:hidden; background-color:#000; position:relative;}
.jjfa ul li .pic{ width:100%; height:340px; transition: 0.5s ease 0s;}
.jjfa ul li a:hover .pic{-webkit-transform:scale(1.1); transform:scale(1.1); -webkit-transition: 0.5s ease 0s; opacity:.3;}
.jjfa ul li dt{ display:flex; justify-content:space-between; padding:1rem 0; font-size:28px; text-indent:1em; color:#555656;}
.jjfa ul li dt p{ color:#b92d28; padding:0; margin:0; font-size:16px; line-height:2.4}
.jjfa ul li dd{ position:absolute; left:50%; top:100%;transform: translate(-50%, -0%);transition: 0.5s ease 0s;}
.jjfa ul li:hover dd{ display:block; position:absolute; left:50%; top:50%;transform: translate(-50%, -50%);}
.jjfa ul li dd img{ max-height:186px;}

.jjfa ul li .imgb img{ max-height:186px; border-radius:50%; border:5px #fff solid;}

.jjfajz{ width:100%;}
.jjfajz .imgbg{ width:100%; position:relative; z-index:1; height:280px;}
/*.jjfajz .imgbg:after{content:''; position:absolute; width:100%; height:100%; background-color:#000; top:0; left:0; opacity:.2;}*/
.jjfajz .text{ text-align:left; top:50%; left:7%; width:50%; transform:translate(0,-50%); line-height:1.2; color:#fff; position:absolute; z-index:9;}
.jjfajz .text dl{ font-size:50px; line-height:1.5; font-family:PuHuiTiMedium;}
.jjfajz .text dt{font-family:PuHuiTibold;}
.jjfajz .text dt,.jjfajz .text dd{ font-size:44px;}
.jjfajz .text p{ color:#fff; font-family:PuHuiTiLight; font-size:22px;}
.jjfajz h1{ background-color:#df0f15; text-align:center; font-size:28px; font-weight:normal; color:#fff; height:50px; line-height:50px;}
.jjfajz p{ font-size:18px; line-height:1.5; color:#000000; margin-bottom:50px; font-family:PuHuiTiLight; }
.erji{ height:auto; overflow:hidden;}
.jjfajz.erji{background-image: linear-gradient(top, #fff, #f6f5f5);}

/*PDF下载*/
.PDFXZ{ width:60%; margin:0 auto; display:flex; justify-content:space-between;}
.PDFXZ .xnyxqxz{ width:50%; text-align:center;}
.PDFXZ .xnyxqxz dl,.PDFXZ .xnyxqxz dt{ margin:0 auto;}

/*文字轮播*/
.lunbo .imgbg{ width:100%; position:relative; z-index:1; height:330px;}
/*.jjfajz .imgbg:after{content:''; position:absolute; width:100%; height:100%; background-color:#000; top:0; left:0; opacity:.2;}*/
.lunbo .text{ text-align:left; top:50%; left:7%; width:50%; transform:translate(0,-65%); line-height:1.2; color:#fff; position:absolute; z-index:9;}
.lunbo .text dl{ font-size:50px; line-height:1.2; font-family:PuHuiTiMedium;}
.lunbo .text dt{font-family:PuHuiTiMedium; font-size:24px; line-height:1.5; margin-top:15px;}
.lunbo .text dd{ font-size:16px; line-height:1.5; font-family:PuHuiTiLight;}
.lunbo .en{ float:right; margin-right:3%; margin-top:2%; font-size:70px; line-height:1.2;font-family:PuHuiTibold; color:#fff; text-align:right;}
.lunbo .text p{ color:#fff; font-family:PuHuiTiLight; font-size:22px;}
.lunbo h1{ background-color:#df0f15; text-align:center; font-size:28px; font-weight:normal; color:#fff; height:50px; line-height:50px;}
.lunbo p{ font-size:16px; line-height:1.5; color:#000000; font-family:PuHuiTiLight; padding-left:20px;}

.gzxtjjfa .lunbo{ background-color:#fff; position:relative; padding-bottom:120px;}
.gzxtjjfa{ position:relative; margin-bottom:100px; padding-bottom:100px;}
.gzxtjjfa:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; left:0; bottom:0px; z-index:1;}
.gzxtjjfa:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:-8px; width:50px; height:50px; z-index:2; text-align:right;}


.lunbowenzi{ width:85%; margin:0 auto; position:relative; padding:0; background-color:#fff; overflow:hidden;}
.lunbowenzi dl{ font-size:22px; font-weight:bold; color:#df0f15;font-family:PuHuiTibold;}
.lunbowenzi h2{ font-size:16px;font-family:PuHuiTiMedium; color:#df0f15; position:relative; padding-left:20px;font-weight: normal;}
.lunbowenzi h2:after{content:""; width:5px; height:12px; background-color:#df0f15; border-radius:2px; position:absolute; left:0; top:5px;}
.lunbowenzi h3{ font-size:16px; position:relative; padding-left:20px; font-weight:normal; line-height:2; font-family:PuHuiTiLight; color:#000000;}
.lunbowenzi h3:after{content:""; width:5px; height:12px; background-color:#df0f15; border-radius:2px; position:absolute; left:0; top:10px;}
.lunbowenzi h4{ font-size:14px;font-family:PuHuiTiLight; position:relative; padding-left:20px;font-weight: normal;}
.lunbowenzi h4:after{content:""; width:10px; height:2px; background-color:#df0f15; border-radius:2px; position:absolute; left:0; top:10px;}

.lunbo .anniu{ width:100px; margin:0 auto; bottom:-30px; position:relative; display:flex; justify-content:center;}

.lunbo .swiper-button-next,.lunbo .swiper-button-prev{width:30px; height:30px; border:3px #df0f15 solid; border-radius:50%; background:none; color:#df0f15; font-weight:bold;font-family:PuHuiTibold; text-align:center; line-height:28px; font-size:26px;}


.faxq{ width:100%; display:flex; justify-content:space-between; position:relative; margin:35px 0;}
.faxq dl{ width:48%;}
.faxq dl img{ width:100%;}
.faxqright{ width:49%; position:absolute; bottom:40px; right:0;}
.faxqright p{ padding:0; margin:0; line-height:0;}
.faxq dt{ font-size:38px; color:#1d1d1d;}
.faxq dd{ font-size:38px; font-family:PuHuiTibold;}
.faxq dd::first-letter {color: #df0f15;}
.mt30{ margin-top:30px;}
.faxq span{ font-size:28px; font-weight:100; color:#333333; font-weight: lighter;font-weight: 100; font-family:PuHuiTiLight;}
.jjfajz .body{ margin-bottom:100px;}
.jjfajz .body img{ max-width:100%;}


@media screen and (max-width:1469px){.faxqright{bottom:0px;}}

.table{ width:100%; overflow:auto; margin-top:30px;}
.table table{ min-width:100%; margin:auto; border-collapse:collapse;border-collapse: separate; /* 保证可以设置间距 */
  border-spacing: 10px;}
.table table tr td{ padding:5px; border:none; font-size:20px; line-height:30px; border:0px solid #ccc; text-align: center; vertical-align:middle;}
.table table tr td p{ margin:0; padding:0;}
.table table tr:nth-child(2n+1){background:#c9caca;}
.table table tr:nth-child(2n+1) td:first-child{}
.table table tr:first-child{ background-color:#df0f15; color:#fff;}
.table table tr:first-child td:first-child{}

.fhlb{ width:170px; margin:0 auto; border:1px #d33e38 solid; height:50px; line-height:50px; text-align:center; font-size:22px; border-radius:25px; overflow:hidden; margin-top:50px; margin-bottom:50px;}

.xnyerji{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.xnyerji h1,.xnyerji p{ width:100%;}
.xnyxq{ width:49%; height:auto; overflow:hidden; margin-bottom:50px;}
.xnyxq dl{ width:100%;}
.xnyxq dl img{ max-width:100%;}
.xnyxqbody{ width:100%; margin-top:30px;}
.xnyxqbody dt{ font-family:PuHuiTiLight;}
.xnyxqbody dt,.xnyxqbody dd,.xnyxqbody dd p{ font-size:20px; line-height:1.5;}
.xnyxqbody dt{ margin-bottom:15px;}
.xnyxqbody dd p{ padding:0; margin:0;}

.xnyxqxz{ width:auto; margin:0 auto; text-align:center; margin-bottom:50px;}
.xnyxqxz dl{ font-size:28px; line-height:2; color:#df0f15;}
.xnyxqxz dt{ width:220px; height:64px; line-height:64px; border-radius:32px; background-color:#df0f15; color:#fff; font-size:22px;}

.dzdqyy .dzdqbg{ width:100%; background-color:#df0f15; height:auto; display:flex; justify-content:space-between;}
.dzdqyy .text{ color:#fff;font-size:38px; padding:60px 100px; font-family:PuHuiTiMedium;}
.dzdqyy .text dd{ font-family:PuHuiTiRegular;}
.dzdqyy .ico{ padding:60px 100px;}
.dzdqyy .dzdqtitle{ width:calc(100% - 8%); line-height:130px; font-size:38px; font-family:PuHuiTiMedium; float:right; position:relative; margin-bottom:100px;}
.dzdqyy .dzdqtitle:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; left:0; bottom:0px; z-index:1;}
.dzdqyy .dzdqtitle:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:21px; width:50px; height:50px; z-index:2; text-align:right;}
.dzdqyy .dzdqxq{ width:calc(100% - 16%); height:auto; overflow:hidden; margin:0 auto; display:flex; justify-content:space-between; position:relative; margin-bottom:50px;}
.dzdqyy .dzdqxq dl{ width:48%;}
.dzdqyy .dzdqxq dl img{ width:100%;}
.dzdqyy .dzdqxqright{ width:49%; position:absolute; bottom:0; right:0;  text-align: justify; text-justify: inter-ideograph;}/*两端对齐*/
.dzdqyy .dzdqxqright dt{ font-size:28px; color:#df0f15;}
.dzdqyy .dzdqxqright dd{ font-size:22px; font-family:PuHuiTiLight;}

.qtgyxt{margin:0 auto;}
.qtgyxt .qtgyxtbg{ width:100%; background-color:#df0f15; height:auto; display:flex; justify-content:space-between;}
.qtgyxt .text{ color:#fff;font-size:38px; padding:60px 100px;font-family:PuHuiTiMedium;}
.qtgyxt .text dd{font-family:PuHuiTiRegular;}
.qtgyxt .ico{ padding:60px 100px;}
.qtgyxt .qtgyxttitle{ width:calc(100% - 80px); line-height:130px; font-size:38px; font-family:PuHuiTiMedium; float:right; position:relative; margin-bottom:100px;}
.qtgyxt .qtgyxttitle:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; left:0; bottom:0px; z-index:1;}
.qtgyxt .qtgyxttitle:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:21px; width:50px; height:50px; z-index:2; text-align:right;}
.qtgyxt .qtgyxtxq{ width:calc(100% - 160px); height:auto; overflow:hidden; float:right; display:flex; justify-content:space-between; position:relative; margin-bottom:50px; margin-right:80px;}
.qtgyxt .qtgyxtxq dl{ width:48%;}
.qtgyxt .qtgyxtxq dl img{ width:100%;}
.qtgyxt .qtgyxtxqright{ width:49%; position:absolute; bottom:0; right:0;}
.qtgyxt .qtgyxtxqright dd{ font-size:22px; font-family:PuHuiTiLight;}
.qtgyxt .qtgyxtxqright h2{ font-size:38px; font-weight:normal;font-family:PuHuiTiRegular;}
.qtgyxt .qtgyxtxqright h3{ font-size:28px; font-weight:normal; color:#df0f15;font-family:PuHuiTiRegular;}

.qtgyxt .qtgyxtxq2{ width:calc(100% - 160px); height:auto; overflow:hidden; float:right; position:relative; margin-bottom:0px; margin-right:80px;}
.qtgyxt .qtgyxtxq2-1{display:flex; justify-content: space-between;}
.qtgyxt .qtgyxtxq2-1 .table{ width:48%}
.qtgyxtxq2 .qtgyxtxq dl{ width:100%;}
.qtgyxtxq2 .qtgyxtxq dl img{ width:100%;}
.qtgyxtxq2 .qtgyxtxqright{ width:100%; position:relative;}
.qtgyxtxq2 .qtgyxtxqright h1{ font-size:38px; font-weight:normal;font-family:PuHuiTiRegular;}
.qtgyxtxq2 .qtgyxtxqright h2{ font-size:28px; font-weight:normal; color:#df0f15;}
.qtgyxtxq2 .qtgyxtxqright dd{ font-size:22px;}

.qtgyxtxq2 p{ margin:0;}

.cptx .text{ color:#fff; font-size:38px; padding:60px 100px; font-family:PuHuiTiMedium;}
.cptx .text span{ font-family:PuHuiTiRegular;}
.cptx .ico{ padding:0px 30px; width:156px; position:relative; overflow:hidden;}
.cptx .ico img{ padding:20px 100px; position:relative; transition:all .3s; filter: drop-shadow(186px 0 #fff); position:absolute; right:136px;}
.cptx .ico img:after{filter: drop-shadow(0px 0 #fff); -webkit-filter: drop-shadow(0px 0 #fff);transition:all .3s; position:absolute; right:0;}
.cptx p{ color:#000000;font-family:PuHuiTiLight; font-size:16px; line-height:1.5;}

.cptxbanner .imgbg{position:relative;}
.cptxbanner .text{ position:absolute; top:50%; transform:translate(0,-50%);}

.cptxxq{ margin-top:50px;}
.cptx .cptxxqright dt{ font-size:34px; margin-bottom:30px;}
.cptx .cptxxqright h1{ font-size:26px; font-weight:normal; color:#df0f15; font-family:PuHuiTiRegular;}

.cptxxfl .category-nav{ display:flex; justify-content:space-between; flex-wrap: wrap; margin-top:100px;}
.cptxxfl .category-nav .qtgyxtbg{ width:48%; margin-bottom:60px; cursor:pointer;}
.cptxxfl .category-nav .qtgyxtbg .text{ padding:30px 0px 30px 100px;}
.cptxxfl .category-nav .qtgyxtbg .text dl,.cptxxfl .qtgyxtbg .text dt,.cptxxfl .qtgyxtbg .text dd{ font-size:30px;}
.cptxxfl .category-nav .qtgyxtbg .ico img{ padding:30px 100px;}

@media screen and (max-width:1695px){.cptxxfl .category-nav .qtgyxtbg .text{ padding:30px 0px 30px 50px;}}
@media screen and (max-width:1565px){.cptxxfl .category-nav .qtgyxtbg .text{ padding:30px 0px 30px 30px;}}

.jszc{ width:100%;}
.jszc ul li .pic{ width:100%; height:400px; transition: 0.5s ease 0s;}

.jszc .jszcxq{ display:flex; justify-content:space-between; margin-top:50px; margin-bottom:20px; position:relative;}
.jszc .jszcxq dl{ width:350px; margin-right:30px;}
.jszc .jszcxq dt{ width:70%; position:absolute; bottom:0; left:380px;}
.jszc .jszcxq dt em{ width:80px; display:block; margin-bottom:30px;}
.jszc .jszcxq dt span{ font-size:38px; line-height:1.5; font-family:PuHuiTiMedium;}
.jszc .jszcxq dt p{ font-size:22px; font-family:PuHuiTiRegular; margin:0;}
.jszc .jszcxq dd a{ width:120px; position:absolute; right:0; bottom:0; background-color:#df0f15; font-size:22px; color:#fff; height:40px; line-height:40px; text-align:center;}

/*客服*/
.floatBox{ position:fixed; right:0px; top:30%; background:#fff; width:100px; z-index:100; -webkit-box-shadow: 3px 3px 3px;  -moz-box-shadow: 3px 3px 3px;  box-shadow: -1px 1px 20px rgba(0, 0, 0, .13);}
.floatBox li a{width:100%; display:block; padding:10px 0; text-align:center; border-top:0; background-image:url(../images/floatbox.png); background-position:center 8px; background-repeat:no-repeat; cursor:pointer; font-family:PuHuiTiLight}
.floatBox li a img{ max-width:80%;}
.floatBox li.li_o a{background-color:#e60012; color:#fff; text-align:center;}
.returnTop{background-color:#e60012; text-align:center;}
.returnTop a{ color:#fff;}
.hide{ display:none;}
.hide2{ display:none;}

.toggle-btn{background-color:#9f9fa0; text-align:center; text-align:center; padding:10px 0;}
.toggle-btn img{ width:60%;}
.fa-chevron-down img{transform: rotate(-180deg);}

/*留言*/
.content,.content2,.content4{display: none;
    position:fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:80%;
	max-width:1600px;
    border-radius: 4px;
    overflow-x: hidden;
    box-shadow: 0 1px 5px rgb(0 0 0 / 40%);
    z-index: 9999;
    display: none;
}
.xqtjbody{ background-image:linear-gradient(to top, #fff, #f7f5f5); overflow-y:scroll; height:90vh;}
.xqtjbody::-webkit-scrollbar{ width:1px;}
.xqtj dl{width:100%; background-color:#df0f15; border-radius:10px 10px 0 0; text-align:center; padding:15px 0;}
.xqtj dt{text-align:center;}
.xqtj dd{font-size:50px; text-align:center; font-family:PuHuiTibold; padding-top:20px;}
.xqtj dd p{font-size:28px; color:#c9caca; font-weight:normal; font-family:PuHuiTiRegular;}
.xqtj form{ padding:0 150px;}

.xqtj .duoxuan{ display:flex; justify-content:flex-start; flex-wrap:wrap;}
.xqtj .duoxuan h1{ width:100%; font-size:22px; color:#df0f15;}
/* 修改 label 的样式 */
.xqtj .duoxuan label {
    width: 23%;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
    position: relative;
    display: inline-block; /* 使复选框并排显示 */ margin-right:2%;
}

/* 修改复选框样式 */
.xqtj .duoxuan label input{
    width: 25px;
    height: 25px;
    border: 2px solid #c9caca; /* 设置复选框的边框颜色 */
    border-radius: 3px; /* 圆角边框 */
    background: none; /* 去掉默认背景 */
    position: absolute; /* 使复选框和文字对齐 */
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}
.xqtj .duoxuan label span{ padding-left:40px; line-height:30px;}
.xqtj input[type="checkbox"] {
    display: none; /* 隐藏复选框 */
}

/* 选中时的效果 */
/* 创建一个自定义的复选框外观 */
.xqtj label span {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer;
}

/* 自定义复选框外观 */
.xqtj label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width:25px;
    height:25px;
    border: 2px solid #aaa;
    border-radius: 3px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* 当复选框选中时，改变背景颜色 */
.xqtj input[type="checkbox"]:checked + span::before {
    background-color: #df0f15;  /* 选中后的背景颜色 */
    border-color: #df0f15; /* 边框颜色 */
}

/* 给选中的内容加上勾选标记 */
.xqtj input[type="checkbox"]:checked + span::after {
    content: '✓';
    position: absolute;
    left:8px;
    top: 0;
    color: white;
    font-size: 16px;
}

.comment-box{ width:100%; display:flex; justify-content:space-between; flex-wrap:wrap;}
.comment-box .input{ width:48%; font-size:30px; margin-top:30px; display:flex; justify-content:space-between; position:relative;}
.comment-box .input span{ width:120px;}
.comment-box .input b{ color:#df0f15;}
.comment-box .input input{ background:none; border:0; border-bottom:2px #c9caca solid; width:calc(100% - 100px);color:#c9caca; font-size:26px;}
.comment-box .input input:focus{
outline: none ;
}
.comment-box .input input::-webkit-input-placeholder{ /*WebKit browsers*/
color:#c9caca; font-size:26px; font-weight:normal; line-height:1;
}
.comment-box .input input::-moz-input-placeholder{ /*Mozilla Firefox*/
color:#c9caca; font-size:26px; font-weight:normal; line-height:1;}
.comment-box .input input::-ms-input-placeholder{ /*Internet Explorer*/ 
color:#c9caca; font-size:26px; font-weight:normal; line-height:1;
}

.comment-box .textarea{ width:100%; font-size:30px; margin-top:30px; display:flex; justify-content:space-between; position:relative;}
.comment-box .textarea span{ width:120px;}
.comment-box .textarea b{ color:#df0f15;}
.comment-box .textarea textarea{ height:200px; border:2px #c9caca solid; width:calc(100% - 100px); background:none; color:#c9caca; font-size:26px; font-weight:normal; line-height:1; padding:15px;}

.comment-box .textarea textarea::placeholder {
    color: #c9caca;         /* 默认的占位符文字颜色 */
}
.comment-box .textarea textarea:focus::placeholder {
    color: #c9caca;            /* 聚焦时 placeholder 变为浅灰色 */
}
.comment-box .textarea textarea:focus{
outline: none ;
}
.yuedu{ margin:0 auto; text-align:center; margin-top:30px; font-size:20px; line-height:35px;}
.yuedu label span{ padding-left:40px;}
.submit{ width:100%; margin-top:30px; display:flex; justify-content:center; padding-bottom:50px;}
.submit button{ width:33%; background-color:#df0f15; line-height:2; font-size:30px; text-align:center; color:#fff; display:block; font-weight:bold;}


/* 给选中的内容加上勾选标记 */
.yuedu input[type="checkbox"]:checked + span::after {
    content: '✓';
    position: absolute;
    left:10px;
    top: 4px;
    color: white;
    font-size: 16px;
}
.yuedu a{ color:#000000; font-weight:bold;}
.success-message,.error-message {
	position: fixed; border-radius:15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); background:rgb(0,0,0,0.7); z-index:999999;
}
.message {  /* 设置提示框的宽度、高度、边框等样式 */
	width:auto; padding:20px; border:0;
	/* 将内容垂直居中 */
	display: flex;
	justify-content: center;
	align-items: center; color:#fff; text-align:center; font-size:20px; line-height:20px;
}
.close {
	width:15px; position:absolute; top:0px; right:0px;
	height:15px; border-radius:50px; border:1px; text-align:center;
	line-height:10px;
}
.close::before {
	content: "X";
	font-size:12px;
	width:100%; color:#E30003;
	cursor:pointer;
}
        #box{
            width: 300px;
            height: 200px;
            border: 1px solid #eaeaea;
        }
.fa-close{position: absolute;
    top:10px;
    right:10px;
    font-size:20px;
	width:20px;
	height:20px; text-align:center;
    line-height:20px;
    color: #fff;
    cursor: pointer; border:2px #fff solid; border-radius:50%; overflow:hidden; font-style:normal;
	}
/*单选样式*/
.mail label{
    float: left;
    margin-top: 0.1rem;
    cursor: pointer; margin-left:1rem;
}
.mail label input{
    display: none;
}
.mail label .circle{
    display: block;
    line-height: 2.32rem; width:5rem;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E6322E;
    color: #E6322E;
    background-color: #FFF2F2;
    position: relative;
}
.mail label :not(:checked)+.circle{
    border-color: #ddd;
    color: #333;
    background-color: transparent;
}
.mail label :not(:checked)+.circle:after{
    display: none;
}
.mail label span{
    display: inline-block;
    vertical-align: middle;
}

.submit-button{
    margin-top: 0.1rem;
    line-height: 2.37rem;
    text-align: center;
    background-color: rgb(230, 50, 46);
    background-image: -webkit-linear-gradient(45deg, rgb(230, 50, 46), rgb(255, 25, 98));
    font-size: 1.16rem;
    border-radius: 1.59rem;
    color: #fff;
    font-weight: bold;
    -webkit-animation: enlargeShrink-data-v-5eb8a5bf 3s infinite;
    -o-animation: enlargeShrink-data-v-5eb8a5bf 3s infinite;
    animation: enlargeShrink-data-v-5eb8a5bf 3s infinite;
	overflow:hidden; width:100%; border:0; cursor:pointer;
}
.submit-button:after{
    content: '';
    display: block;
    position: absolute;
    width: 2.37rem;
    height: 2.37rem;
    margin-top: -2.37rem;
    background-image: url(/images/swipe_light.png);
    background-size: 2.37rem 2.37rem;
    -webkit-animation: searchLights-data-v-5eb8a5bf 3s linear infinite forwards;
    -o-animation: searchLights-data-v-5eb8a5bf 3s linear infinite forwards;
    animation: searchLights-data-v-5eb8a5bf 3s linear infinite forwards;
    transform: scale(1.15);
}

/*微信弹窗*/
.wxtc{ width:800px;}
.wxtc dl{width:100%; background-color:#df0f15; border-radius:10px 10px 0 0; text-align:center; padding:15px 0;}
.wxtc dt{text-align:center;}
.wxtc h1{ width:100%; text-align:center; font-size:48px; line-height:3; font-family:PuHuiTiMedium;}
.wxtc h2{ width:100%; text-align:center; font-size:32px; line-height:1.5; color:#777777; font-weight:normal;}
.wxtc dd{ width:100%; text-align:center;}
.wxtc dd img{ max-width:480px; border:1px #000000 solid;}

/*法律声明*/
.flsm{ width:80%; max-width:1600px; margin:0 auto;}
.flsm dl{width:100%; background-color:#df0f15; border-radius:10px 10px 0 0; text-align:center; padding:15px 0;}
.flsm dt{text-align:center;}
.flsm h1{ width:100%; text-align:center; font-size:48px; line-height:3; font-family:PuHuiTiBold;}
.flsm .flsmnr{ width:80%; margin:0 auto; color:#5f5f5f; font-size:24px; line-height:1.5;}

/*项目案例*/
.xmal .xmaltitle{ width:calc(100% - 3%); padding-bottom:30px; float:right; position:relative; margin-bottom:80px; color:#df0f15;}
.xmal .xmaltitle:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; left:0; bottom:0px; z-index:1;}
.xmal .xmaltitle:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:-8px; width:50px; height:50px; z-index:2; text-align:right;}
.xmal .xmaltitle dl,.xmal .xmaltitle dt{ font-size:38px; line-height:1.5; font-family:PuHuiTiMedium;}
.xmal .xmalbody{ width:calc(96% - 0px); float:right; position:relative; margin-bottom:50px;}
.xmal .xmalbody .xmalleft{ width:420px; position:absolute; bottom:0; /*border-bottom:4px #df0f15 solid;*/ color:#df0f15; right:0;}
.xmal .xmalbody .xmalleft dt{ font-size:50px; margin-bottom:30px; font-family:PuHuiTiMedium;}
.xmal .xmalbody .xmalleft dt span{ font-size:28px; font-family:PuHuiTiRegular;}
.xmal .xmalbody .xmalleft dd{ font-size:20px; color:#000000; line-height:2; margin-bottom:30px;}
.xmal .xmalbody .xmalleft dd p{ margin:0; padding:0; font-size:20px;}
.xmal .xmalbody dl{ width:calc(100% - 500px); float:left;}
.xmal .xmalbody dl img{ width:100%;}
.xmal .xmalbody2 .xmalleft{ left:0;}
.xmal .xmalbody2 dl{ float:right;}

/*幕墙系统*/
.muqiang .xmaltitle{ width:calc(100% - 80px); padding-bottom:30px; float:right; position:relative; margin-bottom:100px; color:#df0f15;}
.muqiang .xmaltitle:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; left:0; bottom:0px; z-index:1;}
.muqiang .xmaltitle:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:-8px; width:50px; height:50px; z-index:2; text-align:right;}
.muqiang .xmaltitle dl,.xmal .xmaltitle dt{ font-size:38px; line-height:1.5; font-family:PuHuiTiMedium;}
.muqiang .xmalbody{width:calc(100% - 100px); float:right; position:relative; margin-bottom:100px; position:relative; padding-bottom:100px;}

.muqiang .xmalbody:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; left:0; bottom:0px; z-index:1;}
.muqiang .xmalbody:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:-8px; width:50px; height:50px; z-index:2; text-align:right;}

.muqiang .xmalbody:last-child:after,.muqiang .xmalbody:last-child:before{display:none;}

.muqiang .xmalbody .xmalleft{ width:450px; position:absolute; bottom:80px; color:#df0f15; right:0;}
.muqiang .xmalbody .xmalleft em img{ max-width:400px; margin:0 auto;}

@media screen and (max-width:1600px){.muqiang .xmalbody{ min-height:500px;}.muqiang .xmalbody .xmalleft em img{ max-width:300px; max-height:250px; margin:0 auto;}}
.muqiang .xmalbody .xmalleft dt{ font-size:50px; margin-bottom:30px;margin-top: 30px; font-family:PuHuiTiMedium;}
.muqiang .xmalbody .xmalleft dt span{ font-size:28px; font-family:PuHuiTiRegular;}
.muqiang .xmalbody .xmalleft dd{ font-size:20px; color:#000000; line-height:2; margin-bottom:30px;}
.muqiang .xmalbody .xmalleft dd p{ margin:0; padding:0; font-size:22px;}
.muqiang .xmalbody dl{ width:calc(100% - 500px); float:left;}
.muqiang .xmalbody dl img{ width:100%;}
.muqiang .xmalbody:nth-child(2n+1) .xmalleft{ left:0;}
.muqiang .xmalbody:nth-child(2n+1) dl{ float:right;}

.qtgyxt .jtysxq dl{ margin-left:35%; width:65%;}
.qtgyxt .jtysxq .qtgyxtxqright{ width:30%; left:0; text-align:right;}
.qtgyxt .jtysxqh1 dl{width:65%;}
.qtgyxt .jtysxqh1 .qtgyxtxqright{ width:30%;}
.qtgyxt .jtysxqh1 h1{ color:#df0f15; font-weight:normal; font-size:34px; font-family:PuHuiTiMedium;}

/*新闻*/
.xw{ width:100%;}
.xw ul li{ margin-bottom:50px;}
.xw ul li a{ width:calc(100% - 100px); display:flex; justify-content:space-between; color:#000000; position:relative;}
.xw ul li dl{ width:470px;}
.xw ul li dl img{ width:100%;}
.xw ul li .xwright{ width:calc(100% - 500px); position:absolute; right:0; bottom:10%;}
.xw ul li .xwright span{ background-color:#df0f15; font-size:16px; color:#fff; line-height:25px; text-align:center; padding:5px 10px;}
.xw ul li .xwright dt{ font-size:28px; line-height:1.5; margin:30px 0;}
.xw ul li .xwright dd{ font-size:16px;}
.xw ul li .xwright p{ color:#333333; font-size:18px; font-family:PuHuiTiLight;}
.xw ul li .xwright .more{ color:#b92d28; margin-top:50px;}
.xw ul li a:hover,.xw ul li a:hover p{color:#b92d28;}
.xw ul li a:hover span{ background-color:#000000;}

/*分页*/

.pagination{display:flex; justify-content:center;margin-top:10px}
.pagination a{border:1px solid #2f3032; color:#333;font-size:14px;padding:6px 10px; margin:0 2px; border-radius:3px}
.pagination a:hover{color:#df0f15;border:1px solid #df0f15}
.pagination a.page-num-current{color:#fff;background:#df0f15;border:1px solid #df0f15}

.xwxqy h1{ text-align:center;}
.xwxqy dl{ font-size:16px; text-align:center; border-bottom:1px #E3E3E3 solid; padding:0 0 20px;}

/*联系
.contact dl{ width:calc(100% - 50px); margin:0 auto; text-align:center;}
.contact dl img{ max-width:100%;}
.contact ul{ padding:100px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.contact ul dt{ font-size:38px; line-height:3; width:100%; font-family:PuHuiTibold;}
.contact ul li{ width:50%; line-height:2; font-size:28px; line-height:1.5; margin:20px 0; font-family:PuHuiTiMedium;}
.contact ul li img{ margin-right:10px;}
*/
.contact dl{ width:calc(100% - 0px); margin:0 auto; text-align:center;}
.contact dl img{ max-width:100%;}
.contact ul{ padding:100px 0; display:flex; justify-content:space-between; flex-wrap:wrap;}
.contact ul dt{ font-size:38px; line-height:3; width:100%; font-family:PuHuiTibold; display:none;}
.contact ul li{ width:21%;line-height:2; font-size:20px; line-height:1.2;font-family:PuHuiTiRegular; border:2px #e60213 solid; padding:30px 20px; position:relative;}
.contact ul li span{ font-size:28px; font-family:PuHuiTiMedium; line-height:2;}
.contact ul li img{ position:absolute; top:-35px; right:20px;}


@media screen and (max-width:1440px){.contact ul li{width:20%;}}

.zxns .zxnsbg{ width:100%; background-color:#df0f15; height:auto; display:flex; justify-content:space-between;}
.zxns .text{ color:#fff;font-size:40px; padding:60px 100px; font-family:PuHuiTiMedium;}
.zxns .text dd{ font-family:PuHuiTiRegular;}
.zxns .ico{ padding:60px 100px;}

.zxns .zxnstitle{ width:calc(100% - 80px); line-height:130px; font-size:38px; float:right; position:relative; margin-bottom:30px; font-family:PuHuiTibold;}
.zxns .zxnstitle:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; left:0; bottom:0px; z-index:1;}
.zxns .zxnstitle:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:21px; width:50px; height:50px; z-index:2; text-align:right;}
.zxns .zxnsxq{ width:calc(100% - 160px); height:auto; overflow:hidden; float:right; position:relative; margin-bottom:50px; margin-right:80px;}
.zxns .zxnsxq dl{ width:100%; display:flex; justify-content:flex-start; margin-bottom:30px;}
.zxns .zxnsxq dl span{ background-color:#df0f15; color:#fff; font-size:20px; padding:5px 15px; margin-right:15px; border-radius:15px;}
.zxns .zxnsxq h1{ font-size:28px; font-family:PuHuiTibold;}
.zxns .zxnsxq dd{ font-size:22px;}
.zxns .zxnsxq dd p{ margin:0; color:#595757;}

/*发展历程*/
.fzlc dl{ width:calc(100% - 50px); margin:0 auto; text-align:center;}
.fzlc dl img{ max-width:100%;}
.fzlc dt{ width:calc(100% - 250px); margin:0 auto; padding:80px 0 50px; color:#df0f15; font-size:50px; line-height:1.5;}
.fzlc ul{ width:calc(100% - 120px); float:right;}
.fzlc ul li{ position:relative; height:auto; overflow:hidden;}
.fzlc ul li .title{ width:310px; height:70px; position:absolute; left:0; color:#df0f15;}
.fzlc ul li .title span{ width:auto; font-size:50px; position:relative; font-weight:bold; font-family:AlimamaShuhei;}
.fzlc ul li .title span:after{content:''; width:80%; height:7px; position:absolute; bottom:-10px; left:9%; background-color:#df0f15;}
.fzlc ul li .title .yuan{ position:absolute; right:0; top:15px; border-radius:50%; width:65px; height:65px; background-color:#df0f15;}
.fzlc ul li .title .yuan:after{content:''; position:absolute; border-radius:50%; width:40%; height:40%; border:5px #fff solid; top:50%; left:50%; transform:translate(-50%,-50%);}
.fzlc ul li .desc{ width:calc(100% - 410px); float:right; position:relative; min-height:200px; font-size:28px; font-family:PuHuiTiMedium;}
.fzlc ul li .desc:after{content:''; width:5px; height:100%; position:absolute; left:-135px; top:90px; background-color:#df0f15;}
.fzlc ul li .desc dd{ margin:80px 0;}
.fzlc ul li:last-child .desc:after{content:''; display:none;}

/*关于*/
.aboutbg{background-image: linear-gradient(to bottom, #fff, #fcfcfc);
    padding:0px 10%; max-width:calc(1920px - 15%); margin:0 auto;}
.about{
    height: auto;
    overflow: hidden;
    display:flex; justify-content:space-between;
}
.about dl{ width:47%; padding-top:50px; text-align: justify; text-justify: inter-ideograph;}
.about dl h1{ color:#b92d28; font-size:38px; padding-bottom:15px;font-family:PuHuiTiBold}
.about dl p{ font-size:22px; font-family:PuHuiTiLight}
.about dt{ width:46%}
.about dt img{ width:100%;}

.aboutline{ width:calc(100% - 0%); height:50px; display:block; margin:0 auto; position:relative; color:#df0f15;}
.aboutline:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; right:0; top:73%; z-index:1;}
.aboutline:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; left:0; top:0; width:25px; height:50px; z-index:2; text-align:right;}

.honor{ width:100%; height:auto; overflow:hidden; margin-top:50px;}
.honor .left{ width:47%; float:left; position:relative;}
.honor .left dl{ position:absolute; bottom:30px; left:10%; color:#df0f15; font-size:38px;font-family:PuHuiTiBold}
.honor .left dl span{ display:block; font-weight:bold; line-height:2.5;}
.honor .left dl b{ line-height:1;}
.honor .left dl p{ margin:0; padding:0;font-family:PuHuiTiRegular}
.honor .left dt img{width:100%;}
.honor .right{ float:right; width:47%;}
.honor .right dl{ color:#b92d28; font-size:28px;font-family:PuHuiTiBold; margin-top:15px;}
.honor .right ul{ display:flex; justify-content:center; flex-wrap:wrap; padding:0 5%;}
.honor .right ul li{ width:25%; margin:5% 3%;}

.hezuo{ width:100%; height:auto; overflow:hidden; margin-top:50px;}
.hezuo .title{ font-size:28px; color:#b92d28; font-family:PuHuiTiBold; line-height:1.5; margin-bottom:30px;}
.hezuo .body{display: flex;  flex-wrap: wrap; justify-content: space-between;}
.hezuo .body li{ width:13%; overflow:hidden; text-align:center; margin:15px; line-height:100%;display: flex; align-items: center;}
.hezuo .body li img{ max-width:100%; max-height:100%; vertical-align:middle;}

.yfzx{ padding:100px 10%; display:flex; justify-content:space-between; margin:0 auto;}
.yfzx .left{ color:#fff; width:30%; font-size:38px; line-height:1.2; min-width:500px;}
.yfzx .left dl{ margin-top:40%; line-height:2.5;font-family:PuHuiTiMedium}

@media screen and (max-width:1600px){.yfzx .left dl{ margin-top:20%;}}
@media screen and (max-width:1440px){.yfzx .left dl{ margin-top:10%;}}


.yfzx .left dt{font-weight:bold; text-transform:uppercase;font-family:PuHuiTiBold}
.yfzx .left dd{text-transform:uppercase;font-family:PuHuiTiRegular}
.yfzx .left p{ font-size:28px;font-family:PuHuiTiLight}
.yfzx .right{ width:63%;}
.yfzx .right img{ width:100%;}

.qywh{ display:flex; justify-content:space-between; padding:8% 0;}
.qywh li{ width:46%;}
.qywh li dl img{ width:100%}
.qywh li dt{ font-size:34px; font-weight:bold; color:#df0f15; line-height:2.5;font-family:PuHuiTiBold}
.qywh li dd{ font-size:22px; font-family:PuHuiTiLight}

.hxjzg{ text-align:center; position:relative; padding-top:80px; background-color:#fcfcfc;}
.hxjzg .right{ width:100%;}
.hxjzg .right img{ width:100%;}
.hxjzg .left{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); color:#fff;}
.hxjzg .left dl{ font-size:76px; color:#df0f15; font-family:PuHuiTiBold; line-height:2.5;}
.hxjzg .left dt,.hxjzg .left dd{ font-size:62px; line-height:1.5;font-family:PuHuiTiLight}

/*当前位置*/
.position{ margin:0 10%; height:80px; line-height:80px; max-width: calc(1920px - 15%);background-image: linear-gradient(to right, #fff, #efefef); vertical-align:middle; color:#d3403a; text-align:right; padding-right:7.5%;}
.position a{ color:#d3403a;}
.position a:hover{ color:#000000;}
.position a:last-child{ color:#000000;}

/*防水页*/
.fangshui .body{ display:flex; justify-content:space-between; flex-wrap:wrap; width:85%; margin:0 auto;}
.fangshui .fsxq{ width:calc(50% - 50px); margin-top:50px; padding:0 50px 0 0;}
.fangshui .fsxq{ display:flex; justify-content: space-between; flex-wrap:wrap;}
.fangshui .fsxq dl{ width:80px;}
.fangshui .fsxq .fsxqright{ width:calc(100% - 80px);}
.fangshui .fsxq .fsxqright dt{ font-size:28px; color:#df0f15; font-family:PuHuiTiBold; line-height:1.5}
.fangshui .fsxq .fsxqright span{ font-size:22px; color:#df0f15; font-family:PuHuiTiLight; line-height:1.5}
.fangshui .fsxq .fsxqright p{ font-size:18px; color:#1d1d1d; font-family:PuHuiTiLight; line-height:1.5; margin:0;}
.fangshui .PDFXZ{ margin-top:50px;}

.fangshui .erjibg{}
.fangshui .erjibg .imgbg{ height:260px;background-color:#df0f15;}
.fangshui .erjibg .text{ width:100%;}
.fangshui .erjibg .text dl{ font-size:44px}
.fangshui .erjibg .text dt{font-family: PuHuiTiMedium; font-size:44px;}
.fangshui .erjibg .text dd{ font-size:42px;}
.fangshui .erjibg .youku{ margin-top:50px; position:relative; padding:4% 7% 5%; background-color:#c8c7c7;}
.fangshui .erjibg .youku b{ position:absolute; top:0; left:0; z-index:1; height:100%}
.fangshui .erjibg .youku b img{ height:100%;}
.fangshui .erjibg .youku dl,.fangshui .erjibg .youku dl p{ font-size:30px; line-height:1.5; color:#000000; position:relative; z-index:2;font-family: 'PuHuiTiRegular'; padding:0; margin:0;}
.fangshui .erjibg .youku dl p{ line-height:1;}

.fangshui .body2,.fangshui .body3{ display:flex; justify-content:space-between; flex-wrap:wrap; width:85%; margin:0 auto; position:relative;}
.fangshui .cpfenge{ width:100%; height:1px; margin:0 auto; position:relative; margin-bottom:20px;}
.fangshui .cpfenge:after{content:''; background-color:#df0f15; width:90%; height:3px; position:absolute; left:7%; bottom:0px; z-index:1;}
.fangshui .cpfenge:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:-8px; width:50px; height:50px; z-index:2; text-align:right;}

.xny3 .erji .cpfenge:last-child{ display:none;}
.fangshui .cpfenge:last-child{ display:none;}

.fangshui .table{ width:100%; overflow:auto; margin-top:30px;}
.fangshui .table table{ min-width:100%; margin:auto; border-collapse:collapse;  border-collapse: separate; /* 保证可以设置间距 */
  border-spacing: 10px;}
.fangshui .table table tr td{ padding:5px; border:none; font-size:16px; background-color:#e6e6e6; line-height:30px; border:0px solid #ccc; text-align: center; vertical-align:middle; font-family:PuHuiTiLight;}
.fangshui .table table tr td p{ margin:0; padding:0;}
.fangshui .table table tr:nth-child(2n+1){background:#c9caca;}
.fangshui .table table tr:nth-child(2n+1) td{ background-color:#c9caca;}
.fangshui .table table tr:first-child,.fangshui .table table tr:first-child p,.fangshui .table table tr:first-child td{ background-color:#df0f15; color:#fff; font-size:18px; font-family:PuHuiTiRegular;}

.fangshui .table table td:first-child{ text-align:left; padding-left:20px;}

.fangshui .fsxq2 { height:auto; overflow:hidden; padding:50px 0; margin:0 auto; width:100%; position:relative;}
.fangshui .fsxq2 dl{ float:left; width:50%; text-align:center;}
.fangshui .fsxq2 dl img{max-width:100%;}

.fangshui .fsxq2 .fsxqright{ width:45%; float:right; position:absolute; bottom:50px; right:0;}
.fangshui .fsxq2 .fsxqright em img{ max-width:80%;}
.fangshui .fsxq2 .fsxqright dt{ font-size:36px; margin-top:50px; color:#1d1d1d;}
.fangshui .fsxq2 .fsxqright dd{ font-size:22px; color:#df0f15; margin-bottom:50px;}
.fangshui .fsxq2 .fsxqright span{ line-height:1; color:#df0f15;}
.fangshui .fsxq2 p{ margin:0; padding:0;}

.fangshui .fsxq3 { height:auto; overflow:hidden; padding:50px 0; margin:0 auto; width:100%; position:relative;}
.fangshui .fsxq3 dl{ float:left; width:40%; text-align:center;}
.fangshui .fsxq3 dl img{max-width:100%;}

.fangshui .fsxq3 .fsxqright{ width:55%; float:right; position:absolute; bottom:50px; right:0;}
.fangshui .fsxq3 .fsxqright dt{ text-align:center; font-size:20px; color:#df0f15; line-height:2.5;}
.fangshui .fsxq3 .fsxqright dt img{ max-width:100%;}

.fangshui .fsxq4 { height:auto; overflow:hidden; padding:50px 0; margin:0 auto; width:100%; position:relative;}
.fangshui .fsxq4 dl{ float:left; width:100%; text-align:center;}
.fangshui .fsxq4 dl img{max-width:100%;}

.xny .fsxq2 .fsxqright{ position:relative; float:left;}
.xny .fsxq2 dl{ float:right; position:absolute; bottom:90px; right:0; width:52%}
.xny .fsxq2 .fsxqright b{ font-weight:normal; font-size:20px;}
.xny .fsxq2 .fsxqright dd{ font-size:26px;}
.xny .fsxq2 p{ font-size:16px;}
.xny .fsxq2 h4{font-size:20px; margin:0; margin-top:30px; line-height:1.5; font-weight:normal;}
.xny .fsxq2 dl .table h4{font-size:20px; margin:0; margin-top:30px; line-height:1.5;text-align:left; font-weight:normal;color: #df0f15; padding:0 20px}
.xny .fsxq2 dl .table p{ text-align:left; padding:0 15px; text-align:center; line-height:0;}

.fapaojiao{ top:15%; text-align:center;}
.fapaojiao h4{font-size:20px; margin:0; margin-top:30px; line-height:1.5;text-align:left; font-weight:normal;color: #df0f15; padding:0 20px;}


.jiazhuangxitong{ width:86%; margin:0 auto; overflow:hidden; margin-bottom:50px;}
.jiazhuangxitong dl{ font-size:24px; color:#df0f15;font-family:PuHuiTiBold}
.jiazhuangxitong dt{ font-size:24px; color:#df0f15;font-family:PuHuiTiMedium}
.jiazhuangxitong ul{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.jiazhuangxitong ul li{ width:calc(50% - 80px); padding:0 40px; margin-top:50px; position:relative; height:auto; overflow:hidden;}
.jiazhuangxitong ul li .img{ position:absolute; right:0; top:50%; transform:translate(0,-50%); z-index:1;}
.jiazhuangxitong ul li img{max-width:100%; image-rendering: -webkit-optimize-contrast; /* 仅适用于Webkit */
    image-rendering: crisp-edges; /* 标准属性 */}
	
.jiazhuangxitong dd{ width:100%; line-height:40px;vertical-align: middle; display:flex; justify-content:flex-start; font-size:20px; position:relative; z-index:2;}
.jiazhuangxitong dd .dian{ width:20px; height:20px; background-color:#e50010; border-radius:50%; color:#e50010; vertical-align: middle; margin-top:10px; margin-right:10px;}
.jiazhuangxitong dd span{ color:#e50010; line-height:40px;vertical-align: middle; margin-right:10px;}
.jiazhuangxitong dd:nth-child(2) .dian{ background-color:#d34831;}
.jiazhuangxitong dd:nth-child(3) .dian{ background-color:#d75f3f;}
.jiazhuangxitong dd:nth-child(4) .dian{ background-color:#db7551;}
.jiazhuangxitong dd:nth-child(5) .dian{ background-color:#df8966;}
.jiazhuangxitong dd:nth-child(6) .dian{ background-color:#e49e7c;}
.jiazhuangxitong dd:nth-child(7) .dian{ background-color:#eab396;}
.jiazhuangxitong dd:nth-child(8) .dian{ background-color:#efc7af;}
.jiazhuangxitong dd:nth-child(2) span{color:#d34831;}
.jiazhuangxitong dd:nth-child(3) span{color:#d75f3f;}
.jiazhuangxitong dd:nth-child(4) span{color:#db7551;}
.jiazhuangxitong dd:nth-child(5) span{color:#df8966;}
.jiazhuangxitong dd:nth-child(6) span{color:#e49e7c;}
.jiazhuangxitong dd:nth-child(7) span{color:#eab396;}
.jiazhuangxitong dd:nth-child(8) span{color:#efc7af;}
	

.menchuanghangye{ width:86%; margin:0 auto; overflow:hidden; margin-bottom:50px; position:relative;}
.menchuanghangye .left{ width:48%; float:left; text-align:center; position:absolute; top:50%; left:0; transform:translate(0,-50%)}
.menchuanghangye .left img{ max-width:100%;}
.menchuanghangye .right{ width:48%; float:right;}
.menchuanghangye .right li{ border-bottom:4px #df0f15 solid; padding:30px 0; height:auto; overflow:hidden; position:relative;}
.menchuanghangye .right dl{ width:150px; float:left; padding:15px; line-height:2; text-align:center; color:#df0f15; font-weight:bold;}
.menchuanghangye .right dt{ width:calc(100% - 190px); float:right; position:absolute; right:0; top:50%; transform:translate(0,-50%)}
.menchuanghangye .right dt p{ margin:0; padding:0; font-size:16px;text-align: justify; text-justify: inter-ideograph;}

.menchuanghangye .right li:last-child{ border-bottom:0;}
.menchuangtoudian{ width:86%; margin:0 auto; position:relative;}
.menchuangtoudian .left2{ width:40%; left:0; position: absolute; top:8%;}
.menchuangtoudian .left2 img{ width:100%; position:relative; z-index:1;}
.menchuangtoudian img{ max-width:100%;}
.menchuangtoudian .left2 .text2{ position: relative; z-index:2; position:absolute; top:50%; left:10%; transform:translate(0,-50%); color:#fff;}
.menchuangtoudian .left2 .text2 dl{ font-size:28px;font-family:PuHuiTiMedium; line-height:2.5;}
.menchuangtoudian .left2 .text2 dd{font-size:24px;font-family:PuHuiTiMedium}
.menchuangtoudian .left2 .text2 dd.Regular{font-family:PuHuiTiRegular}

.menchuangtoudian .right{ width:60%; position: relative; left:37%; top:0; z-index:2;}
.menchuangtoudian .right .beijing{ width:90%; position:relative; z-index:1;}
.menchuangtoudian .right .beijing img{ max-width:100%;}
.menchuangtoudian .right .wenzi{ position:absolute; top:50%; transform:translate(0,-50%); left:20%; z-index:5; color:#fff; font-size:18px; width:calc(100% - 40%)}
.menchuangtoudian .right .wenzi span{ font-size:26px;}
.menchuangtoudian .right dd{position:relative; margin-bottom:30px;}

.menchuangtoudian .right dd:nth-child(2),.menchuangtoudian .right dd:nth-child(3){ left:15%;}


.tuxing{ width:100%; height:auto; overflow:hidden;}

.menchuangtoudian dt{ width:calc(100% - 100px); background-color:#df0f15; padding:50px; font-size:24px; border-radius:20px; color:#fff; margin-top:50px;font-family:PuHuiTiBold}


/*20280707新*/
.main2 {
    padding: 50px 10%;
    max-width: calc(1920px - 15%);
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.xmal{max-width: calc(1920px - 15%); margin:0 auto;}
.bg{background-image: linear-gradient(to bottom, #f6f5f5, #f6f5f5, #f6f5f5, #f6f5f5, #fff);}
.main3{
    padding: 50px 5%;
    max-width: calc(1920px - 15%);
    margin: 0 auto;
    height: auto;
    overflow: hidden;    
}
.quanping{text-align:center; width:100%; background-image: linear-gradient(to bottom, #f3f1f1, #f3f1f1, #f3f1f1, #f3f1f1, #f3f1f1,  #f3f1f1, #f3f1f1, #f3f1f1,  #f3f1f1, #f3f1f1, #f3f1f1, #fff);}
.quanping img{ width:100%;}
.gz1{ height:600px; text-align:left; position:relative;}
.gz1 .img{ position:absolute; top:0; z-index:1;}
.gz1 .img img{ width:100%;}
.gz1 dl{color:#df0f15; font-size:36px; font-family:PuHuiTiBold; line-height:3; position:relative; z-index:2;}
.gz1 dt{font-size: 18px; width:70%;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 50px;
    font-family: PuHuiTiLight; z-index:2; position:relative;
}

.fengexian{ position:relative; margin-bottom:50px; padding-bottom:50px;}
.fengexian:after{content:''; background-color:#df0f15; width:96%; height:3px; position:absolute; left:0; bottom:0px; z-index:1;}
.fengexian:before{content:'+'; color:#df0f15; font-size:50px; position:absolute; right:0; bottom:-8px; width:50px; height:50px; z-index:2; text-align:right;}

.cpxl dl{ font-size:32px; font-family:PuHuiTiBold; color:#d02c25; font-weight:bold; line-height:3;}
.cpxl dt{ font-size:20px; font-weight:bold; color:#000000; line-height:2;font-family:PuHuiTiMedium}
.cpxl p{ margin:0; padding:0; line-height:2;font-family:PuHuiTiRegula}
.cpxl img{ max-width:100%;}

.jjfajz .text2{ text-align:left; top:50%; left:7%; width:100%; transform:translate(0,-50%); line-height:1.3; color:#fff; position:absolute; z-index:9; font-size:40px;}
.jjfajz .text2 dl{ line-height:2; font-family:PuHuiTiMedium; color:#d02c25;}
.jjfajz .text2 dt{ font-family:PuHuiTiMedium; color:#d02c25}
.jjfajz .text2 dt,.jjfajz .text2 dd{ font-family:PuHuiTiMedium; color:#d02c25}
.jjfajz .text2 p{ color:#fff; font-family:PuHuiTiLight; font-size:22px;}

.jjfajz .dbt{ width:85%; margin:0 auto; color:#d02c25; font-size:26px; line-height:1.5; font-family:PuHuiTiBold;}
.jjfajz .xbt{ width:85%; margin:0 auto; font-family:PuHuiTiLight; line-height:2; position:relative; text-indent:15px;}
.jjfajz .xbt:after{content:""; position:absolute; width:7px; height:7px; border-radius:50%; top:35%; left:0; background-color:#df0f15;}

.fsyjcplb{ width:85%; margin:0 auto; margin-top:50px;}
.fsyjcplb dl{ color:#d02c25; font-size:40px; line-height:1.5; font-family:PuHuiTiMedium;}
.fsyjcplb dt{ margin-top:50px;}
.fsyjcplb dt img{ max-width:100%;}
.fsyjcplb dt h4{font-family:PuHuiTiLight; line-height:2; position:relative; text-indent:15px; font-weight:normal; margin:0;}
.fsyjcplb dt h4:after{content:""; position:absolute; width:10px; height:10px; border-radius:50%; top:35%; left:0; background-color:#df0f15;}
.fsyjcplb dt h3{color:#d02c25; font-size:26px; line-height:1.5; font-family:PuHuiTiMedium; font-weight:normal; margin:50px 0;}
.fsyjcplb dt p{ margin:0; padding:0;}


.fsyjcplb .fstable table td:first-child{ text-align:center;}
.fsyjcplb .fstable table tr:first-child td:first-child{ width:50%;}
.fsyjcplb .fstable table td{}

.mfjcplb{ position:relative;}
.mfjcplb .fsxqleft{ width:48%; float:left;}
.mfjcplb .fsxqleft dt{ font-size:28px; color:#1d1d1d; font-family:PuHuiTiRegula; line-height:1.5; margin-bottom:50px;}
.mfjcplb .fsxqleft h4{ margin:0;}
.mfjcplb .fsxqleft span{ font-size:22px; color:#df0f15; font-family:PuHuiTiLight; line-height:1.5}
.mfjcplb .fsxqleft p{ font-size:18px; color:#1d1d1d; font-family:PuHuiTiLight; line-height:1.5; margin:0;}
.mfjcplb .fsxq2 dl{ position: absolute; right:0; text-align:right; bottom:50px;}

.fsxqright table img{ margin-right:30px; max-width:calc(100% - 30px);}
.fsxqright table td{ width:50%;}

.fsxqrighttable table{ width:48%; float:left;}
.fsxqrighttable table td{ width:auto; background-color:#dcdddd; color:#000000; font-size:16px; font-family:PuHuiTiLight; padding:5px 5px 5px 10px; margin:5px;}
.fsxqrighttable table tr td{background:#dcdddd;}
.fsxqrighttable table tr:nth-child(2n) td{background:#c9caca;}
.fsxqrighttable table tr:nth-child(2n+1) td{background:#dcdddd;}


.fangshui .cyctable table td:first-child{ text-align:center;}
.fangshui .cyctable table td:first-child{ padding-left:0;}
.fangshui .body2 .cyctable table tr:nth-child(2) td{background:#c9caca; text-align:center;}
.fangshui .body2 .cyctable table tr:nth-child(3) td{background:#dcdddd; text-align:center;}

.fangshui .fstable table td:first-child{ text-align:center; padding-left:0px;}

.altplb{width: calc(94% - 0px); margin:0 auto;
    position: relative;
    margin-bottom: 0px; height:auto; overflow:hidden;}
.altplb ul{ width:100%; height:auto; overflow:hidden;}
.altplb ul li{margin-right:35px; float:left; display:block; height:48px; width:auto; display:block; margin-bottom:20px;}
.altplb ul li dl{ width:48px; height:48px; float:left; background-color:#d02c25; color:#fff; line-height:48px; font-size:30px; text-align:center; border-radius:20px 0 0 0; margin-right:20px;}
.altplb ul li dt{ width:auto; line-height:48px; font-size:26px; display: inline-table;}

.altpimg{ display:block; width:100%; height:auto; overflow:hidden; margin-top:30px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.altpimg dl{ width:48.5%; margin-bottom:50px; position:relative;}
.altpimg dl b{ position:absolute; right:0; bottom:0; width:40px; background-color:#d02c25; height:40px; border-radius:20px 0 0 0; font-size:26px; line-height:40px; text-align:center; color:#fff; font-weight:normal;}
.altpimg dl img{ width:100%;}
.altpimg dl:nth-child(7){ width:100%;}

.xmaltable{ width:94%; height:auto; overflow:hidden; margin:0 auto;}
.xmaltable .title{ font-size:38px; font-family:PuHuiTiBold; line-height:1; color:#d02c25;}

.xmaltable .table td:nth-child(1){ width:70%; text-align:left; text-indent:50px;}
.xmaltable .table td:nth-child(2){ text-align:left; text-indent:35%;}
.xmaltable .table tr:nth-child(1) td{ text-align:center; font-family:PuHuiTiBold; text-indent:0;}

@media screen and (max-width:1440px){.gz1{ height:500px;}}

@keyframes searchLights-data-v-5eb8a5bf {
    0% {
        left: 0;
        right: 100%;
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    67% {
        left: 0;
        right: 100%;
        opacity: 1;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
@keyframes enlargeShrink-data-v-5eb8a5bf {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    14% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
    }
    42% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    66% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}