@charset "utf-8";
/* ===================首页样式========================== */
/* header start */

.Header-container{
	padding: 0.16rem 0;
	text-align: center;
	position: fixed;
	background-color: transparent;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.Header-container.Header-bg{
	background-color: rgb(0,0,0,0.4);
}
.bodyon #header{
	top: calc( -50px - 0.32rem);
	background-color: transparent;
}
.bodyon2 #header {
    top: 0;
	background-color: rgb(0,0,0,0.4);
}

.Header-container .nav_item{
	display: inline-block;
}
.Header-container .nav_item ul{
	
}
.Header-container .nav_item ul li{
	float: left;
	margin: 0 0.4rem;
	color: white;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	
}
.Header-container .nav_item ul li a{
	display: block;
	position: relative;
	text-align: center;
	width: 1.2rem;
	text-align: center;
	font-size: 14px;
	font-family: "JL";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.Header-container .nav_item ul li:hover a,.Header-container .nav_item ul li.active a{
	margin-top: -50px;
}
.Header-container .nav_item ul li a::after{
	content: attr(text);
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
}

.Header-container .nav_item ul li a span{}



.Header-container .nav_item ul li h1{
	display: block;
}
.Header-container .nav_item ul li h1 a{
	font-size: 0;
	width: auto;
	display: block;
	
}
.Header-container .nav_item ul li:hover h1 a{
	margin-top: 0;
	
}
.Header-container .nav_item ul li h1 a img{
	display: inline-block;
	max-height: 51px;
} 

.Header-container .box_r{
	position: absolute;
	right: 2%;
	top: 0.35rem;
}
.Header-container .box_r span{
	position: relative;
	display: inline-block;
	margin-left: 0.14rem;
	cursor: pointer;
	
}
.Header-container .box_r span i{
	position: absolute;
	display: none;
	right: -12px;
	top: 100%;
	margin-top: 15px;
	/* opacity: 0; */
	width: 1.33rem;
	background-color: white;
}
.Header-container .box_r span i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	left: 1.05rem;
	top: -12px;
	border: 5px solid transparent;
	border-bottom: 8px solid white;
}
.Header-container .box_r span i img{
	max-width: 100%;
	width: auto;
	border-radius: 10px;
}
.Header-container .box_r span:hover i{
	/* opacity: 1; */
	display: block;
}
.nav_logo{
	display: none;
}

/* 汉堡键 start*/
.navbtn{
	position: absolute;
	right: 2%;
	top: 0;
	float: right;
	height: 60px;
	margin-right: 4%;
	cursor: pointer;
	display: none;
}
.navbtn span {
    width: 30px;
    height: 2px;
	border-radius: 2px;
    background: white;
    display: block;
    position: relative;
    margin-top: 30px;
}
.navbtn span:before, .navbtn span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
	border-radius: 2px;
    display: block;
    left: 0;
    width: 100%;
}
.navbtn span:before {
    top: -10px;
}
.navbtn span:after {
    top: 10px;
}
/* 汉堡键 end*/


.Header-container .show {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.88);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
	display: none;
}
.Header-container .show .box {
    width: 84%;
    margin: 0 auto;
	padding-top: 0.6rem;
}
.Header-container .show .m_logo a {
    display: block;
    width: 266px;
    height: 0;
    padding-top: 29px;
    background: url(../images/nav_logo.png) no-repeat center;
	background-position: left center;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
	font-size: 0;
}
.Header-container .close {
    width: 32px;
    height: 32px;
    background-image: url(../images/close.png);
    position: absolute;
    right: 20px;
    top: 35px;
}
.Header-container .show .box .mnav > h2,.Header-container .show .box .mnav_index > h2 {
    border-bottom: 1px solid #646565;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
	text-align: left;
	font-family: 'SM';
}
.Header-container .show .box .mnav > h2 > a,.Header-container .show .box .mnav_index > h2 > a {
    color: #ffffff;
}
/* .Header-container .show .box:nth-child(1) .mnav > h2:after{
	display: none;
} */

