﻿body,table,select,input,textarea,button{
	font-family:微软雅黑,宋体,Verdana,Arial;font-size:13px; COLOR:#333333;

 
 SCROLLBAR-FACE-COLOR: #333333;   /* 滚动条和上下按钮的颜色*/
SCROLLBAR-ARROW-COLOR:  #E90013;         /* 上下箭头色*/
SCROLLBAR-TRACK-COLOR: #666666;   /* 滚动条背景色*/

SCROLLBAR-HIGHLIGHT-COLOR: #999999;  /* 左上内边颜色*/
SCROLLBAR-3DLIGHT-COLOR:#666666 ;   /* 左上边外颜色，可以和滚动条背景色一致*/

SCROLLBAR-SHADOW-COLOR: #999999;  /* 右下内边颜色*/
SCROLLBAR-DARKSHADOW-COLOR:#666666 ;   /* 右下外边颜色，可以和滚动条背景色一致*/
}

select,input,textarea,button{outline:none;}



.small{  /* 英文字体*/
        font-size:11px;
		font-family:Verdana;
}

.big{  /* 大字体*/
        font-size:16px;
}

.color1{     /* 黑色字*/
	COLOR: #000000;
}
.color2{    /* 白色字*/
	COLOR: #ffffff;
}
.color3{    /* 血红字*/
	COLOR: #DC5E0B;
}
.color4{    /* 灰色字*/
	COLOR: #999999;
}

.font1{      /* 灰色边框文字样式，用font标签调用，圆角*/
COLOR:#333333;
border:1px #CCCCCC solid;
background-color:transparent;
border-radius:0px;   /* 圆角，不兼容IE*/
padding-top:1px;
padding-bottom:1px;
padding-right:5px;
padding-left:5px;
}

.font2{      /* 红色背景文字样式，用font标签调用，圆角*/
COLOR:#ffffff;
border:1px #F71C00 solid;
background-color:#F71C00;
border-radius:0px;   /* 圆角，不兼容IE*/
padding-top:1px;
padding-bottom:1px;
padding-right:5px;
padding-left:5px;
}





/* 背景水平排列，必须用class=""，不能用style=""，否则会造成不兼容ff或google浏览器*/
.x{background-repeat:repeat-x;}

/* 背景位于底部，必须用class=""，不能用style=""，否则会造成不兼容ff或google浏览器*/
.b{background-repeat: no-repeat;background-position: bottom center;}

/* 背景顶部居中，必须用class=""，不能用style=""，否则会造成不兼容ff或google浏览器 ，也可以绝对居中 background-position: center center*/
.center{background-repeat: no-repeat;background-position: top center;}

/* 投影文字,color为影子颜色，主颜色随当前颜色*/
.fontX{
FILTER: dropshadow(color=#ffffff, offx=1, offy=1, positive=1);  width:100%; 
}
.text{
line-height:24pt;
}

.text2{
line-height:24pt;
text-indent:24px;
}

A:link,A:visited {   /* 默认链接颜色*/
	COLOR: #333333; TEXT-DECORATION: none;
}

A:hover,A:active {
	 COLOR:#B90606; TEXT-DECORATION: underline;
}


.a2 A:link,.a2 A:visited {   /* 第二链接样式，需要在父级标签加入 class="a2"*/
	COLOR: #ffffff; TEXT-DECORATION: none;
}

.a2 A:hover,.a2 A:active {
	 COLOR:#ffffff; TEXT-DECORATION: ffffff;
}




.editbox0{  /* 透明输入文本，用了他以后，可以任意伪装输入文本样式，兼用firefox浏览器*/
background-color: transparent;
border-width: 0px;
height:26px;
line-height:26px;   /* 等于height的值，让输入文本垂直居中*/
}

.editbox1{  
border:1px #d2d2d2 solid;
height:26px;
line-height:26px;   /* 等于height的值，让输入文本垂直居中*/
}


button {   /* 按钮综合样式*/
  display: inline-block;
  position: relative; /** 相对布局 **/
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  /* DELETE WHEN WIDTH AUTO */
}


/* 空心按钮*/
.button1{   
border:1px #cccccc solid;
color:#999999;
background-color:transparent;    /* transparent为透明*/
}

.button1:hover{ 
border:1px #DC5E0B solid;
color:#ffffff;
background-color:#DC5E0B;
}
 
.button1:active{ 
border:1px #DC5E0B solid;
color:#000000;
background-color:#DC5E0B;
top: 1px; /**向下偏移2px **/

}

/* 实心按钮*/
.button2{ 
border:1px #243644 solid;
color:#ffffff;
background-color:#243644;
}

.button2:hover{ 
border:1px #DC5E0B solid;
color:#000000;
background-color:#DC5E0B;
}

.button2:active{ 
border:1px #DC5E0B solid;
color:#000000;
background-color:#DC5E0B;
top: 1px; /**向下偏移2px **/

}


/* 实心按钮2，用于微信联系按钮*/
.button22{ 
border:1px #44C678 solid;
color:#ffffff;
background-color:#44C678;
}

.button22:hover{ 
border:1px #000000 solid;
color:#ffffff;
background-color:#000000;
}

.button22:active{ 
border:1px #44C678 solid;
color:#ffffff;
background-color:#44C678;
top: 1px; /**向下偏移2px **/

}


/* 无边框按钮*/
.button3{   
border:0px #999999 solid;
color:#999999;
background-color:transparent;    /* transparent为透明*/
}

.button3:hover{ 
border:0px #cccccc solid;
color:#ffffff;
background-color:#cccccc;

}
 
.button3:active{ 
border:0px #cccccc solid;
color:#000000;
background-color:#cccccc;
top: 1px; /**向下偏移2px **/

}




/* 底部悬浮样式*/
.bottomAD {
-webkit-box-sizing: border-box;
position: fixed;
bottom: 0;
left: 0;
z-index: 1000;
overflow: hidden;
width: 100%;
 }
    
    
.topAD {
-webkit-box-sizing: border-box;
position: fixed;
top: 0px;
left: 0px;
z-index: 1000;
overflow: hidden;
width: 100%;
  }  

.imgBox {  /* 鼠标悬浮，图片放大*/

	overflow:hidden;
}
.imgBox img {    /* 鼠标悬浮，图片放大*/

	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox img:hover {
	transform:scale(1.2);
}
