* {
	padding: 0;
	margin: 0;
	-webkiit-box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input[type=text]:focus, input[type=text]:active {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
input, input:focus, input:active, button, button[type=button], textarea:focus {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.m {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto
}
.top {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 11;
	background: #251e26;
	height: 80px;
}
.one video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
}
.one .title {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	font-size: 40px;
	color: #fff;
}
.one .title .title-1 {
	font-size: 60px;
	margin-bottom: 6px;
	letter-spacing: 7px;
}
.one .title .title-2 {
	font-size: 30px;
}
/*.top*/
.top {
	height: 80px;
}
.top .logo {
	float: left;
	display: inline-block;
}
.top .logo img {
	width: auto;
	height: 65px;
}
.top ul {
	float: right;
}
.top li {
	float: left;
	position: relative;
}
.top li.last {
	margin-right: 0;
}
.top li>a {
	color: #fff;
	display: block;
	padding: 30px 0px;
	width: 110px;
	text-align: center;
	position: relative;
	font-size: 16px;
	font-weight: bolder;
}
.top li.on>a {
	color: #000;
}
.top li:hover>a {
	color: #c7322f;
}
.top li dl {
	display: none;
	position: absolute;
	left: 0;
	top: 77px;
	width: 100%;
	background: #251e26;
	z-index: 100;
}
.top li dl a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
}
.top li dl a:hover {
	color: #c7322f;
	font-weight: bold;
}
.top li:hover dl {
	display: block;
}
.sp_header {
	display: none
}
.top .m {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top .dh {
	color: #FFF;
	font-size: 25px;
	background-image: url(../images/dh.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 17%;
	padding-left: 42px;
	line-height: 37px;
}
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0
}
.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}
.sp_logo img {
	margin: auto;
	max-height: 30px;
}
.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}
.sp_nav span {
	display: block;
	background: #c9141e;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
	top: 0px
}
.sp_nav span:nth-of-type(2) {
	top: 10px
}
.sp_nav span:nth-of-type(3) {
	top: 20px
}
.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
	width: 0
}
.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}
.sjj_nav {
	position: fixed;
	z-index: 999999;
	background: #eee;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}
.nav_show {
	top: 50px
}
.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}
.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}
.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}
.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}
.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}
.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li a {
	color: #666;
	width: 80%
}
.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/



#main .ind-pro {
	padding-bottom: 198px;
}
#main .ind-pro:before, #main .ind-pro:after {
	position: absolute;
	content: "";
}
#main .ind-pro:before {
	top: -35px;
	left: 1.4%;
	width: 11.4%;
	height: auto;
	padding-top: 10.83%;
	background: url(../images/img6.png) no-repeat center top/100% auto;
}
#main .ind-pro:after {
	bottom: 50px;
	right: 0;
	width: 9.375%;
	height: auto;
	padding-top: 14.32%;
	background: url(../images/img7.png) no-repeat center top/100% auto;
}
#main .ind-pro .pro-list.mobile-pro {
	display: none;
}
#main .ind-pro .pro-list.mobile-pro .swiper-pagination {
	position: static;
	margin-top: 30px;
}
#main .ind-pro .pro-list.mobile-pro .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #878787;
	opacity: 1;
	margin: 0 6px;
}
#main .ind-pro .pro-list.mobile-pro .swiper-pagination .swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 50px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	background: #2bb2d9;
}
#main .ind-pro .pro-list .pro {
	width: 16.66%;
	height: 530px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#main .ind-pro .pro-list .pro:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}
