
.light {
	font-weight: 300;
	/* 细体 */
}

.regular {
	font-weight: 400;
	/* 常规体 */
}

.medium {
	font-weight: 500;
	/* 中等体 */
}

.bold {
	font-weight: 700;
	/* 粗体 */
}

.heavy {
	font-weight: 900;
	/* 特粗体 */
}

body {
	/* font-family:AlibabaPuHuiTi, Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; */
	font: 14px PingFangSC-Regular, Microsoft Yahei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5b8b\4f53", sans-serif;
	font-size: 15px;
	color: #000;
	background: #f7f7f7
}

.english {
	font-family: AlexBrush;
	font-size: 40px;
	color: #3c486a;
	letter-spacing: 2px;
}

a {
	color: #000;
	text-decoration: none
}

.container {
	width: 1200px;
	margin: 0 auto
}

.header {
	height: 72px;
	line-height: 72px;
	background: #fff
}

.header .logo {
	float: left;
	padding: 0 30px
}

.header .logo img {
	width: 127px;
	height: 31px
}

.header .slogan {
	float: left;
	border-left: 1px solid #072a66;
	margin-top: 20px;
	padding-left: 20px;
	color: #072a66;
	font-size: 15px;
	font-weight: 700;
	height: 31px;
	line-height: 31px
}

.header .search {
	float: right;
	height: 71px;
	position: relative;
}

.header .telephone {
	float: right;
	color: #072a66;
	font-size: 12px;
	font-weight: 700
}

.header .search .searchForm {
	position: relative;
	border-radius: 50px;
	display: inline-block;
	width: 220px;
	height: 25px;
	margin-top: 23px;
	margin-right: 20px;
	border: 1px solid #072a66;
	overflow: hidden
}

.header .search .searchForm .skwd {
	float: left;
	outline: 0;
	border: unset;
	background: unset;
	height: 25px;
	padding: 0 10px;
	font-size: 12px
}

.header .search .searchForm .sbtn {
	float: right;
	border: unset;
	background: unset;
	position: absolute;
	right: 5px;
	height: 25px;
	padding: 0 10px;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer
}

.header .search .hotKeyword {
	position: absolute;
	background: #fff;
	top: 50px;
	width: 202px;
	z-index: 1989816;
	border-radius: 0 0 10px 10px;
	padding: 5px 10px;
	display: none
}

.header .search .hotKeyword .title {
	font-size: 12px;
	color: #666;
	line-height: 12px;
	margin-top: 5px;
}

.header .search .hotKeyword li {
	float: left;
	font-size: 10px;
	color: #666;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 10px
}

.header .search .hotKeyword li:last-child {
	margin-right: 0
}

.header .search .hotKeyword li a {
	padding: 3px 5px;
	background: #dcdcdc
}

.header .search .hotKeyword li a:hover {
	background: #eb3b3b;
	color: #fff
}

.navigation {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: linear-gradient(90deg,
			#1e263c 39.5%,
			/* 左侧颜色 */
			#d6ae35 60.5%
			/* 右侧颜色 */
		);
}

/* All */
.nav ul {
	zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul:before,
.nav ul:after {
	content: "";
	display: table;
}

.nav ul:after {
	clear: both;
}

.nav ul>li {
	float: left;
	position: relative;
}

.nav1 a {
	display: block;
  padding: 0px 10px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-family: Microsoft Yahei;
  margin-left: 5px;
}
.nav2 a {
	display: block;
  padding: 0px 10px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei;

}

.nav1 a:hover {
	text-decoration: none;
	color: #d6ae35;
	transition: all .7s ease 0s;
}



.nav li ul {
	opacity: 0.702;
	width: 175px;
	background-color: #1e263c;

}


.nav li ul a {
	border: none;

}

.nav1 .nav_l a:hover {
	color: #d6ae35;
	font-weight: bold;
}


.nav1 .nav_l:nth-child(1)::before,
.nav1 .nav_l:nth-child(2)::before,
.nav1 .nav_l:nth-child(3)::before {
	right: 15px;
}

.nav1 .nav_l::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	margin-top: -12px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.nav1 .nav_l:nth-child(4)::before {
	right: 1px;
}

.nav1 .nav_l:hover::before {
	transform: rotate(-45deg);
	/* 调整旋转角度为向右箭头  */
	border-color: #ffcc00;
	/* 悬停时颜色变为黄色（可替换为目标颜色）  */
	margin-top: -11px;
}

.nav1 ul li::before:hover {
	border-right: 2px solid #d6ae35;
	border-bottom: 2px solid #d6ae35;
}



/* 修改后的关键CSS */
.nav-item {
	position: relative;
	padding-bottom: 10px;
	/* 创建悬停缓冲区 */
}

/* 通过伪元素创建连接通道 */
.nav-item::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 15px;
	/* 与padding-bottom相同 */
	bottom: -15px;
	/* 连接到下拉菜单 */
	background: transparent;
	z-index: 100;
}

.dropdown-menu {
	position: absolute;
	top: calc(100% + 15px);
	/* 匹配缓冲区高度 */
	left: 0;
	transition: opacity 0.3s, visibility 0.3s;
	opacity: 0;
	visibility: hidden;
	/* 其他原有样式保持不变 */
}

/* 显示逻辑优化 */
.nav-item:hover .dropdown-menu,
.nav-item:hover::after,
.dropdown-menu:hover {
	opacity: 1;
	visibility: visible;
}

