@charset "UTF-8";


@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1477px) {}

@media (max-width:1365px) {}

@media (max-width:1199px) {}

@media (max-width:990px) {}

@media (max-width:767px) {}
@font-face {
  font-family: "ARIAL";
  src: url("../fonts/ARIAL.woff2") format("woff2"),
       url("../fonts/ARIAL.woff") format("woff"),
       url("../fonts/ARIAL.ttf") format("truetype"),
       url("../fonts/ARIAL.eot") format("embedded-opentype"),
       url("../fonts/ARIAL.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


#header_wrap {
    height: 100px;
    position: relative;
}
#header {
    padding: 29px 0 23px;
}
.con1720 {
    max-width: 1730px;
    margin: 0 auto;
}
#header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 5px #ccc;
}
.con1200 {
    max-width: 1200px;
    margin: 0 auto;
}
#header .logo {
    width: 494px;
    height: 48px;
    /*margin-top: 24px;*/
}
#header .logo img {
    max-width: 100%;
}

.phone_header {
    display: none;
}
#menu768{
    display: none;
}
.space{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#header .header_right{
	width: 650px;
}
#header .header_right li a{
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 2px;
	color: #535353;
}
#header .header_right li.active a{
	color: #3a5789;
}
#header .tel{
	font-family: Impact;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #ff9000;
	margin-left: 119px;
}



@media (max-width: 1729px) and (min-width: 1600px){
.con1720 {
    max-width: 1580px;
    margin: 0 auto;
}
#header .tel {
    margin-left: 80px;
}
}
@media (max-width: 1599px) and (min-width: 1450px){
.con1720 {
    max-width: 1430px;
    margin: 0 auto;
}
#header .header_right {
    width: 600px;
}
#header .tel {
    margin-left: 30px;
}
}
@media (max-width: 1449px) and (min-width: 1367px){
.con1720 {
    max-width: 1347px;
    margin: 0 auto;
}
#header .header_right {
    width: 540px;
}
#header .tel {
    margin-left: 0;
}
}
@media (max-width: 1366px) and (min-width: 1200px){
	.con1200 {
    max-width: 1170px;
}
.con1720 {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}
#header .header_right {
    width: 610px;
    margin-top: 20px;
}
#header .tel {
    margin-left: 0;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 16px;
}
#header .logo {
    width: 440px;
    height: auto;
}
#header_wrap {
    height: 75px;
}
}

@media (max-width: 1199px) and (min-width: 992px){
	.con1200 {
    max-width: 970px;
}
#header_wrap {
    height: 91px;
}
#header .logo {
    width: 330px;
    height: auto;
}
.con1720 {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}
#header .header_right {
    width: 600px;
    margin-top: 20px;
}
#header .tel {
    margin-left: 0;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 16px;
}
}
@media (max-width: 991px) and (min-width: 768px){
#header_wrap {
    height: auto;
}
#header {
    width: 100%;
    padding: 0;
    position: relative;
    height: 8vw;
    background-color: #fff;
    top: 0;
}
#header {
    z-index: 0;
}
.pcheader {
    display: none;
}
.con1200 {
    max-width: 750px;
}
.con1720 {
    max-width: 750px;
}
.phone_header {
    display: block;
}
.phone_header {
    background-color: #fff;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    height: 8vw;
    padding: 0 2.5vw;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
	
.phone_header img {
    max-width: 100%;
}
.phone_menu {
    width: 6vw;
}
.phone_menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #3a5789;
    margin: .8vw 0;
}
#menu768 {
    padding: 10vw 4vw 0;
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s 0s,box-shadow 0s 0.4s;
    -webkit-transition: -webkit-transform 0.4s 0s,-webkit-box-shadow 0s 0.4s;
    transition: -webkit-transform 0.4s 0s,-webkit-box-shadow 0s 0.4s;
    transition: transform 0.4s 0s,box-shadow 0s 0.4s;
    transition: transform 0.4s 0s,box-shadow 0s 0.4s,-webkit-transform 0.4s 0s,-webkit-box-shadow 0s 0.4s;
}
.header_768 {
    text-align: center;
}
.header_768 a>img {
    max-width: 100%;
    display: inline-block;
}
.phone_menu {
    width: 6vw;
}
.header_768 .phone_menu {
    position: fixed;
    top: 3vw;
    right: 4vw;
    width: 4vw;
    cursor: pointer;
}
.header_768 .phone_menu span {
    position: absolute;
}
.header_768 .phone_menu .s1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_768 .phone_menu .middlespan {
    display: none;
}
.header_768 .phone_menu .s2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.phone_navs {
    padding: 5vw 0;
}
.phone_navs li {
    line-height: 6vw;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 14px;
    color: #666;
}
.phone_navs li a {
    display: block;
}
#menu768.hack {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: -4px 0 30px rgba(0,0,0,0.2);
    box-shadow: -4px 0 30px rgba(0,0,0,0.2);
    -webkit-transition: -webkit-transform 0.4s 0s,box-shadow 0s 0s;
    -webkit-transition: -webkit-transform 0.4s 0s,-webkit-box-shadow 0s 0s;
    transition: -webkit-transform 0.4s 0s,-webkit-box-shadow 0s 0s;
    transition: transform 0.4s 0s,box-shadow 0s 0s;
    transition: transform 0.4s 0s,box-shadow 0s 0s,-webkit-transform 0.4s 0s,-webkit-box-shadow 0s 0s;
}

}

