/**
 *  作者：边走边忘
 *  时间：2025-03-12
 *  联系：sydmo@foxmail.com
 *  世间行乐亦如此，古来万事东流水
 *********************************************************************************************/
@charset "utf-8";
html {overflow-x: hidden;}
body {overflow: hidden;margin:0; padding:0;}
button:focus {border:0 !important;outline:0 !important;} /*解决bootstrap按钮点击时的黑色边框*/
blockquote {
	background-color: #f3f3f3;
    padding: 20px 30px;
    position: relative;
	border-left:4px solid #1356e4;
    margin: 30px 0;
}
/* blockquote::before {
	display: block;
	content:" ";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #1356e4 url(../image/b-quote.svg) center center / 40% no-repeat;
} */
blockquote p { text-indent: 0; font-size: 17px; }
body {
	position: relative;	
	padding-top:90px;
}
#home {
	padding-right:0 !important;
}
.anchor {
	position: absolute;
	left:-999px;
	top:-90px;
	width:90px;
	height:90px;
}
/* Start Header manu css */
.beiyin_nav_manu {
	transition: .5s;
	z-index: 2;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	padding:15px 0;
}

ul.nav_scroll li a span i {
	font-size: 16px;
	color: black;
}

.sticky {
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	/* border-bottom: 1px solid #6699ff;
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
 	box-shadow: 0 2px 5px -2px rgba(255, 255, 255, 0.5);
	background: rgba(31, 74, 235, 0.7);*/
	background: rgba(2, 63, 193, .9);
	transition: .5s;
	z-index: 11;
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	animation-name: slideInDown;
}

.sticky .beiyin_menu>ul>li>a {
	color: #fff !important;
}

