* {
	margin: 0;
	padding: 0
}

body {
	font-size: 16px;
}

ul{
    list-style-type: none;
}

a {
	border: none !important;
	text-decoration: none !important;
	color: inherit !important;
}

@media screen and (min-width:1440px) {
	.container {
		width: 1280px;
	}
}

@media screen and (min-width:1550px) {
	.container {
		width: 1550px;
	}
}

.all-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 83px;
	background: #001523;
	box-shadow: 0 0 5px 10px #000;
	overflow: visible;
	color: #fff;
	padding-top: 10px;
	z-index: 999;
}

.all-header a {
	text-decoration: none;
	color: #fff;
}

.logo-img {
	display: flex;
}

.logo-img h2 {
	margin-top: 10px;
	color: #e77517;
	margin-bottom: 0;
}

.logo-img img {
	width: auto;
}

.logo-names {
	padding-left: 10px;
}



.logo-img-xs {
	width: 100%;
	display: flex;
	margin: 0 auto;
	position: relative;
}

.logo-img-xs img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.logo-img-xs h3 {
	color: #e77517;
	margin-top: 0;
	margin-bottom: 0;
}

.logo-img-xs p {
	text-align: left !important;
}

.header-dh-img-xs {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
}

.header-dh-img-xs img {
	width: 100%;
	height: 100%;
}

.into-title {
	padding: 30px 0;
	border-bottom: 1px dashed #E9E7E7;
}

.into-title h1 {
	color: #626262;
}

.into-title span {
	color: #9a9a9a;
}

.into-nr {
	padding: 30px 0 60px;
	border-bottom: 1px dashed #E9E7E7;
}

.into-nr h2 {
	color: #333;
	padding-bottom: 20px;
}

.into-nr p {
	color: #969696;
	font-size: 16px;
}

.into-nr span {
	display: inline-block;
}

.into-p p,
.into-p span {
	text-indent: 2em;
}


.into-bottoms {
	height: auto;
	padding: 30px 0 50px;
}

.into-bottoms p {
	font-size: 30px;
	color: #818181;
}

.into-bottoms img {
	padding-top: 30px;
	padding-right: 50px;
}

.team-p {
	border: none;
}

.team-p p {
	display: inline-block;
	padding: 30px 0 10px 0;
	color: #626262;
	border-bottom: rgb(230, 230, 230) 1px solid;
}

.team-p h4 {
	line-height: 1.5;
	color: #717171;
}

.team-p span {
	font-weight: bold;
	color: #046463;
}

.team-fc {
	height: auto;
	padding-bottom: 50px;
}

.team-fc img {
	padding: 10px;
}

.dongtai {}

.dongtai h3 {
	border-bottom: 1px dashed #d1d1d1;
	color: #8f8f8f;
}

.dongtai h3 span {
	color: #A7A7A7;
}

.dongtai>P {
	color: #A8A8A8;
}

.pinglun-img {
	background: #a5a5a5;
}

.pinglun-img img {
	width: 100%;
	padding: 15px 0;
}

.dongtai-pinglun {
	padding: 5px 15px;
}

.dongtai-pinglun-bottoms {
	border-bottom: 1px dashed #e6e6e6;
	padding: 30px 0;
}

.pinglun-liuyan {
	width: 90%;
	background: #e7e7e7;
	margin: 10px 0;
	margin-left: 15px;
	padding: 0 20px;
	border: 1px solid #c7c7c7;
}

.pinglun-liuyan p:first-of-type {
	text-indent: 2em;
}

.pinglun-liuyan p:last-of-type {
	float: right;
}

.pinglun-liuyan h4 {
	color: #6d6d6d;
}

.pinglun-liuyan p {
	color: #333;
}

.into-wh h2 {
	color: #717171;
	padding-top: 50px;
	padding-bottom: 30px;
	font-weight: bold;
}

.into-wh p {
	font-size: 24px;
	line-height: 2.5;
	color: #333;
}

.into-wh-img {
	padding-top: 50px;
}

.into-wh-img img {
	width: 100%;
}

