body {
    width: 100%;
    min-width: 1200px;
    padding-top: 0;
    padding-bottom: 0;
}
*{
    outline: none;
}

.container {
    clear: both;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    transform: translateX(-20px);
}

.col-xs-4 {
    width: 30%;
    padding: 0;
    float: left;
    background: none;
    border: none;
}

div.p-height {
    height: 360px;
}

.col-xs-6 {
    width: 45%;
    padding: 0;
    float: left;
    background: none;
    border: none;
}

.col-xs-6,
.center {
    /* margin-bottom: 30px; */
}

.col-xs-2 {
    width: 25%;
    padding-left: 20px;
    float: left;
    background: none;
    border: none;
}

.text-right {
    text-align: right;
}

.navbar {
    /*background-image: linear-gradient(0deg, #0089E5 0%, #006CB9 100%);*/
    /* background-color: #006CB9;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#006CB9), to(#0089E5));
    background: -moz-linear-gradient(#006CB9, #0089E5);
    -pie-background: linear-gradient(#006CB9, #0089E5); */
    background: #0071E0;
    position: relative;
    line-height: 25px;
}
/* 
#navbar ul li a {
    font-size: 16px;
    height: 50px;
    text-decoration: none!important;
    color: #fff;
    display: inline-block;
}

.navbar a:hover,
.navbar li.active a {
    color: #FFD740!important;
    border-bottom: 1px solid #FFD740!important;
}

.nav.navbar-nav {
    width: 100%;
}

.nav.navbar-nav li {
    width: 11%;
    height: 50px;
    float: left;
    text-align: center;
}
.nav.navbar-nav li > a{
    line-height: 50px;
} */

.public-title {
    color: #006CB9;
    padding: 10px 0 10px 30px;
    border-bottom: 2px solid #EFEFEF;
    margin: 20px 10px 20px 0;
    background: url(../img/title.png) no-repeat left center;
    background-size: 20px 20px;
}

.public-title span {
    color: #0077CC!important;
    float: right;
    width: 23px;
    height: 23px;
    line-height: 18px;
    text-align: center;
    
}

.public-title.vip {
    background: url(../img/vip.png) no-repeat left center;
    background-size: 20px 20px;
}

.public-title.education {
    background: url(../img/education.png) no-repeat left center;
    background-size: 20px 20px;
}

.public-title.association {
    background: url(../img/association.png) no-repeat left center;
    background-size: 20px 20px;
}

.public-title.healthy {
    background: url(../img/healthy.png) no-repeat left center;
    background-size: 20px 20px;
}

.list {
    height: 300px;
    line-height: 40px;

    /* padding-bottom: 30px; */
    /* border-bottom: 2px solid #EFEFEF; */
}

.list a {
    vertical-align: middle;
    color: #666;
    text-decoration: none;
}

.list li {
    padding: 0px 10px 8px;
}

.list li b {
    vertical-align: middle;
    float: right;
    font-weight: normal;
}

.list span {
    /* width: 6px;
    height: 6px;
    background: #75C4FB;
    margin-right: 10px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; */
    
}
.list a{
    padding-left: 14px;
    background-image: url(/static/assets/img/list_bj.png);
    background-repeat: no-repeat;
    background-size: 4px 6px;
    background-position: 0px center;
}

.list a:hover {
    color: #36A2E5;
}

.img {
    width: 100%;
}

.center-bottom {
    margin-left: 20px;
}

.login {
    padding: 15px 10px;
    height: 320px;
    background: #F7FCFF;
}

.login button,
.login input {
    font-size: 12px;
    height: 40px;
    line-height: 36px;
    display: block;
    border-radius: 0;
}

.login-tit {
    padding-left: 0!important;
    margin-left: 0;
    background: none;
    margin-bottom: 0;
}

.login input {
    width: 100%;
    line-height: 40px;
    color: #999;
    outline: none;
    padding: 0 10px 0 10px;
    border: 1px solid #A4D9FF;
}

.sign,
.sign:hover {
    width: 100%;
    border: none;
    height: 40px;
    color: #fff!important;
    background: #EAA34B;
}