.Header-container .show .box .mnav > h2 > a span{
	margin-left: 2rem;
}
.Header-container .show .box .mnav > h2:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jia.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav>h2.open:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jian.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav > ol {
    display: none;
}
.Header-container .show .box .mnav > ol li {
    width: 100%;
    background-color: #484848;
    z-index: 999;
    text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.Header-container .show .box .mnav > ol li a {
    color: #ffffff;
}

.Header-container .show .box .box_m{
	
}

.Header-container .show .box .box_m{
	margin-top: 0.8rem;
}
.Header-container .show .box .box_m ul li{
	height: 0.4rem;
	padding-left: 0.8rem;
	background: url(../images/ico_phone.png) no-repeat left;
	font-size: 12px;
	margin-bottom: 0.18rem;
	line-height: 0.4rem;
	font-family: "JL";
	text-align: left;
	color: white;
}
.Header-container .show .box .box_m ul li:nth-child(1){
	font-size: 28px;
	/* font-weight: bold; */
	font-family: "Haettenschweiler";
}
.Header-container .show .box .box_m ul li:nth-child(2){
	background-image: url(../images/ico_email.png);
}
.Header-container .show .box .box_m ul li:nth-child(3){
	background-image: url(../images/ico_domain.png);
}
.Header-container .show .box .box_m ul li:nth-child(4){
	background-image: url(../images/ico_address.png);
}
/* header end */

/* banner start */
.pcbanner{
	position: relative;
	width: 100%;
	height: auto;
}
.pcbanner .video{
	/* padding-bottom: 56.25%; */
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pcbanner .video video{
	position: absolute;
	width: 100%;
	height: auto;
	object-fit: cover;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
}
.pcbanner .swiper-pagination-bullet-active{
	background-color: #907956;
}
.iBnr-loading {
   width: 100%;
    height: 100%;
    background: #3a3a3a  url(../images/loading.gif) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
	/* position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #080915; */

}
/* .pcbanner .swiper-pagination-bullet-active{
    background-color: #00a95f;
} */
/* banner end */



/* video start */



.video_box{
	position: relative;
	width: 100%;
	/* height: 6rem; */
	padding-bottom: 46.875%;
	/* padding-bottom: 6rem; */
	overflow: hidden;
	z-index: -6;
}

.video_box video{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	/* height: 100%; */
	width: 100%;
	z-index: -6;
}
/* video end */

/* team start */
.team_box{
	padding-top: 1.8rem;
	padding-bottom: 1.5rem;
	background-color: white;
}
.team_box .con{
}
.team_box .con .fl{
	color: white;
}
.team_box .con .fl ul{}
.team_box .con .fl ul li{
	float: left;
	margin-left: 0.2rem;
	position: relative;
	overflow: hidden;
	transition:all 0.5s; 
	-webkit-transition:all 0.5s; 
	-moz-transition:all 0.5s; 
	-o-transition:all 0.5s;
}
/* .team_box .con .fl ul li:nth-child(3){
	margin-top: -0.35rem;
} */
.team_box .con .fl ul li:hover{
	transform:translate(0,-15px);
	-webkit-transform:translate(0,-15px);
	-moz-transform:translate(0,-15px);
	-o-transform:translate(0,-15px);
}
.team_box .con .fl ul li img{
	height: 2.54rem;
	width: auto;
}
.team_box .con .fl ul li p{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0.05rem;
	left: 0;
	font-size: 14px;
	/* font-family: "Elegant"; */
	letter-spacing: 0.5px;
}
.team_box .con .fr{
	color: black;
	width: 3.1rem;
}
.team_box .con .fr h3{
	margin-top: 0.22rem;
	font-size: 16px;
	font-family: "JH";
}
.team_box .con .fr h4{
	font-size: 14px;
	line-height: 24px;
	margin-top: 0.2rem;
	font-family: "JL";
}
.team_box .con .fr p{
	margin-top: 0.35rem;
	font-size: 12px;
	line-height: 18px;
}
.team_box .box_t{
	margin-top: 1.1rem;
	text-align: center;
	color: black;
}
.team_box .box_t p{
	font-size: 20px;
	font-family: "JL";
}
.team_box  .box_t h3{
	font-size: 22px;
	margin-top: 0.08rem;
	font-family: "JH";
}
/* team end */

/* product start */
.pro_box{
	/* margin-top: 1.5rem; */
	background: url(../images/pro_bg.jpg) no-repeat center;
	background-size: cover;
}
.productlist{
	margin-top: 0;
}
.pro_box .con{
	padding: 1.7rem 8.5% 0.7rem;
}
.pro_box .con .fl{
	color: white;
	width: 90%;
}
.pro_box .con .fl .box_t{
	font-family: "SM";
}
.pro_box .con .fl .box_t h3{
	font-size: 42px;
}
.pro_box .con .fl .box_t h4{
	margin-top: 0.3rem;
	font-size: 36px;
}
.pro_box .con .fl .box_t span{
	margin-top: 0.25rem;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: rgb(255,255,255,.7);
}
.pro_box .con .fl .box_t p{
	margin-top: 0.25rem;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.pro_box .con .fl .box_t i{
	display: inline-block;
	margin-top: 0.25rem;
}
.pro_box .con .fl .box_t i img{
	width: auto;
}
.pro_box .con .fl ul{
	margin-top: 0.25rem;
}
.pro_box .con .fl ul li{
	float: left;
	/* margin-right: 0.55rem; */
	border-radius: 6px;
	width: 10.5%;
	text-align: center;
	margin-right: calc( 26.5% / 7);
	padding: 0.3rem 0 0.4rem 0;
}

.pro_box .con .fl ul li:hover{
	background-color: white;
}
.pro_box .con .fl ul li a{}
.pro_box .con .fl ul li:hover a{
	color: black;
}
.pro_box .con .fl ul li a .ico{
	width: 0.88rem;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	border-radius: 50%;
	background-color: #6a6f7b;
	font-size: 0;
	display: inline-block;
}
.pro_box .con .fl ul li:hover a .ico{
	background-color: #ced0d8;
}
.pro_box .con .fl ul li a img{
	display: inline-block;
	width: auto;
}
.pro_box .con .fl ul li a p{
	font-size: 16px;
	margin-top: 0.4rem;
	text-align: center;
	/* font-family: "CN-L"; */
	font-family: "JL";
}
.pro_box .con .fr{
	margin-top: 3.45rem;
	color: #999999;
}
.pro_box .con .fr>p{
	font-size: 12px;
	line-height: 26px;
	font-family: "JL";
	font-weight: bold;
}
.pro_box .con .fr .time{
	margin-top: 0.4rem;
	padding-left: 0.18rem;
	padding-bottom: 0.4rem;
	background: url(../images/ico_zs.png) no-repeat left;
	background-size: auto 100%;
	font-family: "SB";
}
.pro_box .con .fr .time h3{
	font-size: 18px;
}
.pro_box .con .fr .time i{
	display: inline-block;
	width: 21px;
	height: 11px;
	background: url(../images/ico_xg.png) no-repeat center;
	margin: 8px 0 10px;
}
.pro_box .con .fr .time h5{
	margin-top: 0.15rem;
}
.pro_box .con .fr .time p{
	margin-top: 0.2rem;
	font-size: 12px;
	line-height: 20px;
}
/* product end */


/* about start */
.about_box{
	position: relative;
	background-color: white;
}
.about_box .pic{
	width: 50%;
	height: 100%;
	background: center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/index_ab.jpg);
}

.about_box .fr{
	padding-top: 0.8rem;
	color: black;
	width: 4.7rem;
	min-height: 8.5rem;
}
.about_box .fr .tit{}
.about_box .fr .tit h3{
	font-size: 20px;
	line-height: 28px;
	font-family: "JH";
}
.about_box .fr .tit p{
	margin-top: 0.1rem;
	font-size: 16px;
	font-family: "JL";
}
.about_box .fr ul{
	margin-top: 0.7rem;
	position: relative;
}
.about_box .fr ul li{
	margin-bottom: 0.85rem;
}
.about_box .fr ul li .time{
	float: left;
	font-size: 30px;
	position: relative;
	display: inline-block;
	font-family: "Haettenschweiler";
}
.about_box .fr ul li .time::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000000;
	left: 0;
	top: 100%;
	margin-top: 0.04rem;
}
.about_box .fr ul li .con{
	display: inline-block;
	float: right;
	width: calc( 100% - 0.9rem );
}
.about_box .fr ul li .con h4{
	font-size: 14px;
	/* font-weight: bold; */
	font-family: "JH";
}

.about_box .fr ul li .con p{
	margin-top: 0.2rem;
	font-size: 12px;
	line-height: 24px;
	font-family: "JL";
}
.about_box .fr .more{
	margin-top: 0.2rem;
}
.about_box .fr .more a{
	font-size: 24px;
}

.about_box .swiper-pagination-bullet-active{
	background-color: black;
}

/* about end */

/* num start*/
.index_num{
	padding: 1.15rem 0 0.95rem;
	background-color: white;
}
.index_num ul{}
.index_num ul li{
	width: 25%;
	float: left;
	text-align: center;
	color: black;
	padding-bottom: 0.18rem;
	border-right: 1px solid #808080;
}
.index_num ul li:last-child{
	border: none;
}
.index_num ul li .box{
	text-align: left;
	margin: 0 auto;
	max-width: 1.3rem;
}
.index_num ul li .num{
	display: inline-block;
	font-size: 0;
}
.index_num ul li .num i{
	font-size: 60px;
	font-family: "Haettenschweiler";
}
.index_num ul li .num span{
	font-size: 18px;
	margin-left: 2px;
}
.index_num ul li p{
	font-size: 14px;
	margin-top: 0.1rem;
	line-height: 1.2;
	display: inline-block;
	text-indent: 4px;
}
/* num end*/


/* only start */
.index_only{
	position: relative;
}
.index_only img{}
.index_only p{
	position: absolute;
	bottom: 0.3rem;
	left: 0;
	text-align: center;
	color: white;
	font-size: 24px;
	width: 100%;
	font-family: "884-CAI";
}
.index_only p span{
	font-weight: bold;
	margin-left: 0.12rem;
	font-family: "EDI";
}
/* only end */


/* join start */
.join_box{
	padding-top: 1.4rem;
	background-color: white;
}
.join_box .con{}

.join_box .con ul{
	margin-top: 0.9rem;
}
.join_box .con ul li{
	float: left;
	width: calc( 94% / 3);
	margin: 0 1% 0.24rem;
	height: 1.45rem;
	border-radius: 4px;
	background-color: #f2f2f2;
	color: black;
}
.join_box .con ul li:hover{
	color: white;
	background-color: black;
}
.join_box .con ul li .box{
	padding: 0.25rem 24% 0 9%;
}
.join_box .con ul li .box .ico{
	float: left;
	width: 0.65rem;
}
.join_box .con ul li:hover .ico{
	filter: invert(1);
	-webkit-filter: invert(1);
}
.join_box .con ul li .box .ico img{
	width: auto;
	max-width: 100%;
}
.join_box .con ul li .box .info{
	float: left;
	width: calc( 100% - 0.65rem);
}
.join_box .con ul li .box .info h4{
	font-weight: bold;
	font-size: 14px;
	margin-top: 0.1rem;
}
.join_box .con ul li .box .info p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 0.15rem;
}
/* join end */