@media (max-width: 767px){
	#header_wrap {
    height: auto;
}
#header {
    width: 100%;
    padding: 0;
    position: relative;
    height: 16vw;
    background-color: #fff;
}
#header {
    z-index: 0;
}
.con1200 {
    max-width: 96%;
}
.pc, .pcheader {
    display: none;
}
.iphone, .phone_header {
    display: block;
}
.phone_header {
    background-color: #fff;
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    height: 16vw;
    padding: 0 2.5vw;
    /* -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); */
    box-shadow: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.phone_header h1 img {
    max-width: 70vw;
}
.phone_menu {
    font-size: 16px;
    width: 6vw;
    cursor: pointer;
}
.phone_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3a5789;
    margin: 2vw 0;
}
#menu768{
    display: none;
}
#menu768 {
    padding: 10vw 4vw 0;
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s 0s,box-shadow 0s 0.6s;
    -webkit-transition: -webkit-transform 0.6s 0s,-webkit-box-shadow 0s 0.6s;
    transition: -webkit-transform 0.6s 0s,-webkit-box-shadow 0s 0.6s;
    transition: transform 0.6s 0s,box-shadow 0s 0.6s;
    transition: transform 0.6s 0s,box-shadow 0s 0.6s,-webkit-transform 0.6s 0s,-webkit-box-shadow 0s 0.6s;
}
#menu768.hack {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: -4px 0 30px rgba(0,0,0,0.2);
    box-shadow: -4px 0 30px rgba(0,0,0,0.2);
    -webkit-transition: -webkit-transform 0.6s 0s,box-shadow 0s 0s;
    -webkit-transition: -webkit-transform 0.6s 0s,-webkit-box-shadow 0s 0s;
    transition: -webkit-transform 0.6s 0s,-webkit-box-shadow 0s 0s;
    transition: transform 0.6s 0s,box-shadow 0s 0s;
    transition: transform 0.6s 0s,box-shadow 0s 0s,-webkit-transform 0.6s 0s,-webkit-box-shadow 0s 0s;
}
.header_768 {
    text-align: center;
    padding: 3vw 0 0;
}
.header_768 a img {
    max-width: 40vw;
    display: block;
    margin: 5vw auto 0;
}
.header_768 a>img {
    max-width: 50%;
    display: inline-block;
}
.phone_menu {
    font-size: 16px;
    width: 6vw;
    cursor: pointer;
}
.header_768 .phone_menu {
    position: fixed;
    top: 6vw;
    right: 4vw;
    width: 6vw;
    cursor: pointer;
}
.header_768 .phone_menu span {
    position: absolute;
}
.header_768 .phone_menu .s1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_768 .phone_menu .middlespan {
    display: none;
}
.header_768 .phone_menu .s2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.phone_menu.on{
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: 2.5vw;
    top: 12%;
}
.phone_menu.on span:first-child {top: 20px;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.phone_menu.on span.middlespan {opacity: 0;}
.phone_menu.on span:last-child {top: 20px;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.phone_menu.on span {display: none;margin: -2px 0 0;position: absolute;top: 40%;width: 28px;background-color: #1f1f1f;}
.phone_menu.on span:first-child {
    display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.phone_menu.on span:last-child {
    display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}

.phone_navs {
    padding: 5vw 0;
}
.phone_navs li {
    line-height: 12vw;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 3.7vw;
    color: #666;
}
.phone_navs li a {
    display: block;
}
}


	/*首页banner*/
.index_banner {
    width: 100%;
}
.index_banner img {
    max-width: 100%;
}
#phone_banner{
    display: none;
}


@media (max-width: 767px){
	.index_banner {
    display: none;
}
#phone_banner {
    display: block;
    width: 100%;
}
#phone_banner img {
    max-width: 100%;
}
.pagination1 .swiper-pagination-bullet {
    width: 23px;
    height: 3px;
    border-radius: 0;
    background-color: #000;
    opacity: 1;
}
.pagination1 .swiper-pagination-bullet-active {
    background-color: #496da9;
}
}



/*定制开发*/
.design{
	padding: 82px 0;
	background-color: #f2f2f2;
}
.tittle{
	text-align: center;
}
.tittle h1{
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
	padding-bottom: 30px;
}
.tittle p{
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1px;
	color: #5d5d5d;
}
.design_1{
	margin-top: 38px;
}
.design_1 li{
	width: 333px;
	height: 340px;
	background-color: #ffffff;
	border: solid 1px #e4e4e4;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.design_1 li a{
	width: 100%;
}
.design_1 li .design_1_img{
	width: 94px;
    height: 93px;
    margin: 0 auto 30px;
}
.design_1 li .design_1_img1{
    background: url(../img/design_1_img1.png)no-repeat center center;
}
.design_1 li .design_1_img2{
    background: url(../img/design_1_img2.png)no-repeat center center;
}
.design_1 li .design_1_img3{
    background: url(../img/design_1_img3.png)no-repeat center center;
}
.design_1 li .design_1_img4{
    background: url(../img/design_1_img4.png)no-repeat center center;
}
.design_1 li .design_1_img5{
    background: url(../img/design_1_img5.png)no-repeat center center;
}
.design_1 li p{
    font-size: 18px;
	line-height: 18px;
	color: #999999;
	padding-bottom: 44px;
	text-align: center;
}
.design_1 li .design_2{
	width: 100%;
    height: 95px;
    background: url(../img/inywbg.png)no-repeat center center;
    font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	padding-top: 48px;
	text-align: center;
}

