﻿@media only screen and (max-width: 1697px) {
	/* 大屏幕 大桌面显示器     */
	.container{
		padding: 0 16px;
	}
}

@media only screen and (max-width: 1400px) {
	/* 大屏幕 大桌面显示器     */
	.header-link-btn{
		padding-left: 44px;
	}
}


@media only screen and (max-width: 1360px) {
	.header-left .logo img{
		height: 48px;
	}
	.header-left .logo span {
	    margin: 21px 0 0 10px;
	    font-size: 24px;
	}
	.header-right {
	    margin-top: 8px;
	}
	body{
		padding-top: 72px;
	}
}

@media only screen and (max-width: 1500px){
	
}

@media only screen and (max-width: 992px){
    .banner .swiper-slide a{
    	height: 600px;
    }  
    
	.news .list li{
		width: 50%;
	}
	.zhaopin-header {
	    float: left;
	    width: 236px;
	}
	.zhaopin-body{
		margin-left: 260px;
	}
	.about-slogan .inner {
	    margin: 0 auto;
	}
	.about-slogan ul {
	    margin-left: 0;
	}
	.about-slogan li::after{
		display: none;
	}
	.login .img{
		display: none;
	}
	.login .login-box{
		float: none;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1282px){
	
}

@media only screen and (max-width: 1200px) {
	.product .small-nav-1 .list{
		display: none !important;
	}
	/* 中等屏幕 桌面显示器     */
	.body,
	.header-right{
		padding-top: 72px;
	}
	.header-right .search .lang{
		width: 36px;
	}
	.header-right{
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		top: 0;
		right: -264px;
		width: 240px;
		height: 100%;
		background: #fff;
		-webkit-box-shadow: 0 0 24px rgba(125,125,125,.6);
		-moz-box-shadow: 0 0 24px rgba(125,125,125,.6);
		box-shadow: 0 0 24px rgba(125,125,125,.6);
		padding-top: 72px;
		z-index: 998;
		opacity: 0;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.header-active .header-right{
		opacity: 1;
		right: 0;
		overflow: scroll;
		margin-top: 0;
	}
	.header .nav-btn{
		display: block;
	}
	.header-right .search{
		padding: 30px 12px 0;
		border-top: 1px solid #eee;
		/*display: none;*/
	}
	.header-right .search-inner{
		float: none;
		width: 160px;
	}
	.header-right .search-inner input{
		width: 114px;
	}
	.header-right .link .shopBtn{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	.header-right .link .nav,
	.header-right .link .nav li{
		float: none;
		margin: 0;
	}
	.header-right .link .nav li a{
		width: auto;
		height: 56px;
		line-height: 56px;
		font-size: 18px;
		border-bottom: 1px solid #f3f3f3;
	}
	.header-pc{
		display: none;
	}	
	.header-mobile{
		display: block;
	}	
	.header-left{
		margin-top: 0;
	}
	.header-right .search-inner{
		position: absolute;
	    float: none;
	    width: 145px;
	    top: 21px;
	    left: 12px;
	}
	.header-right .search .lang{
		float: none;
		display: block;
		width: 150px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		margin: 0 auto;
	}
	.header-right .search{
		padding-top: 20px;
	}
	.header-left .logo{
		padding: 0;
	}
	.index-fuwu li{
		width: 50%;
	}
	.box-title{
		font-size: 22px;
		padding-bottom: 12px;
	}
	.index-product-header a, .index-news-header a{
		line-height: 32px;
		margin: 0 2px 2px;
	}
	.index-about .numBox{
		width: auto;
	}
	.index-about .numBox .item-header span.num{
		font-size: 60px;
	}
	.small-nav-2 .brand,
	.small-nav-2 .list{
		float: none;
		margin: 0;
	}
	.small-nav-2 .list{
		border-right: none;    
		border-bottom: 1px solid #e4e4e4;
	}
}

@media only screen and (min-width: 768px){
	.zhaopin-header .list{
		display: block !important;
	}
}

@media only screen and (max-width: 768px) {
	/* 超小屏幕 手机     */
	.header .inner {
	    padding: 10px 20px;
	}
	.header-mobile{
		background: #fff;
	}
	.body,
	.header-right{
		padding-top: 66px;
	}
	.header{
		border-bottom: 2px solid #d30f19 !important;
	}
	.header-left .logo img {
	    height: 44px;
	}
	.header-left .logo span{
	    /*font-weight: normal;*/
	    font-size: 22px;
	    margin: 20px 0 0 5px;
	}
	.nav-btn .navbar {
	    width: 32px;
	    height: 3px;
	}
	.nav-btn .navbar2 {
	    top: 9px;
	}
	.nav-btn .navbar3 {
	    top: 18px;
	}
	.nav-btn {
	    width: 32px;
	    height: 22px;
	    margin-top: -11px;
	}
	.nav-btn-active .navbar3{
		top: 9px;
	}
	.nav-btn-active .navbar1{
		top: 9px;
	}
	.header-right .link .shopBtn{
	    margin-bottom: 12px;
	}
	body{
		padding-top: 66px;
	}
	.banner .swiper-slide a{
		height: 240px;
	}
	.banner .swiper-pagination-switch {
	    width: 24px;
	    margin: 0 3px;
    }
    .banner .pagination{
    	bottom: 10px;
    }
    .footer{
    	display: none;
    }
    .index-fuwu li{
		width: 50%;
	}
	.index-fuwu .text .desc{
		font-size: 14px;
		line-height: 22px;
	}
	.index-fuwu .text .title{
		font-size: 15px;
		line-height: 24px;
	}
    .index-hot .title::after{
    	right: -16px;
    }
    .index-hot .list{
    	margin-left: 86px;
    }
    .index-product-body li{
    	width: 100%;
    	margin-bottom: 16px;
    }
    .index-product {
	    padding: 32px 0 24px;
	}
	.index-product .box-title {
	    margin-bottom: 16px;
	}
	.index-product-body {
	    padding: 10px 0 0;
	}
	.index-product-header a, .index-news-header a{
		padding: 0 6px;
	}
	.more a{
		height: 44px;
		line-height: 44px;
		width: 150px;
	}
	.more{
		padding-top: 16px;
	}
	.index-news,
	.index-about{
	    padding: 32px 0 24px;
	}
	.index-about .box-title {
	    margin-bottom: 36px;
	}
	.index-about .numBox .item-header span.num {
	    font-size: 36px;
	}
	.index-about .numBox .item-header span{
		margin: 0 0 0 1px;
	}
	.index-about .numBox .item-header {
	    position: relative;
	    margin-bottom: 1px;
	    padding-bottom: 12px;
	}
	.index-about .numBox .item-header::after{
		display: none;
	}
	.index-about .numBox{
		margin-bottom: 24px;
	}
	.index-about .desc{
		margin-bottom: 6px;
	}
	.index-news-body .list li{
		width: 100%;
		margin-bottom: 10px;
	}
	.index-news-body .list .date{
		font-size: 14px;
	}
	.index-hot .list span{
		display: none;
	}
	.index-hot .list a{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.small-nav-1{
		padding-left: 26px;
	}
	.small-nav-1 li{
		padding: 0 16px;
		margin-bottom: 4px;
	}
	.product .search .inner{
		float: none;
		padding: 3px 16px;
	}
	.product .search{
		margin-bottom: 24px;
	}
	.product .index-product{
		padding-top: 24px;
	}
	.news {
	    padding: 16px 0 1px;
	}
	.news .list li{
		width: 100%;
		margin-bottom: 16px;
	}
	.news .list .text .title{
		height: auto;
	}
	.small-nav-2 .list li a{
		padding: 0 18px;
	}
	.news-detail {
	    padding: 16px 0;
	}
	.news-detail .inner {
	    padding: 16px 16px 0;
	}
	.news-detail .title {
	    font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 12px;
	}
	.news-detail .msg{
		margin-bottom: 12px;
	}
	.news-detail .text {
	    padding-bottom: 26px;
	}
	.small-banner{
		height: 200px;
	}
	.join .title{
		font-size: 20px;
	}
	.join {
	    padding: 26px 0 40px;
	}
	.join .title {
	    margin-bottom: 20px;
	}
	.contact {
	    padding: 20px 0 26px;
	}
	.contact-header li {
	    width: 100px;
	    padding: 0 10px;
	    height: 44px;
	    line-height: 44px;
	    margin: 0 16px 16px 0;
	}
	.contact-body .img {
	    float: none;
	    width: auto;
	    height: 200px;
	}
	.contact-body .text {
	    margin-left: 0;
	    padding-left: 0;
	    margin-top: 16px;
	    font-size: 14px;
	    line-height: 26px;
	}
	.contact-body .text .title{
		font-size: 18px;
		padding-top: 0;
	}
	.contact-body .text .msg-item .item-title {
	    width: 72px;
	}
	.contact-body .text .msg-item .item-text{
		margin-left: 72px;
	}
	.case{
		padding: 20px 0 24px;
	}
	.zhaopin-header{
		float: none;
		width: auto;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		overflow: hidden;
	}
	.zhaopin {
	    padding: 18px 0 24px;
	}
	.zhaopin-body{
		margin-left: 0;
	}
	.zhaopin-body{
		padding: 16px;
	}
	.zhaopin-header .title{
		display: none;
	}
	.zhaopin-header-title{
		display: block;
		height: 54px;
		line-height: 54px;
		background: #d30f19;
		font-size: 16px;
		color: #fff;
		text-align: center;
		font-size: 18px;
	}
	.zhaopin-header .list a{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		border: none;
	}
	.zhaopin-header .list a.active{
		color: #d30f19;
	}
	.zhaopin-header .list{
		display: none;
	}
	.zhaopin-header{
		margin-bottom: 20px;
	}
	.zhaopin-body .header-title{
		display: none;
	}
	.zhaopin-body{
		padding-top: 0;
	}
	.zhaopin-body .desc{
		margin-top: 20px;
	}
	.zhaopin-body{
		padding: 0;
		background: #fff;
	}
	.zhaopin-body .msg table tr:nth-child(even){
		background: #f6f6f6;
	}
	.zhaopin-body .btn{
		margin-top: 20px;
	}
	.zhaopin-header .list li{
		margin-bottom: 1px;
	}
	.service {
	    padding: 20px 0 26px;
	}
	.service .more {
	    padding-top: 23px;
	}
	.service .list {
	    margin-top: 8px;
	}
	.guzhang{
		padding-top: 0;
	}
	.product-detail{
		padding-top: 16px;
	}
	.product-detail .msg{
		padding: 16px;
		margin-bottom: 16px;
	}
	.product-detail .msg .img{
		float: none;
		width: auto;
	}
	.product-detail .msg .text{
		margin: 0;
		padding: 0;
	}
	.product-detail .msg .text .btn a {
	    width: 112px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	    color: #fff;
	    margin-right: 12px;
	}
	.product-detail .msg .text .btn{
		margin-top: 26px;
	}
	.product-detail .content{
		padding: 16px;
	}
	.product-detail .content-header li {
	    line-height: 44px;
	    padding: 0 16px;
	    font-size: 16px;
	}
	.product-detail .content-body {
	    padding: 16px 0;
	}
	.xiangguan .inner-title{
		font-size: 18px;
		color: #333;
	}
	.product-detail .content{
		margin-bottom: 32px;
	}
	.xiangguan .product .index-product {
	    padding-top: 10px;
	}
	.fullpage-active .baojia{
		width: auto;
		left: 20px;
		right: 20px;
		top: 20px;
		margin-left: 0;
	}
	.baojia{
		padding: 20px; 
	}
	.about-msg .img {
	    float: none;
	    width: auto;width: auto;padding-top: 20px;
	}
	.about-msg{
		padding: 20px 0;
	}
	.about-msg .imgBox{
		padding-bottom: 56.25%;
		margin-bottom: 20px;background-image: url(/images/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	}
	.about-msg .text .tag{
		display: none;
	}
	.about-msg .text{
		float: none;
		width: auto;
	}
	.about-msg .text .inner{
		padding: 0;
	}
	.about-msg .text .title{
		font-size: 22px;
		text-align: center;
		margin-bottom: 10px;
	}
	.about-msg .text .more{
		margin-top: 16px;
	}
	.about-slogan{
		padding: 20px 0;
	}
	.about-slogan li{
		float: none;
		width: auto;
		padding: 0;
	}
	.about-slogan .inner{
		max-width: 100%;
	}
	.about-slogan .imgBox{
		padding-bottom: 56.25%;
	}
	.about-history .title,
	.about-rongyu .title,
	.about-movie .title{
		font-size: 22px;
	}
	.about-history {
	    position: relative;
	    padding: 32px 0 0px;
	}
	.about-history .title{
		margin-bottom: 0;
	}
	.about-history .item{
		padding-top: 26px;
	}
	.about-history .owl-nav{
		top: 69px;
	}
	.about-history::before{
		top: 144px;
	}
	.about-rongyu {
	    padding: 32px 0 20px;
	    background: #fff;
	}
	.about-rongyu .img{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	.about-rongyu .title{
		margin-bottom: 16px;
	}
	.about-rongyu .list{
		float: none;
		width: auto;
		margin: 0;
	}
	.about-rongyu .list li{
		width: 100%;
	}
	.about-movie {
	    padding: 32px 0 20px;
	}
	.about-movie .title{
		margin-bottom: 26px;
	}
	.small-nav-2{
		display: none;
	}
	.small-nav-3{
		display: block;
	}
	
	.quanjingBox .inner{
		width: 100%;
		height: auto;
		margin: 0;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.quanjingBox .inner .close{
		top: 12px;
		right: 12px;
	}
	.quanjingBox .inner img{
		width: 100%;
		height: auto;
	}
	.member{
		padding: 16px 0;
	}
	.member .member-header{
		float: none;
		width: auto;
		padding: 0;
		margin: 0 0 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		overflow: hidden;
	}
	.member .member-header .title{
		position: relative;
		padding: 0;
		height: 50px;
		line-height: 50px;
	}
	.member .member-header .title::after{
		content: "";
		position: absolute;
		right: 12px;
		top: 50%;
		border: 6px solid transparent;
		border-top-color: #666;
		-webkit-transform: translateY(-3px);
		-moz-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		-o-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	.member .member-body{
		margin: 0;
	}
	.member .member-body{
		padding: 0;
		margin: 0;
	}
	.member .member-header .list{
		display: none;
	}
	.member .member-header .list a{
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
	.member .member-header .list li{
		margin-bottom: 0;
	}
	.member .member-body .member-title{
		margin-bottom: 24px;
	}
	.member .member-body .user-download .table2{
		width: 768px;
	}	
	.member .member-body .user-download-scroll{
		overflow-x: scroll;
	}
	.page{
		padding-top: 20px;
	}
	.pwd-m .item-header{
		float: none;
		width: auto;
		text-align: left;
	}
	.pwd-m .submitBtn,
	.pwd-m .item-body{
		margin-left: 0;
		max-width: 100%;
	}
	.pwd-m .item{
		margin-bottom: 12px;
	}
	.pwd-m .item-header{
		line-height: 30px;
	}
	.pwd-m .submitBtn{
		margin-top: 32px;
		height: 50px;
	}
	.header3 .tel{
		display: none;
	}
	.header3 .title{
		font-size: 16px;
		margin-top: 11px;
		border-color: #333;
		color: #333;
	}
	.footer2 {
	    line-height: 24px;
	    padding: 12px 0;
	}
	.pwd-cz .title{
		font-size: 26px;
	}
	.pwd-cz .inner{
		width: auto;
	}
	.pwd-cz .tip{
		font-size: 16px;
	}
	.pwd-cz .form .item-code .input{
		width: 64%;
	}	
	.pwd-cz .form .item-code .verify{
		width: 30%;
	}
	.form-basic .item .item-header{
		float: none;
		width: auto;
	}
	.form-basic .item .item-body{
		margin: 0;
	}
	.form-basic .item-text .item-body{
		display: inline-block;
	}
	.form-basic{
		max-width: none;
	}
	.form-basic .item{
		line-height: 30px;
		margin-bottom: 8px;
	}
	.form-basic .item-text{
		margin-bottom:8px;
	}
	.form-basic .item-header{
		line-height: 20px;
	}
	.form-basic .submitBtn{
		margin: 0;
		width: 100%;
		margin-top: 24px;
	}
	.footer2{
		display: none;
	}
	.zhuce{
		padding: 20px 0;
	}
	.zhuce .link{
		float: none;
		margin-bottom: 24px;
	}
	.zhuce .link p{ 
		margin-bottom: 12px;
	}
	.zhuce .zhuce-inner,
	.zhuce .zhuce-inner .form-basic,
	.zhuce .zhuce-inner .form-basic .submitBtn{
		width: 100%;
		border: none;
		padding: 0;
	}
	.login .login-box{
		width: auto;
	}
	.login .login-header span{
		margin-right: 16px;
	}
	.login .login-header span:last-child{
		margin-right: 0;
	}
	.login .login-body-list{
		padding: 32px 16px 0;
	}
	.login .login-header{
		padding: 10px 16px 0;
	}
	.login .remember {
	    padding: 0 16px 20px;
	}
	.login .submitBtn {
	    padding: 0 16px 30px;
	}
	.login .link{
		padding: 16px;
	}
	.login {
	    padding: 32px 0;
	}
}

@media only screen and (min-width: 768px){
	.member .member-header .list{
		display: block !important;
	}
}

@media only screen and (max-width: 640px){

}

@media only screen and (max-width: 376px) {
	
	
}