@charset "utf-8";
/* ===================首页样式========================== */
/* nav start */
.Header-wrapper{
	position: fixed;
	background-color: #1e1e1e;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}
.Header-container{
	width: 68%;
	height: 84px;
	margin: 0 auto;
}
.navbtn{
	position: absolute;
	left: 3%;
	top: 0;
	height: 60px;
	cursor: pointer;
	display: none;
}
.navbtn span {
    width: 32px;
    height: 2px;
	border-radius: 2px;
    background: white;
    display: block;
    position: relative;
    margin-top: 29px;
}
.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;
}
.Header-container .show {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
	display: none;
}
.Header-container .show .box {
    width: 84%;
    margin: 0 auto;
}
.Header-container .show .m_logo a {
    display: block;
    margin-top: 35px;
    width: 266px;
    height: 0;
    padding-top: 29px;
    background-image: url(../images/logo.png);
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 35px;
}
.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: 60px;
    line-height: 60px;
    font-size: 18px;
    position: relative;
    font-weight: normal;
	text-align: left;
	font-family: 'SR';
}
.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: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 .nav_code{
	margin-top: 20%;
	text-align: left;
}
.Header-container .show .box .nav_code>img{
	width: 80px;
	height: 80px;
	display: inline-block;
}
.Header-container .show .box .nav_code p{
	margin-left: 10%;
	display: inline-block;
}
.Header-container .show .box .nav_code p span{
	display: inline-block;
	font-size: 22px;
	color: white;
}
.Header-container .show .box .nav_code p>i {
    float: left;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_time.png) no-repeat;
    margin-right: 6px;
}
 .logo{
	display: inline-block;
	width: 249px;
	height: 27px;
	margin-top: 28px;
}
 .logo h1 a{
	 font-size: 0;
 }
/* .logo img{
	width: 100%;
} */
 .nav_item{
	float: right;
}
.nav_item ul{}
.nav_item ul>li{
	position: relative;
	float: left;
	text-align: center;
}
.nav_item ul li>ol{
	display: none;
	position: absolute;
	left: 0;
	top: 84px;
	z-index: 99;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
}
.nav_item ul li:hover>ol{
	display: block;
}
.nav_item ul li>ol>li{
	text-align: center;
	height: 30px;
	line-height: 30px;
	
}
.nav_item ul li>ol>li>a{
	color: white;
	font-size: 12px;
	display: block;
	transition: all 0s;
}
.nav_item ul li>ol>li>a:hover{
	background-color: #333333;
}
.nav_item ul>li>a{
	display: block;
	margin: 0 13px;
	line-height: 84px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'SR';
}

.nav_serch{
	position: absolute;
	top: 42px;
	right: 3%;
	/* width: 20px;
	height: 20px;
	background: url(../images/icon_search.png); */
}
.Hsrch-box {
    width: 300px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: 42px;
    left: -275px;
    display: none;
    position: absolute;
    z-index: 2;
    border: 1px solid #e5e5e5;
}
.H-srch .Hsrch-menu {
    display: block;
    width: 20px;
    height: 20px;
    background:  url(../images/icon_search.png) no-repeat center;
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
	cursor: pointer;
}
.Hsrch-block {
    padding: 0;
    width: 100%;
    height: 32px;
    margin: 0px auto;
}
.Hsrch-block .btn {
    width: 24px;
    height: 32px;
    background: url(../images/icon_search2.png) no-repeat center;
    float: right;
}
.Hsrch-block .text {
    width: 70%;
    height: 32px;
    font-size: 16px;
    float: left;
    margin: 0 0 0 10px;
}
.Hsrch-menu.cur {
    background: url(../images/icon_close.png) no-repeat center / contain;
}
/* nav end */
/* banner start */
.pcbanner,.wapbanner{
	width: 100%;
	height: auto;
}
.wapbanner{
	display: none;
}
.pcbanner img{
	width: 100%;
}
/* banner end */