.nav1 {
	height: 50px;
	background-color: #1e263c;
	float: left;
	display: flex;
	justify-content: flex-start;
	/* 水平靠右对齐 */
	width: 400px;
}

.nav1 .nav_l {
	width: 85px;
}

.nav1 .nav_l:nth-child(1),
.nav1 .nav_l:nth-child(2),
.nav1 .nav_l:nth-child(3){
	width: 75px;
}
/* .nav1 .nav_l:nth-child(4) {
	width: 110px;
}

.nav1 .nav_l:nth-child(5) {
	width: 100px;
} */

.nav1 .ner {
	display: flex;
	width: 33%;
	text-align: center;
	justify-content: center;
	/* 仅水平居中 */
}

.nav1 ul>li:hover ul {
	left: 0;
}

.nav1 li ul {
	position: absolute;
	left: -9999em;
	top: 50px;
	z-index: 1;
	background-color: rgba(30, 38, 60, 0.7);
	color: #fff;
}

.nav2 {
	width: 800px;
	height: 50px;
	background-color: #d6ae35;
	float: left;
}

.nav2 .nav-menu {
	display: flex;
	justify-content: space-around;
}

.nav2 a:hover {
	text-decoration: none;
	color: #fff;
	transition: all .7s ease 0s;
}

.nav2 .nav_r a:hover {
	color: #fff;
}

.nav2 .nav-item img {
	margin-left: 5px;
	margin-top: -5px;
}

.nav2 .nav_r::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	margin-top: -12px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.nav2 .nav_r:hover::before {
	transform: rotate(-45deg);
	/* 调整旋转角度为向右箭头  */
	border-color: #fff;
	/* 悬停时颜色变为黄色（可替换为目标颜色）  */
	margin-top: -11px;
	right: 12px;
}

.nav2 .nav_r {
	background-color: #d6ae35;
	width: 100px;
}

.nav2 ul>li:hover ul {
	left: 0;
}

.nav2 li ul {
	position: absolute;
	left: -9999em;
	top: 50px;
	z-index: 1;
	background-color: rgba(214, 174, 53, 0.7);
	color: #fff;
}

.nav2 .bjts {
	display: flex;
	width: 50%;
	text-align: center;
	justify-content: center;
}

.nav2 .zyzz {
	display: flex;
	width: 50%;
	text-align: center;
	justify-content: center;
}

.nav2 .cpfw {
	display: flex;
	width: 33%;
	text-align: center;
	justify-content: center;
}

.nav2 .yyks {
	display: flex;
	width: 33%;
	text-align: center;
	justify-content: center;
}

.nav2 .xkfd {
	display: flex;
	width: 33%;
	text-align: center;
	justify-content: center;
}




.nav2 .gdtd {
	display: flex;
	width: 33%;
	text-align: center;
	justify-content: center;
}

.banner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	/* 限制最大宽度 */
	margin: 0 auto;
	overflow: hidden;
}

.banner-list {
	display: flex;
	transition: transform 0.5s ease;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.banner-list li {
	flex-shrink: 0;
	width: 100%;
}

.banner-list img {
	width: 100%;
	height: auto;
	display: block;
}

.dots {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.dot {

	width: 20px;
	height: 6px;
	margin: 0px 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.dot.active {
	background: white;
}








.superiority {
	margin-top: -60px;
	display: block;
	height: 140px;
}

.superiority .title {
	line-height: 20px;
	height: 20px;
	border-left: 5px solid #000844;
	padding-left: 5px;
	font-size: 20px;
	color: #000844;
	font-weight: 700;
	width: 865px
}

.superiority li {
	float: left;
	width: 330px;
	height: 145px;
	filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.1));
	background-color: #e5e5e5;
}

.superiority a:nth-child(1) li:hover {
	/* transform: translateY(-15px); */
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
	transform: scale(1.03);
}

.superiority a:nth-child(1) li {
	margin-left: 40px;
	margin-right: 65px;
	background-image: url(https://www.peccn.com/2025index/images/banner_luqu.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
	border-radius:10px;
}

.superiority a:nth-child(2) li {
	background-image: url(https://www.peccn.com/2025index/images/banner_mingshi.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 65px;
	transition: all 0.3s ease;
	border-radius:10px;
}

.superiority a:nth-child(2) li:hover {
	/* transform: translateY(-15px); */
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
	transform: scale(1.03);
}

.superiority a:nth-child(3) li {
	margin-right: 40px;
	background-image: url(https://www.peccn.com/2025index/images/banner_mingxiao.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
	border-radius:10px;
}

.superiority a:nth-child(3) li:hover {
	/* transform: translateY(-15px); */
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
	transform: scale(1.03);
}

.superiority a li span {
	float: right;
	margin-right: 25px;
	width: 330px;
}

.superiority a li span:nth-child(1) {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 36px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	text-align: right;
	filter: drop-shadow(1.118px 1.658px 1px rgba(0, 0, 0, 0.24));
	margin-top: 60px;
}

.superiority a li span:nth-child(2) {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 36px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	text-align: right;
}

.powerful {
	margin-top: 80px;
	overflow: hidden;
	display: block
}

.powerful .title {
	font-size: 32px;
	letter-spacing: 2px;
	color: #3c486a;
	font-family: "Microsoft YaHei";
	text-align: center;
	font-weight: 550;
}

.powerful .title img {
	margin-left: 10px;
}

.powerful ul {
	padding-top: 30px;
	margin-top: 10px
}

.powerful li {
	float: left;
	width: 380px;
	height: 365px;
	background-size: cover;
	padding-bottom: 30px;
}

.powerful li:nth-child(1),
.powerful li:nth-child(2),
.powerful li:nth-child(4),
.powerful li:nth-child(5),
.powerful li:nth-child(7),
.powerful li:nth-child(8) {
	margin-right: 30px;
}

.powerful li:nth-child(7),
.powerful li:nth-child(8),
.powerful li:nth-child(9) {
	margin-bottom: 0px;
}

.powerful .powerful-tab .powerful-pic {
	text-align: center;
}

.powerful li .powerful-news {
	width: 380px;
	height: 320px;
	border-radius: 10px;
	background-image: linear-gradient(0deg, rgba(30, 38, 60, 0.9999999999999999) 0%, rgba(30, 38, 60, 0) 100%);
	margin-top: -35px;
	background-repeat: no-repeat;
	background-position: center;
}
.powerful li .powerful-news:hover{
box-shadow: 0 0 5px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1);
}

.powerful li:nth-child(1) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner1.png)
}

.powerful li:nth-child(2) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner2.png)
}