.sticky .header-button a {
	background-image: linear-gradient(90deg, #1f58d9 100% #0cb6f4 0%, );
}

.sticky .header-button a i,
.sticky .search-menu a i,
.sticky .cart-menu a i {
	color: #fff;
}

.sticky .header-button a:before,
.sticky .header-button a::after {
	background: #ffffff;
}

.sticky ul.nav_scroll li a span i {
	color: white;
}

.sticky .header-button:hover a {
	color: #0cb6f4;
}

/* min Menu Css*/
.beiyin_menu {
	display: flex;
	align-items: center;
	float: right;
}

.beiyin_menu ul {
	list-style: none;
	display: inline-block;
}

.beiyin_menu>ul>li {
	display: inline-block;
	position: relative;
	list-style: none;
	padding:0 10px;
	z-index: 1;
}

.beiyin_menu>ul>li>a {
	position: relative;
	font-size: 17px;
	display: block;
	padding: 12px 0;
	transition: .5s;
	color: #101210;
	font-weight: 500;
}
.nav_scroll li .menu:before{
	display: block;
	content: '';
	width: 0px;
	height: 2px;
	background: #1356e4;
	transition: width .3s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
	
.beiyin_menu span {
	font-size: 11px;
	padding-left: 5px;
	font-family: FontAwesome;
	opacity: .5;
}

.beiyin_menu>ul>li>a:hover {
	color: #1356e4;
}
.beiyin_menu>ul>li>a:hover i {
	color: #1356e4;
}
.beiyin_menu ul li a i {
	color: #ffffff;
}

/*menu button*/

.header-button {
	display: inline-block;
	float: right;
}

.header-button a {
	font-size: 16px;
	padding: 13px 31px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(90deg, #0cb6f4 0%, #1e58d9 100%);
	border-radius: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: .5s;
	margin-left: 30px;
	overflow: hidden;
}

.header-button a:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #1f4aeb;
	border-radius: 22px 0 0 21px;
	transition: .5s;
}

.header-button a::after {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #1f4aeb;
	border-radius: 0 22px 21px 0;
	transition: .5s;
}

.header-button a:hover::before {
	width: 51%;
}

.header-button a:hover::after {
	width: 50%;
}

.sticky .header-button a:hover {
	color: #000 !important;
}

.header-button a:hover {
	background: linear-gradient(90deg, #0cb6f4 0%, #1e58d9 100%);
}

.header-button a i {
	padding-right: 5px;
	position: relative;
	top: 3px;
	color: #fff;
	transition: .5s;
	margin-left: 5px;
	font-size: 12px;
}

.tab-btn-4 ul li button {
	font-size: 17px;
	line-height: 55px;
	color: #041341;
	font-weight: 600;
	font-family: "Mulish";
	text-align: right;
	border: none;
	background: transparent;
	line-height: 30px;
}

.tab-btn-4 ul li button:focus {
	border-bottom: 1px solid #1356e4 !important;
	color: #1356e4;
}

.tab-btn-4 ul {
	border-bottom: 1px solid #ddd;
	margin-bottom: 76px;
}

.tab-btn-4 ul li {
	display: inline-block;
	margin: 35px 35px 0;
}

.header-button a:hover:before {
	transform: scale(1);
}

.sticky .header-button a:hover i {
	color: #000;
}

i.bi.bi-chevron-down .nav-scroll li a span {
	font-size: 18px;
	font-weight: 500;
	color: black;
	line-height: 35px;
}

.search-menu {
	display: inline-block;
	margin: 0 22px 0;
}

.cart-menu {
	display: inline-block;
	margin: 0 5px 0;
	position: relative;
	z-index: 1;
}

.cart-menu::before {
	position: absolute;
	content: "0";
	top: 13px;
	right: -30px;
	width: 17px;
	left: 7px;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	background: #0d6efd;
	color: #fff;
	z-index: -1;
}

.search-menu a i {
	font-size: 18px;
	line-height: 69px;
	color: #041341;
	margin: 0 4px 0;
}

.cart-menu a i {
	font-size: 18px;
	line-height: 69px;
	color: #041341;
}

/*Style Two Nav Menu*/

.style-two.Host Lux_nav_manu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .Host Lux_menu>ul>li>a {
	color: #fff;
}

/*style two btn*/

.style-two .header-button a {
	background: rgba(16, 18, 16, 0);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.style-two .header-button a i {
	color: #bbf737;
}

/*================================================
 ========== Start beiyin_menu  ================
==================================================*/
.beiyin_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 90px;
	width: 217px;
	text-align: left;
	background: #fff;
	margin: 0;
	z-index: 1;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	transition: .5s;
	visibility: hidden;
	/* border-top: 1px solid blue; */
	opacity: 0;
}

.beiyin_menu ul li:hover>.sub-menu {
	visibility: visible;
	top: 100%;
	opacity: 1;
}

.beiyin_menu ul .sub-menu li {
	position: relative;
}

.beiyin_menu ul .sub-menu li a {
	display: block;
	padding: 12px 20px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: .1s;
	transition: .1s;
	visibility: inherit !important;
	color: #101210 !important;
	text-decoration: none;
}

.beiyin_menu ul .sub-menu li:hover>a,
.beiyin_menu ul .sub-menu .sub-menu li:hover>a,
.beiyin_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.beiyin_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	background: blue;
	color: #fff !important;
}

.logo_img,
.main_sticky {
	display: flex;
	align-items: center;
}

.sticky .logo_img {
	display: none;
}
.logo_img a {
	color: #333;
}
.logo .company {
	margin-left: 10px;
	font-size: 30px;
	font-weight: 600;
}

.main_sticky {
	display: none;
}

.sticky .main_sticky {
	display: flex;
	align-items: center;
}

.logo_img img,
.sticky .main_sticky img {
	width: 60px;
}

.sticky .main_sticky .company {
	color: #fff;
}

.mobile-menu.mean-container {
	overflow: hidden;
}

/*================================================
 ========== End Banner Area ================
==================================================*/
.banner-area {
	background-color: #1356e4;
	background-image: url(../image/bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	/* background: #1356e4; */
	padding: 145px 0;
	height: 100%;
	/* height:calc(100% - 90px); */
}

.banner-title h1 {
	font-size: 32px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 700;
}

.banner-description p {
	margin: 20px 0;
	font-size: 18px;
	line-height: 29px;
	color: #ffffff;
	font-weight: 400;
	width: 75%;
	opacity: .8;
}

.banner-button {
	margin-top: 40px;
}

.banner-button a {
	font-size: 15px;
	color: #1e58d9;
	font-weight: 500;
	font-family: "Mulish";
	background: #fff;
	padding: 13px 35px;
	position: relative;
	z-index: 1;
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #fff;
	transition: 0.5s;
	overflow: hidden;
}

.banner-button a:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #1f4aeb;
	border-radius: 30px 0 0 30px;
	transition: .5s;
}

.banner-button a:hover::before {
	width: 100%;
}

.banner-button a:hover {
	color: #fff;
}

.banner-button a i {
	font-size: 18px;
	transition: .5s;
	position: relative;
	top: 2px;
	padding-left: 4px;
	/* transform: rotate(-45deg); */
	display: inline-block;
}

.banner-button a:hover i {
	color: #fff;
}
.play-button {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 8px;
	text-align: center;
	margin-left: 30px;
	position: relative;
	top: 20px;
}

.play-button a {
	font-size: 16px;
	color: #1355e3;
	background: #ffffff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
}
.section-title {margin:0 auto 30px;text-align: center;}
.section-title h1 {
	position: relative;
	margin-top:0;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 2px;
}
.section-title h4 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
	color:#999;
	font-size: 14px;
	letter-spacing: 1px;
}
.section-title h4:before,.section-title h4:after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;  
    top: -10px;
    background-color: #999;
    margin-top: 18px;
}
.section-title h4:before {
	left: -60px;
}
.section-title h4:after {
    right: -60px;
}
.section-title p {
	font-size: 15px;
	line-height: 27px;
	margin:20px auto 0;
	color: #636363;
	width:60%;
}

