
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
.footer{
    width:100%;
    position:absolute;
    bottom:0;
}


.page-nav .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}

.page-nav .wrapper .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.page-nav .wrapper .right .title {
    font-size: 18px;
    padding-right: 10px;
}

.page-nav .wrapper .right .tel {
    font-size: 18px;
    color: #315e9f;
}

.bread {
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
}

.page-main {
    display: -ms-flexbox;
    display: flex;
}

.page-main .main {
    -ms-flex: 850;
    flex: 850;
    padding-right: 50px;
}

.page-main .sidebar {
    -ms-flex: 300;
    flex: 300;
}

.sidebar_sec .header {
    border-top: 1px solid #bbb;
}

.sidebar_sec .header .title {
    display: inline-block;
    border-top: 2px solid #315e9f;
    transform: translateY(-2px);
    font-weight: bold;
    padding: 10px 0;
}

.sidebar_article_list ul.list li a {
    line-height: 2;
}

.sidebar_contact_us li {
    line-height: 2;
}

a {
    color: #0078ff;
}

#bg {
    z-index: -1;
    position: absolute;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100px);
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2%;
}

.wrapper * {
    color: #fff;
}

.wrapper .right {
    width: 400px;
    background: #274252;
}

.wrapper .right .header {
    color: #00ffbd;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #203b4c;
}

.wrapper .right form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
}

.wrapper .right form .item {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 320px;
    margin-bottom: 20px;
}

.wrapper .right form .item.yzm .icon {
    -ms-flex: 40;
    flex: 40;
}

.wrapper .right form .item.yzm input {
    width: 100px;
    margin-right: 5px;
}

.wrapper .right form .item.yzm .verify {
    -ms-flex: 110;
    flex: 110;
    margin-right: 5px;
    overflow: hidden;
}

.wrapper .right form .item.yzm .verify img {
    width: 100%;
}

.wrapper .right form .item.yzm .change {
    -ms-flex: 55;
    flex: 55;
    line-height: 40px;
    cursor: pointer;
}

.wrapper .right form .item .icon {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}

.wrapper .right form .item input {
    outline: none;
    text-indent: 1rem;
    border: none;
    color: #333;
    -ms-flex: auto;
    flex: auto;
}

.wrapper .right form .item .login-btn {
    border: none;
    background-color: #00c491;
    color: #fff;
}

