@charset "UTF-8";
/*去掉标签的一些默认样式*/
body, p, li, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

* {
    font-family: 'microsoft yahei', Arial, sans-serif;
}

body {
    min-width: 1180px;
    font-size: 13px;
    font-weight: 400;
    color: #636263;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ADADAD;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ADADAD;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ADADAD;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ADADAD;
}

/*航司*/
.pf {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;

}
.iconfont.icon-xiangyou{
	font-weight:400;
}
a {
    text-decoration: none;
}

* {
    box-sizing: border-box;

}

li {
    list-style: none;
}

.mod {
    min-width: 980px;
    max-width: 1180px;
    margin: 0 auto;
}

.container {
 width: 100%;
    zoom: 1;
    padding: 0;
    position: relative;
}

.sky {
    display: inline-block;
    width: 10px;
    height: 1px;
}

.t_center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

/*元素类型*/
body .in_block {
    display: inline-block;
}

body {
    background: #F1F1F1;
}

/*验证*/
.error {
    color: #fff;
    background: #FF7043;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    padding: 0 10px 0 0;
    left: 168px;
    margin: 0;
}

/*向上小箭头*/
.triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #FF7043; /*͸�� ͸��  ��*/
    /*margin:40px auto;*/
    position: relative;
    top: -31px;
    left: 50%;
}

/*input[type="text"], input[type="tel"] {*/
/*border: 1px solid #e9e9e9;*/
/*padding-left: 10px;*/
/*border-radius: 3px;*/
/*cursor: pointer;*/
/*outline: none;*/
/*}*/

/*input[type="text"]:focus, input[type="tel"]:focus {*/
/*border-color: #29b6f6;*/
/*box-shadow: 0 0 5px #29B6F6;*/
/*transition:box-shadow .5s,border-color .5s;*/
/*-moz-transition: box-shadow .5s,border-color .5s;*/
/*-webkit-transition: box-shadow .5s,border-color .5s;*/
/*-o-transition: box-shadow .5s,border-color .5s;*/
/*/!*border: none;*!/*/
/*}*/
/*.empty_shadow input[type="text"]:focus,.empty_shadow input[type="tel"]:focus{*/
/*border-color: transparent;*/
/*box-shadow: none;*/
/*}*/
/*.pwd{*/
/*border: 1px solid #e9e9e9;*/
/*padding-left: 10px;*/
/*border-radius: 3px;*/
/*cursor: pointer;*/
/*outline: none;*/
/*}*/
/*.pwd:focus{*/
/*border-color: #29b6f6;*/
/*box-shadow: 0 0 5px #29B6F6;*/
/*transition:box-shadow .5s,border-color .5s;*/
/*-moz-transition: box-shadow .5s,border-color .5s;*/
/*-webkit-transition: box-shadow .5s,border-color .5s;*/
/*-o-transition: box-shadow .5s,border-color .5s;*/
/*}*/
/*select {*/
/*height: 39px;*/
/*line-height: 39px;*/
/*border: 1px solid #e9e9e9;*/
/*padding: 0 35px 0 10px;*/
/*border-radius: 3px;*/
/*appearance: none;*/
/*-moz-appearance: none;*/
/*-webkit-appearance: none;*/
/*-ms-appearance: none;*/
/*outline: none;*/
/*background: url(../../img/down.png) 115px 8px no-repeat scroll transparent;*/

/*}*/
/*.bg_position_125 .select {*/
/*background-position: 125px 15px;*/
/*}*/
/*select:focus {*/
/*box-shadow: 0 0 5px #29B6F6;*/
/*border-color: #29b6f6;*/
/*transition:box-shadow .5s,border-color .5s;*/
/*-moz-transition: box-shadow .5s,border-color .5s;*/
/*-webkit-transition: box-shadow .5s,border-color .5s;*/
/*-o-transition: box-shadow .5s,border-color .5s;*/
/*}*/

/*隐藏错误提示*/
.error {
    display: none;
    opacity: 0;
}

.error-flash {
    animation: myfirst 3s;
    -moz-animation: myfirst 3s; /* Firefox */
    -webkit-animation: myfirst 3s; /* Safari �� Chrome */
    -o-animation: myfirst 3s; /* Opera */

}

@keyframes myfirst {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes myfirst /* Safari �� Chrome */
{
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*返回顶部*/
.go-top {
    position: fixed;
    bottom: 100px;
    right: 100px;
    cursor: pointer;
}

.map {
    width: 55px;
    height: 55px;
    background: url("../../img/top.png") no-repeat;
}

/*通用提示框*/
.common_modal {
    background: rgba(0, 0, 0, 0.5);
}

.common_modal > div {
    width: 500px;
    height: 100px;
    line-height: 100px;
}

.common_modal > div > div {
    width: 500px;
    height: 200px;
}

.common_modal > div p {
    text-align: center;
    padding-top: 50px;
    font-size: 20px;
    color: #29b6f6;
}

.modal-content {
    position: relative;
}

.modal-content .cross {
    position: absolute;
    right: 7px;
    top: 0;
}

.modal-content .icon-1 {
    font-size: 30px;
    opacity: .5;
    color: #000;
}

/*下拉列表 更改boot样式*/
.mydropdown {
    margin: 0;
}

.common {
    display: none;
}

.mydropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    /*     min-width: 50px; */
}

.mydropdown .dropdown-menu li {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    text-align: left;
    cursor: pointer;
}

.mydropdown .dropdown-menu li:hover {
    background: #29b6f6;
    color: #fff;
}

.mydropdown .dropdown-toggle {
    background: #fff;
    border: 1px solid #E1E1E1;
    color: #404040;
    text-align: left;
    padding-left: 15px;
    outline: none;
    position: relative;
}

.mydropdown .dropdown-toggle:hover {
    background: #fff;
    color: #404040;
    border-color: #29b6f6;
}

.mydropdown > .dropdown-toggle:focus {
    background-color: #fff;
    color: #404040;
}

.mydropdown > .dropdown-toggle:active {
    background: #fff;
    color: #404040;
    outline: none;
}

.mydropdown > .dropdown-toggle.btn {
    background: #fff;
}

.mydropdown > .dropdown-toggle:focus {
    box-shadow: 0 0 5px #29B6F6;
    border-color: #29b6f6;
}

.shelter {
    width: 21px;
    height: 30px;
    position: absolute;
    right: 0;
    background: #fff;
}

.mydropdown .caret {
    float: right;
    margin: 8px -3px 0 0;
    position: absolute;
    right: 8px;
    top: 10px;
}

/*更改日期插件颜色*/
.jedatebox .jedatetop, .jedatebox .jedaul li.action, .jedatebox .jedaul li:hover, .jedatebox .jedatebot .jedatebtn span, .jedatebox .jedaul li.action:hover {
    background: #29b6f6;
    color: #fff;
}

div.jedatebox .jedateym {
    line-height: 11px;
    padding-top: 10px;
}

/*暂无数据*/
.pagination > li.active > a {
    background: #29b6f6;
    color: #fff;
}
