html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: 400;}
small{font-size:100%;font-weight: normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/24px "Microsoft YaHei",arial,sans-serif,\5b8b\4f53;color:#333;outline:0;}
html{background:#FFF;}
body{background:#FFF;width:100%;margin:0 auto!important;min-width:1200px;overflow:hidden!important;  }
/*a,a:hover{color:#333;-webkit-transition: all 400ms;transition: all 400ms;}*/
/*a:hover{color:#303860;}*/
img{display:block; border:0 none;}
p{text-align: justify;}

html{
     overflow-x: hidden;
}
strong{
    display: block;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
}


.auto{
     width: 1200px;
     margin: 0 auto;
     position: relative;
}


input,button{
    border: none;
    background-color: transparent;
}
input[type="checkbox"]{vertical-align: -2px;margin-right: 4px;}

/*占位符*/

input::-webkit-input-placeholder {  color: #adaeae; }
input:-moz-placeholder {  color: #adaeae; }
input::-moz-placeholder {  color: #adaeae; }
input:-ms-input-placeholder {  color: #adaeae; }

textarea::-webkit-input-placeholder {  color: #adaeae; }
textarea:-moz-placeholder {  color: #adaeae; }
textarea::-moz-placeholder {  color: #adaeae; }
textarea:-ms-input-placeholder {  color: #adaeae; }


/*滚动条样式*/
::-webkit-scrollbar {
     width: 8px;
}
::-webkit-scrollbar-thumb {
     border-radius: 3px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #7d7d7d;
}
::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
     border-radius: 0;
    background-color: #f0f0f0;
}

body::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    /*background-color:rgba(210, 210, 210, 0.48);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
body::-webkit-scrollbar-thumb{
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    /*background-color:rgba(210, 210, 210, 0.48);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
::-webkit-scrollbar-thumb{
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

#index_slider .bd ul {
    overflow: hidden;
}


/* ==>>  z-hoverBorder #悬停边框  */
.z-wrapBoxLine {
    text-decoration:none;
    position:relative;
}
.z-wrapBoxLine:after {
    content:'';
    display:block;
    position:absolute;
}
.z-wrapBoxLine:before {
    content:'';
    display:block;
    position:absolute;
}
.z-wrapBoxLine {
    border:0;
}
.z-wrapBoxLine:after,.z-wrapBoxLine:before {
    box-sizing:border-box;
    border:1px solid transparent;
    width:0;
    height:0;
}
.z-wrapBoxLine:after {
    top:0;
    left:0;
    -webkit-transition:border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
    transition:border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
}
.z-wrapBoxLine:before {
    bottom:0;
    right:0;
    -webkit-transition:border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
    transition:border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
}
.z-wrapBoxLine:hover:after,.z-wrapBoxLine:hover:before {
    width:100%;
    height:100%;
}
.z-wrapBoxLine:hover:after {
    border-top-color:#dab25b;
    border-right-color:#dab25b;
    -webkit-transition:width 0.2s ease-out,height 0.2s ease-out 0.2s;
    transition:width 0.2s ease-out,height 0.2s ease-out 0.2s;
}
.z-wrapBoxLine:hover:before {
    border-bottom-color:#dab25b;
    border-left-color:#dab25b;
    -webkit-transition:border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
    transition:border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
}


