﻿@charset "utf-8";

/* 初始化 */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;	padding: 0;}

img, fieldset {border: 0;}

/* set image max width to 100% */
img {max-width: 100%;height: auto;width: auto\9;} /* \9 在IE6/IE7/IE8/IE9/IE10下生效 */
@font-face {
      font-family: 'caviar_dreamsregular';
      src: url(../fonts/CaviarDreams-webfont.ttf) format('truetype');
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* disable webkit text size adjust (for iPhone) */
html {
	-webkit-text-size-adjust: none;
}

input[type=search] {-webkit-appearance: none;outline: none;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {display: none;}
/* 全局CSS定义 */
body{font-family:Microsoft YaHei,Arial,Helvetica,sans-serif;background:none;text-align:center;margin:0 auto;padding:0;font-size:100%;color:#000;overflow:hidden;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;}
ul,ol,li{list-style:none;}

/* 默认链接颜色 */
a{outline-style:none; color:#000;text-decoration:none}
a:hover{color:#000;text-decoration:underline;}

/* 通用属性 */
.clear{clear:both;}
/* top */
.loc_top{width:100%; height: auto; color:#48b1e8; }
.swiper{width:100%;height: auto;  margin: 0  auto; }
.swiper img {}
.leftda { float: left;  padding-left:10px; width:10.5%;}
.titled { width:23%;margin:0 auto;}

.lists { width:100%; height:auto;  border-bottom:2px solid #d0ebf9;  }
.lists img { width:100%;}
.rightd { float:right; position: relative;   }
.leftd { float: left; padding:0 0 0 6px; }

img { float:left;width:100%;height:auto}