.competition-banner {
	background: url(../images/competition_banner.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 500px;
	position: relative;
}
.btn-competition {
	position: absolute;
	width: 270px;
	height: 55px;
	line-height: 55px;
	border-radius: 27px;
	font-size: 20px;
	color: #ffffff;
	background: linear-gradient(90deg,#67dc8e,#56bb83);
	bottom: 40px;
	left: 46%;
}
/* 大赛公告 */
.gg-box {
	background: url(../images/gg_bg.png) no-repeat;
	height: 135px;
	padding: 25px 75px;
}
.gg-content {
	margin: auto;
	width: 1050px;
	height: 86px;
	background-color: #f8f9f9;
	border-radius: 5px;
}
.gg-left {
	background: url(../images/icon-gg.png) no-repeat;
	width: 269px;
    height: 86px;
	padding-right: 6px;
}
.gg-left span {
	font-size: 30px;
	color: #ffffff;
	font-weight: 800;
	line-height: 40px;
	text-shadow: 1px 1px 2px #55c083;
}
.gg-right {
	height: inherit;
	line-height: 86px;
	flex: 1;
	padding-left: 30px;
}
.gg-right a {
	color: #2d2d2d;
	font-size: 20px;
}
.gg-right p span {
	padding: 5px 20px;
	border: 1px solid #61da96;
	border-radius: 20px;
	margin-right: 20px;
	color: #61da96;
}

/* 大赛简介 */
.cpt-title {
	font-size: 42px;
	font-weight: 900;
	background: linear-gradient(to bottom, #35786c, #143756);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 0.4px white; /* 白色描边 */
    text-stroke: 0.4px white; /* 白色描边 */
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
.cpt-title::before,
.cpt-title::after {
	content: '';
	height: 6px;
	border-radius: 5px;
	left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
    bottom: -20px;
}
.cpt-title::before {
	width: 33px;
	background: #00c07e;
    z-index: 1;
}
.cpt-title::after {
	width: 125px;
	background: #fff38d;
}
.cpt-index-brief-content p {
	color: #202020;
	font-size: 20px;
	line-height: 40px;
	text-indent: 2em;
}
.cpt-index-brief-content p a {
	font-size: 20px;
	color: #4cc983;
	display: inline;
}
/* 参赛数据 */
.cpt-round-container {
	padding: 40px 0;
	background: linear-gradient(transparent,#f7fdfb);
	margin-bottom: 25px;
}
.cpt-round-left {
	background: url(../images/cpt-round-bg.png) no-repeat;
	width: 180px;
	height: 180px;
	text-align: center;
	position: relative;
}
.icon-cpt-brief {
	background: url(../images/icon-cpt-total.png) no-repeat;
	background-size: 192px 52px;
	height: 52px;
	margin: auto;
}
.icon-cpt-brief-1 {
	background-position: 0 0;
	width: 55px;
}
.icon-cpt-brief-2 {
	background-position: -67px 0;
	width: 62px;
}
.icon-cpt-brief-3 {
	background-position: -139px 0;
	width: 52px;
}
.cpt-round-right {
	margin-left: 20px;
}
.cpt-round-right .number,
.cpt-round-right .number span {
	font-size: 36px;
	color: #143756;
	font-weight: 700;
	padding-bottom: 5px;
}

.cpt-round-right .label {
	font-size: 22px;
	color: #56bc83;
}
/* 大赛赛事 */
.cpt-match-content-box {
	align-items: stretch;
}
.match-content {
	width: 48.3%;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	text-align: center;
}
.match-sort {
	color: #4ba77b;
	font-size: 32px;
	font-weight: bold;
	position: relative;
}
.match-sort::before {
	position: absolute;
	content: '';
	background-color: #f8dc9b;
	width: 57px;
	height: 7px;
	border-radius: 5px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.match-content-list {
	margin-top: 40px;
}
.match-content-item {
	position: relative;
	display: block;
	height: 70px;
	background: url(../images/cpt-sort-bg.png) no-repeat;
	margin-bottom: 10px;
	border-radius: 10px;
	line-height: 70px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}
.match-content-item.wrap {
	font-size: 24px;
	line-height: 26px;
	padding-top: 10px;
}
.match-content-item-2 {
	height: 150px;
	line-height: 150px;
	background: url(../images/cpt-sort-bg-l.png) no-repeat;
	
}
.match-content-item::before {
	content: '';
	position: absolute;
	/* background: url(../images/icon-cpt-arrow.png) no-repeat;
	background-size: 91px 85px; */
	width: 28px;
	height: 20px;
	background-position: 0 -16px;
	top: 50%;
    transform: translateY(-50%);
}
.match-content-item:nth-child(odd):before {
    left: 20px;
}
.match-content-item:nth-child(even):before {
    right: 20px;
	transform: translateY(-50%) rotate(180deg);
}
/* 合作单位 */
.cpt-hzdw-box {
	background-color: #f5f8fb;
}
.cpt-hzdw-list li {
	width: 224px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	display: flex;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 2px;
}
.cpt-hzdw-list li img {
	margin: auto;
}
.cpt-hzdw-list li:nth-child(5n+5) {
	margin-right: 0;
}
/* 联系我们 */
.cpt-concat-box {
	background: url(../images/cpt-contact-bg.png) no-repeat center top;
	background-size: cover;
	height: 900px;
}
.cpt-concat-content {
	position: relative;
	padding: 30px;
	border-radius: 10px;
	background-color: #f8f8f8;
}
.cpt-concat-content::before {
	position: absolute;
    content: '';
    background: url(../images/cpt-light-green-big.png) no-repeat center bottom;
    width: 643px;
    height: 102px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cpt-concat-title {
	color: #143656;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.cpt-concat-list {
	justify-content: space-between;
	padding: 0 30px;
}
.cpt-concat-list li {
	width: 48%;
	color: #808685;
	margin-top: 40px;
}
.cpt-concat-name {
	color: #2a2a2a;
	font-size: 34px;
	position: relative;
	padding-bottom: 15px;
}
.cpt-concat-name::after {
	content: '';
	position: absolute;
	width: 32px;
	height: 5px;
	border-radius: 5px;
	background: #92cdc0;
	bottom: 0;
	left: 0;
}
.cpt-concat-list li p {
	font-size: 26px;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.icon-concat {
	/* background: url(../images/icon-cpt-arrow.png) no-repeat;
	background-size: 91px 85px; */
	display: block;
	width: 43px;
	height: 43px;
	background-position: 0 -42px;
	margin-right: 10px;
}
.icon-concat-tel {
	background-position: 0 -42px;
}
.icon-concat-email {
	background-position: -48px -42px;
}
.cpt-supervise {
	margin-top: 40px;
	background-color: #f0f2f1;
	border-radius: 5px;
	height: 118px;
	line-height: 40px;
	padding: 20px 0;
	color: #808685;
}
.cpt-supervise p {
	font-size: 20px;
	padding-left: 70px;
}
/* 侧栏 */
.sidebar-cpt-right {
	top: 10%;
	position: fixed;
    right: 50px !important;
    z-index: 99;
	top: 10%;
	width: auto;
	height: auto;
}
.sidebar-cpt-right.hide {
	top: 50%;
	width: 50px;
    height: 50px;
    border-radius: 32px;
	background-color: #fff;
    box-shadow: 0 0 10px #a1acb0;
}
.sidebar-cpt-right::after {
	content: '';
	position: absolute;
	background: url(../images/cpt-r-bg.png) no-repeat center left;
	width: 220px;
    height: 600px;
	top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
}
.sidebar-cpt-right.hide:after {
	width: 0;
    height: 0;
}
.arrow-cpt {
	position: absolute;
    z-index: 9;
	top: 50%;
    left: -24px;
    transform: translate(0, -50%);
}
.sidebar-cpt-right.hide .arrow-cpt{
    left: 50%;
    transform: translate(-50%, -50%);
}
.sidebar-cpt-right .btn-cpt {
    display: block;
	visibility: visible;
	opacity: 1;
    width: 166px;
    height: 50px;
    line-height: 50px;
	font-size: 22px;
    color: #808685;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}
.sidebar-cpt-right .btn-cpt:hover {
	background: linear-gradient(90deg,#56bb83,#7eeaae);
	box-shadow: inset -5px 0px 20px #5cc887;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
}
.sidebar-cpt-right .btn-cpt:hover::before,
.sidebar-cpt-right .btn-cpt:hover::after {
    content: '';
    position: absolute;
    /* background: url(../images/icon-cpt-arrow.png) no-repeat;
    background-size: 91px 85px; */
    width: 8px;
    height: 15px;
    background-position: 0 0;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-cpt-right .btn-cpt:hover::before {
	left: 10px;
}
.sidebar-cpt-right .btn-cpt:hover::after {
	right: 10px;
	transform: translateY(-50%) rotate(180deg);
}
.cpt-r-logo {
	visibility: visible;
	opacity: 1;
	text-align: center;
    position: relative;
    z-index: 99;
	margin-top: 30px;
}
.sidebar-cpt-right.hide .cpt-r-logo,
.sidebar-cpt-right.hide .btn-cpt {
	visibility: hidden;
	opacity: 0;
}
/* 关于大赛 */
.cpt-list-nav {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 99;
}
.list-nav-item {
	font-size: 22px;
	color: #9ea3a1;
	padding: 25px 0;
	position: relative;
}
.list-nav-item:hover::after,
.list-nav-item.active::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 6px;
	border-radius: 3px;
	background: #00c07e;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.cpt-about-box {
	background: #f4f8fb;
	padding: 40px 0 50px;
}
.cpt-about-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
/* 左侧菜单栏 */
.about-box-left {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	min-width: 252px;
	max-width: 300px;
	position: sticky;
	top: 120px;
	z-index: 9;
}
/* li {
	background-color: #01cb82;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
} */
.about-menu-item {
	display: block;
	color: #9ea3a1;
	font-size: 20px;
	width: 100%;
	padding: 12px 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
}
.about-menu-active,
.about-menu-item:hover {
    background-color: #01cb82;
    color: #ffffff;
	font-weight: bold;
}
.about-menu-active::after,
.about-menu-item:hover::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 11px;
	background-position: -17px 0;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
/* 右侧内容区域 */
.about-box-right {
	width: 76%;
	flex: 1;
	margin-left: 20px;
}
.about-box-right ul.about-brief-list,
.about-box-right .about-brief-box {
	padding: 20px 40px;
	background-color: #fff;
	border-radius: 10px;
}
.about-brief-head {
	margin: 15px 0;
}
.about-brief-head h1 {
	font-size: 26px;
	color: #151515;
	margin-bottom: 10px;
}
.about-brief-head .about-brief-subtitle {
	color: #646464;
}
.about-brief-content p {
	text-indent: 2em;
	color: #151515;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 5px;
}
.about-brief-content table {
	border: 1px solid;
}
.about-brief-content table p {
	text-indent: 0;
	margin-bottom: 0;
}
/* 大赛章程 */
.about-brief-list li {
    color: #151515;
    padding: 20px  20px 20px 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}
.about-brief-list li:last-child {
	border-bottom: 0;
}
.about-brief-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #00c07e;
}
.about-brief-list li a {
	font-size: 18px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #353535;
}
.about-brief-list li a:hover {
    color: #00c07e;
}
.about-brief-list li span {
	color: #acacac;
	font-size: 18px;
}

/* 大赛通知 */
.cpt-list-box {
	padding: 40px 0 20px;
}
.cpt-dstz-list {
	padding: 20px 40px;
    background-color: #fff;
    border-radius: 10px;
}
.dsss-box-right {
	padding: 50px 40px 20px;
    background-color: #fff;
    border-radius: 10px;
	color: #151515;
}
.dsss-h1 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
}
.dsss-section {
	padding: 15px 0;
	line-height: 36px;
}
.dsss-section h2,
.dsss-box-right h2 {
	font-size: 20px;
	position: relative;
	padding-left: 12px;
	padding-bottom: 5px;
}
.dsss-section h2:before,
.dsss-box-right h2:before {
	content: '';
	width: 3px;
	height: 18px;
	background: linear-gradient(180deg,#01f8d9,#00adfb);
	position: absolute;
	left: 0;
	top: 46%;
	transform: translate(0, -50%);
}
.dsss-section p,
.dsss-box-right p {
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
}
.dsss-section .dsss-h3,
.dsss-box-right h3 {
	font-size: 18px;
	font-weight: bold;
}
.dsss-section .dsss-h3::before,
.dsss-box-right h3::before {
	content: '·';
	color: #00baf5;
	margin-right: 5px;
	vertical-align: middle;
}
.dsss-section dd dt {
	text-indent: 1em;
	font-size: 18px;
}
.pl-45 {
	padding-left: 45px;
}
.dsss-section a,
.dsss-box-right a {
	color: #01cb82;
	font-size: 18px;
	display: inline;
}
.btn-dsss-history {
	display: block;
	text-align: center;
	color: #01cb82;
	font-size: 20px;
	width: 237px;
	height: 50px;
	line-height: 48px;
	margin: 30px auto;
	border-radius: 5px;
	border: 1px solid #01cb82;
}

/* 大赛新闻 */
.xw-brief-box {
	padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}
.dsxw-section {
	padding: 15px 0;
	line-height: 36px;
}
.dsxw-section h2 {
	font-size: 20px;
	position: relative;
	padding-left: 12px;
	padding-bottom: 5px;
}
.dsxw-section h2:before {
	content: '';
	width: 3px;
	height: 18px;
	background: linear-gradient(180deg,#09e186,#00bf7e);
	position: absolute;
	left: 0;
	top: 46%;
	transform: translate(0, -50%);
}
.xw-brief-content p,
.dsxw-section p {
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
}
.dsxw-section {
	margin: 10px 0;
}
.xw-brief-content img {
	display: block;
	margin: 5px auto;
}
.xw-brief-content .xw-video {
	width: 70%;
	margin: 10px auto;
	height: 350px;
}
.xw-brief-content .xw-video-js,
.xw-brief-content video {
	width: 100%;
	height: 350px;
}
.xw-brief-content .video-js .vjs-big-play-button {
	top: 50%;
    left: 50%;
}

/* 我要参赛 */
.wycs-box {
	padding: 40px 0 10px;
}
.wycs-content-box {
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	margin-bottom: 60px;
}
.wycs-content-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 3px solid #e6f5ef;
	border-radius: 6px;
	padding: 30px 40px;
	margin-bottom: 40px;
}
.wycs-content-list li:hover {
	background-color: #f5faf8;
}
.wycs-content {
	width: 82%;
	color: #151515;
}
.wycs-content h2 {
	font-size: 26px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.wycs-content h2::before {
	position: absolute;
	content: '';
	width: 54px;
	height: 5px;
	border-radius: 5px;
	background-color: #ade1ca;
	bottom: 0;
	left: 0;
}
.wycs-content p {
	font-size: 18px;
	line-height: 36px;
}
.wycs-content p a {
	display: inline;
	font-size: 18px;
	color: #00c07e;
}
.btn-wycs-sign {
	text-align: center;
	width: 158px;
	height: 54px;
	line-height: 54px;
	border-radius: 28px;
	color: #fff;
	font-size: 22px;
	background: linear-gradient(90deg, #09e186, #00bf7e);
}
.btn-wycs-sign:hover {
	background: linear-gradient(90deg, #00bf7e, #09e186);

}
.wycs-concat-box {
	padding: 0 40px;
}
.cs-concat {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #6e9283;
}
.cs-concat .icon-cs-concat {
	width: 44px;
	height: 44px;
	background: linear-gradient(180deg, #09e186, #00bf7e);
	border-radius: 44px;
	position: relative;
	margin-right: 10px;
}
.cs-concat .icon-cs-concat::before {
	content: '';
	position: absolute;
	background: url(../images/icon-cs-concat.png) no-repeat;
	background-size: 71px 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cs-concat .icon-user::before {
	width: 16px;
	background-position: 0 0;
}
.cs-concat .icon-phone::before {
	width: 18px;
	background-position: -22px 0;
}
.cs-concat .icon-email::before {
	width: 25px;
	background-position: -46px 0;
}
.cs-concat span {
	font-size: 20px;
	color: #6e9283;
	margin-left: 10px;
}

.wycs-content-list-two li {
	border-color: #dbf2ff;
}
.wycs-content-list-two li:hover {
	background-color: #f5fbfd;
}
.wycs-content-list-two .wycs-content h2::before {
	background-color: #a1d2ff;
}
.wycs-content-list-two .btn-wycs-sign {
    background: linear-gradient(90deg, #3ca2ff, #037bf6);
}
.wycs-content-list-two .btn-wycs-sign:hover {
    background: linear-gradient(90deg, #037bf6, #3ca2ff);
}
.wycs-content-list-two .cs-concat .icon-cs-concat {
	background: linear-gradient(180deg, #3ca2ff, #037bf6);
}
.wycs-content-list-two .cs-concat {
	color: #618bac;
}
/* 世界机器人大赛组委会秘书处 */
.wycs-secretariat {
	background: #fff;
	position: relative;
    padding: 0 40px 30px;
    border-radius: 10px;
    background-color: #f5faf9;
}
.wycs-secretariat::before {
    position: absolute;
    content: '';
    background: url(../images/cpt-light-green-big.png) no-repeat center bottom;
    width: 643px;
    height: 102px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.wycs-secretariat-title {
	font-size: 26px;
	color: #151515;
	text-align: center;
	height: 102px;
	line-height: 102px;
	position: relative;
	margin-bottom: 20px;
}

/* 大赛成绩 */
/* 证书查询 */
.dscj-search {
	background: url(../images/search_bg.png) no-repeat;
    width: 1200px;
    height: 95px;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 30px;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
}
.dscj-search h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}
.dscj-search .search-content {
    background-color: #fff;
    width: 360px;
    height: 50px;
    border-radius: 30px;
}
.dscj-search .search-content .dscj-search-input {
    margin-left: 30px;
    width: 330px;
    height: 50px;
    border-radius: 30px;
    border: 0;
    background-color: #fff;
	font-size: 18px;
	outline: 0;
}
.search-content input::placeholder{
	color:#b7b6b6
}
.dscj-search .btn-dscj-search {
    width: 125px;
    height: 48px;
    line-height: 48px;
	font-size: 20px;
    text-align: center;
    background-color: #fadb35;
    color: #01806a;
    border-radius: 24px;
    cursor: pointer;
}
.modal-robot-error {
	display: none;
	min-height: 40px;
	line-height: 40px;
	border-radius: 5px;
	box-shadow: 3px 0px 12px #6a6a6a;
	position: absolute;
	padding: 0 20px;
	top: -30px;
	z-index: 999;
	left: 30%;
	transform: translate(-50%, 0);
	color: #ff1933;
	min-height: auto;
    background-color: #fff7f7;
    border: 1px solid #ffd5d3;
    line-height: 22px;
    padding: 10px 15px 10px 40px;
	box-shadow: none;
}
.modal-robot-error::before {
    width: 16px;
    height: 16px;
    top: 14px;
	content: '';
	position: absolute;
	background: url(../images/icon-error.png) no-repeat;
	left: 17px;
}
.about-menu-list li {
	position: relative;
}
.menu-year-box {
	display: none;
	padding-left: 15px;
	position: absolute;
	right: -122px;
    top: -15px;
	z-index: 9;
}
.menu-year-list {
	border: 2px solid #e5f0ec;
    padding: 15px;
    border-radius: 5px;
    width: 112px;
    background: #fff;
}
.about-menu-list li:hover .menu-year-box {
	display: block;
}
.menu-year-list li a {
	display: block;
    width: 80px;
    text-align: center;
    color: #9ea3a1;
    font-size: 18px;
    padding: 10px 0;
}
.menu-year-list li a.active,
.menu-year-list li a:hover {
	color: #fff;
	background-color: #01cb82;
	border-radius: 5px;
}
.dscj-list li a {
	position: relative;
	padding-right: 50px;
}
.dscj-list li a::after {
	content: '';
	position: absolute;
	background-image: url(../images/icon-down.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	right: 0;
	top: 2px;
}
.dscj-list li a:hover::after {
	background-image: url(../images/icon-down-active.png);
}

/* 资料下载 */
.zlxz-box {
	padding: 50px 0;
}
.swiper-zlxz-box {
	position: relative;
    padding: 40px;
}
.swiper-zlxz-box .swiper-button-next,
.swiper-zlxz-box .swiper-button-prev {
	color: #00c07e;
}
.swiper-zlxz-box .swiper-button-next.swiper-button-disabled, 
.swiper-zlxz-box .swiper-button-prev.swiper-button-disabled {
	color: #52deae;
	opacity: 1;
}
.swiper-zlxz-box .swiper-pagination-bullet {
	background: #d9e8e3;
	opacity: 1;
}
.swiper-zlxz-box .swiper-pagination-bullet-active {
	background: #00c07e;
}
.swiper-zlxz {
	position: static;
}
.swiper-zlxz .swiper-slide {
	/* transition: width 0.3s ease; */
	/* flex-shrink: 0; */
	width: 95px;
	overflow: hidden;
	border-radius: 5px;
}
.swiper-zlxz .swiper-slide a::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.swiper-zlxz .swiper-slide img {
	width: 340px;
	max-width: fit-content;
	height: auto;
	display: block;
	
}
/* .swiper-zlxz .swiper-slide:hover, */
.zlxz-content {
	position: absolute;
	display: flex;
	justify-content: space-between;
	height: 408px;
	flex-direction: column;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    z-index: 2;
	padding: 70px 0;
}
.zlxz-content p {
	font-weight: 600;
	font-size: 24px;
	writing-mode: vertical-rl;
}
.swiper-zlxz .active {
	width: 340px;
	z-index: 10;
	/* transition: width 0.3s ease; */
}
.swiper-zlxz .active a::after {
	background: transparent;
}
.swiper-zlxz .active .zlxz-content {
	display: none;
}

.icon-concat,
.match-content-item::before,
.sidebar-cpt-right .btn-cpt:hover::before,
.sidebar-cpt-right .btn-cpt:hover::after,
.about-menu-active::after,
.about-menu-item:hover::after {
	background-image: url(../images/icon-cpt-arrow.png);
    background-repeat: no-repeat;
	background-size: 91px 85px;
}


/* 图片缩放动画 */
.swiper-slide a img,
.blh-box .swiper-slide img,
.swiper-slide .history-img img,
.cpt-hzdw-list li img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.swiper-slide a:hover img,
.blh-box .swiper-slide:hover img,
.swiper-slide .history-img:hover img,
.cpt-hzdw-list li:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}