.design_1 li:hover .design_1_img1{
    background: url(../img/design_1_img1_1.png)no-repeat center center;
}
.design_1 li:hover .design_1_img2{
    background: url(../img/design_1_img2_2.png)no-repeat center center;
}
.design_1 li:hover .design_1_img3{
    background: url(../img/design_1_img3_3.png)no-repeat center center;
}
.design_1 li:hover .design_1_img4{
    background: url(../img/design_1_img4_4.png)no-repeat center center;
}
.design_1 li:hover .design_1_img5{
    background: url(../img/design_1_img5_5.png)no-repeat center center;
}
.design_1 li:hover .design_2{
    background: url(../img/inywbg1.png)no-repeat center center;
	color: #FFFFFF;
}
/*客户案例*/
.case{
	padding: 80px 0;
}
.case_1{
	margin: 40px 0;
}
.case_1_ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.case_1_li{
	width: 100px;
	height: 28px;
	border-radius: 14px;
	border: solid 1px #d8d8d8;
	margin: 0 5px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: center;
}
.case_1_li.active{
	background-color: #345e9e;
	color: #ffffff;
	border: solid 1px #345e9e;
}
.case_2 {
    display: none;
    width: 100%;
}
.case_2.active {
    display: block;
    opacity: 1;
    text-align: center;
}
.case_3{
	width: 473px;
	height: auto;
    margin-bottom: 4px;
}
.case_2 .case_3{
    max-height: 287px;
    overflow: hidden;
}
.case_3 img{
    width: 100%;
    transition: .3s;
}
.case_2 .case_3:hover img {
    transform: scale(.95);
}
.case_3 h3{
    font-size: 28px;
    line-height: 26px;
	color: #333333;
	text-align: left;
	display: none;
}
.more{
	width: 180px;
	height: 42px;
	border: 1px solid #CCCCCC;
	margin: 53px auto 0;
	font-size: 16px;
	line-height: 42px;
	color: #999999;
	text-align: center;
}
/*服务流程*/
.service{
	padding: 80px 0;
	width: 100%;
    height: 694px;
    background: url(../img/service.png)no-repeat center center;
}
.service_1{
	margin-top: 43px;
	width: 100%;
	height: 407px;
	background-color: #ffffff;
}
.service_2{
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding-top: 55px;*/
    height: 100%;
}
.service_2 li{
	width: 204px;
	height: 293px;
	background-color: #ffffff;
}
.service_2 .service_icon{
	width: 46px;
	height: 51px;
	margin: 28px auto 0;
}
.service_2 li .service_icon_1{
    background: url(../img/service_icon_1.png)no-repeat center center;
}
.service_2 li .service_icon_2{
    background: url(../img/service_icon_2.png)no-repeat center center;
}
.service_2 li .service_icon_3{
    background: url(../img/service_icon_3.png)no-repeat center center;
}
.service_2 li .service_icon_4{
    background: url(../img/service_icon_4.png)no-repeat center center;
}
.service_2 li .service_icon_5{
    background: url(../img/service_icon_5.png)no-repeat center center;
}
.service_2 li .service_icon_6{
    background: url(../img/service_icon_6.png)no-repeat center center;
}
.service_2 li .service_icon_7{
    background: url(../img/service_icon_7.png)no-repeat center center;
}
.service_2 li .service_icon_8{
    background: url(../img/service_icon_8.png)no-repeat center center;
}
.service_2 h6{
	font-size: 18px;
	line-height: 19px;
	color: #333333;
	padding: 13px 0 21px;
	text-align: center;
}
.service_2 p{
	height: 55px;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	margin: 0 30px 34px;
	text-align: center;
}
.service_2 .service_round{
	position: relative;
	z-index: 0;
}
.service_2 .service_rounds{
	width: 42px;
	height: 42px;
	border: solid 1px #345e9e;
	font-size: 20px;
	line-height: 42px;
	color: #345e9e;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	background: #ffffff;
}
.service_2 .service_round::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #333333;
    z-index: -1;
}
.service_2 li:hover{
	background-color: #345e9e;
}
.service_2 li:hover h6,
.service_2 li:hover p{
	color: #ffffff;
}
.service_2 li:hover .service_icon_1{
    background: url(../img/service_icon_1_img.png)no-repeat center center;
}
.service_2 li:hover .service_icon_2{
    background: url(../img/service_icon_2_img.png)no-repeat center center;
}
.service_2 li:hover .service_icon_3{
    background: url(../img/service_icon_3_img.png)no-repeat center center;
}
.service_2 li:hover .service_icon_4{
    background: url(../img/service_icon_4_img.png)no-repeat center center;
}
.service_2 li:hover .service_icon_5{
    background: url(../img/service_icon_5_img.png)no-repeat center center;
}
.service_2 li:hover .service_icon_6{
    background: url(../img/service_icon_6_img.png)no-repeat center center;
}
.service_2 li:hover .service_icon_7{
    background: url(../img/service_icon_7_img.png)no-repeat center center;
}
.service_2 li:hover .service_icon_8{
    background: url(../img/service_icon_8_img.png)no-repeat center center;
}
.service_2 li:hover .service_rounds{
	border: solid 1px #f6a510;
	background-color: #f6a510;
	color: #ffffff;
}
.service_2 li:hover .service_round::before{
    background: #f6a510;
}

