@charset "utf-8";

/***** 全局样式 *****/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, font, img, small, strong, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0;}
body{color:#333333;font-family:Arial,微软雅黑;font-size:12px;line-height:150%;margin: 0 auto;}


@font-face
{
font-family:fzcch;
src: url('fzcch');
}

/*****public*****/
.area{margin:0 auto;width:1000px;}
.wrap{margin:5px auto;width:1000px;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
img{border:none;}
a{color: #000000;text-decoration:none;}
a:hover {color: #990000;}
a:active {color: #000000;}
a:visted {color: #000000;}

.artlist{}
.artlist li{text-align:right;color:#999999;height:24px;line-height:24px;}
.artlist li img{float:left;}
.artlist li a{float:left;}
.detail{color:#fd9b00;margin-left:20px;}
.detail:hover{color:#990000;}
.more{font-size:12px;font-weight:normal;position:relative;color:#9c9d9e;}
.pf{position:fixed;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}
.tc{text-align:center;}
.b1{border:1px solid #000;}
.by{background-color:#ABCDEF;}
.w1000{ width:1000px;}
body{background:url("../img/bg.jpg")  top center no-repeat #FFFFFF;}

.header{height:0px;}


.jingdian{width: 1000px;height: 500px;margin-top: 300px;}
.jingdian1{width: 490px;height: 500px;float: left;margin-left: 0px;}
.jingdian2{width: 490px;height: 500px;float: left;margin-left: 0px;}
.jingdian1 .jingdian2 img{width: 490px;height: 490px;}
 .jingdian1 img {  
                display: block;  
                border: 0;  
                width: 490px;height: 490px;
                transform: scale(1);  
                transition: all 2s ease 0s;  
                -webkit-transform: scale(1);  
                -webkit-transform: all 2s ease 0s;  
            }  
              
            .jingdian1 :hover img {  
                transform: scale(1.2);  
                transition: all 2s ease 0s;  
                -webkit-transform: scale(1.2);  
                -webkit-transform: all 2 ease 0s;  
            }  

 .jingdian2 img {  
                display: block;  
                border: 0;  
               width: 490px;height: 490px;
                transform: scale(1);  
                transition: all 2s ease 0s;  
                -webkit-transform: scale(1);  
                -webkit-transform: all 2s ease 0s;  
            }  
              
            .jingdian2 :hover img {  
                transform: scale(1.2);  
                transition: all 2s ease 0s;  
                -webkit-transform: scale(1.2);  
                -webkit-transform: all 2 ease 0s;  
            }  

/***** 版权 *****/
.copyright{width:1000px;height:100px;padding-top:20px;background: #f8f8f8;border-style: solid;border-top: 1px solid #a60607;border-bottom: 2px solid #a60607;border-left:0px;border-right:0px;margin-top: 30px;}
.copyright p{text-align:center;line-height:30px;font-color:black;font-family: "microsoft yahei";font-size: 14px;}
.mt{margin-top:15px;}