@media only screen and (max-width: 1380px) {
	.wrapper {
		max-width: 1080px;
	}

	.header-top .logo img {
		height: 55px;
	}

	.nav {
		font-size: 17px;
	}

	.nav li:nth-child(4) .childer-style2 {
		width: 566px !important;
	}

	.nav .childer-style2 {
		width: 700px;
		padding: 25px 25px 0;
	}

	.nav .childer-style2 .item {
		margin-right: 20px;
	}
	.nav .childer-alone,.nav li:nth-child(6) .childer{
		width: 1100px!important;
	}
	.main .left {
		width: 250px;
	}

	.main .container .content {
		padding: 30px;
	}

	.main .slidebar-nav .address .content {
		padding: 20px 10px 10px;
	}

	.e-commerce .icon {
		width: 70px;
		height: 70px;
		font-size: 14px;
	}

	.e-commerce .icon img {
		width: 40%;
	}

	.server-section1 .bd .title h4 {
		font-size: 40px;
	}

	.server-section1 .bd .title h4::before,
	.server-section1 .bd .title h4::after {
		width: 36px;
		height: 26px;
	}

	.server-section1 .bd .swiper-box li {
		font-size: 13px;
	}

	.server-section2 .bd .time .t1 {
		font-size: 22px;
	}

	.small-banner .btn a {
		font-size: 28px;
	}

	.footer .footer-top .link dl {
		padding: 0;
	}
	.consultancy .bd li{
		width: 24%;
	}
	.news .list li a{
		padding: 20px 40px;
		padding-left: 65px;
	}
	.news .list li .time{
		font-size: 12px;
		width: 45px;
	}
	.news .list li a::after{
		right: 14px;
	}
	.news .list .item .img{
		width:305px;
	}
}

@media only screen and (max-width: 1080px) {
	body {
		font-size: 14px;
	}

	.wrapper {
		max-width: 980px;
	}

	.g-hd3 h4 {
		font-size: 2.3vw;
	}

	.nav {
		font-size: 14px;
	}

	.nav li {
		padding: 15px 20px;
	}

	.nav li:nth-child(4) .childer-style2 {
		width: 560px !important;
	}
	.nav .childer-alone,.nav li:nth-child(6) .childer{
		width: 950px!important;
	}
	.nav .childer-style {
		padding: 5px 10px 0;
		font-size: 14px;
		width: 110px;
	}

	.nav .childer-style a {
		padding: 10px 0;
	}

	.nav .childer-style2 {
		padding: 20px;
		width: 515px;
	}

	.nav .childer-style2 .box {
		flex-wrap: nowrap;
		/* -webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; */
	}

	.nav .childer-style2 .item {
		margin: 0;
		margin-right: 4%;
	}

	.nav .childer-style2 .item .tit a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.about-wrap .hd {
		padding: 5% 0 0;
	}

	.about-wrap .bd .desc p {
		margin-bottom: .5vw;
	}

	.advantage {
		padding: 35px 4%;
	}

	.advantage li {
		width: 19%;
	}

	.advantage li .img img {
		height: 150px;
	}

	.advantage li .txt .tit {
		font-size: 24px;
	}

	.consultancy .bd ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.consultancy .bd li {
		margin-right: 0;
		width: 31%;
	}

	.server-box .bd .list {
		font-size: 16px;
	}

	.cases-box .list ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cases-box .list li {
		margin-bottom: 4%;
		width: 29%;
	}

	.about-section1 .tit {
		margin: 1.5vw 0;
		font-size: 2vw;
	}

	.about-section1 .desc {
		line-height: 1.8;
	}

	.main .left {
		width: 220px;
	}

	.main .slidebar-nav dt {
		font-size: 18px;
	}

	.main .slidebar-nav dd {
		font-size: 14px;
	}

	.main .slidebar-nav .address .content h4 {
		font-size: 16px;
	}

	.g-title h4 {
		font-size: 20px;
	}

	.banner-desc .txt {
		padding: 2vw 2vw 0;
	}

	.banner-desc .txt .tit {
		font-size: 20px;
	}

	.g-hd h3 {
		font-size: 26px;
	}

	.server-section1 .bd .swiper-box li .img {
		width: 20%;
	}

	.server-section2 .bd .time .t1 {
		font-size: 18px;
	}

	.contact-box .tit {
		font-size: 2vw;
	}

	.contact-box li img {
		width: 22px;
	}

	.e-commerce .icon {
		width: 55px;
		height: 55px;
		font-size: 12px;
	}

	.header-top .logo img {
		height: 45px;
	}

	.small-banner .content .t1 {
		font-size: 26px;
	}

	.small-banner .content .t2 {
		font-size: 28px;
	}
	.news .list{
		flex-wrap: wrap;
	}
	.news .list .item{
		width: 100%;
	}
	.news .list .line{
		margin: 0;
		width: 100%;
		height: 4px;
	}
	.news .list ul{
		width: 100%;
	}
}

