          /*tab样式*/
            .tab .nav-tabs {
            	border-bottom: 0 none;
            	
            }
            .tab .nav-tabs li a {
            	background: transparent;
            	border-radius: 0;
            	font-family: "黑体";
            	font-size: 16px;
            	border: none;
            	color: #333;
            	padding: 0px 22px;
            	text-align: center;
            	background-color: #F5F5F5;
            	
            }
            
            .tab .nav-tabs li.active a,
            .tab .nav-tabs li.active a i {
            	border: 0 none;
            	background: #8D2A25;
            	color: #fff;
            }
            
            .tab .nav-tabs li.active a:after {
            	content: "";
            	position: absolute;
            	left: 45%;
            	bottom: -14px;
            	/*border: 7px solid transparent;
            	border-top: 7px solid #e67e22;*/
            }
            
            .tab .tab-content {
            	padding:0px 5px;
            	color: #5a5c5d;
            	font-size: 14px;
            	font-family: "黑体";
            	line-height: 20px;
            	/*margin-top: 5px;*/
            	/*border-bottom: 1px solid #e67e22;*/
            }
            
            @media only screen and (max-width: 480px) {
            	.tab .nav-tabs,
            	.tab .nav-tabs li {
            		background: transparent;
            	}
            	.tab .nav-tabs li.active a {
            		/*border-radius: 10px 10px 0 0;*/
            	}
            	.tab .nav-tabs li:first-child a {
            		border-bottom-left-radius: 0;
            	}
            	.tab .nav-tabs li a {
            		margin-bottom: 10px;
            		border: 1px solid lightgray;
            	}
            	.tab .nav-tabs li.active a:after {
            		border: none;
            	}
            }
            
            .vertical-tab {
            	width: 230px;
            	height: 100%;
            	float: left;
            	overflow: hidden;
            }
            
            .vertical-tab li {
            	text-align: center;
            	background-color: #F5F5F5;
            	color: #555555;
            	margin-top: 5px;
            	font-size: 16px;
            	font-family: "黑体";
            	height: 70px;
            	line-height:70px;
            	border: none;
            }
            
            
            .vertical-tab>li.active>a,
            .vertical-tab>li.active>a:focus,
            .vertical-tab>li.active>a:hover {
            	color: #FFFFFF;
            	/*border-width: 1px 0px 1px 1px;*/
            	background-color: #8D2A25;
            	/*border-right: 1px solid #ffffff;*/
            	/*z-index: 2;*/
            }
            
            .vertical-tab>li>a {
            	height: 70px;
            	line-height:70px;
            	color: #555555;
            	text-align: center;
            	padding: 5px 0;
            	border: none;
            	background-color: #F5F5F5;
            	/*border-radius: 4px 0px 0px 4px;*/
            }
            
            .vertical-tab-content {
            	float: left;
            	width: 79%;
            	height: 100%;
            	padding: 5px;
            	margin-top: 5px;
            	margin-left: -1px;
            	margin-bottom: 2px;
            	border-radius: 4px 4px 4px 4px;
/*            	border: solid 1px #ccc;
*/            	color: #666;
            }
            
           /* .send {
            	position: relative;
            	width: 90%;
            	background: #FFFFFF;
            	-webkit-border-radius: 5px;
            	-moz-border-radius: 5px;
            	border-radius: 5px;
            	/* 圆角 
            	border: 1px solid #ccc;
            }
            
            .tag {
            	width: 300px;
            	min-height: 30px;
            	border: 1px solid #ccc;
            	position: relative;
            	padding: 10px;
            	background-color: #ccc;
            	border-radius: 4px;
            	margin-left: 30px;
            	-moz-box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
            	-webkit-box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
            	box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
            }
            
            .tag:before,
            .tag:after {
            	position: absolute;
            	content: "\00a0";
            	width: 0px;
            	height: 0px;
            	border-width: 8px 18px 8px 0;
            	border-style: solid;
            	border-color: transparent #CCC transparent transparent;
            	top: 5px;
            	left: -18px;
            }
            
            .tag:after {
            	bottom: -33px;
            	border-color: #FFF transparent transparent;
            }*/
           
           
            /*大标题*/
           .titlebig{
           	position:absolute;
           	z-index: 1;
           	left: 0;
           	bottom: 0;
           	width: 100%;
           	color: #fff;
           	background-color: #F5F5F5;
           	height: 70px;
           	line-height: 70px;
           	overflow: hidden;
           	padding-bottom: -2px;
           }
            .titlebig ul{
            	text-align: center;
            	width: 232px;
            	color:#000000 ;
            	margin-top:0px;
            }
           .titlebig ul li{
           	float: left;
           	list-style:none;
           	padding: 0 10px;
           	font-size: 20px;
           	font-family: "黑体";
           }
            .titlebig li a{
            	text-align: center;
            	text-decoration: none;
            	color: #555555;
            	height: 70px;
            	line-height:70px;
           }
           /*未完成
            */
           .titlebig ul li.active {
           	color: #8D2A25;
           	border-bottom: 4px solid #8D2A25;
           	height: 70px;
            line-height:70px;
          	}
           .titlebig>ul>li.active>a:focus,
           .titlebig>ul>li.active>a:hover {
           	color: #8D2A25;
           }
           #w{
           	width: 100%;
           		height: 70px;
           }
           #w ul{
           	margin-left: 18% ;
           	height: 70px;
           
           }
          #w ul li a{
          	text-align: center;
          	height: 70px;
          	line-height: 70px;
          }
          #p p span{
          	padding-right: 80px;
          }
          /*页面样式*/
          .picfont{
          	position:relative;
          }
          .serverpaddingtop{
          	margin-top: -24px;
          }

												