/*我们的团队*/
.team{
	padding: 85px 0;
}
.team .con1720 {
    max-width: 1600px;
    margin: 0 auto;
}
.team_1{
	/*flex-direction: column;*/
}
.team_1 li{
	width: 390px;
	height: 230px;
	margin-bottom: 10px;
}
.team_1 li.team_12{
	width: 390px;
	height: 470px;
	margin-bottom: 10px;
	padding: 80px 0 0 35px;
}
.team_1 li h2{
	font-size: 40px;
	font-weight: bold;
	line-height: 38px;
	padding: 60px 0 30px;
	color: #333333;
}
.team_1 li p{
	font-size: 14px;
	line-height: 15px;
	color: #767676;
}
.team_1 li span{
	width: 51px;
	height: 3px;
	background-color: #4b4b4b;
	display: block;
	margin-top: 40px;
}
.team_1 li.team_12 h6{
	font-size: 19px;
	font-weight: bold;
	line-height: 22px;
	color: #345e9e;
}
.team_1 li.team_12 p{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	padding-top: 40px;
}
/*优势特点*/
.advantage{
	padding: 84px 0 0;
    margin-bottom: 69px;
	width: 100%;
    height: 652px;
    background: url(../img/advantage.png)no-repeat center center;
}
.advantage .tittle h1 {
    color: #ffffff;
}
.advantage .tittle p {
    color: #d6d6d6;
}
.advantage_img{
	margin: 40px auto 0;
    text-align: center;
}
/*合作伙伴*/
.partner{
	padding: 70px 0 80px;
}
.partner_1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    -webkit-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
    margin: 39px auto 0;
    max-width: 1705px;
}
.partner_1 li{
	width: 214px;
	height: 131px;
	background-color: #ffffff;
	border: solid 1px #e8e8e8;
	margin-top: -1px;
	margin-left: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.partner_1 li p{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f6a510;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 131px;
	color: #ffffff;
}
.partner_1 li:hover p{
	display: block;
}
/*轮播*/

/*新闻动态*/
.new{
	padding: 79px 0 84px;
	background-color: #f5f5f5;
}
.new_1 {
    margin: 45px 0 42px;
}
.new_1_ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.new_1_li {
    width: 100px;
    height: 28px;
    border-radius: 14px;
    border: solid 1px #d8d8d8;
    margin: 0 5px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-align: center;
}
.new_1_li.active {
    background-color: #345e9e;
    color: #ffffff;
    border: solid 1px #345e9e;
}
.new_3{
	width: 511px;
	height: auto;
}
.new_img img{
	max-width: 100%;
}
.new_text_1{
	padding: 30px 30px 38px;
	background-color: #ffffff;
}
.new_text_2{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
}
.new_text_2 h1{
	font-size: 44px;
	line-height: 38px;
	color: #999999;
	font-weight: bold;
	padding-bottom: 10px;
}
.new_text_2 h2{
	font-size: 14px;
	font-weight: bold;
	line-height: 11px;
	color: #999999;
}
.new_text_2_icon{
	width: 35px;
	height: 10px;
    background: url(../img/new_text_2_icon.png)no-repeat center center;
}
.new_text_3 h4{
	font-size: 18px;
	line-height: 19px;
	color: #666666;
	padding: 40px 0 26px;
}
.new_text_3 p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new_4{
	width: 656px;
	height: auto;
}
.new_4 li{
	width: 100%;
	margin-bottom: 12px;
	height: 129px;
	background-color: #ffffff;
	padding: 23px 38px 22px 31px;
}
.new_4 li:last-child{
	margin-bottom: 0;
}
.new_5{
	width: 83px;
	height: 84px;
	background-color: #a8a7a7;
	text-align: center;
}
.new_5 h1{
	font-size: 34px;
	line-height: 25px;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 0 16px;
}
.new_5 h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
	color: #ffffff;
}
.new_6{
	width: 484px;
}
.new_6 h4{
	font-size: 18px;
	line-height: 19px;
	color: #666666;
	padding: 0 0 11px;
}
.new_6 p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new_4 li:hover{
	background-color: #345e9e;
}
.new_4 li:hover .new_5{
	background-color: #f6a510;
}
.new_4 li:hover .new_6 h4{
	color: #ffffff;
}
.new_4 li:hover .new_6 p{
	color: #ffffff;
	opacity: 0.7;
}
.new_2{
	display: none;
}
.new_2.active {
    display: block;
    opacity: 1;
    /*text-align: center;*/
}


/*底部*/
.footer_top{
	margin-top: 30px;
	width: 100%;
	height: 232px;
	background-color: #323232;
	border-top: 5px solid #345e9e;
	padding-top: 52px;
}
.ft_left1 {
    margin-bottom: 30px;
}
.ft_left a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 0 10px;
    color: #bbb;
    border-right: 1px solid #bbb;
}
.ft_left .first1 {
    padding-left: 0;
}
.ft_left .last1 {
    padding-right: 0;
    border-right: none;
}
.company {
    font-size: 12px;
    line-height: 12px;
    color: #a2a1a1;
    margin-top: 20px;
}
.foot_line{
	width: 1px;
	height: 130px;
	background-color: #202020;
}
.ft_middle span {
    font-size: 12px;
	color: #a2a1a1;
    line-height: 3;
}
.ft_right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.nax_last {
    margin: 0 14px;
    font-size: 12px;
    margin-top: 20px;
}
.nax_last p {
    margin-top: 10px;
    text-align: center;
    color: #939393;
}
.ft_right>img {
    margin-left: 55px;
}
.foot_biaodan h1{
	font-size: 16px;
	line-height: 17px;
	color: #bbbbbb;
	padding-bottom: 20px;
}
.foot_biaodan input {
    width: 319px;
	height: 36px;
	background-color: #ffffff;
    line-height: 36px;
    margin: 0 0 8px;
    text-indent: 14px;
    outline: none;
}
.foot_biaodan_input1 input{
    margin: 0;
}
.foot_biaodan_s1{
    width: 40px;
	height: 80px;
	background-color: #496da9;
    font-size: 14px;
    line-height: 20px;
    color: #feffff;
    margin-left: 7px;
    padding: 20px 13px;
}
.footer_bottom {
    height: 44px;
    width: 100%;
    background-color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
	line-height: 44px;
	color: #939393;
}
.footer_bottom a {
    padding: 0 5px;
    border-right: 1px solid rgba(221,221,221,0.54);
}
.footer_bottom p{
    padding: 0 13px;
}


.partner_1 li img{
	width: 100%;
    height: 100%;
}


.dzkf{
	display: none;
}
#m_footer{
	display: none;
}
.mbfloor5{
	display: none;
}

