@charset "utf-8";

/*public start*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #333333;
	background: #fff;
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
	padding: 0;
	outline: none;
}

select,
input {
	vertical-align: middle;
}

textarea {
	resize: none;
}

ul,
ol {
	list-style: none;
}

img {
	vertical-align: middle;
	font-size: 0;
	border: 0;
	outline: none;
	max-width: 100%;
}

i,
em {
	font-style: normal;
	text-decoration: none;
}

a {
	color: #333333;
	text-decoration: none;
	outline: none;
}

@font-face {
	font-family: "微软雅黑";
	/*src: url("../font/SOURCEHANSANSCN-LIGHT.OTF") format("opentype");*/
}

body {
	font-family: "微软雅黑";
}

.clear {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.li_img {
	display: table;
	text-align: center;
	*position: relative;
	*overflow: hidden;
}

.li_img a {
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*left: 50%;
	*top: 50%;
}

.li_img a img {
	*position: relative;
	*left: -50%;
	*top: -50%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em,
i,
u {
	font-style: normal;
}

.ohidden {
	overflow: hidden;
}

.pt0 {
	padding-top: 0 !important;
}

.visible-hidden {
	visibility: hidden;
}

.core {
	width: 1200px;
	margin: 0 auto;
}

.bgf {
	background-color: #FFFFFF !important;
}

img.zwimg {
 display: block;
 width: 100%;
 visibility: hidden;
}

img.isimg {
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}

.box_table {
	display: table;
	width: 100%;
	height: 100%;
}

.box_cell {
	display: table-cell;
	vertical-align: middle;
}

.warp {
	width: 100%;
}

.font52 {
	font-size: 52px;
}

.font46 {
	font-size: 46px;
}

.font42 {
	font-size: 42px;
}

.font38 {
	font-size: 38px;
}

.font36 {
	font-size: 36px;
}

.font32 {
	font-size: 32px;
}

.font30 {
	font-size: 30px;
}

.font28 {
	font-size: 28px;
}

.font26 {
	font-size: 26px;
}

.font24 {
	font-size: 24px;
}

.font21 {
	font-size: 21px;
}

.font18 {
	font-size: 18px;
}

.font16 {
	font-size: 16px;
}

.font14 {
	font-size: 14px;
}

/* 头部 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	height: 90px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.header.nofix {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.logo {
	width: 240px;
	height: 100%;
	margin-left: 120px;
}

.isfix_logo {
	display: block;
}

.nofix_logo {
	display: none;
}

.header.nofix .isfix_logo {
	display: none;
}

.header.nofix .nofix_logo {
	display: block;
}

.head_con {
	margin-right: 75px;
}

.nav {
	margin-right: 20px;
}

.nav ul li {
	float: left;
	text-align: center;
	margin-left: 55px;
	position: relative;
}

.nav ul li div {
	line-height: 90px;
}

.nav ul li div .nav_kg {
	display: none;
}

.nav ul li div a {
	display: block;
	color: #FFFFFF;
}

.header.nofix .nav ul li div a {
	color: #333333;
}


.nav ul li dl {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 160px;
	margin-left: -80px;
	background-color: #f7f7f7;
	padding: 27px 20px 10px 20px;
	line-height: 35px;
	text-align: center;
	display: none;
	z-index: 1;
}

.nav ul li dl::after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	background-color: #ca0f26;
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -28px;
	z-index: 2;
}

.nav ul li dl dd {
	width: 100%;
}

.nav ul li dl dd a {
	display: block;
	width: 100%;
	color: #000000;
}

.nav ul li dl dd a:hover,
.nav ul li dl dd.active a {
	color: #FFFFFF;
	background-color: #ca0f26;
}

.hsearch {
	height: 16px;
	border-right: 1px solid #d9d9d9;
	padding-right: 15px;
	margin-top: 37px;
}

.hsearch i {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/common/fdj_ico.png) no-repeat center;
	cursor: pointer;
}

.nav_search {
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	height: 60px;
	width: 322px;
	display: none;
}

.nav_search input {
	color: #333;
	font-size: 14px;
}

.nav_search .nav_search_input {
	width: 260px;
	padding: 10px 20px;
	height: 100%;
	background: none;
	border: none;
	float: left;
}

.nav_search button {
	background: url(../image/common/fdj_icos.png) no-repeat center;
	width: 60px;
	height: 60px;
	float: left;
}


.hphone p {
	color: #d9d9d9;
	line-height: 90px;
	padding-left: 32px;
	background-image: url(../image/common/hphone.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 14px;
}

.header.nofix .hsearch i {
	background: url(../image/common/fdj_icos.png) no-repeat center;
}

.header.nofix .hphone p {
	color: #333333;
	background-image: url(../image/common/hphones.png);
}

/* 头部 结束 */

/* 底部 */
.footer {
	background-color: #1c1c1c;
	padding-top: 30px;
	padding-bottom: 60px;
	color: #FFFFFF;
}

.foot_top {
	padding-bottom: 60px;
}

.flogo {
	width: 170px;
	margin-top: 20px;
}

.finfo {
	width: 100%;
}

.finfo dl {
	width: 130px;
	float: left;
	margin-right: 50px;
}

.finfo dl:nth-of-type(4) {
	width: 212px;
}

.finfo dl:last-of-type {
	float: right;
	width: 280px;
	margin-right: 0;
}

.finfo dl dt {
	line-height: 2.5em;
	border-bottom: 1px solid #6d6d6d;
}

.finfo dl dd {
	margin-top: 10px;
	color: #b2b2b2;
}

.finfo dl dd {
	margin-top: 10px;
	color: #b2b2b2;
}

.finfo dl dd a {
	color: #b2b2b2;
}

.bottom {
	padding-top: 30px;
}

.fnav {
	color: #cccccc;
}

.fnav a {
	color: #cccccc;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.banqun {
	color: #cccccc;
}

/* 底部 结束 */

/* 右侧浮框 */
.fubox {
	width: 50px;
	position: fixed;
	top: 50%;
	right: 2%;
	z-index: 99;
	margin-top: -125px;
	display: none;
}

.fubox li {
	width: 50px;
	height: 50px;
	margin: 10px 0;
	position: relative;
}

.fubox_icon {
	width: 100%;
	height: 100%;
	background-color: #eb3831;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.wx_ico {
	background-image: url(../image/common/wx_icon.png);
}

.qq_ico {
	background-image: url(../image/common/qq_icon.png);
}

.erji_ico {
	background-image: url(../image/common/erji_icon.png);
}

.bt_ico {
	background-image: url(../image/common/backtop_icon.png);
}

.fubox li:hover .fubox_icon {
	background-color: #b82d2a;
}

.wx_ewm {
	width: 0px;
	height: 0px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 60px;
	padding: 8px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
	overflow: hidden;
}

.wx_ewm img {
	width: 100%;
	height: 100%;
}

.fubox li:hover .wx_ewm {
	opacity: 1;
	width: 102px;
	height: 102px;
}

.qq_ewm {
	width: 0px;
	height: 0px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 60px;
	padding: 8px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
	overflow: hidden;
}

.qq_ewm img {
	width: 100%;
	height: 100%;
}

.fubox li:hover .qq_ewm {
	opacity: 1;
	width: 102px;
	height: 152px;
}

/* 右侧浮框 结束 */

/* banner */
.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.banner_img img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.banner_text {
	width: 63.54%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 18.23%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_text2 {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	z-index: 2;
}

.banner_text2 h3 {
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
}

.banner_text2 h3::after {
	content: "";
	display: block;
	width: 58px;
	height: 4px;
	background-color: #e41224;
	left: 50%;
	position: absolute;
	margin-left: -29px;
	bottom: 0;
}

.banner_text2 h3 span {
	position: relative;
	z-index: 2;
}

.banner_text2 p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner .swiper-slide-active .banner_img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1.5s ease-out 2s;
	-o-transition: all 1.5s ease-out 2s;
	transition: all 1.5s ease-out 2s;
}

.banner .swiper-slide-active .banner_text {
	top: 50%;
	opacity: 1;
	-webkit-transition: all 1.5s ease-out 2s;
	-o-transition: all 1.5s ease-out 2s;
	transition: all 1.5s ease-out 2s;
}

.banner .swiper-slide-active .banner_text2 {
	bottom: 30px;
	opacity: 1;
	-webkit-transition: all 1.5s ease-out 2s;
	-o-transition: all 1.5s ease-out 2s;
	transition: all 1.5s ease-out 2s;
}

.banner .kzq {
	bottom: 0px;
	width: 300px;
	height: 80px;
	right: 2.6%;
	background-color: #FFFFFF;
	color: #FFFFFF;
	position: absolute;
	z-index: 10;
}

.banner .swiper-pagination {
	width: 140px;
	line-height: 80px;
	bottom: 0;
	font-size: 16px;
	font-weight: bold;
}

.banner .kzq .swiper-pagination span {
	color: #333333;
	position: relative;
	display: inline-block;
}

.banner .kzq .swiper-pagination .swiper-pagination-total::after {
	content: "|";
	position: absolute;
	top: -1px;
	left: -10px;
	height: 100%;
}

.kzq_page {
	width: 78px;
	height: 20px;
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}

.banner_prev {
	width: 10px;
	height: 18px;
	float: left;
	margin-top: 1px;
	background-image: url(../image/index/left-icon.png);
	cursor: pointer;
	background-size: 100% 100%;
}

.banner_next {
	width: 10px;
	height: 18px;
	float: left;
	margin-top: 1px;
	background-image: url(../image/index/right-icon.png);
	cursor: pointer;
	background-size: 100% 100%;
}

.kzq_page i {
	display: block;
	width: 1px;
	height: 20px;
	float: left;
	margin: 0 28px;
	background-color: #bfbfbf;
}

.go_next {
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -14px;
	background-image: url(../image/index/go_next.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 10;
	animation-name: beat;
	/*动画名称*/
	animation-duration: .5s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
}

@keyframes beat {
	0% {
		bottom: 30px;
	}

	100% {
		bottom: 25px;
	}
}

/* banner 结束 */


/* 首页 */
.pt90 {
	padding-top: 90px;
}

.pt70 {
	padding-top: 70px;
}

.pt60 {
	padding-top: 60px;
}

.pt50 {
	padding-top: 50px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb70 {
	padding-bottom: 70px;
}

.pt140 {
	padding-top: 140px;
}

.pb140 {
	padding-bottom: 140px;
}

.pb55 {
	padding-bottom: 55px;
}

.index_bg {
	background-image: url(../image/index/index_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}

.tit {
	width: 100%;
	text-align: center;
	line-height: 84px;
	position: relative;
}

@media (max-width: 640px) {
	.tit {
		margin-bottom: 20px !important;
	}
}

.tit h2 {
	font-size: 84px;
	color: #f2f2f2;
	font-weight: bold;
	text-transform: uppercase;
}

.tit h3 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.index1 {
	overflow: hidden;
}

.index1 .tit {
	margin-bottom: 50px;
}

.index1 .tit h3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.index1_left {
	width: 33.33333%;
	float: left;
	position: relative;
	z-index: 5;
}

.index1_left img {
	display: block;
	width: 100%;
}

.index1_img {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 20px;
}

.index1_text {
	width: 58.333%;
	float: right;
	margin-top: 88px;
}

.index1_text .tit {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

.index1_text .tit h2 {
	position: absolute;
	left: -110px;
	bottom: -20px;
	width: 760px;
}

.index1_text .tit h3 {
	line-height: 32px;
	position: relative;
	z-index: 2;
}

.index1_con>p {
	max-width: 560px;
	line-height: 2.2857em;
	color: #555555;
}

.index1_con ul {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 35px;
}

.index1_con ul li {
	float: left;
	padding: 0 5px;
}

.index1_con ul li h3 {
	color: #333333;
	margin-bottom: 12px;
}

.index1_con ul li h4 {
	font-size: 48px;
	color: #a62019;
	font-family: "微软雅黑";
	margin-bottom: 20px;
}

.index1_con ul li h4 span {
	font-weight: bold;
}

.index1_con ul li h4 sup {
	font-size: 24px;
	margin-left: 8px;
}

.index1_con ul li p {
	color: #333333;
}

.index1_con ul i {
	display: block;
	width: 1px;
	height: 96px;
	background-color: #e6e6e6;
	float: left;
	margin: 0 48px;
	margin-top: 18px;
}

.index2 {
	height: 760px;
	background-image: url(../image/index/index2_bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
	background-color: #ae221a;
	position: relative;
	overflow: hidden;
}

.index2 .tit h3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.index2 .tit h2 {
	color: #cf171a;
}

.index2 .tit h3 {
	color: #FFFFFF;
}

.index2_bg {
	width: calc((1200px * 56 / 100) + (50% - 600px));
	height: 100%;
	background-image: url(../image/index/index2_bg2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.index2 .core {
	height: 100%;
	position: relative;
	z-index: 3;
}

.index2_l {
	width: 420px;
	height: calc(100% - 134px);
	color: #FFFFFF;
	display: flex;
	align-items: center;
}


.index2_l .tit {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

.index2_l .tit h2 {
	position: absolute;
	left: -55px;
	bottom: -20px;
	width: 760px;
	color: #cf171a;
}

.index2_l .tit h3 {
	line-height: 32px;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}

.index2_ltext {
	line-height: 2em;
}

.index2_l a {
	display: block;
	width: 186px;
	line-height: 38px;
	border-bottom: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../image/index/more_jt.png);
	background-repeat: no-repeat;
	background-position: 127px 12px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.index2_l a:hover {
	background-position: 140px 12px;
}

.index2_l .swiper-pagination {
	position: static;
	width: 100%;
	margin-top: 60px;
	text-align: left;
}

.index2_l .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	background-color: #000000;
	margin-right: 5px;
	opacity: 1;
	border-radius: 0;
}

.index2_l .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

.index2_r {
	width: 1594px;
	position: absolute;
	top: 120px;
	left: 470px;
}

.index2_r .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

.index2_rimg img {
	display: block;
	width: 100%;
}

.index2_rtext {
	padding: 15px 20px;
	background-color: #FFFFFF;
}

.index2_rtext h3 {
	line-height: 1.33333em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index2_rtext p {
	height: 3em;
	line-height: 1.5em;
	color: #555555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index2_r .swiper-slide a:hover .index2_rtext {
	background-color: #ae221a;
}

.index2_r .swiper-slide a:hover .index2_rtext * {
	color: #FFFFFF;
}

.index2_phone {
	display: none;
}

.index3 {
	background-image: url(../image/index/index3_bg.png);
	background-size: 100% 82%;
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
}

.index3 .tit h3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.index3_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index3_list li {
	width: 24.1666%;
	background-color: #FFFFFF;
}

.index3_list li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.index3_text {
	padding: 40px 20px;
}

.index3_text h3 {
	font-weight: bold;
	text-align: center;
	color: #ae221a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.index3_text h4 {
	text-align: center;
	text-transform: uppercase;
	color: #ae221a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px;
}

.index3_text p {
	color: #555555;
	line-height: 1.7em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 6.8em;
}

.index3_text h5 {
	width: 180px;
	height: 36px;
	line-height: 36px;
	padding-left: 16px;
	color: #333333;
	border-bottom: 1px solid #000000;
	background-image: url(../image/index/more_jt2.png);
	background-repeat: no-repeat;
	background-position: 143px 12px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 10px;
}

.index3_list li:nth-of-type(2n) {
	background-color: #ae221a;
}

.index3_list li:nth-of-type(2n) * {
	color: #FFFFFF;
}

.index3_list li:nth-of-type(2n) .index3_text h5 {
	background-image: url(../image/index/more_jt.png);
	border-bottom: 1px solid #FFFFFF;
}


.index4 {
	overflow: hidden;
}

.index4 .tit {
	padding: 45px 0;
	background-image: url(../image/index/index4_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index4 .tit h2 {
	color: #f1494c;
}

.index4 .tit h3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	height: 30px;
	color: #FFFFFF;
}


#canvas {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


.index4_list {
	width: 100%;
}

.index4_list li {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}

.index4_list li img {
	display: block;
	width: 100%;
}

.index4_text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	color: #fff;
	background-color: rgba(224, 46, 41, 0.9);
	padding: 6px 6px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.index4_text .index4_text_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	height: 100%;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
}

.index4_text h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.3125em;
}

.index4_text i {
	display: block;
	width: 216px;
	height: 1px;
	background-color: #ff999b;
	margin: 17px auto;
}

.index4_text h4 {
	width: 144px;
	line-height: 2.1em;
	border: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	text-transform: uppercase;
}

.index4_list li:hover .index4_text {
	top: 0;
}

.index4_list li:hover .index4_text .index4_text_box {
	border: 2px solid #eed2d3;
}

.index5 {
	overflow: hidden;
	width: 98%;
	background-color: #ab221a;
	position: relative;
	height: 760px;
	margin: 1%;
}

.index5 .tit {
	padding-bottom: 45px;
	position: relative;
	z-index: 2;
}

.index5 .tit h2 {
	opacity: 0.51;
}

.index5 .tit h3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: #FFFFFF;
}

.index5_img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index5_img img {
	max-height: 100%;
	object-fit: cover;
}



.index6 {
	overflow: hidden;
	width: 100%;
	background-color: #f7f7f7;
}

.index6 .tit h3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.index6_l {
	width: 60%;
}

.index6_l li {
	width: 47.2222%;
	height: 230px;
	float: left;
	margin-right: 2.7778%;
	margin-bottom: 2.7778%;
	background-color: #FFFFFF;
	padding: 20px;
}

.index6_l li .index6_ltop {
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}

.index6_l li .index6_ltop h3 {
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.125em;
}

.index6_l li a:hover .index6_ltop h3 {
	color: #ae221a;
}

.index6_l li .index6_ltop p {
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.7em;
	height: 3.4em;
}

.index6_l li .index6_lbot {
	padding-top: 15px;
	background-image: url(../image/index/more_jt2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.index6_l li .index6_lbot h3 {
	font-family: simhei;
	color: #333333;
	font-weight: bold;
}

.index6_l li .index6_lbot p {
	color: #999999;
}

.index6_r {
	width: 40%;
	background-color: #FFFFFF;
}

.index6_r li {
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #e6e6e6;
}

.index6_r li:last-of-type {
	border-bottom: none;
}

.index6_r li a {
	display: block;
	height: 100%;
	padding: 0 30px;
}

.index6_r li a .index6_rtime {
	width: 94px;
	float: left;
	padding-top: 30px;
}

.index6_r li a .index6_rtime h3 {
	font-family: simhei;
	color: #333333;
	font-weight: bold;
}

.index6_r li a .index6_rtime p {
	color: #999999;
}

.index6_r li a .index6_rtext {
	margin-left: 95px;
	padding-top: 20px;
}

.index6_r li a .index6_rtext h3 {
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.125em;
}

.index6_r li a:hover .index6_rtext h3 {
	color: #ae221a;
}

.index6_r li a .index6_rtext p {
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.7em;
	height: 3.4em;
}

/* 首页 结束 */

/* 内页banner */
.ny_banner {
	position: relative;
}

.ny_banner img {
	display: block;
	width: 100%;
}

.ny_ntit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(12, 12, 12, 0.36);
}

.ny_ntit i {
	display: block;
	width: 60px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 20px auto;
}

.ny_ntit p {
	text-transform: uppercase;
}

/* 内页banner 结束 */


/* 慕朗介绍 */
.intro1 {
	background-color: #f7f7f7;
}

.intro1_l {
	width: 39.4166%;
}

.intro1_l img {
	width: 100%;
}

.intro1_r {
	width: 50%;
}

.intro_tit h2 span {
	color: #ca0f26;
}

.intro_tit i {
	display: block;
	width: 110px;
	height: 2px;
	background-color: #ca0f26;
}

.intro_tit1 i {
	margin-top: 18px;
}

.intro1_text {
	line-height: 2.1428em;
	text-align: justify;
	padding-top: 25px;
}

.intro_tit2 {
	text-align: center;
	padding-bottom: 30px;
}

.intro_tit2 i {
	margin: 0 auto;
	margin-bottom: 24px;
}

.intro2_con {
	min-height: 400px;
	background-image: url(../image/introduce/intro2_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 400px;
	padding-top: 200px;
}

.intro2_cons {
	width: 924px;
	margin: 0 auto;
}

.intro2_tab {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.intro2_tab li {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.71);
	text-align: center;
	padding-top: 30px;
	cursor: pointer;
}

.intro2_tab li .intro2_icon {
	height: 40px;
	margin-bottom: 10px;
}

.intro2_tab li .intro2_icon img {
	max-height: 100%;
	margin: 0 auto;
}

.intro2_tab li .intro2_icon img.before_icon {
	display: block;
}

.intro2_tab li .intro2_icon img.after_icon {
	display: none;
}

.intro2_tab li.active .intro2_icon img.before_icon,
.intro2_tab li:hover .intro2_icon img.before_icon {
	display: none;
}

.intro2_tab li.active .intro2_icon img.after_icon,
.intro2_tab li:hover .intro2_icon img.after_icon {
	display: block;
}

.intro2_tab li p {
	line-height: 2em;
	color: #333333;
}

.intro2_tab li.active p,
.intro2_tab li:hover p {
	color: #FFFFFF;
}

.intro2_tab li.active,
.intro2_tab li:hover {
	background-color: #ca0f26;
}

.intro2_text {
	width: 100%;
	padding-top: 45px;
}

.intro2_text li {
	width: 100%;
	border: 1px solid #ca0f26;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 50px;
	min-height: 188px;
	position: relative;
	display: none;
	align-items: center;
}

.intro2_text li::before {
	content: "";
	display: block;
	width: 34px;
	height: 21px;
	background-image: url(../image/introduce/intro2_jiao.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	left: 53px;
}

.intro2_text li:nth-of-type(2)::before {
	left: 315px;
}

.intro2_text li:nth-of-type(3)::before {
	left: 576px;
}

.intro2_text li:nth-of-type(4)::before {
	left: 836px;
}

.intro2_text li.active {
	display: flex;
}

.intro3_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 2%;
}

.intro3_con li {
	width: 22.5%;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	padding: 40px 5px 30px 5px;
	color: #333333;
	text-align: center;
	margin-bottom: 3.333333%;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.intro3_con li:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.5);
}

.intro3_con li:first-of-type {
	margin-left: 13%;
}

.intro3_con li:nth-of-type(3) {
	margin-right: 13%;
}

.intro3_con li img {
	display: block;
	width: 68px;
	height: 68px;
	margin: 0 auto;
}

.intro3_con li h3 {
	margin-top: 24px;
	margin-bottom: 10px;
}

.intro3_con li p {
	line-height: 2.25em;
}

.intro4 {
	background-color: #f7f7f7;
}

.intro4_text h3 {
	color: #ca0f26;
	line-height: 1.523em;
}

.intro4_text h4 {
	color: #ca0f26;
	line-height: 2em;
	margin-bottom: 24px;
}

.intro4_text p {
	color: #333333;
	line-height: 2em;
	max-width: 490px;
	text-align: justify;
}

.intro4_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.intro4_list li {
	width: 16.66666666%;
	background-color: #363638;
	text-align: center;
	padding: 70px 0;
	color: #f6f6f6;
	border-right: 1px solid #EEEEEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.intro4_list li:last-of-type {
	border-right: none;
}

.intro4_list li i {
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto;
}

.intro4_list li:hover i {
	-webkit-animation: xz .5s linear;
	animation: xz .5s linear;
}

@-webkit-keyframes xz {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	50% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes xz {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	50% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

.xz {
	-webkit-animation: xz 2s linear infinite;
	animation: xz 2s linear infinite;
}

.intro4_list li i img {
	max-width: 100%;
	max-height: 100%;
}

.intro4_list li h3 {
	line-height: 2em;
	text-transform: uppercase;
	margin-top: 15px;
}

.intro4_list li p {
	line-height: 2.285em;
}

.intro4_box2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.intro4_box2_l {
	width: 41%;
	display: flex;
	align-items: center;
}

.intro4_box2_r {
	width: 43.1666%;
}

/* 慕朗介绍 结束 */

/* 内页导航 */
.ny_nav {
	background-color: #f7f7f7;
}

.ny_nav .core {
	line-height: 80px;
	display: flex;
	justify-content: center;
	white-space: nowrap;
	flex-direction: row;
	overflow-y: hidden;
}

.ny_nav a {
	display: inline-block;
	color: #333333;
	border-bottom: 2px solid transparent;
	margin: 0 30px;
	flex-shrink: 0;
}

.ny_nav a.active,
.ny_nav a:hover {
	color: #ca0f26;
	border-bottom: 2px solid #ca0f26;
}

/* 内页导航 结束 */


/* 工程案例 */
.case_list ul li {
	width: 31.666%;
	float: left;
	margin-right: 2.501%;
	margin-bottom: 2.501%;
}

.case_list ul li:nth-of-type(3n) {
	margin-right: 0;
}

.case_img {
	position: relative;
	overflow: hidden;
}

.case_img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.case_list ul li h3 {
	line-height: 2.625em;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case_list ul li a:hover .case_img img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.case_list ul li a:hover h3 {
	color: #b30d1a;
}

.case_list ul li p {
	line-height: 3em;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page {
	text-align: center;
	padding-top: 40px;
}

.page a {
	display: inline-block;
	color: #787878;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #eeeeee;
	margin: 3px 10px;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
}

.page a:hover,
.page a.active,
.page a.page-num-current {
	background-color: #cb1926;
	color: #FFFFFF;
}

.page_num {
	display: inline-block;
	vertical-align: middle;
}

.page a.page_prev {
	background-image: url(../image/common/page_prev.png);
}

.page a.page_next {
	background-image: url(../image/common/page_next.png);
}

.page a.page_prev:hover {
	background-image: url(../image/common/page_prevh.png);
}

.page a.page_next:hover {
	background-image: url(../image/common/page_nexth.png);
}

/* 工程案例 结束 */


/* 工程案例详情 */
.detail_top {
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}

.detail_top h2 {
	color: #333333;
	margin-bottom: 12px;
}

.detail_top p {
	color: #ee0617;
	line-height: 1.5em;
}

.detail_p {
	line-height: 1.875em;
	padding: 40px;
	text-align: justify;
}

.detail_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail_img img {
	display: block;
	width: 48.3333333%;
	margin-bottom: 3.3333334%;
}

.detail_img img:first-of-type {
	width: 100%;
}

.page2 {
	text-align: center;
	padding-top: 25px;
}

.page2 a {
	display: inline-block;
	color: #777777;
	width: 140px;
	line-height: 2.125em;
	border: 1px solid #ca0f26;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-radius: 1.0625em;
	overflow: hidden;
	margin: 0 40px;
}

.page2 a:hover {
	color: #FFFFFF;
	background-color: #ca0f26;
}

/* 工程案例详情 结束 */


/* 联系我们 */
.tit3 h3 {
	line-height: 1.615em;
	color: #ca0f26;
}

.tit3 i {
	display: block;
	width: 80px;
	height: 2px;
	background-color: #ca0f26;
	margin-top: 15px;
}

.contact1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact_info,
.contact_ly {
	width: 46%;
	background-color: #FFFFFF;
	padding: 40px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_ly {
	margin-left: auto;
}

.contact_p {
	line-height: 3em;
	color: #333333;
	text-align: justify;
	padding-top: 25px;
}

.contact_form {
	padding-top: 25px;
}

.contact_form li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact_form li h3 {
	width: 80px;

}

.contact_form li p {
	flex-grow: 1
}

.contact_form li p input {
	width: 100%;
	height: 26px;
	border: 1px solid #f3f3f3;
	padding: 0 10px;
}

.contact_form li p textarea {
	width: 100%;
	height: 70px;
	border: 1px solid #f3f3f3;
	padding: 10px 10px;
}

.contact_form li.yzm p input {
	width: 64px;
	height: 26px;
}

.contact_form li.yzm p img {
	width: 100px;
	height: 40px;
	margin-left: 30px;
}

.contact2 img {
	width: 100%;
}

.contact_submit {
	width: 215px;
	height: 30px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #000000;
	border-left: 1px solid #878787;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.contact_submit:hover {
	background-color: #ca0f26;
}

.text_center {
	text-align: center;
}

/* 联系我们 结束 */

/* 公关活动 */
.gghd ul.gghd_pc li {
	width: 12.5%;
	height: 460px;
	float: left;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.gghd ul.gghd_pc li.active {
	width: 25%;
}

.gghd_text {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 0 13px;
	display: flex;
	align-items: center;
}

.gghd_texts {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
}

.gghd_texts h3 {
	margin-bottom: 10px;
}

.gghd_texts p {
	line-height: 2em;
	display: none;
}

.gghd ul.gghd_pc li.active .gghd_texts {
	border: 1px solid rgba(179, 13, 26, 0.8);
	background-color: rgba(179, 13, 26, 0.8);
}

.gghd ul.gghd_pc li.active .gghd_texts h4 {
	display: none;
}

.gghd ul.gghd_pc li.active .gghd_texts p {
	display: block;
}

.gghd_yd {
	display: none;
}

.gghd_yd .swiper-container {
	height: 460px;
}

.gghd_yd .swiper-slide {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.gghd_yd .swiper-slide:hover .gghd_texts {
	border: 1px solid rgba(179, 13, 26, 0.8);
	background-color: rgba(179, 13, 26, 0.8);
}

.gghd_yd .swiper-slide:hover .gghd_texts h4 {
	display: none;
}

.gghd_yd .swiper-slide:hover .gghd_texts p {
	display: block;
}

.gghd_yd .swiper-pagination {
	position: static;
	width: 100%;
	padding-top: 20px;
}

.gghd_yd .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	margin: 0 5px;
}

.gghd_yd .swiper-pagination .swiper-pagination-bullet-active {
	border: 2px solid #b81420;
}

/* 公关活动 结束 */

/* 广告投放 */
.advertising_img img {
	display: block;
	width: 100%;
}

.advertising1_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advertising1_list li {
	width: 22.5%;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	padding: 0 20px;
	padding-bottom: 30px;
	margin-top: 3.33333333%;
}

.advertising1_top {
	height: 180px;
}

.advertising1_list li.advertising1_tit .advertising1_top {
	padding-top: 60px;
}

.advertising1_list li.advertising1_tit h3 {
	color: #b81420;
	line-height: 1.615em;
}

.advertising1_list li.advertising1_tit h4 {
	color: #333333;
	line-height: 3em;
}

.advertising1_list li.advertising1_tit i {
	display: block;
	width: 100px;
	height: 2px;
	background-color: #ca0f26;
	margin-top: 12px;
}

.advertising1_list li p {
	color: #333333;
	line-height: 3em;
}

.advertising1_list li.advertising1_con .advertising1_top {
	padding-top: 30px;
}

.advertising1_list li.advertising1_con h3 {
	color: #ca0f26;
	margin-bottom: 20px;
}

.advertising1_icon {
	height: 62px;
}

.advertising1_icon img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
}

.advertising1_icon .after_icon {
	display: none;
}

.advertising1_list li.advertising1_con:hover .advertising1_icon .before_icon {
	display: none;
}

.advertising1_list li.advertising1_con:hover .advertising1_icon .after_icon {
	display: block;
}

.advertising1_list li.advertising1_con p {
	text-align: center;
	padding: 0 30px;
}

.advertising2 {
	background-color: #f7f7f7;
}

.advertising2 h2 {
	color: #b81420;
	text-align: center;
}

.advertising2_tab {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advertising2_tab li {
	margin-bottom: 10px;
}

.advertising2_icon {
	width: 80px;
	height: 80px;
	background-color: #bcbcbc;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.advertising2_icon img {
	max-width: 48%;
}

.advertising2_tab p {
	text-align: center;
	margin-top: 15px;
}

.advertising2_jt {
	width: 22px;
	height: 80px;
	background-image: url(../image/advertising/advertising2_jt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.advertising2_tab li.active .advertising2_icon,
.advertising2_tab li:hover .advertising2_icon {
	background-color: #d13245;
}

.advertising2_text {
	padding-top: 25px;
}

.advertising2_text li {
	border: 1px solid #ca0f26;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding: 18px;
	display: none;
}

.advertising2_text li.active {
	display: block;
}

.advertising2_text li h3 {
	color: #ca0f26;
}

.advertising2_text li div {
	margin-left: 35px;
}

.advertising2_text li div p {
	line-height: 2em;
	padding: 15px 0;
}

/* 广告投放 结束 */

/* 婚礼策划 */
.web_cell:first-of-type {
	margin-top: 0 !important;
}

.web_cell {
	margin-top: 55px;
	position: relative;
}

.web_cell img {
	display: block;
	width: 51.6666%;
}

.web_cell:nth-of-type(2n) img {
	float: right;
}

.web_text {
	width: 52.5%;
	height: 248px;
	position: absolute;
	top: 50%;
	margin-top: -124px;
	right: 3.33333%;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	padding: 25px 45px;
}

.web_cell:nth-of-type(2n) .web_text {
	right: auto;
	left: 3.33333%;
}

.web_text h3 {
	line-height: 1.23em;
	color: #b81420;
	margin-bottom: 5px;
}

.web_text h4 {
	line-height: 2em;
	color: #b81420;
	margin-bottom: 10px;
}

.web_text p {
	line-height: 1.57em;
	max-width: 470px;
}

/* 婚礼策划 结束 */

/* 虚拟直播 */
.xnzb_tit h3 {
	color: #b81420;
	line-height: 1.615em;
}

.xnzb_tit i {
	display: block;
	width: 70px;
	height: 2px;
	background-color: #b81420;
	margin-top: 35px;
}

.xnzb_con {
	line-height: 2.625em;
	padding-top: 20px;
}

/* 虚拟直播 结束 */







/* 新首页 开始 */
.index-num {
	padding: 100px 0;
	background-color: #f5f5f5;
}

.index-core {
	width: 1420px;
	margin: 0 auto;
}

.index-num ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-num ul li {
	width: 240px;
	text-align: center;
}

.index-num ul li .timer {
	font-size: 100px;
	line-height: 1em;
	color: #a62019;
}

.index-num-text {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #CCCCCC;
	color: #4d4d4d;
}

.index-num-text .title-cn {
	font-size: 16px;
}

.index-num-text .title-en {
	font-size: 14px;
	margin-top: 20px;
}


.index-service {
	display: flex;
}

.index-service-left {
	width: 34.53125%;
	background-color: #e2423d;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.index-service-text {
	width: 100%;
	max-height: 100%;
	padding: 0 15%;
	overflow-y: auto;
}

.index-service-left h3 {
	font-size: 24px;
}

.index-service-left h3 span {
	vertical-align: middle;
}

.index-service-left h3 i {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-image: url(../image/index/》.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 10px;
}

.index-service-text u {
	display: block;
	width: 68px;
	height: 2px;
	background-color: #f3b3b1;
	margin-top: 30px;
	margin-bottom: 40px;
}

.index-service-text-cn {
	font-size: 17px;
	line-height: 1.625em;
	margin-bottom: 20px;
}

.index-service-text-en {
	font-size: 10px;
	line-height: 16px;
	text-align: justify;
}


.index-service-right {
	width: 65.46875%;
	flex-shrink: 0;
}

.index-service-right li {
	width: 33.333333%;
	float: left;
	position: relative;
}

.zw-img {
	width: 100%;
	display: block;
	visibility: hidden;
}

.is-img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.index-service-hover {
	background-color: rgba(244, 46, 41, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}

.index-service-title {
	display: block;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	left: 15px;
	top: 15px;
	border: #fff solid 1px;
	color: #fff;
	text-align: center;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	transform: scale(0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.index-service-title p {
	font-size: 16px;
	line-height: 21px;
}

.index-service-title i {
	display: block;
	width: 45%;
	margin: 14px auto;
	border-bottom: 2px solid #f47676;
}

.index-service-title button {
	width: 145px;
	height: 34px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: transparent;
	border: 2px solid #f47676;
}

.index-service-right li:hover .index-service-hover {
	opacity: 1;
}

.index-service-right li:hover .index-service-title {
	transform: scale(1);
}

/* 业务范畴 开始 */
.index-business {
	background-color: #f5f5f5;
	padding-bottom: 36px;
}

.index-tit {
	padding: 70px 0 55px 0;
	text-align: center;
}

.index-tit h3 {
	font-size: 52px;
	line-height: 1em;
	color: #8d8c8c;
	text-transform: uppercase;
	font-weight: lighter;
}

.index-tit i {
	display: block;
	width: 55px;
	height: 2px;
	background-color: #d35357;
	margin: 20px auto;
}

.index-tit p {
	font-size: 32px;
	color: #000000;
}

.index-business-list {
	display: flex;
	flex-wrap: wrap;
}

.index-business-list li {
	width: 25%;
	padding: 25px 50px;
	border: 1px solid #c7c6c6;
	text-align: center;
	position: relative;
}

.index-business-list li i {
	display: block;
	width: 73px;
	height: 73px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.index-business-list li h3 {
	font-size: 18px;
	margin: 15px auto;
	font-weight: bold;
	color: #4d4d4d;
}

.index-business-list li p {
	font-size: 13px;
	line-height: 24px;
	color: #646464;
}


.index-business-list li:hover h3 {
	color: #a62019;
}


.index-business-list li .border1 {
	width: 0px;
	height: 1px;
	position: absolute;
	z-index: 22;
	top: -1px;
	left: 0;
	background-color: #da4738
}

.index-business-list li .border2 {
	width: 1px;
	height: 0;
	position: absolute;
	z-index: 22;
	bottom: 0px;
	left: -1px;
	background-color: #da4738
}

.index-business-list li .border3 {
	width: 0;
	height: 1px;
	position: absolute;
	z-index: 22;
	bottom: -1px;
	right: 0;
	background-color: #da4738
}

.index-business-list li .border4 {
	width: 1px;
	height: 0;
	position: absolute;
	z-index: 22;
	top: 0px;
	right: -1px;
	background-color: #da4738
}

.index-business-list li .border1,
.index-business-list li .border3 {
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	-o-transition: width 0.4s;
	transition: width 0.4s;
}

.index-business-list li:hover .border1,
.index-business-list li:hover .border3 {
	width: calc(100% + 1px);
}

.index-business-list li .border2,
.index-business-list li .border4 {
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
}

.index-business-list li:hover .border2,
.index-business-list li:hover .border4 {
	height: calc(100% + 1px);
}

/* 业务范畴 结束 */


.index-slogan {
	width: 100%;
	height: 268px;
	background-color: #e2423d;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index-slogan h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.index-slogan p {
	font-size: 21px;
}


/* 案例集锦 开始 */
.index-case {
	background-color: #F5F5F5;
}

.index-case-list li {
	width: 25%;
	position: relative;
	float: left;
}

.index-case-list li:hover .index-service-hover {
	opacity: 1;
}

.index-case-list li:hover .index-service-title {
	transform: scale(1);
}

/* 案例集锦 结束 */

/* 服务理念 开始 */
.index-philosophy {
	background-color: #F5F5F5;
}

.index-philosophy ul li {
	width: 24.155%;
	float: left;
	margin-right: 1.126666%;
	margin-bottom: 1.126666%;
}

.index-philosophy ul li:nth-of-type(4n) {
	margin-right: 0;
}

.index-philosophy-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.index-philosophy-img img{
	-webkit-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.index-philosophy ul li:hover .index-philosophy-img img{
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.index-philosophy-text {
	padding: 0 30px;
}

.index-philosophy-text-tit {
	padding: 20px 0;
	color: #ae221a;
	border-bottom: 1px solid #8b8b8b;
	margin-bottom: 15px;
}

.index-philosophy-text-tit h3 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}

.index-philosophy-text-tit p {
	font-size: 14px;
	text-transform: uppercase;
}

.index-philosophy-text-p {
	font-size: 13px;
	line-height: 30px;
	color: #606060;
	text-align: justify;
}

.index-philosophy-more {
	padding: 40px 0;
}

.index-philosophy-more a {
	display: block;
	width: 124px;
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	background-color: #cb2b30;
	margin: 0 auto;
	text-transform: uppercase;
}

.index-philosophy-more a:hover{
	box-shadow: 0 0 15px rgba(203,43,48,0.6);
}

/* 服务理念 结束 */


/* 合作品牌 开始 */

.index-brand {
	background-color: #F5F5F5;
}

.index-brand-list {
	padding: 4% 5%;
	background-color: #e2423d;
}

.index-brand-list li {
	width: 16.6666%;
	float: left;
	padding: 2% 4%;
	overflow: hidden;
}

.index-brand-list li a {
	display: block;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
}
.index-brand-list li:hover a{
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.index-brand-list li a:before {
	display: block;
	content: '';
	padding-bottom: 50%;
}

/* 合作品牌 结束 */


/* 新闻中心 开始 */
.index-news {
	background-color: #F5F5F5;
}

.index-news-img {
	width: 47%;
	float: left;
	position: relative;
}
.index-news-img .index-service-hover {
	background-color: rgba(224,46,41,0.7);
}
.index-news-img .index-service-title{
	border: none;
}
.index-news-img:hover .index-service-hover {
	opacity: 1;
}
.index-news-img:hover .index-service-title {
	transform: scale(1);
}

.index-news-cell {
	width: 47%;
	padding-top: 50px;
}

.index-news-tit i {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	background-image: url(../image/index/index-news-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 5px;
}

.index-news-tit span {
	font-size: 22px;
	color: #333333;
	vertical-align: middle;
}


.index-news-item {
	margin-top: 25px;
}

.index-news-item h3 {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-item:hover h3 {
	color: #a62019;
}

.index-news-item p {
	font-size: 14px;
	line-height: 23px;
	color: #999999;
}

.index-hot-news .index-news-item p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-news-item em {
	display: block;
	font-size: 12px;
	line-height: 23px;
	color: #999999;
	margin-top: 10px;
}

.index-news-cz {
	padding-top: 30px;
	text-align: center;
}

.index-news-prev,
.index-news-next {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 11px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.index-news-prev {
	background-image: url(../image/index/index-news-prev.png);
}

.index-news-next {
	background-image: url(../image/index/index-news-next.png);
}

.index-news-cell .swiper-pagination {
	position: static;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.index-news-cell .swiper-pagination .swiper-pagination-bullet {
	vertical-align: middle;
	margin: 0 2px;
	background-color: #b8b8b8;
	opacity: 1;
}

.index-news-cell .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #c1082e;
}


.index-news-unhot .index-news-item {
	width: 45%;
	float: left;
	margin-right: 10%;
}

.index-news-unhot .index-news-item:last-of-type {
	margin-right: 0;
}

.index-news-unhot .index-news-item p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 新闻中心 结束 */



/* 新首页 结束 */
