/*../../public/*/
/*html, body {
  font-size: 100%;
  color: #888;
  border: 0;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}*/



/*@media (min-width: 1000px) {
	
}*/

/*兼容手机端开始*/
@media (max-width:760px) {
	
/*首页banner焦点图*/
#banner-pc{display:none;}
#banner-app{display:block;}	
	
.banner-area .mySwiper1 .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 430px;
}
	
.banner-area .mySwiper1 .swiper-slide {
    height: auto;
    line-height: auto;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0rem;
}	
	
/*导航菜单样式*/
button.navbar-toggle {
    display: block;
}
.nav {
    position: relative;
    right: 0rem;
}
	
.nav ul li {
    position: relative;
    padding: 1rem 0.3rem;
    margin: 0 2rem;
    cursor: pointer;
}
.nav ul li.active a, .nav ul li:hover a {
    color: rgba(255,255,255,0.9);
}
.nav ul li.active::after {
	background: rgba(255,255,255,0.9);
}
.nav ul li a {
    color: rgba(255,255,255,0.6);
}
	
/*NEW ADD END*/
	
.navbar-toggler-icon svg.icon {
  width: 2.5rem;
  height: 2.5rem;
}
.logo-box {
  width: calc(100% - 3.9rem);
}
	
.nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: rgba(43, 46, 74, 0.99);
}
	
.navbar-nav li {
  padding-left:1rem;
  border-bottom: rgba(255,255,255,0.2) solid 1px;
}	
	
ul.navbar-nav {
    width: 100%;
    position: inherit;
    margin-top: 0rem;
    background: rgba(0,0,0,0.6);
    padding-bottom: 3rem;
	flex-direction: column;
}
.navbar.navbar-expand-lg.custom_nav-container, .header_section .container-fluid {
  padding: 0;
  margin: 0;
}	
.custom_nav-container .navbar-toggler {
  outline: none;
  margin-right: 0.9rem;
}
	
/*手机导航*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
 .navbar-toggle {
    border: #fff solid 0px;
    padding: 5px 0;
}
	
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    margin-bottom: 5px;
}
	
button.navbar-toggle {
  width: 26px;
  height: 33px;
  position: absolute;
  right: 0rem;
  top: 1.5rem;
  outline: none;
}
button.navbar-toggle .icon-bar{
    position: absolute;
}
	
span.icon-bar.i2 {
    top: 10px;
}	

button.navbar-toggle .icon-bar.i2{ opacity: 1; transition: opacity 0.6s;}	
	
button.navbar-toggle.on .icon-bar.i2{ opacity: 0; transition: opacity 0.3s;}
	
button.navbar-toggle span.icon-bar.i1 {
	transition: top 0.6s, transform 0.6s; 
	transform:rotate(0deg);
    top: 5px;
}	
button.navbar-toggle span.icon-bar.i3 {
	transition: top 0.6s, transform 0.6s; 
	transform:rotate(0deg);
    top: 20px;
}

button.navbar-toggle.on span.icon-bar.i1 {
	transition: top 0.6s, transform 0.6s;	
	transform:rotate(45deg);
    top: 15px;
}	
button.navbar-toggle.on span.icon-bar.i3 {
	transition: top 0.6s, transform 0.6s; 
	transform:rotate(-45deg);
    top: 11px;
}

button.navbar-toggle span.icon-bar.i1 {
    transition: top 0.6s, transform 0.6s;
    transform: rotate(0deg);
    top: 5px;
}
button.navbar-toggle .icon-bar.i2 {
    opacity: 1;
    transition: opacity 0.6s;
}
.navbar-toggle .icon-bar {
    /*background-color: #fff;*/
	background-color: #000;
}
button.navbar-toggle span.icon-bar.i3 {
    transition: top 0.6s, transform 0.6s;
    transform: rotate(0deg);
    top: 20px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}		
.nav{display: none;}

/*手机导航end*/

/*四大功能模块*/
/*.use.dff {
    display: block;
}*/
.use > div:nth-of-type(1) {
    background: url(/img/assets/icon-3d1.png) no-repeat 0rem 0.5rem;
    text-indent: 3.5rem;
}
.use > div:nth-of-type(2), .use > div:nth-of-type(3), .use > div:nth-of-type(4) {
    background: url(/img/assets/icon-3d2.png) no-repeat 0rem 0.5rem;
    text-indent: 3.5rem;
}
.use > div {
    position: relative;
    width: 50%;
    text-align: left;
    padding-top: 0.35rem;
    float: left;
}
	
.use > div:before {
    width: 0px;
}
	
