/*reset*/
*{margin:0;padding:0;font-family:"微软雅黑";}

ul, ol { list-style: none; }
ul li{ vertical-align:middle;}
a { text-decoration: none; cursor:pointer;}
img{border:none;}
.clear{clear:both;}

.mainbody{width:980px;margin:30px auto;}


.xjld{height:100vh;}
.pubtitle{margin-top:20px;margin-bottom:20px;height:40px;}
.pubtitle span{display:block;line-height:40px;font-family:"黑体";font-size:24px;color:#343434;float:left;}
.pubtitle a{display:block;height:40px;width:108px;text-align:center;line-height:40px;color:#fff;font-family:"黑体";font-size:14px;background:#c1c1c1;float:right;box-shadow: 1px 4px 10px #333;}
.pubtitle a:hover{background:#f3b612;}

.publist li{display:inline-block;width:323px;}
.head{width:323px;height:330px;background:url(../img/headbg.png) center center ;overflow: hidden;			transition: all 0.6s;
			-moz-transition: all 0.6s;
			-webkit-transition: all 0.6s; 
			-o-transition: all 0.6s;}
.head:hover{
	transform:translateY(-20px) ;
-ms-transform:translateY(-20px); 	/* IE 9 */
-moz-transform:translateY(-20px); 	/* Firefox */
-webkit-transform:translateY(-20px); /* Safari 和 Chrome */
-o-transform:translateY(-20px);

}
.head a{display:block;width:220px;height:220px;border-radius: 110px;overflow: hidden;margin:50px auto;}
.head a img{width:220px;height:220px;			transition: all 0.6s;
			-moz-transition: all 0.6s;
			-webkit-transition: all 0.6s; 
			-o-transition: all 0.6s;}
.head a img:hover{
		transform:scale(1.2);
-ms-transform:scale(1.2); 	/* IE 9 */
-moz-transform:scale(1.2); 	/* Firefox */
-webkit-transform:scale(1.2); /* Safari 和 Chrome */
-o-transform:scale(1.2);

}
.down{width:27px;height:20px;background:url(../img/down.png);margin:0 auto 10px;}
.name{display:block;width:170px;height:52px;margin:auto;text-align:center;line-height:52px;	color:#fff;font-size:18px;font-family:"黑体";	
	transition: all 2s;
		-moz-transition: all 2s;
		-webkit-transition: all 2s; 
		-o-transition: all 2s;
		transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
	}
.name:hover{
			-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		transform:rotateY(360deg);
}
.bluebg{background:url(../img/nameblue.png);font-size:14px;}
.yellowbg{background:url(../img/nameyellow.png);}
.greenbg{background:url(../img/namegreen.png);}
.chengji1{text-align:center; height:30px;line-height:30px;margin-top:10px;font-size:20px;font-family:"黑体";color:#343434;}
.chengji2{text-indent:2em;width:250px;margin:auto;line-height:28px;margin-top:10px;font-size:16px;font-family:"黑体";color:#343434;}

/*index2*/
.mtitle{width:420px;margin:auto;height:40px;line-height:40px;}
.mtitle a{display:block;height:40px;line-height:40px;font-family:"黑体";color:#343434;font-size:18px;width:207px;}
.mtitle span{color:#c1c1c1;}
.bzrt{background:url(../img/bzr.png) 0 center no-repeat;float:left;text-indent:40px;}
.jst{background:url(../img/js.png) 100px center no-repeat;float:right;text-align:right;}

.bzrt:hover a{background:url(../img/line.png) 50px bottom no-repeat;}
.jst:hover a{background:url(../img/line.png) 140px bottom no-repeat;}

.mbody{margin-top:30px;border:solid 1px #ddd;height:340px;}
.bzrb{width:523px;height:100%;border-right:solid 1px #ddd;float:left;}
.jsb{width:523px;height:100%;float:right;}
.spic{width:200px;height:138px;margin:auto;overflow: hidden;}
.spic img{width:206px;height:140px;transition: all 0.6s;
			-moz-transition: all 0.6s;
			-webkit-transition: all 0.6s; 
			-o-transition: all 0.6s;}
.spic img:hover{
		transform:scale(1.2);
-ms-transform:scale(1.2); 	/* IE 9 */
-moz-transform:scale(1.2); 	/* Firefox */
-webkit-transform:scale(1.2); /* Safari 和 Chrome */
-o-transform:scale(1.2);	
}
.sname{height:40px;line-height:40px;font-size:16px;font-family:"微软雅黑";text-align:left;color:#343434;font-weight: bold;}
.sinfo{line-height:28px;font-size:14px;font-family:"微软雅黑";color:#343434;text-align:left;}