.service-title h5 {
	font-size: 22px;
	line-height: 32px;
	color: #041341;
	font-weight: 700;
}
.banner-thumb {
	position: relative;
}
.banner-thumb .h-icon {
	position: absolute;
	left: 0;
	backface-visibility: hidden;
    animation: dl-bounce 1s ease-in-out 0s infinite alternate;	
}
.banner-thumb .h-icon-1 {
	position: absolute;
	left: 103%;
    top: 9%;
	animation-delay: .5s;
}
.banner-thumb .h-icon-3 {
	position: absolute;
	left: 92%;
    top: 0;
	animation-delay: .9s;
}
.banner-thumb .h-icon-4 {
	position: absolute;
	left: 113%;
    top: 24%;
	animation-delay: .1s;
}
@keyframes dl-bounce {
    0% {
        transform: translateY(0px)
    }
    to {
        transform: translateY(-40px)
    }
}
/*================================================
 ========== 新闻动态 ================
==================================================*/
.newsDynamics { position: relative; padding:125px 0;}
.newsDynamics .section-title {
	margin-bottom: 50px;
}
.newsDynamics .item {
	position: relative;
}
.newsDynamics .item .thumb {
	overflow: hidden;
	width:100%;
	aspect-ratio: 4 / 3;
}
.newsDynamics .item .thumb img { width:100%; height: 99.7%; object-fit: cover;}
.newsDynamics .item .info {
	position: absolute;
	left:0;
	bottom:0;
	padding:20px 25px 12px;
	background: rgba(255, 255, 255, .9);
}
.newsDynamics .item .info h6 {margin:0;}
.newsDynamics .item .info h6 a {color: #444;font-weight: bold;}
.newsDynamics .item .info h6 a:hover {color: #1356e4;}
.newsDynamics .item .info p {margin:5px 0 8px; line-height: 20px; color: #999;font-size: 14px;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.newsDynamics .item .other {
	display: flex;
	font-size: 14px;
}
.newsDynamics .item .other .date {
	flex: 1;
	color: #888;
}
.newsDynamics .item .other .btn-simple,.newsDynamics .item .other .btn-simple a {
	color: #1e58d9;
}
.newsBox {
	list-style: none;
}
.newsBox li {
	position: relative;
	background: #f5f5f5;
	padding:14px 20px 15px 160px;
	margin-bottom:18px;
}
.newsBox li a {color:#444;}
.newsBox li .date {
	position: absolute;
	top:18px;
	left:20px;
	width:120px;
	height: 70px;
	padding:10px 25px;
	background: #5d6e7e;
	color: #fff;
	text-align: right;
	font-size: 24px;
}
.newsBox li .date span {
	position: relative;
	display: block;
	font-size: 13px;
	opacity: .8;
}
.newsBox li .date span:before {
    content: "";
    height: 1px;
    width: 25px;
    position: absolute;
    top: -10px;
	left:5px;
    background-color: #fff;
    margin-top: 23px;
}
.newsBox li a {color:#444;}
.newsBox li a:hover {color: #1356e4;}
.newsBox li h6 {margin-bottom:6px;margin-top:7px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.newsBox li p {margin:0;font-size: 14px;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-height: 21px;color:#999;
}

/*================================================
 ========== 关于我们 ================
==================================================*/
.about-area {
	position: relative;
	padding:65px 0 75px;
    background-color: #f5f5f5;
}
.aboutBox {
	overflow: hidden;
	margin:0;
	--bs-gutter-x: 0;
	background: #fff;
}
.aboutBox .our-office,.aboutBox .our-office2 {
	padding:0;
	position: relative;
}

.about-area .about-us {
    padding:40px;
}
.about-area .about-us h2 {
	font-size: 32px;
	margin-bottom: 15px;
	color: #5d6e7e;
}
.about-area .about-us h2 span {
	color:#d1d1d2;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	margin-left:5px;
}
.about-area .about-us h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #5d6e7e;
}
.about-area .about-us .btn-send {
	margin-top: 12px;
}
.about-area .img1 { width:100%;height:585px;object-fit: cover;}

.aboutBox .about_inner{
	display: flex;
}
.aboutBox .about_inner .leftpart{
	width: 50%;
	padding:40px 50px;
	height: auto;
}
.aboutBox .about_inner .rightpart{
	position: relative;
	width: 50%;
}
.aboutBox .about_inner .leftpart .about_title{
	margin-bottom: 15px;
}
.aboutBox .about_inner .leftpart .about_title h3{
	font-size: 24px;
	font-weight: 700;
}
.aboutBox .about_inner .rightpart .author_image{position: relative;}
.aboutBox .swiper-pagination { width:50%; }
.aboutBox .swiper-pagination-bullet {overflow: hidden; text-indent: -99px;}
.swiper-button-next,.swiper-button-prev {
	position: absolute;
    cursor: pointer;
	top:auto;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #333;
	background-size: 50% 50%;
	opacity: .7;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right:0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left:auto;
	right:30px;
}
.mySwbox-thumbs{background-color: #fff;box-shadow: 0 0 10px #ddd; margin-top: 70px;}
.mySwbox-thumbs .gallery-thumbs{
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}
.gallery-thumbs .swiper-slide{
    flex: 1;
    position: relative;
    transition: all ease .5s;
    cursor: pointer;
    display: flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    padding: 20px;
    border-right: 1px solid #ebebeb;
}
.img-center{
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-right: 1px solid #ebebeb;
}
/*================================================
 ========== 技术服务 ================
==================================================*/
.service-section {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.service-section .star-image {
	position: absolute;
	left: 0;
	top: 0;
}

.service-section .star-image img {
	width: 100%;
}

.service-section .top-content {
	text-align: center;
	width: 58%;
	margin: auto;
	margin-bottom: 30px;
}


.service-section .top-content h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 17px;
}

.service-section .all-service .single-service {
	position: relative;
	display: block;
	padding: 0 0 110px 0;
}

.service-section .all-service .single-service .image {
	position: relative;
	width: 100%;
    aspect-ratio: 3 / 2;
}
.service-section .all-service .single-service .image img {
	width: 100%;
	height:auto;
	display: block;
}

.service-section .all-service .single-service .content-box {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 110px;
	z-index: 1;
}

.service-section .all-service .single-service .content-box .color-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #1356e4;
	z-index: -1;
}

.service-section .all-service .single-service .content-box .service-title {
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 290px;
	background: #ffffff;
	padding:18px 20px;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0.1s;
	z-index: 2;
	transition: .5s;
}

.service-section .all-service .single-service .content-box .service-title h3 {
	margin-top: 0;
}

.service-section .all-service .single-service .content-box .service-title h3 a {
	font-size: 20px;
	font-weight: 600;
	transition: .5s;
	/* color: #1356e4; */
}

.service-section .all-service .single-service .content-box .service-title h3 a:hover {
	transition: .5s;
}

.service-section .all-service .single-service .content-box .service-description {
	position: relative;
	display: block;
	font-size: 15px;;
	height: 0;
	opacity: 0;
	padding-top: 0;
	transition: all 0.3s ease-in-out 0.1s;
}

.service-section .all-service .single-service:hover .content-box .service-title {
	padding-top: 20px;
	transition: .5s;
}

.service-section .all-service .single-service:hover .content-box .service-title .service-description {
	opacity: 1.0;
	margin-top: 10px;
	height: 110px;
}

.service-section .all-service .single-service .content-box .button {
	position: relative;
	display: block;
	padding-top: 62px;
	padding-left: 20px;
}

.service-section .all-service .single-service .content-box .button a {
	color: #fff;
}

.service-section .all-service .single-service .content-box .services-icon {
	position: absolute;
	bottom: 13px;
	right: 10px;
}

.service-section .all-service .single-service .content-box .services-icon img {
	width: 85%;
}

.service-section .service-button {
	text-align: center;
	margin-top: 25px;
}

/*================================================
 ==========  新闻动态 ================
==================================================*/
.news-area {
	padding: 80px 0;
	background-image: url(../image/testimo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -130px;
}
.news-area .section-title p {
	color: #fff;
}
.news-area .section-title h1:before,.news-area .section-title h1:after{
	background-color:#fff;
}
.news-area h1 span {
	font-size: 24px;
}
.application-single-box {
	border-radius: 5px;
	background-color: #fbf8f8;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 30px;
}
.applicatio-content {
	padding: 20px;
}
.application-single-box .thumb {
	position: relative;
	overflow: hidden;
  }
  .application-single-box .thumb::before {
	content: '';
	background-color: #222222;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: perspective(300px) translateZ(100px);
	transform: perspective(300px) translateZ(100px);
	z-index: 3;
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.application-single-box .thumb img {
	border-radius: 5px 5px 0 0;
	width:100%;
	object-fit: contain;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
  }
  
  .application-single-box .thumb a {
	font-size: 25px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	transition: all 500ms ease;
}

.application-single-box:hover .thumb a {
	visibility: visible;
	opacity: 1;
}

.application-single-box:hover .thumb::before {
	opacity: 0.35;
	/* -webkit-transform: perspective(300px) translateZ(0px);
	transform: perspective(300px) translateZ(0px); */
}

.application-single-box:hover .thumb img {
	border-radius: 5px 5px 0 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
  
  .application-single-box .thumb .date {
	position: absolute;
    bottom: 0;
    right: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 15px 0 0;
    color: #333;
    padding: 3px 10px;
    display: inline-block;
    align-items: center;
    font-size: 12px;
  }
.application-title h3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
	transition: .5s;
}
.application-title h3 a {
	color: #333;
	font-weight: bold;
}
.application-title h3 a:hover {
	color: #0740ee;
}

.application-description p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
	font-size: 15px;
	line-height: 27px;
	color: #999;
	font-weight: 400;
	margin: 8px 0 9px;
	transition: .5s;
}

.application-button {
	padding: 11px 0 0 0;
	text-align: center;
}



/*================================================
 ========== 资质证书 ================
==================================================*/

.certificate-area {
	padding: 70px 0;
}
.certificateBox {
	position: relative;
	width:100%;
	padding:90px 0;
	margin:0 auto 50px;
}
.certificate-area p {
	margin-top:30px;
}
/* .certificate-area p::before {
	content: ' ';
	display: block;
	margin:0 auto 20px;
	width:45px;
	height: 45px;
	background: url(../picture/choose-icon.png) no-repeat;
} */
#certificate{
	width: 100%;
	height:340px;				
	position: relative;
	/*一定要有以下样式，才会有3D的效果*/
	/*把div变成3D的场景*/
	transform-style: preserve-3d;
	perspective: 800px;
}
#certificate img{
	/*对所有的图片进行设置样式*/
	width: 240px;
	height:340px;
	/*这里一定要设置为绝对定位*/
	position: absolute;
	/*calc()是一个计算函数  页面的宽度-容器宽度的一半*/
	left: calc(50% - 120px);
	top: calc(50% - 150px);
	/*看到图片的运动过程*/
	transition:0.8s ease-in-out;
}
.qualificationBox {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.qualification {
	margin:0 10px;
	width:194px;
	height:66px;
	background: url(../picture/maizhi.png) center center no-repeat;
	background-size: 90%;
	text-align: center;
}
.qualification .num {
	font-size: 20px;
	font-weight: 700;
}
.qualification .type {
	width:110px;
	margin:0 auto;
	font-size: 13px;
	border-top:1px solid #ddd;
	color:#bbb;
}
.poster-main{
	width: 100%;
	height: 340px;
	position: relative;
	padding:50px 0;
	transform-style: preserve-3d;
	/* perspective: 800px; */
	margin:50px auto;
}
.poster-main .poster-btn{
	width: 100px;
	height: 340px;
    position: absolute;
    top:0;
    cursor: pointer;
}
.poster-main .poster-prev-btn{
    left: 0;
}
.poster-main .poster-next-btn{
	right:0;
}
.poster-main .poster-list .list-item{ 
	position: absolute;
    top:0;
    left:0;
	list-style: none;
	margin:0;
	padding:0;
	perspective: 800px;
}
.list-item,.list-item img{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.poster-base {
	position: absolute;
	left:0;
	bottom:0;
	z-index: 0;
	width: 100%;
	border-bottom: 120px solid #eee;
	border-top: 200px solid transparent;
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
}
/* .poster-list .left img {
	transform: rotateY(45deg) scale(0.75);;
}
.poster-list .right img {
	transform: rotateY(-45deg) scale(0.75);;
} */
/*================================================
 =============== Footer-area ====================
==================================================*/
.footer-area {
	color: #ffffff;
	background: #1356e4 url(../image/map.png) no-repeat center center;
	padding: 60px 0 0;
}
.footer-description {
	width:400px;
	margin:0;
}
.footer-description a {color: #fff;}
.footer-icon {
	padding:10px 0;
	border-bottom: 1px solid #0548d5;
}
.footer-icon .icon {
	margin-right:10px;
	opacity: 0.9;
}
.signal-footer-box {
	text-align: center;
	border-left: 1px solid #bbbbf4;
    padding: 15px 0 35px;
}
.signal-footer-box img {
	width:140px;
}
.footer-description p {
	margin:0;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	opacity: 0.9;
}
.footer-description .footer-title {
	padding-left:25px;
}
.footer-title {
	margin-bottom:10px;
}
.footer-title h3 {
	opacity: 0.9;
	font-size: 21px;
	line-height: 47px;
	color: #ffffff;
}
.footer-box-content p {
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400;
}

.footer-bottom-area {
	margin-top:50px;
	background: #0548d5;
	/* background: #041341; */
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
	color: #fff;
}

.footer-content a {
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
}

.footer-content a span {
	display: inline-block;
	color: #f98223;
}

.footer-bottom-content a {
	line-height: 67px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	margin: 0px 18px 0px;
	float: right;
}

.footer-social-address ul li a {
	margin-right: 6px;
}

.footer-social-address ul li i {
	display: inline-block;
	background-color: #197dff;
	color: #fff;
	font-size: 16px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50px;
}

.footer-social-address ul li.style-two i {
	background-image: linear-gradient(135deg, #b618c1 0%, #f3593d 100%);
}

.footer-social-address ul li.style-three i {
	background-color: #219ff9;
}

.footer-social-address ul li.style-four i {
	background: #f70000 !important;
}

/*================================================
    ===========成功案例 ================
==================================================*/
.successful_cases {
	position: relative;
	padding: 70px 0 55px;
	background-color: #f5f5f5;
}
.portfolio-wrapper {
	margin-top:45px;
}
.pws_tabs_controll { margin: 0 auto 50px; text-align: center; font-size: 0;}
.pws_tabs_controll li { display: inline-block; }
.pws_tabs_controll li a { display: block; padding: 10px 25px; font-size: 16px; color: #fff; background-color: #1356e4; cursor: pointer;}
.pws_tabs_controll .pws_tab_active { color: #fff; background: #fcb80b;}
.pws_tabs_controll li:nth-child(1) a{
	border-radius: 30px 0 0 30px;
	padding-left:30px;
}
.pws_tabs_controll li:nth-child(3) a{
	border-radius: 0 30px 30px 0;
	padding-right:30px;
}
.pws_tabs_list {
	display: block;
	position: relative;
	transition: all .3s ease-in-out;
	transition-delay: .3s;
	transform-style: preserve-3d
}
.pws_tabs_scale_hide {
	opacity: 0;
	/* filter: alpha(opacity=0);
	transform: scale(0.9) */
}
.pws_tab_single {
	position: absolute;
	top: 0;
	width:100%;
	transition: all .3s ease-in-out;
}
.pws_tabs_scale_show {
	z-index: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	transition-delay: .3s
}
.single-item{ position: relative; background:#fff; margin-bottom:30px; transition:all 0.3s; text-align:center; cursor:pointer; box-shadow:0 4px 10px rgba(0, 0, 0, 0.09);}
.single-item .link {position: relative; padding:10px; aspect-ratio: 4 / 3.05; }
.single-item .link img {
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.single-item:hover{transition:all 0.5s; box-shadow:0 4px 40px rgba(0, 0, 0, 0.09);}
.single-item .link::before, .single-item .link::after{position:absolute; top:0px; right:0px; bottom:0px; left:0px; content:''; opacity:0; transition:opacity 0.35s, transform 0.35s;}
.single-item .link::before{border-top:1px solid #0052d9;border-bottom:1px solid #0052d9;transform:scale(0, 1);}
.single-item .link::after{border-right:1px solid #0052d9;border-left:1px solid #0052d9;transform:scale(1, 0);}
.single-item:hover .link::before, .single-item:hover .link::after{opacity:1; transform:scale(1);}
.single-item h3{position: absolute;left: 1px;right:1px; bottom:1px;margin:0;padding:15px;background: rgba(255, 255, 255, .9);font-size:15px; color:#555; font-weight: 400; transition:all 0.5s; z-index:11;}
.modal{ 
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	padding:0 !important;
	transform: translateX(-50%) translateY(-50%);
}
.modal-dialog {
	max-width: 1200px;
	min-width: 68%;
}
.single-item .modal p{ font-size:15px; margin:0; line-height:22px; height:100%; text-align: left; }
.cases{width:100%;}

.modal-content {
	display: grid;
	/* flex-direction: row; */
	grid-template-columns: 1fr 1fr;
	color: #333;
	background: #fff;
	position: relative;
	border-radius: 0;
	margin: 0 auto;
}
.modal-content .video {overflow: hidden;display: block;width:800px;height:450px;aspect-ratio: 16 / 9;}
.modal-content .video .thumb {
	position: relative;
	width:100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* .modal-content .video img { position: relative; top:-50%; margin-top:5%; width:100%;display: block;object-fit: cover;} */
.modal-content .con {
	padding:20px 25px 0;
	color: #999;
}
.modal-content .con h4 {
	text-align: left;
	margin-bottom:20px;
	color:#333;
}
.modal-content .con ol,.modal-content .con ul {
	margin-left:20px;
}
.md-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: inline-block;
	border:0;
	background: transparent;
	font-size: 32px;
	font-weight: 800;
	color: #181A1C;
	overflow: hidden;
	visibility: visible;
	transform: scale(1);
	white-space: nowrap;
	font-family: Verdana, sans-serif;
}

.md-show .md-close {
	display: block;
}

/*--==============================================->
<!--间隔-->
==================================================-*/

#testimonial {
	background-image: url(../picture/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding:25px 0 55px;
	position: relative;
}

#testimonial .overlay {
	background-image: url(../image/dott.png) !important;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
#testimonial p {
	position: relative;
	margin-top:1.5em;
	color: #fff;
	font-size: 2em;
}
/*--==============================================->
<!--Start Error area css-->
==================================================-*/
.error-area {
	background: #00149d;
	height: 100vh;
}

h2.error-title {
	font-size: 4rem;
	color: #fff;
	margin: 10px 0 20px;
	display: inline-block;
}

h1.error-text {
	color: #fff;
	font-size: 90px;
	font-weight: 900;
}

small.small {
	font-size: 25px;
	color: #636363;
}

p.lead {
	color: #fff;
	width: 52%;
	text-align: center;
	margin: auto;
	font-weight: 500;
}

.error-info a {
	background-color: transparent;
	border: 1px solid #ffff;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 24px;
	margin-top: 40px;
	display: inline-block;
	border-radius: 5px;
}

.error-info a:hover {
	background: #0a58ca;
	border: 1px solid #0a58ca;
}


/*==========================================
    dreamit Search Popup Css
=========================================*/
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, 0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.search-popup {
	width: 100%;
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background: #0643a9;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.search-popup .close-search i {
	position: relative;
	font-size: 30px;
	color: #ffffff;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
	font-size: 20px;
	color: #ffffff;
}

.search-box-btn.search-box-outer i {
	font-size: 20px;
	display: inline-block;
	color: #101210;
	cursor: pointer;
	padding: 0 25px 0;
}

.sticky .search-box-btn.search-box-outer i {
	color: #fff;
}


/*===========================
<--  Loader Css -->
=============================*/
/*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: 0.8s 1s ease;
	z-index: 999;
}

/* 
.loader {
    position: relative;
    display: inline-block;
    z-index: 201;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: sans-serif;
    color: #f3593d;
    box-sizing: border-box;
    animation: spotlight 2s linear infinite alternate;
}

  
  @keyframes spotlight {
    0% , 20% {
      opacity: 1;
      letter-spacing: 2px;
     }
   80% , 100% {
      opacity: 0;
      letter-spacing: 32px;
     }
  } */

.loader {
	position: relative;
	display: inline-block;
	z-index: 201;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: sans-serif;
	color: #FFF;
	box-sizing: border-box;
	animation: spotlight 2s linear infinite alternate;
	transition: 1s 1.4s ease;
}

@keyframes spotlight {

	0%,
	20% {
		opacity: 1;
		letter-spacing: 2px;
	}

	80%,
	100% {
		opacity: 0;
		letter-spacing: 32px;
	}
}

.loader-wrapper .loder-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #111;
	z-index: 2;
}

.loader-wrapper .loder-section.left-section {
	left: 0;
	transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
	right: 0;
	transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
	left: -100%;
}

.loaded .loder-section.right-section {
	right: -100%;
}

.loaded .loader-wrapper {
	visibility: hidden;
}

.loaded .loader {
	top: -100%;
	opacity: 0;
}
/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/
/*------back-to-top------------*/

.prgoress_indicator {
	position: fixed;
	right: 50px;
	bottom: 20px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transform: translateY(15px) !important;
	transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) !important;
}

.prgoress_indicator::after {
	position: absolute;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #108bea;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	font-weight: 900;
	z-index: 1;
	transition: all 200ms linear !important;
}

.prgoress_indicator::before {
	position: absolute;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	font-weight: 900;
	opacity: 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
	color: #108bea;
}

.prgoress_indicator:hover ::before {
	opacity: 1;
}

.prgoress_indicator svg path {
	fill: none;
}

.prgoress_indicator svg.progress-circle path {
	stroke: #108bea;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear !important;
}
/* croll section css */
.prgoress_indicator {
	position: fixed;
	right: 50px;
	bottom: 20px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transform: translateY(15px) !important;
	transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) !important;
}

.prgoress_indicator::after {
	position: absolute;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #108bea;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	font-weight: 900;
	z-index: 1;
	transition: all 200ms linear !important;
}

.prgoress_indicator::before {
	position: absolute;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	font-weight: 900;
	opacity: 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
	color: #108bea;
}

.prgoress_indicator:hover ::before {
	opacity: 1;
}

.prgoress_indicator svg path {
	fill: none;
}

.prgoress_indicator svg.progress-circle path {
	stroke: #108bea;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear !important;
}
/*================================================
 ========== 新闻列表 ================
==================================================*/
.breadcumb-area {
	background: #1356e4;
	/* padding: 55px 0 50px; */
}
.breadcumb-content h1 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
}
.breadcumb-content span {
	opacity: .5;
	font-size: 70%;
	/* text-transform: uppercase; */
	font-family:Tahoma, Verdana, sans-serif;
	letter-spacing: 2px;
	margin-left:5px;
	font-weight: 500;
	color:#fff;
}
.breadcumb-content ul {
    list-style: none;
}
.breadcumb-content ul li {
    display: inline-block;
}
.breadcumb-content ul li a {
    display: inline-block;
    color: #ffff;
    font-size: 24px;
    font-weight: 500;
}
.breadcumb-content ul li i {
    color: #ffff;
    font-size: 14px;
    padding: 0 5px 0;
}
.breadcumb-content ul li {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.breadcumb-content P {
    font-size: 17px;
    font-weight: 500;
    color: #101210;
    margin-top: 30px;
}
.news-thumb {
	text-align: right;
}
.news-thumb img {
	width:100%;
}
.news-list {
	padding:70px 0;
}

.blog-single-item {
    background: #fff;
    position: relative;
	margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    transition: all .3s ease;
}
.blog-single-item:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-single-item .thumbnail{
    overflow: hidden;
    position: relative;
	width:100%;
	aspect-ratio: 3 / 2;
}
.blog-single-item .thumbnail img {
    width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
    transition: .7s;
}
.blog-single-item:hover .thumbnail img{
    transform: scale(1.1);
}
.imgHover > a:after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.blog-single-item:hover .imgHover > a:after {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 20px;
    top: 20px;
}
.blog-single-item .content {
    padding: 20px;
    position: relative;
}
.blog-single-item .content .date {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.8rem;
    line-height: 28px;
	color: #1356e4;
}
.blog-single-item .content .date i {
    margin-right: 4px;
}
.blog-single-item .content .title {
    margin-bottom: 10px;
}
.blog-single-item .content .title h3 {
    font-size: 24px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.blog-single-item .content .title h3 a {
    color: #444;
	font-weight: 600;
}
.blog-single-item:hover .content .title h3 a {
    color: #1356e4 ;
}
.blog-single-item .content p {
	color: #999;
	margin:0;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-single-item .author {
	font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
	color: #999;
}


/**** 翻页 ****/
.blog-pagination .nav-links {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.blog-pagination .nav-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-pagination .nav-links ul li {
    display: inline-block;
    margin: 0px 3px;
}
.blog-pagination .nav-links ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 16px;
    background: #efefff;
    color: #444;
    border-radius: 4px;
}
.blog-pagination .nav-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 16px;
    background: #efefff;
    color: #444;
    border-radius: 4px;
}
.blog-pagination .nav-links ul li a:hover{
    background: #1356e4;
    color: #fff;
}

/*================================================
 ========== 新闻详情 ================
==================================================*/
.news-details {
	background: #F7F7F7;
	padding:50px;
}
.news-box {
	background: #fff;
	padding:60px 40px;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
.news-box .news-title {
	padding-bottom:30px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 700;
	color:#333;
}
.news-box .news-other {
	padding:10px;
	margin-bottom:30px;
	border-bottom: 1px solid #ebebeb;
	color:#999;
	font-size: 14px; 
}
.news-box .news-other .source { margin-left:20px; }
.news-content img {
	margin-top:10px;
	margin-bottom:30px;
	max-width: 100%;
}
.news-content h6 {
	margin-bottom:1rem;
}
.news-content p {
	text-indent: 2em;
}
.news-content blockquote p {
	text-indent: 0;
	margin:0;
}
/*================================================
 ========== 技术服务介绍页 ================
==================================================*/
.service-area{
	padding:70px 0;
}
.service-tit {
	position: relative;
	align-items: center;
	transition: all 0.2s linear;
	height: 50px;
	background-color: #eee;
	color: #fff;
	margin-bottom:40px;
}
.service-tit h2 {
	background: #1356e4;
	display: inline-block;
	position: relative;
	line-height: 50px;
	padding:0 25px;
	margin-top:0;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	color:#fff;
}
.service-tit h2::after {
	content: "";
    position: absolute;
	top: -5px;
    right: -47px;
    transform: rotate(-45deg);
    width: 0;
    height: 0;
    border-bottom: 35px solid #1356e4;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    z-index: 10;
}
.service-tit h5 {
	position: absolute;
	right:0;
	margin-top:18px;
	margin-right:20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
	color:#999;
	font-size: 12px;
	letter-spacing: 10px;
}
/* .service-tit h5:before,.service-tit h5:after {
    content: "";
    height: 1px;
    width: 200px;
    position: absolute;  
    top: 5px;
    background-color: #6796fd;
}
.service-tit h5:before {
	left: -210px;
}
.service-tit h5:after {
    right: -210px;
} */
.service_each {
	margin-bottom: 30px;
}
.service_each::after {
	content: " ";
	width:100%;
	height:1px;
	border-bottom: 1px dashed #ccc;
	margin:20px 12px 0;
}
.service_each h4 {
	margin-bottom:20px;
	font-size: 20px;
}
.service_each img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

.service_each ul li,.service_each .olNum li {
	padding:3px 0;
}
.service_each ol,.service_each ul {
	margin:0 0 30px;
}
.service_each .ulCheck li,.service_each .olNum li {
	list-style: none;
}
.service_each .ulCheck li {
	padding:0;
}
.service_each .olNum .bi {
	color: #0487F9;
	font-size: 20px;
	font-weight: 800;
	margin-right:10px;
	vertical-align:auto;
}
.service_each .ulCheck .bi-check2 {
	color: #0487F9;
	font-size: 20px;
	font-weight: 800;
	margin-right:10px;
	vertical-align: middle;
}
.service_each .olNum2 {
	list-style: none;
}
.service_each .olNum2 li {
	position: relative;
	padding:15px 20px 10px 100px;
	height: 70px;
	line-height: 1em;
	background: #f5f5f5;
	margin-bottom: 3px;
	/* box-shadow: 0 0 10px 10px #ddd; */
}
.service_each .olNum2 li i {
	position: absolute;
	left:0;
	top:0;
	display: block;
	background: #1356e4;
	color: #fff;
	width:55px;
	height: 70px;
	line-height: 70px;
	text-align: right;
	font-size: 30px;
}
.service_each .olNum2 li i::before {
	content: "";
    position: absolute;
	right:-51px;
	top:18px;
    width: 0;
    height: 0;
    border-bottom: 34px solid #1356e4;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
	transform: rotate(90deg);
    z-index: 10;
}
.service_each h6 {margin:0 0 20px; color:#666;}
.service_each .olNum2 li p {margin:10px 0 0;color:#999;font-size: 14px;}
.service_each .olNum2 li::marker {
	font-size: 40px;
}
.service_each .con {
	padding-left:5%;
}
.service_each .con h6 {margin-bottom:10px;}
.service_each .con p {
	margin-bottom:30px;
}
.align-content {
	align-content:center;
}
.service_each .pd-left {
	padding-left:60px;
}
.dl-list  {
	margin-top:20px;
	overflow: hidden;
}
.dl-list dl {
	width:20%;
	float: left;
}
.dl-list dt {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color:#333;
}
.dl-list dt i {
	margin-right:5px;
}
.dl-list dd {
	margin:0;
	padding:0;
}
.applyBox {
	display: flex;
	align-items: center;
	margin-bottom:10px;
}
.applyBox ol {
	margin-bottom:0;
	flex: 1;
}
.applyBox .apply-ico {
	width: 200px;
	height: 156px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: #f5f5f5;
	border-radius: 10px;
	margin:0 50px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.applyBox .apply-ico img {
	width:36px;
	margin:0 auto 5px;
}