﻿html,body {width:100%;height:100%;margin:0;}
p{ text-indent:2em;}
a{text-decoration:none;}   /*去掉a超链接下划线样式*/   

/* 全面黑白效果 */
/*html{
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

	/* -------------------中间部分--------------*/
    .alldiv_box{
	width:1000px;	
	/*display:block; */	/* 此元素前后会带有换行符。display 属性设置为 block，以确保老式浏览器中正确的行为 */
	margin: 0 auto;
	/* background:#AACCFF; */
	/* background-size:1000px 140px; */
    }
	/* 1.-------------------------顶部------------------------------- */
    .top{
        width:100%;
        /*height:140px; */
        /*text-align: center;*/
        /*background:#AACCFF;*/ 
        /*color:#0033FF;*/
	background:url('/static/image/base/logo_1.jpg');
	background-size:1000px 150px;      /*1000px 150px;contain;cover;*/
	/*padding:0;*/
    }
	
    .top_zimu{					/* 流动字幕*/
	width:100%;
	height:30px;
	line-height:30px;
	/*padding-top:5px;*/
	color:#FF3333;
	/*background-color:#ABFAFA;*/
    }	
    .top_biaotizi{				/* 标题（欣睿之家）*/
        width:100%;				
        height:60px;
        text-align:center;
        line-height:60px;
        font-size:40px;
        font-weight:bold;
        color:#0033FF;
        /*background-color:#ABFF77; */       
    }
    .top_www{					/* 网址www.xrj6.com */
        width: 100%;
        height: 40px;
        text-align: center;
        line-height:40px;
        font-size:25px;
	color:#FFFFFF;
        /*background-color:#AACCFF;*/
    }
    .nav{					/* 菜单栏*/
        width:100%;
        height:40px;
        background:#ADADAD;  /*为了便于查看区域范围大小，故而加个背景色#CCC*/
        font-size:18px;
        font-family: "微软雅黑";
        /*float:left;*/
        /*margin:0 auto; */      /*水平居中*/
        /*margin-top:0px;*/  /*距离顶部40px*/
    }
    .nav ul{
        /*width:700px;*/
        /*height:30px;*/
        padding:0px;   /*菜单ul和外部的DIV的边界属性值为0*/
        list-style-type:none;  /*隐藏标签li的默认样式*/
    }
    .nav ul li{
        float:left;
        width:100px;
        text-align:center;
        height:40px;
        line-height:40px;
        /*list-style:none;*/   /*去掉圆点效果*/
        background:#ADADAD;
    }
    .nav ul li a{
        text-decoration:none;  /*取消链接的下划线*/
        display:block;
       /*color:#fff;*/
    }
    .nav ul li a:hover {background:#fff; color:#000;}		
    .nav ul li a:active {background:#fff; color:#000;}
    .nav ul li a:focus {background:#fff; color:#000;}

	/* 2.--------------------------------中部-------------------------------- */
    .center{
        width:100%;
        height: 500px;
       /* margin:0 auto;*/
    }
    .center_left{				/* 中部——左边 */
        width:320px;
        float:left;
    }		
    .center_center{				/* 中部——中间 */
        width:320px;
        float:left;
	margin: 0 20px;
       /* margin-left:20px;*/
       /* margin-right:20px;*/
    }
    .center_right{				/* 中部-—右边 */
        width:320px;
        float:left;
    }

    .centertwo_left{
        width:700px;
        float:left;
        margin-right:20px;
    }	
    .centertwo_right{
        width:280px;
        float:left;
   }

	/* 3.--------------------------底部-------------------------*/
    .bottom{
        float:right;
        width:1000px;
        height: 80px;
	/* margin:0 auto;  */
        color:#333333;
        line-height:20px;
        text-align: center;
        font-size:15px;
        /* background-color: #AACCFF;*/
    }
    .bottom a{color:#333333;}	

	/* ------------------------其它---------------------*/
    .center_title{ color:#3399FF;line-height:40px;font-size:20px;font-weight:800;}
    .center_title_two{line-height:16px;font-size:15px;}
    .center_title_two img{width:300px; height:180px} 
  
    .text_title{line-height:40px;font-size:30px; color:#3399FF; text-align:center;font-weight:700;}
    .textabc{line-height:30px;font-size:18px;}
    .textabc img{width:600px;height:360px;}
    .textorigin{}
    
    .center_title_two a:hover { color:#B22222;}
    .center_title_two a:active { color:#000;}
    .center_title_two a:focus { color:#000;}

    .center_title    a{color:#000;}
    .center_title_two a{color:#000;}
    .center_title_row{line-height:30px;} /* 标题列表行高*/
    .pic_show_first{}
    .pic_hidden_else{}	/* 非第1张图片*/
    .textabc_photo img{width:550px;height:330px;}
    .news_1_title {}
    .news_1_title a{color:#3399FF;line-height:40px;font-size:20px;font-weight:800;}
    .news_1_title a:hover{ color:#B22222;}
    .news_1_simple {}
    .news_1_simple img{width:200px;height:120px;float:left;margin:10px; }
    .news_1_simple p{line-height:30px;font-size:16px;}

    .center_title a:hover { color:#B22222;}
    .center_title a:active { color:#000;}
    .center_title a:focus { color:#000;}

    .lookmore {text-align:center}
    .lookmore a:hover { color:#B22222;}
    .lookmore a:active { color:#000;}
    .lookmore a:focus { color:#000;}
    
    .mymap {font-size:14px;}
    .mymap a{ color:#000000;}
    .mymap a:hover{color:#B22222;}
    .mydate{font-size:12px;}
