﻿body
{
    width: 100%;
    font-size: 12px;
	text-align:center;
    background-color:#f9f9f9;
}
html { 
    overflow:scroll;
} 
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.contain{
	text-align:center;
	margin:0px auto;
    width: 1000px;
    overflow:hidden;
    min-height:100%; 
    height:100%;
    position:relative;
    background-color:white;
}
.clear {
    clear: both;
}
.right {
    float: right;
    margin-right:5px;
}
.left {
    float: left;
    margin-left:5px;
}
img {
    border: 0;
    vertical-align: middle;
}

.InConstruction {
    width: 900px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -300px;
}

.menu {
    width: 1000px;
    margin-top:20px;
	margin-left:80px;
    text-align: center;
}
.menu ul li {
    float: left;
    width: 120px;
    height: 100px;
	
    line-height: 100px;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    background: url(../images/line.png) no-repeat;
}
    .menu ul li a {
        display: block;
        color: #323232;
    }
    .menu ul li a:hover {
        color: #cd3232;
        background: url(../images/underline.png) no-repeat;
    }
    .menu ul li .checked {
        color: #cd3232;
        background: url(../images/underline.png) no-repeat;
    }
    .menu ul li a:active {
        color: #cd3232;
    }

.map {
    width: 1000px;
    height: 600px;
	margin:30px auto;
	position:relative;
    background: url(../images/index.jpg) no-repeat center;
}

.banner {
    width: 1000px;
    height: 160px;
    margin: 30px auto 20px auto;
}

.main {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.tab {
    width: 960px;
    height: 30px;
    margin-bottom: 30px;
}
.tab ul li {
    width: 240px;
    height: 30px;
    float: left;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #888888;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
    .tab ul li:hover {
        background: #cd3232;
        color: white;
    }
.tab1 {
    display: block;
    background: #dcdcdc;
}
.tab2 {
    display: block;
    background: #e6e6e6;
}

.title {
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #cd3232;
    margin-bottom: 20px;
}
.title2 {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: #323232;
    margin-bottom: 10px;
}
.text {
    color: #000;
    line-height: 30px;
    font-size:19px;
    font-family:"楷体","楷体_GB2312";
    text-align:left;
    margin-left:10px;
    margin-right:10px;
}
.text2 {
    width: 510px;
    float: right;
    font-family:"楷体","楷体_GB2312";
    font-size: 19px;
    color: #323232;
    margin-top: 40px;
    line-height: 30px;
}
.text3 {
    width: 800px;
    line-height: 21px;
    float:right;
    padding-top: 3px;
}
    .text3 a {
        color: #888888;
    }
        .text3 a:hover {
            text-decoration: underline;
        }
.text4 {
    width: 700px;
    line-height: 21px;
    float: right;
    padding-top: 3px;
    
}
    .text4 a {
        color: #888888;
    }
        .text4 a:hover {
            text-decoration: underline;
        }
.text5 {
    width: 700px;
    line-height: 21px;
    float: left;
    padding-top: 3px;
}
    .text5 a {
        color: #888888;
    }
        .text5 a:hover {
            text-decoration: underline;
        }
    .text5 .title2 {
        text-align: right;
    }
.date {
    color: #aaaaaa;
    float: right;
}
.maps {
    width: 450px;
    height: 300px;
    float: left;
    margin-top: 30px;
}
.line {
    width: 960px;
    height: 1px;
    background: #e6e6e6;
    margin: 15px 0;
}
.page {
    color: #aaaaaa;
}
    .page a {
        color: #323232;
    }
        .page a:hover {
            text-decoration: underline;
        }

.bottom {
    width:100%;
    text-align: center;
    color: #888888;
	font-size:12px;
	font-family:arial;
}
.filter {
position: absolute;
z-index: 999;
background: #000;
opacity: 0;
filter:alpha(opacity=0);
}
.Product1 {
    text-align: left;
    margin-right:5px;
    font-family:"楷体","楷体_GB2312";
    font-size:18px;
    line-height:25px;
}
.Product2 {
    text-align: left;
    margin-left:5px;
    font-family:"楷体","楷体_GB2312";
    font-size:18px;
    line-height:25px;
}

table.hovertable {
            font-family: verdana,arial,sans-serif;
            font-size: 12px;
            color: #333333;
            border-width: 1px;
            border-color: #999999;
            border-collapse: collapse;
            margin:auto;
        }

            table.hovertable th {
                background-color: #c3dde0;
                border-width: 1px;
                padding: 8px;
                border-style: solid;
                border-color: #a9c6c9;
            }

            table.hovertable tr {
                background-color: #d4e3e5;
            }

            table.hovertable td {
                border-width: 1px;
                padding: 8px;
                border-style: solid;
                border-color: #a9c6c9;
            }