.call-we-imgs {
	padding: 30px 0;
}

.call-we-imgs img {
	width: 100%;
}

.call-we-dz {
	padding-top: 120px;
}

.call-we-dz h2 {
	color: #ff6600;
}

.dz-imgs img {
	width: 115px;
}

.case-paddings {
	padding: 50px 30px;
}



@media screen and (max-width:375px) {
	.logo-img-xs h3 {
		font-size: 20px;
		margin-top: 5px
	}

	.header-dh-img-xs {
		width: 25px;
		height: 25px;
		margin: 5px 0;
	}
	.idx1-ctn-info-i {
        max-width: 350px;
    }
}

@media screen and (max-width:355px) {
	.header-dh-img-xs {
		display: none;
	}
}

.header-dh-nav {
	display: flex;
	margin-top: 15px;
}

.header-dh-nav img {
	width: 35px;
	height: 35px;
}

.header-dh-nav-list h5 {
	margin-top: 5px;
	font-size: 17px;
	margin-bottom: 0;
	padding-left: 5px;

}

.header-dh-nav-list p {
	font-size: 10px;
	padding-left: 5px;
}

.col-md-2 {
	padding: 0;
}

.lunbotu {
	width: 100%;
	height: auto;
	margin-top: 83px;
	background: #313131;
	position: relative;
	padding-bottom: 140px;
}

/* 
@media screen and (max-width:991px) {
	.all-header {
		height: 55px;
	}

	.lunbotu {
		margin-top: 55px;
	}
} */

.lunbotu-img img {
	width: 100%;
	height: auto;
}

.bolang-box {
	width: 100%;
	height: 13px;
	display: flex;
	position: absolute;
	background: url('../img/split4.png');
	background-size: 20px;
	left: 0;
	bottom: 0;
}

.bolang-box2{
    width: 100%;
	height: 13px;
	display: flex;
	position: absolute;
	background: url('../img/split2.jpg');
	background-size: 20px;
	left: 0;
	bottom: 0;
}


.bolang-lang {
	margin: 0 auto;
	width: 0;
	height: 0;
	line-height: 0;
	border-width: 13px;
	position: relative;
	z-index: 100;
	border-color: transparent transparent #fff transparent;
	border-style: dashed dashed solid dashed;
	top: -13px;
}

.bolang-lang-tow {
	margin: 0 auto;
	width: 0;
	height: 0;
	line-height: 0;
	border-width: 13px;
	position: relative;
	z-index: 100;
	border-color: transparent transparent #000 transparent;
	border-style: dashed dashed solid dashed;
	top: -13px;
}

.lunbotu-dongtai-img {
	position: absolute;
	right: 200px;
	top: 100px;
	width: 400px;
	height: 350px;

}

.lunbotu-dongtai-img img {
	width: 100%;
	height: 100%;
}



.lunbotu-nr-p {
	position: absolute;
	left: 15%;
	top: 150px;
	width: 300px;
	height: 150px;
	color: #fff;
}

@media screen and (max-width:1025px) {
	.lunbotu-nr-p {
		width: 250px;
		left: 200px;
		top: 40px;
	}

	.lunbotu-dongtai-img {
		width: 300px;
		height: auto;
		right: 120px;
		top: 50px;
	}
}


.lunbotu-nr-p span {
	background: #fff;
	color: #000;
	padding: 5px 10px;
}

.lunbutu-xianze-box {
	width: 50%;
	height: auto;
	position: absolute;
	left: calc((100% - 50%) / 2);
	bottom: 70px;
}

.lunbutu-xianze-box img {
	width: 100%;
}

.lunbutu-xianze-box div:nth-child(even) {
	margin-top: 30px;
}

.the-box {
	height: auto;
	position: relative;
	padding: 30px 30px 50px 30px;
	background: #fafafa;
}

.the-box-bg-black {
	background: #181818;
}

.anli-title {
	height: 115px;
	display: flex;
	position: relative;
	margin-bottom: 50px;
}

.huoban-title h1 {
	color: #c4c4c4;
}

.anli-title h1 {
	font-size: 50px;
	line-height: 1.8;
}

