@charset "utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {  margin: 0;  padding: 0;  border: 0; vertical-align: baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {  display: block}html {  font-family: "Microsoft YaHei",
  "微软雅黑", "宋体";}
  body { font-family: "Microsoft YaHei", "宋体";  font-size: 4vw;}ol,ul {  list-style: none}blockquote,q {  quotes: none}blockquote:before,blockquote:after,q:before,q:after {  content: '';  content: none}table {  border-collapse: collapse;  border-spacing: 0}a {  text-decoration: none;  outline: none;  color: #333}img,fieldset {  border: 0;}input,textarea,img {  vertical-align: middle;}:focus {  outline: none;}/* webkit hack */textarea {  overflow: auto;  vertical-align: top;}.clear {  clear: both;  float: none;  height: 0;  margin: 0;  padding: 0;}.hide {  display: none;}.show {  display: block;}.inline {  display: inline;}.clearfix:after {  content: '';  display: block;  float: none;  clear: both;}.clearfix {  zoom: 1;}
body {
  color: #000;
  background: #efefef;
}
.none {display: none;}
a {color: #333;}
a {
  cursor: pointer;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  outline:none;
  background: none;
  text-decoration: none;
}
a img:hover {
  opacity:0.8;
}
.gg_carousel a img:hover {
  opacity: 1;
}
.white {
  background: #fff;
}
.w-1000 {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.f-read {
  color: #f00;
}
.f-green {
  color: green;
}
.f-blue {
  color: blue;
}
.f-deep-red {
  color: darkred;
}