#main .ind-pro .pro-list .pro .show {
	width: 66.66%;
	margin: 0 auto;
}
#main .ind-pro .pro-list .pro .show .m-pic {
	margin-top: 50px;
	width: 60px;
	height: 60px;
}
#main .ind-pro .pro-list .pro .show .name {
	margin-top: 20px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	width: 80%;
	padding-right: 20%;
	background: url(../images/more2.png) no-repeat right 16px/18%;
}
#main .ind-pro .pro-list .pro .show:hover .name {
	color: #19add7;
}
#main .ind-pro .pro-list .pro .hide .title {
	margin: 15px 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: lighter;
}
#main .ind-pro .pro-list .pro .hide .desc {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
}
#main .ind-pro .pro-list .pro .hide .list .block {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#main .ind-pro .pro-list .pro .hide .list .block:hover {
	color: #19add7;
}
#main .ind-pro .pro-list .pro.open {
	width: 44%;
}
#main .ind-pro .pro-list .pro.open .hide {
	display: block;
}
#main .ind-pro .pro-list .pro .hide {
	margin: 0 auto;
}
#main .ind-pro .pro-list .pro .hide, #main .ind-pro .pro-list .pro.open .show {
	width: 91.6%;
}
#main .ind-pro .pro-list .pro.open:after {
	display: none;
}
#main .ind-pro .pro-list .pro.open .show .name {
	background: transparent;
}
#main .pub-title {
	text-align: center;
	margin: 80px auto 10px;
	color: #333333;
	font-size: 28px;
	font-family: "SourceHanSansCN_Medium";
}
#main .ind-pro {
	padding-bottom: 198px;
	position: relative;
	z-index: 1;
}
#main .pub-blue {
	text-align: center;
	margin-bottom: 45px;
	color: #1cb7e3;
	font-size: 36px;
}
 .inline-block, [inline-block] {
 display: inline-block;
 zoom: 1;
 vertical-align: top;
}

/*常用类*/
.fl, [fl] {
 float: left;
}
 .fr, [fr] {
 float: right;
}
 .relative, [relative] {
 position: relative;
 z-index: 1;
}
 .absolute, [absolute] {
 position: absolute;
}
 .absolute.max, [absolute][max] {
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
}
 .fixed, [fixed] {
 position: fixed;
}
 .fixed.max, [fixed][max] {
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
}
 .fz0, [fz0] {
 font-size: 0;
}

/*display快速设置*/
.hide, [hide] {
 display: none;
}
 .block, [block] {
 display: block;
}
 .inline, [inline] {
 display: inline;
}
 .inline-block, [inline-block] {
 display: inline-block;
 *display: inline;
 zoom: 1;
 vertical-align: top;
}
 .table, [table] {
 display: table;
}
 .table.max, [table][max] {
 width: 100%;
}
 .table-cell, [table-cell] {
 display: table-cell;
 vertical-align: middle;
}
 .table-cell.min, [table-cell][min] {
 width: 1px;
}

/*超出隐藏*/
.over, [over] {
 overflow: hidden;
}

/*图片在div居中*/
.m-pic, [m-pic] {
 text-align: center;
 display: block;
 font-size: 0;
}
.m-pic:after, [m-pic]:after {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '';
}
.m-pic img, [m-pic] img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

/*鼠标移过图片放大*/
.b-pic, [b-pic] {
 overflow: hidden;
}
.b-pic img, [b-pic] img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.b-pic:hover img, [b-pic]:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

/*图片占满div*/
.i-pic, [i-pic] {
 overflow: hidden;
 font-size: 0;
}
.i-pic img, [i-pic] img {
	width: 100%;
	min-height: 100%;
}

/*灰度*/
.gray, [gray] {
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
 filter: gray;
}

/*对齐方式*/
.text-left, [text-left] {
 text-align: left;
}
 .text-right, [text-right] {
 text-align: right;
}
 .text-center, [text-center] {
 text-align: center;
}

/*当前行超出，显示省略号*/
.text-over, [text-over] {
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}

/*几行内超出，显示省略号*/
.text-line, [text-line] {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box !important;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
}
 .text-line.line3, [text-line][line3] {
 -webkit-line-clamp: 3;
}
 .text-line.line4, [text-line][line4] {
 -webkit-line-clamp: 4;
}
 .text-line.line5, [text-line][line5] {
 -webkit-line-clamp: 5;
}

/*强行不换行*/
.nowrap, [nowrap] {
 white-space: nowrap;
}

/*强行换行*/
.break, [break] {
 white-space: normal;
 word-break: break-all;
}

