﻿@charset "UTF-8";
/*初始化css*/
html{font-size: 100px !important;}em{font-style:normal;}
body{font-size:0.16rem;}
p,div,span{cursor: default;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;outline:none!important;}
a:hover{color:#355e92;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}
.more a{color: #999;}
a:hover{color:#1c5bb8;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
.bg-fff{background-color: #fff;}

/*通用元件*/
.wrap{width: 12rem;margin: 0 auto;}

/*栏目页页面*/
.column-page{margin-top:0.2rem;}
.column-page>div{background: #fff;padding: 30px;padding-top: 0;}

.web-site{min-height:5rem;padding-top:0.3rem;}
.web-site h3{line-height: 0.36rem;height: 0.36rem;border-bottom: 1px solid #009;}
.web-site h3 a{font-size: 0.18rem;color:#1c5bb8;font-weight: normal;}
.web-site ul{margin-top:0.3rem}
.web-site ul:first-child{margin-top:0;}
.web-site ul li{line-height:0.4rem;font-size: 0.16rem;border:1px solid #ccc;padding:0 0.2rem;}
.web-site ul li.left-web{background: #e9e9e9;width: 1.5rem;text-align: center;border-right: 0;padding:0;}
.right-web a{padding:0 20px;}
.right-web{width: 9.9rem;}
.every-box{margin-top: 0.3rem;}
.every-box:first-child{margin-top: 0}

/*当前位置开始*/
.current-position{background: #fff;}
.current-position>div{background: url(current-position.png) no-repeat 3px center;padding-left: 0.25rem;height:0.4rem;line-height: 0.4rem;}
.current-position div,.current-position div a{color: #454545;font-size: 0.14rem;}
.current-position div a:hover{color: #00479d;}
.width1200{width:12rem;margin:0 auto;}
/*当前位置结束*/
