@@charset "utf-8";
/*重置默认样式*/
/*---------------------base reset--------------------------*/
/*使其容器如DIV的内容自动换行*/
*{word-wrap: break-word; word-break:break-all;}

/*去掉内外边距-内外边距通常让各个浏览器样式的表现位置不同*/ 
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{
	margin:0;padding:0
}

/*去掉列表标签的默认样式*/
ul,ol,dl{list-style-type:none}

/*防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */  
html{
	-webkit-text-size-adjust:100%; /*禁用Webkit内核浏览器的文字大小调整功能，默认是auto；*/
	-ms-text-size-adjust:100%; /*禁用IE内核浏览器的文字大小调整功能，默认是auto；*/
	font-family: sans-serif; /* 1 */
  	-webkit-font-smoothing: antialiased;
    width:100%; 
    height:auto;
    background:#fff;
}


address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{
  font-family:"宋体","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
  font-size:14px;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased
}
body{
  font-family:"Microsoft Yahei";
  font-size:14px;
  color:#768991;
  width:100%; 
  height:auto;
  background:#fff;
}
hr{
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none; color:#768991; cursor:pointer;}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none; text-decoration:none;}
:focus{outline:none}
sub,sup{vertical-align:baseline}

a, li, span, p{transition:all 0.2s linear 0s; list-style:none;}

/*img自适应*/
.img-responsive{display:block; max-width:100%; height:auto;}

/*IE下a:hover 背景闪烁*/
html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

img{border:none;}

/*图片居右*/
.alignleft {
      display: inline;
      float: left;
}
.alignright {
      display: inline;
      float: right;
}
.aligncenter {
      clear: both;
      display: block;
      margin:auto;
} 

/*---------------------HTML5 reset--------------------------*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
svg:not(:root) {overflow: hidden}


input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}

/* HTML5 媒体文件跟 img 保持一致 */  
audio,canvas,video {  
    display: inline-block;*display: inline;*zoom: 1;  
} 

/*HTML5新模块元素在IE8、9版本浏览器中没有被定义默认样式。为解决该问题，给下列元素添加“block”显示属性*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display: block;}

/*浮动*/
.fl{float:left; display:block;}
.fr{float:right; display:block;}

/*清除浮动*/
.clearfix{*zoom:1;} /*解决ie6/7下面的浮动塌陷问题*/
.clearfix:before,.clearfix:after{display:table; line-height:0; content:"";} /*display:table;解决其他下面的浮动塌陷问题,line-height是将添加的内容高度设为0；*/
.clearfix:after{clear:both;}/*清楚浮动*/

/*手机端浮动*/
.flex{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}

.oneLine{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.mt2{margin-top:.2rem;}
.mt4{margin-top:.4rem;}

.container{width:96%; margin:.4rem auto 0;}

/* #12465a */


/*header*/
header{width:100%; height:.7rem; padding:0.1rem 0; background:#fff; position:relative;}
header .logo{display:block; margin-left:.2rem;}
header .logo img{display:block; height:38px; width:auto; margin-top:.06rem;}
header .Menu .btn{display:block; float:right;  width:.6rem; height:.52rem; background:#12465a; border-radius:5px; margin:.1rem .2rem 0 0;}
header .Menu .btn img{display:block; width:60%; height:auto; margin:.07rem auto;}
header .Menu .side_nav{display:none; width:100%; height:auto; position:absolute; top:.5rem; left:0; }
header .Menu .side_nav ul{position:relative; z-index:19; background:#333;}
header .Menu .side_nav li{width:100%; padding:.16rem 0; }
header .Menu .side_nav li:last-child{border-bottom:none;}
header .Menu .side_nav li a{display:block; width:100%; height:.36rem; line-height:.36rem; font-size:.24rem; color:#eee; 
    text-align:center; margin:auto;}
header .Menu .side_nav .bg09{position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.4); z-index:18;}
header .Menu li .nav_son{display:none;}
header .Menu li .nav_son a{display:block; width:100%; font-size:.22rem;}
header .Menu li:hover .nav_son{display:block;}
/*banner*/
.Banner{width:100%;}
.Banner img{width: 100%; height: 3rem;}
.Banner .swiper-pagination-bullet {width:12px; height:12px; display: inline-block; 
  border-radius: 100%; background:#fff; opacity:.8;}
.Banner .swiper-pagination-bullet-active {background:#C7A973;}


/*footer*/
footer{width:100%; background:#0D3546;}
footer .Flinks{padding:.1rem 0;}
footer .Flinks .sp00{float:left; width:30%; height:.4rem; line-height:.4rem; color:#fff; font-size:.25rem; text-align:center;}
footer .Flinks .links{float:left; width:67%; margin-left:3%;}
footer .Flinks .links a{float:left; display:block; padding:0 .08rem; color:#fff; line-height:.4rem;}
footer .mg{display:block; width:170px; height:38px; margin:.2rem auto 0;}
footer .ft-nav{width:100%; margin-top:.4rem; text-align:center;}
footer .ft-nav a{display:inline-block; width:33%; line-height:.6rem;}
footer .banq{width:96%; padding:.2rem 2%; border-top:1px solid #768991; margin-top:.2rem;}
footer .banq p{margin-bottom:.2rem;}

/*side*/
.side{position:fixed; right:.2rem; bottom:10%; z-index:9;}
.side .Go_top{display:block; width:.5rem; height:.5rem; border-radius:4px; background:#333; 
    color:#fff; font-size:.32rem; font-family:"宋体"; transform:rotate(90deg); text-align:center; 
    line-height:.5rem; }




@media (max-width:560px){ html{font-size:500%} }

@media (max-width:460px){ html{font-size:400%} }


@media (max-width:360px){ html{font-size:350%} }

@media (min-width:307px){ 
    
 }


