@media screen and (max-width: 1500px){

.w80{
	width: 90%;
}
.head .nav li{
	margin: 0 15px;
}
.head .nav ul li .xl{
	
}

.inbanner .swiper-slide{
	height: auto;
	overflow: hidden;
}
.inbanner .swiper-slide a img{
	display: block;
	max-width: 120%;
	margin-left: -10%;
}

.foot .foot1 .foot_nav li{
	margin-right: 30px;
}




}


@media screen and (max-width: 1200px){


.w1200{
	width: 100%;
	padding: 0 10px;
}

.inmain1 .content li .text{
	top: 0px;
	transform: translateY(0);
	height: 100%;
}
.inmain1 .content li .text .box{
	position: absolute;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 120px);
	margin-bottom: 0px;
	overflow-y: auto;
}
.inmain1 .content li .text h3{
	font-size: 20px;
	margin-bottom: 10px;
}


.foot .foot1 .foot_nav li{
	max-width: 220px;
}
.proli_left{
	width: 240px;
}
.proli .proli_right{
	width: calc(100% - 240px);
}
.procon .procon_right{
	width: calc(100% - 240px);
}

}


@media screen and (max-width: 1000px){

.w80{
	width: 95%;
}

.head {
	display: none;
}

.head_h {
	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: 10px;
	display: block;
}

.top .logo img {
	height: 60px;
	display: block;
}

.top .top_tel {
	float: right;
	margin-right: 15px;
}

.top .top_tel a {
	display: block;
	margin-top: 10px;
	width: 60px;
	height: 60px;
	background: url(../images/top_tel.png) no-repeat center;
	background-size: auto 60%;
}

.top .top_nav_btn {
	width: 80px;
	height: 80px;
	background-color: #005197;
	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: #005197;
}

.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: #005197;
	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;
}


.inmain1{
	margin: 50px auto 60px;
}

.inmain3{
	padding: 40px 0 40px;
}

.inmain4{
	padding: 40px 0 40px;
}

.foot{
	margin-top: 20px;
}
.foot .foot1{
	padding: 40px 0 30px;
}

.foot .foot1 .foot_nav li{
	margin-right: 30px;
	max-width: 220px;
}
.foot .foot1 .foot_nav li:nth-child(3),.foot .foot1 .foot_nav li:nth-child(4){
	display: none;
}





.page_ban {
    height: 320px;
    padding-top: 180px;
    background-position: center left -360px !important;
}
.page_nav ul{
	padding: 0px;
}

.page_nav .pro_nav{
	margin-right: 10px;
}


.proli_left{
	width: 100%;
	border: 0px;
}
.proli_left .proli_btn{
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 56px;
	background-color: #005197;
	border: 1px solid #eee;
	text-align: center;
	transition: all 0.3s;
}
.proli_left .proli_btn.on{
	color: #005197;
	background-color: #fff;
}
.proli_left ul{
	display: none;
	position: absolute;
	z-index: 6;
	top: 58px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0px;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.05);
}

.proli .proli_right{
	width: 100%;
}
.procon .procon_right{
	width: 100%;
}

















}