.powerful li:nth-child(3) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner3.png)
}

.powerful li:nth-child(4) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner4.png)
}

.powerful li:nth-child(5) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner5.png)
}

.powerful li:nth-child(6) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner6.png)
}

.powerful li:nth-child(7) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner7.png)
}

.powerful li:nth-child(8) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner8.png)
}

.powerful li:nth-child(9) .powerful-news {
	background-image: url(https://www.peccn.com/2025index/images/pow-banner9.png)
}

.powerful li .powerful-news .powerful_title {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 36px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	text-align: center;
	padding-top: 160px;
}

.powerful li .powerful-news .powerful-content {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 28px;
	color: #333333;
	font-family: "Microsoft YaHei";
	text-align: center;
	padding-top: 40px;
}

.rotate-image {
	transition: transform 0.5s ease-in-out;
}

.powerful li:hover .rotate-image {
	animation: rotate-animation 0.5s forwards;
}

/* @keyframes rotate-animation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
} */




.streamer {
	margin: 0 auto 80px;
	overflow: hidden;
	display: block
}

.case {
	margin-top: 80px;
	margin-bottom: 100px;
	overflow: hidden;
	display: block;
	height: 1010px;
	background-image: url(https://www.peccn.com/2025index/images/case-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.case .title {
	opacity: 0.902;
	font-size: 32px;
	letter-spacing: 5px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	font-weight: 550;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.case .title .english {
	color: #ffffff;
}

.case .title img {
	margin-left: 10px;
}

.case .title span a {
	float: right;
	font-size: 16px;
	color: #999
}

.case ul {
	/* padding-top: 60px;  */
}

.case .lists li {
	float: left;
	width: 224px;
	height: 300px;
	margin: 0px 20px 20px 0;
	/* background: #FFF; */
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	display: block;
	/* background-image: url(https://www.peccn.com/2025index/images/case_lists_bg.png); */
	background-repeat: no-repeat;
	background-position: center;
}

.case .lists li:nth-child(5),
.case .lists li:nth-child(10) {
	margin-right: 0;
}

.case .lists li:nth-child(6),
.case .lists li:nth-child(7),
.case .lists li:nth-child(8),
.case .lists li:nth-child(9),
.case .lists li:nth-child(10) {
	margin-bottom: 50px;
}

.case .tab-nav {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
}

.case .case_more {
	font-size: 20px;
	letter-spacing: 4px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	text-align: center;
	display: block;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.case .tab-nav li {
	opacity: 0.902;
	width: 120px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	background-color: #ffffff;
	font-size: 20px;
	letter-spacing: 4px;
	color: #333333;
	font-family: "Microsoft Yahei";
	text-align: center;
	float: left;
	margin-right: 20px;
}

.case .tab-nav li:nth-child(1) {
	margin-left: 260px;
}

.case .tab-nav li:nth-child(5) {
	margin-right: 0;
}

.case .tab-nav .active {
	background-color: #d6ae35;
	color: #ffffff;
}

.case li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px #ABB2CE
}

.case .lists li:nth-child(10),
.case .lists li:nth-child(5) {
	margin-right: 0
}

.case .lists li .pic {
	width: 225px;
	height: 100px;
	display: block;
	float: left;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	border-radius: 10px 10px 0 0;
	background-color: #e8e9ea;
	opacity: 0.9;
}

.case .lists li .pic img {
	width: 225px;
	height: 115px;
	border-radius: 10px 10px 0 0;
	opacity: 100%;
	align-items: center;
}

.case .lists li .case_content {
	width: 225px;
	height: 200px;
	border-radius: 0 0 10px 10px;
	background-color: #dfe0e1;
	opacity: 0.9;
	margin-top: 100px;
}

.case .lists li a {
	line-height: 25px
}

.case .lists li a span {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	padding: 30px 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.case .lists li:hover a span {
	color: #38467f
}

.case .lists li a p {
	color: #666;
	font-size: 14px;
	padding: 10px 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.case .lists .corner {
	position: absolute;
	right: 0;
	bottom: 0;
}

.case .lists .corner img {
	border-radius: 0 0 10px;
}

.youshi {
	height: 865px;
	margin: 80px;
}

.youshi .right {
	flex: 1;
}

.youshi .left {
	width: 790px;
	/* height: 865px; */
	margin-right: 20px;
	float: left;
}

.youshi .right {
	width: 390px;
	/* height: 865px; */
	filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.07));
	float: right;
}

.youshi .left .section .title {
	width: 790px;
	height: 62px;
	margin-bottom: 20px;
}

.youshi .left .section .title p {
	font-size: 32px;
	letter-spacing: 2px;
	color: #3c486a;
	font-family: "Microsoft YaHei";
	float: left;
	margin-right: 10px;
	height: 62px;
	line-height: 30px;
	font-weight: 700;
}

.youshi .left .section .title span {
	margin-left: 10px;
	height: 62px;
	display: inline-block;
	line-height: 42px;
}

.youshi .left .section img {
	margin-bottom: 20px;
	height: 32px;
}

.youshi .left .section p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #333333;
	font-family: "Microsoft YaHei";
	text-align: justify;
	text-justify: inter-ideograph;
	margin-right: 35px;
}

.youshi .left .icons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.youshi .left .icon {
	flex: 1;
	text-align: center;
	margin-right: 35px;
	margin-bottom: 35px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.youshi .left .icons a:nth-child(1) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_1.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:hover:nth-child(1) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_1_1.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:nth-child(2) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_2.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:hover:nth-child(2) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_2_2.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:nth-child(3) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_3.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:hover:nth-child(3) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_3_3.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:nth-child(4) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_4.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:hover:nth-child(4) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_4_4.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:nth-child(5) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_5.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:hover:nth-child(5) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_5_5.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:nth-child(6) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_6.png);
	background-repeat: no-repeat;
}

.youshi .left .icons a:hover:nth-child(6) {
	background-image: url(https://www.peccn.com/2025index/images/youshi_6_6.png);
	background-repeat: no-repeat;
}

.youshi .left .icon span {
	width: 360px;
	height: 160px;
	filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.07));
	display: block;
}

