body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Microsoft YaHei", "Arial", "MicrosoftYaHei-Bold", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

input,
button {
	background: none;
	outline: none;
	border: none;
}

ul {
	list-style: none;
}

img {
	border: none;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
	display: block;
}
video{
	display: block !important;
	margin: 0 auto;
}
.dis-n {
	display: none;
}

.dis-b {
	display: block;
}

.confix::after,
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.ly-title {
	font-size: 36px;
	line-height: 50px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #222;
}

.ly-title span {
	color: #AACD03;
}


.ly-subtitle {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	margin-top: 20px;
}

.w-1600 {
	width: 1600px;
	margin: 0 auto;
	position: relative;
}

.header {
	height: 105px;
	position: relative;
	z-index: 99;
}

.header .logo {
	float: left;
	height: 100%;
}

.header .logo a {
	margin-top: 20px;
}

.header .logo a img {
	height: 100%;
	padding: 0;
}

.header .ly-nav {
	float: left;
	margin-top: 35px;
	margin-left: 30px;
}

.header .ly-nav>li {
	float: left;
	padding: 0px 5px 10px;
	line-height: 40px;
	font-size: 16px;
	position: relative;
}

.header .ly-nav>li:last-child {
	padding-right: 0;
}

.header .ly-nav li i {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.header .ly-nav li.arctive {
	color: #ABCD03;
}

.header .ly-nav li.arctive i,
.header .ly-nav li:hover i {
	background: #ABCD03;
}

.header .ly-nav li:hover a {
	color: #ABCD03;

}


.ly-subnav {
	width: 200px;
	background: #ffffff;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: calc(50% - 100px);
	top: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	z-index: 99;
}

.ly-subnav ol {
	padding: 0;
}

.ly-subnav ol li {
	line-height: 50px;
	width: 100%;
	margin: 0 !important;
}

.ly-subnav a {
	transition: .5s;
	padding: 0 10px;
	box-sizing: border-box;
	color: #333 !important;
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.ly-subnav a:hover {
	background: #e9e9e9;
	color: rgb(0, 0, 0) !important;
}

.ly-nav>li:hover .ly-subnav {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.header .tags {
	float: right;
	margin-top: 45px;
}

.header .tags a {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url("../images/map.png")no-repeat;
}

.header .tags a:nth-child(1) {
	background-position: 0 0;
	margin-right: 20px;
	position: relative;
}

.header .tags a:nth-child(1)::after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	background: #E8E8E8;
	right: -12px;
	top: 5px;
}

.header .tags a:nth-child(2) {
	background-position: -28px 0;
}

/* banner */
.swiper-container-banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.banner .swiper-slide a {
	width: 100%;
}

.banner .swiper-slide a img {
	width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	z-index: 10;
	position: absolute;
	text-align: center;
}

.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #fff;
	opacity: 1;
	transition: .3s;
	margin: 0 2.5px !important;
}

.banner .swiper-pagination-bullet-active {
	width: 37px;
}


/* 解决方案 */
.dx-1 {
	margin-top: 40px;
}

.dx-1 .jjfa-more {
	position: absolute;
	right: 10px;
	top: 30px;
	font-size: 18px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #AACD06;
}

.dx-1 .jjfa-more span {
	display: inline-block;
	width: 32px;
	height: 14px;
	background: url("../images/jiantou-s.png")no-repeat;
	margin-left: 5px;
}

.dx-1 ul {
	margin-top: 30px;
}

.dx-1 ul li {
	box-sizing: border-box;
	width: 299px;
	height: 272px;
	float: left;
	margin-right: 24px;
	margin-bottom: 25px;
	padding: 50px 38px;
	position: relative;
	background-color: #F8F8F8;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.dx-1 ul li:nth-of-type(5n) {
	margin-right: 0;
}

.dx-1 ul li:hover {
	background: #ABCD03;
}

.dx-1 ul li .jjfa-num {
	position: absolute;
	top: 26px;
	right: 30px;
	display: block;
	height: 30px;
	width: 30px;
}

.dx-1 ul li .sign {
	position: absolute;
	bottom: -10px;
	right: 10px;
	display: block;
	height: 90px;
	width: 90px;

}

.dx-1 ul li .jjfa-num .num_1,
.dx-1 ul li .sign .sign-pic1 {
	visibility: visible;
	opacity: 1;
}

.dx-1 ul li:hover .jjfa-num .num_1,
.dx-1 ul li:hover .sign .sign-pic1 {
	display: none;
}

.dx-1 ul li .jjfa-num .num_2,
.dx-1 ul li .sign .sign-pic2 {
	visibility: hidden;
	opacity: 0;
}

.dx-1 ul li:hover .jjfa-num .num_2,
.dx-1 ul li:hover .sign .sign-pic2 {
	visibility: visible;
	opacity: 1;
}

.dx-1 ul li .jjfa-tit {
	font-size: 28px;
	font-weight: bold;
	color: #002870;
	line-height: 46px;
	margin-bottom: 30px;
}

.dx-1 ul li .jjfa-cont {
	font-size: 16px;
	color: #777;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dx-1 ul li:hover .jjfa-cont {
	color: #fff;
}

.dx-1 ul li .arrow {
	display: block;
	margin-top: 50px;
	width: 55px;
	height: 13px;
	background: url("../images/jiantou.png")no-repeat;
	background-position: 0 0;
}

.dx-1 ul li:hover .arrow {
	background: url("../images/jiantou-h.png")no-repeat;
}


/* 产品中心 */
.dx-2 {
	padding: 50px 0;
	background: #F8F8F8;
}

.dx-2 .cpzx-l {
	float: left;
	width: 957px;
	margin-right: 20px;
}

.cpzx-l .cp-top {
	height: 296px;
	width: 100%;
	background: url("../images/cpzx-bg.jpg")no-repeat;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.cpzx-l .cp-top:hover {
	box-shadow: 3px 2px 8px 1px rgb(156, 156, 156);
	transform: translatey(-5px);
	-webkit-transform: translatey(-5px);
	-moz-transform: translatey(-5px);
	-ms-transform: translatey(-5px);
	-o-transform: translatey(-5px);
}

.cpzx-l .cp-top .cp-top-l {
	float: left;
	margin-left: 52px;
	margin-top: 55px;
}

.cpzx-l .cp-top .cp-top-l .cpl-tit {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
}

.cpzx-l .cp-top .cp-top-l .cpl-cont-1 {
	font-size: 22px;
	color: #FFF;
	margin-top: 20px;
}

.cpzx-l .cp-top .cp-top-l .cpl-cont-2 {
	font-size: 22px;
	font-weight: bold;
	color: #002870;
	margin-top: 12px;
}

.cpzx-l .cp-top .cp-top-l .cpl-cont-3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding: 15px 30px;
	margin-top: 15px;
	background: #002870;
	color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.cpzx-l .cp-top .cp-top-r {
	float: right;
	width: 260px;
	margin-right: 50px;
	margin-top: 50px;
}

.cpzx-l .cp-top .cp-top-r .cpr-tit {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

.cpzx-l .cp-top .cp-top-r .cpr-cont {
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cpzx-l .cp-top .cp-top-r .cpr-more {
	line-height: 16px;
	font-size: 16px;
	color: #ABCD03;
	margin-top: 15px;
}

.cpzx-l .cp-bot {
	width: 100%;
	height: 296px;
	margin-top: 20px;
}

.cpzx-l .cp-bot .cp-b-list {
	width: 468px;
	height: 296px;
	box-sizing: border-box;
	padding: 40px 30px;
	background: #002870;
	margin-right: 20px;
	float: left;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.cpzx-l .cp-bot .cp-b-list:hover {
	box-shadow: 3px 2px 8px 1px rgb(156, 156, 156);
	transform: translatey(-5px);
	-webkit-transform: translatey(-5px);
	-moz-transform: translatey(-5px);
	-ms-transform: translatey(-5px);
	-o-transform: translatey(-5px);
}

.cpzx-l .cp-bot .cp-b-list .cp-b-list-l {
	display: inline-block;
	margin-top: 20px;
}

.cpzx-l .cp-bot .cp-b-list:last-child {
	margin-right: 0;
}

.cpzx-l .cp-bot .cp-b-list .cp-b-tit {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
}

.cpzx-l .cp-bot .cp-b-list .cp-b-cont {
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
	margin-top: 22px;
	width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.dx-2 .cpzx-m {
	width: max-content;
	padding: 12px 20px;
	margin-top: 30px;
	background: #AACD06;
	border-radius: 22px;
	font-size: 18px;
	color: #FFF;
	line-height: 18px;
}

.cpzx-l .cp-bot .cp-b-list .cp-b-img {
	float: right;
	margin-top: 30px;
}

.cpzx-l .cp-bot .cp-b-list:last-child .cp-b-img {
	margin-top: -10px;
}

.dx-2 .cpzx-r {
	float: right;
	box-sizing: border-box;
	width: 623px;
	height: 612px;
	padding: 45px;
	background: #002870;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.dx-2 .cpzx-r:hover {
	box-shadow: 3px 2px 8px 1px rgb(156, 156, 156);
	transform: translatey(-5px);
	-webkit-transform: translatey(-5px);
	-moz-transform: translatey(-5px);
	-ms-transform: translatey(-5px);
	-o-transform: translatey(-5px);
}

.dx-2 .cpzx-r .cpzx-r-tit {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
}

.dx-2 .cpzx-r .cpzx-r-cont {
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dx-2 .cpzx-r .cpzx-r-img {
	margin-top: 50px;
}


/* 合作案例 */
.dx-3 {
	padding: 60px 0;
}

.cases {
	margin-top: 28px;
}

.cases .cases_left {
	float: left;
	width: 1350px;
	height: 524px;
	background: #F8F8F8;
	overflow: hidden;
	position: relative;
}

.cases .cases_left .box {
	width: 207px;
	height: 150px;
	background: #ABCD03;
	position: absolute;
	left: 50px;
	bottom: 34px;
}

.cases .cases_left .cases-img {
	float: left;
	margin-left: 75px;
	margin-top: 58px;
	width: 620px;
	height: 412px;
	overflow: hidden;
	position: relative;
}

.cases .cases_left .cases-img img {
	height: 100%;
}

.cases .cases_left .cases-content {
	float: right;
	margin-right: 74px;
	margin-top: 128px;
}

.cases-content .cases-cont-tit {
	font-size: 30px;
	font-weight: bold;
	color: #ABCD03;
	line-height: 30px;
}

.cases-content .cases-cont-subtit {
	font-size: 18px;
	color: #999;
	line-height: 18px;
	margin-top: 12px;
}

.cases-content ul {
	margin-top: 25px;
	width: 450px;
	height: 160px;
	overflow: hidden;
}

.cases-content ul li {
	font-size: 16px;
	color: #777;
	line-height: 32px;
}

.cases-content ul li span {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url("../images/list.png")no-repeat;
	vertical-align: middle;
}

.cases_left .cases_slide_item {
	margin-top: 20px;
	width: 98px;
	height: 38px;
	background: #ABCD03;
	font-size: 16px;
	color: #FFF;
	line-height: 38px;
	text-align: center;
}

.cases_left .cases_slide_item:hover {
	background: #c0e217;
}


.cases_per,
.cases_next {
	position: absolute;
	top: 50%;
	width: 33px;
	height: 33px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 5;
	cursor: pointer;
	outline: none;
}

.cases_per {
	top: auto;
	right: 33px;
	bottom: -15px;
	background: #ABCD03 url("../images/map.png")no-repeat;
	background-position: -51px 6px;
}

.cases_next {
	top: auto;
	right: 0;
	bottom: -15px;
	background: #ABCD03 url("../images/map.png")no-repeat;
	background-position: -78px 6px;
}

.cases_per i,
.cases_next i {
	font-size: 18px;
	color: #fff;
}

.cases_per.swiper-button-disabled,
.cases_next.swiper-button-disabled {
	background-color: #002870;
}


.casesbox_lbox {
	float: right;
}

.casesbox_lbox .cases_right {
	width: 230px;
	height: 524px;
	overflow: hidden;
}


.casesbox_lbox .cases_slideb {
	height: 133px;
	margin-left: 18px;
	box-sizing: border-box;
	background: #F8F8F8;
	padding: 20px 25px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.casesbox_lbox .cases_slideb .cas-r-tit {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.casesbox_lbox .cases_slideb p {
	font-size: 16px;
	color: #999;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 12px;
	white-space: nowrap;
}

.casesbox_lbox .cases_slideb p:last-child {
	margin-top: 0;
}

.swiper-cases-right .swiper-slide-thumb-active::after {
	content: "";
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	left: -10px;
	top: calc(50% - 9px);
	top: -moz-calc(50% - 9px);
	background: url("../images/right-icon.png")no-repeat;
}

.gallery-thumbs .swiper-slide:hover {
	background: #ABCD03;
}

.gallery-thumbs .swiper-slide:hover .cas-r-tit,
.gallery-thumbs .swiper-slide:hover p {
	color: #fff;
}

.cases_right .swiper-slide-thumb-active {
	background: #ABCD03;
}

.cases_right .swiper-slide-thumb-active .cas-r-tit,
.cases_right .swiper-slide-thumb-active p {
	color: #fff;
}


.dx-4 {
	height: 563px;
	background: url("../images/ppjs-bg.jpg")no-repeat;
	margin-top: 62px;
}

.ppjs-l {
	float: left;
	width: 320px;
	margin-top: 75px;
}

.ppjs-l .ppjs-tit {
	color: #fff;
}

.ppjs-l .ppjs-tit p:nth-of-type(1) {
	font-size: 36px;
	font-weight: bold;
}

.ppjs-l .ppjs-tit p:nth-of-type(2) {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
}

.ppjs-l .ppjs-tit span {
	display: block;
	width: 21px;
	height: 4px;
	background: #FFFFFF;
	margin-top: 12px;
}

.ppjs-l .hd {
	margin-top: 18px;
}

.ppjs-l .item {
	width: 320px;
	height: 80px;
	margin-bottom: 1px;
	background: #fff;
	color: #333;
	position: relative;
}

.ppjs-l .item.on::after {
	content: "";
	display: block;
	height: 12px;
	width: 10px;
	position: absolute;
	right: -10px;
	top: calc(50% - 6px);
	background: url("../images/left-icon.png")no-repeat;
}

.ppjs-l .item p {
	font-size: 18px;
	color: #333;
	line-height: 80px;
	padding-left: 36px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.ppjs-l .item p .item-i {
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 36px;
	margin-right: 22px;
	background: #333;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.ppjs-l .item p .iconfont {
	float: right;
	margin-right: 64px;
	font-size: 26px;
	color: #ABCD03;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.ppjs-l .item:hover p,
.ppjs-l .item.on p {
	color: #fff;
	background: #ABCD03;
}

.ppjs-l .item:hover p .iconfont,
.ppjs-l .item.on p .iconfont {
	color: #fff;
}

.ppjs-l .item:hover p .item-i,
.ppjs-l .item.on p .item-i {
	background: #fff;
}

.ppjs-r {
	float: left;
	margin-left: 78px;
	margin-top: 88px;
	width: 1200px;
	height: 416px;
	background: #FFFFFF;
}

.ppjs-r .ppjs-cont {
	float: left;
	width: 500px;
	padding: 57px 50px 45px;
	box-sizing: border-box;
}

.ppjs-r .ppjs-cont .js-tit {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

.ppjs-r .ppjs-cont .js-line {
	display: block;
	width: 160px;
	height: 1px;
	background: #ccc;
	margin: 15px 0 10px;
}

.ppjs-r .bdv_item:first-child .js-cont{
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ppjs-r .ppjs-cont .js-cont {
	font-size: 16px;
	color: #777;
	line-height: 32px;
	height: auto;
}

.ppjs-r .ppjs-cont a {
	font-size: 16px;
	color: #777;
	line-height: 16px;
	margin-top: 20px;
}

.ppjs-r .ppjs-cont a span {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #E0E0E0;
	border-radius: 50%;
	background: url("../images/map.png")no-repeat;
	background-position: -111px 5px;
	vertical-align: middle;
}

.ppjs-r .ppjs-cont ul {
	margin-top: 22px;
}

.ppjs-r .ppjs-cont ul li {
	float: left;
	margin-right: 32px;
}

.ppjs-r .ppjs-cont ul li p:nth-of-type(1) {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #F2F2F2;
	font-size: 36px;
	font-weight: bold;
	color: #ABCD03;
	line-height: 70px;
	text-align: center;
}

.ppjs-r .ppjs-cont ul li p:nth-of-type(2) {
	margin-top: 15px;
	font-size: 16px;
	color: #777;
	line-height: 16px;
}

.ppjs-r .ppjs-cont ul li:nth-of-type(2n) {
	font-size: 16px;
	color: #A0A0A0;
	margin-top: 20px;
}

.ppjs-r .ppjs-cont ul li:last-child {
	margin-right: 0;
}

.ppjs-r .ppjs-cont .ppjs-img {
	float: right;

}

/* 新闻动态 */
.dx-5 {
	padding: 25px 0 60px;
	background: #F8F8F8;
}

.dx-5 .ppjs-l .ppjs-tit p:nth-child(1) {
	color: #333;
}

.dx-5 .ppjs-l .ppjs-tit p:nth-child(2) {
	color: #777;
}

.dx-5 .ppjs-l .ppjs-tit span {
	width: 22px;
	height: 4px;
	background: #ABCD03;
}

.dx-5 .ppjs-l .more-news {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	color: #777;
	text-align: center;
	border-bottom: 2px solid #ABCD03;
}

.dx-5 .ppjs-l .more-news i {
	display: inline-block;
	margin-left: 5px;
	height: 22px;
	width: 22px;
	line-height: 22px;
	color: #fff;
	background: #ABCD03;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.dx-5 .xwdt-r {
	width: 1200px;
	overflow: hidden;
	float: right;
	margin-top: 78px;
}

.dx-5 .xwdt-r .bdv_item .swiper-wrapper {
	height: 430px;
}

.swiper-container-news,
.swiper-container-info,
.swiper-container-support {
	position: relative;
	padding-bottom: 70px;
}

.xwdt-r .bdv_item .swiper-slide {
	width: 380px;
	background-color: #fff;
}

.xwdt-r .bdv_item .swiper-slide a {
	height: 100%;
}

.xwdt-r .bdv_item .swiper-slide .xwdt-img {
	height: 214px;
	overflow: hidden;
}

.bdv_item .swiper-slide .xwdt-img img {
	height: 100%;
}

.bdv_item .swiper-slide .new-det {
	padding: 40px 0px 30px;
	margin: 0 40px;
	border-bottom: 1px solid #EBEBEB;
}

.bdv_item .swiper-slide .new-det .det-cont {
	width: 208px;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bdv_item .swiper-slide .new-det .det-time {
	float: right;
}

.new-det .det-time span:first-child {
	display: block;
	font-size: 30px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

.new-det .det-time span:last-child {
	font-size: 14px;
	color: #777;
	line-height: 26px;
}

.xwdt-r .new-bot {
	margin-top: 40px;
	margin: 20px 40px 0;
}

.xwdt-r .new-bot span {
	float: left;
	width: 20px;
	height: 3px;
	background: #ABCD03;
	margin-top: 15px;
}

.xwdt-r .new-bot p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	float: right;
}

.xwdt-r .new-bot p i {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	color: #ABCD03;
}

.xwdt-r .swiper-paginat {
	bottom: 0px !important;
}

.xwdt-r .swiper-pagination-bullet {
	margin: 0 8px !important;
	height: 6px;
	width: 6px;
	border: 2px solid #ABCD03;
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	opacity: 1;
}

.xwdt-r .swiper-pagination-bullet-active {
	background-color: #ABCD03;
}


/* footer */
.footer {
	padding: 50px 0 10px;
}

.footer .foot-l {
	float: left;
	width: 70%;
}

.footer .foot-l .inner {
	margin-bottom: 40px;
}

.footer .foot-l .inner dl {
	width: 100px;
	margin-right: 50px;
	float: left;
}

.footer .foot-l .inner dl:last-child {
	margin-right: 0;
}

.footer .foot-l .inner dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
	margin-bottom: 12px;
}

.footer .foot-l .inner dl dd {
	font-size: 14px;
	color: #777;
	line-height: 26px;
}

.footer .foot-l .copyr .link {
	margin-top: 10px;
}

.footer .foot-l .copyr .link a {
	display: inline-block;
	margin-right: 40px;
	font-size: 22px;
	color: #777;
	vertical-align: middle;
}

.footer .foot-l .copyr .link a:first-child {
	font-size: 26px;
}

.footer .foot-l .copyr .cp {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	margin-top: 12px;
}

.footer .foot-l .copyr .cp a {
	display: inline-block;
}

.footer .foot-r {
	float: right;
}

.footer .foot-r .foot-pho p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	display: inline-block;
	text-align: right;
}

.footer .foot-r .foot-pho p:first-child {
	margin-right: 50px;
}

.footer .foot-r .foot-pho span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #ABCD03;
	line-height: 26px;
}

.footer .foot-r .foot-info {
	font-size: 14px;
	color: #777;
	line-height: 30px;
	text-align: right;
	margin-top: 27px;
}

.footer .foot-r .foot-info p:last-child {
	font-size: 16px;
}

.footer .foot-r .code {
	margin-top: 60px;
	width: 122px;
	float: right;
}

.footer .foot-r .code span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #777;
	line-height: 26px;
}

.keifuwu p>span {
	color: #2F318B;
	font-weight: bold;
	font-size: 16px;
}

.keifuwu p {
	font-size: 15px;
}

.lvlianxi a {
	display: unset;
}

.lvykuai h2 {
	margin-bottom: 10px;
	font-size: 20px;
}

.bg_ov {
	margin: 10px 0;
}

.lvykuai h2:not(:first-child) {
	margin-top: 20px;
}

.lvykuai p>span {
	color: #01317d;
}

.lvykuai p {
	font-size: 14px;
}

.keijiejuelv p>img {
	display: block;
	margin: 0 auto;
}

.keijiejuelv h2 {
	font-size: 18px !important;
	font-weight: bold;
	margin-bottom: 5px;
}


.keilvcp h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}

.keiditup p>img{
	margin: 0 auto;
}


@media screen and (max-width:1199px) {
	.header_zw{display: block;height: 80px;}
}
@media screen and (max-width:720px) {
	.sec1 .jjfa-more{display: none;}
}