/*响应*/
@media (max-width: 1920px) and (min-width: 1730px){
.case_3 {
    width: 24.9%;
    margin-bottom: 2px;
}
}
@media (max-width: 1729px) and (min-width: 1600px){
.design_1 li {
    width: 19%;
}
.design_1 li:nth-child(4) p {
    padding-bottom: 26px;
}
.case_3 {
    width: 24.9%;
    margin-bottom: 3px;
}
.service_2 li {
    width: 190px;
}
.partner_1 li {
    width: 12%;
}
.partner_1 li img{
    max-width: 100%;
}
.new_3 {
    width: 460px;
    height: 523px;
}
.new_4 {
    width: 610px;
}
.new_4 li {
    padding: 20px;
    height: 124px;
    margin-bottom: 9px;
}
.new_6 {
    width: 465px;
}
}
@media (max-width: 1599px) and (min-width: 1450px){
.case_2 .case_3 {
    max-height: 210px;
    overflow: hidden;
}
.design_1 li {
    width: 19%;
}
.design_1 li:nth-child(2) p,
.design_1 li:nth-child(4) p{
    padding-bottom: 26px;
}
.case_3 {
    width: 24.9%;
    margin-bottom: 3px;
}
.service_2 li {
    width: 190px;
}
.service_2 li {
    width: 175px;
}
.service_2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.team_1 {
    width: 25%;
}
.team_1 li {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
}
.team_1 li img{
    max-width: 100%;
}
.team_1 li.team_12 {
    width: 100%;
    height: 420px;
    padding: 50px 0 0 35px;
}
.team_1 li {
    height: 205px;
}
.service_1 {
    height: 370px;
}
.service {
    height: auto;
}
.people_Mlist {
    width: 1240px!important;
}
.people_move {
    margin-left: -620px!important;
    width: 1240px!important;
}
.new_3 {
    width: 410px;
    height: 495px;
}
.new_4 {
    width: 565px;
}
.new_4 li {
    padding: 16px 20px;
    height: 117px;
    margin-bottom: 9px;
}
.new_6 {
    width: 420px;
}
.foot_biaodan input {
    width: 300px;
}
}
@media (max-width: 1449px) and (min-width: 1367px){
.case_2 .case_3 {
    max-height: 210px;
    overflow: hidden;
}
.design_1 li {
    width: 19%;
}
.design_1 li:nth-child(2) p,
.design_1 li:nth-child(4) p{
    padding-bottom: 26px;
}
.tittle h1 {
    font-size: 34px;
    line-height: 34px;
    padding-bottom: 25px;
}
.design {
    padding: 60px 0;
}
.case {
    padding: 60px 0;
}
.case_3 {
    width: 24.8%;
    margin-bottom: 3px;
}
.case_1 {
    margin: 30px 0;
}
.more {
    margin: 40px auto 0;
}
.service {
    padding: 60px 0;
}
.service_2 li {
    width: 190px;
}
.service_2 li {
    width: 175px;
}
.service_2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.team {
    padding: 60px 0;
}
ul.team_1 {
    width: 25%;
}
.team_1 li {
    width: 100%;
    height: 230px;
    margin-bottom: 0px;
}
.team_1 li.team_12 {
    width: 100%;
    height: 410px;
    padding: 25px 0 0 35px;
    margin-bottom: 0px;
}
.team_1 li img{
    max-width: 100%;
}

.team_1 li {
    height: 205px;
}
.service_1 {
    height: 370px;
}
.service {
    height: auto;
}
.people_Mlist {
    width: 1100px!important;
}
.people_move {
    margin-left: -550px!important;
    width: 1100px!important;
}
.new_3 {
    width: 390px;
    height: 483px;
}
.new_4 {
    width: 540px;
}
.new_4 li {
    padding: 16px 20px;
    height: 114px;
    margin-bottom: 9px;
}
.new_text_1 {
    padding: 30px 30px 35px;
}
.partner {
    padding: 60px 0;
}
.new_6 {
    width: 400px;
}
.foot_biaodan input {
    width: 200px;
}
.floor5 {
    height: 600px!important;
}
.people {
    height: 600px!important;
}
.people_ask {
    margin: 0 auto 40px!important;
}
.new {
    padding: 60px 0;
}
.new_1 {
    margin: 30px 0;
}
.ft_right>img {
    margin-left: 30px;
}
}
@media (max-width: 1366px) and (min-width: 1200px){
.case_2 .case_3 {
    max-height: 200px;
    overflow: hidden;
}
.design_1 li {
    width: 19%;
    height: 310px;
}
.design_1 li:nth-child(2) p,
.design_1 li:nth-child(4) p{
    padding-bottom: 26px;
}

.tittle h1 {
    font-size: 34px;
    line-height: 34px;
    padding-bottom: 25px;
}
.design {
    padding: 60px 0;
}
.case {
    padding: 60px 0;
}
.case_3 {
    width: 24.8%;
    margin-bottom: 3px;
}
.case_1 {
    margin: 30px 0;
}
.more {
    margin: 40px auto 0;
}
.service {
    padding: 60px 0;
}
.service_2 li {
    width: 12.5%;
}
.service_2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.team {
    padding: 60px 0;
}
ul.team_1 {
    width: 25%;
}
.team_1 li {
    width: 100%;
    height: 230px;
    margin-bottom: 0px;
}
.team_1 li.team_12 {
    width: 100%;
    height: 352px;
    padding: 12px 0 0 25px;
    margin-bottom: 0px;
}
.team_1 li img{
    max-width: 100%;
}
.team_1 li h2 {
    font-size: 34px;
    line-height: 34px;
    padding: 32px 0 20px;
}
.team_1 li span {
    margin-top: 20px;
}

.team_1 li {
    height: 176px;
}
.team_1 li.team_12 p {
    padding-top: 20px;
    line-height: 24px;
}
.advantage {
    padding: 60px 0;
    margin-bottom: 0;
    height: auto;
}
.advantage_img img{
	max-width: 90%;
}
.partner_1 li {
    width: 16%;
    height: 115px;
}
.partner_1 li img{
    max-width: 100%;
}
.service_1 {
    height: 370px;
}
.service {
    height: auto;
}

.people_Mlist {
    width: 980px!important;
}
.people_move {
    margin-left: -490px!important;
    width: 980px!important;
}
.new_3 {
    width: 320px;
    height: 366px;
}
.new_text_3 h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0 10px;
}
.new_4 li:nth-child(3) {
    margin-bottom: 0;
}
.new_text_2 h1 {
    font-size: 36px;
    line-height: 30px;
}
.new_text_2 {
    padding-bottom: 10px;
}
.new_4 {
    width: 500px;
}
.new_4 li {
    padding: 16px 20px;
    height: 116px;
    margin-bottom: 9px;
}
.new_text_1 {
    padding: 20px;
}
.partner {
    padding: 60px 0;
}
.new_6 {
    width: 360px;
}
.new_4 li:last-child {
    margin-bottom: 0;
    display: none;
}
.foot_biaodan input {
    width: 150px;
}
.floor5 {
    height: 600px!important;
}
.people {
    height: 600px!important;
}
.people_ask {
    margin: 0 auto 40px!important;
}
.new {
    padding: 60px 0;
}
.new_1 {
    margin: 30px 0;
}
.ft_right>img {
    margin-left: 10px;
}
.nax_last {
    margin: 0 6px;
}
}