@media screen and (max-width: 880px) {

.inmain2{
	height: auto;
	padding: 0px;
}
.inmain2 .img{
	position: relative;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}
.inmain2 .text{
	width: 100%;
	padding-bottom: 20px;
}
.inmain3 .intl{
	margin-bottom: 30px;
}
.inmain3 .con .img{
	position: relative;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	transform: translate(0px);
	margin-bottom: 20px;
}
.inmain3 .con li{
	width: 48%;
	margin-bottom: 20px;
}
.inmain3 .con li h3{
	text-align: left;
}
.inmain3 .con li h5{
	text-align: left;
}
.inmain5 .left{
	width: 100%;
	margin-bottom: 20px;
}
.inmain5 .right{
	width: 100%;
}

.foot .foot1 .foot_nav li{
	display: none;
}
.foot .foot1 .foot_nav li:last-child{
	display: block;
}

.newsli li:first-child .img{
  width: 50%;
}
.newsli li:first-child .text h3{
  font-size: 16px;
  line-height: 24px;
  padding-top: 0px;
  margin-bottom: 5px;
}
.newsli li:first-child .text span{
  margin-top: 0px;
}

@media screen and (max-width: 800px) {

.inmain1 .content li .img{
	float: none;
	width: 100%;
}
.inmain1 .content li .text{
	position: relative;
	width: 100%;
	padding: 30px 30px 60px;
}
.inmain1 .content li .text .box{
	position: relative;
	left: 0px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.inmain1 .content li .text a{
	bottom: 30px;
}



}



}
@media screen and (max-width: 640px) {

.menu ul li.pro dl dd{
	width: 100%;
}

.intl{
	margin-bottom: 30px;
}
.intl h3{
	font-size: 24px;
	margin-bottom: 5px;
}
.intl p{
	font-size: 12px;
}

.inmain1{
	margin: 20px auto 50px;
}
.inmain2 .text h3{
	font-size: 32px;
}
.inmain2 .text h5{
	font-size: 16px;
}
.inmain2 .img{
	height: 320px;
	background-size: auto 100% !important;
}

.page_nav{
	margin-bottom: 10px;
}
.page_nav li a{
	font-size: 15px;
	line-height: 50px;
}

.page_nav .pro_nav{
	margin-top: 10px;
}

.location{
	padding: 10px 0;
	margin-bottom: 20px;
}



.proli .proli_right li{
	width: 50%;
}
.proli .proli_right li:nth-child(3){
	border-top: 0px;
}
.procon .procon_right{
	padding: 20px 10px;
}
.procon .pro_tl h3{
	font-size: 24px;
}


.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 .newsli_tl h3{
	font-size: 24px;
	margin-bottom: 20px;
}



.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;
}

.newsli li{
	margin-bottom: 10px;
}
.newsli li:first-child .text font{
	margin-bottom: 5px;
}
.newsli li:first-child{
	margin-bottom: 20px;
}
.newsli li .text2{
	padding: 10px 20px 10px 10px;
}
.newsli li .text2 h3{
	margin-bottom: 5px;
}
.newsli li .text2 h5{
	margin-bottom: 5px;
}
.newsli li .text2 p{
	margin-bottom: 10px;
}
.newsli li a:hover .text2 {
    padding: 10px 10px 10px 20px;
}

.news .news_tl{
	margin-bottom: 30px;
}
.news .news_con{
	margin-bottom: 40px;
}

.news .fy{
	margin-bottom: 30px;
}


.contact .text{
	margin-bottom: 30px;
}
.contact .text .list li{
	width: 50%;
	height: 151px;
	padding: 10px 5px;
}
.contact .text .list li:nth-child(2):after{
	display: none;
}


.page_ban {
    height: 200px;
    padding-top: 100px;
    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;
}
.page_nav li{
	width: 33.33%;
}





}

@media screen and (max-width: 480px) {

.top{
	height: 60px;
}
.top .logo img{
	height: 40px;
}
.top .top_nav_btn{
	width: 60px;
	height: 60px;
	padding: 20px 15px;
}
.top .top_nav_btn p{
	width: 30px;
	margin-bottom: 8px;
}
.menu .ht{
	height: 60px;
}
.menu .ht h3{
	line-height: 60px;
}
.menu .ht span{
	width: 60px;
	height: 60px;
}
.menu span:before, .menu span:after{
	width: 30px;
	right: 15px;
	top: 30px;
}
.menu ul li>a{
	font-size: 18px;
	line-height: 32px;
    padding: 5px 0 0px 20px;
}
.top .top_tel{
	margin-right: 10px;
}
.top .top_tel a{
	margin-top: 0px;
}

.top_h{
	height: 60px;
}
.page_ban{
	padding-top: 60px;
	background-size: auto 100% !important;
}

.inmain1 .content li .text{
	padding: 20px 10px 40px;
}
.inmain1 .content li .text a{
	bottom: 20px;
}
.inmain2 .img{
	height: 250px;
}
.inmain3 .con li{
	width: 100%;
	margin-bottom: 10px;
}
.inmain3 .con li p{
	height: auto;
	-webkit-line-clamp: 3;
}
.inmain4{
	padding: 20px 0;
}

.foot .foot1{
	padding: 20px 0 20px;
}
.foot .foot1 .foot_nav li{
	max-width: 100%;
}
.foot .foot1 .foot_code{
	display: none;
}


.pro_con .fy a.return{
	position: relative;
	top: 5px;
}


.newsli li:first-child .img{
  width: 100%;
  margin-bottom: 10px;
}
.newsli li:first-child .text h3{
  overflow: visible;
  text-overflow:ellipsis;
  white-space: normal;
}
.newsli li:first-child .text p{
  margin-bottom: 10px;
}

.photoli li{
	width: 100%;
	margin-right: 0px;
}


}