body{
    margin: 0px;
    padding: 0px;
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 15px;
    background: url("/webPage/images/bg.jpg") repeat-x;
    background-position-y: -40px;
}
ul,ol{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}
.head{
    height: 125px;
    width: 1200px;
    margin: 5px auto;
    position: relative;
    background: url("/webPage/images/logo.png") left center no-repeat;
}

.head .search{
    display: block;
    position: absolute;
    height: 34px;
    width: 288px;
    background-color: #278b83;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
}
.head .search input{
    border: 0px;
    outline: 0px;
    margin: 0px;
}
.head .search .txt{
    height: 30px;
    width: 228px;
    line-height: 30px;
    border: 1px solid #278b83;
    float: left;
    border-radius: 5px 0px 0px 5px;
}
.head .search .btn_search{
    display: block;
    float: left;
    width:48px;
    height: 36px;
    background: url("/webPage/images/icon012.png") center center no-repeat;
    cursor: pointer;
    border-radius: 5px;
}
.menu{
    width: 100%;
    background-color: #278b83;
    height: 45px;
    line-height: 45px;
}
.menu ul{
    width:1200px;
    height: 45px;
    line-height: 45px;
    margin:0px auto;
    display: block;
    border-bottom: 0px solid red;
    font-size: 16px;
}
.menu ul li {
    display: block;
    width:120px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    position: relative;
}
.menu ul li a{
    color:white;
    text-decoration: none;
}
.menu ul li:hover{
    background-color:#b73636 ;
}

.menu ul li ol{
    display: none;
    position: absolute;
    width: 188px;
    background-color:#b73636 ;
    z-index: 10000;
    left: 0px;
    border-radius: 0px 0px 5px 5px;
}
.menu ul li ol li{
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 20px;
}
.menu ul li ol li:last-child{
    border-radius: 0px 0px 5px 5px;
}
.menu ul li ol li:hover{
    background-color:#992525 ;
    text-indent: 22px;
}
.menu ul li ol li a{
    display: block;
}

.gopic {
    width:1200px;
    height:240px;
    margin:0px auto;
    z-index:1;
}
/*-----------------VMS SLider Start----------------*/
.VMS_Slider {
    width: 1200px;
    height: 240px;
    font-size: 14px;
    position:relative;
    margin:0px auto;
    z-index:1;
    float: left;
}
.VMS_Slider img {
    border:0px;
    z-index:1;
}
.VMS_Slider a {
    text-decoration:none;
    font-size:14px;
}
.VMS_Slider a.control_btn {
    position:absolute;
    display: block;
    top: 50%;
    margin-top: -78px;
    width: 76px;
    height: 112px;
    cursor: pointer;
    z-index: 2;
    background: url(/webPage/images/buttons.png) no-repeat;
}
.VMS_Slider a.prev {
    left: 0;
    background-position: 0 0
}
.VMS_Slider a.next {
    right: 0;
    background-position: -76px 0
}
.VMS_Slider a.prev:hover {
    background-position: 0 -112px
}
.VMS_Slider a.next:hover {
    background-position: -76px -112px
}

/*.VMS_Slider .desc{*/
/*    display: none;*/
/*}*/
/*.VMS_Slider .bg{*/
/*    display: none;*/
/*}*/
/*----------------------------VMS Slider End------------------------*/

.title1{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #278b83;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    margin-top: 10px;
}
.title1 h2{
    display: block;
    height: 40px;
    width: 158px;
    text-align: center;
    color:white;
    background-color: #278b83;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    float: left;

    border-radius: 5px 5px 0px 0px;
}
.title1 span{
    display: block;
    float: right;
    width:100px;
    text-align: center;
    height: 40px;
    line-height: 60px;
}
.title1 span a{
    color:#999;
    letter-spacing: 0px;
    text-decoration: none;
}
.title1 span a:hover{
    font-weight: bold;
}
.articleList{
    width:1200px;
    margin: 5px auto;
    height: 568px;
    overflow: hidden;
}
.articleList .articleListLeft{
    width:700px;
    height: 800px;
    float: left;
    background-color: #fff;
}

.articleList .articleListLeft ul{
    display: block;
}
.articleList .articleListLeft ul li{
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url("/webPage/images/d.png") left center no-repeat;
}
.articleList .articleListLeft ul li .at{
    display: block;
    height: 35px;
    line-height: 35px;
    width:618px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 18px;
}
.articleListLeft a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.articleListLeft a:hover{
    color: #14736b;
    text-decoration: none;
    font-size: 14px;
}
.articleList .articleListLeft ul li span{
    display:block;
    width:58px;
    color:#ccc;
    float: right;
}

