@charset "UTF-8";

/*basic css*/
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll;
    color: #333;
}

input, textarea, button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

/* table {
    border-collapse: collapse;
    border-spacing: 0
} */

iframe {
    border: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 92vh;
    left: 50%;
    right: 50%;
    margin: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.icon {
    background-image: url('../images/img1/icon.png');
    width: 25px;
    height: 25px;
    background-position: 0 0;
    display: inline-block;
}

.box {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/*edd  basic */
/*header*/
.header {
    position: fixed;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #ffffff;
}

.header .logo {
    width: 250px;
    height: 70px;
    float: left;
}
.header .logo a{
	display: block;
	height: 100%;
	position: relative;
}
.header .logo a img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin:  auto;
}
.header .nav {
    float: right;
}

.header .nav a {
    float: left;
    color: #333;
    padding: 0 12px;
    line-height: 70px;
    font-size: 15px;
}

.header .nav a:hover, .header .nav a.on {
    background: #74ad44;
    color: #fff;
}

/*end header*/
/*banner*/
.banner {
    margin-top: 70px;
}

/*end banner*/
/*servies*/
.servies {
    background: url('../images/img1/bg1.png') left top repeat;
    padding: 60px 0;
    /*#82cec3*/
}

.title {
    color: #74ad44;
    font-size: 32px;
    text-align: center;
}

.title2 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: 'arial';
    text-transform: uppercase;
    margin: 15px auto;
    color: #666;
}

.title3 {
    text-align: center;
    margin-bottom: 30px;
}

.title3:before, .title3:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #ddd;
    vertical-align: top;
    margin: 14px 15px 0 15px;
}

.editor {
    font-size: 16px;
    line-height: 2;
    color: #222222;
    text-align: justify;
}

.editor ul, .editor li {
    list-style-type: disc;
}

.editor ul, .editor ul li {
    list-style-type: disc;
    margin-left: 15px;
}

.editor ul li {
    margin-left: 0px;
}

.editor ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

.editor p {
    text-indent: 2em;
}

.about_mess {
    position: relative;
    padding-bottom: 160px;
    margin-top: 30px;
    margin-bottom: 170px;
}

.about_mess .lans {
    float: right;
    width: 795px;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
    margin-top: 10px;
    /* background: #fff; */
    box-sizing: border-box;
    padding: 0 20px;
}

.about_mess .lans p {
    text-indent: 2em;
    color: #222;
}

.about_mess .imgs {

}

.about_mess .imgs .pic {
    width: 180px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
}

.about_mess .imgs .pic:nth-child(1) {
    left: 200px;
    top: 10px;
}

.about_mess .imgs .pic:nth-child(2) {
    top: 165px;
}

.about_mess .imgs .pic:nth-child(3) {
    left: 200px;
    bottom: 0;
}

.about_mess .imgs .pic:nth-child(4) {
    right: 410px;
    bottom: 0;
}

.about_mess .imgs .pic:nth-child(5) {
    bottom: 0;
    right: 0;
}

.about_mess .imgs .pic:nth-child(6) {
    bottom: -165px;
    left: 200px;
}

.about_mess .imgs .pic:nth-child(7) {
    bottom: -165px;
    left: 405px;
}

.about_mess .t1 {
    width: 185px;
    height: 140px;
    text-align: center;
    background: #82cec3;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    box-sizing: border-box;
    padding: 15px 10px;
}

.about_mess .t1 .t1_1 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'arial';
    font-weight: bold;
}

.about_mess .t1 .t1_2 {
    color: #ffffff;
    font-size: 15px;
    padding: 5px;
    line-height: 1.4;
    margin-top: 5px;
}

.about_mess .imgs1 .t1:nth-child(1) {
    left: 200px;
    top: 165px;
}

.about_mess .imgs1 .t1:nth-child(2) {
    bottom: 0;
    right: 610px;
}

.about_mess .imgs1 .t1:nth-child(3) {
    bottom: 0;
    right: 205px;
}

.about_no {
    display: none;
}

.pro {
    padding: 100px 0;
}
.editor p{
	line-height: 30px;
}
.top-title-one{
	font-size: 24px;
	font-weight: bold;
}
.top-title-two{
	margin-top: 15px;
	text-indent: 2em;
	font-size: 20px;
	font-weight: bold;
}

/*end servies*/
/*pro*/
.pro_list {

    /* margin-top: 50px; */

    margin: 0px auto 40px auto;
}

.pro_list li {
    margin: 10px 1%;
    display: inline-block;
    vertical-align: top;
    width: 18%;
}

.pro_list li:nth-child(4n-3) {
    margin-left: 0;
}

.pro_list li:nth-child(5n) {
    margin-right: 0;
}

.pro_list .iconfont {
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #c6c6c6;
    padding: 5px 8px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
}

.pro_list image {
    width: 20px;

}

.pro_list .lans {
    float: left;
    width: calc(100% - 50px);
}

.pro_list .t1 {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding-top: 5px;
}

/*end pro*/
/*beijing*/
.beijing {
    padding: 45px 0;
}

.contact .title3, .contact .title2, .contact .title {
    color: #000;
}

.bg_green {
    /*background-image: url('../images/img1/bg.jpg');*/
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    background-color: #74ad44;
}

