body {
    color: rgb(51, 51, 51);
    line-height: 24px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: rgb(229, 229, 229);
    margin:0 auto;
    padding:0 auto;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    color: rgb(1, 34, 113);
    font-size: 16px;
}

h3 {
    color: rgb(51, 51, 51);
    clear: both;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
}

#wrapper_out {
    margin: 0px auto;
    padding: 0px;
    width: 1014px;
}

a {
    color: rgb(213, 0, 6);
    font-size: 12px;
}

    a:hover {
        text-decoration: none;
    }

#float {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    text-align: left;
}

#wrapper {
    margin: 0px;
    padding: 0px;
    width: 1014px;
    text-align: left;
    float: left;
}

#header {
    width: 1014px;
    height: 85px;
    float: left;
}

#header_left {
    width: 271px;
    height: 85px;
    float: left;
}

#header_right {
    background-position: left top;
    width: 743px;
    height: 85px;
    float: right;
    background-image: url("../images/profile4_02.jpg");
    background-repeat: no-repeat;
}

#header_right_top {
    width: 743px;
    height: 61px;
    float: left;
}

#header_right_menu {
    background-position: left top;
    margin: 0px;
    padding: 0px 0px 0px 28px;
    width: 715px;
    height: 24px;
    float: left;
    background-image: url("../images/profile4_04.jpg");
    background-repeat: no-repeat;
    background-color: rgb(213, 0, 6);
}

    #header_right_menu ul {
        margin: 0px;
        padding: 0px;
    }

    #header_right_menu li {
        float: left;
        list-style-type: none;
		/*new css add by Rong*/
		position:relative;
    }
        #header_right_menu li a {
            color: rgb(255, 255, 255);
            line-height: 24px;
            padding-right: 6px;
            padding-left: 6px;
            font-weight: bolder;
            text-decoration: none;
			font-size:12px;
        }
	/*new css add by Rong*/
	#header_right_menu li ul {
		background:url(../images/s_navex.png) left top no-repeat #f62f35;
		width:400px;
		height:18px;
		position:absolute;
		/*display:none;*/		
		/*left:-156px;*/				
		left:-276px;
		top:24px;
		margin-left:57px;
	}
	#header_right_menu li ul li {
		line-height:18px;
		float:right;
		color:#fff;
		font-size:12px;
		margin:0 10px;
		_display:inline;
	}
	#header_right_menu li ul li a{
		padding:0;
		font-weight:normal;
		line-height:18px;
	}
	/*#header_right_menu li:hover ul {
		position:absolute;
		display:block;
	}*/
	.fix { *zoom: 1; }
	.fix:after { display: table; content: ''; clear: both; }
	/*end*/

#content {
    background-position: left top;
    margin: 0px;
    padding: 0px;
    width: 1014px;
    text-align: left;
    float: left;
    background-image: url("../images/bj.jpg");
    background-repeat: repeat-y;
}

#content_l {
    width: 271px;
    float: left;
}

#c_img {
    width: 271px;
    height: 251px;
    float: left;
}

#c_flash {
    width: 271px;
    height: 200px;
    margin-top: 20px;
    float: left;
}

#content_r {
    width: 743px;
    text-align: left;
    float: right;
}

#title {
    width: 700px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 43px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 32px;
    float: left;
    background-color: rgb(207, 207, 207);
}

#content_txt {
	margin-top:10px;
    padding: 0px 41px 41px;
    width: 660px;
    float: left;
}

#columnbox {
    background-position: left bottom;
    width: 660px;
    background-image: url("../images/columnbox_bg.jpg");
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 30px;
    float: left;
}

.columnbox {
    background-position: left bottom;
    width: 660px;
    background-image: url("../images/columnbox_bg.jpg");
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 30px;
    float: left;
}

ul.column-left {
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
}

ul.column-right {
    margin: 0px 0px 0px 50px;
    padding: 0px;
    float: left;
    display: block;
}

ul.column-left li {
    list-style-type: none;
}

ul.column-right li {
    list-style-type: none;
}

#content_txt img {
    padding: 3px;
    border: 1px solid rgb(210, 207, 207);
    border-image: none;
}

#clients {
    width: 660px;
    float: left;
}

    #clients img {
        padding: 0px;
        border: 3px solid rgb(210, 207, 207);
        border-image: none;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
    }