.use.dff {
    height: auto;
    padding: 1.2rem 0.5rem 1rem;
    overflow: hidden;
}	

.plan {
    overflow: hidden;
    height: auto;
    padding-bottom: 3rem;
}
.plan .container .box > div:nth-of-type(1), .plan .container .box > div:nth-of-type(2), .plan .container .box > div:nth-of-type(3), .plan .container .box > div:nth-of-type(4) {
    width: 100%;
}
.plan .container .box > div:nth-of-type(4) {
    height: 250px;
}	
.plan .container .box > div:nth-of-type(1) {
    width: 100%;
    height: 515px;
}
.plan .container .box > div:nth-of-type(1) img{
    width: 100%;
    height: auto;
}	
.plan .container .box > div:nth-of-type(4) img{
    width: auto;
    height: 100%;
}	
	
.container > h2 {
    font-size: 1.5rem;
    padding-top: 2.6rem;
}
.plan .box {
    position: relative;
    margin-top: 1rem;
}
	
.service .box > div {
    position: revert;
    width: 100%;
    padding: 1rem;
}	
	
.service .container > h2 {
    font-size: 1.6rem;
    padding-top: 2.6rem;
	margin-bottom: 2rem;
}	
.service h3 {
    font-size: 1.3rem;
}
.service .box {
    margin: 0 auto;
    height: auto;
    width: 95%;
}
.service {
    height: auto;
    background: #005BAB url(/img/assets/bj-2.png) no-repeat center;
    padding-bottom: 2rem;
	background-size: auto 105%;
}	

.service .box > div {
    background: rgba(0,0,0,0.1);
}
	
.case .box.df {
    padding: 0.5rem 0.5rem 0rem;
    display: block;
}	
	
.case .box > div {
    width: 100%;
    margin-bottom: 2rem;
}	
	
.case .box > div a {
    font-size: 1.0rem;
}	

.abox {
    display: none;
}

footer {
    width: 100%;
    height: auto;
    background: #25282C;
}
	
footer .fulbox.df {
    display: block;
}
footer ul {
    padding: 1rem 0;
	margin-bottom: 0rem;
}	
	
/*.fulbox.df > ul:nth-of-type(1) {
    display: flex;
}*/	
.fulbox.df > ul:nth-of-type(1) li:nth-of-type(1) {
    width: 100%;
}
	
.fulbox.df > ul:nth-of-type(1) li {
    width: auto;
	display: inline-block;
	
}
.fulbox.df > ul:nth-of-type(1), .fulbox.df > ul:nth-of-type(4) {
    display: none;
}
footer ul li h5 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
	/*color: #fff;*/
}		
	
footer .fulbox.df ul li a, footer .fulbox.df ul li a:link, .df .link a, .df .copyright a, .df .icp a {
    color: #DBDBDC;
    font-size: 1rem;
    line-height: 2.2em;
    display: inline-block;
}
	
footer .df {
    display: block;
}	
	
.df .link{
    display: none;
}
	
.df .copyright {
    margin-top: 1rem;
}
.df .copyright a, .df .icp a {
    font-size: 1rem;
}
	
.df .icp a {
    color: #DBDBDC;
    font-size: 0.875rem;
    line-height: 2.2em;
    display: inline-block;
}

footer {
    padding-bottom: 3.8rem;
}
footer .container {
    padding: 1.2rem !important;
}
.fulbox.df > ul:nth-of-type(2) {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 300px;

}	

/*右侧客服电话二维码*/
.suspension {
    display: none;
}	
.df .copyright {
  margin-right: 1rem;
}

/*产品*/
.case.product .box > div a {
    color: #0090C8;
    font-size: 1rem;
    bottom: 1.25rem;
    background: url(/img/assets/arrow2.png) no-repeat center right;
}	

/*详情页*/
.case.product .box > div h3 {
    margin: 1.5rem 1rem -1rem 0;
}	
.details h1 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
}
.details .time span {
    margin: 0 0.6rem;
}
	
.case.news.details form.search {
    position: relative !important;
    float: none !important;
    width: 100%;
    top: 0rem !important;
    right: 0rem !important;
    margin: 0 auto;
	height: 3rem !important;
}	
	
.details .breadcrumb li {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}	
	
.details .breadcrumb li a::after {
    right: -0.66rem;
    top: 0;
}
.case.news.details .search input.search-btn {
    float: right;
	height: 3rem;
	padding: 0 1.5rem;
}	

input.search-text {
    height: 3rem;
    width: calc(100% - 5rem);
    line-height: 3rem;
}	
	
section.banner-case.news {
    height: 13rem;
}
.banner-case .container > h2 {
    font-size: 2rem;
    padding-top: 3.6rem;
}	
	