.anli-title h1 span {
	color: #999;
}

.anli-title-bz {
	padding-left: 40px;
	padding-top: 40px;
	line-height: 1.8;
}

.huoban-title-bz {
	color: #999999;
}

.anli-title-more {
	position: absolute;
	right: 10px;
}

.anli-title-more p {
	font-size: 35px;
	color: #acacac;
	line-height: 3.5;
}

.anli-list-box {
    margin-bottom: 40px;
}

.anli-list-img {
    width: 100%;
}

.anli-list-img img {
	width: 100%;
	height: 250px;
}

.anli-list-title {
	margin-top: 10px;
}

.anli-list-title h5 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}

.hengxian {
	display: block;
	width: 50px;
	height: 1px;
	background: red
}

.huoban-img {
	margin-bottom: 25px;
}

.title-bottom-border {
	border-bottom: 1px solid #d8d8d8;
}

.news-lbt {
	width: 100%;
	height: 500px;
	padding-top: 25px;
	overflow: hidden;
}

.news-lbt img {
	width: 100%;
	height: 100%;
}

.news-list-box {
	height: 500px;
	overflow: hidden;
}

.news-list {
	width: 100%;
	height: auto;
	display: flex;
	padding: 10px 10px 10px 0;
	border-bottom: 1px dashed #dadada;
}

.news-data {
	font-size: 13px !important;
	padding-top: 5px;
}

.news-list-img {
	width: 25%;
	height: 150px;
	padding: 15px 15px 15px 0;
}

.news-list-img img {
	width: 100%;
	height: 100%;
}

.news-list-nr {
	width: calc(100% - 30%);
	height: 100%;
	overflow: hidden;
}

.news-list-nr h5 {
	margin-bottom: 0;
	font-size: 20px;
	color: #000;
}

.news-list-nr p {
	color: #337AB7;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.all-footer {
	background: #181818;
	font-size: 15px;
}

.foorer-nav {
	height: 50px;
	border-bottom: 1px solid #000;
	line-height: 3;
}

.foorer-nav span {
	display: inline-black;
	padding: 0 5px;
	color: #337ab7;
}

.foorer-nav span:last-child a {
	position: absolute;
	right: 10px;
	color: #dd965b;
}

.foorer-call-me {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #000;
	border-top: 1px solid #2a2a2a;
}

.foorer-call-me:last-child {
	border: none;
	padding-bottom: 30px;
}

.call-me-box {
	display: flex;
	padding: 10px 0;
	position: relative;
}

.call-me-left {
	width: 12%;
	height: 100%;
}

.call-me-left h2 {
	color: #2e5e6a;
	margin-bottom: 0;
	padding-top: 30px;
}

.call-me-left p {
	color: #464646;
	font-size: 22px;
	line-height: 1.5;
}

.call-me-center {
	width: 40%;
	height: 100%;
}

.call-me-qq {
	display: flex;
	padding-top: 10px;
	margin-bottom: 10px;
}

.call-me-qq p {
	color: #999;
	margin-bottom: 10px;
	padding-top: 10px;
}

.call-me-qq-img {
	height: 35px;
	padding-right: 10px;
}

.call-me-qq-img img {
	width: 100%;
	height: 100%;
}

.call-me-iphone {
	line-height: 1;
	padding-top: 5px;
	color: #999;
}

.call-me-right {
	width: 50%;
	height: 150px;
	padding: 10px;
	position: relative;
}

.call-me-center-all a {
	font-size: 15px;
	padding-right: 8px;
}

.call-me-right img {
	float: right;
	width: auto;
	height: 100%;
	padding-right: 10px
}

.call-me-right p {
	color: #ccc;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 0;

}

.h2-color h2 {
	color: #6f492a;
	padding-top: 10px;
}

.lj-p {
	width: 100%;
	padding-top: 20px;
}

.lj-p p {
	color: blue;
	display: inline-block;
	padding-right: 5px;
	line-height: 1.5;
	margin-bottom: 0 !important;
}

.copyright {
	width: 100%;
	padding-top: 20px;
}

