﻿@charset "utf-8";
/* CSS Document */

/*
web site body styles
*/
body
{
	font-family:SimHei;
    
	font-weight:500;
	color:#000000;
	margin-top:0px;
    margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}

/* menu */
.menu_div
{
	background:rgba(255,255,255,0.8);

	position:fixed;
	top:0px;
	left:0px;
	
	height:39px;
    min-width:860px;
	width:100%;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;

    z-index:2000;
}

.menu_div_inner
{
	font-size:16px;
	width:860px;
	height:39px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

/* 菜单样式 */
.a_menu
{
	color:#000000;
	cursor:pointer;
	
	text-decoration:none;
	font-weight:500;
}

.a_menu:hover
{
	color:#05d19f;
	font-weight:600;
	text-decoration:none;

    cursor:pointer;
}

.a_click_menu
{
    color:#05d19f;
	font-weight:600;
	text-decoration:none;

    cursor:pointer;
}

/*pop menus*/
.pop_menu
{
	background:rgba(255,255, 255, 0.85);

    text-align:right;
	
	height:39px;
	width:100%;
	
    position: fixed;  
	top: 39px;  
	left: 0px;  
	
	border-size:0px;
	
	z-index:1002;
	
	display:none;
}

.menu_table
{
    font-size:14px;
    /*width:80%;*/ 
    height:100%;
}
.menu_table td
{
    padding-left:6px;
    padding-right:6px;
    text-align:center;
}



.menu_line
{
    font-size:14px;
    /*width:80%;*/ 
    height:100%;
}
.menu_line td
{
    color:#ffffff;

    padding-left:6px;
    padding-right:6px;
    text-align:center;
}

.menu_line td a
{
    color:#ffffff;
}





/* first div */
.first_div
{
	height:auto;
	background-size:cover;
}

#first_left
{
	position: absolute; 
	height:auto;
	background-size:cover;
	background-image:url(../images/china/first_outer_left.png);
}

#first_right
{
	position: absolute; 
	height:auto;
	background-size:cover;
	background-image:url(../images/china/first_outer_right.png);
}


#first_div_inner
{
	width:860px;
	height:264px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/china/first.png);
}

/* second div */
.second_div
{
	height:auto;
	background-size:cover;
}

#second_left
{
	position: absolute;  
	height:auto;
	background-size:cover;
	background-image:url(../images/china/second_outer_left.png);
}

#second_right
{
	position: absolute;  
	height:auto;
	background-size:cover;
	background-image:url(../images/china/second_outer_right.png);
}

#second_div_inner
{
	width:860px;
	height:55px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/china/second.png);
}

/* third div */
.third_div
{
	height:auto;
	background-size:cover;
}

#third_left
{	
    position: absolute;  
	height:auto;
	background-size:cover;
	background-image:url(../images/china/third_outer_left.png);
}

#third_right
{
	position: absolute;  
	height:auto;
	background-size:cover;
	background-image:url(../images/china/third_outer_right.png);
}

#third_div_inner
{
	width:860px;
	height:180px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/china/third.png);
}

/* four div */
.four_div
{
	height:auto;
	background-size:cover;
}

#four_left
{	
    position: absolute;  
	height:auto;
	background-size:cover;
	background-image:url(../images/china/four_outer_left.png);
}

#four_right
{
	position: absolute;  
	height:auto;
	background-size:cover;
	background-image:url(../images/china/four_outer_right.png);
}

#four_div_inner
{
	width:860px;
	height:460px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/china/four.png);
}

/* five div */
.five_div
{
	height:auto;
    margin-bottom:0px;
}

#five_left
{
	position: absolute;  
	background-size:cover;
	height:auto;
	background-image:url(../images/china/five_outer_left.png);
}

#five_right
{
	position: absolute;  
	background-size:cover;
	height:auto;
	background-image:url(../images/china/five_outer_right.png);
}

#five_div_inner
{
	width:860px;
	height:40px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/china/five.png);

	font-size:14px;
}

/* to top */
#top
{
	background-size:cover;
	background-image:url(../../images/top.png);

    width:50px;
    height:50px;

    position:fixed; 
    bottom:50px;
    right:10px;
}

#top:hover
{
    cursor:pointer;
}









/*----------------------------内容-----------------------------*/
.four_tb
{
    height:100%;
    width:100%;
    margin:0px 0px 0px 0px;

    padding:0px 0px 0px 0px;

    vertical-align:middle;
}