/*====================导航*********/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 130px;
	background: transparent;
	display: flex;
	border-bottom: #afafaf solid 1px;
}

.container {
	width:86% !important; 
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

/*左侧logo*/
.header .left {
	width: 11%;
	margin-top: 32px;
}

.header .left .img2 {
	display: none;
	width: 100%;
}

/*右侧*/
.header .nav {
	width: 48%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}

.header .navbar_nav {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 20px;
}

.header .navbar_nav .active a {
	color: #fff;

}

.header .navbar_nav li {
	position: relative;
}

.header .navbar_nav .active:after {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
}

.header .navbar_nav li:hover a {
	color: #fff;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 120%;
	left: -10%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: orange;
}

.navbar_nav .iconfont {
	font-size: 24px !important;
}

.header-contact {
	/* width: 25%; */
	display: flex;
	align-items: center;
}

.header-contact-phone {
	width: 240px;
}

.header-contact-phone-tit {
	color: #dcdddf;
}

.header-contact-phone-num {
	color: #fff;
	font-size: 24px;
	letter-spacing: 3px;
	margin-top: 12px;
}

.header-contact-icon a {
	display: inline-block;
	width: 118px;
	color: #fff;
	font-size: 42px;
	font-weight: 100;
	height: 100%;
	text-align: center;
	line-height: 130px;
}

.header .slogan {
	display: flex;
	align-items: center;
	width: 10%;
}

.header .slogan p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

/*白色背景的头部*/
.header.on {
	background: #fff;
	border-bottom: 1px solid #6da4c6;
	z-index: 9999;
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .navbar_nav li a {
	color: #333;
}

.header.on .navbar_nav .active a {
	color: #0063b6;
}

.header.on .navbar_nav li:hover a {
	color: #0063b6;
}

.header.on .header-contact-phone-tit {
	color: #333;
}

.header.on .header-contact-phone-num {
	color: #0063b6;
}

.header.on .header-contact-icon a {
	color: #0063b6;
}

.header.on .slogan p {
	color: #333;
}

#navToggle {
	display: none;
}

/* 客户案例 */
.case {}

.tit {
	text-align: center;
}

.tit h3 {
	color: #04cde7;
	font-size: 24px;
}

.tit h2 {
	font-size: 36px;
	color: #fff;
	margin: 20px 0;
}

.tit p {
	font-size: 18px;
	color: #afb0ca;
	line-height: 24px;
}

.case .tab_list {
	width: 70%;
	margin: 40px auto;
}

.case .tab_list ul {
	display: flex;
	justify-content: space-between;
}

.case .tab_list ul li {
	color: #fff;
	line-height: 36px;
	padding: 0 2%;
	background-color: transparent;
	cursor: pointer;
}

.case .tab_list ul li a {
	color: #fff;
}

.case .tab_list .current {
	color: #FFFFFF;
	padding: 0 2%;
	border-radius: 250px;
	background-color: #04cde7;
}


.case .tab_list2 {
	/*width: 100%;*/
	margin: 40px auto;
}

.case .tab_list2 ul {
	display: flex;
	justify-content: space-between;
}

.case .tab_list2 ul li {
	color: #333;
	line-height: 36px;
	padding: 0 2%;
	background-color: transparent;
	cursor: pointer;
}

.case .tab_list2 ul li a {
	color: #333;
}

.case .tab_list2 .current {
	color: #FFFFFF;
	padding: 0 2%;
	border-radius: 250px;
	background-color: #106cc5;
}

.case .tab_list2 .current a{color: #FFFFFF;
}

.case .tab_con {
	height: 760px;
	overflow: hidden;
}

.case .tab_con ul {
	display: flex;
	flex-wrap: wrap;

}

.case .tab_con ul li {
	width: 24%;
	margin-bottom: 40px;
	margin-right: 1.3%;
}

.case .tab_con ul li:nth-of-type(4n) {
	margin-right: 0;
}

.case .tab_con ul li .case-pic {
	position: relative;
	overflow: hidden;
}


.case .tab_con ul li .case-pic img{width:364px;height:255px;}
@media screen and (max-width: 1880px) {
.case .tab_con ul li .case-pic img{width:100%;height:234px;}
}
@media screen and (max-width: 1680px) {
.case .tab_con ul li .case-pic img{width:100%;height:200px;}
}
@media screen and (max-width: 1580px) {
.case .tab_con ul li .case-pic img{width:100%;height:187px;}
}
@media screen and (max-width: 1480px) {
.case .tab_con ul li .case-pic img{width:100%;height:174px;}
}
@media screen and (max-width: 1380px) {
.case .tab_con ul li .case-pic img{width:100%;height:160px;}
.case .tab_list {width: 80%;}
}
@media screen and (max-width: 1280px) {
.case .tab_con ul li .case-pic img{width:100%;height:147px;}
.case .tab_list {width: 88%;}
}


.case .tab_con ul li .limit {
	color: #fff;
	margin: 18px 0 12px 0;
	/*white-space: nowrap;*/
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	line-height: 1.5;
}

.case .tab_con ul li .more {
	color: #bdbdbd;
}

.case .tab_con ul li:hover .case-pic img {
	-webkit-transform: scale(1.1);
	transition: all 0.6s linear;
}

.case-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(0, 34, 162, 0.7);
	opacity: 0;
}

