@charset "UTF-8";

.inpage{
    position: relative;
    z-index: 9;
    padding-bottom: 64px;
}
.inpage1{
    margin-top: -47px;
    background: #cffffc url(../images/bg3.png) repeat-y center -27px;
}
.inpage2{
    background: #b5e8d7 url(../images/bg4.png) repeat-y center top;
}
.inpage3{
    background: #a6fcc6 url(../images/bg5.png) repeat-y center top;
    padding-top: 66px;
}
.inpage4{
    background: #ffe3c3 url(../images/bg6.png) repeat-y center top;
    padding-top: 66px;
}
.inpage5{
    background: #fef5d1 url(../images/bg7.png) repeat-y center top;
    padding-top: 66px;
}
.hua1{
    position: absolute;
    left: 0;
    top: -166px;
}
.hua2{
    position: absolute;
    right: 0;
    top: -288px;
}

.subbanner{
    background: #cffffc;width: 100%;overflow: hidden;
    position: relative;
    z-index: 1;
}
.subbanner .pic{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    font-size: 0;
}
.subbanner .pic img{ width: 100%;}
.menu{
    font-size: 0;
    margin-bottom: 40px;
}
.menu a{
    display: inline-block;
    width: 285px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    font-size: 24px;
    color: #20231c;
    transition: all ease .3s;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, .1);
}
.menu a img{ margin-right: 18px;}
.menu a+a{
    margin-left: 20px;
}
.menu a.active, .menu a:hover{
    background: #6be1fe;
    color: #fff;
}
.timg{
    text-align: center;
    padding: 8px 0 38px;
}
.inpage2 .product li .title{
    height: 40px;
}
.pages2 a{
    color: #e5c292;
    background: #fbeac6;
    border: 2px solid #ecd4a5;
}
.pages2 a.active, .pages2 a:hover{
    border: 2px solid #dba970;
    background: #dba970;
}


.login{
    padding-bottom: 140px;
    background: #b6c2d7 url(../images/lbg.png) no-repeat center top;
    height: 820px;
    min-width: 1200px;
}
.login .form{
    width: 823px;height: 536px;
    background: url(../images/FORM.png) no-repeat center;
    margin-top: 36px;
    padding: 145px 0 0 180px;
}
.login .info{margin-bottom: 18px;font-size: 0;}
.login .info input{
    width: 430px;height: 50px;
    background: #fff;
    padding: 0 10px;
    color: #6b6b6b;font-size: 18px;
}
.login .state{width: 430px;color: #6b6b6b;font-size: 16px;}
.login .state a{
    color: #6b6b6b;font-size: 16px;
}
.login .submit{margin-top: 45px;}
.login .submit button{
    width: 430px;
    height: 70px;
    background: #26b876;color: #fff;
    font-size: 24px;border-radius: 5px;
}
.login .form2{
    padding-top: 118px;
}
.login .info .code{
    width: 280px;
}
.login .info button{
    margin-left: 20px;
    height: 50px;
    width: 130px;
    color: #26b876;font-size: 16px;
    background: #d8f1d3;
}
.login .state2{text-align: right;}
.login .state2 a{color: #26b876;font-size: 16px;}
.login .form2 .submit{margin-top: 36px;}