﻿
@charset "utf-8";
/* 第一部分总体布局样式 */
#web{
	margin: auto;
	padding: 0px;
	width: 980px;
	
	
	}
#head{
	width: 980px;
}
#main{
}
#foot{
}
/* 公共样式*/

body {
	font-family: "新宋体";
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	font-family: "新宋体";
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: "新宋体";
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "新宋体";
	font-size: 12px;
	font-style: normal;
	color: #FFCC33;
	text-decoration: underline;
}
a.link1:link {
	font-family: "新宋体";
	font-size: 15px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
a.link1:visited {
	font-family: "新宋体";
	font-size: 15px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
a.link1:hover {
	font-family: "新宋体";
	font-size: 15px;
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.link2:link {
	font-family: "新宋体";
	font-size: 14px;
	font-style: normal;
	color: #feef00;
	text-decoration: none;
	font-weight: bold;
}
a.link2:visited {
	font-family: "新宋体";
	font-size: 14px;
	font-style: normal;
	color: #feef00;
	text-decoration: none;
	font-weight: bold;
}
a.link2:hover {
	font-family: "新宋体";
	font-size: 14px;
	font-style: normal;
	color: #feef00;
	text-decoration: underline;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.both{
	clear: both;
}
/*定义具体的*/

.font14 {
	font-size: 15px;
	font-weight: bold;
	}/*字体*/
	
.f14 {
	font-size: 14px;
		}
.f15 {
	font-size: 15px;
		}
.f16 {
	font-size: 16px;
		}		
.f17 {
	font-size: 17px;
		}	
.font12 {
	font-size: 12px;
	font-weight: normal;
}	
.font15 {
	font-size: 16px;
	font-weight: bold;
}
/*链接*/
a.link1:link {
	color: #333333;
}
a.visited2:visited {
	color: #333333;
	text-decoration: underline;
}
a.hover3:hover {
	color: #FF0000;
	text-decoration: underline;
}/*链接*/

/*字体颜色*/
.forange {
	color: #ff6600;/*左上角*/
	
}
.fwhite {
	color: #ffffff;/*左上角*/
	
}
.fyellow {
	color: #feef00;/*左上角*/
	
}
.fred {
	color: #ff0000;/*左上角*/
	font-weight: bold;	
}
.flue1 {
	color: #3365de;/*蓝色条栏目的颜色*/
}

.flue2 {
	color: #4167ce;/*名师图片上方的蓝色*/
}
.flue3 {
	color: #3e66cd;/*名师图片上方的蓝色*/
}
.flue3 {
	color: #f7f7ff;/*名师图片下边的蓝色条*/
}
/*背景颜色*/
.borange1{
	background-color: #ff6600;
	}
.bwhite{
	background-color:#FFFFFF;
	}
.blue1{background-color:#2d43ea
}

.blue2 {
	background-color: #3b5bcc;
}
.blue4 {
	background-color: #3e66cd;
}
.blue3 {
	background-color: #f7f7ff;/*名师图片下边的蓝色条*/
}
.blue2 {
	background-color: #f7f7ff;
}
.byellow {
	background-color: #feef00;
}
.bimg1 {
	background-image: url(site/bimg-35.gif);
}
.bimg2 {
	background-image: url(site/bimg-36.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.bimg3{
	background-image: url(site/bimg-38.gif);
}
.bimg4{
	background-image: url(site/bimg-26.gif);
}
.bimg5{
	background-image: url(site/bimg-34.gif);
}
.bimg41{
	background-image: url(site/bimg-41.gif);
}

/*填充和边界*/
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.m3 {
	margin:3px;
}
.mt8 {
	margin-top: 8px;
}
.mt5 {
	margin-top: 5px;
}
.mt2 {
	margin-top: 2px;
}
.mt4 {
	margin-top: 4px;
}
.mt25{
	margin-top:25px;
}
.m2l {
	margin-right: 2px;
}
.ml80 {
		margin-left: 80px;
}
.mr80 {
		margin-right: 80px;
}
.m2r {
		margin-left: 2px;
}
.p5 {
	padding: 5px;
	}
.p10 {
	padding: 10px;
	}

.p20{padding:20px;
}
.pl60 {
	padding-left: 60px;
}
.pl10 {
	padding-left: 10px;
}
.pt20 {
	padding-top: 20px;
}		
/*DIV的宽度*/
.w30 {width:30px
}
.w38 {width:38px
}
.w43 {width:43px
}

.w50 {width:50px
}
.w80 {width:80px
}
.w93 {width:93px
}
.w150 {
	width:165px;
}
.w165 {
	width:165px;
}
.w180 {
	width:180px;
}
.w187 {
	width:187px;
}
.w193 {
	width:190px;
}
.w815{
	width:815px;
}
.w232{
	width: 232px;
}
.w645{
	width: 645px;
}
.w244{
	width: 244px;
}
.w120{
	width: 120px;
}
.w114{
	width: 114px;
}
.w373{width:373px
}
.w375{width:375px
}
.w230{width:230px
}
.w750{width:750px
}
.w105{width:105px
}
.w602{width:602px
}
.w642{width:642px
}
.w800{width:800px
}
.w980{width:980px
}
.w243{width:243px
}
.w183{width:183px
}
.w3{width:3px
}
.w4{width:4px
}
.w1{width:1px
}
.w488{width:488px
}
.w242{width:242px
}
.w235{width:235px
}
.w245{width:245px
}
.w244{width:244px
}
.w805{width:805px
}
.w970{width:970px
}
.w118{width:118px
}
.w741{width:741px
}
.w862{width:862px
}
.w842{width:842px
}
.w960{width:960px
}
/*DIV的高度*/
.h26 {
	height:26px;
}
.h30{height:30px;
}
.h285{height:285px;
}
.h8{height:8px;
}
.h57{height:57px;
}
.h72{height:72px;
}
.h60{height:60px;
}
.h65{height:65px;
}
.h38{height:38px;
}
.h15{height:15px;
}
.h118{height:118px;
}
.h51 {
	height: 51px;
}
.h380 {
	height: 380px;
}
.h156 {
	height:156px;
}
.h175 {
	height:175px;
}
.h135 {
	height:135px;
}
.h330 {
	height:330px;
}
.h160 {
	height:160px;
}
.h172 {
	height:172px;
}
.h12{
	height:12px;
}
.h308{
	height:308px;
}
.h350{
	height:350px;
}
.h288{
	height:288px;
}
.h97{
	height:97px;
}
.lx {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3e1fc;
}

a.aaa:link {
	font-family: "新宋体";
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
a.aaa:visited {
	font-family: "新宋体";
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
a.aaa:hover {
	font-family: "新宋体";
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.boder2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