.case-hover {
	padding: 10%;
}

.case-hover h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

.case-hover h5 {
	font-size: 18px;
	margin-top: 10px;
	color: rgba(255, 255, 255, .5);
	font-weight: 400;
}

.case-hover p {
	width: 85%;
	font-size: 18px;
	line-height: 30px;
	padding-top: 20px;
	border-top: 2px solid rgba(255, 255, 255, .7);
	color: rgba(255, 255, 255, .7);
}

.case-hover-top {
	margin-top: 10%;
	position: absolute;
	top: 0;
}

.case-hover-bot {
	margin-bottom: 10%;
	position: absolute;
	bottom: 0;
}

.case .tab_con ul li:hover .case-hover {
	opacity: 1;
	transition: all 0.6s linear;
}

/* 核心业务 */
.tit2 {
	text-align: left;
}


.tit-r ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.tit-r ul li {
	margin-left: 20px;
	height: 86px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}

.pro .tit-r ul {
	justify-content: flex-start;
}

.tit-r-list1 {
	background: url(../IMAGES/tit-r-list01.png) no-repeat top;
}

.tit-r-list2 {
	background: url(../IMAGES/tit-r-list02.png) no-repeat top;
}

.tit-r-list3 {
	background: url(../IMAGES/tit-r-list03.png) no-repeat top;
}

.tit-r-list4 {
	background: url(../IMAGES/tit-r-list04.png) no-repeat top;
}

.tit-r-list5 {
	background: url(../IMAGES/tit-r-list05.png) no-repeat top;
}

.tit-r-list6 {
	background: url(../IMAGES/tit-r-list06.png) no-repeat top;
}

.tit-r-list7 {
	background: url(../IMAGES/tit-r-list07.png) no-repeat top;
}

.tit-r-list8 {
	background: url(../IMAGES/tit-r-list08.png) no-repeat top;
}

.tit-r-list9 {
	background: url(../IMAGES/tit-r-list09.png) no-repeat top;
}

.tit-r-list10 {
	background: url(../IMAGES/tit-r-list10.png) no-repeat top;
}

.tit-r-list11 {
	background: url(../IMAGES/tit-r-list11.png) no-repeat top;
}

.tit-r-list12 {
	background: url(../IMAGES/tit-r-list12.png) no-repeat top;
	color: #04cde7;
}

/* 
.tit-r ul li:hover {
	color: #04cde7;
} */

.service-current1 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list01-2.png) no-repeat top;
}

.service-current1 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list01-2.png) no-repeat top;
}

.service-current2 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list02-2.png) no-repeat top;
}

.service-current3 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list03-2.png) no-repeat top;
}

.service-current4 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list04-2.png) no-repeat top;
}

.service-current5 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list05-2.png) no-repeat top;
}

.service-current6 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list06-2.png) no-repeat top;
}

.service-current7 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list07-2.png) no-repeat top;
}

.service-current8 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list08-2.png) no-repeat top;
}

.service-current9 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list09-2.png) no-repeat top;
}

.service-current10 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list10-2.png) no-repeat top;
}

.service-current11 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list11-2.png) no-repeat top;
}

.service-current12 {
	color: #04CDE7 !important;
	background: url(../IMAGES/tit-r-list12-2.png) no-repeat top;
}

.service-t {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 70px;
}

.service-line-num {
	writing-mode: tb-rl;
}

.service-t .tit2 {
	width: 17%;
}

.service-t .fade-in-right {
	width: 80%;
}

.service-b {
	width: 100% !important;
	height: 568px !important;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}

.service-b .fade-in-right {
	width: 70%;
}

.service-b .fade-in-right ul li {}

.service-main {
	display: flex;
	justify-content: space-between;
}