.banner-case .container > p {
    padding: 0.6rem 3rem;
}
	
	
.banner-product .container > h2 {
    text-align: center;
    font-size: 1.6rem;
}
.banner-product .container {
    padding: 0 3rem;
}
.banner-product, .banner-case, .banner-case.plan {
    height: auto;
    padding-bottom: 3rem;
}
.banner-case .container > h2 {
    font-size: 1.3rem;
    padding-top: 3.6rem;
}	
	
.banner-product .container > p {
    text-align: center;
}
.case .container > h2 {
    padding-top: 2rem;
}
.product .container > ul {
	position: relative;
    overflow: hidden;
    margin-top: 2rem;
    /*height: 2.2rem;*/
}

.product .container > ul li a {
    font-size: 1rem;
    padding: 0.3rem 0.9rem;
    margin-right: 1rem;
}	
.product .box {
    margin-top: 0rem;
}
.case.product .container > p {
    padding-top: 0rem;
}	
	
.plan-form .box {
    width: auto;
    margin: 1rem auto;
    padding: 1rem;
}	
	
.plan-form .container > p {
    font-size: 1.0rem;
    color: #99A4AF;
    line-height: 1.5em;
    text-align: center;
    padding: 0 3rem;
}	
	
.product .pagbox {
    margin: 2rem auto 0rem;
    padding-bottom: 2rem;
}	
.case.product .box > div {
    margin-bottom: 1.5rem;
    width: 100%;
    margin-right: 0;
}
	
.case.product .box > div .img {
    width: auto;
    height: auto;
}	
.case.news .box > div {
    width: 100%;
    margin-bottom: 2rem;
}
.about img {
    position: absolute;
    left: 50%;
    max-width: 6rem;
    margin-left: -2.8rem;
}	
.about .box > div h3 {
    margin: 5.2rem 0.5rem 0.5rem 2rem;
    font-size: 1.3rem;
    color: #34495F;
}	
.about .box > div p {
    margin-left: 0rem;
    font-size: 1rem;
    color: #34495F;
    text-align: center;
}
	
/*.box.df {
    display: block;
}	*/
	
.contact .map {
    width: 100%;
    height: 20rem;
}
.contact .box .infobox {
    width: calc(100% - 0rem);
    margin: 0rem;
    text-indent: 1.5rem;
}
.logo {
    text-align: left;
}
	
section.join {
    display: none;
}	
	
	
.honor .swiper {
    height: auto;
    padding-bottom: 6rem;
}
	
.case.news.details .more-case .box > div {
    width: 100%;
    margin: 1rem 0;
    height: auto;
}
body#case main {
    padding-bottom: 1rem;
}	
.previous-next {
    padding-top: 3rem;
    margin-top: 3.75rem;
    margin-bottom: 3rem;
}	
	
.banner-case.honor {
    background-size: cover;
}	
	
.contact .box .infobox .wechat p {
    margin-top: 0;
}	
	
#about .banner-case .container > p {
    padding: 0.6rem 1rem;
}
	
.contact .map #dituContent {
    width: 100%;
    height: 26rem;
}	
#about .box {
    margin-top: 1rem;
}	
	
.case-nav .menu-case a {
    margin-right: 3.25rem;
    width: 100%;
}

/*产品模块变换顺序*/
.plan .box {
    height: 1300px;
}
.plan .container .box > div:nth-of-type(1) {
    position: absolute;
    top: 775px;
}
.plan .container .box > div:nth-of-type(1) img {
        border-radius: 10px;
        margin-top: -3.5rem;
}
.plan .container .box > div:nth-of-type(2){
	position: absolute;
    top: 520px;
}
.plan .container .box > div:nth-of-type(3){
	position: absolute;
    top: 0rem;
}
.plan .container .box > div:nth-of-type(4){
	position: absolute;
    top: 255px;
}
	
	
.case {
    margin-top: 2rem;
}	
	
.case .box {
    margin: 1.6rem -0.5rem 0;
}	
	
	
.plan .container > h2 {
    font-size: 1.8rem;
}	
.plan .container .box > div h3 {
    font-size: 1.3rem;
}	
	
.honor .swiper-slide .img img {
    width: auto;
    height: 6rem;
}
	
.honor .swiper-slide .img {
    width: 100%;
    height: 8rem;
    padding: 1rem 0;
}
.honor .box {
    display: flex;
    height: 33rem;
}	
	
	
.honor .swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 1rem;
}	
	
	
#index .case.product .box > div h3 {
    margin: 1.5rem 1rem 1rem 0;
}
	

}







