﻿@charset "utf-8";
/* CSS Document */
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,small{font-size:100%;}
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;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.14 "Microsoft Yahei",\5b8b\4f53;outline:0;} 
a,span{color:#00a1c8;}
 
/*滚动条*/
::-webkit-scrollbar{width: 5px;height:5px;background-color: #001a2d;}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px; background-color:#001a2d;}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color:#00a1c8;}


/*input输入提示文字颜色*/
input::-webkit-input-placeholder {color:#004769;}
input:-moz-placeholder{color:#004769;opacity:1;}
input::-moz-placeholder{color:#004769;opacity:1;}
input:-ms-input-placeholder{color:#004769;}
input{color:#00a1c8}

.clearfix:after,.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}

/*伪元素是行内元素 正常浏览器清除浮动方法*/;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
.clearfix_a:after{content: "";display: block;height: 0;clear:both;visibility: hidden;}
.clearfix_a{*zoom:1}

.bg{background:rgba(0,75,110,0.6);}
.bgcolor_1{background:#191d22}
.bgcolor_2{background:#262b30}
.bgcolor_3{background:#1f2429}
.bgcolor_4{background:#373e46}

.min_h_200{min-height: 200px;}
.min_h_768{min-height: 768px;}
.min_h_460{min-height: 460px;}
.min_h_580{min-height: 580px;}
.min_h_605{min-height: 605px;}
.min_h_625{min-height: 625px;}
.min_h_670{min-height: 670px;}
.min_h_640{min-height: 640px;}
.min_h_645{min-height: 645px;}
.min_h_690{min-height: 690px;}
.min_h_735{min-height: 735px;}

.mp_0{margin:0; padding:0;}
.mar_0{margin:0;}
.pad_0{padding:0;}
 
.mt_20{margin-top:20px;}
.mt_15{margin-top:15px;}
.mt_10{margin-top:10px;}
.mt_5{margin-top:5px;}
.mt_0{margin-top:0px;}
.mt_1{margin-top:-1px;}
 
.pd_20{padding:20px;}
.pd_15{padding:15px;}
.pd_10{padding:10px;}
.pd_5{padding:5px;}
.pd_0{padding:0px;}
 
.fc_l{float:left;}
.fc_r{float:right;}
.of_h{overflow:hidden;}
.clear{clear:both;}

.publicStar{color: #ff3636;display: inline-block;vertical-align: top;height: 30px;line-height: 36px;}