@media (max-width: 1199px) and (min-width: 992px){
.case_2 .case_3 {
    max-height: 180px;
    overflow: hidden;
}
.tittle h1 {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 15px;
}
.design {
    padding: 45px 0 25px;
}
.design_1 {
    margin-top: 26px;
}
.design_1 li:nth-child(1),
.design_1 li:nth-child(2){
	width: 48%;
}
.design_1 li:nth-child(1) .design_2,
.design_1 li:nth-child(2) .design_2 {
    height: 135px;
    background-size: cover;
    padding-top: 65px;
}
.design_1 li:nth-child(1) p,
.design_1 li:nth-child(2) p {
    padding-bottom: 24px;
}
.design_1 li {
    width: 32%;
    margin-bottom: 20px;
}
.design_1 li .design_1_img1{
    background: url(../img/design_1_img1_1.png)no-repeat center center;
}
.design_1 li .design_1_img2{
    background: url(../img/design_1_img2_2.png)no-repeat center center;
}
.design_1 li .design_1_img3{
    background: url(../img/design_1_img3_3.png)no-repeat center center;
}
.design_1 li .design_1_img4{
    background: url(../img/design_1_img4_4.png)no-repeat center center;
}
.design_1 li .design_1_img5{
    background: url(../img/design_1_img5_5.png)no-repeat center center;
}
.case {
    padding: 45px 0;
}
.case_1 {
    margin: 20px 0;
}
.case_3 {
    width: 24.7%;
}
.more {
    margin: 20px auto 0;
}
.service {
    padding: 45px 0;
    height: auto;
}
.service_1 {
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.service_2 p {
    margin: 0 10px 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service_2 li {
    width: 12.5%;
}
ul.team_1 {
    width: 25%;
}
.team_1 li {
    width: 100%;
    height: 145px;
    margin-bottom: 0px;
}
.team_1 li.team_12 {
    width: 100%;
    height: 290px;
    padding: 12px 0 0 25px;
    margin-bottom: 0px;
}
.team_1 li img{
    max-width: 100%;
}
.team_1 li h2 {
    font-size: 30px;
    line-height: 30px;
    padding: 26px 0 12px;
}
.team {
    padding: 45px 0;
}
.team_1 li span {
    margin-top: 20px;
}
.team_1 li.team_12 h6 {
    font-size: 17px;
    line-height: 17px;
}
.team_1 li.team_12 p {
    padding-top: 10px;
    line-height: 19px;
    font-size: 12px;
}
.advantage {
    padding: 45px 0;
    margin-bottom: 0;
    height: auto;
}
.advantage_img img{
	max-width: 90%;
}
.partner {
    padding: 45px 0;
}
.partner_1 {
    margin: 25px auto 0;
}
.partner_1 li {
    width: 15%;
    height: 89px;
}
.partner_1 li img{
    max-width: 100%;
}
.people_Mlist {
    width: 820px!important;
}
.people_move {
    margin-left: -410px!important;
    width: 820px!important;
}
.people_ask {
    width: 850px!important;
    line-height: 20px!important;
    height: 40px!important;
    font-size: 16px!important;

}
.floor5 {
    height: 400px!important;
}
.people {
    height: 400px!important;
    padding: 50px 0 0!important;
}
.people_ask {
    margin: 0 auto 20px!important;
}
.new_3 {
    width: 49%;
}
.new_4 {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.new_6 {
    width: 88%;
}
.new_4 li:nth-child(3),
.new_4 li:nth-child(4){
	display: none;
}
.new {
    padding: 45px 0;
}
.new_1 {
    margin: 20px 0;
}
.footer_top .ft_left,
.footer_top .ft_middle,
.footer_top .foot_biaodan,
.footer_top .ft_right{
	width: 50%;
}
.foot_line{
	display: none;
}
.footer_top {
    height: auto;
}
.foot_biaodan_s {
    width: 76%;
}
.footer_top {
    padding: 30px 0;
}
}
@media (max-width: 991px) and (min-width: 768px){
.case_2 .case_3 {
    max-height: 210px;
    overflow: hidden;
}
.tittle h1 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 12px;
}
.design {
    padding: 45px 0 25px;
}
.design_1 {
    margin-top: 26px;
}
.design_1 li:nth-child(1),
.design_1 li:nth-child(2){
	width: 48%;
}
.design_1 li:nth-child(1) .design_2,
.design_1 li:nth-child(2) .design_2 {
    height: 103px;
    background-size: cover;
    padding-top: 50px;
}
.design_1 li:nth-child(1) p,
.design_1 li:nth-child(2) p {
    padding-bottom: 24px;
}
.design_1 li:nth-child(4) p{
    padding-bottom: 26px;
}
.design_1 li {
    width: 32%;
    margin-bottom: 20px;
    height: 320px;
}
.design_1 li .design_1_img1{
    background: url(../img/design_1_img1_1.png)no-repeat center center;
}
.design_1 li .design_1_img2{
    background: url(../img/design_1_img2_2.png)no-repeat center center;
}
.design_1 li .design_1_img3{
    background: url(../img/design_1_img3_3.png)no-repeat center center;
}
.design_1 li .design_1_img4{
    background: url(../img/design_1_img4_4.png)no-repeat center center;
}
.design_1 li .design_1_img5{
    background: url(../img/design_1_img5_5.png)no-repeat center center;
}
.case {
    padding: 45px 0;
}
.case_1 {
    margin: 20px 0;
}
.case_3 {
    width: 49.8%;
}
.case_3:nth-child(7),
.case_3:nth-child(8){
	display: none;
}

.more {
    margin: 20px auto 0;
}
.service {
    padding: 45px 0;
    height: auto;
    background-size: cover;
}
.service_1 {
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.service_2 p {
    margin: 0 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service_2 {
    flex-wrap: wrap;
}
.service_2 li {
    width: 24%;
    height: 275px;
}
.team_1:nth-child(2) {
    display: none;
}
ul.team_1 {
    width: 33.33%;
}
.team_1 li {
    width: 100%;
    height: 152px;
    margin-bottom: 0px;
}
.team_1 li.team_12 {
    width: 100%;
    height: 304px;
    padding: 12px 0 0 25px;
    margin-bottom: 0px;
}
.team_1 li img{
    max-width: 100%;
}
.team_1 li h2 {
    font-size: 30px;
    line-height: 30px;
    padding: 26px 0 12px;
}
.team {
    padding: 45px 0;
}
.team_1 li span {
    margin-top: 20px;
}
.team_1 li.team_12 h6 {
    font-size: 17px;
    line-height: 17px;
}
.team_1 li.team_12 p {
    padding-top: 10px;
    line-height: 19px;
    font-size: 12px;
}
.advantage {
    padding: 45px 0;
    margin-bottom: 0;
    height: auto;
}
.advantage_img img{
	max-width: 90%;
}
.partner {
    padding: 45px 0;
}
.partner_1 {
    margin: 25px auto 0;
}
.partner_1 li {
    width: 25%;
    height: 115px;
}
.partner_1 li img{
    max-width: 100%;
}
.people_Mlist {
    width: 680px!important;
}
.people_move {
    margin-left: -340px!important;
    width: 680px!important;
}
.people_ask {
    width: 650px!important;
    line-height: 20px!important;
    height: 40px!important;
    font-size: 16px!important;

}
.people_r {
    right: -30px!important;
}
.people_l {
    left: -30px!important;
}
.floor5 {
    height: 400px!important;
}
.people {
    height: 400px!important;
    padding: 50px 0 0!important;
}
.people_ask {
    margin: 0 auto 20px!important;
}
.new_3 {
    width: 49%;
}
.new_4 {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.new_6 {
    width: 83%;
}
.new_4 li:nth-child(3),
.new_4 li:nth-child(4){
	display: none;
}
.new {
    padding: 45px 0;
}
.new_1 {
    margin: 20px 0;
}
.footer_top .ft_left,
.footer_top .ft_middle,
.footer_top .foot_biaodan,
.footer_top .ft_right{
	width: 50%;
}
.foot_line{
	display: none;
}
.footer_top {
    height: auto;
}
.foot_biaodan_s {
    width: 85%;
}
.foot_biaodan input {
    width: 270px;
}
.footer_top {
    padding: 30px 0;
}
.ft_right>img {
    margin-left: 30px;
}
.nax_last {
    margin: 0 14px 0 0;
}
}

@media (max-width: 767px){
.dzkf1{
	display: none;
}
.dzkf{
	display: block;
}
.tittle h1 {
    font-size: 5.334vw;
    line-height: 5.334vw;
    padding-bottom: 2.7vw;
	font-family: PingFang-SC-Bold;
}
.tittle p {
	font-size: 3vw;
    line-height: 3.2vw;
}
.design {
    padding: 8vw 4vw 9vw;
}
.design_1 {
    margin-top: 5.1vw;
}
.design_1 li:nth-child(1),
.design_1 li:nth-child(2){
	width: 45vw;
	height: 41.7vw;
    margin-bottom: 2.6vw;
}
.design_1 li:nth-child(1) .design_2,
.design_1 li:nth-child(2) .design_2 {
    height: 12.7vw;
    background-size: cover;
    padding-top: 5.5vw;
    font-size: 3.556vw;
    line-height: 3.556vw;
}
.design_1 li:nth-child(1) p{
    padding-bottom: 4.6vw;
    font-size: 2.933vw;
    line-height: 3vw;
}
.design_1 li:nth-child(2) p{
    /*padding-bottom: 1.7vw;*/
    font-size: 2.933vw;
    line-height: 3vw;
}
.design_1 li:nth-child(4) p{
    padding-bottom: 2.5vw;
}
.design_1 li:nth-child(1) .design_1_img,
.design_1 li:nth-child(2) .design_1_img {
    width: 12.1vw;
    height: 12.5vw;
    margin: 0 auto 3.8vw;
}
.design_1 li {
    width: 29.3vw;
    height: 29.9vw;
}
.design_1 li .design_1_img1{
    background: url(../img/design_1_img1_1.png)no-repeat center center;
    background-size: contain;
}
.design_1 li .design_1_img2{
    background: url(../img/design_1_img2_2.png)no-repeat center center;
    background-size: contain;
}
.design_1 li .design_1_img3{
    background: url(../img/design_1_img3_3.png)no-repeat center center;
    background-size: contain;
}
.design_1 li .design_1_img4{
    background: url(../img/design_1_img4_4.png)no-repeat center center;
    background-size: contain;
}
.design_1 li .design_1_img5{
    background: url(../img/design_1_img5_5.png)no-repeat center center;
    background-size: contain;
}

.design_1 li .design_2 {
    height: 8.4vw;
    font-size: 2.844vw;
    line-height: 2.844vw;
    padding-top: 3.3vw;
    background-size: contain;
}
.design_1 li p {
    font-size: 2.311vw;
    line-height: 2.311vw;
    padding-bottom: 4.6vw;
    text-align: center;
  font-family: "ARIAL";
}
.design_1 li .design_1_img {
    width: 8vw;
    height: 7.6vw;
    margin: 0 auto 2.7vw;
}
.case {
    padding: 9.1vw 4vw 11.1vw;
}
.case_1 {
    margin: 6.3vw 4.9vw;
}
.case_1_li {
    width: 19.9vw;
    height: 6.2vw;
	border-radius: 3.067vw;
    border: solid 0.13vw #d8d8d8;
    margin: 0 0.7vw;
    font-size: 3.2vw;
    line-height: 6.2vw;
}
.case_1_li:last-child{
	display: none;
}
.case_3 {
    width: 44.6vw;
    height: auto;
    margin-bottom: 6.8vw;
}
.case_3 h3 {
    font-size: 3.734vw;
    line-height: 3.734vw;
    display: block;
    padding-top: 2.4vw;
}
.case_3 img {
    width: 100%;
    transition: .3s;
	height: 31vw;
}
.case_3:nth-child(7),
.case_3:nth-child(8) {
    display: none;
}
.more.dzkf {
    width: 92vw;
	height: 11vw;
	border: solid 0.133vw #8c8c8c;
    margin: 1.3vw auto 0;
    font-size: 3.734vw;
    line-height: 11vw;
	color: #666666;
    text-align: center;
}
.service,.team,.advantage,.partner,.floor5{
	display: none;
}
.new {
    padding: 8.5vw 4vw 11.5vw;
}
.new .new_1{
	display: none;
}
.new_3 {
	margin-top: 5vw;
    width: 92vw;
    height: auto;
}
.new_img {
    height: 46.4vw;
}
.new_img img {
    width: 100%;
    height: 100%;
}
.new_2 .space .new_3:nth-child(2){
	display: none;
}
.new_text_1 {
    padding: 4.7vw 4vw 5.9vw;
    background-color: #ffffff;
}
.new_text_2 h1 {
    font-size: 6.667vw;
	line-height: 4.8vw;
	color: #333333;
    font-weight: normal;
    padding-bottom: 2.3vw;
}
.new_text_2 h2 {
	font-size: 3.2vw;
	font-weight: normal;
	line-height: 4.8vw;
	color: #666666;
}
.new_text_2 {
    border-bottom: 0.13vw solid #dbdbdb;
    padding-bottom: 4.1vw;
}
.new_text_2_icon {
    width: 4.7vw;
	height: 1.3vw;
	background-size: contain;
}
.new_text_3 h4 {
	font-size: 4vw;
	line-height: 4.8vw;
	color: #333333;
    padding: 5.1vw 0 4.1vw;
}
.new_text_3 p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_4 {
    width: 92vw;
    height: auto;
}
.new_4 li:nth-child(3),
.new_4 li:nth-child(4){
    display: none;
}
.new_4 li {
    width: 100%;
    margin-bottom: 0;
    margin-top: 3.6vw;
    height: 23.9vw;
    background-color: #ffffff;
    padding: 4.3vw 4vw 4.7vw;
}
.new_5 {
    width: 15vw;
	height: 15vw;
	background-color: #345e9e;
    text-align: center;
}
.new_5 h1 {
    font-size: 5.333vw;
    line-height: 2.6vw;
    color: #ffffff;
    font-weight: normal;
    padding: 2.9vw 0 2.4vw;
}
.new_5 h2 {
    font-size: 2.844vw;
    font-weight: normal;
    line-height: 2.6vw;
    color: #ffffff;
}
.new_6 {
    width: 65.7vw;
}
.new_6 h4{
	font-size: 3.8vw;
	line-height: 2.6vw;
	color: #333333;
    padding: 0 0 2.6vw;
}
.new_6 p {
    font-size: 3.2vw;
    line-height: 4.733vw;
    color: #999999;
}
.new .more.dzkf {
    margin: 7.7vw auto 0;
}
#footer{
	display: none;
}


#m_footer{
	display: block;
}
.m_footer_top {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    background-color: #323232;
    border-top: 0.8vw solid #345e9e;
    padding: 5.7vw 10.3vw;
}
.logos {
    width: 39.7vw;
	height: 7.1vw;
    object-fit: contain;
}
.bottom_mes {
    margin-top: 8.5vw;
}
.bottom_mes p {
    font-size: 3.2vw;
    line-height: 3.6vw;
    color: #e3e3e3;
    margin-top: 3.3vw;
}
.pcom {
    font-size: 3.2vw;
    line-height: 4.913vw;
    color: #999999;
    margin-top: 8.3vw;
}
}


@media (max-width: 1366px) and (min-width: 1200px){
    .partner_1 li p {
        line-height: 115px;
    }
    }
    
    @media (max-width: 1199px) and (min-width: 992px){
        .partner_1 li p {
        line-height: 89px;
    }
    }
    
    @media (max-width: 991px) and (min-width: 768px){
        .partner_1 li p {
        line-height: 115px;
    }
    }