#projects {
    width: 660px;
    float: left;
}

    #projects ul {
        margin: 0px;
        padding: 0px;
    }

    #projects li {
        float: left;
        list-style-type: none;
    }

    #projects span.projects_left {
        width: 100px;
        float: left;
        display: block;
    }

    #projects span.projects_right {
        width: 550px;
        float: right;
        display: block;
    }

    #projects img {
        border: 1px solid rgb(210, 207, 207);
        border-image: none;
        margin-top: 10px;
        float: left;
    }

    #projects a {
        color: rgb(213, 0, 6);
    }

#contact_us {
    width: 660px;
    float: left;
}

    #contact_us ul {
        margin: 0px;
        padding: 0px;
        width: 455px;
        float: left;
        display: block;
    }

    #contact_us img {
        border-width: 0px;
        margin: 0px 0px 10px;
        padding: 0px;
        display: block;
    }

    #contact_us li {
        width: 455px;
        float: left;
        display: block;
        list-style-type: none;
    }

    #contact_us span.cs_l {
        font-weight: bolder;
        margin-right: 5px;
        float: left;
        display: block;
    }

    #contact_us span.cs_r {
        float: left;
        display: block;
    }

#foot {
    width: 1014px;
    height: 36px;
    text-align: center;
    color: rgb(66, 97, 154);
    line-height: 36px;
    margin-top: 5px;
    float: left;
    background-color: rgb(255, 255, 255);
}

.copyright {
    text-align: right;
    color: rgb(117, 117, 117);
    clear: both;
    font-size: 11px;
}

.img_left {
    margin-top: 5px;
    margin-right: 15px;
    float: left;
}

.img_right {
    margin-left: 15px;
    float: right;
}

.style3 {
    color: rgb(51, 51, 51);
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

hr {
    height: 1px;
    color: rgb(255, 0, 0);
}

#cfSet {
    border: 0px currentColor;
    border-image: none;
}

.sz {
    color: rgb(25, 67, 137);
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

#Layer1 {
    width: 20px;
    height: 15px;
    position: absolute;
    z-index: 1;
}

#Layer2 {
    left: 38px;
    top: 348px;
    width: 200px;
    height: 115px;
    position: absolute;
    z-index: 1;
}

#index {
    padding: 0px;
    width: 930px;
    margin-top: 30px;
    margin-left: 25px;
    float: left;
}

#index_left {
    width: 483px;
    height: 374px;
    float: left;
}

#left_flash {
    width: 483px;
    height: 374px;
    float: left;
}

#left_flashs {
    width: 403px;
    height: 154px;
    float: left;
}

#index_right {
    background-position: left top;
    width: 363px;
    padding-left: 60px;
    float: right;
    background-image: url("../images/indexbj.jpg");
    background-repeat: no-repeat;
}

#img {
    width: 363px;
    text-align: center;
    padding-top: 24px;
    float: left;
}

#txt {
    width: 363px;
    color: rgb(25, 67, 137);
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
    float: left;
}

.line {
    background-position: left bottom;
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
    background-image: url("../images/linebj.jpg");
    background-repeat: repeat-x;
}

/*-----------------------------------------------*/
.news_list ul{
	float:left;
}
.news_list ul li{
	float:left;
	width:637px;
	height:80px;
	overflow:hidden;
	padding-top:17px;
	padding-bottom:17px;
	border-bottom:1px solid #a7a7a7;
}
.news_list ul li img{
	float:left;
	width:105px;
	height:70px;
}
.news_list ul li h2{
	width:450px;
	padding-left:25px;
	line-height:25px;
	margin:0;
}
.news_list ul li h2 a{
	font-size:16px;
	font-weight:bold;
	font-family:"Microsoft YaHei";
	color:#3f3f3f;
	text-decoration:none;
	text-align:left;
}
.news_list ul li h2 a:hover{
	color:#08c;
}
/*
.news_list ul li p{
	width:450px;
	padding-left:25px;
	//padding-top:20px;
	line-height:25px;
	font-size:12px;
	color:#a3a3a3;
}*/
/*.news_list ul li p a{
	color:#3f3f3f;
	margin-left:25px;
}*/
.news_list ul li div{
	color:#3f3f3f;
	float:left;
	width:430px;
}
.news_list ul li div p{
	margin:0;
	padding-left:25px;
}

.news_list ul li p a:hover{
	color:#08c;
}



