/*内页大屏*/
.inside-jumbotron{position: relative;}
.inside-jumbotron img{width:100%;}
.inside-text{position: absolute;width: 100%;height: 100%;left: 50%;transform: translateX(-50%); top: 0;display: flex;display: -webkit-flex;
flex-direction: column;justify-content: center; align-items: center;}
.inside-text h2{font-weight: 600;letter-spacing: 1px;color: #fff;margin-bottom: 16px;}
.inside-text p{font-family: 'Oswald';font-size: 26px;letter-spacing: 1px; color: rgba(255,255,255,0.5);}
@media screen and (max-width: 992px) {
	.inside-text h2{font-size: 20px;margin-bottom: 0;}	
}
@media screen and (max-width: 768px) {
    .inside-jumbotron{height:180px;}
	.inside-jumbotron img{width:100%;height:100%;object-fit: cover;}
	.inside-text p{display: none;}	
}

/*定位*/
.inside-bg{background: #f2f4f6;padding:0 0 0px 0;}
.position-bg{background: rgba(255,255,255);}
.position{height: 80px; line-height: 80px;display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.position .icon{font-size: 22px;color: #0065ad;}
.position-navbar{width: 70%; display: flex;display: -webkit-flex;margin-bottom: 0;justify-content: flex-end;flex-wrap: wrap;}
.position-navbar li{position: relative;padding: 0 30px;}
.position-navbar li:after{content: '';position: absolute;width: 1px;height: 16px;background: #ddd;right: 0;top: 32px;}
.position-navbar li a{color: #333;position: relative;}
.position-navbar li a:before{content: '';position: absolute;width: 0;height: 2px;background: #0065ad; left: 50%;transform: translateX(-50%);
bottom: 0;transition: all 0.5s;}
.position-navbar li:hover a:before{width: 100%;}
.position-navbar li:hover a{color: #0065ad;}
.position-navbar li a.position-navbar-active:before{content: '';position: absolute;width: 100%;height: 2px;background: #0065ad; left: 50%;
transform: translateX(-50%);bottom: 0;transition: all 0.5s;}
@media screen and (max-width: 1200px) {
	.position{height: auto;line-height: 60px;}
	.posite{width: 100%;}
	.position-navbar{width: 100%;justify-content: flex-start;border-top: 1px solid #ddd;}
	.position-navbar li{padding: 0 10px;}
	.position-navbar li:after{top: 22px;}	
}
@media screen and (max-width: 768px) {
	.position-navbar li{width: 32.3333%; padding: 0 10px;text-align:center;}
	.position-navbar li:after{top: 22px;}	
	.position-navbar li a{font-size:14px;}
}
/*关于我们*/
.inside-pages{padding: 40px 15px;}
.inside-content{padding: 40px 15px;}
.inside-about-wp{display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.inside-about-img-wp{width: 48%;}
.inside-about-text{width: 48%;}
.inside-content .row .inside-about-content p{text-indent: 2em;font-size: 14px;line-height: 38px;}
.about-img{box-shadow: 10px 10px 20px #dfdfdf;}
.about-text{padding-top: 20px;}
@media screen and (max-width: 1200px) {
	.inside-about-img-wp{width: 100%;max-height: 400px;overflow: hidden;margin-bottom: 24px;}
	.inside-about-img-wp img{margin-top: -200px;}
	.inside-about-text{width: 100%;}
}
@media screen and (max-width: 992px) {
	.inside-bg .inside-content .about-img{max-height: 300px;overflow: hidden;}
	.inside-bg .inside-content .about-img .img{}
	.inside-bg .inside-content .about-img .img img{margin-top: 0px;}
	.about-img-wp{margin-bottom: 16px;}
	.inside-content-about-text{padding: 0 15px 40px 15px;}
}
/*公司文化*/
.inside-culture{padding: 156px 0;background: url(../img/inside-cultrue-bg.jpg) no-repeat center center;background-attachment: fixed;
background-size: cover;}
.inside-culture-title{margin-bottom: 64px;}
.inside-culture-title h4{text-align: center;color: #fff;margin-bottom: 24px;}
.inside-culture-title h6{text-align: center;font-size: 16px;color: #fff;}
.inside-culture-list{display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap:wrap;}
.inside-culture-content{width: 32.3333%;text-align: center;padding: 30px;border: 1px solid rgba(255,255,255,0.5);position: relative;transition: all 0.5s;}
.inside-culture-content:after{content: ''; position: absolute;left: 0;top: 0;width: 100%;height: 0;background: #0065ad;z-index: 1;transition: all 0.5s;}
.inside-culture-content .icon{font-size: 70px;color: #fff;position: relative;z-index: 2;}
.inside-cultrue-icon{margin-bottom: 18px;}
.inside-cultrue-text{position: relative;z-index: 2;}
.inside-cultrue-text h4{color: rgba(255,255,255,0.8);margin-bottom: 18px;}
.inside-cultrue-text p{color: rgba(255,255,255,0.8);}
.inside-culture-content:hover{border: 1px solid rgba(255,255,255,1);transform: translateY(-26px);}
.inside-culture-content:hover:after{height: 100%;}
.inside-culture-content:hover .inside-cultrue-text h4,.inside-culture-content:hover .inside-cultrue-text p{color: rgba(255,255,255,1);}
@media screen and (max-width: 768px) {
	.inside-culture-content{width:100%;margin-bottom:16px;}
}
/*发展历史*/
.inside-history-bg{padding: 100px 0;background: url(../img/inside-history-bg.jpg) no-repeat center center;background-size: cover;}
.inside-history-title{margin-bottom: 64px;}
.inside-history-title h4{text-align: center;color: #333;margin-bottom: 24px;}
.inside-history-title h6{text-align: center;font-size: 16px;color: #999;}
.demo-wrapper {padding: 30px;}
.portfolio-items {height: 420px;overflow-x: scroll;overflow-y: hidden;white-space: nowrap;margin-bottom: 30px;position: relative}
.portfolio-items > li {display: inline-block;vertical-align: top}
.inside-history-item{width: 350px;min-height: 250px;margin: 0px 20px 0;padding:30px 20px 80px 20px;border-radius: 2px;background-color: white;font-size: 14px;
opacity: 0;position: relative;top: -300px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-transition: all .3s ease, opacity 2s ease,  top 1s ease;-o-transition: all .3s ease, opacity 2s ease,  top 1s ease;
transition: all .3s ease, opacity 2s ease,  top 1s ease;}
.inside-history-item:hover{box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);}
.inside-history-item:nth-child(even) {margin-top: 100px}
.inside-history-item .inside-history-text h3{font-size: 20px;color: #333;font-weight: 600; white-space: normal;margin-bottom: 14px;}
.inside-history-item .inside-history-text p{font-size: 14px; white-space: normal;margin-bottom: 14px;}
.falldown {top: 0;opacity: 1;-webkit-transform: rotate(0);-ms-transform: rotate(0);-o-transform: rotate(0);transform: rotate(0)}
.date {font-family: 'Oswald'; z-index: 1;width: 80px;height: 50px;line-height: 50px;font-size: 26px;font-style: italic; color: #fff;font-weight: bold;text-align: center;border-radius: 1px;background-color: #0065ad;
position: absolute;bottom: 20px;left: 15px;-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);-o-transition: -o-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);
transition: -webkit-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);transition: -ms-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);
transition: -o-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);transition: transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92)}
@keyframes slideOut {
	0% {left: -100%;opacity: 0}
	95% {left: 0;opacity: 0.2}
	100%{opacity: 1;left: 0}
}
@keyframes show {
	to {opacity: 1}
}
::-webkit-scrollbar {width: 7px;height: 7px;cursor: pointer}
::-webkit-scrollbar-track {background-color: #ddd;border-radius: 10px}
::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #0065ad;}
@-webkit-keyframes slideOut {
	0%{left: -100%;opacity: 0}
	95%{left: 0;opacity: 0.2}
	100%{opacity: 1;left: 0}
}
@-o-keyframes slideOut {
	0%{left: -100%;opacity: 0}
	95%{left: 0;opacity: 0.2}
	100%{opacity: 1;left: 0}
}
@-webkit-keyframes show {
	to{opacity: 1}
}
@-o-keyframes show {
	to{opacity: 1}
}
@media screen and (max-width: 992px) {
	.inside-history-bg{padding: 40px 0;}
}
@media screen and (max-width: 768px) {
	.inside-history-item .inside-history-text h3{font-size:18px;}
}
/*合作客户*/
.inside-customer-bg{padding: 100px 0;}
.inside-customer-list{display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;}
.inside-customer{width: 15.6666%;border: 1px solid #ddd;margin-bottom: 16px;}
.inside-customer-logo{overflow: hidden;}
.inside-customer-logo img{width:100%; transition: all 0.5s;}
.inside-customer:hover img{transform: scale(1.2);}
@media screen and (max-width: 992px) {
	.inside-customer{width: 32.3333%; }
	.inside-customer-bg{padding: 40px 0;}
}
/*资质荣誉*/
.inside-honor-bg{padding: 100px 0;background: #fff;}
.inside-honor-list{display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;}
.inside-honor{width: 24%;background: #f1f1f1;padding: 20px;margin-bottom: 16px;}
.inside-honor-img{overflow: hidden;}
.inside-honor-img img{width:100%; transition: all 0.5s;}
.inside-honor h6{font-size: 16px;text-align: center;line-height: 40px;}
.inside-honor:hover img{transform: scale(1.2);}
@media screen and (max-width: 992px) {
	.inside-honor{width: 32.3333%;}
	.inside-honor-bg{padding: 40px 0;}
}
@media screen and (max-width: 768px) {
	.inside-history-title{margin-bottom: 24px;}
	.inside-honor{width: 49%;}
}
/*产品中心*/
.inside-content-product{padding: 40px 0;}
.inside-content-list{float: left; width: 24%; margin-right: 1%; border: 1px solid #ddd;margin-bottom: 1%;overflow:hidden;}
.inside-content-img{overflow: hidden;position: relative;}
.inside-content-img img{width:100%; transition: all 0.3s;}
.inside-content-text{padding: 0 10px;display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;transition: all 0.3s;}
.inside-content-text h6{line-height: 50px;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.inside-content-list:hover .inside-content-img img{transform: scale(1.1);}
.inside-content-list:hover .inside-content-text{color: #0065ad;}
.inside-content-list:hover{box-shadow: 0px 6px 9.4px 0.6px rgba(0, 0, 0, 0.1);}
@media screen and (max-width: 992px) {
	.inside-content-list{width: 32.3333%;}
	.inside-content-text h6{font-size: 12px;}
}
@media screen and (max-width: 768px) {
	.inside-content-list{width: 49%;}
	.inside-content-text{padding:0 4px;}
}
/*产品详情*/
.inside-content-details{padding: 40px; margin: 40px auto; background: #fff;}
.swiper-box {margin: 20px auto;width: 720px}
.pic_page {position: absolute;z-index: 100;right: 20px;bottom: 20px;font-size: 18px;color: #FF5909;font-weight: bold}
.view {position: relative;border: 1px solid #ddd;}
.view .swiper-container {width: 100%;height: auto;}
.view .swiper-container .swiper-slide img{width:100%;}
.view .arrow-left {position: absolute;left: 0;top: 50%;margin-top: -25px;width: 28px;height: 50px;background: url('../img/arrow_l.png') no-repeat center;
background-size: 100%;z-index: 10}
.view .arrow-right {position: absolute;right: 0;top: 50%;margin-top: -25px;width: 28px;height: 50px;background: url('../img/arrow_r.png') no-repeat center;
z-index: 10}
.view .swiper-slide div {width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover}
.preview {width: 100%;margin-top: 18px;position: relative}
.preview .swiper-container {margin-left: 50px;margin-right: 50px}
.preview .swiper-slide {width: 81px;height: auto;cursor: pointer;overflow: hidden;margin-right: 6px;}
.preview .swiper-slide img {width: 81px;height: auto;margin: 0 auto;border: 2px solid #edeef5}
.preview .arrow-left {background-size: 100% 100%;position: absolute;left: 0px;top: 10px;margin-top: -9px;width: 44px;height: 62px;background: #353535;
text-align: center;z-index: 10}
.preview .arrow-left span {display: inline-block;width: 12px;height: 18px;background: url('../img/arrow_l@1x.png') no-repeat center;background-size: 100% 100%;
margin-top: 23px}
.preview .arrow-right {position: absolute;right: 0px;top: 10px;margin-top: -9px;width: 44px;height: 62px;background: #353535;text-align: center;
z-index: 10}
.preview .arrow-right span {display: inline-block;width: 12px;height: 18px;background: url('../img/arrow_r@1x.png') no-repeat center;background-size: 100% 100%;
margin-top: 23px}
.preview .active-nav img {padding: 0;border-color: #ff5909;opacity: .9}
.inside-content-details-text{margin: 40px 0 0 0;}
.lh-2{margin-top: 40px; display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.lh-3 .btn-danger{color: #fff;background-color: #ff6411;border-color: #ff6411;}
.content-details table{display:block; overflow-x:auto;}
.content-details table tr td{padding: 6px!important;}
.content-details table tr td p{margin-bottom: 0;}
.content-details img{width: auto!important;}
.content-details iframe{display: block;width: 80%!important;height: 400px;margin: 24px auto;}
.inside-product-tj{margin-top: 40px;}
.inside-product-tjWp{display: flex;flex-wrap:wrap; justify-content:space-between;margin-top:16px;}
.inside-product-tjItem{width:24%;margin-bottom:24px;padding:10px;background-color:#f1f1f1;}
.inside-product-tjItem img{width:100%;}
.inside-product-tjItem h6{font-size:16px;color:#333; text-align:center;margin-top:10px;}
@media screen and (max-width: 992px) {
	.pb-2{font-size: 24px;margin-top: 0.5rem;}
	.content-details iframe{display: block;width: 100%!important;height: 300px;margin: 16px auto;}
	.content-details img{width: 100%!important;}
}
/*分页*/
.inside-content-page{display: flex;display: -webkit-flex;justify-content: center;flex-wrap: wrap;padding-bottom: 40px;}
.page-status{display: none;}
.page-index,.page-pre,.page-next,.page-last,.page-numbar a{font-size: 14px; padding: 5px 16px;border: 1px solid #ddd;margin: 0 6px 6px 6px;}
.page-num-current{background: #0065ad;color: #fff;}

/*新闻资讯*/
.inside-news-list{padding: 40px;margin-bottom: 30px; border-bottom: 1px dotted #ddd;background: #fff; transition: all 0.5s;}
.inside-news-list a{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center; flex-wrap: wrap;}
.inside-news-img{width: 20%;}
.inside-news-img img{width:100%;}
.inside-news-text{width: 70%;padding: 0 24px;}
.inside-news-text h6{color: #333;margin-bottom: 16px;}
.inside-news-text p{font-size: 14px;color: #999;margin-bottom: 16px;}
.inside-news-date{font-size: 14px;}
.inside-news-link{width: 10%;font-size: 40px;text-align: right;}
.inside-news-link .icon{color: #ccc;}
.inside-news-list:hover{box-shadow: 0 0 10px 6px rgba(181, 181, 181, 0.4);}
.inside-news-list:hover .inside-news-text h6{color: #0065ad;}
.inside-news-list:hover .inside-news-link .icon{color: #0065ad;}
@media screen and (max-width: 992px) {
	.inside-news-img{width: 30%;}
	.inside-news-text p{height: 50px;overflow: hidden;}
	.inside-news-link{display: none;}
}
@media screen and (max-width: 768px) {
	.inside-news-img{width: 100%;}
	.inside-news-text{width: 100%;padding: 0;margin-top: 8px;}
	.inside-news-text p{height: 50px;overflow: hidden;}
	.inside-news-link{display: none;}
}
/*新闻详情*/
.inside-news-details{padding: 40px;background: #fff;margin-top: 40px;}
.inside-news-details h4{margin:0 0 16px 0;}
@media screen and (max-width: 992px) {
	.inside-news-details h4{font-size: 22px;}
	.pb-2{font-size: 16px;}
}
/*客户案例*/
.inside-content-case{padding-top: 40px;padding-bottom: 40px;}
.card-img-200{overflow: hidden;}
.card-img-200 img{transition: all 0.5s;}
.inside-content-case .row .figure-caption{margin-top: 8px;}
.inside-content-caselist:hover .card-img-200 img{transform: scale(1.1);}

/*案例详情*/
.inside-case-details{padding: 40px;background: #fff;margin-top: 40px;}
.inside-case-details h4{margin:0 0 16px 0;}

/*联系我们*/
.inside-contact-details{padding: 40px;background: #fff;margin-top: 40px;}
.inside-contact-title{text-align: center;}
.inside-contact-details h4{width: 100%; margin:0 0 8px 0;}
.inside-contact-details p{width: 100%;}
.inside-contact-list{margin-top: 40px;}
.inside-contact{width: 31.3333%;padding: 40px 15px;margin: 0 1% 30px 1%;text-align: center;color: #fff;background: #0065ad;}
.inside-contact-icon .icon{font-size: 50px;}
.inside-contact-text{font-size: 14px;}
.inside-contact-content{font-family: 'Oswald';font-size: 20px; font-weight: 500;letter-spacing: 1px;}
.inside-contact-map{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center; overflow: hidden;}
.inside-contact-map .inside-contact-map-lg{width: 100%;height: 350px;}
.inside-contact-map .inside-contact-map-md{width: 100%;height: 460px;display: none;}
.inside-contact-map .inside-contact-map-sm{width: 100%;height: 350px;display: none;}
@media screen and (max-width: 1200px) {
	.inside-contact-map .inside-contact-map-lg,.inside-contact-map .inside-contact-map-sm{display: none;}
	.inside-contact-map .inside-contact-map-md{display: block;}
}
@media screen and (max-width: 768px) {
	.inside-contact-map .inside-contact-map-lg,.inside-contact-map .inside-contact-map-md{display: none;}
	.inside-contact-map .inside-contact-map-sm{display: block;}
	.inside-contact-details h4{font-size: 20px;margin: 0 0 0 0;}
	.inside-contact-details p{font-size: 12px;}
	.inside-contact{width: 100%;padding: 20px 15px;}
	.inside-contact-content{font-size: 16px;}
}