@media screen and (max-width:1450px) {

	.flash {height:413px; }

}

@media screen and (max-width:1368px) {

	.flash {height:391px; }

}

@media screen and (max-width:800px) {
body {
	font-size: 14px!important;
	line-height: 24px!important;
}
.pcDIV {
	display: none !important;
}
.mobileDIV {
	display: block !important;
}
.topTel ul {
	width: 100%;
}
.center {
	width: 98%;
	margin: 0 1%;
}
#top {
	height: 70px;
	    background: #fff;
		position:fixed;
		top:0;
		
}

.logo {
	width: 30%;
	margin: 13px 0;
}
#btn_open {
	display: block;
}
.btn_nav {
	display: block;
	font-size: 0;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 32px;
	height: 32px;/* background: rgba(255, 255, 255, 0.95);*/
}
.btn_nav span:before {
	content: "";
	position: absolute;
	left: 3px;
	top: 6px;
	width: 26px;
	height: 2px;
	background: #E60033;
	transition: all ease-out 0.3s;
}
.btn_nav span:after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 6px;
	width: 26px;
	height: 2px;
	background: #E60033;
	transition: all ease-out 0.3s;
}
.btn_nav span {
	width: 26px;
	height: 2px;
	background: #E60033;
	display: block;
	margin: 15px auto;
}
.btn_nav span.open {
	background: none;
}
.btn_nav span.open:before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px;
}
.btn_nav span.open:after {
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px;
}
.nav {
	overflow-y: scroll;
	position: fixed;
	z-index: 100;
	top: 70px;
	bottom: 0;
	left: auto;
	right: -100%;
	margin: 0;
	height: auto;
	line-height: 20px;
	width: 100%; /*background:#000;*/
	-webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.nav.on {
	right: 0 !important;/*box-shadow: -1px 0 1px #E9EFF5;*/
	-webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	background: rgba(0, 0, 0, 0.7);
}
.nav .on h3 a {
	border: none;
}
.nav .nLi h3 {
	position:relative;
	width:100%;
}
/* 一级导航 */
.nav  li:before {
	display: none;
}
.nav li {
	float: left;
	width: 100% !important;
	margin: 0 !important;
	border-top: 1px solid #e9eff5;
	background: rgba(255, 255, 255, 0.95);
	height: auto;
	padding: 0 !important;
}
/* .nav ul li:first-child	{border-top:1px solid #e9eff5; }*/
.nav li span {
	display: block!important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: none;
}
.nav li.nLi a {
	font-size: 16px;
	text-align: left;
	line-height: 50px; /*text-indent:30px;position:relative;*/
	color: #666;
}
.nav li h3 a:after{
		transition: all ease-out 0.1s;
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
 background:;
	top: 50%;
	margin-top: -6px;
	right: 23px;
	transform: rotate(45deg);
	border-top: #777 1px solid;
	border-right: #777 1px solid;
}

.nav li.on ul li a:after {
	display: none !important;
}
.nav .nLi h3 a{
	text-indent:10%;
width: 100%;
}
/* 二级导航 */
.nav .sub {
	background: #E9EFF55;
	width: 100% !important;
	overflow: hidden;
	margin:0 !important;
	padding:0 !important;
	top:49px;
	left:0 !important;
	position:static !important;
}
.nav  .sub li  {
	background: #e9eff5;
	position:relative;
	    border-bottom: 1px dashed #ddd;
}

.nav .sub a{
	color:#666;
	padding-left:10px;
	font-size:14px;
	line-height:20px !important;
}
/*.nav .sub li:after {
    transition: all ease-out 0.3s;
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: ;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    transform: rotate(45deg);
    border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
}*/
.new3 li.on{
	margin-left:0 !important;
}
.new3 li{
	width:49%;
	margin-right:2%;
	    margin-bottom: 10px;
}
.new3 li:nth-of-type(2n){
	margin-right:0 !important;
}
.new3 li img {
    display: block;
    width: 100%;
    height: 150px;
}
.new3 li p{
	padding-top:10px;
	font-size:16px;
}
/*--------banner-----*/
.flash {height:105px; margin-top: 70px;}
.flash .prev, .flash .next { display:none;}


/*--------index-------*/
.title {
	padding: 30px 0 30px 0;
}
.title h3 {
	font-size: 1.5rem;
}
.title p {
	font-size: 1.2rem;
}
.youxuan {
	width: 100%;
}
.remen {
	width: 100%;
}
.remenhide h4 {
	font-size: 14px;
	padding: 0 10px;
}
ul.remenL li {
	margin-bottom: 2%;
}
ul.remenL li p {
    max-height: 85px;
}
.flash .prev {
	left: 4%;
}
.flash .next {
	right: 4%;
}
.duo {
	font-size: 1rem;
	    padding: 0px 0 20px 0;
}
.remenhide2 h4 {
	padding: 0;
}
.remenhide2 {
	height: 35px;
}
.remenhide2 h4 {
	padding: 0 10px;
	font-size: 14px;
}
.newleft {
	width: 100%;
}
.remenhide3 h4 {
	font-size: 1.2rem;
}
ul.new2 {
	width: 100%;
}
.new-left2 {
	width: 20%;
	padding-left: 10px;
}
.new2 .new-right {
	width: 75%;
	float: right;
	padding: 20px 0 0 0 !important;
}
.hui p {
	font-size: 14px;
}
.hui .ma {
	display: none;
}
.hui ul li {
	height: auto;
	line-height: 25px;
}
.foot {
	font-size: 0.75rem;
}
.banner {
	height: 300px;
}
.ti {
	margin: 20px 0 10px 0;
}
.ti h3 {
	font-size: 16px;
}
.ti span {
	font-size: 16px;
	
}
#locationSearch {
	width: 100%;
	padding: 0;
}
.searchForm a {
	bottom:50%;
	right: 4%;
}
.search .bd ul {
	padding: 20px 3px;
}
.search .bd ul ul li {
	margin-right: 2%;
}

