/*内页大屏*/
.inside-jumbotron{position: relative;margin-top: 120px;}
.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-size: 40px; 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-text h2{display: none;}
	.inside-text p{display: none;}
	.inside-jumbotron{margin-top: 66px;}	
}

/*定位*/
.inside-bg{padding:0 0 40px 0;}
.position-bg{background: rgba(255,255,255);box-shadow: 0 0 10px #ddd;}
.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;}
.posite a{color: #666;}
.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{display: block; 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 0;}
.inside-content{padding: 40px 0px;}
.inside-about-wp{display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.inside-about-img-wp{width: 100%;text-align: center;}
.inside-about-text{width: 100%;}
.section-title{font-size: 26px;font-weight: 600; margin: 16px 0;padding-bottom: 16px; text-align: center;position: relative;}
.section-title:after{content: '';position: absolute;width: 100%;height: 1px;background: #f1f1f1;left: 0;bottom: 0;}
.inside-content .inside-about-content{text-indent: 2em;font-size: 16px;line-height: 38px;}

.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-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;}
	.section-title{font-size: 20px;}
}
/*公司文化*/
.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;font-size: 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-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{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: 80px 0 0 0;background: #fff;}
.inside-honor-list{display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;}
.inside-honor{width: 32.33333%;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%;}
}
/*产品中心*/
.inner-product-content{padding: 40px 0;}
.inner-product-navbar{float: left;width: 20%;display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column;box-sizing: border-box;}
.inner-product-navbar-head{background: #0a63be;height: 97px;padding: 30px 0 0 45px;color: #fff;}
.inner-product-navbar-head h4{font-size: 28px;color: #fff;font-weight: 600;}
.inner-product-navbar-item{border: 1px solid #eee;padding: 0 20px 20px 20px;}
.inner-product-navbar-item li{padding: 30px 0;border-bottom: 1px solid #ddd;}
.inner-product-navbar-item li a{display: flex;justify-content: space-between;flex-wrap: wrap; font-size: 16px;color: #666;}
.inner-product-navbar-item li a span{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.inside-content-product{float: right;width: 78%;}
.inside-content-list{float: left; width: 32.33333%; margin-right: 1%; border: 1px solid #ddd;margin-bottom: 1%;overflow:hidden;box-sizing: border-box;}
.inside-content-img{overflow: hidden;position: relative;}
.inside-content-img img{width: 100%; transition: all 0.3s;}
.inside-content-text{padding: 0 10px;background: #ddd; 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: #fff;}
.inside-content-list:hover .inside-content-text{background: #0065ad;}
.inner-product-navbar-contact{border: none;}
.inner-product-navbar-contact img{width: 100%;}
.inner-product-navbar-contact h2{font-weight: 600;margin: 8px;}
.inner-product-navbar-contact-phone{display: flex;flex-wrap: wrap;align-items: center;} 
.inner-contact-phone-icon .icon{font-size: 20px;}
.inner-contact-phone-num h3{font-family:'Oswald';font-size: 26px; font-weight: 600;margin: 0 0 0 8px;color: #0056B3;}
@media screen and (max-width: 1100px) {
	.inner-product-navbar{width: 100%;float: none;margin-bottom: 16px;}
	.inner-product-navbar-item{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.inner-product-navbar-item li{width: 50%;padding: 30px 10px;}
	.inner-product-navbar-contact{display: none;}
	.inside-content-product{width: 100%;float: none;}
}
@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) {
	.inner-product-navbar-head{display: none;}
	.inside-content-product{width: 90%;margin: 0 auto; display: flex;justify-content: space-between;flex-wrap: wrap;}
	.inside-content-list{width: 49%;margin-right: 0;}
	.inside-content-text{padding:0 4px;}
	.inner-product-navbar-head h4{font-size: 20px;}
}
/*产品详情*/
.inside-content-details-img{display: flex;justify-content: space-between;flex-wrap: wrap;}
.inside-content-details{margin-top: 40px;background: #fff;padding: 40px;}
.banner{margin: 0;width: 49%;overflow:hidden;}
.large_box{margin-bottom:10px;border: 1px solid #ddd;}
.large_box img{display:block;width: 100%;}
.small_list{position:relative;float:left;overflow:hidden;}
.small_list ul li{position:relative;float:left;margin-right:10px;width:100px;}
.small_list ul li.on{border: 2px solid #d91a32;}
.small_list ul li img{display:block;width: 100%;}
.btn{display:block;width:30px;height:68px;background-color:#777;background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.btn:hover{background-color: #d91a32;}
.left_btn{float:left;margin-right:10px;background-image:url(../img/left_btn.png);}
.right_btn{float:right;background-image:url(../img/right_btn.png);}
.inside-content-details-xx{width: 46%;}
.inside-content-details-xx h3{font-size: 32px;padding-bottom: 2rem!important;}
.text-secondary{font-size: 16px;line-height: 32px;}
.index-inside-product-btn a{display: block;width: 120px;height: 40px;line-height: 40px;text-align: center; color: #fff;background-color: #d91a32;
border-color: #d91a32;border-radius: 6px;}
.inside-content-details-text{margin-top: 40px;}
.content-details-text{padding-bottom: 24px;margin-bottom: 24px;}
.content-details {font-size: 16px;color: #666;line-height: 32px;}
.content-details img{max-width:100%;}
.indeside-link-title{margin-top: 40px;display: flex;justify-content: space-between;}
@media screen and (max-width: 992px) {
	.banner{width: 100%;margin-bottom: 16px;}
	.btn{height: 40px;}
	.small_list ul li{width: 50px;}
	.inside-content-details-xx{width: 100%;}
	.inside-content-details-xx h3{font-size: 20px;}
}
/*分页*/
.inside-content-page{width: 100%; display: flex;display: -webkit-flex;justify-content: center;align-items: center; flex-wrap: wrap;margin-top: 40px; padding-bottom: 40px;}
.page-status{display: none;}
.page-index,.page-pre,.page-next,.page-last,.page-numbar a{display: inline-block; font-size: 14px; padding: 10px 16px;border: 1px solid #ddd;margin: 0 6px 6px 6px;}
.page-num-current{background: #0065ad;color: #fff;}
.page-numbar a:hover{background: #0065ad;color: #fff;}
@media screen and (max-width: 768px) {
	.page-index,.page-last{display: none;}
	.inside-content-page{margin-top: 20px;padding-bottom: 0;}
}

/*成功案例*/
.inside-content-case{width: 100%;}
@media screen and (max-width: 768px) {
	.inside-content-case{width: 90%;margin: 0 auto; display: flex;justify-content: space-between;flex-wrap: wrap;}
}
/*新闻资讯*/
.inner-new-content{padding: 40px 0;}
.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-date-wp{width: 20%;padding: 30px 20px; text-align: center;box-sizing: border-box;background: #f1f1f1;}
.inside-news-date-d{font-family: "Oswald";font-size: 40px;color: #0056B3;margin-bottom: 8px;}
.inside-news-text{width: 70%;padding: 0 24px;}
.inside-news-text h2{color: #333;margin-bottom: 16px;}
.inside-news-text p{font-size: 14px;line-height: 28px; 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{font-size: 30px; 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;}
	.inside-news-text h2{font-size:16px;margin-bottom:8px;}
}
@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 h2{margin:0 0 16px 0;}
.inside-news-details-xx{font-size: 14px;padding-bottom: 2rem!important;}
.inside-news-details .content{font-size: 16px;color: #666;line-height: 32px;}
@media screen and (max-width: 992px) {
	.inside-news-details h4{font-size: 22px;}
	.pb-2{font-size: 16px;}
}
/*客户案例*/

.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 0;background: #fff;margin-top: 40px;}
.inside-contact-title{position: relative;padding-bottom: 24px;}
.inside-contact-title:after{content: ''; position: absolute;width: 20px;height: 3px;background: #35afd7;left: 0; bottom: 0;}
.inside-contact-details h2{margin:0 0 24px 0;font-size: 24px;font-weight: 600;}
.inside-contact-details p{font-size: 16px;}
.inside-contact-list{margin-top: 40px;display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.inside-contact{width: 48%;line-height: 26px;}
.inside-contact h1{font-size: 26px;font-weight: 600; margin: 24px 0 24px 0;}
.inside-contact-list-item{margin-top: 24px;}
.inside-contact-list-item h3{font-size: 16px;margin-bottom: 10px;}
.inside-contact-list-item h3 .icon{color: #666;}
.inside-contact-map{width: 48%; 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: 992px) {
	.inside-contact h1{font-size: 22px;}
	.inside-contact-details{padding: 20px;}
	.inside-contact{width: 100%;margin-bottom: 16px;}
	
	
}
@media screen and (max-width: 768px) {
	.inside-contact-map{width: 100%;}
	.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;}
	
}