@charset "utf-8";

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.header .up {
	color: #ab2750;
	font-size: 16px;
	text-align: right;
	height: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.header .up span {
	margin-left: 38px;
}

.header .down {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .down .logo {
	float: left;
}

.header .down .logo img {
	height: 27px;
}

.header .down .menu {
	float: right;
}

.menu .nav li {
	float: left;
	margin-left: 40px;
	color: #282828;
	position: relative;
	line-height: 70px;
}

.menu .nav li:hover>a,
.menu .nav li.on>a {
	color: #ab2750;
}

.menu .nav li:first-child {
	margin-left: 0;
}

.menu .nav li:last-child img {
	display: inline-block;
	vertical-align: middle;
}

.menu .nav li .erji {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	line-height: normal;
	z-index: 999;
	display: none;
}

.menu .nav li:hover .erji {
	display: block;
}

.menu .nav li .erji a {
	padding: 0 16px;
	box-sizing: border-box;
	line-height: 30px;
	text-align: center;
	background: #ffffff;
	color: #5d5d5d;
	white-space: nowrap;
	font-size: 14px;
	display: block;
}

.menu .nav li .erji a:hover {
	background: #ab2750;
	color: #ffffff;
}

.banner img,
.swiper-slide img {
	width: 100%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 19px;
	height: 33px;
	background-size: 19px 33px;
}

.banner .centerBox {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
}

.banner .swiper-pagination {
	bottom: 30px !important;
}

.banner .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 100%;
	background: rgb(255, 255, 255, 0.66);
	opacity: 1;
	border: 1px solid #ffffff;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
	width: 33px;
	height: 8px;
	border-radius: 10px;
}

.footer .logo img {
	max-width: 306px;
    filter: grayscale(100%) brightness(400%);
}

.footer .dao {
	margin-top: 30px;
}

.footer .dao li {
	float: left;
	font-size: 16px;
	color: #fff;
}

.footer .dao li:after {
	content: '';
	width: 1px;
	height: 14px;
	background: #fff;
	margin: 0 25px;
	display: inline-block;
	vertical-align: middle;
}

.footer .dao li:last-child:after {
	display: none;
}

.about {
	padding-bottom: 40px;
}

.about .digital {
	margin-top: 50px;
}

.about .digital ul {
	font-size: 0;
}

.about .digital ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about .digital ul li .mun_top {
	font-size: 56px;
	color: #ab2750;
	font-weight: bold;
}

.about .digital ul li .mun_top h2 {
	display: inline-block;
	font-size: 56px;
}

.about .digital ul li p {
	text-align: center;
	font-size: 14px;
}

.daohang li {
	display: inline-block;
	padding: 0 30px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #ab2750;
}

.daohang li:hover,
.daohang li.on {
	background: #ab2750;
}

.daohang li:hover a,
.daohang li.on a {
	color: #ffffff;
}

.daohang {
	font-size: 0;
	overflow-x: auto;
	white-space: nowrap;
	display: block;
	text-align: center;
}

.about .cont {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 26px;
	margin-top: 50px;
}

.hexin {
	padding: 0 0 60px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}

.hexin .bt {
	font-size: 14px;
	padding: 0 7px;
	box-sizing: border-box;
	background: rgb(195, 13, 35);
	color: #ffffff;
	line-height: 26px;
	display: inline-block;
}

.hexin .bt:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: rgb(195, 13, 35);
	position: absolute;
}

.hexin .cont {
	position: relative;
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
}

.hexin .cont .desc {
	font-size: 16px;
	color: #535353;
	line-height: 26px;
	margin-top: 60px;
}

.hexin .cont .desc * {
	font-size: 16px !important;
	color: #535353 !important;
	line-height: 26px !important;
}

.hexin .cont .desc img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

.center {
	width: 80%;
	margin: auto;
}

.kehu .cont img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

.kehu .cont {
	font-size: 14px;
	line-height: 26px;
}

.kehu .cont ul {
	font-size: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kehu .cont ul li {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	margin-top: 20px;
	border-radius: 20px;
	box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
	padding: 30px 20px;
	box-sizing: border-box;
}

.kehu .cont ul li:nth-child(even) {
	margin-right: 0;
}

.kehu .cont ul li .he {
	font-size: 14px;
	line-height: 26px;
	color: #434343;
	text-align: justify;
}

.kehu .cont ul li .tm {
	font-size: 16px;
	color: #434343;
	text-align: center;
}

.kehu .cont ul li .heng {
	background: url(../images/xgray_line08.png)center no-repeat;
	background-size: cover;
	width: 100%;
	height: 4px;
	margin: 10px 0;
}

.yinxiang {
	font-size: 0;
}

.yinxiang li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-top: 20px;
}

.yinxiang li:nth-child(3n) {
	margin-right: 0;
}