.select,
.select:hover {
    width: 100%;
    height: 40px;
    color: #E9A34B!important;
    border: 1px solid #E9A34B;
    background: #FFFFFF;
}

.forget {
    color: #006CB9;
    font-size: 14px;
}

.button-aside {
    margin-top: 60px;
}

.button-aside img {
    /*width: 25px;*/
    /*margin-right: 10px;*/
    /*vertical-align: middle;*/
    
}

.button-aside button,
.button-aside button:hover {
    border: none;
    width: 100%;
    border: none;
    color: #fff!important;
    padding: 49px 10px;
    font-size: 24px;
    margin-bottom: 20px;
}


.text-center {
    text-align: center;
}

.opacity-0 {
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
}


/*兼容IE8的轮播*/

.device {
    width: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
}

.device-right-box {
    padding-left: 20px;
}

.device .arrow-left,
.device .arrow-left-left {
    /*background: url(img/arrows.png) no-repeat left top;*/
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 9;
    color: #fff;
    text-decoration: none;
}

.device .arrow-right,
.device .arrow-right-right {
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 9;
    color: #fff;
    text-decoration: none;
}

.device a img {
    width: 30px;
}

.swiper-container {
    height: 300px;
    width: 100%;
}

.swiper-container img {
    height: 300px;
    width: 100%;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.title {
    font-size: 25px;
    margin-bottom: 10px;
}

.pagination,
.pagination-right {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 9;
}



.swiper-active-switch {
    background: #fff;
}

.register {
    float: left;
    font-size: 14px;
    color: #006CB9;
}

.device-right .swiper-pagination-bullet {
    width: 46px;
    height: 3px;
    background: #d8d8d8;
    border-radius: 0;
    margin: 0 3px;
}

.device-right  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E9A34B;
}


#vip-notice{
    z-index: 100;
}
.wrapper {
    width: 100%;
    height: 100%;
   /* position: fixed;
    z-index: 99;*/
    display: none;
}

/*.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}*/

.dialog-content p {
    font-size: 12px;
    color: #2A2A2A;
}