/* about start */
.ab_con1{
	padding: 102px 0;
	text-align: center;
	
}
.ab_con1 h2{
	color: #000000;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 600;
}
.ab_con1 p{
	color: #000000;
	font-size: 12px;
	line-height: 28px;
}
.ab_con2{
	position: relative;
	width: 100%;
}
.ab_con2 .ab_img{
	float: left;
	width: 37%;
	margin-left: 16%;
	/* height: 682px;
	background: url(../images/about.png) no-repeat center; */
	/* -webkit-background-size: cover;
	background-size: cover; */
}
.ab_con2>img{
	display: none;
}
.ab_con2 .ab_con{
	float: right;
	width: 22.5%;
	margin-right: 16%;
	margin-top: 5%;
	
}
.ab_con2 .ab_con>img{
	display: none;
}
.ab_con2 .ab_con .ab_tit{
	
}
.ab_con2 .ab_con .ab_tit img{
	width: 154px;
	height: 45px;
}
.ab_con2 .ab_con .ab_tit h2{
	margin-top: 24px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'SM';
	display: inline-block;
}
.ab_con2 .ab_con .ab_content{
	position: relative;
	margin-top: 46px;
}
.ab_con2 .ab_con .ab_content::after{
	content: "";
	position: absolute;
	width: 21px;
	height: 20px;
	top: -20px;
	left: -40px;
	background: url(../images/icon_s.png);
	
}
.ab_con2 .ab_con .ab_content::before{
	content: "";
	position: absolute;
	width: 21px;
	height: 20px;
	bottom: -20px;
	right: -40px;
	background: url(../images/icon_x.png);
	
}
.ab_con2 .ab_con .ab_content p{
	font-size: 12px;
	line-height: 32px;
}
.ab_con2 .fot_img{
	position: absolute;
	margin-left: 47.5%;
	bottom: 6px;
}
.ab_con2 .fot_img .m_about{
		display: none;
	}
/* about end */

/* porduct start */
.pr_con{
	margin-top: 158px;
	width: 100%;
	height: auto;
}
/* .pro_img{
	width: 100%;
	height: 857px;
	background: url(../images/section.png) no-repeat center;
	background-size: cover;
} */
.pro_con{
	width: 100%;
	height: auto;
	float: left;
}
.pro_img{
	width: 100%;
	height: 855px;
	background: url(../images/section.png) no-repeat center;
	background-size: 100% auto;
	background-attachment: fixed;
	/* margin-top: 165px; */
}
.pro_img>img{
	display: none;
}
.pro_con ul{
	width: 68%;
	margin: 110px 16% 150px;
}
.pro_con ul li{
	position: relative;
	width: 31%;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-right: calc(7%/2);
}
.pro_con ul li:nth-child(3n){
	margin-right:0;
}
.pro_con ul li .mb{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgb(000,000,000,0.6);
	color: #000000;
}

.pro_con ul li:nth-child(1) .mb i,.pro_con ul li:nth-child(2) .mb i,.pro_con ul li:nth-child(3) .mb i,
.pro_con ul li:nth-child(4) .mb i,.pro_con ul li:nth-child(5) .mb i,.pro_con ul li:nth-child(6) .mb i{
	position: absolute;
	display: none;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'SR';
	width: 54px;
	height: 54px;
}
.pro_con ul li:nth-child(1) .mb i{
	background: url(../images/pro_1.png);
}
.pro_con ul li:nth-child(2) .mb i{
	background: url(../images/pro_2.png);
}
.pro_con ul li:nth-child(3) .mb i{
	background: url(../images/pro_3.png);
}
.pro_con ul li:nth-child(4) .mb i{
	background: url(../images/pro_4.png);
}
.pro_con ul li:nth-child(5) .mb i{
	background: url(../images/pro_5.png);
}
.pro_con ul li:nth-child(6) .mb i{
	background: url(../images/pro_6.png);
}
.pro_con ul li:hover .mb,.pro_con ul li:hover .mb i{
	display: block;
	
}
.pro_con ul li .mb p{
	position: absolute;
	top: 66%;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 16px;
}

/* porduct end */