.bg_green .title {
    color: #fff;
}

.bg_green .title2 {
    color: #fff;
}

.bg_green .title3 {
    color: #fff;
}

.back {

}

.back li {

}

.back .t1 {
    font-size: 18px;
    color: #ffffff;
}

.back .t2 {
    font-size: 14px;
    line-height: 1.7;
    color: #f9f9f9;
    margin: 10px auto 40px auto;
    text-indent: 2em;
}

/*end beijing*/
/*flow */
.flow {
    /* padding: 45px 0; */
    background: url('../images/img1/bg1.png') left center;
}

.flow a {
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    padding: 10px 0 0 15px;
    float: left;
    margin-right: 20px;
    position: relative;
    width: 250px;
    height: 90px;
    margin: 10px 20px 63px 0;
    box-sizing: border-box;
}

.flow a:last-child {
    width: 330px;
}

.flow a:hover {
    border-color: #82cec3;
    background: #ffffff;
}

.flow .iconfonts:after {
    content: url('../images/img1/cc.png');
    position: absolute;
    left: 100%;
    top: 45%;
    display: block;
}

.flow a:nth-child(5n) .iconfonts:after {
    content: url('../images/img1/j-icon8.png');
    position: absolute;
    right: 0;
    left: auto;
    display: block;
    top: 100%;
}

.flow a:last-child .iconfonts:after {
    display: none;
}

.flow .iconfonts {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #d8d8d8;
    border-radius: 50%;
    padding: 7px;
    box-sizing: border-box;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    float: left;
    margin-top: 10px;
}

.flow a:hover .iconfonts {
    background-color: #82cec3;
}

.flow .lans {
    margin: 5px 0 0 10px;
    width: calc(100% - 100px);
    position: absolute;
    left: 70px;
    transform: translate(0, -50%);
    top: 45%;
}

