@media screen and (max-width: 1200px){

/*.flexslider .slides li img{
    display: block;
    width: 100%;
    height: 120%;
    object-fit: cover;
}*/

.flexslider .slides li img{
  height: 450px;
}

.w1200{
	width: 100%;
	padding: 0 10px;
}

.head .head1{
	padding: 0 10px;
}
.head .head2{
	padding: 10px 10px 0 10px;
}

.foot .foot1{
	padding: 50px 10px 40px 10px;
}

.foot2 {
    padding: 8px 10px;
}


}


@media screen and (max-width: 1000px){

.flexslider .slides li img{
  height: 400px;
}

.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: #0da945;
	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: #0da945;
}

.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: #0da945;
	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;
}

.foot .foot_contact{
	width: 300px;
}
.foot .foot_nav li{
	margin-right: 35px;
}







.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;
}



}





@media screen and (max-width: 880px) {

.flexslider .slides li img{
  height: 280px;
}

.inmain3 .left{
	display: none;
}
.inmain3 .right{
	float: none;
	width: 100%;
}

.foot{
	margin-top: 50px;
}
.foot .foot1{
	padding: 30px 10px 20px 10px;
}

.foot .foot_contact{
	display: none;
}
.foot .foot_nav{
	float: none;
}
.foot .foot_nav li{
	width: 20%;
	margin-right: 0px;
}
.foot .foot_nav li.pro{
	width: 40%;
	max-width: none;
}


.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: 640px) {
/**{
	-webkit-tap-highlight-color:transparent
}*/

.flexslider .slides li img{
  height: 200px;
}
.flex-direction-nav{
	display: none;
}

.inmain1 .content li{
	width: 48%;
	margin-right: 4%;
}
.inmain1 .content li:nth-child(3n){
	margin-right: 4%;
}
.inmain1 .content li:nth-child(2n){
	margin-right: 0px;
}

.inmain2{
	margin-bottom: 90px;
}
.inmain2 .img{
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.inmain2 .text{
	float: none;
	width: 100%;
	height: 400px;
}

.inmain3 .left{
	display: block;
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.inmain3 .left .img img{
	width: 100%;
}


.foot:after{
	display: none;
}
.foot .foot_contact{
	display: block;
	width: 100%;
}
.foot .foot_nav{
	display: none;
}
.foot .foot2{
	border-top: 1px solid #666;
}



.page_nav{
	margin-bottom: 10px;
}
.page_nav li a{
	font-size: 15px;
	line-height: 50px;
}

.page_nav .pro_nav{
	margin-top: 10px;
}

.location{
	margin-bottom: 40px;
}

.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;
}
.newsli li{
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
}
.newsli li h5{
  font-size: 14px;
}
.newsli li:nth-child(3n){
  margin-right: 0px;
}
.newsli li:nth-child(2n){
  margin-right: 0px;
}
.newsli {
  margin-bottom: 40px;
}

.news .news_con{
	margin-bottom: 40px;
}


.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;
}

.proli li{
	width: 48%;
	margin-right: 4%;
}
.proli li:nth-child(2n){
	margin-right: 0px;
}

.contact .text{
	float: none;
	width: 100%;
}
.contact .map{
	float: none;
	width: 100%;
}


.page_ban {
    height: 200px;
    padding-top: 100px;
    background-size: auto 140% !important;
    background-position: center left -260px !important;
}
.page_ban .w1100 h3{
	font-size: 20px;
}
.page_ban .w1100 h4{
	font-size: 24px;
}
.page_nav li{
	width: 33.33%;
}





}

@media screen and (max-width: 480px) {

.flexslider .slides li img{
  height: 160px;
}

.inmain3 .intl{
	margin-bottom: 30px;
}

.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;
}


}