.dialog-content h5 {
    padding-top: 20px;
}
.wrapper{
    display: none!important;
}
.wrapper.layui-layer-wrap{
    display: block!important;
}
.dialog-read {
    width: 556px;
    height: 700px;
    background: #fff;
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    z-index: 5;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.dialog-read .dialog-content {
    padding: 10px 30px 0 30px;
    width: auto;
    height: 610px;
    overflow-y: auto;
    line-height: 30px;
}


/*滚动条样式*/

.dialog-read .dialog-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.dialog-read .dialog-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.dialog-read .dialog-content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.dialog-read .dialog-content h5 {
    font-size: 16px;
    color: #333;
}

.dialog-read .dialog-readBtn {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #c3c3c3;
}

.dialog-read .dialog-readBtn span {
    display: block;
    width: 60%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background: #56BDF5;
    background: -webkit-gradient(linear, 0 0, 0 left, from(#56BDF5), to(#2B98DF));
    background: -moz-linear-gradient(#56BDF5, #2B98DF);
    -pie-background: linear-gradient(#56BDF5, #2B98DF);
    position: relative;
    behavior: url(assets/css/pie.htc);
    color: #fff;
    font-size: 16px;
}

.dialog-register {
    width: 556px;
    height: auto;
    background: #fff;
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    margin:auto;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.dialog-register .dialog-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #549edd;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.dialog-register .dialog-content {
    width: 360px;
    margin: 20px auto;
}

.dialog-register .dialog-content .dialog-header {
    width: 100%;
    text-align: center;
    padding: 20px 0px 12px 0;
    position: relative;
}

.dialog-register .dialog-content .dialog-header img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
}

.dialog-register .dialog-content .dialog-header p {
    width: 70px;
    height: 70px;
    opacity: 0;
    margin-top: 10px;
    color: #549edd;
    margin: 0 auto;
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    margin: auto;
}
.dialog-register .dialog-content .dialog-header p input{
    width: 70px;
    height: 70px;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    opacity:0;
}

.dialog-register .dialog-content .dialog-Input {
    width: 100%;
    padding: 10px 0;
}

.dialog-register .dialog-content .dialog-Input label {
    display: inline-block;
    width: 80px;
    color: #666666;
}

.dialog-register .dialog-content .dialog-Input input {
    width: 260px;
    height: 34px;
    color: #666;
    line-height: 38px;
    padding-left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #c3c3c3;
}

.dialog-register .dialog-content .dialog-Input select {
    width: 265px;
    height: 38px;
    color: #666;
    line-height: 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 5px;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("./selectjian.png") no-repeat scroll right center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.dialog-register .dialog-content .dialog-Input select::-ms-expand {
    display: none;
}

.dialog-register .dialog-content .dialog-codeInput {
    width: 100%;
    padding: 10px 0;
}

.dialog-register .dialog-content .dialog-codeInput label {
    display: inline-block;
    width: 80px;
    color: #666666;
}

.dialog-register .dialog-content .dialog-codeInput input {
    width: 190px;
    height: 38px;
    line-height: 38px;
    color: #666;
    padding-left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #c3c3c3;
}

.dialog-register .dialog-content .dialog-codeInput button {
    display: inline-block;
    width: 65px;
    height: 38px;
    line-height: 38px;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff!important;
    vertical-align: top;
}

.dialog-register .dialog-content .dialog-noticeInput {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.dialog-register .dialog-content .dialog-noticeInput input{
    vertical-align: middle;
}

.dialog-register .dialog-content .dialog-noticeInput label span ,.dialog-register .dialog-content .dialog-noticeInput label a{
    color: #549edd;
}
.dialog-register .dialog-content .dialog-noticeInput label{
    vertical-align: middle;
}


.dialog-register .dialog-content .registerDiv {
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
   
}

.cancelDiv {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #549edd;
}

.compoment-select {
    width: 260px!important;
    background-size: 34px 34px;
}

.compoment-option-init {
    width: 226px!important;
    height: 34px!important;
    line-height: 34px;
    font-size: 14px;
    color: #999;
    border: 1px solid #c3c3c3;
}



.select-box{
    display: inline-block;;
    position: relative;
    width: 260px;
}
.select-box select{
    width: 100%!important;
    border:1px solid #ccc;
    border-right: none;
}
.select-box img{
    position: absolute;
    height: 38px;
    right: 0;
    top: 0;
}
.logining{
    height: 320px;
    
}
.logining dt{
    text-align: center;
}
.logining img{
    width: 108px;
}
.logining dd span{
    display: block;
    text-align: center;
    margin:10px 0;
}
.logining .username{
    font-size: 12px;
color: #333333;
}

.logining .usercenter{
    font-size: 12px;
    color: #FF963C;

}
.logining .but-cc{
    width: 100%;
    height: 42px;
    color: #fff;
    font-size: 18px;
    background: #EAA34B;
    margin-top: 20px!important;
}
.logining .but-exit{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #006CB9;
    background: none;
    margin-top: 0!important;
}
.fen-select{
    width: 400px!important;
    /*display: block;*/
}
#fen-select .dialog-register{
    width: 400px;
}
#fen-select .bj {
    position: absolute;
    width: 100%;
    height: 400px;
    
}

#fen-select .login-box {
    width: 400px;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

#fen-select .login-tit {
    border: 1px solid #F0F0F0;
}

#fen-select .login-tit span {
    padding: 20px 0;
    font-size: 18px;
    color: #666666;
    display: inline-block;
}

#fen-select .login-tit span.active {
    color: #36A2E5;
    border-bottom: 2px solid #36A2E5;
}

#fen-select .login-tit span.login-tit-l {
    margin-left: 40px;
}

#fen-select .login-tit span.login-tit-r {
    text-align: right;
    margin-right: 40px;
}

#fen-select form {
    width: 80%;
    margin: 40px auto 0;
}

#fen-select p {
    font-size: 16px;
    color: #666666;
    display: block;
    margin-top: 10px;
}
#fen-select .searchScore{
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

