﻿ul
{
    list-style-type: none;
    list-style-image: none;
}
body
{
    color: #666666;
    background-color: #fff;
    font-size: 12px;
    font-family: "微软雅黑" , "Microsoft Yahei" , "宋体" , "Tahoma" , "SimSun";
}
a, a:hover, a:link
{
    color: #666666; 
    font-size: 12px;
    font-family: "微软雅黑" , "Microsoft Yahei" , "宋体" , "Tahoma" , "SimSun";
    text-decoration: none;
}


.wrapperTop
{
    width: 100%;
    text-align: center;
    background-color: #fff;
    height: 191px;
}
.wrapperTop .wrapper
{
    width: 1333px;
    margin: 0 auto;
    background: url(../images/master_01.jpg) no-repeat;
    text-align: left;
    height: 100%;
    position: relative;
}

.wrapperTop .wrapper .navTop
{
    width: 870px;
    height: 61px;
    left: 370px;
    top: 60px;
    position: absolute;
}

.wrapperTop .wrapper .navTop .navTopLeft
{
    float: left;
    width: 17px;
    height: 100%;
    background: url(../images/master_03.png) no-repeat;
}
.wrapperTop .wrapper .navTop .navContent
{
    float: left;
    height: 100%;
    width: 836px;
    background: url(../images/master_05.png) repeat-x;
    color: #305563;
    font-size: 16px;
    font-weight: bold;
}

.wrapperTop .wrapper .navTop .navContent a
{
    color: #305563;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.wrapperTop .wrapper .navTop .navContent a:hover
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.wrapperTop .wrapper .navTop .navContent ul li.last
{
    border-right: none;
}

.wrapperTop .wrapper .navTop .navContent ul li
{
    float: left;
    height: 20px;
    margin-top: 15px;
    width: 160px;
    text-align: center;
    border-right: solid 2px #ccc;
}

.wrapperTop .wrapper .navTop .navTopRight
{
    float: left;
    width: 17px;
    height: 100%;
    background: url(../images/master_06.png) no-repeat;
}





.wrapperBottom
{
    width: 100%;
    height: 100px;
}


.wrapperBottom .wrapper
{
    width: 1333px;
    margin: 0 auto;
    height: 100%;
    background-color: #ebecee;
}

.wrapperBottom .wrapper .conTop
{
    width: 100%;
    height: 10px;
}

.wrapperBottom .wrapper .conLayout
{
    width: 100%;
    background-color: #fff;
    height: 45px;
}

.wrapperBottom .wrapper .conLayout .leftOnline
{
    width: 600px;
    float: left;
    text-align: center;
}

.wrapperBottom .wrapper .conLayout .rightCon
{
    width: 733px;
    float: left;
    text-align: left;
}



.wrapperBottom .wrapper .conLayout .rightCon ul li
{
    width: 150px;
    float: left;
    border-right: bolid 1px #000;
    text-align: center;    
    border-right:solid 1px #000;
    
}

.wrapperBottom .wrapper .conLayout .rightCon ul li a
{
    color: #000;
    font-size: 15px;
}

.wrapperBottom .wrapper .conLayout .rightCon ul li a:hover
{
    color: #ccc;
    font-size: 15px;
}


.wrapperBottom .wrapper .fotter
{
    width: 100%;
     height:100px;
}

.wrapperBottom .wrapper .fotter .leftLogo
{
    float:left;
    width:500px;   
    text-align:center;
}

.wrapperBottom .wrapper .fotter .RightCopy
{
    float:left;
    width:800px;   
    text-align:left;
    padding-top:10px;
    line-height:30px;
}