/* partners start */
.partners_box{
	padding-top: 1rem;
	padding-bottom: 1.2rem;
	background-color: white;
}
.partners_box .hezuo_pic{
	height: 8rem;
	background: url(../images/about_hezuo.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
.partners_box .con{
	padding-top: 1.6rem;
	text-align: center;
	width: 10rem;
	margin: 0 auto;
	font-size: 0;
}
.partners_box .con .box{
	text-align: center;
}
.partners_box .con .box li{
	margin: 0.2rem 0;
	height: 0.6rem;
	line-height: 0.6rem;
	display: inline-block;
	width: 20%;
}
.partners_box .con .box li a{
	display: inline-block;
}
.partners_box .con .box li a img{
	display: inline-block;
}

.partners_box .con .box_t{
	margin: 0.7rem auto 0;
	display: inline-block;
}

/* partners end */

/* messaeg start */
.message_con{
	position: relative;
	background-color: #f2f2f2;
	
}
.message_con .pic{
	position: absolute;
	background: url(../images/message_bg.jpg) no-repeat center;
	width: 44.8%;
	height: 100%;
	background-size: cover;
	right: 0;
	top: 0;
}
.message_con .container{
	height: 7.85rem;
	width: 6.9rem;
	float: left;
	font-family: "JL";
}
.message_con .container form{
	display: block;
	padding-top: 1.2rem;
}
.message_con .container form ul{
	color: black;
}
.message_con .container form ul li{}
.message_con .container form ul li p,.message_con .container p{
	font-size: 0.12rem;
	letter-spacing: 0.01rem;
	margin-top: 0.3rem;
	text-align: left;
}
.message_con .container form ul li p span,.message_con .container p span{
	margin-right: 0.2rem;
}
.message_con .container form ul li input,.message_con .container textarea{
	margin-top: 0.2rem;
	width: 100%;
	border: 1px solid #8d8e8e;
	padding-left: 10px;
	background-color: transparent;
	color: black;
	padding-left: 10px;
}
.message_con .container form ul li input{
	height: 0.4rem;
	
}
.message_con .container textarea{
	height: 1.55rem;
	padding-top: 5px;
	line-height: 1.2;
}
.message_con .container .form_to{
	margin-top: 0.35rem;
	width: 1.9rem;
	height: 0.35rem;
	line-height: 0.35rem;
	background-color: black;
	text-align: center;
	color: white;
	font-size: 0.12rem;
	cursor: pointer;
}
/* message end */

/* footer start */
.Footer-wrapper{}
.Footer-container{
	color: white;
}

.Footer-container .box_t{
	padding: 0.9rem 0;
	background-color: black;
}
.Footer-container.productlist2 .box_t{
	background-color: #f2f2f2;
}
.Footer-container .box_t .fl{
	margin-right: 18%;
}
.Footer-container .box_t .fl img.foot_logo{
    max-width: 100%;
    width: auto;
	height: auto;
}
.Footer-container.productlist2 .box_t .fl img.foot_logo{
/* 	position: relative;
	filter: drop-shadow(100vw 0px 0 black);
	-webkit-filter: drop-shadow(100vw 0px 0 black);
	right: 100vw; */
	filter: invert(1);
	-webkit-filter: invert(1);
}
.Footer-container .box_t .fl>ul{
	margin-top: 0.45rem;
}
.Footer-container .box_t .fl>ul>li{
	height: 24px;
	padding-left: 0.35rem;
	background: url(../images/ico_phone.png) no-repeat left;
	font-size: 12px;
	margin-bottom: 0.18rem;
	line-height: 24px;
	font-family: "JL";
}
.Footer-container.productlist2 .box_t .fl>ul>li{
	/* position: relative;
	filter: drop-shadow(100vw 0px 0 black);
	-webkit-filter: drop-shadow(100vw 0px 0 black);
	right: 100vw; */
	filter: invert(1);
	-webkit-filter: invert(1);
}
.Footer-container .box_t .fl>ul>li:nth-child(1){
	font-size: 28px;
	/* font-weight: bold; */
	font-family: "Haettenschweiler";
}
.Footer-container .box_t .fl>ul>li:nth-child(2){
	background-image: url(../images/ico_email.png);
}
.Footer-container .box_t .fl>ul>li:nth-child(3){
	background-image: url(../images/ico_domain.png);
}
.Footer-container .box_t .fl>ul>li:nth-child(4){
	background-image: url(../images/ico_address.png);
}

.Footer-container .box_t .fl .box_m{
	margin-top: 0.1rem;
}
.Footer-container .box_t .fl .box_m ul{
	
}
.Footer-container .box_t .fl .box_m ul li{
	position: relative;
	float: left;
	margin-right: 0.13rem;
}

.Footer-container .box_t .fl .box_m ul li i{
	position: absolute;
	display: none;
	left: -10px;
	bottom: 100%;
	margin-bottom: 12px;
	/* opacity: 0; */
	width: 1.33rem;
	background-color: white;
}
.Footer-container .box_t .fl .box_m ul li i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	right: 1.05rem;
	bottom: -12px;
	border: 5px solid transparent;
	border-top: 8px solid white;
}
.Footer-container .box_t .fl .box_m ul li i img{
	max-width: 100%;
	width: auto;
	border-radius: 10px;
}
.Footer-container .box_t .fl .box_m ul li:hover i{
	/* opacity: 1; */
	display: block;
}

.Footer-container .box_t .fl .box_m ul li a{}
.Footer-container .box_t .fl .box_m ul li a img{
	width: auto;
}
.Footer-container .box_t .con{
	float: left;
	font-size: 14px;
}
.Footer-container .box_t .con dl{
	margin-right: 0.55rem;
	float: left;
}
.Footer-container .box_t .con dl dt{
	margin-bottom: 0.18rem;
	font-family: "SM";
}
.Footer-container.productlist2 .box_t .con dl dt{
	color: black;
}
.Footer-container .box_t .con dl dd{
	margin-bottom: 0.18rem;
	font-family: "JL";
}
.Footer-container.productlist2 .box_t .con dl dd{
	color: black;
}
.Footer-container .box_t .con dl dd a{}

.Footer-container .box_t .fr{}
.Footer-container .box_t .fr img{
	width: auto;
	width: 0.88rem;
	border-radius: 4px;
}
.Footer-container .box_t .fr p{
	font-size: 14px;
	color: white;
	line-height: 2.5;
	text-align: center;
}

.Footer-container>.box_m{
	background-color: #333333;
	padding: 0.14rem 0;
	text-align: center;
}
.Footer-container.productlist2>.box_m{
	background-color: #cccccc;
	color: black;
}
.Footer-container .box_m p{
	display: inline-block;
	font-size: 12px;
	margin-right: 0.1rem;
	font-family: "JH";
}
/* footer end */

/* banner start */
/* banner end */
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}

@media all and (max-width:960px) {
    /* 移动终端以上 360 适配 */
}
@media all and (max-width:768px) {
    /* 移动终端以上 360 适配 */
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}
@media all and (max-width:420px) {
    /* 移动终端以上 360 适配 */
}
@media all and (max-width:376px) {
    /* 移动终端以上 360 适配 */
}
@media all and (max-width:350px) {
    /* 移动终端以上 360 适配 */
}