.youshi .right .section {
	margin-bottom: 25px;
	width: 390px;
	height: 388px;
	filter: drop-shadow(0 0 7.5px rgba(22, 22, 22, 0.07));
	background-color: #ffffff;
	background-image: url(https://www.peccn.com/2025index/images/youshi-news-banner.png);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 0 10px rgba(22, 22, 22, 0.1);
}

.youshi .right .section .english {
	font-size: 30px;
	margin-left: 80px;
	margin-top: 10px;
	position: absolute;
	letter-spacing: 2px;
}


.youshi .right .ziliao {
	width: 390px;
	height: 420px;
	filter: drop-shadow(0 0 7.5px rgba(22, 22, 22, 0.07));
	background-color: #ffffff;
	background-image: url(https://www.peccn.com/2025index/images/youshi-ziliao-banner.png);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 0 10px rgba(22, 22, 22, 0.1);
}
.youshi .right .section .title2 img{
	margin-left: 80px;
	position: absolute;
	margin-top: 15px;
}

.youshi .right .section .title2 p {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 36px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	margin-left: 20px;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	z-index: 2;
	position: absolute;
}

.youshi .right .ziliao .english {
	font-size: 30px;
	margin-left: 100px;
	margin-top: 10px;
	position: absolute;
	z-index: 1;
	letter-spacing: 2px;
}
.youshi .right .ziliao .title2 img{
	margin-left: 100px;
	position: absolute;
	margin-top: 15px;
}

.youshi .right ul {
	padding-top: 60px;
}

.youshi .right .section ul li {
	height: 80px;
}

.youshi .right .section ul li p img {
	margin-right: 10px;
	margin-bottom: 0;
}

.youshi .right .section ul li p:hover{
	color: #d6ae35;
}A

.youshi .right .section ul li p:nth-child(1) {
	font-size: 18px;
	letter-spacing: 2px;
	color: #3f3f3f;
	font-family: "Microsoft YaHei";
	text-align: left;
	width: 390px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.youshi .right .section ul li p:nth-child(2) {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	font-family: "Microsoft YaHei";
	text-align: left;
	width: 390px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

.youshi .right .ziliao .title2 p {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 36px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	margin-left: 20px;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	z-index: 2;
	position: absolute;
}

.youshi .right .ziliao ul li {
	height: 50px;
	line-height: 50px;
}

.youshi .right .ziliao ul li span {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 42px;
	color: #333333;
	font-family: "Microsoft YaHei";
}

.youshi .right ul li img {
	margin-left: 30px;
	margin-right: 10px;
}

.youshi .right ul li .download-button {
	padding: 0px 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #d6ae35;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}

.counselor {
	margin-top: 20px;
	overflow: hidden;
	display: block
}

.sidebar ul li a:hover {
	font-weight: bold;
	border-radius: 10px;
	background-color: #d6ae35;
	color: #fff;
	text-align: center;
	padding: 2px 5px;
	display: inline-block;
}

.sidebar h3 {
	margin-top: 0;
}

.sidebar ul {
	list-style: none;
	padding: 0;
}

.sidebar ul li {
	margin: 10px 0;
}

.sidebar ul li a {
	text-decoration: none;
	color: #333;
}

.sidebar ul li a.active {
	font-weight: bold;
	width: 50px;
	height: 20px;
	border-radius: 10px;
	background-color: #d6ae35;
	color: #fff;
	display: block;
	text-align: center;
}

.content {
	width: 80%;
	position: relative;
}

.carousel {
	display: flex;
	overflow: hidden;
	width: 100%;
}

.carousel img {
	width: 100%;
	transition: transform 0.5s ease-in-out;
}

.buttons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.buttons button {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
	left: 650px;
	position: absolute;
}

.buttons .left {
	left: 10px;
	margin-left: 10px;
}

.buttons .right {
	right: 10px;
	margin-left: 660px;
}

.content {
	width: 80%;
	position: relative;
}

.carousel {
	display: flex;
	overflow: hidden;
	width: 100%;
}

.counselor .sidebar {
	float: left;
	width: 475px;
	height: 400px;
	background-color: #f7f2ee;
	background-image: url(https://www.peccn.com/2025index/images/counselor-banner1.png);
	padding-left: 20px;
}

.counselor .sidebar div {
	display: block;
	width: 475px;
	height: 80px;
}

.counselor .sidebar div:nth-child(1) {
	margin-top: 50px;
}

.counselor .sidebar h3 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-family: "Microsoft YaHei";
	margin-bottom: 20px;
	margin-top: 20px;
}

.counselor .sidebar h3:nth-child(1) {
	margin-top: 50px;
}

.counselor .sidebar img {
	float: left;
	margin-right: 10px;
	width: 23px;
}

.counselor .sidebar ul {
	margin-bottom: 20px;
	margin-left: 33px;
}

.counselor .sidebar li {
	font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
	font-family: "Microsoft YaHei";
	margin-right: 30px;
	float: left;
}

.counselor .content {
	float: right;
	width: 705px;
	height: 400px;
	background-color: #31364a;
}

.counselor .content .carousel img {
	width: 705px;
	height: 400px;
}

.counselor .right a {
	width: 335px;
	height: 460px;
	display: flex;
	overflow: hidden;
	border-radius: 5px
}

.counselor .right img {
	border-radius: 5px
}

.teams {
	margin-top: 80px;
	overflow: hidden;
	display: block
}

.teams .title {
	font-weight: 550;
	font-size: 32px;
	letter-spacing: 2px;
	color: #3c486a;
	font-family: "Microsoft YaHei";
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 0px;
	text-align: center;
	margin-bottom: 45px;
}

.teams .title span a {
	float: right;
	font-size: 16px;
	color: #999
}

.teams .lists ul {
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 10px
}

.teams .lists ul li {
	float: left;
	width: 220px;
	height: 330px;
	background-color: #1e263c;
	margin-right: 20px;
	margin-bottom: 20px;
}

.teams .lists ul li:nth-child(1) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/Zack.png') center/cover;
	transition: transform 0.3s ease;
}


/* 基础样式 */
.hover-container {
	width: 224px;
	height: 330px;
	position: relative;
	overflow: hidden;
	border: 0px solid #ddd;
	transition: all 0.3s ease;
	list-style: none;
	background-size: cover;
	background-position: center;
	background-image: url('../images/Zack.png');
	/* 在这里设置背景图 */
}

.hover-container a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
}

.text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(0, 0, 0, 0.3); /* 半透明背景 */
	*/ color: white;
	transition: all 0.3s ease;
}

.text-content span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.text-content p {
	margin: 5px 0;
	font-size: 14px;
}

.hover-bg {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.original-text {
	opacity: 1;
	transition: all 0.3s ease;
}

.hover-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	font-weight: bold;
	font-size: 18px;
	color: #FFCC00;
	transition: all 0.3s ease;
}

/* 悬停效果 */
.hover-container:hover {
	/* border-color: #FFCC00; */
	/* 黄色边框 */
}



.hover-container:hover .hover-bg {
	height: 50px;
	/* 根据内容调整高度 */
}

.hover-container:hover .original-text {
	opacity: 0;
}

.hover-container:hover .hover-text {
	opacity: 1;
}

.hover-container:hover {
	transform: scale(1.03);
	/* 微微放大 */
}












.teams .lists ul li:nth-child(2) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/Catherine.png') center/cover;
	transition: transform 0.3s ease;
}

.teams .lists ul li:nth-child(3) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/Geroges.png') center/cover;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.teams .lists ul li:nth-child(4) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/Yolanda.png') center/cover;
	transition: transform 0.3s ease;
}

