/*TopHeader*/
html{
    width:100%;height:100%;
}
.fiexdDiv{
    position: fixed;
    z-index: 9999999;
    top:0;left:0;right:0;bottom:0;
    background: rgba(255,255,255,1);

}
.fiexdDivLoding{
    position: absolute;
    top:50%;left:50%;
    width: 200px;
    height:100px;
    margin-top:-50px;
    margin-left:-100px;
}
.indexBody{
    background: url("../images/ww.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}
.TopHeader{
    width:100%;
    background: #2e3033;
    overflow: hidden;
}
.TopNav{
    height:40px;
    float: right;
    margin-right: 30px;
}
.TopNav .layui-nav-item{
    float: right;
}
.TopNav .layui-nav-item a{
    display: inline-block;
    width:40px;
    height:40px;
}
.TopNav .layui-nav-item .WeiXin{
    background: url("../images/WeiXin_h.png") no-repeat center;
    background-size: 50%;
}
.TopNav .layui-nav-item .WeiBo{
    background: url("../images/weiBo.png") no-repeat center;
    background-size: 50%;
}
.TopNav .layui-nav-item .WeiXin:hover{
    background: url("../images/WeiXin.png") no-repeat center;
    background-size: 50%;
    background-color: rgba(0,0,0,.5);
}
.TopNav .layui-nav-item .WeiBo:hover{
    background: url("../images/weiBo_h.png") no-repeat center;
    background-size: 50%;
    background-color: rgba(0,0,0,.5);
}


/*nav*/


.header{
    width:100%;
    background: #fff;
    height:60px;
    border-bottom:1px #ccc solid;
}
.headerPo{
    position: fixed;
    left:0;
    top:0;
    z-index: 999999;
}
.heeaderAuto{
    max-width: 1200px;
    margin:0 auto;
    min-width: 1000px;
}
.LOGO{
    float: left;
}
.headerNav{
    float: right;
}


/*banner*/
.layui-carousel div .bannerOne{
    background: url("../images/banner1.jpg") no-repeat center;
    background-size: cover;
}
.layui-carousel div .bannerTwo{
    background: url("../images/banner2.jpg") no-repeat center;
    background-size: cover;
}
.layui-carousel div .bannerThree{
    background: url("../images/banner3.jpg") no-repeat center;
    background-size: cover;
}
.layui-carousel div  .bannerFour{
    background: url("../images/banner4.jpg") no-repeat center;
    background-size: cover;
}
.backGround_Grey{
    width: 100%;
    background: #f8f8f8;
}

.MoTitle{
    text-align: center;
    padding-top:10px;
}
.MoTitle h1,.MoTitle h2{
    font-size: 18px;
    padding:10px 0;
}


.layui-col-md4-ico{
    height:400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layui-col-md4-ico div{
    width:100px;
    height:140px;
    /*background: #00F7DE;*/
}
.layui-col-md4-ico div .span_img01{
    display: block;
    width: 94px;
    height:94px;
    margin-left:3px;
    background: url("../images/ico01_n.png") no-repeat center;
    transition:background 0.5s;
    -moz-transition:background  0.5s; /* Firefox 4 */
    -webkit-transition:background  0.5s; /* Safari and Chrome */
    -o-transition:background  0.5s; /* Opera */
}
.layui-col-md4-ico div:hover .span_img01{
    display: block;
    width: 94px;
    height:94px;
    margin-left:3px;
    background: url("../images/ico01_h.png") no-repeat center;
}

.layui-col-md4-ico div .span_img02{
    display: block;
    width: 94px;
    height:94px;
    margin-left:3px;
    background: url("../images/ico02_n.png") no-repeat center;
    transition:background 0.5s;
    -moz-transition:background  0.5s; /* Firefox 4 */
    -webkit-transition:background  0.5s; /* Safari and Chrome */
    -o-transition:background  0.5s; /* Opera */
}
.layui-col-md4-ico div:hover .span_img02{
    display: block;
    width: 94px;
    height:94px;
    margin-left:3px;
    background: url("../images/ico02_h.png") no-repeat center;
}
.layui-col-md4-ico div .span_img03{
    display: block;
    width: 94px;
    height:94px;
    margin-left:3px;
    background: url("../images/ico03_n.png") no-repeat center;
    transition:background 0.5s;
    -moz-transition:background  0.5s; /* Firefox 4 */
    -webkit-transition:background  0.5s; /* Safari and Chrome */
    -o-transition:background  0.5s; /* Opera */
}
.layui-col-md4-ico div:hover .span_img03{
    display: block;
    width: 94px;
    height:94px;
    margin-left:3px;
    background: url("../images/ico03_h.png") no-repeat center;
}
.layui-col-md4-ico div:hover b{
    color:#1da0f3;
}
.layui-col-md4-ico div b{
    display: block;
    line-height: 32px;
    font-size: 16px;
    width:100px;
    text-align: center;
    margin-top:10px;
    color:#666;
    transition:color 0.5s;
    -moz-transition:color  0.5s; /* Firefox 4 */
    -webkit-transition:color  0.5s; /* Safari and Chrome */
    -o-transition:color  0.5s; /* Opera */
}



/*touming*/
.TouMing{
    /*height:440px;*/
    background: rgba(20,147,215,.9);
    padding:40px 0;
}
.TouMing h1{
    text-align: center;
    color:#fff;
    padding-top:100px;
    font-size: 20px;
}
.TouMing p{
    color:#fff;
    padding:20px 10px;
}
.TouMing botton{
    display: block;
    line-height: 44px;text-align: center;
    border:1px #fff solid;
    color: #fff;
    background: rgba(255,255,255,.2);
    border-radius: 24px;
    width:140px;
    height:44px;
    margin:20px auto;
}

footer{
    background: #fff;
    overflow: hidden;
    padding:50px 0;
}
footer .DivFooter{
    /*overflow: hidden;*/
}
.leftFooter{
    width: 70%;
    float: left;
    /*overflow: hidden;*/
}
.leftFooter ul{
    float: left;
    width: 25%;
}
.leftFooter ul li{
    line-height: 32px;
    color:#666;
    margin-left:20px;
}
.leftFooter ul li:nth-child(1){
    color:#333;
    font-weight: 600;
}
.rightFooter{
    width: 30%;
    float: right;
}
.rightFooter .ErWeiMa{
    width:160px;
    height:160px;
    margin: 0 auto;
    background: #c43;
}
.rightFooter .ErWeiMa img{
    width: 100%;height:100%;
}
.rightFooter p{
    width: 100%;
    margin-top:10px;
    text-align: center;
}
.bottomDiv{
    background: #f8f8f8;
    border-top:1px #f0f0f0 solid;
    padding:10px 0;
}
.bottomDiv p{
    text-align: center;
    color:#999;
    font-size: 12px;
    line-height: 20px;
}


.layuiDiv03{
    width: 33.33%;
    float: left;

}
.layuiDiv03Child01,.layuiDiv03Child02{
    width: 100%;
    text-align: center;
}
.layuiDiv03Child10{
    width: 100%;
    text-align: center;
}
.layuiDiv03Child10 img{
    width: 98%;
    /*width: 360px;height:180px;*/
    margin: auto;
}
.layuiDiv03Child01 img{
    width: 360px;height:180px;
    margin: auto;
}
.layuiDiv03Child02 h1{
    width: 360px;
    margin: 20px auto;
    text-align: left;
    font-size: 18px;
    /*font-family: 微软雅黑;*/
    font-weight: 600;
    color:#333;
}
.layuiDiv03Child02 p{
    width: 360px;
    color:#999;
    /*height:180px;*/
    margin: auto;
    /*text-align: left;*/
    text-align:justify;
}
.layuiDiv03Child03 h1{
    width: 80%;
}
.layuiDiv03Child03 p{
    width: 80%;
}
.XMphone{
    text-align: right;
}
.XMphone .DivSpan{
    /*display: block;*/
    width: 360px;
    margin: auto;
    text-align: right;


}
.XMphone .DivSpan span{
    width:100px;
    height:36px;
    display: block;
    float: right;
    line-height: 36px;
    background: #ffde00;
    margin-top:120px;
    text-align: center;
    border-radius: 18px;
}
.XMphone .DivSpan b{
    font-size: 18px;
    line-height: 36px;
    /*background: #ffde00;*/
}


.layuiDiv04{
    width: 36%;
    float: left;
    text-align: left;
}
.layuiDiv04 img{
    width: 100%;
}
.layuiDiv06{
    width: 64%;
    float: right;
}
.layuiDiv06 .layuiDiv06top{
    text-align: center;
    box-sizing: border-box;
    padding: 40px 30px;
    height:50%;
}
.layuiDiv06 .layuiDiv06top h1{
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    margin:10px 0;

}
.layuiDiv06 .layuiDiv06top p{
    text-align: justify;
}
.layuiDiv06 .layuiDiv06bottom{
    width: 100%;
    height:50%;
    text-align: center;
}
.layuiDiv06 .layuiDiv06bottom div{
    width: 50%;
    text-align: center;
}


.zYqie{
    width:70px;
    height: 24px;
    line-height: 24px;

   text-align: justify; 
   margin-left: 180px;
   background: #333376;
   color: #fff;
   text-align: center;
   font-size: 14px;


}
.zYqie span{
 cursor:pointer;
}
