.mobile-inner{ display:none;}
@media only screen and (min-width:1521px) and (max-width: 1650px){
.banner{ width:100%; height:700px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:100%;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:100%; float:left;}
.b-list{ height:50px; padding-top:680px; position:relative; margin:0 auto;z-index:1;}
.bar-left em{ margin-top:255px;}
.bar-right em{ margin-top:255px;}
}
@media only screen and (min-width:1281px) and (max-width: 1520px){
.banner{ width:100%; height:600px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:100%;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:100%; float:left;}
.b-list{ height:50px; padding-top:580px; position:relative; margin:0 auto;z-index:1;}
.bar-left em{ margin-top:205px;}
.bar-right em{ margin-top:205px;}
}
@media only screen and (min-width:1000px) and (max-width: 1280px){
.banner{ width:100%; height:400px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:100%;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:100%; float:left;}
.b-list{ height:50px; padding-top:380px; position:relative; margin:0 auto;z-index:1;}
.bar-left em{ margin-top:155px;}
.bar-right em{ margin-top:155px;}
}


@media only screen and (min-width:240px) and (max-width: 900px){
.header{display:none;}
.mobile-inner{ display:block;}

/*-------隐藏浮动连接---------*/
/*手机导航start*/
/*手机导航start*/
.mobile-inner{width: 100%;margin:0 auto;background-color: #fafafa;position:fixed; left:0; top:0; z-index:99999;}
.mobile-inner img{width: 100%;margin-bottom: 30px;}
.mobile-inner p{color: #676767;	line-height: 25px;font-size: 16px;	padding-bottom: 30px;padding-right: 30px;padding-left: 30px;margin:0px;}
.mobile-inner-header{background-color: rgb(255,255,255);width: 100%;height: 50px;position: absolute;	top: 0px;left: 0px;}
.mobile-inner-header .mo-ser{width:40%;float:left; text-align:right; position:relative; margin-top:16px}
.mobile-inner-header .mo-ser .search__input{width:90%; text-align:left; height:24px; line-height:24px; border:1px solid #ccc; padding:5px 24px 5px 10px; border-radius:3px;}
.mobile-inner-header .mo-ser .search-sub{ position:absolute; right:2px; top:3px; width:24px; height:20px;
 background:url(../images/sers.png) no-repeat 0 0;border:0; background-size: auto 100%;}
.mobile-inner-header .mobile-inner-logo{ float:left; width:80%;}
.mobile-inner-header .mobile-inner-logo a{ display:inline-block;}
.mobile-inner-header .mobile-inner-logo img{ height:35px; width:auto; margin:5px 0 0 10px;}
.mobile-inner-header .mobile-inner-logo span{ float:right;}
.mobile-inner-header .mobile-inner-logo span a{ color:#ccc; border:1px solid #ccc; display:inline-block; padding:1px 5px; border-radius:5px; margin-top:16px;}
.mobile-inner-header-icon{color: #ffffff;height: 50px;font-size:25px;text-align: center;float:right;width: 50px;position: relative;-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{background-color: rgba(255,255,255,0.2);cursor: pointer;}
.mobile-inner-header-icon span{	position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 2);width: 25px;height: 1px;background-color: rgba(0,0,0,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(6px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){opacity:1;	}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-6px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}		
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s;	animation-fill-mode: both;animation-name: fadeOut;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s;	animation-fill-mode: both;animation-name: clicksecond;}

@keyframes clickfirst {
  0% { transform: translateY(6px) rotate(0deg); }
  100% {  transform: translateY(0) rotate(45deg); }}	
@keyframes clicksecond {
	0% { transform: translateY(-6px) rotate(0deg);  }
  100% {  transform: translateY(0) rotate(-45deg); }}	
@keyframes fadeOut {
    0% { opacity: 1 }
    100% {  opacity: 0}}
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}		
.mobile-inner-header-icon-out span:nth-child(2){}
.mobile-inner-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
@keyframes outfirst {
  0% {  transform: translateY(0) rotate(-45deg);  }
  100% {   transform: translateY(-6px) rotate(0deg);  }
}	

@keyframes outsecond {
  0% {    transform: translateY(0) rotate(45deg);  }
  100% {    transform: translateY(6px) rotate(0deg);  }
}
.mobile-inner-nav{	background-color: rgba(0,0,0,0.9);width: 100%;position: absolute;top: 50px;left: 0px;padding-top: 10px;padding-bottom: 20px;display: none;}
.mobile-inner-nav .moul li a{display: inline-block;line-height: 40px;text-decoration: none;width: 80%;margin-left: 10%;color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);	-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;font-weight:300;}
.mobile-inner-nav .moul li ul li a{line-height: 30px;text-decoration: none;width: 80%;margin-left: 10%;color: #ccc;}
.mobile-inner-nav .moul li a span{ display:inline-block; margin-left:5px; float:right;}
.mobile-inner-nav a:hover{color: rgba(255,255,255,0.4);	border-bottom: solid 1px rgba(255,255,255,0.2);}
.mobile-inner-nav .mosmul li a{line-height: 30px;text-decoration: none;width: 80%;margin-left: 10%;color: #FFFFFF;}
.mobile-inner-nav .moul li ul{ margin-left:30px; display:none}
.mobile-inner-nav .moul li ul li dl{display:none}
.mobile-inner-nav .moul li ul li dl dd a{line-height: 30px;text-decoration: none;width: 80%;margin-left: 15%;color: #ccc;}

/*手机导航end*/

/*手机导航end*/
.headerKong{height:50px;}
.pageMain{width:98%; margin:0 auto;}
.pageMain2{width:100%; margin:0 auto;}
.pagebgAb{ padding:30px 0 30px; background:url(../images/abBg.jpg) no-repeat center top; background-size:100% 100%; }
.pagebg{ padding:30px 0;}
.pagebg2{ padding:10px 0 30px;}
.pagebgPro{ padding:40px 0 0px; background:url(../images/inporbg.jpg) no-repeat center top; background-size:100% 100%;
min-height: 300px;display-radio: 1; background-attachment: fixed;}
.pagebgNews{ padding:30px 0 30px; background:#eee url(../images/bgnews.png) no-repeat center top; background-size:100% 100%; }



.titleBox{ width:100%; margin:0 0 30px 0; text-align:center}
.titleBox h1{ font-size:1.5em; text-align:center; color:#333;} 
.titleBox h2{font-size:3em;  font-family: Impact; color:#999;}
.titleBox p span{ display:inline-block; width:60px; height:2px; background:#2372b9; margin:10px 0 15px; }

.titleBox3{ text-align:center}
.titleBox3 h1{font-size:1.5em; margin:0px 0 20px;}
.titleBox3 h2{font-size:3em;  font-family: Impact; color:#999; margin-top:1em;}
.titleBox3 span{ display:inline-block; width:60px; height:2px; background:#2372b9; margin:5px 0 5px; }
.titleBox3 p{font-size:1.2em; text-align:left}
a.abBut { margin: 10px 0 0;}

.titleBox4{ text-align:center}
.titleBox4 h1{font-size:1.5em; margin:10px 0 20px; color:#fff;}
.titleBox4 h2{font-size:3em;  font-family: Impact; color:#999;}
.titleBox4 span{ display:inline-block; width:60px; height:2px; background:#2372b9; margin:5px 0 5px; }
.titleBox4 p{font-size:1.2em;color:#ccc; width:100%; text-align:left}

.InBoutL{ width:100%; float:none;}
.ConBoutR{ width:50%; margin:0 auto;}
.ConBoutR h2{ text-align:center; font-size:1.5em; color:#003D7C}
.InBoutR{ width:100%; float:none;}
.InBoutR .img{ text-align:center;}
.InBoutR .img img{ width:100%;}

.inPlanList{ margin-top:2em;}
.inPlanList ul li{float:left; width:50%;position:relative; cursor:pointer; height:220px; overflow:hidden; border-right:1px solid #999;border-bottom:1px solid #999; margin-left:-2px;}
.inPlanList ul li:nth-child(6n) {border-left:1px solid #999;}

.InCase ul{ margin:0 auto; }
.InCase ul li{ background:#fff; width:100%; float:none; margin-right:0%; margin-bottom:20px; position:relative}
.InCase ul li:nth-child(3n){margin-right:0%;}
.InCase ul li .pic{text-align:center; height:auto; position: relative;overflow: hidden; }
.InCase ul li .pic img{width: 100%;object-fit: cover;transform: scale(1.0);transition: all ease 0.5s;}
.InCase ul li:hover .pic img{transform: scale(1.2);transition: all ease 0.5s;}
.InCase ul li .pic span{ display:inline-block; padding:0 5px; position:absolute; bottom:2px; right:2px; border:1px solid #eee; color:#fff;
font-size: 14px;  text-align: center; line-height: 30px;} 
.InCase ul li h1{ font-size:1.5em;margin:10px 0;color:#2372b9; overflow:hidden;} 
.InCase ul li p{ font-size:1.2em; line-height:180%;} 
.InCase ul li .box{height:50px; overflow:hidden;} 


.linebot{ border-bottom: 1px dashed #ccc; padding:0 0 40px 0 }
.pagebg{ padding:40px 0;}
.pagebg15{ padding:10px 0;}
/*-------顶部 end ---------*/
.banner{ width:100%; height:200px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:180px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:200px; float:left;background-size: auto 100% !important;}
.b-list{ height:50px; padding-top:185px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:4px; height:4px; border-radius:50%; border:2px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #14ab04;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; display:none }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; display:none}


/*底部*/
.footer{ border:1px solid #eee; padding:10px 0;margin-top:30px; }
.footer h2{ font-size:1.2em; margin-bottom:20px;}
.footer p{ line-height:200%;}
.footer .fotL{ float:left; width:30%; margin-right:5%;}
.footer .fotC{ float:left; width:65%;}
.footer .fotC .fotpro a{color:#333;line-height:200%; display:block;}
.footer .fotR{ float:none; width:100%; text-align:center;}
.footer .fotR a{ display:inline-block; margin-left:10px;}
.footer .fotR img{}

.titleNow{ border-bottom:1px solid #eee; line-height:40px; margin: 10px 0 10px;}
.titleNow .port{ display:none }

.banbox{ height:160px;}
.boxb{ width:70%; margin:12% auto 0; } 
.boxb h1{ font-size:1.5em; color:#fff;} 
.boxb h2{font-size:3em;  font-family: Impact; color:#ccc;}
.boxb span{ display:inline-block; width:90px; height:2px; background:#2372b9; margin:10px 0 5px; }


._left{float:none;}
._right{float:none;}
.ProClass{ display:none;}

.InPro .box{ border:1px solid #ccc; }
.InPro ul li{ background:#fff; float:none; width:100%;  margin-right:0%; margin-bottom:30px; position:relative}
.InPro ul li:nth-child(3n){margin-right:0%;}
.InPro ul li .pic{text-align:center;position: relative;overflow: hidden;} 
.InPro ul li .pic img{width: 100%;object-fit: cover;transform: scale(1.0);transition: all ease 0.5s;}
.InPro ul li:hover .pic img{transform: scale(1.2);transition: all ease 0.5s;}
.InPro ul li h1{ font-size:1.2em;margin:10px 0;text-align:center} 
.InPro ul li p{ font-size:1.2em; line-height:180%;} 
 

.ProBody{ float:none; width:100%;}
.proHot{ margin:10px 0 30px;}
.proHot .Img{width:100%; border:1px solid #eee; padding:0px;}
.proHot .Info{ width:100%; margin-top:20px;}
.proHot .Info h1{ font-size:1.6em; text-align:center}
.proHot .Info p{ font-size:1.2em; line-height:180%;}
.proInfo{}
.proInfo .proSmTitle{ font-size:1.6em;}
.proInfo p{ font-size:1.2em; line-height:180%;}

.conbox{ width:98%; text-align:center; margin:0 auto; font-size:1.2em;}

.InNews ul{ margin:0 auto; }
.InNews ul li{ float:none; width:100%; margin-right:0%; margin-bottom:20px; position:relative}
.InNews ul li:nth-child(3n){margin-right:0%;}
.InNews ul li .pic{text-align:center; height:auto; position: relative;overflow: hidden;}
.InNews ul li .pic img{width: 100%;object-fit: cover;transform: scale(1.0);transition: all ease 0.5s;}
.InNews ul li:hover .pic img{transform: scale(1.2);transition: all ease 0.5s;}
.InNews ul li .pic span{ display:inline-block; padding:0 5px; position:absolute; bottom:2px; right:2px; border:1px solid #eee; color:#fff;
font-size: 12px;  text-align: center; line-height: 30px;} 
.InNews ul li h1{ font-size:1em;margin:10px 0;text-align:center; color:#000; overflow:hidden;} 
.InNews ul li p{ font-size:1em; line-height:180%;} 
.InNews ul li .box{height:60px; overflow:hidden;} 

.aBoutInfo{}
.aBoutInfo .pic{float:none; width:100%;}
.aBoutInfo .info{float:none; width:100%; margin-right:0%;} 
.aBoutInfo h1{ font-size:1.4em; text-align:center; margin-bottom:1em;}
.aBoutInfo h2{font-size:1.2em; line-height:180%; text-align:center;margin: 0 0 1em;}
.aBoutInfo h3{font-size:1.2em; line-height:180%; text-align:center; color:#999; margin: 0 0 1em;}
.aBoutInfo p{ font-size:1em; line-height:180%;margin-bottom:5px;}

.contact{margin-top:30px;}
.contact .map{float:none;  width:100%; margin-top:2em;}
.contact .info{float:none; width:100%;font-size:1.2em; line-height:180%;}

.NewsList ul{ margin:0 auto; }
.NewsList ul li{ background:#fff;  margin-bottom:20px; position:relative}
.NewsList ul li .pic{float:none;  width:100%; margin-right:0%;text-align:center;  position: relative;overflow: hidden;}
.NewsList ul li .info{float:none;  width:100%;} 
.NewsList ul li .info h1{ font-size:1.2em;margin:10px 0 5px;color:#000; overflow:hidden;} 
.NewsList ul li .info h1 span{ float:none; display:block; margin-top:5px; color:#999;} 
.NewsList ul li .info p{ font-size:1em; line-height:180%;} 

}