.teams .lists ul li:nth-child(5) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/sherry.jpg') center/cover;
	transition: transform 0.3s ease;
	margin-right: 0px;
}

.teams .lists ul li:nth-child(6) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/Z导师.png') center/cover;
	transition: transform 0.3s ease;
}

.teams .lists ul li:nth-child(7) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/W导师.jpg') center/cover;
	transition: transform 0.3s ease;
}

.teams .lists ul li:nth-child(8) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/Y导师.jpg') center/cover;
	transition: transform 0.3s ease;
}

.teams .lists ul li:nth-child(9) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/L导师.jpg') center/cover;
	transition: transform 0.3s ease;
}

.teams .lists ul li:nth-child(10) {
	background:
		linear-gradient(rgba(30, 38, 60, 0.35), rgba(30, 38, 60, 0.35)),
		url('../images/X导师.jpg') center/cover;
	transition: transform 0.3s ease;
	margin-right: 0px;
}

.teams .lists ul li .text span {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Microsoft YaHei"/* "Alibaba PuHuiTi-B" */;
	text-align: center;
	width: 224px;
	display: block;
	font-weight: 700;
}

.teams .lists ul li .text p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	text-align: center;
	margin-top: 10px;
	width: 224px;
	display: block;
}

.teams .lists ul li .text .more {
	height: 50px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	text-align: center;
	width: 184px;
	padding: 0 20px;
}

/* .teams li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1)
} */
.teams li:nth-child(5),
.teams li:nth-child(10) {
	margin-right: 0
}