/*垂直对齐方式*/
.v-middle, [v-middle] {
 vertical-align: middle;
}
 .v-top, [v-top] {
 vertical-align: top;
}
 .v-bottom, [v-bottom] {
 vertical-align: bottom;
}

/*边框盒子处理*/
.border-box, [border-box] {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

/*css3变换时间300毫秒*/
.trans, [trans] {
 -webkit-transition: all 300ms ease 0s;
 transition: all 300ms ease 0s;
 outline: none;
}

/*鼠标手型*/
.pointer, [pointer] {
 cursor: pointer !important;
}

/*英文大写*/
.upper, [upper] {
 text-transform: uppercase;
}

/*英文小写*/
.lower, [lower] {
 text-transform: lowercase;
}

/*宽高100%*/
.maxh, [maxh] {
 height: 100%;
}
 .maxw, [maxw] {
 width: 100%;
}
.trans3 {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.trans5 {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.trans6 {
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.trans7 {
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.trans10 {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.trans15 {
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
}
/*方案*/

#main .ind-solution {
	padding-top: 100px;
	background-color: #ebf0f3;
	-webkit-background-size: 100% 470px;
	background-repeat: no-repeat;
	background-size: 100% 470px;
}
#main .ind-solution .pub-title {
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}
#main .ind-solution .pub-blue {
	margin-bottom: 20px;
}
#main .ind-solution .swiper-container {
	height: 490px;
}
#main .ind-solution .swiper-container .swiper-slide {
	height: 570px;
}
#main.index-box .ind-solution .swiper-pagination {
	display: none;
}
#main.index-box .ind-solution .swiper-pagination-bullet-active {
	background: #19add7;
}
#main .ind-solution .swiper-slide a.block {
	height: 435px;
	padding-top: 40px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#main .ind-solution .swiper-slide .img:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/s_hover.png) no-repeat no-repeat center center/cover;
}
#main .ind-solution .swiper-slide .p {
	padding-top: 57.9%;
}
#main .ind-solution .swiper-slide .con {
	background: #fff;
	width: 82%;
	padding: 40px 9.1% 18px;
}
#main .ind-solution .swiper-slide .name {
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	color: #282828;
	font-size: 18px;
	font-weight: bold;
}
#main .ind-solution .swiper-slide .name:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16px;
	height: 2px;
	background: #1cb7e3;
}
#main .ind-solution .swiper-slide .desc {
	color: #929292;
	font-size: 14px;
	line-height: 24px;
}
#main.index-box .ind-solution .swiper-slide .desc {
	height: 90px;
	overflow-y: auto;
}
 #main .ind-solution .swiper-slide .desc::-webkit-scrollbar {
 width: 3px;
 height: 3px;
 background-color: transparent;
}
 #main .ind-solution .swiper-slide .desc::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #f5f5f5;
}
 #main .ind-solution .swiper-slide .desc::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #e5e5e5;
}
#main .ind-solution .swiper-slide:hover .block {
	padding-top: 0;
}
#main .ind-solution .swiper-slide:hover .con {
	box-shadow: 0 15px 28px -10px #bfc2c5;
}
#main .ind-solution .swiper-slide:hover .img:after {
	height: 100%;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
