.footer{
    width: 100%;
    padding: 2%;
    overflow: hidden;
    background-color: #fff;
}
@media screen and (max-width: 700px) {
    .footer{
        display: none;
    }
}
.footer div{
    width: 20%;
    float: left;
}
.footer>div:first-child{
    width: 17% !important;
    float: left;
}
.footer div p{
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    font-size: 20px;
    margin-bottom: 5%;
}
.footer div div{
    width: 100%;
    text-align: left;
}
.footer div div a{
    display: block;
    width: 100%;
    margin: 5% 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    font-size: 12px;
}
.footer div div a:hover{
    color: #000;
}
@media screen and (min-width:700px)and (max-width:1000px) {
    .footer{
        width: 100%;
        padding: 3%;
        overflow: hidden;
    }
    .footer div{
        width: 20%;
        float: left;
    }
}
@media screen and (min-width:400px)and (max-width:699px) {
    .footer{
        width: 100%;
        padding: 3%;
        overflow: hidden;
    }
    .footer div{
        width: 20%;
        float: left;
    }
    .footer div:first-child{
        width: 15%;
        float: left;
    }
    .footer div p{
        font-size: 10px;
        margin-bottom: 3%;
    }
    .footer div div a{
        margin: 5% 0;
        font-size: 8px;
    }
}
@media screen and (min-width:300px)and (max-width:399px) {
    .footer{
        width: 100%;
        padding: 3% 0;
        overflow: hidden;
    }
    .footer div{
        width: 22%;
        float: left;
    }
    .footer div:first-child{
        width: 10%;
        float: left;
    }
    .footer div p{
        font-size: 10px;
        margin-bottom: 3%;
    }
    .footer div div a{
        margin: 5% 0;
        font-size: 8px;
    }
}
.Up{
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 90%;
    right: 1%;
    z-index: 999999999;
    cursor: pointer;
}
.Up:hover{
    background: rgba(228,228,228,.8);
}
.explain{
    width: 100%;
    padding: 1% 0;
    background-color: #fff;
    text-align: center;
}
.explain p{
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    line-height: 30px;
    font-size: 13px;
}
.ph-footer{
    width: 100%;
    height: auto;
    margin-bottom: 0%;
    background-color: #fff;
}
.nav-footer{
    width: 95%;
    margin-left: 2.5%;
    border-bottom: 1px solid #ccc;
}
.nav-footer p{
    font-size: 20px;
    line-height: 80px;
    margin: 0;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.nav-footer div a{
    display: block;
    width: 100%;
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    line-height: 30px;
    color: #678;
    text-align: left;
}
.nav-footer div,p{
    display: block;
    font-size: 14px;
    color: #a6a3a3;
    font-family: "Microsoft YaHei","Arial","Helvetica", "sans-serif";
}
.nav-footer div{
    padding-bottom: 5%;
}
.lo-img{
    width: 100%;
    text-align: center;
    padding: 5% 0;
}
.lo-img p{
    width: 60%;
    margin-left: 20% !important;
}
.lo-img p img{
    width: 100%;
}
@media screen and (min-width:700px){
    .ph-footer{
        display: none;
    }
}
svg{
    top: 35%;
    right: 5%;
    width: 35px;
    height: 35px;
}
.nav-footer svg{
    position: absolute !important;
    top: 30%;
    right: 5%;
    width: 35px;
    height: 35px;
}
@media screen and (min-width: 1300px){
    .logo3{display: none}
}
@media screen and (max-width: 1299px){
    .logo3{display: inline-block}
    .logo2{display: none}
}
.Up img {
    width: 40px;
    height: 40px;
}
/*----------------------------------------*/
.ctx {
    width:100%;
    height:100%;
    position:absolute;
    top:0%;
    left:0%;
    background-color:#b8b7b3;
    background:rgba(0,0,0,1);
    z-index:9999999;
}
.cols {
    position:absolute;
    top:4%;
    right:2%;
    cursor:pointer;
}
.input-txt{
    width: 40%;
    height: 100%;
    margin-left: 30%;
}
.input-txt>form{
    padding-top: 20%;
    text-align: center;
}
.input-txt>form>span{
    font-size: 48px;
    line-height: 104px;
    color: #fff;
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
}
.input-txt>form>p{
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    color:  #a1a1a1;
    margin-bottom: 3%;
}
.in-p-two{
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    color:  #a1a1a1;
    margin-bottom: 3%;
    display: block;
    width: 80%;
    margin-left: 10%;
    line-height: 35px;
    text-align: left;
}
.in-a-two{
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
}
.in-p-two>a{
    margin: 0;
}
input {
    height:40px;
    border: none;
    background: transparent;
    outline:none;
    border-bottom: 1px solid #3e3e3e;
    color: #fff;
    width:49%;
    display:inline-block;
    box-sizing:border-box;
    margin-bottom:15px;
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    font-size:1.1rem;
}
textarea{
    height:100px;
    outline:none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #3e3e3e;
    color: #fff;
    width:49%;
    display:inline-block;
    box-sizing:border-box;
    margin-bottom:30px;
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    font-size:1.1rem;
    resize: none;
}
.inp-1{
    width:40%;
}
.inp-3{
    width: 82%;
}
.inp-bot{
    background-color: #e4e4e4;
    border-radius: 4px;
    color: #3e3e3e !important;
    cursor: pointer;
}
input[type=text] {
    padding-left:2%;
}
textarea[type=text] {
    padding-left:2%;
    border: 1px solid #3e3e3e;
}
.right textarea {
    height:228px;
    width:99%;
    font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    font-size:1.1rem;
}
@media screen and (min-width:800px)and (max-width:1000px) {
    .input-txt{
        width: 60%;
        height: 100%;
        margin-left: 20%;
    }
}
@media screen and (min-width:600px)and (max-width:799px) {
    .input-txt{
        width: 80%;
        height: 100%;
        margin-left: 10%;
    }
}
@media screen and (min-width:400px)and (max-width:599px) {
    .input-txt{
        width: 100%;
        height: 100%;
        margin-left: 0%;
    }
}
@media screen and (min-width:300px)and (max-width:399px) {
    .input-txt{
        width: 100%;
        height: 100%;
        margin-left: 0%;
    }
    .input-txt>form>span{
        font-size: 32px;
        line-height: 54px;
        color: #fff;
        font-family: "Microsoft YaHei","Arial", "Helvetica", "sans-serif";
    }
    .inp-1{
        width:80%;
        height: 30px;
    }
    .inp-3{
        width:80%;        
    }
    input.inp-3{
        height: 30px;
    }
    .in-p-two{
        line-height: 25px;
    }
}
.icon-wx {
    padding: 10% 0;
}
/*-------------*/
.i5{
    position: absolute !important;
    top: 50%;
    left:  20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 68px !important;
    height: 68px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 0px !important;
}
.i6{
    position: absolute !important;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 34px !important;
    height: 33px !important;
    box-shadow: 0px 0px 0px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.da-thumbs>li>a>div:hover>img{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.deta-img>ul>li>a>.fox:hover>img{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
@media screen and (max-width: 1049px){
    .i5{
        left:  50%;
    }
    .i6{
        left:  50%;
    }
}
/*------------------------------*/
    @media screen and (max-width: 1049px){
        .fd>.logo2 {
            display: block;
        }
    }
.fd{
    width: 100%;
    height: 64px;
    position: fixed;
    background-color: #f5f5f5;
    z-index: 9999;
    display: none;
}
.fd>.logo2 {
   margin-top: 0.5%;
    margin-left: 5%;
    z-index: 10000 !important;
}
/*-------------------------*/
.side-menu > .link > a {
    font-size: 14px !important;
}
.side-menu > .link-wei >a:hover>.ling-bot{
    display: none;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
}
.side-menu > .link-wei >a:hover>.wei{
    display: block;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
}
.link2{
    display: block;
    margin-top: 178% !important;
}
.link3{
    display: block;
    margin-top: 168% !important;
}
.lkw{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 3%;
}
.lkw>.lkw-img{
    position: relative;
    display: block;
    cursor: pointer;
    color: #a6a3a3;
    text-align: center;
    margin-bottom: 3%;
}
.lkw>.lkw-img:hover>.wei{
    display: block;
}
.lkw>.lkw-img:hover>.ling-bot{
    display: none;
}
.lkw>.lkw-img>.wei{
    margin: auto;
    display: none;
}
.lkw>.lkw-img>.ling-bot{
    position: absolute !important;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -250%);
    -webkit-transform: translate(-50%, -250%);
    -moz-transform: translate(-50%, -250%);
    -o-transform: translate(-50%, -250%);
    -ms-transform: translate(-50%, -250%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    display: block;
    margin: 0 auto;
}
.lkw>.lkw-txt{
    display: block;
}
.lkw>.lkw-txt>p{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #a6a3a3;
}
.icon-reorder {
    top: 3.2% !important;
}

/* 2016.7.28 导航button动画*/
.menu_antop {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    margin-top: 11px !important;
}
.menu_anbtm {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    margin-top: -11px !important;
}
/* 216.7.29.放大按钮区域 */
.boton a{
    padding: 5%;
}

/* 2016.7.29 联系我们 */
.set1{
    width: 100%;
    height: auto;
    padding-top: 2%;
    background: url("../image/message-bg.jpg") no-repeat center;
    background-size: cover;
}

.fox1{
    width: 80%;
    /* margin-left: 10%; */
    overflow: hidden;
    margin: 0 auto;
}
.fox1 div{
    /*  float: right;  */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.fox1 span{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-top: 2%;
    color: #fff;
}
.fox1 span p {
    line-height: 30px;
    color: #fff;
    margin: 10px 0px;

}
.set1 .fox1 .right-int form input{
    font-size: 14px;
    display: block;
    color: #010101;
    width: 100%;
    border:1px solid #678 !important;
    background-color: rgba(255, 255, 255, 0.9);
}
.set1 .fox1 .right-int form input.right-bot{
    background-color: rgba(255, 102, 0, 1.0);
    color:#fff !important;
    border: none !important;
    /* clear: both; */
    float: right;/* 2016.10.14 */
    width: 65%;
    margin-left: 5%;
}
.set1 .fox1 .right-int form input.right-bot:hover{
    background-color: rgba(255, 102, 0, 0.9);
    color:#fff;
}
.set1 .fox1 .right-int form textarea{
    font-size: 14px;    
    display: block;
    color: #010101;
    border: 1px solid #678 !important;
    width: 100%;
    height: 120px;
    background-color: rgba(255,255,255,0.9);    
    padding-top: 5px;
}
.set1 .fox1 .right-bot{
    display: block;
   /*  width: 50% !important;
   margin-left: 25%; */
    color: #a6a3a3;
    cursor: pointer;
    border:  1px solid #678 !important;
    /* margin-top: 5%; */
}
.set1 .fox1 .right-bot:hover{
    color: #000 !important;
}
@media screen and (max-width: 700px) {
    .fox1 {
        width: 95%;
        margin-left: 2.5%;
        overflow: hidden;
    }
    .fox1 div{
       clear: both;
        width: 100%;
        padding: 2% 0;
    }
}
.boton a{
    padding: 5%;
}
/* 2016.7.29 联系我们-end */

/* 2016.8.1首页咨询报价 */
.chos{
    position: absolute;
    right: 5%;      
    height: 40px;
    line-height: 40px !important;
}
.nav-ul > li.chos{
    line-height: 0.5rem;  
    margin-top: 0.6%;
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
    .nav-ul > li.chos{    
    margin-top: 0.8%;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
    .nav-ul > li.chos{    
    margin-top: 1%;
    }
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
    .nav-ul > li.chos{    
    margin-top: 1.2%;
    right: 0%;
   }
}
.nav-ul > li.chos a {    
    width: 120px;
    height: 40px;
    background-color: rgba(0,0,0,0.7);
    display: block;
    color: #fff;
}
.nav-ul > li.chos a:hover{
    color: #eee;
}
/* 2016.8.1首页咨询报价 */

/* 2016.8.10 首页咨询报价*/
#ZXIPT_Qbudget,#ZXIPT_Qperiod,#ZXIPT_Qway {    
    text-align: center;
    width: 100%;   
    height: 42px;
    -webkit-appearance: none;
    -moz-border-radius: 0px;    
    color: #666;    
    text-align: left;
    font-size: 14px;   
    border: 1px solid #678 !important;   
    margin-bottom: 15px;
    padding-left: 2%;    
    background: rgba(255,255,255,0.9) url("../image/drop-down.png") 98.5% 14px  no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}
#ZXIPT_Qbudget option,#ZXIPT_Qperiod option,#ZXIPT_Qway option{
    width: 100%;
    overflow: hidden;
    padding-left: 2%;
    color: #010101;
    background-color: rgba(255,255,255,0.6);
}
.checkboxs input{
    width: 5% !important;
    display: inline-block !important;
    height: 16px;
    margin: 0;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}
.checkboxs label{
    width: 23%;
    display: inline-block !important;
    font-size: 14px;
    vertical-align: middle;
    margin-top: -4px;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
}
@media screen and (max-width: 1300px) {
    .checkboxs label{
        margin-top: -2px;
    }
}
span.checkboxs {
    margin-bottom: 15px;
    margin-top: 0px;
    height: 100px;
}
span.checkboxs h2{
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0 !important;
}
input,textarea,select{
    -webkit-appearance : none
}
/* 2016.8.15 svg大小*/
.nav-footer p .svg2{
    width:30px;
    height: 30px;
}
/* 2016.8.15 logo */
.logo a img {
    width: 32%;
}
li.ul-logo img{
    width: 100%;
}
@media screen and (max-width:323px){
    .logo a img {
        width: 60%;
    }   
}
@media screen and (min-width:324px ) and (max-width:399px){
    .logo a img {
        width: 55%;
    } 
}
@media screen and (min-width:400px ) and (max-width:639px){
    .logo a img {
        width: 40%;
    }   
}
@media screen and (min-width:640px ) and (max-width:768px){
    .logo a img {
        width: 35%;
    }   
}
.nav-ul > li:first-child{
    margin-left: -0.5% ;
    width: 22%;
    max-width: 256px;
}
.nav-ul.ul_left > li:first-child {
    margin-left: 1.5% ;
    width: 22%;
    max-width: 256px;
}

@media screen and (min-width:769px ) and (max-width:1299px){
    .nav-ul > li:first-child{
    margin: -4% 0 0 -0.5%;
    width: 22%;
    max-width: 256px;
    }
    .nav-ul.ul_left > li:first-child {
    margin: -4% 0 0 -0.5%;
    width: 22%;
    max-width: 256px;
    }  
}
@media screen and (max-width:768px){
    li.ul-logo img{
    width: 90%;
    margin: -6%;
    }
    .nav-ul > li:first-child{
    margin: 1% 0 0 -4% !important;
    width: 22%;
    max-width: 256px;   
    }
    .nav-ul.ul_left > li:first-child {
    margin: 1% 0 0 -4% !important;
    width: 22%;
    max-width: 256px;   
    }
    .nav-ul.ul_left  li + a img{
        margin: 1% 0 0 -4% !important;
        width: 22%;
        max-width: 256px;  
    }     
}
@media screen and (min-width:769px ) and (max-width:1024px){
    li.ul-logo img{
    width: 90%;
    }  
}
/* 2016.8.16报价咨询 */

@media screen and (min-width:768px ){
    .fox1 div.l_right,.fox1 div.f_right{
        width: 48%;
    }
    .fox1 div.l_right{
        float: left;
    }
    .fox1 div.f_right{
        float: right;
        /* padding-bottom: 3.5%; */
    }
    .set1 .fox1 .right-int form textarea{
        height: 149px;
    }
    textarea{
        margin-bottom: 16px;
    }
    /* span.checkboxs{
        margin-bottom: 30px;
    } */
    span.checkboxs h2{
        /* margin-bottom: 20px; */
        font-size: 28px;
        line-height: 28px;
    }
    /* .set1 .fox1 .right-bot{    
    width: 40% !important;
    margin-left: 30%;    
    } */
    .fox1 .right-int form#frmInput_2 {
    padding-bottom: 2%;
    }    
}
span.checkboxs input{
    background-color: rgba(255,255,255,0.0) !important;
}
/* 2016.8.22去除input默认样式 */
input,select,textarea {border-radius: 0; /*去除input默认样式*/}

@media screen and (max-width:767px ){
    .nav{
        display: none !important;
    }  
}
/* 2016.8.24 服务隐私条款*/
#set1 .fox1 div.l_right.mar_bottom ,
#set1 .fox1 div.f_right.mar_bottom {
    padding-bottom: 3.5%;
    padding-top: 1%;
}
#set1 .fox1 div.l_right h3,#set1 .fox1 div.f_right h3{
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0;
}
#set1 .fox1 div.l_right p,#set1 .fox1 div.f_right p{
    color: #fff;
    text-align: left;
    line-height: 18px;
    font-size: 12px;
}
#set1 .fox1 div.f_right p{
    font-family: "Arial";
    font-size: 13px;
}
/* 2016.10.14 留言验证码*/
span#vcode_w {
    position: relative;
    width: 30%;
    display: inline-block;
    margin-top: 0;
}
input#validateCode{
    background-color: #fff;
    padding-left: 6%;
}
img#vcodeimg {
    position: absolute;
    top: 10px;
    right: 5px;
}
.input-mobile{
    width: 50%;
    float: left;
}
@media screen and (min-width: 1001px) {}
    .sub-mobile{
        width: 45%!important;
        height: 67px;
    }
    .input-mobile{
        width: 50%!important;
        float: left;
    }
@media screen and (max-width: 700px) {
    .mg-top2{margin-top: 2%!important;}

}
@media screen and (max-width: 1000px) {
    .input-mobile{
        width: 100%!important;
        float: left;
    }
    .sub-mobile{
        width: 100%!important;
    }
}


@media screen and (min-width: 1000px) and (max-width: 1600px) {
    .input-mobile{
        width: 70%!important;
    }
    .sub-mobile{
        width: 30%!important;
        margin-left: 0!important;
    }

}