@media only screen and (max-width: 766px) {
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	input,
	textarea {
		-webkit-appearance: none;
		/*去除input默认样式*/
	}

	html {
		min-height: 100%;
		position: relative;
	}

	body,
	html {
		font-size: 12px;
	}

	body {
		position: static;
	}

	img {
		max-width: 100%;
	}

	.height {
		height: 100%;
		overflow: hidden;
	}

	.wrapper {
		width: auto;
		margin: 0 5%;
		max-width: 100%;
	}

	.gh {
		display: block;
		position: relative;
		float: right;
		height: 35px;
		width: 35px;
		top: 0px;
		right: 0;
		z-index: 100;
		transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		cursor: pointer;
	}

	.gh.selected {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	}

	.gh a {
		display: block;
		height: 2px;
		margin-top: -2px;
		position: relative;
		top: 50%;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width: 60%;
		margin: 0 20%;
		background: #000;
	}

	.gh a:after,
	.gh a:before {
		content: "";
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width: 100%;
		background: #000;
	}

	.gh a:after {
		top: 8px;
	}

	.gh a:before {
		top: -8px;
	}

	.gh.selected a:after,
	.gh.selected a:before {
		top: 0;
	}

	.gh.selected a:before {
		transform: translateY(0px) rotate(-45deg);
		-webkit-transform: translateY(0px) rotate(-45deg);
		-ms-transform: translateY(0px) rotate(-45deg);
	}

	.gh.selected a:after {
		transform: translateY(0px) rotate(45deg);
		-webkit-transform: translateY(0px) rotate(45deg);
		-ms-transform: translateY(0px) rotate(45deg);
	}

	.gh.selected a {
		background-color: transparent !important;
	}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 110;
		padding-bottom:20px
	}

	.header-top {
		padding: 10px 0;
	}

	.header-top .logo img {
		height: 30px;
		width: 115px;
	}
	.mobphone{
		top: 5px!important;
		width: 160px!important;
	}
	.mobphone a{
		
	}
	.header-top .phone {
		display: none;
	}

	.nav {
		display: none;
		position: fixed;
		top: 60px;
		right: -80%;
		bottom: 0;
		z-index: 100;
		width: 80%;
		background: #fff;
	}

	.nav ul {
		display: block;
		height: 100%;
		overflow-y: auto;
	}

	.nav li {
		padding: 0;
		line-height: 40px;
		text-align: left;
	}

	.nav li:hover .childer {
		display: none;
	}

	.nav li.on {
		color: #9C0308;
	}

	.nav li:nth-child(4) .childer-style2 {
		width: 100% !important;
	}

	.nav li i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 40px;
		z-index: 4;
		background: url(../images/right.png) no-repeat center;
		background-size: 11px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.nav li i.down {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.nav .childer {
		padding: 0;
		position: static;
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
	}

	.nav .childer .item {
		margin-bottom: 5px;
		padding: 0 0 0 40px;
		width: 100%;
	}

	.nav .childer .item .tit {
		padding-bottom: 0;
		border: none;
	}

	.nav .childer .item .tit::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nav .childer .item .list {
		display: none;
	}

	.nav .childer .item .list a {
		padding: 0;
		padding-left: 20px;
		line-height: 32px;
	}

	.nav .childer-style a {
		padding: 0;
		padding-left: 40px;
		line-height: 30px;
		border: none;
		font-size: 14px;
	}

	.nav .childer-style2 {
		width: 100% !important;
		transform: none;
	}

	.nav .nav-item {
		padding: 0;
		border: none;
		margin-left: 20px;
		display: inline-block;
	}
	.g-hd3{
		margin-bottom: 20px;
	}
	.g-hd3 h4 {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.banner {
		margin-top: 60px;
	}
	.banner .img{
		position: relative;
		width: 200%;
		height: 300px;
	}
	.banner img{
		position: absolute;
		top: 0;
		left:-21%;
		max-width: none;
		height: 270px;
	}
	.e-commerce {
		right: 0;
	}

	.e-commerce .advisory .box {
		padding: 10px;
		width: 250px;
	}

	.e-commerce .advisory .title {
		padding-bottom: 5px;
	}

	.e-commerce .advisory .title img {
		height: 25px;
	}

	.e-commerce .advisory .title .t1 {
		font-size: 14px;
	}

	.e-commerce .advisory .title .t2 {
		font-size: 12px;
	}

	.e-commerce .advisory .lists {
		padding-top: 10px;
	}

	.e-commerce .advisory .lists li img {
		margin-right: 8px;
	}

	.e-commerce .qr-wrap .box {
		padding: 15px 0;
		width: 170px;
	}

	.e-commerce .phone-wrap .box {
		padding: 20px;
		width: 230px;
	}

	.e-commerce .phone-wrap .box .img {
		width: 60px;
		height: 60px;
	}

	.e-commerce .phone-wrap .box .img img {
		margin-top: 15px;
		width: 45%;
	}

	.e-commerce .phone-wrap .box .txt a {
		font-size: 14px;
		line-height: 20px;
	}
	.e-commerce .phone-wrap{
		display: none!important;
	}
	.about-wrap .hd{
		text-align: center;
	}
	.about-wrap .bd .txt {
		width: 100%;
	}

	.about-wrap .bd .img {
		display: none;
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.about-wrap .bd .desc{
		padding-bottom: 5px;
	}
	.advantage{
		padding: 30px 4% 20px;
	}
	.advantage ul{
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
	.advantage li {
		display: inline-block;
		margin-bottom: 10px;
		width: 49%!important;
		height: 150px;
		scroll-snap-align: start;
	}
	.advantage li .img{
		height: 100%;
		width: 100%;
	}
	.advantage li .img img {
		min-height: 150px;
		width: 100%;
		height: 100%;
	}

	.news .list {
		width: 100%;
	}
	
	.news .list .item .tit {
		width: 100%;
	}

	.news .list .item .img {
		/* width: 120px;
		height: 105px; */
	}

	.news .list .item .more {
		font-size: 12px;
		line-height: 25px;
		width: 65px;
	}
	.news .list .item a{
		padding: 0;
	}
	.news .list ul{
		padding: 0;
	}
	.news .list li {
		border-width: 1px;
	}
	.news .list .safari-bw li .time{
		display: none!important;
	}
	.news .list .safari-bw li a{
		padding: 15px 28px 15px 0;
	}
	.news .list li .time{
		display: block!important;
		top: 6px;
		width: 40px;
		padding: 3px 0;
		border: none;
	}
	.news .list li a{
		padding:15px 28px 15px 46px;
	}
	.news .list li a::after{
		right: 10px;
		margin-top: -16px;
		font-size: 20px;
	}
	.news .list li .info{
		width: 100%;
	}
	.news .swiper-box {
		display: none;
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
	}
	.news .list .item .img{
		
	}
	.news .list .item .tit{
		font-size: 14px;
		line-height: 20px;
	}
	.news .list .item .txt{
		flex: none;
		/* width: 65%; */
	}
	.news .list .item .desc{
		font-size: 12px;
	}
	.news .list .item .desc p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.consultancy{
		padding-bottom: 5%;
	}
	.consultancy .bd ul{
		
	}
	.consultancy .bd li {
		display: inline-block;
		width: 49%;
	}

	.consultancy .bd li .tit {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 48px;
		line-height: 1.4;
		font-size: 12px;
	}
	.consultancy .bd li .tit img{
		margin-right: 2px;
		width: 18px;
	}

	.consultancy .bd li .txt {
		display: none;
		font-size: 14px;
		line-height: 20px;
		white-space: initial;
	}
	.consultancy .bd li .txt p{
		height: auto;
	}

	.server-box .bd .list {
		padding-bottom: 60px;
	}

	.server-box .bd .list .body {
		padding: 0;
	}

	.server-box .bd .list .body li {
		margin-bottom: 20px;
		font-size: 14px;
		width: 46%;
	}

	.server-box .bd .list .body li:nth-child(2n) {
		width: 46%;
	}

	.server-box .bd .list .pagination {
		bottom: 22px;
	}

	.server-box .bd .list .pagination li {
		width: 8px;
		height: 8px;
	}

	.server-box .bd .btn-list li {
		width: auto;
		font-size: 12px;
	}

	.server-box .bd .btn-list li a {
		padding: 0 14px;
	}
	.server-home .bd .btn-list li {
		width: auto;
		font-size: 12px;
	}
	
	.server-home .bd .btn-list li a {
		padding: 0 14px;
	}

	.g-more a {
		width: 60px;
		line-height: 22px;
		font-size: 12px;
	}
	.cases-box .more{
		display: none;
	}
	.cases-box .list{
		margin-top: 10px;
	}
	.cases-box .list li {
		margin-bottom: 20px;
		width: 100%;
	}
	.cases-box .list li .img{
		display: none;
	}
	
	.cases-box .list li img {
		height: auto;
	}
	.cases-box .list li {
		margin-bottom: 10px;
	}
	.cases-box .list li .tit{
		margin: 0;
		margin-bottom: 5px;
		padding: 0;
		font-size: 16px;
		text-align: left;
	}
	.cases-box .list li .desc{
		font-size: 13px;
		line-height: 1.5;
		min-height: auto;
	}
	.cases-box .list li .btn{
		display: none;
	}
	.research-box .big-list {
		padding: 15px;
		width: 100%;
	}

	.research-box .small-list {
		padding-left: 0;
		width: 100%;
	}
	.research-box .small-list .content .img{
		flex: 1;
	}
	.research-box .small-list .content .list{
		padding-left: 10px;
	}
	.research-box .list a i{
		vertical-align: middle;
	}
	.diagnose .bd {
		padding: 9% 0;
		width: 90%;
		height: auto;
	}

	.diagnose .bd .txt {
		font-size: 16px;
	}

	.diagnose .bd .btn {
		font-size: 16px;
		line-height: 40px;
		width: 120px;
	}

	.footer {
		padding-top: 30px;
		background-size: 100% 8px;
	}

	.footer .footer-top {
		padding-bottom: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .footer-top .link {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.footer .footer-top .link dl {
		padding: 0;
		width: 100%;
	}

	.footer .footer-top .link dl::after {
		display: none;
	}

	.footer .footer-top .link dt {
		font-size: 16px;
	}

	.footer .footer-top .link dt::before {
		width: 10px;
		height: 12px;
	}

	.footer .footer-top .link dd {
		margin-right: 10px;
		display: inline-block;
	}
	.footer .footer-top .link dd:last-child{
		margin-bottom: 10px;
	}

	.footer .footer-top .link dd:last-child {
		margin-right: 0;
	}

	.footer .footer-top .address {
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
	}

	.footer .footer-top .address .logo img {
		height: 65px;
	}

	.footer .footer-link {
		padding-top: 15px;
	}

	.footer .footer-link dd {
		margin-bottom: 8px;
		font-size: 12px;
		width: 27%;
	}

	.footer .copy {
		padding: 20px 0;
		font-size: 13px;
	}

	.small-banner {
		margin-top: 60px;
	}

	.small-banner .wrapper {
		height: 350px;
	}

	.small-banner .logo img {
		height: 34px;
	}

	.small-banner .btn a {
		margin: 15px 0;
		font-size: 16px;
		width: 125px;
		line-height: 36px;
	}

	.small-banner .desc .t1 {
		font-size: 18px;
	}

	.small-banner .content .t2 {
		font-size: 20px;
	}

	.g-hd2 h3 {
		font-size: 20px;
	}

	.g-hd2 p {
		margin-top: 5px;
	}

	.about-section1 .txt {
		width: 100%;
	}

	.about-section1 .img {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.about-section1 .tit {
		margin: 10px 0;
		font-size: 18px;
	}

	.about-section2 .list {
		padding-bottom: 0;
	}

	.about-section2 .list .number {
		font-size: 20px;
	}

	.about-section2 .list .number i {
		font-size: 12px;
	}

	.about-section2 .list li {
		margin-bottom: 30px;
		font-size: 12px;
		width: 50%;
	}

	.about-section2 .list li:nth-child(2n)::before {
		display: none;
	}

	.about-section2 .team {
		height: auto;
	}

	.about-section2 .team .desc {
		padding: 0 5% 5%;
	}

	.consultant .bd .img {
		width: 100%;
		height: 370px;
	}

	.consultant .bd .img img {
		width: 68%;
	}

	.consultant .bd .content {
		padding: 0;
		width: 100%;
	}

	.consultant .bd .content .name {
		font-size: 16px;
	}

	.consultant .bd .content .name .p1 {
		font-size: 20px;
	}

	.consultant .bd .content .list {
		font-size: 14px;
	}

	.consultant .bd .content .list P:before {
		content: '';
	}

	.news-list li {
		padding: 15px 0;
	}

	.news-list li a {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.news-list li .img {
		margin: 0;
		width: 100%;
		height: 120px;
	}

	.news-list li .txt {
		padding-left: 10px;
		width: 60%;
	}

	.news-list li .txt .tit {
		margin-bottom: 5PX;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.news-list li .txt .desc {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 16px;
	}

	.news-list li .txt .desc P {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.news-list li .txt .msg {
		font-size: 12px;
		display: block;
	}

	.news-list li .txt .msg p {
		margin: 0;
		margin-bottom: 5px;
	}

	.news-list li .txt .msg p:last-child {
		margin-bottom: 0;
	}

	.news-list li .txt .msg img {
		margin-right: 5px;
	}

	.g-pages {
		font-size: 14px;
	}

	.g-pages a {
		margin: 0 5px 5px 0;
		font-size: 14px;
		padding: 0 10px;
		line-height: 26px;
	}

	.details-box .hd {
		margin-top: 30px;
	}

	.details-box .hd h4 {
		font-size: 20px;
	}

	.details-box .hd .list {
		padding: 10px 0;
		width: 100%;
		font-size: 12px;
		line-height: 1.4;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.details-box .bd {
		padding-bottom: 5%;
	}

	.details-box .ft {
		margin: 20px 0;
		font-size: 14px;
	}

	.details-box .ft a {
		margin-bottom: 5px;
	}

	.details-box .ft a:last-child {
		margin: 0;
	}
	.details-box img{
		display: block;
		width: 100%!important;
		height: auto!important;
	}
	.g-title h4 {
		font-size: 18px;
	}

	.main {
		margin: 5% 0;
	}

	.main .left {
		display: none;
	}

	.main .right {
		width: 100%;
	}

	.main .right .breadcrumbs {
		display: none;
	}

	.main .container .title {
		height: auto;
	}

	.main .container .title p {
		padding: 10px 20px;
		display: inline-block;
		width: auto;
		font-size: 16px;
	}

	.main .container .content {
		padding: 15px;
	}

	.main .case-box .list {
		padding: 20px 0;
	}

	.main .case-box .list li .img {
		height: 100px;
	}

	.main .case-box .list li .txt {
		width: 60%;
	}

	.main .case-box .list li .txt .tit {
		margin: 10px 0;
		font-size: 16px;
	}

	.main .case-box .list li .txt .desc {
		font-size: 12px;
	}

	.main .case-box .list li .txt .desc p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.banner-desc {
		height: auto;
	}

	.banner-desc .img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
	}

	.banner-desc .txt {
		padding: 15px;
		width: 100%;
	}

	.banner-desc .txt .tit {
		font-size: 14px;
	}

	.banner-desc .txt .tit p::before {
		margin-right: 5px;
		width: 15px;
		height: 15px;
	}

	.banner-desc .txt .desc {
		font-size: 12px;
	}

	.strength {
		padding-bottom: 5%;
		height: auto;
	}

	.strength .hd {
		font-size: 20px;
	}

	.strength .bd li {
		margin-right: 0;
		width: 50%;
		line-height: 1.5;
	}

	.survey-wrap .hd h3 {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.survey-wrap .bd .tip {
		margin-bottom: 20px;
	}

	.survey-wrap .item {
		padding: 20px;
	}

	.survey-wrap .item .tit {
		margin-bottom: 10px;
		padding-left: 36px;
		padding-bottom: 15px;
		font-size: 16px;
	}

	.survey-wrap .item .tit span {
		width: 30px;
		height: 36px;
		line-height: 30px;
	}

	.survey-wrap .item li {
		margin-right: 20px;
		margin-bottom: 10px;
		width: auto;
	}

	.survey-wrap .item .check-block i {
		width: 16px;
		height: 16px;
	}

	.survey-wrap .item .check-block i::before {
		top: -4px;
		right: -3px;
		width: 14px;
		height: 16px;
	}

	.survey-wrap .item .check-block .layui-form-radio>div {
		font-size: 14px;
	}

	.survey-wrap .item-style {
		padding: 15px 0;
	}

	.survey-wrap .item-style li {
		margin-right: 0;
		width: 100%;
	}

	.survey-wrap .item-style li span {
		width: 70px;
		font-size: 14px;
	}

	.survey-wrap .item-style li input {
		height: 34px;
	}

	.survey-wrap .submit-btn button {
		width: 200px;
		font-size: 18px;
		height: 42px;
	}

	.server-section1 .bd .title h4 {
		font-size: 20px;
	}

	.server-section1 .bd .title h4::before,
	.server-section1 .bd .title h4::after {
		width: 15px;
		height: 15px;
	}

	.server-section1 .bd .title p {
		width: 100%;
	}

	.server-section1 {
		padding-bottom: 5%;
		min-height: auto;
	}

	.server-section1 .bd .swiper-box li a {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.server-section1 .bd .swiper-box li .img {
		width: 100%;
		text-align: center;
	}

	.server-section1 .bd .swiper-box li .img img {
		height: 34px;
	}

	.server-section1 .bd .swiper-box li .txt {
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.server-section1 .bd .swiper-box li .txt p {
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		white-space: nowrap;
	}

	.g-hd {
		margin: 5% 0;
	}

	.g-hd h3 {
		font-size: 20px;
	}

	.server-section2 .bd li {
		padding-bottom: 20px;
		width: 100%;
	}

	.server-section2 .bd .time {
		margin: 0;
		width: 24%;
	}

	.server-section2 .bd .tit {
		margin-bottom: 10px;
	}

	.contact-box {
		margin-bottom: 20px;
	}

	.contact-box .bd {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-box .content {
		padding: 0;
		width: 100%;
	}

	.contact-box .tit {
		font-size: 18px;
	}

	.contact-box .img {
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
	}

	.contact-box li img {
		width: 18px;
	}

	.manage-box .list li a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.manage-box .list li .txt {
		width: 75%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.manage-box .list li .desc p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
