
@media screen and (min-width:768px) {

/* touchPart
 /*右侧touch*/
 .rightNav{
 	position: fixed;
 	top:0;
 	right:-80px;
 	height:100%;
 	width:90px;
 	
 	padding:0 !important;
 }
 .rightNav_ul{
 	width:90%;
 	margin-left:11%;
 	height:100%;
 	background-color:#d21c32;
 	margin-top:0px;
 	font-size: 0.85em;
 }
 .rightNav_ul ul{
 	height:400px;
 	width:90%;
 	//background-color:;
 	margin:auto auto;
 	padding:0;
 	position: absolute;
 	top:25%;
 }
 .rightNav_ul ul a{
 	width:100%;
 	height:90px;
 	text-decoration: none;
 	
 	
 	
 }
 .right_text{
 	color:#fff;
 }
 .rightNav_ul ul a li{
 	list-style-type: none;
 	width:100%;margin-bottom:10px;
 	//background-color: #fff;
 	    padding-top: 60px;
     margin-bottom: 10px;
     height: 30px;
     text-align: center;
 }
 .rightNav_ul ul a li:hover{
 	background-color: #1668b270;
 }
 .wxgzh{
 	background: url('../img/icon/wx.png') no-repeat;
 	background-size: 50% 40%;
 	background-position-x: 50%;
 	background-position-y:20% ;
 }
 .cgzj{
 	background: url('../img/icon/cgzj.png') no-repeat;
 	background-size: 50% 40%;
 	background-position-x: 50%;
 	background-position-y:20% ;
 }
 .gfwb{
 	background: url('../img/1.jpg') no-repeat;
 	background-size: 50% 40%;
 	background-position-x: 50%;
 	background-position-y:20% ;
 }
 .zxly{
 	background: url('../img/icon/pel.png') no-repeat;
 	background-size: 50% 40%;
 	background-position-x: 50%;
 	background-position-y:20% ;
 }
 .touchPart{
 	position: fixed;
 	top: 30%;
 	right:0px;
 	border-top-left-radius: 5px;
 	border-bottom-left-radius: 5px;
 	background-color:#d21c32;
 	width:90px;
 	
 	height:100px;
 	text-align: center;
 
 }
 .touchPart_d{
 	width:100%;
 	height:80px;
 	background: url('../img/icon/touch.png') no-repeat;
 	background-size: 100% 100%;
 	background-position-x: 50%;
 	background-position-y:20%;
 }
 .touchPart span{
 	color:white;
 	font-size: 0.8em;
 	margin-top:80px;
 	
 }
 .wx_img{
 	position: fixed;
 	width:200px;
 	height:200px;
     right: 90px;
     top: 25%;
     z-index: 999;
     box-shadow: 0px 0px 7px 5px #3b62b785;
     display: none;
 }
 .cgzj_img{
 	position: fixed;
 	width:200px;
 	height:200px;
     right: 90px;
     top: 25%;
     z-index: 999;
     box-shadow: 0px 0px 7px 5px #3b62b785;
     display: none;
 	
 }
 .rightNavshow{
 	animation: rightNavshow 500ms 1 forwards;
 	-moz-animation: rightNavshow 500ms 1 forwards;
 	-webkit-animation: rightNavshow 500ms 1 forwards;
 	-ms-animation: rightNavshow 500ms 1 forwards;
 	
 }
 .rightNavhidden{
 	animation: rightNavhidden 500ms 1 forwards;
 	-moz-animation: rightNavhidden 500ms 1 forwards;
 	-webkit-animation: rightNavhidden 500ms 1 forwards;
 	-ms-animation: rightNavhidden 500ms 1 forwards;
 }
 .touchShow{
 	animation: touchShow 500ms 1 forwards;
 	-moz-animation:touchShow 500ms 1 forwards ;
 	-ms-animation: touchShow 500ms 1 forwards;
 	-webkit-animation: touchShow 500ms 1 forwards;
 }
 @-moz-keyframes rightNavshow{from{right:-80px;}to{right:0px;}}
 @keyframes rightNavshow{from{right:-80px;}to{right:0px;}}
 @-webkit-keyframes rightNavshow{from{right:-80px;}to{right:0px;}}
 @-ms-keyframes rightNavshow{from{right:-80px;}to{right:0px;}}
 
 @-moz-keyframes rightNavhidden{from{right:0px;}to{right:-80px;}}
 @-ms-keyframes rightNavhidden{from{right:0px;}to{right:-80px;}}
 @-webkit-keyframes rightNavhidden{from{right:0px;}to{right:-80px;}}
 @keyframes rightNavhidden{from{right:0px;}to{right:-80px;}}
 
 @keyframes touchShow{
 	0%{display: none;right:80px}
 	100%{right:0;}
 }
 @-webkit-keyframes touchShow{
 	from{display: block;right:80px}
 	to{right:0;}
 }
 @-moz-keyframes touchShow{
 	from{display: block;right:80px}
 	to{right:0;}
 }
 @-ms-keyframes touchShow{
 	from{display: block;right:80px}
 	to{right:0;}
 }
 
 #notice_ul{
 	background-color: #1668ba;
 	height:30px;
 	width:auto;
 	padding-top:10px;
 	
 	float:left;
 	padding-left:10px;
 	padding-right:10px;
 }
 #fin_ul{
 	height:30px;
 	width:auto;
 	float:left;
 	padding-top:10px;
 	padding-left:10px;
 	padding-right:7px;
 }
 #noticeFin{
 	background-color: #8ab4df !important;
 	padding-top:0 !important;
 	height:40px !important;
 	width:169px !important;
 	
 	}
 #xfdlink{
 font-weight: bold;
 font-size: 16px;
 margin-top: 4px;
 }
 
 }

@media screen and (max-width:767px) {

.rightNav,.touchPart,.wx_img,.cgzj_img{
display:none;
}

}
 
 */