/* news start */
.new_con{
	width: 100%;
	height: 820px;
	background: url(../images/new_bg.png) top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.new_con .new_box{
	width: 80%;
	margin: 0 auto;
	padding: 10% 9%  3% 9%;
	/* padding-top: 10%; */
}
.new_con .new_box .new-fl{
	float: left;
	color: #000000;
	width: 20%;
}
.new_con .new_box .new-fl img{
	/* width: 259px;
	height: 78px; */
}
.new_con .new_box .new-fl h3{
	font-size: 42px;
	line-height: 52px;
	font-weight: bold;
	font-family: '423-CAI978';
}
.new_con .new_box .new-fl h4{
	margin-top: 20px;
	margin-left: 4px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
}
.new_con .new_box .new-fl p{
	margin-top: 16px;
	font-size: 12px;
	line-height: 34px;
	font-weight: 600;
}
.new_con .new_box .new-fr{
	float: right;
	width: 80%;
	padding-left: 25%;
	padding-top: 10px;
}
.new_con .new_box .new-fr ul{
	
}
.new_con .new_box .new-fr ul li{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 8%;
}
.new_con .new_box .new-fr ul li>a{
	display: inline-block;
	width: 34%;
	overflow: hidden;
}
.new_con .new_box .new-fr ul li img{
	transition: all 0.3s;
}
.new_con .new_box .new-fr ul li:hover img{
	transform: scale(1.1);
}
.new_con .new_box .new-fr .new_text{
	float: right;
	width: 66%;
	padding-left: 8%;
}
.new_con .new_box .new-fr .new_text h3{
	margin-top: 5%;
	font-size: 16px;
	line-height: 1;
	font-weight: bolder;
}
.new_con .new_box .new-fr .new_text p{
	margin-top: 3%;
	font-size: 12px;
	line-height: 32px;
}
.new_con .new_box .new-fr .new_text .pig{
	display: block;
}
.new_con .new_box .new-fr .new_text .small{
	display: none;
}
.new_con .new_box .new-fr ul .more{
	margin-left: 10%;
	font-size: 12px;
	color: #666666;
	float: left;
}

/* news end */

/* company start */
.company{
	padding: 0 15%;
	width: 100%;
	height: 370px;
	margin: 0 auto;
}
.company ul{
	padding-top: 145px;
}
.company ul li{
	width: 25%;
	float: left;
	text-align: center;
	color: #000000;
	border-right: 1px solid #808080;
}
.company ul li:nth-child(4){
	border: 0;
}
.company ul li h2{
	font-size: 36px;
	font-weight: bold;
}
.company ul li h2 span{
	font-size: 20px;
	padding-left: 2%;
	font-weight: normal;
}
.company ul li p{
	line-height: 40px;
	font-size: 18px;
}
/* company end */

/* luxury start */
.luxury_con{
	position: relative;
	width: 100%;
	height: 801px;
	background: url(../images/luxury_bg.png) no-repeat;
	/* background-size: 100% 100%; */
	background-size: cover;
}
.luxury_con .pic{
	display: none;
}
.luxury_con .cont{
	width: 15%;
	margin-left: 18%;
	padding-top: 140px;
	color: white;
}
.luxury_con .cont .box1{
	margin-bottom: 55px;
}
.luxury_con .cont .box1 h2{
	display: inline-block;
	position: relative;
	font-size: 24px;
	line-height: 1;
}
.luxury_con .cont .box1 h2::after{
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	bottom: -21px;
	right: -40px;
	background: url(../images/icon_bx.png) no-repeat;
}
.luxury_con .cont .box1 h2::before{
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	top: -21px;
	left: -40px;
	background: url(../images/icon_bs.png) no-repeat;
}
.luxury_con .cont .box1 p{
	margin-top: 55px;
	font-size: 12px;
	line-height: 30px;
}
.luxury_con .cont img{
	width: 185px;
	height: 5px;
}
.luxury_con .cont .box2{
	margin-top: 55px;
}
.luxury_con .cont .box2 h2{
	font-size: 42px;
	line-height: 1;
	font-family: '423-CAI978';
}
.luxury_con .cont .box2 p{
	margin-top: 46px;
	font-size: 12px;
	line-height: 30px;
}
.luxury_con .to{
	position: absolute;
	top: 85px;
	right: 7%;
}
.luxury_con .to a{
	color: white;
	font-size: 15px;
	font-family: '423-CAI978';
}
.luxury_con .to a img{
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-top: -5px;
	margin-right: 15px;
}
.luxury_con .to::after{
	content: "";
	position: absolute;
	height: 1.8px;
	width: 25%;
	right: 0;
	bottom: -20px;
	background-color: white;
}
/* luxury end */

/* join start */
.join_con{
	padding: 135px 0 145px;
	background-color: #f5f5f5;
}
/* .join_con .join_tit{
	width: 23%;
} */
.join_con .join_tit p{
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #000000;
	font-weight: bold;
	
}
.join_con .join_tit h3{
	display: block;
	font-size: 42px;
	line-height: 1;
	color: #000000;
	margin-top: 22px;
	font-weight: bold;
}
.join_con ul{
	margin-top: 12px;
	width: 1400px;
	margin: 0 auto;
}
.join_con ul li{
	display: block;
	height: auto;
	float: left;
	width: 23%;
	margin-right: calc(8%/3);
	margin-top: 45px;
	padding: 30px 0 20px 0;
	background-color: #fff;
	cursor: pointer;
}
.join_con ul li:hover{
	background: url(../images/join_bg.png) no-repeat 100% 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
.join_con ul li:hover h3,.join_con ul li:hover p{
	color: white;
}
/* .join_con .join_cont{
	width: 60%;
} */
.join_con ul li:nth-child(4n){
	margin-right: 0;
}
.join_con ul li .cont{
	width: 62%;
	margin: 0 auto;
}
.join_con ul li h3{
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	line-height: 1;
	font-family: 'sb';
}
.join_con ul li p{
	margin-top: 20px;
	font-size: 12px;
	line-height: 32px;
	color: #595959;
	font-family: 'sr';
	text-align: justify;
}
/* join end */

/* team start */
.team_con{
	height: 720px;
	background-color: #1e1e1e;
	margin-bottom: 315px;
}

.team_con img,.team_con .tit1,.team_con .team_cont .more{
	display: none;
}
.team_con .pic{
	float: left;
	margin-left: 16%;
	width: 31%;
	margin-top: 72px;
	height: 753px;
	background: url(../images/team.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.team_con .team_cont{
	float: left;
	width: 22%;
	margin-left: 7.8%;
	margin-top: 170px;
	text-align: center;
}
.team_con .team_cont .team_tit{
	position: relative;
	display: inline-block;
	text-align: center;
	color: white;
}
.team_con .team_cont .team_tit::after{
	position: absolute;
	content: "";
	width: 21px;
	height: 20px;
	right: -54px;
	bottom: -16px;
	background: url(../images/icon_bx.png);
}
.team_con .team_cont .team_tit::before{
	position: absolute;
	content: "";
	width: 21px;
	height: 20px;
	left: -54px;
	top: -16px;
	background: url(../images/icon_bs.png);
}
.team_con .team_cont .team_tit h3{
	font-size: 42px;
	line-height: 1;
	font-family: '423-CAI978';
}
.team_con .team_cont .team_tit p{
	font-size: 24px;
	line-height: 44px;
	
}
.team_con .team_cont .team_text{
	margin-top: 50px;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	letter-spacing:1px;
	text-align: left;
}
.team_con  .team_fot{
	position: relative;
	float: left;
	width: 26%;
	margin-left: 7.8%;
	margin-top: 135px;
	font-size: 32px;
	letter-spacing: 1px;
	color: #000000;
	font-family: '423-CAI978';
}
.team_con  .team_fot a{
	position: absolute;
	font-size: 21px;
	right: 0;
	bottom: 0;
	font-family: '423-CAI978';
}
/* team end */

/* message start */
.mes_con{
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}
.mes_con img{
	display: none;
}
.mes_con .pic{
	float: left;
	width: 51.5%;
	height: 775px;
	background: url(../images/message_bg.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.mes_con .mes_cont{
	float: left;
	width: 48.5%;
}
.mes_con .mes_cont .form_box{
	width: 70%;
	margin-left: 8%;
	margin-top: 78px;
}
.mes_con .mes_cont .form_box ul{
	
}
.mes_con .mes_cont .form_box ul li{
	margin-bottom: 35px;
}
.mes_con .mes_cont .form_box ul li p,.mes_con .mes_cont .form_box p{
	font-size: 12px;
	color: #000000;
	line-height: 1;
}
.mes_con .mes_cont .form_box ul li p span,.mes_con .mes_cont .form_box p span{
	margin-right: 8px;
}
.mes_con .mes_cont .form_box ul li input,.mes_con .mes_cont .form_box textarea{
	margin-top: 25px;
	width: 100%;
	border: 1px solid #d1d1d1;
	padding-left: 10px;
	background-color: transparent;
}
.mes_con .mes_cont .form_box ul li input{
	height: 46px;
}
.mes_con .mes_cont .form_box textarea{
	height: 150px;
	padding-top: 5px;
}
.form_box .sub{
	margin-top: 40px;
	float: left;
	width: 30%;
	background-color: #000000;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
/* message end */

/* contact start */
.con_us{
	width: 100%;
	height: 400px;
	padding-top: 155px;
}
.con_us .con_box{
	width: 75%;
	margin: 0 auto;
}
.con_us .con_box ul{
}
.con_us .con_box ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.con_us .con_box ul li:hover i{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.con_us .con_box ul li i{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	transition: all .4s; 
}
.con_us .con_box ul li:nth-child(1) i{
	background: url(../images/icon_phone.png) no-repeat center;
}
.con_us .con_box ul li:nth-child(2) i{
	background: url(../images/icon_email.png) no-repeat center;
}
.con_us .con_box ul li:nth-child(3) i{
	background: url(../images/icon_fax.png) no-repeat center;
}
.con_us .con_box ul li:nth-child(4) i{
	background: url(../images/icon_adress.png) no-repeat center;
}
.con_us .con_box p{
	margin-top: 40px;
	font-size: 12px;
}
/* contact end */

/* footer start */
.Footer-wrapper{
	width: 100%;
	background-color: #1e1e1e;
}
.Footer-container{
	width: 68%;
	margin: 0 auto;
	padding-top: 115px;
	padding-bottom: 82px;
}
.Footer-container .footer_left{
	float: left;
	width: 38%;
}
.Footer-container .footer_left>img{
	width: 60%;
}
.Footer-container .footer_left p{
	margin-top: 28px;
	font-family: 'sr';
	color: white;
	font-size: 12px;	
}
.Footer-container .footer_left .company{
	display: none;
}
.Footer-container .footer_left p span{
	font-family: 'sb';
	font-size: 10px;
	border-bottom: 1px solid #625750;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.Footer-container .footer_left ul{
	margin-top: 27px;
}
.Footer-container .footer_left ul li{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	cursor: pointer;
}
.Footer-container .footer_left ul li p{
	position: absolute;
	width: 140px;
	height: 140px;
	bottom: 42px;
	left: 50%;
	margin-left: -70px;
	z-index: 3;
	display: none;
}
.Footer-container .footer_left ul li:hover p{
	display: block;
}
.Footer-container .footer_left ul li img{
	width: 100%;
}
.Footer-container .footer_left ul li .m_ico{
	display: none;
}
.Footer-container .footer_center{
	float: left;
	width: 40%;
}
.Footer-container .footer_center ul{
	
}
.Footer-container .footer_center>ul>li{
	float: left;
	width: 14%;
	text-align: center;
}
.Footer-container .footer_center>ul>li>a{
	color: #a1a1a1;
	font-size: 12px;
	margin-bottom: 20px;
}
.Footer-container .footer_center>ul>li>ul{
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.Footer-container .footer_center ul li  ul li{
	color: #5f5d5d;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 12px;
}
.Footer-container .footer_center ul li  ul li:hover a{
	color: white;
	border-bottom: 1px solid #5f5f5f;
}
.Footer-container .footer_right{
	float: right;
	width: 14%;
}
.Footer-container .footer_right img{
	width: 50%;
	margin: 0 auto;
}
.Footer-container .footer_right p{
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.Footer-container .footer_right p i{
	float: left;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/icon_time.png) no-repeat;
	margin-right: 6px;
}
.bottom{
	background-color: #1a1a1a;
}
.bottom>h2{
	width: 68%;
	line-height: 50px;
	font-size: 12px;
	color: white;
	text-align: left;
	margin: 0 auto;
}
.bottom>h2>p{
	float: right;
	line-height: 50px;
	color: #6b6b6b;
}
/* footer 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:640px) {
    /* 移动终端以上 360 适配 */
}