#main .ind-solution .swiper-slide:hover .name {
	color: #2bb2d9;
}
#main .ind-solution .ind-more {
	margin-top: 4.16%;
	box-shadow: inherit;
}
.ab-style {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.foot {
	background: #25282f;
	color: #FFF;
	padding: 26px 0;
}
.foot .m {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.foot .left {
	width: 20%;
}
.foot .left img {
	width: 100%
}
.foot .right {
	width: 73%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 47px;
	border-left: 1px solid #7c8187;
	margin-left: 36px;
}
.foot .right .desc {
	font-size: 14px;
	line-height: 25px;
}
.foot .right .desc .title {
	font-size: 18px;
	margin-bottom: 10px;
}
.foot .right .desc .desc-1 {
	color: #7c8187;
	font-size: 14px;
}
.foot .right .desc .desc-1 p a {
	color: #7c8187;
}
.foot ul li {
	width: 35%;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	margin-left: 30px;
}
.foot ul li img {
	width: 100%
}
.foot .right .ma ul {
	display: flex;
	justify-content: end;
}
.foot .right .ma {
	width: 33%;
}
.on2 {
	color: #c7322f !important;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%
}
.banner .title {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	color: #fff;
}
.banner .title .title-1 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 5px;
}
#main.solution-box .pub-title {
	margin-bottom: 35px;
}
#main.solution-box .detail {
	margin-bottom: 70px;
}
#main.solution-box .ind-solution {
	padding-top: 102px;
	-webkit-background-size: 100% 460px;
	background-size: 100% 460px;
}
#main.solution-box .ind-solution:after {
	content: "";
	position: absolute;
	right: 98px;
	bottom: 235px;
	width: 11.04%;
	padding-top: 14%;
	background: url(../images/img5.png) no-repeat center center;
}
#main.solution-box .ind-solution .swiper-container {
	padding-bottom: 130px;
}
#main.solution-box .ind-solution .pub-title {
	margin-bottom: 0;
}
#main.solution-box .ind-solution .pub-blue {
	color: #fff;
}
#main.solution-box .ind-solution .swiper-container {
	height: 660px;
}
#main.solution-box .ind-solution .swiper-container .swiper-slide {
	min-height: 617px;
}
#main.solution-box .ind-solution .swiper-slide .block {
	padding-top: 30px;
}
#main.solution-box .ind-solution .swiper-slide .con {
	padding-top: 40px;
	padding-bottom: 45px;
}
#main.solution-box .ind-solution .swiper-slide .name {
	margin-bottom: 20px;
}
#main.solution-box .ind-solution .swiper-slide:hover .block {
	padding-top: 0px;
}
#main.solution-box .ind-solution .desc {
	margin-bottom: 35px;
}
#main.solution-box .ind-solution .img {
	background: #fff;
}
#main.solution-box .ind-solution .child {
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}
#main.solution-box .ind-solution .child span {
	width: 0;
	margin-left: 30px;
	height: 21px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/s_more.png) no-repeat center;
}
#main.solution-box .ind-solution .child:hover {
	color: #2bb2d9;
	padding-left: 19px;
}
#main.solution-box .ind-solution .child:hover span {
	width: 17px;
}
#main.solution-box .ind-solution .swiper-pagination {
	bottom: 80px;
}
#main.solution-box .ind-solution .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #878787;
	opacity: 1;
	margin: 0 6px;
}
#main.solution-box .ind-solution .swiper-pagination .swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 50px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	background: #2bb2d9;
}
#main .ind-solution-2 .swiper-slide .con {
	padding: 50px 9.1% 80px;
}
.pingtai-pro .title {
	width: 400px;
	line-height: 36px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
}
.pingtai-pro .title div:before, .pingtai-pro .title div:after {
	position: absolute;
	background: #ccc;
	content: "";
	height: 1px;
	top: 50%;
	width: 100px;
}
.pingtai-pro .title div:before {
	left: 10px;
}
.pingtai-pro .title div:after {
	right: 10px;
}
.pingtai-pro .title .title-1 {
	font-size: 36px;
	color: #c7322f
}
.pingtai-pro {
	/*background-image: url(../images/infoBg-RCOpFLZ6.jpg);*/
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 120px;
}
.pingtai-pro ul li {
	box-shadow: 0 0 25px #0003;
	border-radius: 10px;
	width: 265px;
	background: #FFF;
}
.pingtai-pro ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pingtai-pro ul li .desc .name {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.pingtai-pro ul li .desc .txt {
	font-size: 14px;
	line-height: 25px;
	padding: 30px;
	text-align: left;
	color: #5d5d5d;
}
.pingtai-pro ul li .img {
	display: block;
	width: 115px;
	margin: 20px auto;
}
.accordion {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f5f5f5
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 15px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .link:hover {
	color: #fff;
	background: #c7322f
}
.accordion .link:hover i.fa-chevron-down {
	color: #fff;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #fff;
	background: #c7322f;
}
.accordion li.open i {
	color: #fff;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #fff;
	font-size: 14px;
}
.submenu li {
	border-bottom: 1px solid #ccc;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu a:hover {
	background: #c7322f;
	color: #FFF;
}
.newlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}
.newlist .left {
	width: 25%
}
.newlist .right {
	width: 70%
}
.newlist .right ul li {
	border-bottom: 2px dotted #e2e2e2;
	background-image: url(../images/123_pg25.png);
	padding-left: 25px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 1.5%;
	display: flex;
	justify-content: space-between;
	line-height: 42px;
	font-size: 18px;
	margin-bottom: 10px;
}
.newlist .right ul li:hover .title a {
	color: #c7322f
}
.fenye ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.fenye ul.pagination li {
	display: inline;
}
.fenye ul.pagination li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}
.fenye ul.pagination li a.page-num-current {
	background-color: #c7322f;
	color: white;
	border: 1px solid #c7322f;
}
.fenye ul.pagination li a:hover:not(.page-num-current) {
	background-color: #c7322f;
	color: #FFF;
}
.fenye {
	text-align: center;
	padding-bottom: 50px;
}
.artview_prev_next ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 50px;
	color: #000;
	font-size: 14px;
}
.artview_prev_next ul li a:hover {
	color: #c7322f
}
.newlist .right .name {
	font-size: 23px;
	color: #980000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.newlist .right .desc {
	font-size: 16px;
	line-height: 40px;
}
.zhaoxian .leixing {
	display: flex;
	justify-content: flex-start;
	border: 1px solid #c7322f;
	padding: 20px;
	font-size: 14px;
}
.zhaoxian .leixing ul {
	display: flex;
	flex-wrap: wrap;
}
.zhaoxian .leixing ul li a {
	display: block;
	width: 80px;
	height: 21px;
	text-align: center;
}
.on-3 {
	background: #c7322f;
	color: #FFF;
}
.zhaoxian .leixing ul li a:hover {
	background: #c7322f;
	color: #FFF;
}
.zhaoxian {
	padding: 40px 0;
}
.bt-c {
	background: #c7322f;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bt-c ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
}
.bt-c ul li {
	width: 200px;
	text-align: center;
}
.accordion1 {
	width: 100%;
}
.accordion1 .link {
	cursor: pointer;
	display: block;
	padding: 20px 0px;
	color: #4D4D4D;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion1 .link span {
	width: 200px;
	text-align: center;
}
.accordion1 li:last-child .link {
/*border-bottom: 0;*/
}
.accordion1 li i {
	/*position: absolute;*/
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 200px;
	text-align: center;
}
.accordion1 li i.fa-chevron-down {
/*	right: 12px;
	left: auto;
	font-size: 16px;*/
}
.accordion1 li.open .link {
	color: #666666;
}
.accordion1 li.open i {
	color: #666666;
}
.accordion1 li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu1 {
	display: none;
	background: #eeeeee;
	font-size: 14px;
	padding: 30px 70px 30px 70px;
}
.submenu1 .yaoqiu .name {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}
.submenu1 li {
	border-bottom: 1px solid #4b4a5e;
}
.submenu1 .yaoqiu {
	margin-bottom: 20px;
}
.submenu1 a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu1 a:hover {
	background: #b63b4d;
	color: #FFF;
}
.submenu1 .yaoqiu .desc {
	font-size: 14px;
	line-height: 40px;
}
.submenu1 .tijiao a {
	background: #c7322f;
	border: 0;
	width: 135px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	float: none;
	padding: 0;
	margin-top: 0;
}
.mm {
	width: 95%;
	max-width: 540px;
	margin: 0 auto
}
.erji {
	border: 1px solid #dcdcdc;
	border-radius: 56px;
	margin: 40px auto;
}
.erji ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.erji ul li {
}
.erji ul li a {
	width: 134px;
	display: block;
	text-align: center;
	line-height: 52px;
}
.erji ul li a:hover {
	background: #c7322f;
	color: #FFF;
	border-radius: 56px;
}
.acc {
	background: #c7322f;
	color: #FFF;
	border-radius: 56px;
}
.about .title {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.about .subtitle {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.about .img {
	padding: 30px 0;
}
.about .img img {
	width: 100%
}
.jieshao .name {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}
.jieshao .xian div {
	width: 100px;
	float: left;
	height: 2px;
	background: #000
}
.jieshao .xian {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.jieshao .desc {
	font-size: 16px;
	line-height: 30px;
}
.wenhua {
	padding: 40px 0;
}
.wenhua ul {
}
.wenhua ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.wenhua ul li .left {
	width: 50%
}
.wenhua ul li .right {
	width: 48%
}
.wenhua ul li .left img {
	width: 100%
}
.wenhua ul li .right .title {
	font-size: 25px;
	color: #c7322f;
	margin-bottom: 10px;
}
.wenhua ul li .right .subttile {
	text-indent: 2rem
}
.fzrg_item .desc {
	font-size: 16px;
	line-height: 30px;
}
.lianxi ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lianxi ul li {
	text-align: center
}
.lianxi ul li .title {
	padding: 20px 0;
	font-weight: bold
}
.lianxi ul li .desc {
	font-size: 14px;
}
.ditu {
	width: 100%;
	height: 500px;
	margin-top: 50px;
}
.tijiao form .input {
	display: flex;
	justify-content: space-between;
}
.tijiao form .input input {
	border: 1px solid #ccc;
	width: 49%;
	margin-bottom: 14px;
	height: 55px;
	text-indent: 2rem;
	font-size: 16px;
}
.tijiao form textarea {
	border: 1px solid #ccc;
	width: 100%;
	resize: none;
	height: 110px;
	text-indent: 2rem;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
	line-height: 45px;
}
.tijiao form .txxt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tijiao form .txxt button {
	border: 0;
	width: 20%;
	color: #000;
	line-height: 50px;
	margin: 26px;
}
.tijiao form .txxt button:nth-child(2) {
	background: #c7322f;
	color: #FFF
}
.video {
	padding: 50px 0;
}
.video video {
	width: 100%
}
.zz .title {
	width: 400px;
	line-height: 36px;
	text-align: center;
	position: relative;
	margin: 0 auto;/*padding: 60px 0;*/
}
.zz .title div:before, .zz .title div:after {
	position: absolute;
	background: #ccc;
	content: "";
	height: 1px;
	top: 50%;
	width: 100px;
}
.zz .title div:before {
	left: 10px;
}
.zz .title div:after {
	right: 10px;
}
.zz .title .title-1 {
	font-size: 36px;
	color: #c7322f
}
.zz {
	padding-top: 60px;
}
.zz .ind-solution {
	background: none !important;
}
.zz .m {
	background: #ebf0f3
}
.zz .ind-solution .swiper-slide .block {
	padding-top: 0 !important;
}
.zz .ind-solution .swiper-slide .p {
	padding-top: 141% !important;
}
.zz .ind-solution .swiper-container {
	height: 580px !important;
}
.zz .ind-solution {
	padding-top: 15px !important;
}
.ttt ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ttt ul li {
	width: 25%;
	text-align: center;
	color: #fff;
	height: 420px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.ttt ul li .ico {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.ttt ul li img {
	width: 100%
}
.ttt ul li .desc {
	padding: 20px 20px 0px 20px;
	font-size: 14px;
	line-height: 25px;
}
.ttt ul li .xian {
	width: 45px;
	background: #fff;
	height: 6px;
	margin: 0 auto;
}
.ttt ul li .tit {
	padding: 20px 0;
}
.ttt {
	padding: 100px 0;
}
.ttt .title {
	width: 400px;
	line-height: 36px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	/* padding: 60px 0; */
	margin-bottom: 60px;
}
.ttt .title div:before, .ttt .title div:after {
	position: absolute;
	background: #ccc;
	content: "";
	height: 1px;
	top: 50%;
	width: 100px;
}
.ttt .title div:before {
	left: 10px;
}
.ttt .title div:after {
	right: 10px;
}
.ttt .title .title-1 {
	font-size: 36px;
	color: #c7322f
}