.service-b .line {
	width: 3px;
	height: 560px;
	background-color: #f8efef;
	position: relative;
	left: 0;
	left: 0;
}

.service-main-r {
	text-align: left;
	width: 22%;
	margin-right: 8%;
	padding-left: 5%;
}

.service-main-r-tit01 {
	font-size: 24px;
	color: #04cde7;
	font-weight: 600;
	margin: 32% 0 10% 0;
}

.service-main-r-tit02 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 20% 0;
	color: #fff;
	line-height: 46px;
}

.service-main-r-tit03 img {
	width: 68px;
	opacity: .8;
	margin-bottom: 16%;
}

.service-main-r-tit04 {
	font-size: 14px;
	font-weight: 100;
	line-height: 24px;
	margin-bottom: 16%;
	color: #fff;
}

.service-main-r-tit05 {
	color: #fff;
	font-size: 22px;
	font-weight: 100;
}

.jdt {
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	transform: translate3d(0px, 0, 0) !important;
}

.jdt .swiper-pagination-bullet {
	width: 3px;
	height: 46px;
	border-radius: 0;
	margin: 0 !important;
	background-color: #04cde7;
}


/* 产品中心 */
.tit3 {
	text-align: right;
}

.tits-r-list01 {
	background: url(../IMAGES/pro-icon01.png) no-repeat top;
}

.tits-r-list02 {
	background: url(../IMAGES/pro-icon02.png) no-repeat top;
}

.tits-r-list03 {
	background: url(../IMAGES/pro-icon03.png) no-repeat top;
}

.tits-r-list04 {
	background: url(../IMAGES/pro-icon04.png) no-repeat top;
}

.tits-r-list05 {
	background: url(../IMAGES/pro-icon05.png) no-repeat top;
}

.pro-current01 {
	color: #04CDE7 !important;
	background: url(../IMAGES/pro-icon01-2.png) no-repeat top;
}

.pro-current02 {
	color: #04CDE7 !important;
	background: url(../IMAGES/pro-icon02-2.png) no-repeat top;
}

.pro-current03 {
	color: #04CDE7 !important;
	background: url(../IMAGES/pro-icon03-2.png) no-repeat top;
}

.pro-current04 {
	color: #04CDE7 !important;
	background: url(../IMAGES/pro-icon04-2.png) no-repeat top;
}

.pro-current05 {
	color: #04CDE7 !important;
	background: url(../IMAGES/pro-icon05-2.png) no-repeat top;
}

.pro-content .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.pro-content-l {
	width: 50%;
}

.pro-content-l ul {
	display: flex;
	flex-wrap: wrap;
}

.pro-content-l ul li {
	width: 30%;
	margin-right: 3%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.pro-content-l ul li p {
	width: 90%;
	height: 90%;
	border: #008091 solid 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .6s;
}

.pro-content-l ul li:hover p {
	opacity: 1;
}

.pro-content-l ul li:nth-of-type(3n) {
	margin-right: 0;
}

.pro-content-l ul li img {
	width: 100%;
	height:100%;
	transition: all .6s;
}

.pro-content-l ul li:hover img {
	transform: scale(1.2);
}

.pro-content-r {
	width: 45%;
	margin-right: 20px;
}

.pro-content-r .item {
	margin-top: 100px;
}

.pro-content-r h5 {
	font-size: 40px;
	color: #04cde7;
	margin-bottom: 24px;
}

.pro-content-r p {
	color: #fff;
	margin-bottom: 14px;
}

.pro-content-r .pre {
		    white-space: pre-line;
	}

.pro-content-r p:nth-last-of-type(1) {
	font-size: 16px;
	line-height: 30px;
	color: #c6cad4;
}

.pro-content-r a {
	display: block;
	color: #fff;
	margin-top: 30px;
	text-align: center;
	width: 230px;
	height: 50px;
	line-height: 50px;
	background-image: linear-gradient(#04cde7, #4b7cd1);
}

.pro-content-r a:hover {
	background-image: none;
	background-color: #32e8ff;
}

.pro-content {
	height: 520px;
	overflow: hidden;
	position: relative;
}

.pro, .service{
		margin-top: 0px;
}

.pro-jdt {
	position: absolute;
	right: 0 !important;
	top: 0 !important;
	transform: translate3d(0px, 0, 0) !important;
}

.pro-jdt .swiper-pagination-bullet {
	width: 3px;
	height: 105px;
	border-radius: 0;
	margin: 0 !important;
	background-color: #04cde7;
}







/* 关于我们 */
.about_zz {
	padding: 0 7%;
}

.about-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 40px;
}

.company-video {
	width: 100%;
}

.video-box {
	position: relative;
	width: 48%;
}

.video-box video {
	display: inline-block;
	vertical-align: baseline;
}

.video-box .video-img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background: url(../img/video-bg.jpg) no-repeat;
	background-size: 100% 100%;
	cursor: pointer
}