#fen-select input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    margin-top: 5px;
    background: #F8F8F8;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    behavior: url(assets/css/pie.htc);
}

#fen-select .forget {
    margin-top: 10px;
}

#fen-select button.fen-select {
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

#fen-select .foot-des span {
    width: 100px;
    height: 1px;
    margin: 10px;
    vertical-align: middle;
    background: #c4c4c4;
    display: inline-block;
}

#fen-select .foot-des {
    width: 100%;
    text-align: center;
    color: #c4c4c4;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
#fen-select .dialog-register .dialog-content .dialog-Input label{
        display: block;
    }

    .reg-box,.forget-box {
        width: 556px!important;
    }
@media (min-width: 1200px){
    .dialog-register .dialog-content .dialog-header {
        
        padding: 0;
    }
    .dialog-register .dialog-content .dialog-Input{
        padding: 5px 0;
    }
    #register1 .dialog-register{
        height: 600px;
    }
}
@media (max-width: 1200px){
    /*body{
        background: green;
    }   */ 
}
#register-zhuce{
    display: none;
}
.expect{
    width: 400px;
}

.bay-window{
    width: 140px;
    /*height: 240px;*/
    margin-top: -120px;
    position: fixed;
    top: 50%;
    z-index: 9;
}

.bay-window .window_phone{
    vertical-align: middle;
    margin-right: 5px;
}
.bay-window ul{
    padding: 0 5px;
    background: #Fff;
    border: 1px solid #ededed;
    border-radius:  0 0 4px 4px;
}
.bay-window ul li{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px ;
    color:#666;
    border-bottom: 1px solid #EDEDED;
}
.bay-window h6 {
    font-size:18px;
    color:#fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-image:url(../../assets/img/window_bj.png);
    background-size: cover;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/static/assets/img/window_bj.png',
    sizingMethod='scale');
    -ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/static/assets/img/window_bj.png',
    sizingMethod='scale');
    background-repeat: no-repeat;
}

@media (min-width: 1600px){
    .bay-window{
        width: 200px;
    }
    .bay-window ul{
        padding: 0 10px;
    }
}

.changeUpdata-box{
    width: 813px!important;
    border-radius: 15px;
}
.changeUpdata{
    width: 813px;
    display: none;
}
.changeUpdata h6{
    padding: 29px  0 22px 0;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    color: #4091CB;
    border-bottom:1px solid #4091CB;
}
.changeUpdata h6 img{
    vertical-align: middle;
    width: 39px;
    height: 39px;
    margin-right: 20px;
}
.changeUpdata h6 span{
    vertical-align: middle;
}
.changeUpdata ul {
    width: 700px;
    margin: 30px auto 10px;
}
.changeUpdata ul li{
    font-size: 18px;
    color: #333333;
    padding: 18px 0;
}
.changeUpdata ul li em{
    color:#4091CB;
    font-style: normal
}
.changeUpdata ul li span.changeUpdata-item-left{
    display: inline-block;
    width: 25px;
    float: left;
}
.changeUpdata ul li span.changeUpdata-item-right{
    display: inline-block;
    width: 675px;
}
.iknow{
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #4091CB;
}
.changeUpdata p{
    text-align: center;
    margin-bottom: 10px;
}
.changeUpdata p input{
    vertical-align: middle;
    margin-top: -2px;
}

/*河南新加*/
.nav_list{
    clear: both;
}
.nav_list ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.nav_list li span{
    font-size: 20px;
    color: #666666;
    display: block;
}
.zhuankan{
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    background: #F2F7FF;
}
.img_tit{
    border-bottom: 1px solid #C1C1C1;
    padding-top: 30px;
}
.zhuankan .img_tit img{
    display: block;
    margin:  auto ;
}
.zhuankan_bottom{
    margin: 30px 0;
    overflow: hidden;
}
.zhuankan_left{
    width: 45%;
    float: left;
}
.zhuankan_right{
    width: 55%;
    float: left;
    
}
.zhuankan_right li{
    padding-bottom: 14px;
}
.news,.company{
    margin-top: 0;
}

