﻿*,
*::before,
*::after
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body,
.container-wrap,
.container-fluid,
.row
{
    height: 100%;
}
body
{

    font-family: "Hiragino Sans GB",Arial,Helvetica,"STHeiTi","Microsoft Yahei",sans-serif;


    color: #000;
}

img
{
    max-width: 100%;
}

a
{
    text-decoration: none;color: #000000;
}

.f24
{
    font-size: 24px;
    line-height: .8;
    margin-bottom: 9px;
}
.container-wrap
{
    overflow: hidden;
}

.container-fluid
{
    overflow: visible;

    width: 1200px;
    margin: 0 auto;
}

.row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 1920px; */
    margin: 0 auto;
    margin-left: -360px;
    background: url(../images/pc-img.jpg) no-repeat center;
    background-size: cover;
}
.left{
    display:none;

}

.left,
.right-wrap
{
    width: 50%;
}
.img-bg
{
    height: 100%;
    background: url(../images/pc-img.jpg) no-repeat left top;
    background-size: cover;
}
.right-wrap
{
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.right
{
    position: absolute;
    top: 50%;

    padding-left: 78px;
    /* bottom: 50%; */

    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.logo
{
    position: absolute;
    top: -7px;
    left: 0;

    width: 76px;
    height: 76px;

    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);

    background: url(../images/logo-border.png) no-repeat;
    background-size: 100%;
}

h1
{
    font-size: 50px;
    font-weight: bold;

    margin: 0;
}

.text
{
    font-size: 16px;
}

.t-mall
{
    line-height: 37px;
    position: relative;
    display: inline-block;
    width: 169px;
    height: 42px;
    text-align: center;
    color: #fff;
    background: url(../images/href.png) no-repeat center top;
    background-size: 98%;
    font-size: 20px;
}

.t-mall:after
{
    position: absolute;
    right: -8px;
    bottom: 5px;

    display: block;

    width: 23px;
    height: 29px;

    content: '';

    background: url(../images/pointer.png) no-repeat;
    background-size: 100%;
}

.margin
{
    margin: 26px 0  13px 0;
}

.post span
{
    display: block;
    padding: 1px 0;
}

.post span.text
{
            padding: 4px 0;
}

.post .qrcode
{
    width: 150px;
    height: 150px;
    margin: 16px 0 0px 0;
    margin-left: -8px;
}

.post .section
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-align: left;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post .section:nth-of-type(1)
{
    margin-top: 12px;
}
.post .section span
{
    margin-bottom: 7px;
    padding: 2px 0;
}

i.icon
{
    display: block;
    width: 22px;
    height: 22px;
    margin: 2px 10px 2px 0;
}

.icon-phone
{
    background: url(../images/phone.png) no-repeat;
    background-size: 100%;
}

.icon-email
{
    background: url(../images/email.png) no-repeat;
    background-size: 100%;
}
.m
{
    display: none;
}

.foot{position: absolute;
    bottom: 5px;
    left: 78px;
    font-size: 12px;
    color: #999;
    }
.foot a{ color: #999;  }



/*内页*/
.intop{height: 94px;border-bottom: 1px solid #eee;width:100%;}
.intop .logo{position: relative;top:0;left: 0;margin: 0 auto;-webkit-transform:none;transform:none;width: 50px;height: 50px;margin-top: 30px;}
.intop .logo a{display: block;width: 100%;height: 100%;}
.inmain{width:1000px;margin: 0 auto;line-height: 41px;font-size: 15px;}
.infoot{font-size:12px;color: #999;line-height: 50px;text-align: center;}
.infoot a{color: #999;}
.infoot a:hover{color: #e33144;}