.about-txt {
	width: 45%;
}

.about-txt h4 {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

.about-txt p {
	color: #e1e0e0;
	line-height: 24px;
	margin: 40px 0;
	/* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 9;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}

.about-txt a {
	display: block;
	text-align: center;
	color: #fff;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background-image: linear-gradient(#04cde7, #4b7cd1);
	/* 渐变 */
}

.about-txt a:hover {
	background-image: none;
	background-color: #32e8ff;
}

.about-b {
	margin-top: 70px;
	height: 190px;
}

.about-certificate {
	overflow: hidden;
}

.about-certificateTit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	height: 100%;
	background-image: linear-gradient(#04cde7, #4b7cd1);
}

.about-certificateTit h3 {
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.about-certificateTit p {
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
}

.about-certificate {
	width: 85%;
	height: 100%;
}

.about-certificate-cw {
	text-align: center;

}

.about-certificateSwiper {
	height: 100%;
}

.about-certificate .swiper-slide {
	width: 18%;
	height: 100%;
	padding: 20px;
	align-items: center;
	background-color: #e8e8e8;
}

.about-certificate .swiper-slide p {
	margin-top: 10px;
}

.about-certificate .swiper-slide img {
	width: 100%;
}

.about-certificateSwiper .swiper-button-next,
.about-certificateSwiper .swiper-button-prev {
	display: none;
}


/* 新闻 */
.news-content {
	padding: 0 10%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	height: auto;
	margin-top: 60px;
}

.news-l {
	width: 48%;
}

.news-l-pic img {
	width: 100%;
}

.news-l-txt {
	padding: 20px;
	background-color: #fff;
}

.news-l-txt h4 {
	font-size: 18px;
	font-weight: 500;
}

.news-l-txt h4 span {
	font-size: 18px;
}

.news-l-txt p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-top: 10px;
	text-indent: 2em;
}

.news-r {
	width: 40%;
}

.news-tab {
	margin-top: 60px;
}

.news-tab-list ul {
	display: flex;
	justify-content: flex-end;
}

.news-tab-list ul li {
	font-size: 20px;
	color: #cbcbcb;
	margin-left: 20px;
	cursor: pointer;
}

.news-tab-list ul .current {
	color: #04cde7;
	font-weight: 600;
}

.news-r-con {
	margin-top: 40px;
}

.news-r-con ul li {
	margin-bottom: 30px;
}

.news-r-con ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: #e7e7e7 solid 1px;
	padding-bottom: 10px;
}

.news-r-con ul li u {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: #e7e7e7 solid 2px;
	border-radius: 50%;
	margin-right: 6px;
}

.news-r-con ul li h5 {
	display: inline-block;
	color: #e7e7e7;
	font-weight: 500;
	width: 70%;
	margin-left: -14px;
}

.news-r-con ul li span {
	color: #e7e7e7;

}

.news-r-con ul li i {
	font-size: 24px;
	color: #e7e7e7;
	font-weight: 100;
}

.news-r-con ul li a:hover u {
	border: #19d5f5 solid 2px;
}

.news-r-con ul li a:hover h5,
.news-r-con ul li a:hover span,
.news-r-con ul li a:hover i {
	color: #19d5f5;
}

.news-r-con ul li a:hover {
	border-bottom: #19d5f5 solid 1px;
}

/* 底部 */
/* .foot {
	margin-bottom: 40px;
} */

.foot .cw {
	padding: 40px 10% 2% 10%;
	background-color: #2c123d;
	display: flex;
	justify-content: space-between;
}

.foot-l {
	width: 48%;
}

.foot-logo {
	width: 170px;
}

.foot-logo img {
	width: 100%;
}

.foot-slogn {
	color: #fff;
	margin:20px 0;
}