.copyright p {
	color: #ccc;
	font-size: 14px;
}

.copyright a {
	float: right;
	font-size: 14px;
	display: block;

}

.the-boxs {
	height: auto;
	position: relative;
	padding: 30px 0 35px;
}

.about-navs-box {
	border-bottom: 1px solid #ebebeb;
}

.about-navs {
	width: 100%;
	height: auto;
	display: flex;
	padding: 50px 0;
}

.about-navs-lists {
	width: 112px;
	text-align: center;
	height: 33px;
	background: url('../img/list-btn.jpg') no-repeat;
	background-size: 100%;
	line-height: 35px;
	margin-right: 20px;
	color: #337ab7;
}

.list-btn-item-cur {
	background: url(../img/list-btn-c.jpg) no-repeat;
	color: white;
}

.about-navs-lists:hover{
    background: url(../img/list-btn-c.jpg) no-repeat;
	color: white;
}

.bg-top {
	background: #fafafa;
	padding-top: 50px;
}

.about-the-boxs {
	height: auto;
	width: 100%;
	padding-top: 50px;
}

.boxs-border-bottoms {
	border-bottom: 1px dashed #e9e7e7;
	padding-bottom:50px;
}

.about-the-boxs h1 {
	margin-top: 0;
}

.margin-tops {
	margin-top: 45px;
}

.about-title-top {
	display: flex;
}

.about-title-top h1 {
	font-size: 60px;
	color: #616161;
}

.about-title-top span {
	display: inline-block;
	font-size: 48px;
	color: #9a9a9a;
	padding-left: 5px;
	line-height: 62px;
}

.about-title-top p {
	line-height: 1.2;
	padding-top: 22px;
	font-size: 16px;
	padding-left: 35px;
	color: #A8A8A8;
}

.bolang-box-ld {
	width: 100%;
	height: 16px;
	background: url('../img/ld.jpg');
}

.about-nr h1 {
	color: #8d8d8d;
}

.about-nr p {
	font-size: 20px;
	color: #969696;
}

.nr-img {
	width: 100%;
}

.nr-img img {
	width: 100%;
}

.nr-img-bh {
	width: 120%;
	margin-top: -30px;
}

.nr-img-bh img {
	width: 100%;
}


.ser-box{
	/*border-bottom: 1px solid #aaa;*/
}

.cervice-left-list-one{
	border-bottom: 1px dashed #e9e7e7;
}
.cervice-right-box{
    padding-bottom:60px;
 	border-bottom: 1px dashed #e9e7e7;
 }
 
 .cervice-right-box:last-child{
     border-bottom: none;
 }

.cervice-left-nr h1{
    color: #666;
    margin-top: 0!important;
    padding-bottom: 10px;
 	border-bottom: 1px dashed #e9e7e7;
}

.cervice-left-nr p{
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.8;
}

.service-nr{
    padding: 50px 0;
}

.service-imgs-1 img{
    width: 100%;
    padding: 0 50px 50px 50px;
}
.cervice-left-list{
    padding:30px 0;
}

.cervice-list{
    line-height: 1.8;
}

.cervice-list h2{
    padding:20px 0;
    color: #666;
}
.cervice-left-list h2{
    color: #666;
}

.cervice-list span{
    display: inline-block;
    width: 30px;
    height: 35px;
    color: #fff;
    margin-right:10px;
    text-align: center;
    background: #4cb1d2;
}

.cervice-left-list-nr{
    font-size: 18px;
    text-indent: 2em;
}

.cervice-left-list-nr h3{
    font-weight: bold;
}


.ser-box-title h1{
    padding-top: 40px;
    color: #666;
    padding-bottom: 10px;
 	border-bottom: 1px dashed #e9e7e7;
}

.seo-boxs{
    padding:40px 0 50px;
}

.seo-boxs-left h1{
    color: #9a9a9a;
    font-size: 60px;
}

.seo-boxs-left p{
    text-indent: 2em;
    color: #7b7777;
}

.seo-boxs-left h3{
    color: #7b7777;
}

