/*公共样式*/
a{
    text-decoration: none;
}
ul,li,dl, dt, dd,h1,h2,h3,h4,h5{
    padding:0;
    margin:0;
    list-style: none;
}
html,body{
    width:100%;
    height:auto;
    margin: 0;
    padding: 0;
    min-width: 1300px;
    *overflow-x: hidden;
    /**overflow-y: hidden;*/
    /*overflow: hidden;*/
    font-family: \5FAE\8F6F\96C5\9ED1,"幼圆";
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.inlock{
    display: inline-block;
}
/*公共样式结束*/
.navFrame{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 985;
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: #292c33;
}
.center_menu_frame{
    width: 50%;
    height: 100%;
    min-width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}
.center_menu_frame div{
    height: 100%;
}
.top_stick {
    background-image: url("../images/arrow.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: medium none;
    bottom: 20px;
    display: block;
    height: 32px;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 2%;
    text-decoration: none;
    text-indent: 100%;
    width: 32px;
    z-index: 999;
    display: none;
}
.top_menu_left{
    margin-left: 40px;
}
.top_menu_right{
    margin-right: 40px;
}
.top_menu_right ul{
    height: 100%;
    position: relative;
}
.top_menu_right ul li{
    height: 100%;
    display: inline-block;
    *float: left;
    margin-left: 15px;
}
.top_menu_right ul li a{
    font-size: 20px;
    padding: 10px 20px;
    height: 100px;
    line-height: 103px;
    color: #cccccc;
    *line-height: 110px;
    position: relative;
}
.top_menu_right ul li a:hover{
    color: white;
    left: 1px;
    top: 1px;
}
.top_menu_right ul li a span,
.navFrame li a span{
    position: absolute;
    display: inline-block;
    z-index: 3;
}
.top_Text{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: -130px;
    z-index: 3;
    text-align: center;
}
/*================案例首页=============*/
.mw1200{
    min-width: 1200px;
}
.wid1200{
    width: 1200px;
    margin: 0 auto;
}
.path {
    color: #333333;
    font-size: 16px;
    margin-top: 70px;
}
.path a {
    color: #333333;
    font-size: 16px;
}
.pt110{
    padding-top: 110px;
}
.new_content {
    margin-bottom: 5em;
    text-align: center;
}
.new_content h3 {
    color: #333333;
    font-size: 32px;
    line-height: 2em;
    margin-top: 2em;
    text-align: center;
    font-weight: normal;
}
.new_content .con_date {
    color: #666666;
    font-size: 18px;
    line-height: 2em;
    text-align: center;
}
.new_content p {
    color: #666666;
    font-size: 16px;
    line-height: 2.5em;
    text-align: left;
    text-indent: 2em;
}
.new_content img {
    margin: 5em auto;
}
.updown {
    color: #333333;
    font-size: 16px;
    margin-bottom: 16em;
}
.le {
    float: left;
}
.ri {
    float: right;
}
.updown a {
    color: #333333;
}

/*for footer css style*/
.footer-Frame-Div{
    width: 100%;
    height: 300px;
    background-image: url("../images/contact_bj.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3% 0%;
    position: relative;
    margin-top: 50px;
}
.foot-Frame{
    width: 100%;
    height: 110%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    *overflow: inherit;
}
.coner-child-frame{
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    background-image: url("../images/contact_bj.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}
.Ft-first-div{
    position: relative;
    height: 300px;
    margin: 0 auto;
}
.Ft-second-div{
    height: 105px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}
.img-ewm{
    bottom: 20px;
    height: 100%;
    *height: 130%;
    position: absolute;
    right: -100%;
    text-align: right;
}
.lxwm{
    text-align: left;
    width: 800px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 35%;
    *top: 0px;
    left: -100%;
}
.lxwm h3{
    color: white;
    font-size: 48px;
    line-height: 68px;
    font-family: '微软雅黑', '幼圆';
    font-weight: bolder;
    display: block;
    width: 100%;
}
.lxwm h2{
    color: #EE3637;
    font-size: 22px;
    line-height: 32px;
    font-family: '幼圆';
    width: 100%;
}
.lxwm p{
    color: white;
    font-size: 18px;
    font-family: '微软雅黑', '黑体';
    line-height: 18px;
    width: 100%;
}
.lxwm .formDiv{
    padding-top: 30px;
}
.lxwm .formDiv .form-text{
    border: none;
    background-color: transparent;
    border-bottom: 3px solid red;
    width: 250px;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    color: white;
    text-indent: 10px;
    margin-right: 20px;
    outline: medium none;
}
.lxwm .formDiv .call,
.lxwm .formDiv .zixun{
    height: 70px;
    font-size: 1.5em;
    color: white;
    margin-right: 20px;
    background-color: #EE3637;
    border: none;
}
.lxwm .formDiv .call:hover,
.lxwm .formDiv .zixun:hover{
    background-color: #C28F44;
}
.lxwm .formDiv .call{
    width: 160px;
}
.lxwm .formDiv .zixun{
    background-image: url("../images/xx.png");
    background-repeat: no-repeat;
    background-position: 50px center;
    width: 240px;
    text-indent: 40px;
}
.Ft-logo{
    width: 30%;
    height: 103px;
    position: absolute;
    left: -50%;
}
.CopyDisction{
    width: auto;
    height: 103px;
    position: absolute;
    right: -50%;
}
.Ft-a-div{
    width: auto;
    height: auto;
    padding: 10px 0 10px 80px;
    text-align: left;
    color: #333333;
    overflow: hidden;
}
.Ft-a-div a{
    color: #333333;
    font-size: 1.2em;
    display: inline-block;
    margin: 0 10px;
}
.Ft-sm-text{
    color: #808080;
    text-align: left;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 24px;
}