.huanhang{
	display:block;
	width:88%;
	float:right;
}
.search .bd ul ul {
	padding: 2% 0;
}
.hot {
	display: none;
}
.locationSearch{
	width: 100%;
	    padding:0 !important;
	    margin-top: 10px;
		margin-bottom: 10px;
}
.searchForm .login{
	    right: 1%;
		
		    margin-top: 61px;
}
.searchL {
	width: 100%;
}
.search {
	margin: 77px 0 30px 0;
}
.searchlist .bd ul ul {
	padding: 0px 2%;
	border: none;
}
.searchlist .bd ul ul li:first-child {
	width: 50%;
	display: block;
}
.bd {
	width: 100%;
}
.searchlist .bd ul ul li:nth-child(2) {
	float: right;
	width: 48%;
	padding-left: 2%;
	padding-right: 0;
}
.searchlist .bd ul ul li:nth-child(2) p.jieshao {
	display: none;
}
.searchlist .bd ul ul li:nth-child(2) h3 {
	font-size: 1rem;
	font-size: 1rem;
	height: 20px;
	overflow: hidden;
}
.searchlist .bd ul ul li:nth-child(2) p {
	font-size: 14px;
	line-height: 17px;
	padding-top: 0;
}
.searchlist .bd ul ul li:nth-child(3) {
	float: left;
	padding-left: 2%;
}
.searchlist .bd ul ul li:nth-child(3) .p1 {
	display: none;
}
.searchlist .bd ul ul li:nth-child(3) .p2 {
	display: none;
}
.searchlist .bd ul ul li:nth-child(3) .p3 {
	float: left;
}
.hui {
	margin-top: 0 !important;
}
.officeleft {
	float: left;
	width: 100%;
}
.officeleft .hd ul li img {
	width: 60px;
	margin: 0 4px;
	height: 60px;
}
.officeright {
	width: 100%;
}
.officeright h3 {
	font-size: 22px;
}
.slideTxtBox .hd ul li {
	padding: 5px 8px;
	font-size: 14px;
}
.tabelMessage .tdR {
	padding-right: 0;
}
.case img {
	width: 49%;
	height: 150px;
}
.case2 .case-r {
	width: 49%;
	float: right;
	padding-top: 0 !important;
	padding-left: 7px !important;
}
.case .case-r {
	width: 49%;
	float: left;
	padding-top: 0 !important;
}
.fuwu li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.fuwu li img {
	width: 40%;
	height: 45px;
	margin: 0 auto 15px auto;
}
.fuwu .text {
	height: 158px;
}
.fuwu li p {
	height: 55px;
	line-height: 18px;
}
.fuwu .xian {
	margin-top: 0 !important;
	margin-bottom: 10px;
}
.fuwu .a {
	display: none;
}
.fti {
	margin-bottom: 20px;
}
.fuwu {
	margin-bottom: 45px;
}
.ti-right {
	display: none;
}
.zhaop {
	width: 100%;
}
.zhaop li {
	width: 48%;
	margin-right: 1%;
	padding: 0 !important;
}
.zhaop li:nth-of-type(2n) {
	margin-right: 0 !important;
}
.zhaop li .ztext {
	line-height: 20px;
	height: 53px;
	overflow: hidden;
}
.zhaop li .to {
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
}
.contact img {
	width: 100%;
}
.contact p {
	display: none;
}
.contact {
	padding: 0 5%;
	margin-bottom: 0 !important;
}
.contact-r {
	width: 100%;
	padding-left: 0;
	padding-top: 10px;
}
.new-left {
	width: 20%;
}
.new-right {
	width: 60%;
}
.huo p.datu {
	width: 50%;
}
.huo .hdright {
	width: 48%;
}
.huo .hdright h4 {
	font-size: 1rem;
	padding-top: 0 !important;
}
.huo .hdright p {
	display: none;
}
.huo .hdright a {
	padding: 10px 15px;
}
.rong {
	width: 100%;
}
.rong img {
	width: 100%;
}
.jingji {
	width: 100%;
}
.jingji img {
	width: 100%;
}
.lie-left {
	width: 100%;
}
.lie-left a {
	width: 22%;
	display: inline-block;
	margin-left: 7%;
	border-bottom: none !important;
}
.case .case-r p {
	font-size: 1rem;
	height: 20px;
	overflow: hidden;
}
.lie-right {
	width: 100%;
	padding-top: 5%;
}
.case .case-r span {
	font-size: 0.3rem;
	line-height: 15px;
	padding-top: 5px;
}
.ul2 li {
	background: none !important;
	padding-left: 0 !important;
	line-height: 16px;
	font-size: 12px;
}
.case .case-r ul {
	padding: 4px 0 30px 0;
	height: 20px;
	overflow: hidden;
}
.ul2 #li6 {
	font-size: 14px;
}
.case .case-r a {
	font-size: 14px;
	height: 30px;
	margin-top: 5%;
	line-height: 32px;
	width: 40%;
}
.case {
	margin-bottom: 2%;
}
.case-x1{
	width:100%;
	height:auto;
}
.case-x2{
	width:100%;
}
.case-ti{
/*	background:#00295F !important;
	-webkit-transform:skew(-45deg);*/
	background: url(../img/case-ti.png) no-repeat center center;
	font-size:12px;
}
.case-ti span{
/*	-webkit-transform: skew(45deg);
	display:block;*/
}
.game163{
	width:100%;
}
.game163 .bigImg li img{
	width:100%;
	height:auto;
}
.game163 .bigImg{
	height:190px !important;
}
.game163 .sPrev{
	background-size:15px;
}
.game163 .sNext{
	background-size:15px;
}
.game163 .smallImg{
	width:80%;
}

