/* =====导航部分开始===== */
@media (min-width: 992px)
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar {
	background-color: rgba(13, 13, 13, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.navbar-brand img {
    vertical-align: middle;
    border-style: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

@media (min-width: 992px)
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

@media (min-width: 992px)
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav li {
    margin-left: 25px;
}

.navbar-nav li a {
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
/* =====导航部分结束===== */

/* =====轮播部分开始===== */
.slider_part.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track{
	opacity: 1;
	width: 3038px;
}

.slider_part .singel_slider {
    width: 100%;
    height: 500px;
    margin-top: 0px;
}

.bg_cover{
    background-image: url(../img/slider_1.png);
    width: 1519px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
}

.slider_part .slick-dots {
    bottom: 15px;
}

.slider_part .slick-dots li.slick-active {
    background-color: #006ed9;
}

.slider_part .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #ddd;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
/* =====轮播部分结束===== */

/* =====公司简介开始===== */
.ovarlay img{
	width: 100%;
}
/* =====公司简介结束===== */

/* =====产品服务开始===== */
.singel_services {
    border: 1px solid #006ed9;
    border-radius: 5px;
    padding: 20px 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.services_icon {
    padding-bottom: 15px;
}

.services_icon img {
    width: 80px;
}

@media (max-width: 1199.98px) and (min-width: 992px)
.services_content h4 {
    font-size: 22px;
}

.services_content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.services_content p{
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #6e6e6e;
	margin-bottom: 0px;
}
/* =====产品服务结束===== */

/* =====中部banner开始===== */
    background-image: url(/templates/lingy2020/img/banner.png);
}

.bg_cover {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.become {
    background-attachment: fixed;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px)
.offset-lg-2 {
    margin-left: 16.666667%;
}

@media (min-width: 992px)
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.become_contant {
    position: relative;
    z-index: 5;
}

.text-center {
    text-align: center!important;
}

.become_contant h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 32px;
}

, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #181818;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}
/* =====中部banner结束===== */

/* =====解决方案开始===== */
.pb-100 {
    padding-bottom: 0px;
}

.pt-90 {
    padding-top: 0px;
}

@media (min-width: 992px)
.container {
    max-width: 960px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.horizontal_title {
    margin-top: 50px;
}

.horizontal_title {
    width: 100%;
    text-align: center;
}

.team_slide {
    text-align: center;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.team_slide .slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #006ed9;
    color: #006ed9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 5;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

@media (min-width: 992px)
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.team_slide .fa-angle-right.slick-arrow {
    left: auto;
    right: -30px;
}

.team_slide .slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #006ed9;
    color: #006ed9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 5;
}

@media (max-width: 1199.98px) and (min-width: 992px)
.singel_team {
    width: 100%;
}

.singel_team {
    width: 95%;
    background-color: #f1f1f1;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
}

.mt-70 {
    margin-top: 70px;
    margin-bottom: 15px;
}

.text-center {
    text-align: center!important;
}

.team_slide {
    text-align: center;
}

.singel_team .team_img {
    overflow: hidden;
}

.singel_team .team_img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.slick-slide img {
    display: block;
}

.singel_team .team_content h4 {
    font-weight: 700;
    margin-bottom: 0px;
	font-size: 22px;
}

.team_content h4 a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.singel_team .team_content p {
    height: 200px;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    width: 100%;
}

.singel_team .team_content p {
    margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #6e6e6e;
}

.send_share{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.singel_team .team_content ul li {
    display: inline-block;
    margin: 0 3px;
}

.slick-slide img {
    display: block;
	vertical-align: middle
}

.team_slide .fa-angle-right.slick-arrow {
    left: auto;
    right: -30px;
}

/* =====解决方案结束===== */

/* =====行业案例开始===== */
@media (min-width: 992px)
.container {
    max-width: 960px;
}

@media (min-width: 992px)
.container {
    max-width: 960px;
}

@media (min-width: 576px)
.container {
    max-width: 540px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px)
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.project_menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.project_menu ul li.active, .project_menu ul li:hover {
    color: #1e90ff;
}

.project_menu ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #353535;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

@media (min-width: 992px)
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media (min-width: 768px)
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media (min-width: 576px)
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.project .singel_items {
    position: relative;
}

.mt-30 {
    margin-top: 30px;
}

.project .singel_items .items_img {
    position: relative;
    overflow: hidden;
}

.project .singel_items .items_img img {
    width: 100%;
}

.project .singel_items .items_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-left: 25px;
    padding-bottom: 25px;
}

.project .singel_items .items_cont h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
}

.project .singel_items .items_cont a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}

.project .singel_items .items_cont a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}

.project .singel_items .items_cont a i {
    margin-left: 8px;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.project .singel_items .items_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-left: 25px;
    padding-bottom: 25px;
}

.project .singel_items .items_img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 144, 255, 0.7);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
/* =====行业案例结束===== */


/* =====最新资讯开始===== */
@media (min-width: 992px)
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.pt-65 {
    padding-top: 65px;
}

.singel_blog .blog_img {
    overflow: hidden;
    position: relative;
}

.singel_blog .blog_img img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.singel_blog .blog_img a {
    font-size: 13px;
    position: absolute;
    bottom: 12px;
    left: 15px;
    background-color: #1e90ff;
    color: #fff;
    padding: 5px 8px;
	text-decoration: none;
}

.singel_blog .blog_img a i {
    padding-right: 5px;
}

.singel_blog .blog_content {
    padding: 16px;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.15);
}

.fa-tags:before {
    content: "\f02c";
}

*, ::after, ::before {
    box-sizing: border-box;
}

.singel_blog .blog_content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.singel_blog .blog_content p {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #6e6e6e;
    margin-bottom: 0px;
}

.blog_content ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

@media (max-width: 1199.98px) and (min-width: 992px)
.singel_blog .blog_content ul li {
    margin-right: 14px;
}

.singel_blog .blog_content ul li {
    display: inline-block;
    margin-right: 16px;
    margin-top: 7px;
    position: relative;
}

.singel_blog .blog_content ul li a {
    font-size: 13px;
    color: #999;
}

.singel_blog .blog_content ul li a i {
    margin-right: 7px;
}

.singel_blog .blog_content ul li:last-child {
    margin-right: 0;
}

.singel_blog .blog_content ul li {
    display: inline-block;
    margin-right: 16px;
    margin-top: 7px;
    position: relative;
}

.singel_blog .blog_content a{
	color: #000000;
	text-decoration:none;
}

/* =====最新资讯结束===== */


/* =====底部导航开始===== */
.copyright {
    background-color: #333;
}

.copyright p {
    font-size: 14px;
    color: white;
    line-height: 30px;
}

.beian {
    color: white;
}
/* =====底部导航结束===== */