@charset "UTF-8";
/*.logo {  width: 250px; margin: 80px auto 80px;}*/
/*.head { display:block; width:100%;height:50px;background-color:#FFF5EE; padding-left:410px;}*/
.head {
    padding: 13px 0;
    /*background: #FFF5EE;*/
}

.page {
    max-width: 1200px;
    margin: 0 auto;
}

.wei {

}

.insulate {
    margin-left: 750px;
    color: gray;
}

.font {
    margin-top: 20px;
}

.yi {
    font-size: 14px;
}

.small {
    color: limegreen;
    font-size: 14px;
}

.thead {
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(236, 236, 236, 1);
    -moz-box-shadow: 0 10px 10px rgba(236, 236, 236, 1);
    box-shadow: 0 10px 10px rgba(236, 236, 236, 1);
}

.navigator {
    height: 88px;
    display: flex;
    align-items: center;
    position: relative;
}

.navi {
    text-align: center;
    width: 700px;
    position: absolute;
    right: 0;
    height: 88px;
    line-height: 88px;
}

.logo {
    /*width: 250px;*/
    float: left;
}

.navi ul {
    display: flex;
}

.navi ul li {
    flex: 1;
}

.navi ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.navi ul li a:hover {
    border-bottom: 5px solid lawngreen;
}


.tbody {
    margin: 50px 0 60px;
    display: flex;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.tbody .leftimg {
    width: 760px;
}

.tbody .right {
    width: 440px;
    padding: 32px;
}

.tbody .right .title {
    position: relative;
}

.tbody .right .title .big {
    font-size: 22px;
    color: rgba(5, 189, 3, 1);
}

.tbody .right .title .tsmall {
    position: absolute;
    right: 0;
    bottom: 3px;
    color: rgb(57, 57, 57);
}

.item {
    margin-top: 30px;
    position: relative;
}

.form-input {
    width: 354px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .3);
    padding-left: 22px;
}

.form-input:focus {
    border: 1px solid rgb(255, 162, 31);
}

.item .code-btn {
    position: absolute;
    width: 120px;
    height: 100%;
    background: rgba(5, 189, 3, 1);
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.helper {
    /*padding-left: 22px;*/
    /*display: inline-block;*/
    padding: 8px 20px 0 22px;
    /*position: relative;*/
    /*margin-top: 8px;*/
    color: rgb(255, 162, 31);
}

.item .submit {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: rgba(5, 189, 3, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.foota {
    height: 290px;
    background: rgb(35, 35, 35);
    color: #fff;
}

.foota .foot_background {
    height: 290px;
    width: 1200px;
    position: absolute;
    z-index: 0;
}

.foota .content {
    width: 1130px;
    position: absolute;
    z-index: 99;
    background:linear-gradient(to right , rgba(35,35,35 ,1) , rgba(35,35,35,.9), rgba(35,35,35,1));
    height: 220px;
    padding: 40px 35px 30px;
}

.foota a {
    color: #fff;
}

.foota .nav li {
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
}

.foota .phone {
    font-size: 30px;
    margin: 10px 0;
}

.foota .desc {
    font-size: 12px;
    color: #F5F5F5;
    margin-bottom: 6px;
}

.foota .line {
    display: inline-block;
    width: 100%;
    height: .5px;
    background: rgba(255,255,255, .3);
}

.foota .copyright {
    text-align: center;
}

.foota .page {
    height: 290px;
    /*background-image: url("/static/index/img/index_img2.png");*/
    /*background: linear-gradient(to right, rgb(35,35,35), rgba(35,35,35, .3), rgb(35,35,35));*/
    /*box-shadow: inset 110px 10px 100px rgb(35,35,35);*/
}
.foota .copyright {
    margin-top:30px;
}
.foota .two {
    /*float:right;*/
    position: absolute;
    top: 40px;
    right: 0;
    text-align:center;
}
.tbody .right .bbig {
    font-size: 22px;
    color: rgba(5, 189, 3, 1);
}

 .fsmall {
     margin-left:198px;
    right:0;
    font-size: 22px;
    color: rgba(5, 189, 3, 1);
}
.nitem {
    margin-top: 50px;
    position: relative;
}
 .activee {
     display:none;
 }
.nitem .ncode-btn {
    position: absolute;
    width: 120px;
    height: 100%;
    background: rgba(5, 189, 3, 1);
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.twm {
    position:absolute;
    margin-left:-125px;
    margin-top:20px;
    display:none;
}

.right_tools:hover > .two{

    display:block;
}