.game163 .smallImg li{
	width:80px !important;
}
.game163 .smallImg img{
	width:80px !important;
	height:80px !important;
}
.jiaotong{
	    padding: 4% 2%;
}
.tong1{
	width:38%;
}
.ju{
	width:1%;
	margin-right:1%;
}
.tong2{
	width:53%;
	float:right;
}
.tong2 ul li span{
	margin-right:3% !important;
}
.tong1 h3{
	font-size:1.1rem;
}
.tong1 p{
	width:100%;
}
.bigtitle{
	font-size:24px;
}
.tong3 .f35{
	font-size:24px;
}
.tong3 .f18 img {
	width:100%;
}
.remenhide{
	bottom:0;
	padding:0 !important;
}
.fix{
	    width: 100%;
		z-index:999;
		top:0;
	position:fixed;
}
.zb{
	    width: 85% !important;
    float: left;
    padding: 20px 0 0 50px;
}
.zbimg{
	width:100% !important;
}
.zbimg img{
	width:100%;
}
.zbimg2{
	width:100% !important;
}
.zbimg2 img{
	width:100%;
}
.sq{
	width:100% !important;
}
.pro li{
	width:100% !important;
}
.pro li img{
	width:100% !important;
}
.pro li.on{
	margin-left:0 !important;
}
.service li{
	    width: 48%;
    margin-right: 1%;
}
.bigtitle span{
	font-size:26px;
}
.zbtit{
	font-size:22px !important;
}
.sqtit{
	font-size:22px !important;
}
.zhuzhai{
	width:100% !important;
	padding:20px 0 !important;
}
.zhuzhaiimg{
	width:100% !important;
}
.zhuzhaiimg img{
	width:100% !important;
}
.zhuzhaiimg2 img{
	width:50% !important;
}
ul.remen2 li a p.datu img{
	height:120px;
}
