#header{
    background: #fff;
    height: 80px;
}
.headerW{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    background:url('../images/logo.png') no-repeat;
    width:125px;
    height: 37px;
    text-indent: -9999px;
    float: left;
    margin-top:20px;
}
.logo a{
    display: block;
    width:125px;
    height: 37px;
}
.gnb{
    float: right;
}
.gnb li{
    float: left;
    position: relative;
    font-size: 16px;
}
.gnb li a{
    display: block;
    color:#333;
    font-weight: 600;
    width: 160px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.gnb li:hover a{
    color:#3d70f4;
    border-bottom: 2px solid #3d70f4;
}

.gnb li .sub_depth{
    position: absolute;
    height:0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 999;
}
.gnb li .sub_depth li{
    float: none;
    width: 100%;
    text-align: center;
}
.gnb li .sub_depth li a{
    height: 40px;
    line-height: 40px;
    border:1px solid #dddddd;
    background: #f2f2f2;
    color:#3a3a3a;
    border-top: none;
}
.gnb li .sub_depth li a:hover{
    background: #fff;
}
.gnb li:hover .sub_depth{
    height: 200px;
}
.gnb li .sub_depth li a{
    font-size: 14px;
    font-weight: 400;
}

#container{
    clear: both;
}
/*main*/
.mVisW{
    min-width: 1200px;
    height: 600px;
    background:url('../images/m_vis.jpg') no-repeat 0 0;
    background-size: cover;
    position: relative;
}
.mVisW::after{
    content:"";
    display: block;
    width:50%;
    height: 100%;
    background-color: #234fce;
    opacity:0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    filter: alpha(opacity=80);
    top:0;
    left:0;
}
.mVisW p{
    padding-top:130px;
    font-size: 50px;
    line-height: 65px;
    width:1200px;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-600px;
    color:#fff;
    z-index: 1;
}
.mVisW p strong{
    font-weight: bold;
}

/**/
.m_bannerW{
    position: absolute;
    width: 1200px;
    bottom:60px;
    z-index: 2;
    left:50%;
    margin-left:-600px;
}
.m_bannerW ul li{
    float: left;
    width:20%;
}
.m_bannerW ul li a{
    display: block;
    height: 90px;
    margin-right:1px;
    padding:18px 25px;
}
.m_bannerW ul li .m_banner1{background:#fff url('../images/m_banner1.png') no-repeat 87% 50%;}
.m_bannerW ul li .m_banner2{background:#fff url('../images/m_banner2.png') no-repeat 87% 50%;}
.m_bannerW ul li .m_banner3{background:#fff url('../images/m_banner3.png') no-repeat 87% 50%;}
.m_bannerW ul li .m_banner4{background:#fff url('../images/m_banner4.png') no-repeat 87% 50%;}
.m_bannerW ul li .m_banner5{background:#fff url('../images/m_banner5.png') no-repeat 87% 50%;}

.m_bannerW ul li a strong{
    display: block;
    color:#000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.m_bannerW ul li a span{
    color:#1f5fff;
}

/**/
.mVisConW{
    clear: both;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.mVisConC{
    margin-right:-30px;
}
.mVisConA{
    color:#fff;
    width: 380px;
    height: 200px;
    float: left;
    margin:40px 30px 50px 0;
    text-align: center;
    cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mVisConA strong{
    font-size: 30px;
    display: block;
    margin-top:45px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.mVisConA strong::after{
    content: "";
    display: block;
    position: absolute;
    width:40px;
    height: 2px;
    background: #fff;
    left:50%;
    bottom: 0;
    margin-left:-20px;
}
.mVisConA p{
    font-size: 14px;
}
.mVisConA.bn1{background:#4bb591 url('../images/m_quick1.jpg') no-repeat 50% 50%; background-size: 120%;}
.mVisConA.bn2{background:#f78d3f url('../images/m_quick2.jpg') no-repeat 50% 50%; background-size: 120%;}
.mVisConA.bn3{background:#f75e77 url('../images/m_quick3.jpg') no-repeat 50% 50%; background-size: 120%;}

.mVisConA.bn1:hover{background-size: 100%;}
.mVisConA.bn2:hover{background-size: 100%;}
.mVisConA.bn3:hover{background-size: 100%;}


/*footer*/
#footer{
    background: #ebeef0;
    min-width: 1200px;
}

.footerW{
    margin: 0 auto;
    width: 1200px;
    padding:20px 0;
    font-size: 14px;
    overflow: hidden;
}
.footerLogo{
    float: left;
    width:18%;
    height: 37px;
    background: url('../images/footer_logo.png') no-repeat 0 0;
    text-indent: -9999px;
}
.footerInfo{
    width:82%;
    float: right;
}
.footerInfo ul{
    overflow: hidden;
    margin-bottom: 2px;
}
.footerInfo ul li{
    float: left;
    margin-right: 30px;
}
.footerInfo p{
    clear: both;
}
