body{
    height: 100%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
.wrapper{
    width: 1140px;
    margin: 0 auto;
}
.clearfix:after{
    content:””;
    display:block;
     clear:both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.text9{
    color: #999999;
}
.textBlue{
    color: #1469c4;
}
.lineHei50{
    height: 50px;
    line-height: 50px;
}
.pad10{
    padding: 10px 0;
}
/* 头部样式 */
#head{
    background: #fff;
}
.head_item1{
    border-bottom: 1px solid #dcdcdc;
}
.tel{
    display: block;
    padding-left:32px;
    background: url("../img/head_tel.png") no-repeat left center;
}
.logoNav{
    height: 110px;
}
.logo{
    height: 110px;
    width: 146px;
    background: url("../img/logo.jpg") no-repeat left center;
}
.nav{
    margin: 30px 0;
}
.layui-nav{
    padding: 0;
    background: none;
}
.layui-nav .layui-nav-item{
    margin: 0 25px;
    line-height: 44px;
}
.layui-nav .layui-nav-item a{
    padding: 0 10px;
    font-size: 18px;
    color: #333333;
    border-bottom: 3px solid #fff;
}
.layui-nav .layui-this a{
    color: #1469c4;
    border-bottom: 3px solid #1469c4;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-nav-item:hover a,.layui-nav .layui-nav-item a:hover,.layui-nav .layui-nav-item:hover a:hover{
    color: #1469c4;
    border-bottom: 3px solid #1469c4;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    background: none !important;
}
/* 二级导航 */
.layui-nav-child{
    top: 52px;
    left: 0;
    background: #1469c4;
    border: 0;
    box-shadow: initial;
}
.layui-nav-item:nth-child(3) .layui-nav-child{
    left: -28px;
}
.layui-nav-item:nth-child(4) .layui-nav-child{
    left: -10px;
}
.layui-nav-child dd{
    background: none;
}
.layui-nav .layui-nav-child a {
    padding: 0 10px !important;
    font-size: 16px !important;
    color: #accff4!important;
    border-bottom:0 !important;
}
.layui-nav .layui-nav-child dd:hover a,.layui-nav .layui-nav-child dd a:hover,.layui-nav .layui-nav-child dd:hover a:hover{
    background: none;
    color: #fff!important;
}
/* 底部样式 */
.footer{
    border-top: 3px solid #1469c4;
}
.footerItem1{
    padding: 20px 0;
    background: #2f2f2f;
}
.footerItem2{
    background: #202020;
    text-align: center;
    color: #999999;
}
.fot_item{
    margin-left: 52px;
    float: left;
}
.fot_item:first-child{
    margin-left: 0;
}
.fot_name{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #dcdcdc;
}
.itemLi{
    line-height: 32px;
}
.itemLi a{
    font-size: 14px;
    color: #999999;
}
.itemLi:hover a,.itemLi a:hover,.itemLi:hover a:hover{
    color: #fff;
}
.zx{
    display: inline-block;
    margin-left: 100px;
    margin-bottom: 10px;
    padding-left: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    background: url("../img/fot_zx.png") no-repeat left center;
}
.fot_info ul{
    float: left;
    margin-left: 100px;
}
.fot_infoLi{
    max-width: 300px;
    line-height: 28px;
    font-size: 14px;
    color: #999999;
}
.fot_infoLi p{
    text-indent: 4.3em;
}
.fot_ewm{
    float: right;
    width: 122px;
    height: 122px;
    /*background: url("../img/fot_ewm.jpg") no-repeat left center;*/
}
.fot_ewm img {
    display: block;
    width: 100%;
    height: 100%;
}
/* 右边浮动 */
#rightFloat{
    position: fixed;
    right: 0;
    top: 200px;
}
.rightFloat ul li{
    width: 85px;
    height: 86px;
    text-align: center;
}
.right_kf{
    background:#f5b60b url("../img/right_kf.png") no-repeat center 16px;
}
.right_ly{
    background:#80cd27 url("../img/right_ly.png") no-repeat center 16px;
}
.right_gotop{
    background:#fff url("../img/right_gotop.png") no-repeat center 24px;
}
.rightFloat ul li a{
    display: inline-block;
    padding-top: 58px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
}
.right_gotop a{
    color: #4c4c4c !important;
}
/* 列表页 */

.about_box{
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}
/* 分页 */
#page{
    text-align: center;
}

/* 弹框  在线留言 */
.tkBj{
    display: block;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    /* IE8兼容透明度 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.zxly{
    position: relative;
    width: 700px;
    background: #fff;
}
.lyhead{
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    background: #1469c4;
    text-align: center;
}
.fadeout{
    position: absolute;
    width: 27px;
    height: 27px;
    top:20px;
    right: 20px;
    background: url("../img/fadeout.png") no-repeat center;
}
.lybox{
    padding-top: 20px;
}
.layui-form-item {
    padding:0 20px;
    margin-bottom: 22px;
}
.layui-form-label{
    float:initial;
    padding: 0;
    width: auto;
    line-height: 40px;
    text-align: initial;
    font-size: 14px;
    color: #000000;
}
.layui-form-label i{
    color: #e02824;
}
.layui-input-block{
    margin-left: 6px;
}
.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
    border:1px solid #d3d3d3;
}
.btn{
    padding: 10px 0;
    text-align: center;
    background: #f2f3f5;
}
.layui-btn{
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    background: #1469c4;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.layui-layer-dialog .layui-layer-content{
    font-size: 16px !important;
}