@media screen and (max-width: 1600px){

.foot .foot_nav{
	padding: 0 40px;
}

}
@media screen and (max-width: 1500px){

.w80{
	width: 90%;
}

.head .nav li>a{
	padding: 0 24px;
}


.inpro .w80{
	min-height: 330px;
	padding-left: 320px;
}
.inpro .left{
	width: 300px;
}
.inpro .left .intl{
	margin-bottom: 20px;
}

.foot .foot1{
	padding: 0px 180px 0px 400px;
}
.foot .foot_contact{
	max-width: 360px;
}
.foot .foot_contact p:first-child{
	margin-right: 0px;
}
.foot .foot_contact p:nth-child(2){
	display: none;
}
.foot .foot_nav{
	padding: 0 80px;
}




}

@media screen and (max-width: 1200px){

.w80{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.head .nav li>a{
	padding: 0 15px;
}


.inpro .w80{
	padding-left: 400px;
}
.inpro .left{
	left: 10px;
	width: 350px;
}

.foot .foot_sx:after{
	left: 5px;
}
.foot .foot_sx:before{
	left: 3px;
}
.foot .foot_code{
	right: 10px;
}
.foot .foot_nav{
	padding: 0 30px;
}

.foot .foot2 p{
	padding: 0 10px;
}

.page_nav ul li a{
	padding: 0 20px;
}

.proli{
	padding-left: 290px;
}
.procon{
	padding-left: 290px;
}
.proli_nav{
	left: 10px;
}
.newsli li a{
	height: auto;
}



}


@media screen and (max-width: 1000px){

.head{
	display: none;
}

.top {
	display: block;
}
.top_h {
	display: block;
	width: 100%;
	height: 60px;
}

.top_bg {
	height: 100px;
}

.top {
	height: 60px;
	position: fixed;
	z-index: 999;
	top: 0px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background-color: #fff;
}

.top_bg {
	height: 60px;
}

.top .logo {
	float: left;
	height: 100%;
	margin-left: 10px;
}

.top .logo a {
	display: flex;
	height: 100%;
	align-items: center;
}

.top .logo img {
	height: 48px;
	display: block;
}

.top .top_tel {
	float: right;
	margin-right: 15px;
}
.top .language{
	position: relative;
	float: right;
	height: 100%;
	margin-right: 15px;
}
.top .language .language_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 100%;
	cursor: pointer;
}
.top .language .language_btn i{
	font-size: 32px;
	color: #c40000;
}
.top .language ul{
	position: absolute;
	right: 0;
	top: calc(100% + 40px);
	visibility: hidden;
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #eee;
	opacity: 0;
	transition: all .3s;
}
.top .language ul li{
	position: relative;
	border-bottom: 1px solid #eee;
}
.top .language ul li a{
	display: block;
	font-size: 14px;
	line-height: 1.8;
	width: 60px;
	text-align: center;
	transition: all .3s;
}
.top .language ul.on{
	top: calc(100% + 5px);
	visibility: visible;
	opacity: 1;
}


.top .top_tel a {
	display: block;
	margin-top: 10px;
	width: 60px;
	height: 60px;
	font-size: 42px;
	line-height: 60px;
	color: #c40000;
	text-align: center;
	/*background: url(../images/top_tel.png) no-repeat center;*/
	/*background-size: auto 60%;*/
}

.top .top_nav_btn {
	width: 60px;
	height: 60px;
	background-color: #c40000;
	display: block;
	float: right;
	padding: 15px 10px;
}

.top .top_nav_btn p {
	height: 2px;
	width: 40px;
	background-color: #fff;
	margin-bottom: 12px;
	position: relative;
	transition: all 0.3s;
	left: 0px;
	transform-origin: 0 50%;
}

.top .top_nav_btn p:nth-child(3) {
	margin-bottom: 0px;
}

.top .top_nav_btn a:hover p {
/*left: 3px;*/
}

.top .top_nav_btn a.close p {
	left: 5px;
}

.top .top_nav_btn a.close p:nth-child(1) {
	transform: rotate(45deg);
}

.top .top_nav_btn a.close p:nth-child(2) {
	opacity: 0;
}

.top .top_nav_btn a.close p:nth-child(3) {
	transform: rotate(-45deg);
}

body{
	transition: all 0.3s;
}
.menu {
	display: block;
	position: fixed;
	right: -66%;
	width: 66%;
	height: 100%;
	top: 0;
	z-index: 9999;
	height: 100%;
	background-color: #fff;
	transition: all 0.3s;
	padding-top: 80px;
}
.menu .ht{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: #c40000;
}

.menu .ht h3{
	font-size: 24px;
	line-height: 60px;
	float: left;
	color: #fff;
	padding-left: 15px;
}
.menu .ht span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.menu span:before,.menu span:after {
	position: absolute;
	display: block;
	content: "";
	right: 10px;
	top: 27px;
	height: 2px;
	width: 40px;
	background-color: #fff;
	transform: rotate(45deg);
}

.menu span:after {
	transform: rotate(-45deg);
}

.menu ul {
	height: 100%;
	overflow-y: auto;
}

.menu ul::-webkit-scrollbar {
/*滚动条整体样式*/
	width: 6px;
 /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.menu ul::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353;
}

.menu ul::-webkit-scrollbar-track {
/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 1px;
	background: #EDEDED;
}

.menu ul li {
	border-bottom: 1px solid #ddd;
	transition-delay: 100ms;
	transform: translateY(100%);
	transition: all 0.5s;
	opacity: 0;
}

.menu ul li a {
	display: block;
	color: #666;
	line-height: 30px;
	padding-left: 20px;
	font-size: 16px;
	transition: all 0.3s;
}

.menu ul li>a {
	font-size: 18px;
	color: #666;
	line-height: 40px;
	padding: 8px 0 12px 20px;
}

.menu ul li a:hover
/*,.menu ul li.on>a*/
{
	background-color: #c40000;
	color: #fff;
}

.menu.on ul li {
	transform: translateY(0);
	opacity: 1;
}

.menu ul li dl.xl{
	/*display: none;*/
	/*border-bottom: 1px solid #ddd;*/
	padding: 5px 0;
}
.menu ul li dl dd{
	float: left;
	width: 50%;

}
.menu ul li dl dd a{
	display: block;
	font-size: 14px;
}

.menu_bg {
	display: block;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}


.inpro{
	margin: 100px auto 50px;
}
.inpro .w80{
	padding: 0 10px;
}
.inpro font.stl{
	width: 100%;
	text-align: center;
}
.inpro .left{
	position: relative;
	width: 100%;
	left: 0px;
	margin-bottom: 50px;
	text-align: center;
}
.inpro .left .intl{
	text-align: center;
	margin-bottom: 40px;
}
.inpro .left .intl p{
	text-align: center;
}
.inpro .left .inpro_nav li{
	display: inline-block;
	margin: 0 10px;
}
.inpro .left .inpro_nav li a:after{
	height: 15px;
}
.inpro .left a.more{
	display: none;
}
.inpro .content .swiper-pagination{
	position: relative;
	left: 0px;
	width: 100%;
	margin-top: 20px;
}



.inabout .text{
	padding-top: 20px;
}
.inabout .text span:after{
	max-width: 90%;
}
.inabout .img{
	width: 45%;
	margin-right: 4%;
}

.inbq{
	margin-bottom: 100px;
}
.inbq li{
	width: 50%;
	padding: 60px 0 60px 8%;
}
.inbq li:nth-child(-n+2):before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 80%;
	height: 1px;
	background-color: #ddd;
	transform: translateX(-50%);
	box-shadow: 0px 1px 1px rgb(200 200 200 / 30%);
}
.innews .intl{
	margin-bottom: 30px;
}