.seo-boxs-left h4{
    color: #9aae12;
 	border-bottom: 1px dashed #e9e7e7;
 	padding: 10px 20px 5px;
}

.seo-bj{
    width: 100%;
    display: flex;
    position: relative;
    
}

.seo-bj img{
    position: absolute;
    right: 10px;
    bottom: 0;
    
}

.seo-bj-left-red p{
    color: #ff0000;
}

.seo-bj-left h4{
    border-bottom: none;
    color: #666;
    font-weight:bold;
    text-indent: 0 !important;
}

.servwx-imgs img{
    width: 100%;
}


.servwx-list{
    background: #797979;
    color: #fff;
}

.servwx-list li:hover{
    background: #333;
}

.servwx-list li{
    height: 50px;
    line-height: 50px;
    padding-left: 36px;
}
.servwx-list span{
    font-family:'宋体';
    float: right;
    padding-right: 30px;
}

.servwx-imgs-right-box img{
    width: 100%;
    padding:20px 0;
    padding-right: 150px;
}

.servwx-imgs-right-box h4{
    padding: 30px 0;
    font-weight:700;
}


.servwx-imgs-right-box{
    width: 100%;
    padding:20px 30px;
    color: #797979;
    display: none;
}

.servwx-imgs-right-box h3{
    display: inline-block;
}

.servwx-imgs-right-box span{
    display: inline-block;
    width: 2px;
    margin: 0 10px;
    height: 20px;
    background: red;
}

.soft-headers{
    width: 100%;
}

.soft-headers h1{
    display: inline-block;
    width: calc(100% - 400px);
    color: #666;
    border-bottom:1px dashed #e9e7e7;
    padding-bottom:10px;
    padding-top:50px;
}

.soft-hot-title{
    color: #eb8243 !important;
    font-size:60px;
}

.soft-nr{
    color: #7b7777;
    border-bottom:1px dashed #e9e7e7;
    padding-bottom:50px;
    
}

.soft-nr h2{
    margin-top:50px;
}

.soft-nr h5{
    font-weight: bold;
    margin-top:50px;
}

.soft-nr-bottoms{
    padding:30px 0;
    border-bottom:1px dashed #e9e7e7;
}

.soft-nr-bottoms:last-child{
    border-bottom:none;
    margin-bottom:50px;
}

.soft-nr-bottoms-titles p{
    text-indent: 2em;
    color: #7b7777;
}

.soft-nr-bottoms h2{
    color: #666;
    padding-bottom:30px;
}

.soft-nr-bottoms-titles{
}

.soft-nr-bottoms-titles span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eb8143;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #FFF;
    margin-right: 5px;
}

.soft-nr-bottoms-titles h4{
    font-weight: bold;
    color: #7b7777 !important;
    padding:0 0 20px;
}

.list-imgs-bc{
    width: 150px !important;
}


.login-body{
  background: url('../img/bg_blue.jpg') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  position: relative;
}

.login-box{
    width: 100%;
    height: 100%;
    float:left;
}

:root{
    --mybox-width:350px;/*登录页中心盒子的宽度*/
}

.login-boxs-inputs{
    width: var(--mybox-width);
    height: auto;
    background: #fff;
    margin: 0 calc((100% - var(--mybox-width)) / 2) ; 
    margin-top:150px;
    border-radius: 10px;
}

.boxs-tx{
    padding:20px;
    padding-top:50px;
    width: 100%;
    height: auto;
    display: flex;
}

.boxs-tx p{
    display: inline-block;
    padding-right:5px;
    width: 60px;
    color: #666;
}

.boxs-tx input{
    border:1px solid  #ccc;
    padding:2px 5px;
    outline: none;
}


.login-button{
    width: 100%;
    text-align: center;
    padding-top:20px;
}

.login-button input{
    width: 120px;
    padding:5px 0;
    border-radius: 2px;
    border:none;
    background: #97c13c;
    color: #fff;
}

.bottom-box{
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #3c6364;
}

.bottom-box h3{
    font-size:28px;
    margin-bottom: 0;
}

.bottom-box p{
    font-size:14px;
}

