
@media (max-width:1340px){
	.nav ul li {
	    margin-left: 55px;
	}
	
}

@media (min-width:1240px){
	.nav ul li:hover dl{
		display: block;
	}
}
@media (min-width:1199px){
	.head_con{
		display: block !important;
	}
	.nav_but{
		display: none;
	}
	
	.nav ul li:hover dl{
		display: block;
	}
}
@media (max-width:1200px){
	.font46 {
		font-size: 40px;
	}
	.font42 {
		font-size: 36px;
	}
	.font36 {
		font-size: 32px;
	}
	.font32 {
		font-size: 28px;
	}
	.font28 {
		font-size: 26px;
	}
	.font26 {
		font-size: 24px;
	}
	.font24 {
		font-size: 22px;
	}
	.font21 {
		font-size: 20px;
	}
	
	.core {
		width: 94%;
	}
	
	.pt140{
		padding-top: 60px;
	}
	.pb140{
		padding-bottom: 60px;
	}
	.pt70{
		padding-top: 50px;
	}
	.pb70{
		padding-bottom: 50px;
	}
	
	.header {
		height: 60px;
	}
	.logo {
	    width: 140px;
		margin-left: 3%;
	}
	.nav_but{
		display: block;
		width: 40px;
		height: 40px;
		cursor: pointer;
		background-image: url(../image/common/nav_wbut.png);
		background-repeat: no-repeat;
		background-position: center center;
		margin-top: 10px;
		margin-right: 3%;
	}
	.header.nofix .nav_but{
		background-image: url(../image/common/nav_but.png);
	}
	
	.nav_but.close{
		background-image: url(../image/common/close.png);
	}
	.header.nofix .nav_but.close{
		background-image: url(../image/common/close2.png);
	}
	
	
	.head_con{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #FFFFFF;
		width: 100%;
		margin-right: 0;
		height: calc(100vh - 60px);
		overflow-x: hidden;
	}
	
	.head_con .nav ul li a {
		color: #333333;
	}
	
	.nav{
		width: 100%;
		margin-right: 0;
		padding: 0 30px;
	}
	.nav ul li {
		text-align: left;
		margin-left: 0;
		width: 100%;
		border-bottom: 1px solid #d9d9d9;
	}
	.nav ul li div {
		line-height: 40px;
		position: relative;
	}
	
	.nav ul li div .nav_kg{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		line-height: 38px;
		text-align: center;
		font-size: 24px;
	}
	.nav ul li div .nav_kg span{
		display: block;
		width: 100%;
	}
	.nav ul li div .nav_kg span.no{
		display: none;
	}
	
	.nav ul li.active div .nav_kg span.yes{
		display: none;
	}
	.nav ul li.active div .nav_kg span.no{
		display: block;
	}
	
	.nav ul li dl{
		display: none;
		position: static;
		width: 100%;
		margin-left: 0;
		line-height: 32px;
		padding-bottom: 10px;
	}
	.nav ul li dl::after {
	    display: none;
	}
	
	.headright{
		width: 100%;
	}
	.hsearch{
		width: 100%;
		height: 50px;
		border-right: none;
		padding-right: 0;
		margin-top: 20px;
	}
	.hsearch .nav_search {
		display: block;
		position: static;
		border: 1px solid #d9d9d9;
		margin: 0 auto;
		height: 50px;
	}
	.hsearch i {
		display: none;
	}
	.nav_search .nav_search_input {
		width: 270px;
	}
	
	.nav_search button {
		width: 50px;
		height: 50px;
	}
	
	
	.header .hphone p{
		color: #333333;
		background-image: url(../img/hphones.png);
	}
	.hphone{
		width: 100%;
		text-align: center;
	}
	.hphone p{
	    line-height: 3em;
		display: inline-block;
	}
	
	.flogo {
		width: 100%;
		margin-top: 0;
	}
	.flogo img{
		width: 150px;
		display: block;
		margin: 0 auto;
	}
	.foot_top {
	    padding-bottom: 50px;
	}
	.finfo{
		width: 100%;
		padding-top: 20px;
	}
	.finfo{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.finfo dl{
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	
	.index1_con ul li h4{
		font-size: 42px;
		margin-bottom: 10px;
	}
	.index1_con ul li h4 sup{
		font-size: 20px;
		margin-left: 6px;
	}
	
	
	
	
	.ny_nav .core{
		line-height: 60px;
	}
	.ny_nav a{
		margin: 0 20px;
	}
	
	.detail_top {
	    padding-bottom: 40px;
	}
	.detail_p {
	    padding: 30px;
	}
}
@media (max-width:1100px){
	.gghd_pc{
		display: none;
	}
	.gghd_yd{
		display: block;
	}
	.advertising1_list li.advertising1_con p {
		padding: 0 0;
	}
}
@media (max-width:1024px){
	.intro2_cons{
		width: 700px;
	}
	.intro2_tab li {
	    width: 110px;
	    height: 110px;
	    padding-top: 24px;
	}
	.intro2_tab li .intro2_icon {
	    height: 28px;
	    margin-bottom: 5px;
	}
	.intro2_text li {
	    padding: 10px 20px;
	    min-height: 160px;
	}
	.intro2_text li::before {
	    left: 36px;
	}
	.intro2_text li:nth-of-type(2)::before {
		left: 235px;
	}
	.intro2_text li:nth-of-type(3)::before {
	    left: 432px;
	}
	.intro2_text li:nth-of-type(4)::before {
		left: 630px;
	}
}

@media (max-width:992px){
	.index2{
		height: auto;
		padding-top: 90px;
		padding-bottom: 15px;
		background-image: none;
	}
	.index2_l {
	    width: 100%;
	    height: auto;
	    display: block;
		float: none;
	}
	.index2_bg {
	    width: 70%;
	    height: 100%;
	    background-image: url(../image/index/index2_bg3.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.index2_l .tit h2 {
	    position: relative;
	    left: 0;
	    bottom: 0;
	}
	.index2_l .tit h3 {
		position: absolute;
		left: 0;
		top: 0;
	    line-height: 84px;
	}
	.index2_r {
	    display: none;
	}
	.index2_phone{
		display: block;
		padding-top: 50px;
	}
	.index2_phone ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index2_phone ul li{
		width: 47%;
		margin-right: 6%;
		margin-bottom: 4%;
	}
	.index2_phone ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.index2_l .swiper-pagination{
		display: none;
	}
	
	
	.index3 {
	    padding: 70px 0 40px;
	}
	
	.index4_list{
		padding: 0 3%;
		padding-top: 30px;
	}
	.index4_list li{
		width: 49%;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.index4_list li:nth-of-type(2n){
		margin-right: 0;
	}
	.index4_text {
	    width: 100%;
	    height: auto;
	    position: static;
	    color: #333333;
	    background-color: #FFFFFF;
	    padding: 0 0;
	}
	
	.index4_text h3 {
		font-size: 21px;
		line-height: 1.238em;
		text-align: left;
		margin-top: 3%;
	}
	.index4_text .index4_text_box {
	    padding: 0 0;
	}
	.index4_text i,.index4_text h4{
		display: none;
	}
	
	
	
	.footer {
		padding-bottom: 40px;
	}
	.bottom {
		padding-top: 20px;
	}
	.fnav{
		width: 100%;
		margin-bottom: 10px;
	}
	.banqun{
		width: 100%;
		text-align: center;
	}
	
	.intro1_l {
	    width: 45%;
	}
	
	
	.gghd_yd .swiper-container{
		height: 400px;
	}
	
	
	.advertising1_list li{
		width: 48%;
		padding-bottom: 20px;
		margin-top: 4%;
	}
	
	.web_cell {
	    margin-top: 40px;
	}
	.web_cell img{
		width: 100%;
		float: none !important;
	}
	.web_text{
		width: 100%;
		height: auto;
		position: static;
		margin-top: 0;
	}
	.web_text p {
	    max-width: 100%;
	}
	
	
	.index1_left{
		width: 100%;
		float: none;
		padding-bottom: 5%;
	}
	.index1_left img{
		display: block;
		width: 95%;
	}
	.index1_img{
		top: 5%;
		left: 5%;
	}
	
	.index1_text{
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 50px;
	}
	.index1_text .tit h2 {
	    left: 0;
	    width: 760px;
		position: relative;
		bottom: 0;
	}
	.index1_text .tit h3 {
	    left: 0;
		position: absolute;
		bottom: 0;
		line-height: 84px;
	}
	.tit h2 {
	    font-size: 60px;
	}
	.tit h3 {
		font-size: 30px;
	}
	.index1_con>p {
	    max-width: 100%;
	    font-size: 21px;
		line-height: 2.2857em;
	}
	.index1_con ul{
		display: flex;
		justify-content: space-between;
	}
	.index1_con ul li h3 {
	    font-size: 20px;
	}
	.index1_con ul li h4 {
	    font-size: 60px;
	}
	.index1_con ul li p {
	    font-size: 18px;
	}
	
	.index1_con ul i{
		margin: 0 0;
	}
}

@media (max-width:768px){
	.font46 {
		font-size: 36px;
	}
	.font42 {
		font-size: 32px;
	}
	.font36 {
		font-size: 28px;
	}
	.font32 {
		font-size: 26px;
	}
	.font28 {
		font-size: 24px;
	}
	.font26 {
		font-size: 22px;
	}
	.font24 {
		font-size: 20px;
	}
	.font21 {
		font-size: 18px;
	}
	.font18 {
		font-size: 16px;
	}
	.font16 {
		font-size: 14px;
	}
	.font14 {
		font-size: 12px;
	}
	.footer {
	    padding-top: 20px;
	    padding-bottom: 40px;
	}
	
	.pt70{
		padding-top: 40px;
	}
	.pb70{
		padding-bottom: 40px;
	}
	.pt50{
		padding-top: 30px;
	}
	.tit {
	    line-height: 40px;
	}
	.tit2 i {
	    width: 180px;
	    height: 3px;
	}
	
	.index1_con ul li h4{
		font-size: 36px;
	}
	.index1_con ul li h4 sup{
		font-size: 18px;
	}
	
	
	.index2{
		padding-top: 60px;
	}
	.index2_phone{
		padding-top: 30px;
	}
	
	
	.index3_list {
	    padding-top: 10px;
	}
	.index3_list li{
		width: 48.73%;
		margin-bottom: 2.54%;
		margin-right: 2.54%;
	}
	.index3_list li:nth-of-type(2n){
		margin-right: 0;
	}
	
	
	.index5{
		height: 460px;
	}
	.index5 .tit {
	    padding-bottom: 10px;
	}
	.index5_list li{
		width: 25%;
	}
	
	
	.index6_l,.index6_r{
		width: 100%;
	}
	.index6_l li{
		width: 48%;
		height: auto;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.index6_l li:nth-of-type(2n){
		margin-right: 0;
	}
	.index6_r li{
		height: auto;
		padding-bottom: 20px;
	}
	.index6_r li a{
		padding: 0 20px;
	}
	.index6_r li a .index6_rtime{
		padding-top: 20px;
		width: 60px;
	}
	.index6_r li a .index6_rtext{
		margin-left: 65px;
	}
	
	.ny_banner{
		height: 300px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.ny_banner img{
		display: none;
	}
	.ny_ntit i {
		width: 40px;
		margin: 10px auto;
	}
	.intro1_l {
	    width: 100%;
	}
	.intro1_r{
		width: 100%;
		padding-top: 20px;
	}
	
	
	.intro2_con {
	    min-height: 300px;
	    background-size: auto 300px;
	    padding-top: 135px;
	}
	.intro2_cons{
		width: 600px;
	}
	.intro2_text {
		padding-top: 30px;
	}
	.intro2_text li::before {
		width: 22px;
		height: 13px;
		left: 44px;
		top: -13px;
	}
	.intro2_text li:nth-of-type(2)::before {
		left: 205px;
	}
	.intro2_text li:nth-of-type(3)::before {
		left: 370px;
	}
	.intro2_text li:nth-of-type(4)::before {
		left: 532px;
	}
	.intro3_con {
	    padding-bottom: 15px;
	}
	.intro3_con li {
	    width: 31%;
	    margin-bottom: 4%;
		box-shadow: 0 0 8px 2px rgba(0,0,0,0.15);
	}
	.intro3_con li:first-of-type,.intro3_con li:nth-of-type(3){
		margin-left: 17%;
		margin-right: 0;
	}
	.intro3_con li:nth-of-type(2),.intro3_con li:nth-of-type(4){
		margin-right: 17%;
	}
	
	.intro4_list li {
	    width: 33.3333333%;
	    padding: 40px 0;
		border-bottom: 1px solid #EEEEEE;
	}
	.intro4_list li:nth-of-type(3n){
		border-right: none;
	}
	.intro4_list li i {
		width: 32px;
		height: 32px;
	}
	
	.case_list ul li{
		width: 48%;
		margin-right: 4% !important;
		margin-bottom: 4%;
	}
	.case_list ul li:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.page {
	    padding-top: 30px;
	}
	
	.page a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 2px 6px;
	}
	
	
	.detail_top {
	    padding-bottom: 30px;
	}
	.detail_p {
	    padding: 20px;
	}
	
	
	.contact_info,.contact_ly{
		width: 100%;
		padding: 20px;
	}
	.contact_ly{
		margin-top: 20px;
	}
	.tit3 i {
	    width: 60px;
	}
	.contact_form li h3 {
	    width: 60px;
	}
	
	.advertising1_top {
	    height: 150px;
	}
	.advertising1_list li.advertising1_tit .advertising1_top {
	    padding-top: 40px;
	}
	.advertising1_list li.advertising1_con .advertising1_top {
	    padding-top: 20px;
	}
	
	
	.advertising2_icon{
		width: 60px;
		height: 60px;
	}
	
	.advertising2_jt{
		width: 18px;
		height: 60px;
		margin: 0 10px;
	}
	.xnzb_tit i {
	    width: 60px;
	    margin-top: 25px;
	}
	.xnzb_con {
	    padding-top: 15px;
	}
}

@media (max-width:750px){
	.banner .kzq{
		width: 3rem;
		height: 0.8rem;
		right: 0;
	}
	.banner .swiper-pagination{
		width: 1.4rem;
		line-height: 0.8rem;
		font-size: 0.16rem;
	}
	.banner .kzq .swiper-pagination .swiper-pagination-total::after{
		top: -0.01rem;
		left: -0.1rem;
	}
	.kzq_page{
		width: 0.78rem;
		height: 0.2rem;
		margin-top: 0.3rem;
		margin-right: 0.4rem;
	}
	.banner_prev{
		width: 0.1rem;
		height: 0.18rem;
		margin-top: 0.01rem;
	}
	.banner_next{
		width: 0.1rem;
		height: 0.18rem;
		margin-top: 0.01rem;
	}
	.kzq_page i{
		height: 0.2rem;
		margin: 0 0.28rem;
	}
	
	
}



@media (max-width:640px){
	.font46 {
		font-size: 32px;
	}
	.font42 {
		font-size: 28px;
	}
	.font36 {
		font-size: 26px;
	}
	.font32 {
		font-size: 24px;
	}
	.font28 {
		font-size: 22px;
	}
	.font26 {
		font-size: 20px;
	}
	.font24 {
		font-size: 18px;
	}
	.font21 {
		font-size: 16px;
	}
	.font18 {
		font-size: 14px;
	}
	.font16 {
		font-size: 12px;
	}
	.font14 {
		font-size: 10px;
	}
	
	.flogo img {
	    width: 120px;
	}
	.foot_top {
	    padding-bottom: 20px;
	}
	.finfo dl{
		width: 48% !important;
		margin-right: 4% !important;
	}
	.finfo dl:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.finfo dl:last-of-type{
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.tit i {
	    width: 30px;
	    height: 1px;
	}
	.tit2 i {
	    width: 120px;
	    height: 2px;
	}
	
	
	
	
	.tit h2 {
	    font-size: 36px;
	}
	.tit h3 {
		font-size: 24px;
	}
	.index1_con>p {
	    font-size: 16px;
	}
	.index1_con ul li h3 {
	    font-size: 14px;
	}
	.index1_con ul li h4 {
	    font-size: 36px;
	}
	.index1_con ul li p {
	    font-size: 12px;
	}
	
	
	
	.index3 {
	    padding: 40px 0 30px;
	}
	
	
	.index4_text h3 {
		font-size: 14px;
	}
	
	
	.intro2_con {
	    min-height: 300px;
	    background-size: auto 260px;
	    padding-top: 130px;
	}
	.intro2_cons{
		width: 400px;
	}
	.intro2_tab li {
		width: 80px;
		height: 80px;
		padding-top: 15px;
	}
	.intro2_tab li .intro2_icon {
	    height: 20px;
	    margin-bottom: 5px;
	}
	.intro2_text {
		padding-top: 30px;
	}
	.intro2_text li::before {
		left: 28px;
	}
	.intro2_text li:nth-of-type(2)::before {
		left: 136px;
	}
	.intro2_text li:nth-of-type(3)::before {
		left: 242px;
	}
	.intro2_text li:nth-of-type(4)::before {
		left: 352px;
	}
	
	.intro_tit i {
	    width: 80px;
	}
	
	
	.intro_tit2 i {
	    margin-bottom: 15px;
	}
	
	.intro3_con li img {
	    width: 45px;
	    height: 45px;
	}
	.intro3_con li h3 {
		margin-top: 20px;
	}
	
	.intro4_text h4 {
	    margin-bottom: 15px;
	}
	.intro4_list {
	    margin-top: 20px;
	}
	.intro4_box2 {
		margin-top: 20px;
	}
	
	
	.ny_nav .core{
		display: flex;
		justify-content: space-between;
	}
	
	.page2 a{
		width: 100px;
		margin: 0 20px;
	}
	
	.advertising1_icon {
	    height: 50px;
	}
	
	
	.advertising2_tab{
		justify-content: left;
	}
	.advertising2_jt{
		width: 14px;
		margin: 0 10px;
	}
	
	
	.web_cell {
	    margin-top: 30px;
	}
	.web_text{
		padding: 20px 25px;
	}
	
	
	.xnzb_tit i {
	    width: 50px;
		height: 1px;
	    margin-top: 20px;
	}
	.xnzb_con {
	    padding-top: 10px;
	}
}

@media (max-width:450px){
	.intro2_cons{
		width: 300px;
	}
	.intro2_tab li {
		width: 64px;
		height: 64px;
		padding-top: 10px;
	}
	.intro2_tab li .intro2_icon {
	    height: 16px;
	    margin-bottom: 2px;
	}
	.intro2_tab li p {
	    font-size: 10px;
	}
	.intro2_text li::before {
		top: -12px;
	}
	.intro2_text li::before {
		left: 18px;
	}
	.intro2_text li:nth-of-type(2)::before {
		left: 98px;
	}
	.intro2_text li:nth-of-type(3)::before {
		left: 178px;
	}
	.intro2_text li:nth-of-type(4)::before {
		left: 256px;
	}
	
	.intro3_con li {
	    width: 46%;
	    margin-bottom: 4%;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 20px 5px 20px 5px;
	}
	.intro4_box2{
		justify-content: center;
	}
	.intro4_box2_l{
		width: 100%;
		padding-bottom: 15px;
	}
	.intro4_list li {
		padding: 25px 0;
	}
	
	.page a{
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 10px;
		margin: 2px 3px;
	}
	.advertising1_list li.advertising1_tit i {
	    width: 80px;
	}
	.advertising1_top {
	    height: 130px;
	}
	.advertising1_list li.advertising1_tit .advertising1_top {
		padding-top: 30px;
	}
	.advertising1_icon {
	    height: 45px;
	}
	
	
	
	.tit h2 {
	    font-size: 26px;
	}
	.tit h3 {
	    font-size: 16px;
	}
	.index3_text h5 {
	    width: 120px;
	    height: 32px;
	    line-height: 32px;
	    padding-left: 10px;
	    background-position: 92px 12px;
	}
	
	
	.index4 .tit {
	    padding: 40px 0;
	}
}



@media (max-width:640px){
	.banner .kzq{
		width: 150px;
		height: 40px;
		right: 0;
	}
	.banner .swiper-pagination{
		width: 70px;
		line-height: 40px;
		font-size: 12px;
	}
	.banner .kzq .swiper-pagination .swiper-pagination-total::after{
		left: -8px;
	}
	.kzq_page{
		width: 40px;
		height: 10px;
		margin-top: 15px;
		margin-right: 20px;
	}
	.banner_prev{
		width: 5px;
		height: 9px;
		margin-top: 0px;
	}
	.banner_next{
		width: 5px;
		height: 9px;
		margin-top: 0px;
	}
	.kzq_page i{
		height: 10px;
		margin: 0 14px;
	}
}





/* 新首页 开始 */
@media only screen and (max-width: 1500px){
	.index-core{
		width: 94%;
	}
}
@media only screen and (max-width: 1420px){
	.index-service{
		display: block;
	}
	.index-service-left{
		width: 100%;
	}
	.index-service-text{
		width: 100%;
		max-height: auto;
		padding: 8% 5%;
	}
	.index-service-right{
		width: 100%;
	}
	
	
	.index-news-cell{
		padding-top: 30px;
	}
}
@media only screen and (max-width: 1280px){
	.index-num{
		padding: 40px 0;
	}
	
	.index-num ul li{
		width: 20%;
	}
	.index-num ul li .timer{
		font-size: 60px;
	}
	.index-num-text {
	    margin-top: 20px;
	    padding-top: 20px;
	    border-top: 1px solid #CCCCCC;
	}
}
@media only screen and (max-width: 1024px){
	.index-num ul li .timer{
		font-size: 40px;
	}
	
	.index-num ul li{
		width: 48%;
		padding: 10px 0px;
	}
	
	
	.index-tit{
		padding: 40px 0 30px 0;
	}
	.index-tit h3{
		font-size: 30px;
	}
	
	.index-tit i{
		width: 30px;
		height: 1px;
		margin: 10px auto;
	}
	
	.index-tit p{
		font-size: 22px;
	}
	
	
	.index-business-list li{
		width: 50%;
	}
	
	.index-slogan{
		height: auto;
		padding: 8% 10px 8% 10px;
	}
	
	.index-slogan h3{
		font-size: 18px;
	}
	.index-slogan p{
		font-size: 16px;
	}
	
	
	.index-case-list li{
		width: 33.33333333%;
	}
	
	
	.index-philosophy ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.index-philosophy ul li:nth-of-type(4n){
		margin-right: 2%;
	}
	.index-philosophy ul li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.index-philosophy-text{
		padding: 0 20px;
	}
	
	.index-philosophy-text-tit{
		padding: 15px 0;
		margin-bottom: 10px;
	}
	
	.index-philosophy-text-tit h3{
		font-size: 18px;
	}
	.index-philosophy-text-tit p{
		font-size: 12px;
	}
	
	.index-philosophy-text-p{
		font-size: 10px;
		line-height: 24px;
	}
	
	.index-philosophy-more{
		padding: 20px 0 30px 0;
	}
	.index-philosophy-more a{
		width: 90px;
		height: 32px;
		font-size: 12px;
		line-height: 32px;
		border-radius: 6px;
	}
	
	
	.index-brand-list li{
		width: 20%;
	}
	
	
	.index-news-img{
		width: 100%;
	}
	
	.index-news-cell{
		width: 100%;
	}
}
@media only screen and (max-width: 640px){
	.index-num ul li .timer{
		font-size: 30px;
	}
	.index-num-text .title-cn{
		font-size: 14px;
	}
	.index-num-text .title-en{
		font-size: 12px;
		margin-top: 10px;
	}
	.index-num-text{
		margin-top: 15px;
		padding-top: 15px;
	}
	
	
	.index-service-left h3{
		font-size: 18px;
	}
	.index-service-left h3 i{
		width: 12px;
		height: 12px;
		margin-left: 5px;
	}
	
	.index-service-text u{
		width: 40px;
		height: 1px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.index-service-text-cn{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.index-service-text-en{
		font-size: 8px;
	}
	
	.index-service-right li{
		width: 50%;
	}
	
	
	.index-tit h3{
		font-size: 22px;
	}
	.index-tit i{
		width: 24px;
	}
	.index-tit p{
		font-size: 16px;
	}
	
	
	.index-business-list li{
		padding: 15px 20px;
	}
	
	.index-business-list li i{
		width: 50px;
		height: 50px;
	}
	
	.index-business-list li h3{
		font-size: 14px;
		margin: 10px auto;
	}
	.index-business-list li p{
		font-size: 10px;
		line-height: 20px;
	}
	
	
	.index-slogan h3{
		font-size: 14px;
	}
	.index-slogan p{
		font-size: 12px;
	}
	
	.index-case-list li{
		width: 50%;
	}
	
	
	.index-philosophy-text{
		padding: 0 10px;
		padding-bottom: 10px;
	}
	.index-philosophy-text-tit h3{
		font-size: 14px;
	}
	.index-philosophy-text-tit p{
		font-size: 10px;
	}
	
	.index-philosophy-text-p{
		font-size: 8px;
		line-height: 20px;
	}
	
	
	
	.index-philosophy-more{
		padding: 10px 0 20px 0;
	}
	.index-philosophy-more a{
		font-size: 10px;
	}
	
	
	.index-brand-list li{
		width: 33.333333%;
	}
	
	.index-news-cell{
		padding-top: 20px;
	}
	.index-news-item{
		margin-top: 15px;
	}
	.index-news-tit i{
		width: 32px;
		height: 32px;
	}
	.index-news-tit span{
		font-size: 14px;
	}
	
	
	.index-news-cz{
		padding-top: 15px;
	}
	
	.index-news-item h3{
		font-size: 12px;
	}
	.index-news-item p{
		font-size: 10px;
		line-height: 20px;
	}
	
}
/* 新首页 结束 */