@charset "utf-8";

/*定义一些显示状态*/
.d-none {
    display: none;
}

.d-inline {
    display: inline;
}

.d-block {
    display: block;
}

.d-inlineblock {
    display: inline-block;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.fl-in {
    float: left;
    display: inline;
}

.fr-in {
    float: right;
    display: inline;
}

.ma-t10 {
    margin-top: 10px;
}

.ma-t20 {
    margin-top: 20px;
}

.ma-t30 {
    margin-top: 30px;
}

.ma-t40 {
    margin-top: 40px;
}

.ma-t50 {
    margin-top: 50px;
}
.inputgroup .inputbar.ma-d0 {
    margin-bottom: 0px;
}
.ma-d6 {
    margin-bottom: 6px;
}
.ma-d1f {
    margin-bottom: -1px;
}
.ma-d10 {
    margin-bottom: 10px;
}

.ma-d20 {
    margin-bottom: 20px;
}

.ma-d30 {
    margin-bottom: 30px;
}

.ma-d40 {
    margin-bottom: 40px;
}

.ma-d50 {
    margin-bottom: 50px;
}

.ma-l10 {
    margin-left: 10px;
}

.ma-l20 {
    margin-left: 20px;
}

.ma-l30 {
    margin-left: 30px;
}

.ma-l40 {
    margin-left: 40px;
}

.ma-l50 {
    margin-left: 50px;
}
.ma-l150 {
    margin-left: 150px;
}
.ma-l250{
    margin-left:250px;
}

.ma-r10 {
    margin-right: 10px;
}

.ma-r20 {
    margin-right: 20px;
}

.ma-r30 {
    margin-right: 30px;
}

.ma-r40 {
    margin-right: 40px;
}

.ma-r50 {
    margin-right: 50px;
}
.ma-r150 {
    margin-right: 150px;
}
.ma-l90 {
    margin-left: 90px;
}
.ma-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.ma-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.ma-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.ma-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.ma-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.ma-tb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ma-tb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ma-tb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ma-tb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ma-tb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ma-10 {
    margin: 10px;
}

.ma-20 {
    margin: 20px;
}

.ma-30 {
    margin: 30px;
}

.ma-40 {
    margin: 40px;
}

.ma-50 {
    margin: 50px;
}

.pa-t10 {
    padding-top: 10px;
}

.pa-t20 {
    padding-top: 20px;
}

.pa-t30 {
    padding-top: 30px;
}

.pa-t40 {
    padding-top: 40px;
}

.pa-t50 {
    padding-top: 50px;
}

.pa-d10 {
    padding-bottom: 10px;
}

.pa-d20 {
    padding-bottom: 20px;
}

.pa-d30 {
    padding-bottom: 30px;
}

.pa-d40 {
    padding-bottom: 40px;
}

.pa-d50 {
    padding-bottom: 50px;
}

.pa-l10 {
    padding-left: 10px;
}

.pa-l20 {
    padding-left: 20px;
}

.pa-l30 {
    padding-left: 30px;
}

.pa-l40 {
    padding-left: 40px;
}

.pa-l50 {
    padding-left: 50px;
}
.pa-l200 {
    padding-left: 100px;
}
.pa-r10 {
    padding-right: 10px;
}

.pa-r20 {
    padding-right: 20px;
}

.pa-r30 {
    padding-right: 30px;
}

.pa-r40 {
    padding-right: 40px;
}

.pa-r50 {
    padding-right: 50px;
}

.pa-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pa-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pa-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pa-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pa-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pa-tb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pa-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pa-tb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pa-tb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pa-tb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pa-10 {
    padding: 10px;
}

.pa-20 {
    padding: 20px;
}

.pa-30 {
    padding: 30px;
}

.pa-40 {
    padding: 40px;
}

.pa-50 {
    padding: 50px;
}
.ma-l25{
    margin-left: 25%;
}
.inputgroup.pa-150{
    padding-left:150px;
}
.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.position-r {
    position: relative
}

.position-a {
    position: absolute
}

.position-f {
    position: fixed;
}

.position-s {
    position: static;
}


/*布局容器*/
.wrap {
    width: 100%;
    background: #fff;
}

.wrap-1200 {
    width: 1200px;
    background: #fff;
}

.wrapper-960 {
    width: 100%;
    background: #f5f5f5;
}

.wrap_header {
    width: 100%;
    /*background: #009ce6;*/
    background: #fff;
    height: 70px;
}

.wrap_header2 {
    width: 100%;
    background: #e2e2e4;
    margin: 0 auto 0 auto;
    height: 40px;
}

.wrap-footer {
    width: 100%;
    background: #e2e2e4;
}

.container-a {
    width: 1200px;
    background: #fff;
    float: left;
}

.container-b {
    width: 1200px;
    background: #f5f5f5;
    float: left;
}

.no {
    display: none;
}

.btn {
    border: none;font-family: Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}
.btn-tag{ font-size: 16px;}

.btn-big {
    border-radius: 10px;
}

.btn-big a {
    color: #fff;

    font-weight: 700;
    overflow: visible;
}

.btn-samll {
    border-radius: 5px;
    width: 80px;
    height: 30px;
    overflow: visible;
}
.btn-samll2 {
    border-radius: 5px;
    min-width: 80px;
    height: 30px;
    overflow: visible;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-samll3 {
    border-radius: 5px;
    width: 120px;
    height: 30px;
    overflow: visible;
}

.btn-middle {
    border-radius: 5px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
    font-size: 16px;
}
.btn-middle2 {
    border-radius: 5px;
    min-width: 120px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
    font-size: 16px;
}

.btn-samllx {
    border-radius: 3px;
    width: 68px;
    height: 22px;
    overflow: visible;
    font-size: 12px;
}
.btn-samllx2 {
    border-radius: 3px;
    width: 68px;
    height: 20px;
    overflow: visible;
    font-size: 12px;
}
.btn-ss1 {
    background: #e2e2e4;
}

.btn-ss2 {
    background: #fff;
    font-size: 25px; color: #999;
    height: 35px; padding-top: 5px;

}
.btn-ss3 {
    background: #fff;
    font-size: 25px; color: #999;
     float: left;
    height: 40px;

}


.btn-c00 {
    background: #fff;
}

.btn-c0 {
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #666;
}

.btn-c1 {
    background: #f90; color: #fff;
}
.btn-c1:hover {
    background: #f90;
    color: #fff
}

.btn-c2 {
    background: #24cb73;
}

.btn-c3 {
    background: #009ce6;
    color: #fff
}

.btn-c3:hover {
    background: #006ab4;
    color: #fff
}

.btn-c4 {
    background: #fff;
    color: #e1e1e1
}

.btn-c5 {
    background: #fff;
    border: 1px solid #797979;
    color: #666;
}

.btn-c5:hover {
    background: #d7d7d7;
    color: #666;
border: 1px solid #d7d7d7;
}
.btn-c5a {
    background: #fff;
    border: 1px solid #797979;
    color: #666;
}

.btn-c5a:hover {
    background: #fff;
    border: 1px solid #797979;
    color: #666;
}
.btn-c6 {
    background: transparent;
    color: #666;
    padding: 2px;
}

.btn-c6:hover {
    background: #e1e1e1;
    color: #666
}

.btn-c7 {
    background: #999;
    color: #fff;
}

.btn-c7:hover {
    background: #bbb;
    color: #fff
}


.btn-c8 {
    background: #f2f2f2;
    color: #666;
    padding: 2px;
}

.btn-c8:hover {
    background: #fff;
    color: #666
}


.btn-c9 {
    background: #fff;
    border: 1px solid #009ce6;
    color: #009ce6;
}

.btn-c9:hover {
    background: #fff;
    border: 1px solid #006ab4;
    color: #006ab4
}


.fa-lga {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -15%;
}

@media screen and (max-width: 990px) {



}

.width175 {
    width: 175px;
}
.width160 {
    width: 160px;
}
.width100 {
    width: 100px;
}
.width500 {
    width: 500px;
}
.width400 {
    width: 400px;
}
.width200 {
    width: 200px;
}
.width800 {
    width: 800px;
}
.width788 {
    width: 788px;
}
.width188 {
    width: 188px;
}
.width120 {
    width: 120px;
}
.width80 {
    width: 80px;
}
.width60 {
    width: 60px;
}
.width50 {
    width: 50px;
}
.width40 {
    width: 40px;
}
.width30 {
    width: 30px;
}
.widthp3 {
    width: 3%;
}
.widthp5 {
    width: 5%;
}

.widthp6 {
    width: 6%;
}

.widthp8 {
    width: 8%;
}

.widthp15 {
    width: 15%;
}
.widthp18 {
    width: 18%;
}

.widthp12 {
    width: 12%;
}

.widthp10 {
    width: 10%;
}

.widthp20 {
    width: 20%;
}
.widthp25 {
    width: 25%;
}

.widthp30 {
    width: 30%;
}
.widthp40 {
    width: 40%;
}
.widthp50 {
    width: 50%;
}

.widthp60 {
    width: 60%;
}

.widthp70 {
    width: 70%;
}
.widthp71 {
    width: 71%;
}

.widthp75 {
    width: 75%;
}
.widthp100 {
    width: 100%;
}

.widthp90 {
    width: 90%;
}
.widthp80 {
    width: 80%;
}
.widthp85 {
    width: 85%;
}

.widthp95 {
    width: 95%;
}
.block60{ height: 60px; width: 100%;}
.block50{ height: 50px; width: 100%; line-height: 50px;}
.block40{ height: 40px; width: 100%;}
.block30{ height: 30px; width: 100%;}
.block20{ height: 20px; width: 100%;}
.block15{ height: 15px; width: 100%;}
.block10{ height: 10px; width: 100%;}
.block5{ height: 5px; width: 100%;}

.boxw1 {
    width: 990px;
}
.f-w{
    font-weight:500;
}
.f-ww{
    font-weight:600;
}
.f-s{
    font-size:13px;
}
.f-s18{
    font-size:18px;
}
.f-s14{
    font-size:14px;
}
.f-s16{
    font-size:16px;
}
.boxw2 {
    width: 485px;
}

.boxw2l {
    width: 485px;
    margin-right: 10px;
}

.boxw2r {
    width: 485px;
    margin-left: 10px;
}

/*ui*/
.ui-widget-overlay {
    background: #000;
    opacity: .5;
    filter: Alpha(Opacity=30);
}

.ui-button .ui-icon {
    background-image: url("../images/close.png");
    background-color: transparent;
    border: 0;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../images/close.png");

    border: 0;
}

.ui-widget button {
    font: 14px/1 Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;

}

.ui-widget input{font-family: Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;}
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus
 {
    border: 1px solid #e1e1e1;
    font-weight: normal;
    color: #333;
}
.ui-button{border-radius: 3px;border: 1px solid #009ce6;
    background: #009ce6;
    font-weight: normal;
    color: #fff;}
.ui-button:hover,.ui-button:active, .ui-button.ui-state-active:hover  {
    border: 1px solid #006ab4;
    background: #006ab4;
    font-weight: normal;
    color: #fff;

}
.ui-button:focus {
    border: 1px solid #006ab4;
    background: #006ab4;
    font-weight: normal;
    color: #fff;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon {
    background-image: url("../images/close.png")
}

.ui-corner-all {

}


.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../images/close.png");
    border: 0;
}

.ui-icon-closethick {
    background-position: -20px 0px;
}
.ui-icon {
    width: 20px;
    height: 20px;
}

.ui-widget-header {
    border: 0px solid #ddd;
    background: #fff;
    color: #999;
    font-weight: bold;
    border-radius: 0;
    height: 30px;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    outline: 0;
}
.ui-dialog[aria-describedby=dialog-scdg] { box-shadow: 5px 5px 5px #999; border: 1px solid #e1e1e1; z-index: 501;}
.ui-dialog[aria-describedby=dialog-scdg] .ui-widget-header{ background: #ff9900; color: #fff;}
.ui-dialog[aria-describedby=dialog-scdg] .ui-icon-closethick {
    background-position: 0px 0px;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -15px 0 0 0;
    padding: 1px;
    height: 20px;
    border: 0;
    background: transparent;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -12px;
}
.ui-tooltip{ font: 14px/1 Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;color: #666;}


.ui-tabs .ui-widget-header{ background: #fff;}


.ui-tabs .ui-tabs-tab { height: 28px; background: #fff; border-radius: 5px; padding-left: 30px; padding-right: 30px; border: none;font: 14px/18px Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif; border: 1px solid #e1e1e1;}
.ui-tabs .ui-tabs-active { height: 28px; background: #009ce6; border-radius: 5px; padding-left: 30px; padding-right: 30px; outline: none;font: 14px/18px Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{ padding: 6px 20px;}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 0;
    border-bottom-width:1px;
    padding: 0;
    white-space: nowrap;
    border-radius: 0;

}
.ui-tabs .ui-tabs-nav li a{display: inline-block; width: 100%;}
.tab-l2 li{ width:48%;text-align: center; }


.ui-dialog .ui-dialog-title{ font: 16px/26px Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;}
.file {
    position: relative;
    display: inline-block;
    background: #009ce6;
    border: 1px solid #009ce6;
    border-radius: 0px;
    padding: 4px 8px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    width: 182px;
    font-family:  Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
     float: left;padding-left: 20px;
}


.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 16px 10px 0;
    cursor: pointer;
}

.cancelbtn{ background: #fff; color: #666; border: 1px solid #797979;}
.cancelbtn:hover,.cancelbtn:active{ background: #d7d7d7; color: #666; border: 1px solid #d7d7d7;}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    color: #fff;
}
a.file {color: #fff;}
.file:hover {
    background: #006ab4;
    border-color: #006ab4;
    color: #fff;
    text-decoration: none;
}


.file2 input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    color: #fff;
}

.upfile { height: 30px; overflow: hidden; float: left; width: 150px;}
.file2 {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #797979;
    border-radius: 5px;
    padding: 4px 8px;
    overflow: hidden;
    color: #666;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    width: 60px;
    font-family:  Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
    text-align: center;

}
.file2{color: #fff;}
.file2:hover {
    background: #d7d7d7;
    border-color: #d7d7d7;
    color: #666;
    text-decoration: none;
}
.upfile a.file2{
    color: #666;}

.arrow-left {
    width:0;
    height:0;
    border-top:30px solid transparent;
    border-bottom:30px solid transparent;
    border-right:30px solid yellow;
}


.posa-tr{ position: absolute; top:0; right: 0;}
.posa-tr2{ position: absolute; top:5px; right: 5px;}
.posa-br{ position: absolute;bottom:0; right: 0;}
.posa-tl{ position: absolute;top:0; left: 0;}
.posa-bl{ position: absolute;bottom:0; left: 0;}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 0 0 0 0;
    background-image: none;
    margin-top: 0em;
    padding: 0 1em .5em .4em;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0 1em;
    background: none;
    overflow: auto;
}




.box{
    margin:0 auto;
    width:990px;
}
.box1{
    margin:0 auto;
    width:990px;
}
.box2{
    margin:0 auto;
    width:990px;
}
.box .box-main{
    width:100%;
    font-size: 14px;
    margin:0 auto;
}
/*头部*/
.header_all .parentNav{
	position:relative;
}
.header_all .parentNav ul{
	top:40px;
	left:0;
	display:none;
	position:absolute;
	background-color:#09f;
}	
.header_all .parentNav:hover ul{
	display:block;
}
/**有些页面不需要右上角姓名和头像，就不能引入commonHeaderJs*/
.logobtn{    float: left;
    height: 40px;
    margin-top: 15px;
    color: #fff;
    font-size: 0;
    width: 200px;
    background: url("../images/logo_12.25.png") no-repeat 0 0
}
.logobtn:visited{color:#ffffff;}
.logobtn:hover{color:#ff7600;text-decoration: none;}