.articleList .articleListRight{
    width: 480px;
    height: 500px;
    float: right;
    background-color: #fff;
}
.articleList .articleListRight ul{
    display: block;
}
.articleList .articleListRight ul li{
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url("/webPage/images/d.png") left center no-repeat;
}
.articleList .articleListRight ul li .at{
    display: block;
    height: 35px;
    line-height: 35px;
    width:400px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 18px;
}
.articleListRight a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.articleListRight a:hover{
    color: #14736b;
    text-decoration: none;
    font-size: 14px;
}
.articleList .articleListRight ul li span{
    display:block;
    width:58px;
    color:#ccc;
    float: right;
}
.articleList .articleListRight ol{
    display:block;
    width: 99%;
    margin:5px auto;
}
.articleList .articleListRight ol li{
    display: block;
    width:33.33333%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-indent: 40px;
}
.articleList .articleListRight ol li a{
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.wx {
    background: url("/webPage/images/wx.png") left center no-repeat;
}
.wxhover {
    background: url("/webPage/images/wxhover.png") left center no-repeat;
}
.wxhover a{
    color:#278b83;
}

.dh {
    background: url("/webPage/images/dh.png") left center no-repeat;
}
.dhhover {
    background: url("/webPage/images/dhhover.png") left center no-repeat;
}
.dhhover a{
    color:#278b83;
}

.mz {
    background: url("/webPage/images/mz.png") left center no-repeat;
}
.mzhover {
    background: url("/webPage/images/mzhover.png") left center no-repeat;
}
.mzhover a{
    color:#278b83;
}
.yb {
    background: url("/webPage/images/yb.png") left center no-repeat;
}
.ybhover {
    background: url("/webPage/images/ybhover.png") left center no-repeat;
}
.ybhover a{
    color:#278b83;
}

.zj {
    background: url("/webPage/images/zj.png") left center no-repeat;
}
.zjhover {
    background: url("/webPage/images/zjhover.png") left center no-repeat;
}
.zjhover a{
    color:#278b83;
}

.ks {
    background: url("/webPage/images/ks.png") left center no-repeat;
}
.kshover {
    background: url("/webPage/images/kshover.png") left center no-repeat;
}
.kshover a{
    color:#278b83;
}

.jg {
    background: url("/webPage/images/jg.png") left center no-repeat;
}
.jghover {
    background: url("/webPage/images/jghover.png") left center no-repeat;
}
.jghover a{
    color:#278b83;
}

.yw {
    background: url("/webPage/images/gk.png") left center no-repeat;
}
.ywhover {
    background: url("/webPage/images/gkhover.png") left center no-repeat;
}
.ywhover a{
    color:#278b83;
}
.doctorList{
    width:1200px;
    height:345px;
    margin:10px auto;
    overflow:hidden;
}
.doctorList ul{
    display:block;
    width:100%;
    height:345px;
}
.doctorList ul li {
    display:block;
    width:200px;
    height:345px;
    float:left;
    overflow:hidden;
}
.doctorList ul li img{
    display:block;
    margin:5px auto;
    border:1px solid #ccc;
    padding:5px;
    border-radius:2px;
    outline: 0px;
}
.doctorList ul li span{
    display:block;
    width:100%;
    text-align:center;

}
.marbox {
    clear:both;
    display:block;
    width:100%;
    height:345px;
    font-size:14px;
    border-radius:3px;
    overflow:hidden;
}
.marbox ul {
}
.marbox ul li {
    display:block;
    height:300px;
    width:180px;
    float:left;
    margin-top:5px;
}
.marbox ul li img {
    height:240px;
    width:160px;
    display:block;
    cursor:pointer;
}
.marbox ul li span {
    display:block;
    height:20px;
    line-height:20px;
    width:100%;
    overflow:hidden;
    text-align:center;
}
.marbox ul li span a {
    font-size:14px;
    color:#666;
    text-decoration:none;
}
.footer{
    display: block;
    border-top: 8px solid #278b83;
    font-size: 14px;
    height: 110px;
    color:white;
    background-color: #329c94;
    text-align: center;
    overflow: hidden;
}
.footer .footerRow{
    width:1200px;
    height: 110px;
    margin: 5px auto;
}
.footer p{
    margin: 5px;
}
.footer a{
    color:white;
    text-decoration: none;
}
.footer .footerLeft{
    display: block;;
    width:150px;
    height: 68px;
    float: left;
    text-align: right;
}
.footer .footerLeft img{
    border: 0px;
}
.footer .footerRight{
    width: 880px;
    height: 100px;
    float: left;
}

/*----------------------------Page Style Start------------------------*/
.pageimg{
    width:1200px;
    margin: 2px auto;
}
.pageContent{
    width:1200px;
    min-height: 688px;
    margin: 5px auto;
}
.pageContent .pageContentLeft{
    width:258px;
    min-height: 588px;
    border-right: 2px solid #278b83;
    float: left;
}
.pageContent .pageContentLeft h1{
    display: block;
    height: 65px;
    line-height: 65px;
    background-color: #278b83;
    text-align: center;
    font-size: 24px;
    color:white;
    letter-spacing: 5px;
}

.pageContent .pageContentLeft ul {
    display: block;
    width: 94%;
    margin: 0px auto;
}
.pageContent .pageContentLeft ul li {
    display: block;;
    width:100%;
    height: 55px;
    line-height: 55px;
    text-indent: 50px;
    border-bottom: 1px dotted #278b83;
}
.pageContent .pageContentLeft ul li {
    background-position-x: 10px;
}
.pageContent .pageContentLeft ul li a{
    font-weight: bold;
    text-decoration: none;
}

.pageContent .pageContentLeft ol{
    display: block;
    margin: 5px;
    width:100%;
}
.pageContent .pageContentLeft ol li{
    display: block;
    width:49%;
    float: left;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
}
.pageContent .pageContentLeft ol li a{
    color:#278b83;
    text-decoration: none;
}
.pageContent .pageContentLeft ol li a:hover{
    text-decoration: underline;
}
.pageContent .pageContentLeft ol{}

.pageContent .pageContentRight {
    display: block;
    width: 930px;
    min-height: 500px;
    float: right;
}
.pageContent .pageContentRight .pageTitle {
    border-bottom: 2px solid #278b83;
    height: 45px;
    overflow: hidden;
}
.pageContent .pageContentRight .pageTitle h2{
    font-weight: bold;
    width:200px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-indent: 2em;
    font-size: 20px;
    font-weight: bold;
    color:#278b83;
}
.pageContent .pageContentRight .pageTitle span{
    display: block;
    width:600px;
    float: right;
    line-height: 60px;
    text-align: right;
    color:#666666;
    margin-right: 10px;
}
.pageContent .pageContentRight ul{
    display: block;
    width:920px;
    margin:10px;
}
.pageContent .pageContentRight ul li{
    display: block;
    width:100%;
    height: 45px;
    line-height: 45px;
    background: url("/webPage/images/d.png") left center no-repeat;
    border-bottom: 1px dotted #5eb1aa;
}
.pageContent .pageContentRight ul li .at{
    width:800px;
    height: 45px;
    line-height: 45px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 20px;
}
.pageContent .pageContentRight ul li span{
    width: 100px;
    height: 45px;
    line-height: 45px;
    float: right;
    text-align: center;
    color:#666666;
    font-size: 14px;

}
.pageContent .pageContentRight ul li a{
    color:#333333;
    text-decoration: none;
}
.pageContent .pageContentRight ul li a:hover{
    color:#278b83;
}
.pageContent .pageContentRight ol{
    display: block;
    margin: 10px;
    width:100%;
}
.pageContent .pageContentRight ol li{
    display: block;
    width:168px;
    height: 280px;
    overflow: hidden;
    float: left;
    border: 1px solid #2f9f96;
    margin: 10px 5px;

    border-radius: 5px;
}
.pageContent .pageContentRight ol li img{
    display: block;
    width:150px;
    height: 225px;
    padding: 5px;
    margin: 0px auto;
    border-radius: 5px;
    outline: 0px;cursor: pointer;
    opacity: 0.9;
}
.pageContent .pageContentRight ol li:hover img{
    opacity: 1;
}
.pageContent .pageContentRight ol li span{
    display: block;
    width:90%;
    line-height: 20px;
    text-align: center;
    margin: 0px auto;

    font-size: 14px;
}
.pageContent .pageContentRight ol li b{
    display: block;
    width:90%;
    line-height: 20px;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
}
.pageContent .pageContentRight ol{}


.page {
    width:95%;
    margin:0px auto;
    height:65px;
    line-height:65px;
    text-align:right;
}
.page i {
    font-style:normal;
    padding:0px 4px;
}
.page span {
    padding:0px 15px;
    font-weight:bold;
}
.page a {
    padding:6px 20px;
    background-color:#278b83;
    margin-right:10px;
    border-radius:2px;
    color:#FFF;
    font-size:12px;
    text-decoration:none;
}
.page a:hover {
    background-color:#14716a;
}
.articleTitle{
    width:90%;
    margin:20px auto;
}
.pageContent .articleTitle {
    display: block;
    width: 94%;
    margin:10px auto;
}
.pageContent .articleTitle h1{
    display: block;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin: 20px auto;
}
.pageContent .articleTitle span{
    display: block;
    width: 80%;
    margin: 5px auto;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    color:#666666;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.pageContent .articleContent{
    width:98%;
    margin:5px auto;
    line-height: 30px;
    font-family: ËÎÌå;
    font-size: 16px;
    text-indent: 2em;
}
.pageContent .articleContent p{
    margin: 20px auto;
}
.pageContent .articleContent img{
    max-width:94%;
}
/*----------------------------Page Style End------------------------*/
.ptRight{
    width:80px;
    height: 212px;
    background: red;
    position: fixed;
    bottom: 128px;
    right: 20px;
    background: white;
}
.ptRight ul{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.ptRight ul li{
    display: block;
    width:80px;
    height: 71px;
}