﻿@charset "utf-8";

/*Global 网站全局CSS*/

body, td, th ,div, ul, li, p{color:#333333;font: 12px/1.8 tahoma,"宋体","宋体",宋体;} 
body{margin-left:0;margin-top:0;margin-right:0;margin-bottom:0; background:#FFFFFF;} 
ul, li, p, dl, dt, dd, h1,h2,h3,h4,h5,h6, form{ list-style-type:none;padding:0;margin:0;}
img{padding:0;margin:0;border:0;}
a:link{color:#333333;text-decoration:none;font-size:12px;font-family:"宋体";} 
a:visited{color:#333333; font-size:12px;font-family:"宋体";text-decoration:none;} 
a:hover{color:#fd4d01;font-size:12px;font-family:"宋体"; }
.clear{clear:both;float:none;height:0px; min-height:0px; padding:0px; margin:0px; overflow:hidden;}

/*head1-a*/
/*inbanner-a*/
/*.inbanner-a{width:100%; height:1097px; background:url(../images/index/home2.jpg) center top no-repeat;}*/
body{background:url(../images/index/home2.jpg) center top no-repeat;}
.yc{display:none;}
.inbod{width:1000px; height:60px; margin:0 auto; position:relative;}
.inbod a.guanwang{position:absolute; top:320px; right:150px;}
.inbod a.about{position:absolute; top:184px; left:95px;}
.inbod a.zazhi{position:absolute; top:520px; right:-70px;}

/*an1*/
.item > a.guanwang{}
.item a.guanwang img {
	-webkit-transition: all 200ms linear;
   	-moz-transition: all 200ms linear;
  	-o-transition: all 200ms linear;
  	-ms-transition: all 200ms linear;
   	transition: all 200ms linear;
	position: relative;	
}
.item > a.guanwang:hover img{margin-right:-5px;}

/*yuan01*/
.item > a.about{}
.item a.about img {
	width:199px; height:199px;
	-webkit-transition: all 200ms linear;
   	-moz-transition: all 200ms linear;
  	-o-transition: all 200ms linear;
  	-ms-transition: all 200ms linear;
   	transition: all 200ms linear;
	position: relative;	
}
.item > a.about:hover img
{
transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
-webkit-transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
-moz-transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
-o-transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
-ms-transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
}
/*转圈
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-o-transform:rotate(180deg);
-ms-transform:rotate(180deg);
*/
/*rotate(360deg) skew(-20deg) scale(3.0) translate(100px,0); 翻转*/
/*rotate(45deg) scale(0.5) skew(30deg, 30deg) translate(100px, 100px); 变形*/
/*用法：transform: skew(30deg)  或者 transform: skew(30deg, 30deg);*/
/* skewY(10deg) 吹直倾斜*/
/* scale(1.2) 放大*/
/* skew(30deg) 倾斜*/
/*margin-right:-5px;*/
/*-webkit-transform: rotate(360deg) scale(1.2);  
    -webkit-border-radius: 25px;  */
/*background: #6d6;  
    -webkit-transition: all 4s cubic-bezier 1s;*/
/*yuan01*/
.item > a.zazhi{}
.item a.zazhi img {
	width:30px;
	-webkit-transition: all 200ms linear;
   	-moz-transition: all 200ms linear;
  	-o-transition: all 200ms linear;
  	-ms-transition: all 200ms linear;
   	transition: all 200ms linear;
	position: relative;	
}
.item > a.zazhi:hover img
{
transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
-webkit-transform:scale(2.0);
-moz-transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
-o-transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
-ms-transform:rotate(360deg) skew(0deg) scale(2.0) translate(0px,0);
}









