/* CSS Document */

.zi_body{ background:#F7F7F7;}
.toubu_zi{ margin-top:50px; text-align:center;}
.zi_neir{ height:380px; background:#FFFFFF; margin:0 auto; margin-top:57px; border-radius:2px;}
.zi_neir01{ width:550px; height:380px; overflow:hidden;}
.zi_neir01 img{width:100%;height:100%;}
.zi_neir02{ width:525px; height:300px; margin-top:70px; margin-right:40px;}
.zi_neir02 span{ font-family:'Microsoft YaHei'; font-size:24px; color:#47B3DD;}
.zi_neir02 p{ width:509px; height:128px; font-family:'Microsoft YaHei'; color:#656565; font-size:20px; overflow:hidden; margin-top:16px;line-height:32px;}
.jiage{ font-family:'Microsoft YaHei'; color:#323232; font-size:35px; margin-top:27px;}
.zi_txt{ font-family:'Microsoft YaHei'; font-size:18px; margin-top:11px;}
.zi_txt a{ color:#FF6000}
.mt20_1{ margin-top:20px; height:55px;}
.mt10_1{ margin-top:10px;}

/*特效*/
.zi_neir{
 
  list-style: none;
  background-color: #fff;
  font-size: 14px;
  transition: all .2s ease;
}

zi_neir:hover{
  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
			transform: scale(1.1);
  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
			border-radius: 8px;
  -webkit-box-shadow: 0 -1px 10px ;
	  -moz-box-shadow: 0 -1px 10px ;
			box-shadow: 0 -1px 10px ;
}

zi_neir {
  
  
  border-bottom: 1px solid ;
}



.zi_neir:hover {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
	  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
			box-shadow: 0 -1px 10px rgba(0,0,0,.5);
}

.zi_neir {
 background-image: -webkit-gradient(linear, left top, left bottom, from());
 background-image: -moz-linear-gradient(left top, left bottom, );
background-image: linear-gradient(left top, left bottom, );
}

.zi_neir {
  
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to();
  background-image: -moz-linear-gradient(left top, left bottom, );
  background-image: linear-gradient(left top, left bottom,;
}

.zi_neir{
  background-color: rgb(122,104,166);
  background-image: -webkit-gradient(linear, left top, left bottom,);
  background-image: -moz-linear-gradient(left top, left bottom,);
  background-image: linear-gradient(left top, left bottom, );
}
/*特效结束*/