.hover-container {
	position: relative;
	transition: all 0.3s ease;
}

.original-text {
	transition: all 0.3s ease;
}

.hover-text {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.2em;
	font-weight: bold;
	transition: all 0.3s ease;
	height: 50px;
	line-height: 50px;
}

.hover-bg {
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
}

/* 悬停效果 */
.hover-container:hover .hover-bg {
	background-color: rgba(214, 178, 70, 0.6);
}

.hover-container:hover .background-image {
	transform: scale(1.05);
	/* 微微放大 */
}

.hover-container:hover .original-text {
	opacity: 0;
	transform: translateY(10px);
}

.hover-container:hover .hover-text {
	opacity: 1;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}


.xilie {
	margin-top: 70px;
	overflow: hidden;
	display: block;
	background-image: url(https://www.peccn.com/2025index/images/xilie_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 720px;
}

.xilie .book {
	height: 720px;
}

.xilie .book .book-left {
	margin: 0 auto;
	margin-right: auto;
	width: 660px;
	float: left;
	height: 720px;
	margin-right: 90px;
}

.xilie .book .book-left .book-left-title {
	font-size: 26px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	margin-top: 90px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 40px;
}

.xilie .book .book-left .book-left-des {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 36px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	margin-bottom: 40px;
}

.xilie .book .book-left .xilie-icon {
	width: 25px;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}

.xilie .book .book-left ul li {
	margin-top: 10px;
}

.xilie .book .book-left ul li span:nth-child(1) {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 38px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	display: block;
}

.xilie .book .book-left ul li span:nth-child(2) {
	opacity: 0.800;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 38px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	display: block;
	margin-left: 35px;
}

.xilie .book .book-left .button {
	opacity: 0.902;
	width: 160px;
	height: 45px;
	background-color: #d6ae35;
	margin-top: 75px;
}

.xilie .book .book-left .button span {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	margin-left: 20px;
}

.xilie .book .book-left .button img {
	margin-left: 10px;
	margin-top: -5px;
	width: 25px;
}

.xilie .book .book-right li {
	opacity: 0.902;
	width: 450px;
	height: 120px;
	float: left;

}

.xilie .book .book-right li span {
	font-size: 24px;
	letter-spacing: 3px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	display: block;
	margin-top: 30px;
	margin-left: 120px;
	float: left;
}

.xilie .book .book-right .english {
	color: #fff;
	margin-left: 180px;
	font-size: 36px;
	float: left;
	opacity: 0.5;
}

.xilie .book .book-right .active .english {
	opacity: 1;
}

.xilie .book .book-right .active .english img:nth-child(1) {
  margin-left: -80px;
  width: 53px;
  display: block;
  float: left;
  margin-top: 12px;
}

.xilie .book .book-right .english img:nth-child(1) {
	display:none
}

.xilie .book .book-right li img {
	margin-top: 35px;
	margin-left: 10px;
}

.xilie .book .book-right .english .img_right{
	margin-top: 0px;
}

.xilie .book .book-right .active {
	background-color: #d6ae35;
	background-image: url();
}

.xilie .book .book-right li {
	background-image: url(https://www.peccn.com/2025index/images/line-xia.png);
}

.information {
	margin-top: 80px;
	overflow: hidden;
	display: block
}

.information .title {
	height: 77px;
}

/* Tab导航样式 */
.information .tab-nav {
	display: flex;
	list-style: none;
	margin-bottom: -1px;
	float: left;
	margin-left: 480px;
	margin-top: -40px;
}

.information .tab-button span {
	cursor: pointer;
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: "Ping Fang";
	width: 120px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.information .tab-button:nth-child(6) {
	width: 170px;
}

.information .tab-button.active {
	color: #fff;
	width: 120px;
	height: 77px;
	background-image: url(https://www.peccn.com/2025index/images/choice.png);
}

.information .tab-button span.active {
	color: #fff;
}

.information .tab-button span.active:nth-child(6) {
	width: 170px;
}

.information .title img{
	margin-top: 10px;
}

.information .title p:nth-child(1) {
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 2px;
	color: #3c486a;
	font-family: "Microsoft YaHei";
	float: left;
	margin-right: 10px;
	width: 238px;
}

.information .title p:nth-child(2) {
	font-size: 40px;
	letter-spacing: 2px;
	color: #3c486a;
	font-family: "Alex Brush";
	float: left;
	width: 89px;
	margin-right: 50px;
	margin-top: -10px;
}

.information .title span a {
	float: right;
	font-size: 16px;
	color: #999
}

.information .tab-content {
	padding-top: 30px;
	border-top: 2px solid #b5b5b5;
}

.information .tab-content .box:nth-child(5) {
	margin: 10px 30px;
}

.information .tab-content .left {
	margin: 0 auto 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	width: 390px;
	height: 390px;
	float: left;
	margin-right: 20px;
	background-color: #fff;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.08));
}

.information .tab-content .left img {
	width: 390px;
	height: 180px;
	background-color: #eeeeee;
}

.information .tab-content .left .tit {
	padding: 20px 20px 5px;
	width: 350px;
	display: block;
}

.information .tab-content .left .tit a {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #ae8b1f;
	font-weight: bold;
	font-family: "Ping Fang";
}

.information .tab-content .left .des {
	padding: 0 20px;
	width: 350px;
	display: block;
}

.information .tab-content .left .des a {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #666666;
	font-weight: 500;
	font-family: "Ping Fang";
}

.information .tab-content .right {
	width: 788px;
	height: 390px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.08));
	background-color: #ffffff;
	float: left;
}

.information .tab-content .right ul {
	margin: 25px 45px;
}

.information .tab-content .right li {
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 349px;
	float: left;
}

.information .tab-content .right .txt {
	font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Ping Fang";
  width: 330px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.information .tab-content .right .time {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
	font-weight: 500;
	font-family: "Ping Fang";
	text-align: center;
}

.flow {
	margin-top: 80px;
	overflow: hidden;
	display: block;
	background-image: url(https://www.peccn.com/2025index/images/chart_jy.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 540px;
}

.flow .chart {
	height: 430px;
}

.flow .chart .firstLine {
	margin: 0 auto;
	width: 560px;
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 50px;
	margin-top: 70px;
}

.flow .chart .firstLine p {
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 50px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	text-indent: 2em;
}

.flow .chart .firstLine li {
	float: left;
	width: 223px;
	height: 83px;
	color: #333;
	font-size: 14px;
	text-align: center;
	cursor: default
}

.flow .chart .ellipse {
	width: 530px;
	height: 540px;
	float: right;
}

.flow .chart .ellipse li img {
	width: 240px;
	height: 180px;
	background-color: #dcdcdc;
	float: left;
}

.flow .chart .ellipse .num1 {
	opacity: 0.9;
	width: 290px;
	height: 180px;
	background-color: #d6ae35;
	float: right;
}

.flow .chart .ellipse p:nth-child(1) {
	font-size: 50px;
	letter-spacing: 3px;
	color: #ffffff;
	font-family: "Microsoft YaHei PuHuiTi-H";
	filter: drop-shadow(1.414px 1.414px 1px rgba(176, 142, 41, 0.4));
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
	/* 如果需要垂直居中也可以加上 */
	text-shadow: 1px 1px 2px rgb(97, 97, 97);
	font-weight: 700;
}

.flow .chart .ellipse p:nth-child(1) span {
	font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	filter: drop-shadow(1.414px 1.414px 1px rgba(176, 142, 41, 0.4));
	display: flex;
	justify-content: center;
	align-items: center;
	/* 如果需要垂直居中也可以加上 */
	margin-top: 15px;

}

.flow .chart .ellipse p:nth-child(2) {
	font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	filter: drop-shadow(1.414px 1.414px 1px rgba(176, 142, 41, 0.4));
	display: flex;
	justify-content: center;
	align-items: center;
	/* 如果需要垂直居中也可以加上 */
}

.flow .chart .ellipse .num2 {
	opacity: 0.9;
	width: 290px;
	height: 180px;
	background-color: #c7a029;
	float: right;
}

.flow .chart .ellipse .num3 {
	opacity: 0.9;
	width: 290px;
	height: 180px;
	background-color: #d6ae35;
	float: right;
}

.choose {
	margin: 80px 0 60px;
	overflow: hidden;
	display: block
}

.choose .title {
	font-weight: 700;
	padding-bottom: 50px;
	text-align: center;
	font-size: 32px;
	letter-spacing: 2px;
	color: #3c486a;
	font-family: "Microsoft YaHei";
}

.choose .title img {
	margin-left: 10px;
}

.choose .title span {
	font-size: 40px;
	letter-spacing: 2px;
	color: #3c486a;
	font-family: "Alex Brush";
	margin-left: 20px;
}

.choose .column {
	height: 660px;

}

.choose .column li {
	float: left;
	cursor: default;
	transition: all .5s;
	width: 380px;
	height: 299px;
	margin-bottom: 30px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
	background-color: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.choose .choose_qiehuan {
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.choose .choose_qiehuan span {
	width: 30px;
	height: 10px;
	border-radius: 5px;
	background-color: #f0f0f0;
	border: 1px solid #d4d4d4;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.choose .choose_qiehuan .active {
	background-color: #d6ae35;
}

.review {
	border-radius: 8px;
	background-image: url(https://www.peccn.com/2025index/images/review_bg.png);
}

.review-header {
	display: flex;
	align-items: center;
	height: 110px;
	padding: 0 30px;
}

.review-header img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.review-header .name {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-family: "Microsoft YaHei";
	margin-bottom: 10px;
}

.review-header .school {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	font-family: "Microsoft YaHei";
}

.review-line {
	border-top: 1px solid #d6ae35;
}

.review-content {
	padding: 30px 20px 0 20px;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #333333;
	font-family: "Microsoft YaHei";
}

.choose .column .review-content img {
	width: 11px;
	height: 11px;
	margin-right: 5px;
}

.choose .column li:nth-child(1) {
	margin-left: 0;
	margin-right: 30px;
}

.choose .column li:nth-child(2) {
	margin-right: 30px;
}

.choose .column li:nth-child(4) {
	margin-right: 30px
}

.choose .column li:nth-child(5) {
	margin-right: 30px;
}

.choose .column .review-header img {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 28px;
	background-color: #e5e5e5;
}

.choose .column li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1);
	transform: translateY(0)
}

.choose .column li span {
	color: #000844;
	font-size: 18px;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 50px
}

.choose .column li p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	/*text-align-last:justify*/
}

.footer {
	padding: 30px;
	font-size: 16px;
	line-height: 40px;
	background: #1e263c;
	color: #fff
}

.footer a {
	color: #fff
}

.footer h3 {
	font-size: 18px;
	line-height: 50px
}

.footer li {
	float: left;
	margin-right: 15px
}

.footer .basic {
	display: block;
	overflow: hidden
}

.footer .basic .left {
	float: left;
	margin-top: 30px;
}

.footer .basic .telephone {
	float: right;
	font-size: 30px;
	text-align: right;
	line-height: 60px
}

.footer .basic .telephone img {
	margin-top: -5px;
	margin-left: 25px
}

.footer .company {
	margin-top: 0;
	display: block;
	overflow: hidden;
	float: left;
}

.footer .matrix {
	display: block;
	overflow: hidden
}

.footer .matrix .feedback {
	float: left
}

.footer .matrix .media {
	float: right;
	text-align: -webkit-center;
	margin-top: 64px;
}

.footer .matrix .media img {
	display: block
}

.footer .matrix .media span {
	font-size: 14px;
	line-height: 45px
}

.footer .blogroll {
	margin-top: 20px;
	display: block;
	overflow: hidden
}

.footer .copyright {
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	color: #999;
	display: block;
	overflow: hidden
}

.footer .copyright a {
	color: #999
}

.footer .copyright a:hover {
	color: #aaa
}

.fulibao {
	position: fixed;
	left: 1%;
	bottom: 5%;
	z-index: 1989888
}

.fulibao img {
	width: 75%
}

.rightbar {
	background-color: #fff;
	position: fixed;
	top: 30%;
	right: 1%;
	width: 90px;
	z-index: 5;
	-webkit-box-shadow: 0 0 10px #e1e1e1;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border-radius: 10px
}

.rightbar p {
	align-self: center;
	color: #333;
	font-size: 16px;
	text-align: center;
	width: 100%
}

.rightbar .box1 {
	height: 30px;
	color: #111;
	font-size: 12px;
	padding: 10px 6px;
	text-align: center;
	cursor: pointer;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	display: flex
}

.rightbar .box1 i {
	font-size: 18px;
	float: left;
	align-self: center;
	color: #545454
}

.rightbar .box1:hover {
	background: linear-gradient(to right, #242f4f,#1e263cbf)
}

.rightbar .box1:hover>* {
	color: #fff
}

.rightbar .box1 .fix {
	position: absolute;
	right: 95px;
	top: 0;
	transition: 1.2s;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.rightbar .box1:hover .fix {
	opacity: 1
}

.rightbar .box1 .fix img {
	border: 1px;
	width: 240px;
	height: 80px
}

.rightbar .box2 {
	height: 30px;
	color: #111;
	font-size: 12px;
	padding: 10px 6px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex;
	animation: twinkle1 0.8s infinite alternate
}

.rightbar .box2 i {
	margin-left: 2px;
	font-size: 18px;
	float: left;
	align-self: center;
	color: #545454
}

.rightbar .box2:hover {
	background: linear-gradient(to right, #242f4f,#1e263cbf);
	animation-play-state: paused
}

.rightbar .box2:hover>* {
	color: #fff
}

.rightbar .box3 {
	height: 30px;
	color: #111;
	font-size: 12px;
	padding: 10px 6px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex
}

.rightbar .box3 i {
	margin-left: 2px;
	font-size: 18px;
	float: left;
	align-self: center;
	color: #545454
}

.rightbar .box3:hover {
	background: linear-gradient(to right, #242f4f,#1e263cbf)
}

.rightbar .box3:hover>* {
	color: #fff
}

.rightbar .box3 .fix {
	top: 0;
	right: 95px;
	width: 220px;
	height: 55px;
	padding: 8px;
	line-height: 20px;
	position: absolute;
	right: 95px;
	top: 0;
	transition: 1.2s;
	opacity: 0;
	pointer-events: none;
	background-color: #1e263c;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.rightbar .box3 .fix p {
	color: #fff
}

.rightbar .box3:hover .fix {
	opacity: 1
}

.rightbar .box4 {
	height: 30px;
	color: #111;
	font-size: 12px;
	padding: 10px 6px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex
}

.rightbar .box4 i {
	margin-left: 2px;
	font-size: 18px;
	float: left;
	align-self: center;
	color: #545454
}

.rightbar .box4:hover {
	background: linear-gradient(to right, #242f4f,#1e263cbf)
}

.rightbar .box4:hover>* {
	color: #fff
}

.rightbar .box5 {
	height: 30px;
	color: #111;
	font-size: 12px;
	padding: 10px 6px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex
}

.rightbar .box5 i {
	margin-left: 2px;
	font-size: 18px;
	float: left;
	align-self: center;
	color: #545454
}

.rightbar .box5:hover {
	background: linear-gradient(to right, #242f4f,#1e263cbf)
}

.rightbar .box5:hover>* {
	color: #fff
}

.rightbar .box5 .fix {
	position: absolute;
	right: 95px;
	top: 0;
	transition: 1.2s;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.rightbar .box5:hover .fix {
	opacity: 1
}

.rightbar .box5 .fix img {
	border: 1px;
	width: 80px;
	height: 80px
}

.rightbar .box6 {
	color: #111;
	font-size: 12px;
	padding: 10px 6px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex
}

.rightbar .box6 img {
	width: 15px;
	vertical-align: middle;
	color: #868686;
	margin-left: 35px;
	height: 10px
}

.rightbar .box6:hover {
	background: linear-gradient(to right, #242f4f,#1e263cbf);
	border-radius: 0px 0px 5px 5px;
}

.rightbar .box6:hover>* {
	color: #fff
}

@keyframes twinkle1 {
	0% {
		color: #ffffff;
	}

	100% {
		background: #f3b034;
	}
}