.flow .t1 {
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

.flow .t2 {
    color: #999;
}

.flow .t3 {
    display: none;
}

.bgblack {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 15;
    display: none;
}

.boxwindow {
    display: none;
    position: fixed;
    z-index: 16;
    left: calc(50% - 400px);
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: #ffffff;
    width: 800px;
    min-height: 300px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 20px;
}

.boxwindow .t1 {
    position: relative;
    font-weight: bold;
    color: #82cec3;
    line-height: 1.8;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #82cec3;
}

.boxwindow .t2 {
    color: #333333;
    font-size: 15px;
    line-height: 2;
    padding: 20px 15px;
    box-sizing: border-box;
}

.boxwindow .close {
    position: absolute;
    top: -3px;
    right: 0;
}

.form .text1 {
    border: 1px solid #dddddd;
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.form .sub {
    background: #82cec3;
    line-height: 45px;
    height: 45px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
}

.boxwindow .form {
    width: 70%;
    margin: auto;
}

/*end flow*/
.main-mar{
	padding-bottom: 60px;
}
.project_list {

}

.project_list li {
    float: left;
    width: 23.5%;
    margin: 10px 1%;
}

.project_list li:nth-child(4n) {
    margin-right: 0;
}

.project_list li:nth-child(4n-3) {
    margin-left: 0;
}

.project_list .t1 {
    font-size: 14px;
    line-height: 1.5;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0;
    color: #333;
}

.contact {

}

.contact .left {
    width: 50%;
    float: left;
    background-color: #74ad44;
    height: 700px;
    box-sizing: border-box;
    padding-top: 150px;
}

.contact .right {
    width: 50%;
    float: left;
    background-color: #f1f1f1;
    height: 700px;
    box-sizing: border-box;
    padding-top: 150px;
}

.contact .form {
    width: 50%;
    margin: auto;
}

.contact .form .sub {
    background-color: rgb(114, 216, 29);
    color: #fff;
    width: 200px;
    margin: auto;
}
/* 趋势 */
.add-color{
    color: #f04d22;
}
.trend-img>div:last-child{
    margin-right: 0;
}
.trend-contanier li{
    float: left;
    width: 49%;
    padding: 20px;
    margin-right: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
   background: #FFF;
   border-radius: 4px;
}
.trend-contanier li:nth-child(2n){
    margin-right: 0;
}
.trend-number{
   text-align: center;
}
.trend-number img{
    max-width: 70px;
}

.trend-text{
    margin-top: 20px;
    height: 52px;
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.trend-img>div{
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
}
.trend-img>div img{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.trend-img>div:hover img{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
/* end */
/* 困扰 */
.troubled-contanier ul li{
    float: left;
    width: 49%;
    padding: 10px;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 15px;
    border: 1px dashed #ddd;    
    box-sizing: border-box;
}
.troubled-contanier ul li div{
    padding: 20px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.troubled-contanier ul li div p{
    height: 52px;
    line-height: 26px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.troubled-contanier ul li:nth-child(2n){
    margin-right: 0;
}
.troubled-contanier ul li:nth-child(5),
.troubled-contanier ul li:nth-child(6){
    margin-bottom: 0;
}
.troubled-contanier{
    position: relative;
}
/* .troubled-contanier-img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40%;
} */
.troubled-contanier ul{
    /* float: right; */
    width: 100%;
}

/* end */

/* 服务不佳的可能症结 */
.problem-contanier ul{
    font-size: 0;
    text-align: center;
}
.problem-contanier ul li{
    position: relative;
    display: inline-block;
    width: 183.33px;
    height: 183.33px;
    padding: 15px;
	margin: 15px 100px;
    border: 2px solid #74ad44;
    box-sizing: border-box;
    border-radius: 50%;
}
.problem-img{
    text-align: center;
}
.problem-text{
    padding: 0 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.problem-number{
    position: absolute;
    width: 40px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #74ad44;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
/* end */

/* 工程与模块 */
.problem-contanier{
    font-size: 0;
}
.problem-left{
    display: inline-block;
    width: 45%;
    box-sizing: border-box;
}
.problem-right{
    display: inline-block;
    width: 55%;
}
/* end */
/* 列表 */
.serivesum .title_h2 p{
    font-size: 18px;
    margin-top: 10px;
    color: #f04d22;
}
.product-contanier table{
    width: 100%;
    font-size: 14px;
}
.product-contanier table tr td{
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dedede;
}
.product-contanier table tr td p{
    text-align: left;
    line-height: 26px;
}
.product-contanier table .thead-first tr td{
    border: none;
}
.tr-first{
    font-size: 20px;
    font-weight: bold;
    background: #5B9BD5;
    color: #fff;
}
.td-first{
    font-size: 16px;
    font-weight: bold;
}
.package-title{
    margin-top: 20px;
}
.package-title h3{
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}
.package-title h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    background: #74ad44;
}
.package-list{
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 0;
}
.package-list li{
    float: left;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 5px;
}
.package-list li:hover{
    background: #5B9BD5;
    border: 1px solid #5B9BD5;
    color: #FFFFFF;
}
.package-list .pack-active{
    background: #5B9BD5;
    border: 1px solid #5B9BD5;
    color: #FFFFFF;
}
.package-tab div{
    display: none;
}
.package-tab .pack-show{
    display: block;
}
/* end */
/* 成效 */
.results-content{
    padding: 30px 0;
}
.results-img{
    text-align: center;
}
.results-img img{
    max-width: 60px;
}
.results-img div {
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    background: #74ad44;
    box-sizing: border-box;
}
.results-img>div>div {
    background: #FFFFFF;
}
.results-content li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.results-content li:last-child{
    margin-right: 0;
}
.results-text{
    margin-top: 30px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
/* end */

/* 案例 */
.quality-case-content ul li{
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.quality-case-content ul li .case-til{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #74ad44;
}
.quality-case-content ul li:nth-child(3n){
	margin-right: 0;
}
.quality-case-content ul li div{
	position: relative;
	overflow: hidden;
}
.quality-case-content ul li div img{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.quality-case-content ul li div:hover img{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
/* end */
/*塑造员工*/
.building-staff-content .box>div{
	padding-top: 20px;
}
.building-staff-content ul li{
	font-size: 14px;
	float: left;
	width: 18.4%;
	text-align: center;
	box-sizing: border-box;
	height: 270px;
	padding: 15px 0;
}
.building-staff-content ul li{
	margin-right: 2%;
}
.building-staff-content ul li:last-child{
	margin-right: 0;
}
.building-staff-img2{
	margin: 15px 0;
}
.building-staff-title{
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
}
.building-staff-text{
	color: #666666;
	line-height: 25px;
}
/*end*/

/*产品规划*/
.service-process-title{
	position: relative;
	font-size: 18px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.service-process-title:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    background: #74ad44;
}
.product-planning-main{
	padding-top: 20px;
	font-size: 0;
}
.product-planning-left{
	display: inline-block;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: middle;
}
.product-planning-right{
	display: inline-block;
	width: 46%;
	margin-left: 4%;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
	color: #666666;
}
/*end*/

/*全员服务礼仪培训*/
.trainings-content-title{
	position: relative;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.trainings-content-title:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    background: #74ad44;
}
.trainings-content-cultivate li{
	font-size: 14px;
    float: left;
    width: 18.4%;
    text-align: center;
    box-sizing: border-box;
    height: 260px;
    padding: 15px 0;
}
.trainings-content-cultivate li{
	margin-right: 2%;
}
.trainings-content-cultivate li:last-child{
	margin-right: 0;
}
.trainings-content-cultivate li .trainings-content-text{
	margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}
.trainings-content-cultivate li .trainings-content-list{
	color: #666666;
    line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.trainings-content-img div{
	display: inline-block;
	padding: 15px;
	border-radius: 50%;
	background: #74ad44;
	box-sizing: border-box;
}
.trainings-content-img>div>div{
	background: #FFFFFF;
}
.trainings-content-img img{
	width: 50px;
}
.trainings-content-mains .trainings-content-ul1 li,
.training-main ul li{
	float: left;
	width: 32.666%;
	margin-right: 1%;
}
.trainings-content-ul2 li{
	margin-top:1%;
	float: left;
	width: 49.5%;
	margin-right: 1%;
}
.trainings-content-ul2 li:last-child{
	margin-right: 0;
}
.trainings-content-mains .trainings-content-ul1 li:last-child,
.training-main ul li:last-child{
	margin-right: 0;
}
.training-main>div{
	margin-bottom: 20px;
}
.training-main>div:last-child{
	margin-bottom: 0;
}
.training-main>div div{
	padding: 10px;
	text-align: center;
	font-size: 16px;
	background: #74ad44;
	color: #FFFFFF;
}
.trainings-three-text{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px;
}
.trainings-content-images{
	position: relative;
}
.trainings-content-images img{
	width: 100%;
}
.trainings-content-images span{
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #74ad44;
	color: #FFFFFF;
	font-size: 16px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -50px;
	transform:rotate(15deg);
	-ms-transform:rotate(15deg); 	/* IE 9 */
	-moz-transform:rotate(15deg); 	/* Firefox */
	-webkit-transform:rotate(15deg); /* Safari 和 Chrome */
	-o-transform:rotate(15deg); 
}
.colors{
	color: red;
	margin-top: 10px;
	font-size: 14px;
}
/*end*/

/*服务流程*/
.service-process-box1 ul li{
	position: relative;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	display: table;
	height: 130px;
}
.service-process-box1 ul li p{
	font-size: 16px;
	line-height: 30px;
}
.service-process-box1 ul li div{
	display: table-cell;
	vertical-align: middle;
}
.service-process-box1 ul li:nth-child(1),
.service-process-box1 ul li:nth-child(3),
.service-process-box1 ul li:nth-child(5){
	width: 26.666%;
	background: #74ad44;
	color: #FFFFFF;
}
.service-process-box1 ul li:nth-child(2),
.service-process-box1 ul li:nth-child(4){
	width: 10%;
}
.service-table {
	margin-top: 20px;
}
.service-table-img{
	position: relative;
}
.service-table-img span{
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #74ad44;
	color: #FFFFFF;
	font-size: 16px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -50px;
	transform:rotate(15deg);
	-ms-transform:rotate(15deg); 	/* IE 9 */
	-moz-transform:rotate(15deg); 	/* Firefox */
	-webkit-transform:rotate(15deg); /* Safari 和 Chrome */
	-o-transform:rotate(15deg); 
}
.service-process-box2 ul li{
	float: left;
	width:23.5%;
	margin-right: 2%;
}
.service-process-box2 ul li:last-child{
	margin-right: 0;
}
.service-box2-text{
	color: #FFFFFF;
	background: #74ad44;
	font-size: 16px;
	text-align: center;
	padding: 5px;
}
.service-process-box3 ul li{
	float: left;
    width: 32%;
    margin-right: 2%;
}
.service-process-box3 ul li:last-child{
	margin-right: 0;
}
.service-process-box3>div>div{
	padding: 10px;
    text-align: center;
    font-size: 16px;
    background: #74ad44;
    color: #FFFFFF;
}
.service-process-box3>div{
	margin-bottom: 20px;
	line-height: 28px;
}
.service-process-box3>div:last-child{
	margin-bottom:0;
}
.trainings-content-img{
	margin-bottom: 20px;
}
.service-process-check{
	font-size: 16px;
}
.service-process-list p{
	font-size: 16px;
	margin-bottom: 5px;
}
.check-content-img {
	margin-top: 20px;
}
.check-content-imgs{
	position: relative;
}
.check-content-imgs span{
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #74ad44;
	color: #FFFFFF;
	font-size: 16px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -50px;
	transform:rotate(15deg);
	-ms-transform:rotate(15deg); 	/* IE 9 */
	-moz-transform:rotate(15deg); 	/* Firefox */
	-webkit-transform:rotate(15deg); /* Safari 和 Chrome */
	-o-transform:rotate(15deg); 
}
.service-table-text,
.check-content-text{
    padding: 5px;
	color: #FFFFFF;
    background: #74ad44;
    font-size: 16px;
    text-align: center;
}
/*end*/


/*项目总体实施规划*/
.project-table-content{
	padding-bottom: 100px;
}
.project-table-content table{
	width: 100%;
	font-size: 14px;
}
.project-table-content table tr td{
	padding: 10px;
	border: 1px solid #74ad44;
	box-sizing: border-box;
	text-align: center;
}
.project-table-content table tr td p{
	margin-bottom: 5px;
	text-align: left;
}
.project-table-content table tr td p:last-child{
	margin-bottom: 0;
}
.project-table-content table thead tr td{
	padding: 20px 0;
	color: #FFFFFF;
	background: #375623;
	font-size: 20px;
}
.project-table-content table tbody tr:first-child{
	background: #375623;
	color: #FFFFFF;
}
.project-table-content table tbody tr:first-child,
.project-table-content table tbody tr td:first-child{
	text-align: center;
}
/*end*/

/*项目实施分解*/
.project-decomposition-content{
	padding-bottom: 100px;
}
.project-decomposition-main ul li{
	float: left;
	width: 33.333%;
	padding: 0 10px;
	box-sizing: border-box;	
	color: #333;
}
.project-decomposition-main .project-decomposition-title{
	text-align: center;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
}
.project-number{
	position: relative;
	font-size: 20px;
	padding-left: 25px;
	margin-bottom: 15px;
	padding-right: 25px;
	box-sizing: border-box;
}
.project-number:before{
	position: absolute;
    left: 10px;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    background: #74ad44;
}
/*end*/

/*ewm*/
.ewm_list {
    text-align: center;
}

.ewm_list .ewm {
    display: inline-block;
    width: 200px;
    margin: 0 25px;
    vertical-align: top;
    color: #555;
    line-height: 1.8;
    font-size: 13px;
}

.ewm_list img {
    display: block;
    margin: 0px auto 15px auto;
    font-size: 15px;
    line-height: 2;
}

.coryright {
    text-align: center;
    color: #333333;
    font-size: 12px;
    line-height: 50px;
}

.coryright a {
    color: #333333;
    font-size: 12px;
    line-height: 30px;
    margin: 0 10px;
}

.none {
    display: none;
}

.iphone_none {
    display: block;
}

.header_top {
    float: right;
    width: 50px;
    margin-top: 10px;
}

.title_1 {
    /* border-left: 1px solid #5e873b; */
    font-size: 17px;
    line-height: 33px;
    /* padding-left:10px; */
    color: #74ad44;
    margin-bottom: 30px;
    font-weight: bold;
    /* background-color: white; */
    position: relative;
}

.title_1:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #74ad44;
    display: block;
    margin-top: 8px;
}

.bg_green .question_list li {
    background: transparent;
}

.bg_green .question_list .title_1 {
    color: rgba(255, 255, 255, .85);
}

.bg_green .question_list .title_1:after {
    background: rgba(255, 255, 255, .9);
}

.banners1 {
    position: relative;
    margin-top: 70px;
}

.banners1 .lzg_banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    height: 70px;
    background: rgba(0, 0, 0, .8);
}

.lzg_banner li {
    position: relative;
}

.select {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.lzg_banner li.star:after {
    content: '*';
    display: block;
    font-size: 15px;
    color: #f00;
    position: absolute;
    top: 8px;
    z-index: 5;
    left: 5px;
}

.lzg_banner li {
    width: 18%;
    margin: 15px 2% 15px 0;
    float: left;
}

.lzg_banner li:last-child {
    float: left;
    margin: 15px 0;
}

.lzg_banner .text1 {
    background: #FFFFFF;
    color: #333333;
    line-height: 40px;
    padding: 0 15px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
}

.lzg_banner .sub {
    line-height: 40px;
    height: 40px;
    background: #74ad44;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border: 0;
    width: 100%;
}

.lzg_banner .titles {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    background: #74ad44;
    border-radius: 0 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}

.lzg_banner ul {
    float: right;
    width: 78%;
    margin-right: 3.5%;
}

.banner_pc {
    display: block;
}

.banner_sj {
    display: none;
}

@media screen and (max-width: 1400px) {
    .flow a {
        width: 30%;
    }

    .flow .iconfonts:after, .flow a:nth-child(5n) .iconfonts:after {
        content: url('../images/img1/cc.png');
        position: absolute;
        left: 100%;
        top: 45%;
        display: block;
    }

    .flow a:nth-child(3n) .iconfonts:after {
        content: '';
        background: url('../images/img1/j-icon8.png') center center no-repeat;
        width: 300%;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        left: auto;
        display: block;
        top: 100%;
        height: 75px;
    }

    .pro_list .t1 {
        font-size: 13px;
        margin-top: 3px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1199px) {
    .none {
        display: block;
    }

    .iphone_none {
        display: none;
    }

    .question_list li:nth-child(even), .question_list li {
        width: 100%;
        margin: 10px auto;
    }

    .title_1 {
        /* border-left: 1px solid #5e873b; */
        font-size: 15px;
    }

    .title_1:after {
        content: '';
        width: 45px;
        height: 1px;
        background: #74ad44;
        display: block;
        margin-top: 8px;
    }

    .pro_list li, .pro_list li:nth-child(4n-3) {
        width: 45%;
        margin: 20px 2.5%;
    }

    .servies, .pro {
        padding: 40px 0;
    }

    .ewm_list .ewm {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .ewm_list .ewm img {
        width: 100px;
        margin-bottom: 5px;
    }
    .building-staff-content ul li{
    	width: 32%;
    }
    .building-staff-content ul li:nth-child(3n){
    	margin-right: 0;
    }
}

@media screen and (max-width: 850px) {

    .banner_pc {
        display: none;
    }

    .banner_sj {
        display: block;
    }

    .lzg_banner .titles {
        display: none;
    }

    .lzg_banner ul {
        width: 100%;
        float: none;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .lzg_banner li, .lzg_banner li:last-child {
        width: 48%;
        margin: 5px 0 0;
    }

    .lzg_banner li:last-child {
        width: 100%
    }

    .lzg_banner li:nth-child(even) {
        margin-left: 4%;
    }

    .lzg_banner .text1, .lzg_banner .sub, .select {
        line-height: 25px;
        height: 25px;
        font-size: 12px;
        width: 100%;
        border: 0;
        padding-left: 20px;
    }

    .banners1 .lzg_banner {
        height: 94px;
    }

    .flow a {
        width: 45%;
        height: 70px;
    }

    .question_list .t3 {
        font-size: 14px;
        line-height: 1.7;
    }

    .question_list .t2 {
        font-size: 18px;
        line-height: 2;
    }

    .flow .lans {
        width: calc(100% - 80px);
        left: 50px;
        margin-top: 3px;
    }

    .flow .t1 {
        font-size: 12px;
    }

    .flow .iconfonts:after, .flow a:nth-child(3n) .iconfonts:after, .flow a:nth-child(5n) .iconfonts:after {
        content: url('../images/img1/cc.png');
        position: absolute;
        left: 100%;
        top: 45%;
        display: block;
        background: url(.);
    }

    .flow a:nth-child(2n) .iconfonts:after {
        content: '';
        background: url('../images/img1/j-icon8.png') center center no-repeat;
        width: 200%;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        left: auto;
        display: block;
        top: 100%;
        height: 75px;
    }

    .editor {
        font-size: 13px;
        line-height: 1.8 !important;
    }

    .back .t1 {
        font-size: 15px;
    }

    .back .t2 {
        font-size: 13px;
        margin: 10px auto 20px auto;
    }

    .title {
        font-size: 18px;
    }

    .title2 {
        font-size: 12px;
        margin: 10px auto;
    }

    .title3 img {
        width: 15px;
    }

    .title3:before, .title3:after {
        margin: 10px;
    }

    .pro_list li, .pro_list li:nth-child(4n-3) {
        margin: 8px 2.5%;
    }

    .flow .iconfonts {
        width: 35px;
        height: 35px;
    }

    .flow a:nth-child(2n) .iconfonts:after {
        height: 40px;
    }

    .flow a {
        margin-bottom: 30px;
    }

    .contact .left, .contact .right {
        width: 100%;
        float: none;
        height: auto;
        padding: 40px 0;
    }

    .boxwindow {
        width: 90%;
        left: 5%;
    }

    .boxwindow .t2 {
        font-size: 13px;
        line-height: 1.8;
        padding: 10px 8px;
    }

    .boxwindow .t1 {
        font-size: 15px;
    }

    .form .text1 {
        margin: 15px 0;
    }

    .project_list li, .project_list li:nth-child(4n-3) {
        width: 49%;
        margin: 10px auto;
    }

    .project_list li:nth-child(even) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 650px) {
    .pro_list li, .pro_list li:nth-child(4n-3) {
        width: 100%;
        margin: 10px 0;
    }

    .flow .iconfonts:after, .flow a:nth-child(3n) .iconfonts:after, .flow a:nth-child(5n) .iconfonts:after, .flow a:nth-child(2n) .iconfonts:after {
        display: none;
    }

    .flow a, .flow a:last-child {
        width: 100%;
        margin: 8px 0;
        height: 80px;
    }

    .ewm_list .ewm {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .coryright {
        line-height: 1.5;
        padding: 14px 0;
    }

    .coryright a {
        line-height: 1.5;
    }

    .contact .form {
        width: 80%;
    }

    .header .logo {
        width: 160px;
    }

    .header_top {
        width: 30px;
        margin-top: 20px;
    }
    .banner {
        margin-top: 50px;
    }
}

.brand2_sum {
    /*background: url(.) center left no-repeat #74ad44;*/
    background-size: auto 100%;
    position: relative;
}

.brand1_sum .lans {
    position: absolute;
    width: 230px;
    right: 110%;
    text-align: right;
    top: 0;
    opacity: 0;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.brand1_sum li:nth-child(4) .lans, .brand1_sum li:nth-child(5) .lans {
    right: auto;
    left: 110%;
    text-align: left;
}

.brand2_sum .bg {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/img1/bb1.png') right center no-repeat;
    height: 100%;
    width: 100%;
    z-index: 4;
    left: 0;
    background-position-x: right !important;
    background-size: 10%;
    background-color: transparent;
}

.brand2_sum_lans {
	width: 1200px;
	background: #ffffff;
	padding: 0 60px 40px;
	margin: 60px auto;
	box-sizing: border-box;
}

.brand2_sum_lans .title {
    font-size: 40px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 35px;
    text-align: left;
}

.brand2_sum_lans .editor {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.brand2_sum_lans .logo1 {
    text-align: right;
    margin-top: 40px;
    position: relative;
}

.brand2_sum_lans .logo1:after {
    width: 0%;
    transition: all 1s;
    -webkit-transition: all 1s;
    background: #74ad44;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
}

.brand2_sum:hover .logo1:after {
    width: 50%;
}

@media screen and (max-width: 1550px) {
    .brand2_sum_lans {
        width: 75%;
    }

    .brand2_sum_lans .title {
        font-size: 35px
    }
}

@media screen and (max-width: 1199px) {
    .brand2_sum_lans {
        width: 95%;
        float: none;
        margin: 50px 0;
    }

    .brand2_sum {
        background-size: 100% 100%;
    }

    .brand2_sum_lans .title {
        font-size: 30px
    }

    .brand2_sum_lans .editor {
        font-size: 14px;
        line-height: 2;
    }

    .brand2_sum:hover .logo1:after {
        width: 55%;
    }

    .brand2_sum_lans .logo1 {
        margin-top: 30px;
    }

    .brand2_sum_lans .logo1 img {
        max-width: 40%
    }

    .brand2_sum .bg {
        background-size: 13%;
    }
}

/*serives.html*/
.serivesum .title_h2 {
    padding: 60px 0 50px 0;
}

.serivesum .serives1 {
    background: #f4f4f4;
}

.serives1_list {
    padding-top: 20px;
}

.serives1_list li {
    width: 22.8%;
    padding-top: 22.8%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*     float: left; */
    margin-right: calc(2.9% - 4px);
    background: #ffffff;
    overflow: hidden;
    transition: all .4s ease-in-out;
    margin-top: 0px;
    -webkit-transition: all .4s ease-in-out;
    cursor: pointer;
    margin-bottom: 20px;
}

.serives1_list li:hover {
    margin-top: -10px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);

}

.serives1_list li:nth-child(4n) {
    margin-right: 0;
}

.serives1_list .t1 {
}

.serives1_list .t2 {
    font-size: 18px;
    padding: 15px 0;
}

.serives1_list li:hover .t3, .serives1_list li:hover .t2 ,.serives1_list li.on .t3, .serives1_list li.on .t2 {
    color: #74ad44;
}

.serives1_list .t3 {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    height: 78px;
    box-sizing: border-box;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
}


.serives1_list .lans {
    width: 90%;
    top: 50%;
    position: absolute;
    left: 5%;
    text-align: center;
    transform: translate(0, -50%);
    z-index: 2;
}

.serives1_list .bg {
    font-size: 120px;
    color: #f8f8f8;
    position: absolute;
    top: -30px;
    left: -20px;
    line-height: 1;
    font-family: Arial;
    font-weight: bold;
}

.title_h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.s_list {

    padding-bottom: 40px;
}

.s_list li {
    background: #fff;
    width: 48%;
    float: left;
    transition: all .5s;
}

.s_list li:hover {
    margin-top: -10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .04);
}

.s_list li:nth-child(2) {
    margin-left: 4%;
}

.s_list .s1 {
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
/*步骤*/
.hospital-steps{
	background: #FFFFFF;
	padding: 30px 20px;
	margin-top: 20px;
	border-top: 4px solid #74ad44;
}
.hospital-steps li{
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.hospital-steps li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.hospital-steps li .steps-title{
	position: relative;
	font-size: 20px;
	padding-left:20px;
}
.hospital-steps li .steps-title:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    background: #74ad44;
    
}
.hospital-steps .steps-content{
	font-size: 14px;
	line-height: 25px;
	margin:20px 0 30px;
}
.hospital-steps li:last-child .steps-content{
	margin-bottom: 0;
}
.hospital-steps .steps-img{
	margin-bottom: 40px;
}
.pro2_details {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin: 30px 0 60px 0; */
}

.content_wrapper {
    float: right;
    width: 100%;
    height: auto;
    padding: 0px 0 40px 0;
}

.content_wrapper h2 {
    color: #fff;
    padding-top: 47px;
    /* text-align: center; */
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 10px;
    font-weight: normal;
}

.content_wrapper .item {
}

.content_wrapper .item:before {
    content: '';
    display: block;
    float: left;
    width: 33.3%;
    height: 100px;
    margin: -1px -1px 0 0px;
}

.content_wrapper .item li {
    position: relative;
    float: left;
    width: 33.3%;
    height: 300px;
    margin: -1px 0px 0 -1px;
    border: 1px solid rgba(170, 170, 170, .6);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .2);
}

.item .lans {
    position: relative;
    z-index: 5;
    width: 85%;
    margin: 20px auto 20px auto;
    line-height: 1.8;
    left: 0;
    transform: translate(0, 0%);
    top: 0;
}

.item .t1 {

    font-size: 18px;

    color: rgba(255, 255, 255, .9);

    line-height: 2;

    margin-bottom: 5px;
}

.item .heng {
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, .9);
    display: block;
    margin: 10px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.content_wrapper .item li:hover .heng {
    width: 60px;
}

.item .t2 {
    color: #fff;
    font-size: 12px;
    line-height: 2;
}

.item .t2 img {
    margin-right: 5px;
}

.item .hengs {
    display: block;
    background: rgba(170, 170, 170, .6);
    height: 1px;
    width: 50px;
    margin: 20px 0;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}

.item li:hover .hengs {
    width: 100%;
}

.item .t3 {
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.5;
}

.item li:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;

}

.item li:hover:after {
    content: '';
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background: #74ad44;
}

.pro1_list {
    background: #f9f9f9;
}
.pro1_list .left {
    width: 50%;
    float: left;
}

.pro1_list .right {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 30px;
}
.pro1_lists .left{
    float: right;
}
.pro1_lists .right{
    float: left;
}
.pro1_list .right li{
    padding-bottom: 15px;
}
.pro1_list  .t1{
    font-size: 16px;
    line-height: 2;
}
.pro1_list  .t2{
    font-size: 12px;
    line-height: 2;
    color: #666666;
}
.project .title_h2{
    padding: 40px 0 20px 0;
    font-size: 30px;
}
#s1{
    position: relative;
}
/*#s1:after{
    content: '';
    position: absolute;
    bottom:0px;
    left:0;
    width: 0;
    height: 0;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #ffffff;
}*/
#project dd{
    display: none;
}
@media screen and (max-width: 1199px) {
    .s_list li, .s_list li:nth-child(even) {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }

    .s_list li:hover, .s_list li:nth-child(even):hover {
        margin: 20px 0 0 0;
    }

    .serives1_list .t2 {
        font-size: 20px;
    }

    .serives1_list .t1 {
        width: 50px;
        margin: auto;
    }

    .serivesum .title_h2 {
        padding: 40px 0 30px 0;
        font-size: 28px;
    }

    .serives1_list li, .serives1_list li:nth-child(4n) {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 48%;
    }

    .serives1_list li:nth-child(2n) {
        margin-left: calc(4% - 4px);
        display: inline-block;
        float: none;
    }

    .serives1_list {
        padding-top: 0px;
    }

    .content_wrapper .item li {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }

    .content_wrapper .item:before {
        display: none;
    }

    .content_wrapper h2 {
        margin-bottom: 20px;
    }

    .content_wrapper {
        width: 100%;
        padding: 0px 0 20px 0;
    }
    #s1{
        display: none;
    }
    .pro1_list .left{
        width: 100%;
        float: none;
    }
    .pro1_list .right{
        width: 100%;
        float: none;
    }
    #project dd{
        display: block;
    }
    .project{
        padding: 0;
    }
    .pro1_list .t1{
        font-size: 14px;
    }
    .pro1_list .t2 {
        font-size: 12px;
        line-height: 2;
    }
	.problem-contanier ul li{
		width: 200px;
		height: 200px;
		margin: 15px 20px;
	}
	
}

@media screen and (max-width: 780px) {
    .serives1_list li,
    .serives1_list li:nth-child(4n) {
        margin: 10px 0;
        width: 100%;
        padding-top: 80%
    }
    .serives1_list:last-child{
    	padding-bottom: 0;
    }
    .serives1_list li:nth-child(2n){
    	margin-left: 0;
    }
	.trainings-content-cultivate li{
		width: 49%;
	}
	.trainings-content-cultivate li:nth-child(2n){
		margin-right: 0;
	}
    .serivesum .title_h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .top-title-one{
    	font-size: 16px;
    }
    .top-title-two{
    	font-size: 14px;
    }
 	.building-staff-content ul li{
 		width:100%;
 	}
 	.building-staff-content ul li{
 		margin-right: 0;
 	}
 	.main-mar{
 		padding-bottom: 40px;
 	}
 	.product-planning-left,
 	.product-planning-right{
 		width: 100%;
 	}
 	.product-planning-main{
 		margin-top: 0;
 	}
 	.service-process-box1 ul li:nth-child(2), 
 	.service-process-box1 ul li:nth-child(4){
 		width: 30%;
 	}
 	.service-process-box1 ul li:nth-child(1),
 	.service-process-box1 ul li:nth-child(3), 
 	.service-process-box1 ul li:nth-child(5){
 		width: 60%;
 	}
 	.service-process-box1 ul li:nth-child(1),
 	.service-process-box1 ul li:nth-child(2),
 	.service-process-box1 ul li:nth-child(3),
 	.service-process-box1 ul li:nth-child(4){
 		margin-bottom: 20px;
 	}
	.troubled-contanier-img{
		position: relative;
		width: 100%;
		top: 0;
		transform: initial;
	}
	.troubled-contanier ul{
		width: 100%;
	}
}
@media screen and (max-width: 580px){
	.service-process-box2 ul li,
	.service-process-box3 ul li,
	.trainings-content-mains .trainings-content-ul1 li, 
	.training-main ul li,
	.trainings-content-ul2 li{
 		width: 100%;
 		margin-bottom: 20px;
 		margin-right: 0;
 	}
 	.service-process-box2 ul li:last-child,
 	.service-process-box3 ul li:last-child,
 	.trainings-content-mains .trainings-content-ul1 li:last-child, 
	.training-main ul li:last-child,
	.trainings-content-ul2 li:last-child{
 		margin-bottom: 0;
 	}
 	.service-box2-img img,
 	.service-process-box3 ul li img,
 	.trainings-content-mains .trainings-content-ul1 li img, 
	.training-main ul li img,
	.trainings-content-ul2 li img,
	.trainings-content-cultivate li{
 		width: 100%;
 	}
 	.product-planning-right{
 		font-size: 14px;
 		line-height: 25px;
 	}
 	.building-staff-content ul li{
 		height: auto;
 	}
 	.serivesum .brand2_sum_lans .title_h2{
 		padding: 20px 0;
 	}
 	.brand2_sum_lans .logo1{
 		margin-top: 10px;
 	}
	.problem-contanier ul li{
		width: 140px;
		height: 140px;
		margin: 10px;
	}
	.problem-img img{
		max-width: 30px;
	}
	.trend-contanier li,
	.trend-img>div,
	.troubled-contanier ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.troubled-contanier ul li:nth-child(5){
		margin-bottom: 20px;
	}
	.trend-img>div:last-child{
		margin-bottom: 0;
	}
	.tr-first{
		font-size: 16px;
	}
	.td-first{
		font-size: 14px;
	}
	.package-list li{
		padding: 5px 10px;
	}
	.results-content li{
		width: 49%;
		margin-bottom: 20px;
	}
	.results-content li:nth-child(2n){
		margin-right: 0;
	}
	.results-content{
		padding: 0;
	}
	.results-text{
		font-size: 15px;
	}
	.quality-case-content ul li{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.quality-case-content ul li img{
		width: 100%;
	}
    .brand2_sum_lans{
        padding: 20px;
    }
}

