
@import url(icon.css);
@import url(boxBase.css);
@import url(tabCss.css);


.w1k{ width: 1000px;}
.logo_bg{ background-image: url("../images/logo1.png")}
.bor_ra3{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bor_ra50{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*全局按钮*/
.btn{ display:inline-block;}
.btn input{ padding: 4px 25px;}
.btn:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
.btnOrange{border: 1px solid #C12D1F;}
.btnOrange input{ background: url("../images/btn_orange.png") bottom repeat-x #FF5E4A; border: 1px solid #FF7665; color: white}
.btnLightBlue{border: 1px solid #007685;}
.btnLightBlue input{ background: url("../images/btn_LightBlue.png") bottom repeat-x #E9FEFF; border: 1px solid #F6FFFF; color: #003559}
/*边框设置*/
.bor{border:1px solid;}
.borT{border-top:1px solid;}
.borT2{border-top:2px solid;}
.borL3{border-left:2px solid; margin-left: -2px;}
.borL{border-left:1px solid;}
.borR{border-right: 1px solid}
.borR3{border-right: 3px solid}
.borB{border-bottom: 1px solid}
.borTn{border:1px solid; border-top: none}

/*外间距*/
.mgt15{ margin-top: 15px;}
.mgt20{ margin-top: 20px;}
.mgl20{ margin-left: 20px;}
.mgt40{ margin-top: 40px;}
.mgt-1{ margin-top: -1px;}

/*内间距*/
.pd10{ padding: 10px}
.pd5_10{ padding:5px 10px}
.pd15{ padding: 15px}
.pd20{ padding: 20px}
.pdl10{ padding-left: 10px}
.pdl20{ padding-left: 20px}
.pdl30{ padding-left: 30px}
.pd_l_r20{ padding: 0 20px;}
.pd_l_r30{ padding: 0 30px;}
.pd_l_r40{ padding: 0 40px;}
.mgt-1{ margin-top: -1px;}
.pd2_15{ padding:2px 15px}
/*高度设置*/
.ht25{ height: 25px; }
.ht37{ height: 37px; }
.ht190{ height: 190px; }
.ht220{ height: 240px; }

/*表格设置*/
table{ width: 100%; border-collapse: collapse}
table tr th,table tr td{ font-weight: 100; padding: 5px 8px;}

.pta-1{ position: absolute; top: -1px; bottom: -1px;}

.beizhu{margin-top: 10px; padding-bottom: 20px;}
.beizhu ul li{margin-right: 25px; margin-top: 3px;}
.ysk{width: 18px; height: 12px; margin-top: 6px; margin-right: 5px;}