.header-nav-xs{
    width: 70%;
    height: auto;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.header-nav-xs li{
    height: 30px;
    padding:30px;
}

.header-nav-xs li h5{
    padding-bottom: 10px;
    font-size:15px;
    border-bottom:1px solid #eee;
}

.anli-list-img-boxs{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.zzc-list-imgs{
    width: 100%;
    height: 0;
    position: absolute;
    background: rgba(0,0,0,.7);
    bottom: 0;
    /*display: none;*/
}

.zzc-list-imgs img{
    display: none;
    width: 75px;
    height: 75px;
    position: absolute;
    margin: 70px auto;
    left: 50%;
    transform:translateX(-50%);
}

.top-detail{
    margin-top:90px;
    width: 100%;
}

.top-detail img{
    width: 100%;
}

.content-detail{
    width: 100%;
}
.content-detail img{
    width: 100%;
}

.ser-box-lists{
    border-bottom:1px solid #ccc;
}

.box-lists{
    display: flex;
    padding:50px 20px;
}

.ser-box-lists img{
    padding:10px 30px;
}

.ser-box-lists p{
    color: #7b7777;
    padding: 30px 0;
    text-indent: 2em;
}

.ser-box-lists h3{
    text-decoration:underline;
    font-weight: 700;
    color: #666;
}

.ser-box-lists span{
    padding: 5px 10px;
    background: #e5a741;
    color: #fff;
}


.ser-box-title span{
    color: #ed991f;
}

.serapp-nav{
    display: flex;
    padding: 5%;
    justify-content:space-around;
    flex-wrap: wrap;
}


.nav-boxs{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-boxs h2{
    padding:10px 0;
    color: #7b7777;
}


.nav-boxs img{
    width: 120px;
    height: 120px;
}


.boxs-img{
    width: 80%;
    height: 250px;
    border:1px solid #eee;
    padding:55px 20px 10px;
    padding-bottom:30px;
}

.boxs-img h4{
    font-weight: 700;
    font-size:22px;
    padding-bottom:20px;
}

.boxs-img p{
    font-size:14px;
}

.img-ad-1{
    background: url('../img/ad-1.png') 26px 26px no-repeat;
    background-size: 44px 89px;
}

.img-ad-2{
    background: url('../img/ad-2.png') 26px 26px no-repeat;
    background-size: 44px 89px;
}

.img-ad-3{
    background: url('../img/ad-3.png') 26px 26px no-repeat;
    background-size: 44px 89px;
}

.img-ad-4{
    background: url('../img/ad-4.png') 26px 26px no-repeat;
    background-size: 44px 89px;
}


.img-ad-5{
    background: url('../img/ad-5.png') 26px 26px no-repeat;
    background-size: 44px 89px;
}

.fw-lbt{
    display: flex;
    width: 100%;
    margin: 70px 0;
}

.fw-lbt-left{
    flex:1;
    height: 500px;
    background: red;
    overflow: scroll;
    
}

.fw-lbt-right{
    width: 300px;
    height: 100%;
    background: #24232C;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    
}

.right-boxs{
    width: 50%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px 0;
    border-right:1px solid #2e2e2e;
    border-bottom:1px solid #2e2e2e;
    box-sizing: border-box;
}

.right-boxs img{
    width: 35px;
    margin:10px 0;
}

.left-nr{
    color: #fff;
}

.left-lists{
    width: 1000%;
    height: 100%;
    display: flex;
}

.left-list-boxs{
    display: flex;
    width: 10%;
    padding: 30px 50px;
    height: 100%;
}

.boxs-bg-1{
    background: #F2684C;
}

.boxs-bg-2{
    background: #3ec6ae;
}

.ser-lc{
    display: flex;
    height: auto;
    flex-wrap: wrap;
    margin-bottom:70px;
}

.lc-box{
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.boxs-list{
    background: url('../img/appdeault.png') center no-repeat;
    background-size: contain;
    width: 150px;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.boxs-list:hover{
    background: url('../img/appActive.png') center no-repeat;
    background-size: contain;
    width: 150px;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.boxs-list:hover > p:first-of-type{
    color:#ffffff;
}

.boxs-list p:first-of-type{
    align-self:center;
    padding-top:12px;
}


.idx1-bg-c{
    min-height:250px;
}

.idx1-bg-c img{
    width:100%;
    min-height:100%;
}

#button-ctn{
    top: 650px;
    left: 50%;
    transform: translateX(-50%);
}


.news-det-lujin {
	height: 45px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #f6f6f6;
	margin-bottom: 50px;
}

.news-det-lujin span{
	font-family:宋体;
	padding:10px;
	color:#ccc;
}

.news-det-lujin a {
	color: #ccc !important;
}

.news-det-lujin a:last-child {
	color:#ed9a20 !important;
	border-bottom: 1px solid #ed9a20 !important;
}

.news-det-lujin a:hover {
	color: #ed9a20 !important;
}

.news-det-nr{
	display: flex;
	height:auto;
	margin-bottom:70px;
	flex-direction: column;
}

.det-nr-title{
	padding:20px 0 30px;
	text-align:center;
}

.nr-biaoqian{
	display: flex;
	color:#ccc;
	justify-content: center;
	padding-bottom:50px;
	flex-wrap:wrap;
}

.nr-biaoqian p {
	padding-right:50px;
}

.nr-text{
	padding-top:20px;
}

.nr-text p {
	text-indent:2em;
	line-height:1.8;
}

.pdbtm{
	padding-bottom:50px;
	width: 80%;
	align-self:center;
}

.nr-fenye{
	display: flex;
	margin:50px 0 70px; 
	flex-direction:column;
	position:relative;
}

.nr-fenye p {
	padding: 5px 0;
	margin-bottom:10px;
	color:#999 !important;
}

.nr-fenye>a {
	position:absolute;
	bottom:5px;
	right:10px;
	/*border:1px solid #999 !important;*/
	padding:5px 10px;
	border-radius:5px;
	color:#999 !important;
}


@media screen and (max-width:1500px) {

	.header-dh-nav-list h5 {
		font-size: 14px;
	}
}

@media screen and (max-width:1200px) {
	.call-me-left h2 {
		font-size: 24px;
	}

	.all-footer {
		font-size: 14px;
	}

	.call-me-center {
		width: 60%;
	}

	.call-me-right {
		width: 30%;
	}

	.call-me-right img {
		height: 60%;
		margin: 15px 0;
		padding-right: 2px;
	}

}

@media screen and (max-width:1140px) {
	.lunbutu-xianze-box {
		width: 80%;
		left: calc((100% - 80%) / 2);
		bottom: 50px;
	}

	.call-me-center-sm {
		width: 100% !important;
	}

	.copyright {
		width: 100%;
	}

	.header-dh-nav-list h5 {
		font-size: 16px;
	}
	
	.boxs-img {
    width: 90%;
    height: 250px;
	}
	
	.boxs-img h4{
	    font-size:18px;
	}
	
	.idx1-ctn-info{
	    top: 150px;
	}
	
	
	#button-ctn{
	   top:450px !important;
	}
	
	#idx1{
	    height: 600px !important;
	}
	
	#idx1-container{
	    height: 600px !important;
	}
}


@media screen and (max-width:991px) {
	.all-header {
		height: 55px;
	}

	.lunbotu {
		margin-top: 55px;
	}
	
}

@media screen and (max-width:769px) {
	body {
		font-size: 14px;
	}
	
	.ServiceQQ-hidden-xs{
	    display: none;
	}

	.lunbutu-xianze-box {
		width: 100%;
		left: 0;
		bottom: 60px;
	}
	
	#idx1{
	    height: 150px !important;
	}
	
	#idx1-container{
	    height: 150px !important;
	}
	
	.idx1-ctn-info{
    top:40px;
    }
    
    .idx1-btn{
        width: 50px;
        height: 50px;
    }
	
	#button-ctn{
	    /*width: 90%;*/
	    /*top: 230px;*/
	    display: none;
	}
	
    .anli-list-box {
        margin-bottom: 30px;
    }
    
    
    .anli-list-img-boxs {
    height: 250px;
    }

	.logo-img img {
		height: 53px;
	}

	.lunbotu-dongtai-img {
		width: 150px;
		width: auto;
		right: 50px;
		top: 10px;
	}

	.anli-title-bz {
		padding-left: 30px;
		padding-top: 20px;
	}


	.anli-title-more p {
		font-size: 22px;
		line-height: 4;
	}

	.anli-title h1 {
		font-size: 30px;
		line-height: 1.5;
	}


	.anli-list-box img {
		height: auto;
	}

	.call-me-right {
		width: 40%;
	}

	.call-me-right img {
		height: 50%;
		margin: 15px 0;
	}

	.news-list-box {
		height: auto;
	}

	.anli-title {
		margin-bottom: 0;
	}

	.the-box {
		padding: 30px 0;
	}
	
	.pinglun-liuyan p:last-of-type {
        float: none;
    }
    
    .into-wh p {
    font-size: 18px;
    }
    
    .call-we-dz {
    padding-bottom: 30px;
    }

    .servwx-imgs-right-box img {
     padding-right: 0; 
    }
    
    .soft-headers h1 {
        width: 100%;
        padding-top: 20px;
    }
    
    soft-hot-title{
        width: 100%;
    }
    
    .top-detail {
    margin-top: 65px;
    }
    
    .ser-box-lists img{
        display: none;
    } 
    
    .nav-flex{
        flex-direction: column;
    }
    
    .idx1-btn img{
}


}



