
@media (max-width:1560px) {
	.index_box2 .list .ul .li .left {
		width: 110px;
	}
}
@media (max-width: 1299px) {
	.index_box2 .list .ul .li .phone {
	display: flex;
	}
}

@media (max-width: 1300px) {
	.index_box2 .list .ul {
		display: flex;
	}

	.index_box2 .list .ul .li .phone {
		display: flex;
	}

	.index_box2 .list .ul .li .right {
		display: table;
		flex: 1;
	}
}


@media (max-width: 1250px) {

	.nheader{
		display: none ;
	}
	.container,.sidemenu_wrap {
		display: block;
	}
	.header {
		position: relative !important;
		z-index: 13;
		width: 100%;
		height: 5rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		line-height: 2rem;
		color: #fff;
		/* box-shadow: 0 0 .5rem rgba(0, 0, 0, .3); */
	}

	.headtitle {
		margin: 0 5rem;
		text-align: center;
		height: 5rem;
		line-height: 5rem;
		font-size: 1.5rem;
		color: #333;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.headlogo {
		position: relative;
		vertical-align: bottom;
	}

	.headl,
	.headr {
		position: absolute;
		top: 0;
		height: 5rem;
		font-size: 0;
	}

	.headl {
		left: 0;
	}

	.headr {
		right: 0;
		display: flex !important;
	}

	.headwbc {
		position: absolute;
		top: 0;
		display: flex;
		display: -webkit-box;
		align-items: center;
		-webkit-box-align: center;
		background: url(../img/icon/top_bg.png) top no-repeat;
		background-size: cover;
		transition: all .5s;
	}

	.headwbc .headl,
	.headwbc .headr {
		position: static;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}

	.headwbw {
		position: relative;
		display: block;
		flex: 1;
		-webkit-box-flex: 1;
		z-index: 9;
		text-align: center;
	}

	.headwbc .nam {
		color: #000000;
		font-size: 1.7rem;
		position: absolute;
		width: 100%;
		left: 30px;
		top: -15px;
		text-align: center;
	}

	.headwbw em {
		color: #000000;
		display: inline-block;
		font-size: 2.25rem;
	}

	.headwbw .a_a {
		position: absolute;
		left: 5px;
	}

	.headwbw:first-child {
		margin-left: 1rem;
		text-align: left;
	}

	.headwbw:last-child {
		margin-right: 1rem;
	}

	.headbtn {
		position: relative;
		display: inline-block;
		text-align: center;
		padding: 1.3rem 1rem 0 1rem;
		min-width: 4rem;
		height: 5rem;
		font-size: 1.2rem;
		color: #999;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		vertical-align: top;
	}

	.headbtn:visited {
		color: #999;
	}

	.headbtn:active {
		background-color: rgba(0, 0, 0, .1);
	}

	.hico {
		display: inline-block;
		width: 2.5rem;
		height: 2.5rem;
		background-image: url(../images/icon/hico.png);
		background-repeat: no-repeat;
		background-size: 2.5rem auto;
		vertical-align: top;
	}

	/*sidemenu*/
	.sidemenu_wrap {
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		transition: z-index 0s .3s;
		-webkit-transition: z-index 0s .3s;
	}

	.show_sidemenu .sidemenu_wrap {
		z-index: 199;
		transition: z-index 0s 0s;
		-webkit-transition: z-index 0s 0s;
		z-index: 999999999;
	}

	.container {
		transition: transform .3s;
		-webkit-transition: -webkit-transform .3s;
	}

	.show_sidemenu .container {
		transform: translateX(-20rem);
		-webkit-transform: translateX(-20rem);
	}

	.fade_bkbg {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		background-color: rgba(0, 0, 0, .5);
		opacity: 0;
		visibility: hidden;
		transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}

	.show_sidemenu .sidemenu_wrap .fade_bkbg {
		opacity: 1;
		visibility: visible;
	}

	.menuico {
		position: relative;
		display: block;
		width: 2.5rem;
		height: 2.5rem;
		transition: transform 0.2s;
		-webkit-transition: -webkit-transform 0.2s;
	}

	.menuico_bd01,
	.menuico_bd02,
	.menuico_bd03 {
		position: absolute;
		display: block;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
		transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(0);
		transition: -webkit-transform: rotate(0);
	}

	.show_sidemenu .menuico_bd01 {
		transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.show_sidemenu .menuico_bd03 {
		transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.menuico_bd01::before,
	.menuico_bd02::before,
	.menuico_bd03::before {
		position: absolute;
		left: .3rem;
		display: block;
		content: "";
		width: 1.9rem;
		height: 2px;
		background-color: #ffffff;
		border-radius: 2px;
		transition: transform .2s .3s;
		-webkit-transition: -webkit-transform .2s .3s;
	}

	.menuico_bd01::before {
		top: .6rem;
	}

	.menuico_bd02::before {
		top: 1.2rem;
	}

	.menuico_bd03::before {
		top: 1.8rem;
	}

	.show_sidemenu .menuico_bd01::before {
		left: 50%;
		margin-left: -1rem;
		transform: translateY(.5rem);
		-webkit-transform: translateY(.5rem);
	}

	.show_sidemenu .menuico_bd02::before {
		transform: translateX(2.5rem);
		-webkit-transform: translateX(2.5rem);
	}

	.show_sidemenu .menuico_bd03::before {
		left: 50%;
		margin-left: -1rem;
		transform: translateY(-.7rem);
		-webkit-transform: translateY(-.7rem);
	}

	.sidemenu {
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 20rem;
		height: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		color: #fff;
		background-color: #023364;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-user-select: none;
		-webkit-overflow-scrolling: touch;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-webkit-backface-visibility: hidden;
		transition: transform .3s;
		-webkit-transition: -webkit-transform .3s;
	}

	.show_sidemenu .sidemenu {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		z-index: 211;
	}

	.sidemenulist {
		line-height: 2rem;
		font-size: 1.2rem;
	}

	.sidemenulist>li {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.sidemenu .sidemenulist>li>a {
		font-size: 1.2rem;
		position: relative;
		display: block;
		padding: 1.2rem .8rem 0 1rem;
		height: 3.5rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #ffffff;
		text-align: left;
		font-size: 1rem;
		line-height: normal;
	}

	.sidemenulist>li>a::after {
		position: absolute;
		right: 1rem;
		top: 50%;
		margin-top: -.4rem;
		display: block;
		content: "";
		width: .6rem;
		height: .6rem;
		border-width: 2px 2px 0 0;
		border-style: solid;
		border-color: #fff;
		transform: rotate(45deg) skew(5deg, 5deg);
		-webkit-transform: rotate(45deg) skew(5deg, 5deg);
		transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}
	.sidemenulist>li>a:hover::after, .cur-active::after {
		transform: rotate(135deg) skew(5deg, 5deg);
		-webkit-transform: rotate(135deg) skew(5deg, 5deg);
	}
	.show_sidemenu .container {
		transform: translateX(-15rem);
		-webkit-transform: translateX(-15rem);
	}

	.sidemenu {
		width: 15rem;
	}

	.sidemenu .sidemenulist {
		width: auto;
		display: block;
	}

	.header .img {
		display: none;
	}

	.headwbw img {
		margin-top: 0;
	}

	.sidemenu .sidemenulist>li p {
		display: none;
	}

	.sidemenu .sidemenulist>li .i2 {
		display: none;
	}

	.sidemenu .sidemenulist>li {
		padding-top: 0;
	}

	.headwbc .tel {
		margin-top: -20px;
		position: relative;
		z-index: 99;
	}

	.headwbc .tel ul li:last-child {
		margin-left: 10px;
	}

	.headwbc .tel ul li .image img {
		height: 25px;
	}

	.sdk-ul4 li {
		width: 32%;
	}

	.sdk-ul5 li {
		width: 32.5%;
	
	}
	
	.sdk-ul6 li {
		width: 24%;
	}
	.sdk-videobg {
		width: 90%;
		height: auto;
		padding: 20px;
		margin: 40px auto 0;
	}
}

@media (max-width: 1130px) {
    .service .box .cont .img {
        width: 50%;
    }
    
}

@media (max-width: 1024px) {
	html {
		max-width: 100%;
	}
}

@media (max-width: 910px) {
	.machinelist ul {
		flex-wrap: wrap;
	}
	.machinelist ul li{
		width: 100%;
	}
	.machinelist ul li a {
		line-height: 3rem;
	}
	.machine .machinebox ul li {
		width: 100%;
	}
	
	.pic ,.spec,.name ,.advantage{
		flex-wrap: wrap;
	}
	.picbox {
		width: 100%;
		text-align: center;
	}
	.tips {
		width: 100%;
	}
	.tips h1 {

		margin-top: 2rem;
		text-align: center;
	}
	.tips h2{
		
	}
	.spec div:first-of-type {
		width: 100%;
	}
	.spec div {
		margin-bottom: 10px;
		width: 50%;
	}
	.pic div {
		width: 98%;
	}
	.advantage li {
		width: 100%;
		margin-bottom: 20px;
	}
	.sdk-ul {

		height: auto;
		justify-content: center;
	}
	.sdk-ul li {
		width: 90%;
		font-size: 16px;
	    border-radius: 10px;
	    margin-bottom: 20px;
	}
	.sdk-ul li:last-child {
	    margin-bottom: 0;
	}
	.sdk-ul2 {
		flex-wrap: wrap;
		text-align: center;
	}
	.sdk-ul2 li {
		width: 100% !important;
		margin-bottom: 10px;
	}
	.sdk-ul2 .imgtext {
		width: 100%;
		margin: 0 auto;
	}
	.sdk-ul2 .imgtext p:nth-child(1) {
		margin: 10px 0;
	}
	.sdk-ul3 {
		flex-wrap: wrap;
	}
	.sdk-ul3 li{
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.sdk-ul3 .imgtext p:nth-child(3){
		padding: 0 40px;
	}
	.sdk-ul3 .imgtext p:nth-child(2){
		margin: 10px 0;
	}

}

@media (max-width: 768px) {
	.sdk-ul {
		height: auto;
		flex-wrap: wrap;
	}
	.sdk-ul li::before {
		background: none;
	}

	.sdk-ul li:last-child {
		border-bottom: none;
	}
	.sdk-box2 {
		margin-top: 40px;
	}
	.sdk-ul3 li {
		width: 100%;

	}

	.sdk-li li img {
		height: auto;
	}
	.sdk-ul3 li .imgtext {
		margin-left: 20px;
	}
	.sdk-ul4 {
	    flex-wrap: wrap;
	}
	.sdk-ul4 li {
		width: 100%;
	}
	.ul4-img img {
	    width: 100%;
	    height: auto;
	}
	.sdk-title, .sdk-title2 {
	    padding: 40px 0;
	}
	.sdk-ul5,
	.sdk-ul6 {
		flex-wrap: wrap;
		margin-bottom: none;
	}
	.sdk-ul5 li,
	.sdk-ul6 li{
		width: 100%;
		margin-bottom: 10px;
	}
	.sdk-videobg {
		min-height: none;
	}
	.red-ca {
		width: 60px;
		height: 60px;
		background-size: contain;
		padding: 10px 0 0 10px;
	}
}

@media (max-width: 750px) {
	
}



@media (max-width: 640px) {
    .index_box2 .list .ul .i1, .index_box2 .list .ul .on .i2{
        width: 30px;
    }
    
	.ptys-list button{
		margin: 10px;
    	width: 155px;
	}
	.jieshao-list {		 
		flex-direction: column;
	}
	.jieshao-list li{
		margin: 10px 0;
	}
	.pthx-list{
		flex-direction: column;
	}
	.pthx-list li{
		margin: 10px 0;
		font-size: 16px;
	}
.pthx-list img {
    width: 300px;
}
	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-slide {
		height: 230px;
		background-size: cover !important;
	}

	.banner2 {
		background-size: cover !important;
	}

	.sidemenu_wrap .more {
		top: 40px;
		width: 100%;
	}

	.sidemenu_wrap .more a {
		display: block;
		color: #FFFFFF;
		margin-bottom: 20px;
	}

	.headwbc .tel ul li .number p {
		display: none;
	}

	.index_box .left {
		width: 100%;
		margin-top: 10px;
	}

	.index_box .right {
		width: 100%;
	}

	.index_box {
		margin-top: 30px;
	}

	.index_title span {
		font-size: 24px;
	}
	.index_title label{
	    display: block;
	}

	.index_box .left .text {
		margin-top: 10px;
	}

	.index_box .left .title .t {
		font-size: 18px;
	}

	.index_box2 {
		height: auto;
		padding-bottom: 200px;
		background-size: cover;
		padding-top: 30px;
        background: url(/style/new/img/ai/timesAI_bg2.jpg) left top /cover !important;
	}

	.index_box2 .text_m {
		margin-top: 20px;
	}

	.index_box2 .list ul {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		height: 130px;
	}

	.index_box2 .list ul li {
		margin-top: -30px;
	}

	.index_box2 .list ul li .phone {
		display: flex;
	}

	.index_box2 .list ul li .right {
		display: table;
		flex: 1;
	}

	.index_box3 ul li {
		margin-bottom: 30px;
	}

	.index_box3 ul li .img {
		width: 100%;
		height: auto;
	}

	.index_box3 ul li .text {
		width: 100%;
		padding: 0;
	}

	.index_box3 {
		margin-top: 30px;
	}

	.index_box3 ul {
		margin-top: 20px;
	}

	.index_box3 ul li .text .t {
		font-size: 20px;
		margin-top: 10px;
	}

	.index_box3 ul li .text .t2 {
		margin: 5px 0;
		line-height: 27px;
	}

	.index_box3 span {
		margin-top: 10px;
	}

	.index_box3 .more {
		margin-top: 40px;
	}

	.index_box4 .bg {
		padding-top: 30px;
	}

	.index_box4 .list {
		margin-top: 20px;
	}

	.index_box4 .list .swiper-button-prev,
	.index_box4 .list .swiper-button-next {
		display: none;
	}
	
	.index_box4 .more {
		margin-top: 20px;
	}

	.index_box5 {
		margin-top: 100px;
	}

	.index_box5 ul {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.index_box5 ul li {
		width: 50%;
		padding: 0 10px;
	}

	.index_box5 ul li:nth-child(2n) {
		border-right: none;
	}

	.footer .top {
		height: auto;
	}

	.footer .top .logo {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}

	.footer .top .text {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.footer .top .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.sdk .box2 ul li {
		width: 49%;
		margin-right: 2%;
	}

	.sdk .box2 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.sdk .box2 ul li:nth-child(5n) {
		margin-right: 2%;
	}

	.sdk .box2 ul li:nth-child(10) {
		margin-right: 0;
	}

	.title_n {
		font-size: 20px;
	}

	.sdk .box .text {
		font-size: 14px;
		line-height: 27px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.sdk .box {
		margin-top: 20px;
		padding-bottom: 50px;
	}

	.sdk .box2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sdk .box3 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sdk .box2 ul {
		margin-top: 20px;
	}

	.sdk .box2 ul li {
		margin-bottom: 10px;
		height: 120px;
	}

	.sdk .box2 ul li p {
		font-size: 14px;
	}

	.sdk .box2 ul li .center img {
		max-width: 40px;
	}

	.sdk .box4 {
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.sdk .box4 ul {
		margin-top: 30px;
	}

	.sdk .box4 ul li {
		margin-bottom: 20px;
		width: 49%;
		margin-right: 2%;
	}
	
	.sdk .box4 ul li:nth-child(2n){
		margin-right: 0;
	}

	.sdk .box4 ul li p {
		font-size: 14px;
		font-weight: normal;
		line-height: normal;
	}

	.sdk .box5 {
		padding: 50px 0;
	}

	.sdk .box5 ul {
		margin-top: 30px;
	}

	.sdk .box5 ul li {
		width: 100%;
		margin-right: 0;
	}

	.title_n2 .t {
		font-size: 20px;
	}

	.service .box {
		padding: 30px 0;
	}

	.service .box .cont {
		margin-top: 20px;
		display: block;
	}

	.service .box .cont .img {
		width: 100%;
		height: auto;
	}

	.service .box .cont .text {
		width: 100%;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	}

	.service .box2 {
		padding: 30px 0;
	}

	.service .box2 .text {
		margin-top: 10px;
	}

	.service .box2 ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.service .box2 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.service .box3 {
		padding: 30px 0;
	}

	.service .box3 .text {
		margin-top: 10px;
	}

	.service .box3 ul li {
		/* display: block; */
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.service .box3 ul li .img img {
		width: 100% !important;
		max-height: 100% !important;
		max-width: 100% !important;
	}

	.service .box4 {
		padding: 30px 0;
	}
    .service .box4>.w {
        position: static;
        top: 0;
        left: 0;
        transform: none;
    }
    .service .box4 .title_n2 .t{
         color: #333;   
    }
     .service .box4 .title_n2 .t2 {
        color: #aeaead;
     }
        .service .box4 .title_n2 i {
            background: #2C6FEF;
        }
	.service .box4 ul {
		margin-top: 20px;
	}

	.service .box4 ul li {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
		height: auto;
	}

	.service .box4 ul li .img {
		width: 100%;
		height: auto;
	}

	.service .box4 ul li .text .t {
		font-size: 18px;
	}
	.service .box4 ul li .cont .t {
		font-size: 20px;
	}
	.service .box4 ul li .cont {
		padding:20px;
	}
	.service .box5{
		padding: 30px 0;
	}
	
	.service .box5 .text{
		margin-top: 10px;
	}
	
	.service .box5 ul li{
		width: 100%;
		margin-right: 0%;
	}

	.service_link .box {
		padding: 30px 0;
	}

	.service_link .box .title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.service_link .box .text {
		font-size: 14px;
		line-height: 25px;
	}

	.service_link .box2 {
		padding-bottom: 30px;
		background-size: cover !important;
		height: auto;
		padding: 30px 0;
	}

	.service_link .box2 .text {
		width: 100%;
		height: auto;
		background-color: rgba(255,255,255,0.6);
		box-sizing: border-box;
		padding: 10px;
	}

	.service_link .box2 .text .t {
		font-size: 20px;
	}

	.service_link .box2 .text .t2 {
		font-size: 14px;
		font-weight: normal;
		margin: 10px 0;
	}

	.service_link .box2 ul li a {
		font-size: 14px;
		font-weight: normal;
	}

	.service_link .box3 {
		box-sizing: border-box;
		height: auto;
		padding: 30px 0;
		background-size: cover !important;
	}

	.service_link .box3 .center {
		height: auto;
	}

	.service_link .box3 .center .text {
		width: 100%;
		background-color: rgba(0,0,0,0.3);
		box-sizing: border-box;
		padding: 10px;
	}

	.service_link .box3 .center .text .t {
		font-size: 20px;
		color: #fff !important;
	}

	.service_link .box3 .center .text .t2 {
		font-size: 14px;
		font-weight: normal;
		margin: 10px 0;
			color: #fff !important;
	}
    .service_link .box2  ul li>a ,
	.service_link .box3 .center .text ul li>a {
		font-size: 14px;
		font-weight: normal;
		color: #fff !important;
		line-height: normal !important;
		margin-bottom: 10px !important;
	}

	.applications .box {
		padding: 30px 0;
	}

	.applications .box .title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.applications .box .text {
		font-size: 14px;
		font-weight: normal;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.applications .box ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.applications .box ul li .img{
		width: 100%;
		text-align: center;
	}
	
	.applications .box ul li p{
		font-size: 16px;
		font-weight: normal;
	}
	
	.about .box{
		padding: 30px 0;
	}
	
	.about .box .cle{
		display: block;
	}
	
	.about .box .image{
		width: 100%;
		height: auto;
	}
	
	.about .box .text{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	
	.about .box2{
		padding: 30px 0;
		height: auto;
		background-size: cover !important;
	}
	
	.about .box2 .title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.about .box2 ul li{
		width: 100%;
		margin-right: 0;
	}
	
	.about .box3 {
		padding: 30px;
	}
	
	.about .box3 ul{
		display: block;
	}
	
	.about .box3 ul li{
		width: 100%;
		margin-bottom: 20px;	
	}
	
	.partners .box{
		padding: 30px 0;
	}
	
	.partners .box ul{
		margin-top: 20px;
	}
	
	.partners .box ul li{
		width: 49%;
		margin-right: 2%;
		height: 170px;
	}
	.partners .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.partners .box ul li:nth-child(5){
		margin-right: 2%;
	}
	
	.partners .box2{
		padding-top: 0;
	}
	
	.news{
		padding: 30px 0;
	}
	
	.news .list ul{
		margin-top: 20px;
	}
	
	.news .list ul li a{
		display: block;
	}
	
	.news .list ul li .img{
		width: 100%;
		height: auto;
	}
	
	.news .list ul li .text{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
	}
	
	.news .list ul li .text .t{
		font-size: 18px;
	}
	
	.news .list ul li .time{
		display: none;
	}
	
	.news .link ul li{
		margin-bottom: 5px;
	}
	
	.news_content .content{
		padding: 30px 0;
	}
	
	.news_content .content .right{
		display: none;
	}
	
	.news_content .content .cont{
		margin-right: 0;
	}
	
	.news_content .content .cont .titles span{
		font-size: 20px;
	}
	
	.join_us{
		padding-top: 0;
	}
	
	.join_us .w{
		display: block;
	}
	.join_us .link{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.join_us .cont{
		padding: 0;
	}
	
	.join_us .cont .nav_n{
		padding-left: 5px;
	}
	
	.join_us .cont .nav_n ul {
		white-space: nowrap;
		overflow-x: auto;
	}

	.banner_text {
		width: 70%;
	}
	.banner_text .title {
		font-size: 20px;
	}
	.banner_text .text {
		font-size: 16px;
		line-height: 1.2em;
	}
    .img-cnm {
    margin-right: 0;
}
}


@media (max-width: 580px) {}

@media (max-width: 500px) {}

@media (max-width: 411px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}
