@media screen and (max-width: 1500px){

.w80{
	width: 90%;
}

.banner .img{
	width: 100%;
	height: auto;
	padding-bottom: 50%;
}
.banner .img img{
	width: 125%;
	/* height: 100%; */
	transform: translate(-50%,-45%);
}



}

@media screen and (max-width: 1200px){

.w80{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.head .nav li>a{
	padding: 0 18px;
}

.innews .content ul {
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}
.innews .content ul li {
	-webkit-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
					flex-basis: 100%;
}
.innews .content ul li.left {
	-webkit-flex-basis: 49%;
			-ms-flex-preferred-size: 49%;
					flex-basis: 49%;
	margin-right: 0px;
	margin-bottom: 40px;
}
.innews .content ul li.left a {
	padding-bottom: 200px;
}
.innews .content ul li.left .text {
	height: 200px;
	padding: 20px;
}
.innews .content ul li.left .text h4{
	left: 20px;
	bottom: 20px;
}
.innews .content dl {
	height: auto;
}
.innews .content dl dd {
	margin-bottom: 30px;
}


.foot .foot1{
	padding: 80px 300px 50px 150px;
}
.foot .foot_code{
	left: 10px;
}
.foot2 p{
	padding: 0 10px;
}

.proli{
	padding-left: 290px;
}
.procon{
	padding-left: 290px;
}
.proli_nav{
	left: 10px;
}
.newsli li a{
	height: auto;
}
.newsli li a .img img{
	max-height: 100%;
}


}


@media screen and (max-width: 1000px){

.head{
	display: none;
}

.top {
	display: block;
}
.top_h {
	display: block;
	width: 100%;
	height: 80px;
}

.top_bg {
	height: 100px;
}

.top {
	height: 80px;
	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: 80px;
}

.top .logo {
	float: left;
	margin-left: 10px;
}

.top .logo a {
	margin-top: 16px;
	display: block;
}

.top .logo img {
	height: 48px;
	display: block;
}

.top .top_tel {
	float: right;
	margin-right: 15px;
}

.top .top_tel a {
	display: block;
	margin-top: 10px;
	width: 60px;
	height: 60px;
	font-size: 42px;
	line-height: 60px;
	color: #24356B;
	text-align: center;
	/*background: url(../images/top_tel.png) no-repeat center;*/
	/*background-size: auto 60%;*/
}

.top .top_nav_btn {
	width: 80px;
	height: 80px;
	background-color: #24356B;
	display: block;
	float: right;
	padding: 25px 20px;
}

.top .top_nav_btn p {
	height: 2px;
	width: 40px;
	background-color: #fff;
	margin-bottom: 13.5px;
	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: 80px;
	background-color: #24356B;
}

.menu .ht h3{
	font-size: 24px;
	line-height: 80px;
	float: left;
	color: #fff;
	padding-left: 15px;
}
.menu .ht span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.menu span:before,.menu span:after {
	position: absolute;
	display: block;
	content: "";
	right: 20px;
	top: 37px;
	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: #24356B;
	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;
}

.banner .img img{
	transform: translate(-50%,-50%);
}


.inmain1 .text{
	padding-top: 20px;
}
.inmain1 .text span:after{
	max-width: 90%;
}
.inmain1 .img{
	width: 45%;
	margin-right: 4%;
}


.incase .content li{
	width: 50%;
}
.incase .content li:nth-child(-n+2){
	border-bottom: 0px;
}
.incase .content li:nth-child(2){
	border-right: 0px;
}


.foot .foot1{
	padding: 60px 300px 50px 10px;
}
.foot .foot_code{
	display: none;
}
.foot .foot_nav{
	border-left: 0px;
	padding-left: 0px;
}






.page_ban {
    height: 320px;
    padding-top: 180px;
    background-position: center left -360px !important;
}

.proli .con li{
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.procon .con .box{
	flex-wrap: wrap;
}
.procon .con .box .img{
	width: 100%;
}
.procon .con .box .text{
	width: 100%;
}





}





@media screen and (max-width: 880px) {

.inmain1{
	padding: 50px 0;
}

.inmain1 .img{
	float: none;
	width: calc(100% - 40px);
	margin-right: 40px;
	height: auto;
}
.inmain1 .img img{
	object-fit: fill;
}
.inmain1 .text{
	float: none;
	width: 100%;
}

.inmain2{
	margin: 80px auto 40px;
}




.innews .content dd h3 {
	font-size: 18px;
	line-height: 32px;
}
.innews .content dd p {
	font-size: 14px;
}


.foot .foot1{
	padding: 40px 20px 30px 20px;
}
.foot .foot_nav{
	display: none;
}
.foot .foot_contact{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
}




.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: #24356B;
	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: #24356B;
}

.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) {

	.intl h5{
		font-size: 36px;
	}
	.intl h3{
		font-size: 24px;
	}

	.inmain2{
		margin: 60px 0 40px;
	}

.inmain1 .text h3{
	font-size: 22px;
	margin-bottom: 0px;
}
.inmain1 .text h5{
	font-size: 12px;
}

.inmain3{
	height: 200px;
}
.inmain3 h3{
	font-size: 24px;
}

.incase .content li{
	width: 100%;
}
.incase .content li .img{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 70%;
	overflow: hidden;
}
.incase .content li .img img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.incase .content li .text h3{
	font-size: 108px;
	line-height: 1;
}

.innews{
	padding: 60px 0 60px;
}
.innews .content ul li.left {
	-webkit-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
					flex-basis: 100%;
}
.innews .content ul li.left img {
	height: 200px;
}
.innews .content ul li.left a {
	padding-bottom: 180px;
}
.innews .content ul li.left .text {
	height: 180px;
}
.innews .content ul li.left .text h3 {
	font-size: 18px;
	line-height: 1.4;
}
.innews .content ul li.left .text h4 {
	font-size: 16px;
}



.foot2 p{
	font-size: 14px;
}
.foot2 p .right{
	float: none;
}

.page_nav ul li a{
	padding: 0 20px;
}



.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 a{
	margin-top: 24px;
}
.top .logo img{
	height: 32px;
}
.menu ul li dl dd{
	float: none;
	width: 100%;
}
.menu ul li dl dd a{
	line-height: 24px;
}


.page_nav .location{
	display: none;
}

.newsli li{
	margin-bottom: 20px;
}
.news .news_tl{
	margin-bottom: 30px;
}

}