.yinxiang li .tu {
	overflow: hidden;
	transition: all ease-in-out .5s;
}

.yinxiang li:hover .tu img {
	transform: scale(1.05);
}

.yinxiang li img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.yinxiang li .he .tm {
	font-size: 16px;
	color: #434343;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yinxiang li .he .desc {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

embed {
	max-width: 100%;
	margin: auto;
	display: block;
}

.erji>div {
	position: relative;
}

.erji .sanji {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}

.erji>div:hover .sanji {
	display: block;
}

.zixun {
	font-size: 0;
	margin-top: 40px;
}

.zixun li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	padding: 40px;
	box-sizing: border-box;
	vertical-align: top;
}

.zixun li:hover {
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);
}

.zixun li:nth-child(3n) {
	margin-right: 0;
}

.zixun li .tm {
	font-size: 22px;
}

.zixun li .zy {
	font-size: 14px;
	margin-top: 10px;
}

.zixun li a {
	display: block;
	padding-left: 20px;
	position: relative;
}

.zixun li a:before {
	content: '';
	display: inline-block;
	height: 56px;
	width: 3px;
	background: #ab2750;
	position: absolute;
	left: 0;
}

.hexin .cont .tm {
	font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.zx_show .cont {
	margin-top: 60px;
}

.zx_show .cont .desc {
	margin-top: 50px;
}

.team {
	font-size: 0;
	margin-top: 50px;
}

.team li {
	display: inline-block;
	margin-right: 1.5%;
	width: 18.8%;
	vertical-align: top;
}

.team li:nth-child(5n) {
	margin-right: 0;
}

.team li .tu img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.team li .tu {
	overflow: hidden;
	transition: all ease-in-out .5s;
}

.team li:hover .tu img {
	transform: scale(1.05);
}

.team li .he .tm {
	font-size: 12px;
	color: #7d7d7d;
	margin-top: 6px;
	text-align: center;
}

.team li .he .zy {
	text-align: center;
	font-size: 12px;
	color: #7d7d7d;
	line-height: 24px;
	margin-top: 6px;
	padding: 0 20px;
	box-sizing: border-box;
}

.hexin .search {
	margin-top: 60px;
}

.search form {
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search .key {
	font-size: 12px;
	color: #434343;
	font-weight: normal;
	line-height: 35px;
	height: 35px;
	vertical-align: middle;
	border: #ab2750 1px solid;
	padding-left: 5px;
	display: inline-block;
	width: 240px;
}

.search .submit {
	background: #ab2750;
	font-family: SourceHanSansCN-Regular;
	font-weight: normal;
	border: #fff 0px solid;
	width: 50px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

.td_show .cont {
	background: url(../images/hp9f.png)left no-repeat;
	background-size: auto 100%;
	padding: 60px 0 70px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}

.td_show .cont .desc {
	float: right;
	width: 54%;
	font-size: 18px;
	line-height: 30px;
	color: #5a5a5a;
}

.td_show .cont .desc strong {
	font-size: 22px;
	color: #2a2a2a;
	font-weight: normal;
}

.td_show .cont .desc strong img {
	display: inline-block;
	height: 22px;
	margin-right: 4px;
}

.wenhua .yinxiang li .tm {
	text-align: center;
	font-size: 14px;
}

.wenhua .yinxiang {
	margin-top: 20px !important;
}

.first {
	margin-top: 30px;
}

.first .title {
	font-size: 18px;
}

.first .sj {
	font-size: 14px;
	color: #7d7d7d;
	margin-top: 6px;
}

.first .zy {
	font-size: 14px;
	color: #7d7d7d;
	margin-top: 6px;
}

.first:hover .title,
.first:hover .title span {
	color: #ab2750;
}

.dongtai li .title {
	font-size: 16px;
	color: #7d7d7d;
}

.dongtai li .title span {
	margin-right: 10px;
}

.zhongxin {
	width: 70%;
	margin: 40px auto 0;
}

.lop {
	font-size: 16px;
	line-height: 56px;
	color: #ab2750;
}

.xw_show {
	padding-bottom: 30px;
}

.xw_show .zong {
	margin-top: 30px;
}

.xw_show .zong .zuo {
	float: left;
	width: 72%;
}

.xw_show .zong .you {
	float: right;
	width: 23%;
}

.xw_show .zong .zuo .bt {
	font-size: 18px;
	color: #434343;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.xw_show .zong .zuo .other {
	font-size: 12px;
	display: block;
	text-align: center;
	color: #999999;
	margin-top: 15px;
}

.xw_show .zong .zuo .other span {
	margin: 0 10px;
}

.xw_show .zong .zuo .desc {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.kuang>.tm {
	font-size: 24px;
	color: #5a5a5a;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.kuang ul li {
	clear: both;
	overflow: hidden;
	color: #666666;
	font-size: 12px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kuang ul li:hover a {
	color: #ab2750;
}

.kuang .tm:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 31px;
	border-radius: 30px;
	margin-right: 10px;
	background: #ab2750;
	vertical-align: sub;
}

.xw_show .zong .you .more {
	display: block;
	width: 102px;
	line-height: 28px;
	margin: 20px auto 0;
	border: 1px solid #ab2750;
	color: #ab2750;
	text-align: center;
	font-size: 12px;
}

.xw_show .zong .you .kuang {
	margin-top: 50px;
}

.xw_show .zong .you .kuang:first-child {
	margin-top: 0;
}

.xw_show .zong .you .kuang .cont {
	font-size: 12px;
	line-height: 26px;
	color: #666666;
	margin-top: 10px;
}

.xw_show .zong .you .kuang .cont img {
	width: 96px;
	display: block;
	margin: 10px auto 0;
}

.contact ul {
	font-size: 0;
}

.contact ul li {
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}

.contact ul li .bt {
	font-size: 24px;
	color: #5a5a5a;
}

.contact ul li .zy {
	font-size: 15px;
	line-height: 30px;
	color: #5a5a5a;
	margin-top: 10px;
	word-break: break-all;
}

.lianxi {
	padding-bottom: 60px;
}

.lianxi .ditu {
	margin-top: 30px;
}

.header .menu .nav li .search {
	position: absolute;
	z-index: 999;
	right: 0;
	display: none;
}

.index .one {
	margin-top: 100px;
	text-align: center;
}

.index .one .title {
	font-size: 30px;
	color: #ab2750;
	font-weight: normal;
}

.index .one .tm {
	font-size: 24px;
	color: #ab2750;
	margin-top: 28px;
}

.index .one .desc {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: left;
    text-indent: 32px;
}

.index .one .desc ul {
	font-size: 0;
	display: flex;
}

.index .one .desc ul li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-top: 26px;
	margin-bottom: 22px;
	border: 1px solid #ebedf3;
	box-sizing: border-box;
	border-radius: 20px;
}

.index .one .desc ul li img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.index .one .desc ul li:hover img {
	transform: scale(1.05);
}

.index .one .desc ul li .tu {
	overflow: hidden;
	transition: all ease-in-out .5s;
	border-radius: 20px 20px 0 0;
}

.index .one .desc ul li .bt {
	font-size: 24px;
	color: #ab2750;
	    text-indent: 0;
    text-align: center;
}

.index .one .desc ul li .he {
	padding: 20px 34px;
	box-sizing: border-box;
}

.index .one .desc ul li .zy {
	    font-size: 16px;
    line-height: 28px;
    color: #808080;
    margin-top: 10px;
    text-indent: 0;
    text-align: center;
}

.index .one .desc ul li:nth-child(3n) {
	margin-right: 0;
}

.index .one .desc ul li:hover {
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.25)
}

.kuang .tm a {
	float: right;
	font-size: 14px;
	color: #3c58b3;
	line-height: 30px;
}

.two .kuang {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	margin-top: 60px;
}

.two .kuang:nth-child(even) {
	margin-right: 0;
}

.two .kuang ul li {
	font-size: 16px;
	color: #545454;
}

.index .kuang .tm {
	border-bottom: 2px solid #eeeeee;
}

.two .centerBox {
	font-size: 0;
}

.three .yinxiang li {
	margin-top: 50px;
}

.three .yinxiang li .tm {
	text-align: center;
	border-bottom: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.three .yinxiang li .he .tm:before {
	display: none;
}

.three {
	margin-top: 70px;
	padding-bottom: 80px;
}

.index .yinxiang li .tu {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index .yinxiang li .tu img {
	max-width: 100%;
	width: auto;
}

.heng {
	height: 150px;
}

.heng a {
	display: block;
	width: 100%;
	height: 100%;
}

.fixed {
	position: fixed;
	right: 100px;
	top: 30%;
	z-index: 999;
}

.fixed ul li>img {
	width: 50px;
}

.fixed ul li {
	margin-top: 2px;
	position: relative;
}

.fixed ul li .fu {
	position: absolute;
	right: 100%;
	color: #ffffff;
	font-size: 16px;
	background: #ab2750;
	padding: 0 14px;
	box-sizing: border-box;
	white-space: nowrap;
	top: 0;
	display: none;
	line-height: 50px;
}

.fixed ul li:hover .fu {
	display: block;
}

.fixed ul li .fu img {
	width: 100px;
}

.fixed ul li.ma .fu {
	padding: 10px;
}

.cai {
	display: none;
}

.linian {
	margin-top: 30px;
}

.linian li {
	font-size: 14px;
	text-align: center;
	margin-top: 14px;
}

.linian li:hover a {
	color: #ab2750;
}