@charset "utf-8";
/* CSS Document */
/*通用*/
body {
	font-family:"微软雅黑";
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;    
    list-style:none;
}
img{border:0;}

.block{width:100%; height:20px; clear:both;}
a{color:#333;}
a:hover{color:#f00;}

/*top*/
.header{width:100%; height:33px; border-bottom:2px solid #4C67A7; background-color:#EBF0F3;}
.top{width:1000px; height:30px; line-height:30px; font-size:13px; color:#333; margin:0 auto;}
.top ul li{float:left; padding:0 5px; width:100px;}
.top span{float:left; font-size:10px;}
.top ul li img{float:left; margin-right:5px; margin-top:6px;} 
.top span{font-size:20px;}

/*banner*/
.banner{width:100%; height:170px; background:url(banner.gif) no-repeat top center;}
.banner_con{width:1000px; height:170px; margin:0 auto; padding-top:50px;}

.search{width:300px; height:36px; float:right; margin-top:25px;}
.search a{float:right; font-size:14px; line-height:18px; color:#0069ae;}

/*主导航*/
.nav{width:100%; height:50px; background-color:#0069AE;}
.nav_con{width:1000px; height:50px; margin:0 auto;}
.nav_con ul li{float:left; padding:0 33px;}
.nav_con ul li.hover{background-color:#3ABEF4;}
.nav_con ul img{margin-right:10px; margin-bottom:3px;  -webkit-transition: -webkit-transform 1s ease-out;
            -moz-transition: -moz-transform 1s ease-out;
            -o-transition: -o-transform 1s ease-out;
            -ms-transition: -ms-transform 1s ease-out;}
.nav_con ul li.hover img{ -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            transform: rotateY(180deg);}            
.nav_con ul li a{font-size:17px; font-weight:bold; line-height:50px; color:#fff;}
.nav_con ul span{float:left; line-height:48px; font-size:15px; color:#fff;}

/*主体*/	
.main{width:100%; height:auto; background:url(main_bg.jpg) no-repeat bottom center; background-color:#E8F5FD;}
/*当前位置*/
.position{width:100%; height:50px; font-size:13px; line-height:50px; background:url(house.gif) no-repeat 10px 20px; padding-left:30px;}
.position a:hover{color:#BA1803;}

.content{width:1000px; height:auto; background-color:#fff; margin:0 auto;}
.t_col{min-height:400px; font-size:15px; background:url(lm_bg.gif) no-repeat top left; padding-left:45px; padding-top:20px;}
.t_col span{font-size:17px; line-height:30px; color:#0069AE;}
.col_title{width:695px; height:40px; border-bottom:2px solid #ccc; margin:0 auto; background:url(col_bg.gif) no-repeat 1px 11px;}
.col_name{height:40px; border-bottom:2px solid #0069AE; font-size:16px; color:#333; line-height:38px; padding-left:25px; font-weight:bold; padding-left:25px; padding-right:10px; float:left;}
.col_list{padding:0 15px; min-height:400px; font-size:16px;}
.col_list a:hover{color:#BA1803;}

.ldjs{width:660px; height:320px;}
.photo{width:192px; float:left; margin-right:20px;}
.ld_photo{width:100%; height:237px; border:1px solid #e6e6e6; padding:9px;}
.ldxx{width:100%; padding:15px 15px 0px;}
.grjs{width:448px; float:right;}
.grjs h3{font-size:17px; color:#0069AE; font-weight:normal; margin-bottom:15px;}
.grjs span{font-size:15px; color:#333; font-weight:bold;}

.ld_btm{width:660px;}
.ld_box{width:320px; float:left;}
.mr_20{margin-right:20px;}
.list_title{width:100%; height:37px; border-bottom:2px solid #EDECE7;}
.list_title ul li{padding:0 12px; height:37px; line-height:35px; font-size:15px; color:#0069AE; border-bottom:2px solid #0069AE; float:left;}
.more{float:right; height:37px; line-height:35px; padding-right:5px;}
.more a{color:#666;}
.more a:hover{color:#BA1803;}
.con_list{padding-top:10px; padding-left:10px; padding-right:10px;}
.con_list ul li{font-size:13px; line-height:26px;}
.con_list ul li img{margin-right:8px;}

/*底部*/
.footer{width:100%; height:117px;}
.copyright{width:100%; height:117px; background-color:#0069AE;}
.copy_con{width:1000px; height:117px; margin:0 auto; position:relative; text-align:center; padding-top:30px;}
.dzjg{position:absolute; top:25px; left:180px;}
.error{position:absolute; top:35px; right:120px;}
.copy_con p{font-size:15px; color:#fff; line-height:30px;}