.foot-contact {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.foot-contact-txt h5 {
	font-weight: 500;
	color: #04cde7;
	font-size:20px;
	margin:20px 0 10px;
}

.foot-contact-txt p {
	color: #fff;
	padding-bottom:10px;
}

.foot-contact-txt p:nth-last-of-type(1) {
	padding: 0;
}

.foot-contact-txt p span {
	color: #fff;
}

.foot-contact-code {
	width: 22%;
}

.foot-contact-code img {
	width: 100%;
}

.foot-ICP {
	margin-top: 10%;
}

.foot-ICP,
.foot-ICP a {
	font-size: 14px;
	color: #818181;
	line-height: 18px;
}

.foot-ICP a:hover {
	color: #04cde7;
}

.foot-ICP p  {
	color: #e9e9e9;
	line-height: 30px;
}

.foot-ICP p a{
	color:#e9e9e9;
}
.foot-ICP p a:hover{
	color: #04cde7;
}

.foot-r-list h5 {
	font-size: 18px;
	font-weight: 500;
	color: #04cde7;
	margin-bottom: 30px;
}

.foot-r-list ul li a {
	display: block;
	font-size: 14px;
	color: #cfcfcf;
	margin-bottom: 16px;
}


.foot-r-list ul li a:hover {
	color: #04cde7;
}

.foot-r {
	display: flex;
	justify-content: space-between;
	width: 38%;
}

@media screen and (max-width: 1600px) {
	.cw {
		width: 90%;
	}

	.case .tab_con {
		height: 836px;
	}

	.service-b {
		height: 490px !important;
	}

	.pro-content {
		height: 470px;
	}

	.news-r-con ul li h5 {
		width: 60%;
	}

	.news-tab {}

	.news-content {
		padding: 0 5%;
	}
}



@media screen and (max-width: 1440px) {
	.header-contact-phone {
		width: 200px;
	}

	.case .tab_con {
		height: 770px;
	}

	.service-main-r-tit02 {
		font-size: 34px;
	}

	.jdt .swiper-pagination-bullet {
		height: 37px;
	}

	.service-b {
		height: 444px !important;
	}

	.about-txt h4 {
		font-size: 30px;
	}


	.tit h2 {
		font-size: 32px;
		color: #fff;
		margin: 12px 0;
	}

	.margin-t {
		margin-top: 100px;
	}

	.pro-content-r h5 {
		font-size: 32px;
	}

	.pro-content-r p {
		margin-bottom: 10px;
	}

	.pro-content-r p {
		-webkit-line-clamp: 3;
	}

	

	.pro-content {
		height: 387px;
	}

	.pro-content-r a {
		width: 170px;
	}

	.pro-content-r .item {
		margin-top: 16px;
	}

	.news-r-con .item {
		overflow: hidden;
	}

	.news-content {
		padding: 0;
	}

}

@media screen and (max-width: 1440px) {
	.service-main-r-tit02 {
		font-size: 32px;
	}


	.case .tab_con {
		height: 750px;
	}

	.jdt .swiper-pagination-bullet {
		height: 35px;
	}

	.service-main-r {
		width: 30%;
	}

	.service-b .fade-in-right {
		width: 65%;
	}

	.service-main-r {
		margin-right: 0;
	}

	.service-main-r-tit02 {
		margin: 0 0 7% 0;
	}

	.service-main-r-tit01 {
		margin: 12% 0 10% 0;
	}

	.jdt .swiper-pagination-bullet {
		height: 33px;
	}

	.service-b {
		height: 400px !important;
	}

	.service-t .fade-in-right {
		width: 83%;
	}

	.tit-r ul li {
		margin-left: 11px;
	}
}


@media screen and (max-width: 1440px) {
	.header .left {
		margin-top: 42px;
	}
	.header .navbar_nav{
		margin-right: 0;
	}
	.header-contact{
		/* display: none; */
		width: 12%;
	}
	.header-contact-phone-tit{
		font-size: 15px;
	}
	.header-contact-phone-num{
		font-size: 20px;
		letter-spacing: 1px;
	}
	.header .slogan p{
		font-size: 17px;
		line-height: 32px;
	}

	.header .left {
		width: 14%;
	}

	.header .nav {
		width: 58%;
	}

	.case .tab_con {
		height: 698px;
	}

	.pro-content-r p {
		-webkit-line-clamp: 2;
	}

	.pro-content {
		height: 360px;
	}

	.pro-jdt .swiper-pagination-bullet {
		height: 90px;
	}

	.tit h3 {
		color: #04cde7;
		font-size: 20px;
	}

	.tit h2 {
		font-size: 28px;
	}

	.tit p {
		font-size: 16px;
	}
	
	.video-box {
	    width: 58%;
	}
	
	.about-txt {
	    width: 38%;
	}
	
	.about-txt h4 {
	    font-size: 28px;
	}
	
	.about-txt p {
		-webkit-line-clamp: 3;
	}
}
