﻿/*左边菜单样式*/
a{ text-decoration:none;}
a:focus { outline:none; -moz-outline:none;}
a:visited { outline:none; -moz-outline:none;}
a:hover { outline:none; -moz-outline:none;}
a:active{ outline:none; -moz-outline:none;}
dd{ text-decoration:none;}
dd:focus { outline:none; -moz-outline:none;}
dd:visited { outline:none; -moz-outline:none;}
dd:hover { outline:none; -moz-outline:none;}
dd:active{ outline:none; -moz-outline:none;}
.clear{ clear: both;}
#myservice{ overflow: hidden; position: relative; height: 664px;}
.ylLeftMenu{ width: 198px;  background: #ededed; position: absolute;
    top:0; left: 0;bottom: 0; border: 1px solid #d9d9d9;}
.ylRightCon{ width: 916px;  position: absolute; top:0; right: 0;bottom: 0; background: #fff; padding-top: 30px; border: 1px solid #d9d9d9; border-left: none;}

.ylLeftMenu .list{ text-indent: 45px;}
.ylLeftMenu .list dt{ font-size: 22px;color: #4c4c4c; background: url("../images/ser_icon.png") no-repeat 15px center; line-height: 60px; height: 60px;}

.ylLeftMenu .list dd{ font-size: 16px;color: #4c4c4c; height: 43px; line-height: 43px; }
.ylLeftMenu .list dd a{ display: block;border-left: 5px solid #ededed;}
.ylLeftMenu .list dd.on a{color: #b31c22; background: #fff; border-left: 5px solid #b31c22; cursor: pointer;border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;}
.ylLeftMenu .list dd:hover a{color: #b31c22; background: #fff; border-left: 5px solid #b31c22;cursor: pointer;}


.ylRightCon .con-bottom {
    width: 855px;
    margin: 0 30px;
}
.ylRightCon .con-bottom h1{  border-bottom:2px solid #d9d9d9; }
.ylRightCon .con-bottom h1 p{font-size: 18px; color: #b31c22;border-left: 3px solid #b31c22; text-indent: 10px; line-height: 30px; margin:5px 0;display: inline-block;}


.ylRightCon .table{ display: none;}

.ylRightCon .switBox{overflow: hidden;border-left:1px solid #d9d9d9; margin-bottom: 15px;}
.ylRightCon .switBox span{ display: block;float: left; font-size: 18px; text-align: center; line-height: 30px; border: 1px solid #d9d9d9; border-left: none; padding: 0 10px; cursor: pointer; color: #4c4c4c; background: #ededed; }
.ylRightCon .table.m-on{ display: block;}
.ylRightCon .switBox span.m-on{ color: #b31c22; background:#fff;}