@media screen and (max-width:600px) {
	.lunbutu-xianze-box {
		display: none;
	}
	
	.anli-list-img-boxs {
    height: 150px;
    }

	.call-me-center {
		width: 100%;
	}

	.lj-p {
		padding: 0
	}

	.call-me-right {
		display: none;
	}

	.news-list-img {
		height: 80px;
	}

	.anli-title {
		margin-bottom: 0;
	}

    .anli-list-img-boxs{
        height: 120px;
    }
    
    .team-fc img {
    width: 100%;
    }
    
    .team-p p {
    padding-bottom: 20px;
    }
    .about-title-top p {
     padding-top: 0; 
     padding-left: 0; 
}
    
    .header-dh-img-xs {
    top: 6px;
    }
    .bchong{
        margin-bottom:30px;
    }

	.the-box {
		padding: 0;
	}

	.copyright {
		width: 100%;
	}
	
	.news-list-nr {
    width: calc(100% - 20%);
    }

	.news-list-nr h5 {
		font-size: 16px;
	}
	
	.anli-list-box {
        margin-bottom: 10px;
    }
    
    .news-lbt {
    height: 300px;
    }  
    
    .about-title-top h1 {
    font-size: 30px;
    }
    
    .about-title-top span {
    font-size: 30px;
    line-height: 30px;
    }
    
    .margin-tops {
    margin-top: 0;
    }
    
    .bg-top {
    padding-top: 30px;
    }
    
    .about-navs-lists{
        margin-right: 5px;
        line-height: 1.5;
    }
    
    .list-btn-item-cur {
        background-size: 100%;
    }
    
    .about-nr h1 {
        font-size: 18px;
        font-weight: bold;
    }
    
    .servwx-list li {
    padding-left: 8px;
    }
    
    .about-nr p {
    font-size: 12px;
    }
    
    .zzc-list-imgs img {
    width: 60px;
    margin: 20px auto;
    }
    
    .about-navs-lists a{
        font-size: 10px;
    }
    
    .about-navs {
    padding: 30px 0;
}
    
    .cervice-left-nr p {
        font-size: 14px;
    }
    
    .cervice-left-list-nr p{
        font-size: 14px;
    }
    
    .servwx-imgs{
        padding:0;
    }
    
    .servwx-imgs-right-box {
        padding: 0;
    }
    
    
    .seo-bj-left h4{
        font-size: 15px;
    }
    
    .seo-bj-left p {
    font-size: 10px;
    }
    
    .nr-fenye>a {
        bottom: 10px;
    
}
