@charset "utf-8";
/* CSS Document */

/* banner */
.banner{ min-width:1100px;  position:relative;  height:950px; overflow:hidden;  }
.banner .bd{ position:relative; z-index:0;  }
.banner .bd ul{ width:100% !important; }
.banner .bd li{ width:100% !important;  height:950px; }
.banner .bd li .siteWidth{ width:950px; position:relative;  margin:0 auto;  height:950px;  }
.banner .bd li a{ height:950px; display:block;  }
.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
.banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; 
}
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(../images/dot-black.png) 0 0; overflow:hidden; 
	line-height:9999px; filter:alpha(opacity=40);opacity:0.4; 
}
.banner .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }



.main01{margin-top:70px;}
.main01_l{float:left;width:552px;}
.main01_r{float:right;width:648px;}
.main01_l h2{ font-size:48px;font-family:Arial;}
.main01_l h3{ font-size:30px;}
.main01_l .text{margin-top:45px; font-size:15px; line-height:30px;}


.bg{margin-top:80px; padding-bottom:60px;/*background:url(../images/bg2.jpg) center top no-repeat;*/}


	
	
.newscenter{margin-top:30px;}
.newscenter .hd h2{font-size:48px; text-align:center;font-family:Arial;text-transform:uppercase;}
.newscenter .hd h3{font-size:30px; text-align:center;}
.newscenter .hd .more{padding-top:14px;padding-bottom:25px; text-align:right;}
.newscenter .hd .more a{ display:inline-block;height:16px; line-height:16px;padding-right:26px; color:#999; background:url(../images/icon_more.png) right center no-repeat; }
.newscenter .bd{width:1200px; overflow:hidden;}
.newscenter .bd ul{width:1320px;}
.newscenter li{float:left; margin-right:120px; width:320px;}
.newscenter li span{color:#666;}

.cooperation{margin-top:80px;}
.cooperation .hd h2{font-size:48px; text-align:center;font-family:Arial;text-transform:uppercase;}
.cooperation .hd h3{font-size:30px; text-align:center;}
.cooperation .bd{ padding-top:52px;}
.cooperation .bd ul{}
.cooperation li{float:left; width:240px; text-align:center;}
.cooperation li a{display:block; padding-top:30px; font-size:16px; font-weight:bold;}

.cooperation img{
    -moz-transition: width 1s, height 1s, -webkit-transform 1s; /* For Safari 3.1 to 6.0 */
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s, height 1s, transform 1s;}
.cooperation li:hover img {
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    -moz-transform: rotate(360deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(360deg); /* Chrome, Safari, Opera */
}
	