.sysBg{position: fixed;width: 100%;height: 100%;z-index: 19891014;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.sysTitle{font-weight: bold;height: 50px;line-height: 50px;position: relative;color: #222222;font-size: 16px;text-align: center;}
.sysTitle img{margin-bottom: 3px;margin-right: 5px;}
.sysTitle i{display: block;position: absolute;height: 20px;width: 20px;transition: all .4s linear;right: -17px;top: 14px;cursor: pointer;background: url(../images/sysclose.png) no-repeat center;}
.sysTitle i:hover{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.systemUpdate{position: fixed;width: 600px;background: #edeef1;
    box-shadow: 0px 8px 40px 0px
    rgba(51, 56, 80, 0.9);
    border-radius: 5px 5px 0 0;
    left: 50%;
    margin-left: -250px;
    top: 25px;
    z-index: 19891015;
    transition: all .3s linear;
    animation:sysBg 1s ease;
    padding: 0 30px 20px 30px;
}


.highformwork{
    overflow: hidden;
    position: absolute;
    top: 66%;
    left: 16%;
}
.highformwork:hover{
    transform: translateY(-30%) translateX(-30%);
    background:url('../img/8_1.png') no-repeat;
    width:280px;
    height:280px;
}
.highformwork:hover img{
    visibility:hidden;
}
.pit{
    overflow: hidden;
    position: absolute;
    top: 36%;
    left: 19%;
}
.pit:hover{
    transform: translateY(-30%) translateX(-30%);
    background:url('../img/8_2.png') no-repeat;
    width:280px;
    height:280px;
}

.pit:hover img{
    visibility:hidden;
}
.tunnel{
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: 29%;
}
.tunnel:hover{
    transform: translateY(-30%) translateX(-30%);
    background:url('../img/8_3.png') no-repeat;
    width:280px;
    height:280px;
}

.tunnel:hover img{
    visibility:hidden;
}
.metro{
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: 44%;
}
.metro:hover{
    transform: translateY(-30%) translateX(-30%);
    background:url('../img/8_4.png') no-repeat;
    width:280px;
    height:280px;
}

.metro:hover img{
    visibility:hidden;
}
.house{
    overflow: hidden;
    position: absolute;
    top: 36%;
    left: 54%;
}
.house:hover{
    transform: translateY(-30%) translateX(-30%);
    background:url('../img/8_5.png') no-repeat;
    width:280px;
    height:280px;
}

.house:hover img{
    visibility:hidden;
}

.bridge{
    overflow: hidden;
    position: absolute;
    top: 65%;
    left: 58%;
}
.bridge:hover{
    transform: translateY(-30%) translateX(-30%);
    background:url('../img/8_6.png') no-repeat;
    width:280px;
    height:280px;
}

.bridge:hover img{
    visibility:hidden;
}
.login-bg{width: 100%; background-position: center center;background-attachment: fixed; -webkit-background-size: contain; background-size: cover;}

.login-top{width:100%;height: 66px;color:#fff;border-bottom: 1px solid #1f1f1f;background-color: #1578B1;}
.login-logo{ padding-left: 1px;padding-top: 1px; float:left;}
.login-logo img{ float:left;margin-right:10px;}
.login-logo h1{font-size:18px;line-height: 38px; float:left;}
.login-top-right{float:right;}
.login-top-right .login-register{float: left;cursor:pointer;margin-top: 8px;}
.login-top-right .login-register img{padding:0 18px;}
.login-top-right .login-register span{line-height: 30px;font-size:12px;color:#cccccc;padding: 0 20px;border-radius: 16px;border:1px solid #cccccc;display: inline-block;}
.login-top-right .login-register span:hover{background: #cccccc;color:#000000;}
.login-foot{ line-height: 50px;width:100%;text-align: center;font-size:12px;color:#999999;position:absolute;bottom:0;left:0;}


.alertMessagelogin,#alertMessagelogin
{
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom,
    color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
    color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    font-size:13px;
    text-transform:capitalize;
    /*	font-weight:bold;*/
    border: 1px solid!important;
    color: #fff;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    margin-bottom: 10px;
}
#alertMessagelogin{
    position:fixed;
    /*	display:none;
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);*/
    right: -90px;
    text-transform: uppercase;
    bottom: 35px;
    z-index:100001;
    cursor:pointer;
    border: 1px solid;
    display: none;
}

.alertMessagelogin.info ,#alertMessagelogin.info
{
    border-color: #3b8eb5!important;
    background-color:#C2E3F0;
    color:#34667A!important;
    text-shadow:1px 1px 1px #C8EBFB;
}

.alertMessagelogin.error ,#alertMessagelogin.error
{
    border-color: #c43d3d!important;
    background-color:#fc4a48;
    color:#5A0000 !important;
    text-shadow:1px 1px 1px #E64040;
}
.alertMessagelogin.warning ,#alertMessagelogin.warning
{
    border-color: #d99a36 !important;
    background-color:#fcdb72;
    color:#987402 !important;
    text-shadow:1px 1px 1px #e7b104;
}
.alertMessagelogin.success ,#alertMessagelogin.success
{
    background-color: #61b832;
    border-color: #55a12c !important;
    /*	color:#324e03 !important;*/
    text-shadow:1px 1px 1px #5c9201;
}

.alertMessagelogin h3
{
    margin: 0  !important;
    border:none;
    line-height: 25px !important;
    color:#FFF;
}

#preloader {
    background: #fff url(../img/preloader.gif) no-repeat 12px 10px;
    font-size: 11px;
    height: 34px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 50%;
    width: 131px;
    z-index: 1209;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #00000;
    text-shadow: none;
    display: none;
}


 .blocks {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
     width: 68%;
     top: 20vh;
     left: 5vw;
}
 .blocks .block {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
     margin: 76px;

    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
 .blocks .left {
     -webkit-transform: perspective(600px) rotateY(-40deg);
     transform: perspective(600px) rotateY(-40deg);
 }

 .blocks .right{
     -webkit-transform: perspective(600px) rotateY(40deg);
     transform: perspective(600px) rotateY(40deg);
 }
 .blocks .block .overlay {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
 .blocks .block .overlay img {
    width: auto;
    max-width: 50%;
}
 .blocks .block.hover, body .blocks .block:hover {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    cursor: pointer;
}
.blocks .block.hover .overlay, body .blocks .block:hover .overlay {
    opacity: 1;
}
/*jQueryä¹‹å®¶-http://www.htmleaf.com*/
