﻿/*************************************
Author: Haibo GU Ghbjy1128@Gmail.com
Development by: Chinasky.net
Last updated: 07/2/18
*************************************/
 
@import url("index.css");       /*  首页样式    */
@import url("main.css");        /*  内页样式    */

*{padding:0; margin:0;}

a{text-decoration:none; color:#898A8B;}
a:hover{color:#FF5716;}
img,a img{border:0;}
ul, li, dl, dt, dd{list-style:none;}
.both{
	clear:both;
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.font{font-size:10px; font-family:verdane,Arial,Helvetica, sans-serif;color:#898A8B;}

body{font-family:Verdana; font-size:12px;color:#666; background:#fff; }
/* 整体样式 END */