.page_ban {
    height: 320px;
    padding-top: 180px;
    background-position: center left -360px !important;
}

.proli .con li{
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
}


.page_nav .w80{
	padding: 0px;
}
.page_nav ul li a{
	padding: 0 15px;
}
.page_nav ul li.cur a{
	color: #c40000;
}
.page_nav ul li.cur a:before{
	width: 80%;
}
.page_nav .location{
	display: none;
}





}





@media screen and (max-width: 880px) {

.inabout{
	padding: 50px 0;
}

.inabout .img{
	float: none;
	width: calc(100% - 40px);
	margin-right: 40px;
	height: auto;
}
.inabout .img img{
	object-fit: fill;
}
.inabout .text{
	float: none;
	width: 100%;
}


.incase .content li{
	width: 50%;
}

.foot .foot1{
	padding: 0 200px 0 0;
}
.foot .foot_contact{
	position: relative;
}
.foot .foot_nav{
	display: none;
}


.page_nav{
	margin-bottom: 30px;
}




.proli{
	padding-left: 10px;
}
.procon{
	padding-left: 10px;
}
.proli .con li{
	width: 49%;
	margin-right: 2%;
	margin-left: 0px;
}
.proli .con li:nth-child(2n){
	margin-right: 0px;
}

.proli_nav{
	display: none;
}
.proli_nav_mob{
	position: relative;
	top: -10px;
	margin-bottom: 20px;
}
.proli_nav_mob h3{
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	background-color: #c40000;
	text-align: center;
}
.proli_nav_mob ul{
	display: none;
	position: absolute;
	z-index: 9;
	top: 50px;
	left: 0px;
	width: 100%;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0px;
}
.proli_nav_mob ul li{
	border-top: 1px solid #eee;
}
.proli_nav_mob ul li a{
	display: block;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.proli_nav_mob ul li a:hover,.proli_nav_mob ul li.cur a{
	color: #c40000;
}

.newsli li a .text h3{
	margin: 0px;
}
.newsli li a .text p{
	margin: 10px 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsli li a .text span{
	bottom: 0px;
}





}
@media screen and (max-width: 640px) {

.banner img{
	display: none;
}
.banner img.w_img{
	display: block;
}

.inpro{
	margin: 80px auto 50px
}

.incase .content li{
	width: 100%;
}
.incase .content li .img{
	height: 450px;
}

.inbq li{
	padding: 30px 20px;
}
.inbq li .iconfont{
	position: relative;
	left: 0px;
	text-align: center;
	margin-bottom: 10px;
}
.inbq li .text{
	padding: 0px;
	text-align: center;
}



.foot2 p{
	font-size: 14px;
}
.foot2 p .right{
	float: none;
}

.page_nav{
	padding: 10px 0 5px;
}
.page_nav ul li{
	margin-bottom: 5px;
}
.page_nav ul li a{
	line-height: 38px;
	height: 38px;
}





.photoli h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.photoli{
	margin-bottom: 40px;
}
.photoli li{
	margin-bottom: 15px;
}
.photoli li h5{
	line-height: 40px;
}
.photoli li span{
	margin-top: -50px;
}


.newsli li a{
	display: block;
}
.newsli li a .img{
	width: 100%;
	margin-bottom: 20px;
}
.newsli li a .img img{
	position: relative;
	top: 0px;
	left: 0px;
	transform: translate(0);
}
.newsli li a .text{
	width: 100%;
}
.newsli li a .text p{
	margin: 10px 0 20px;
}
.newsli li a .text span{
	position: relative;
}


.photoli li h5{
	font-size: 14px;
}
.photoli li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.photoli li:nth-child(3n){
	margin-right: 4%;
}
.photoli li:nth-child(2n){
	margin-right: 0px;
}
.photoli1 li{
	width: 48%;
	margin-right: 4%;
}
.photoli1 li:nth-child(2n){
	margin-right: 0px;
}


.news .fy{
	margin-bottom: 60px;
}




.page_ban {
    height: 200px;
    padding-top: 80px;
    background-size: auto 140% !important;
    background-position: center left -260px !important;
}
.page_ban .w80 h3{
	font-size: 20px;
}
.page_ban .w80 h4{
	font-size: 24px;
}

.contact{
	margin-bottom: 40px;
}
.contact .text .fk ul{
	display: block;
}
.contact .text .fk ul li{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contact .text .fk ul li .ico{
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 25px 25px;
}
.contact .map{
	height: 300px;
}

.contact .gbook li{
	width: 100%;
	margin-right: 0px;
}



}

@media screen and (max-width: 480px) {

.top .logo img{
	height: 32px;
}
.menu ul li dl dd{
	float: none;
	width: 100%;
}
.menu ul li dl dd a{
	line-height: 24px;
}

.foot{
	padding-top: 0px;
}
.foot .foot1{
	padding: 40px 20px 30px;
	margin-bottom: 0px;
}
.foot .foot_contact{
	margin-bottom: 20px;
}
.foot .foot_code{
	position: relative;
	right: auto;
}




.newsli li{
	margin-bottom: 20px;
}
.news .news_tl{
	margin-bottom: 30px;
}

}