a:hover {
    text-decoration: none;
}
.g-top {
    position: fixed;
    width: 10rem;
    height:6.5rem;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 999;
}
.m-forms {
    padding: .4rem .266667rem;
    background: #FFF;
    overflow: hidden;
}
.m-forms img {
    width: 4.56rem;
    height: 2.52rem;
    display: block;
}
.m-forms a:first-child {
    float: left;
}
.m-forms a:last-child {
    float: right;
}
.m-tab {
    background: #FFF;
    height: 1.333333rem;
    border-bottom: 1px solid #ececec;
    box-shadow: 0.106667rem 0.106667rem 0.106667rem #f0f0f0;
    display: flex;
}
.m-tab a {
    height: 1.333333rem;
    line-height: 1.333333rem;
    font-size: .4rem;
    color: #585858;
    text-align: center;
    position: relative;
    letter-spacing: .026667rem;
    flex: auto;
}
.m-tab a.active {
    font-size: .44rem;
    color: #f80400;
}
.m-tab a.active::before {
    width: 1.066667rem;
    height: .066667rem;
    background: #f80400;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.m-plantformNews {
    margin-top: 6.6rem;
    padding: 0 .266667rem;
}
.m-plantformNews li {
    padding: .466667rem .2rem;
    border-bottom: .013333rem solid #dedede;
    position: relative;
}
.u-companyName {
    display: block;
    color: #585858;
    font-size: .453333rem;
    margin-bottom: .533333rem;
    line-height: 1.4;
    font-weight: bolder;
    text-align: justify;
}
.u-msg {
    font-size: .32rem;
    color: #838383;
    margin-bottom: .266667rem;
    text-align: left;
}
.u-tel {
    width: .986667rem;
    height: .986667rem;
    position: absolute;
    right: .2rem;
    bottom: .733333rem;
    background: url('../img/tel.png');
    background-size: 100% 100%;
}
.g-formHead {
    display: block;
    max-width: 100%;
}
.m-inputGroup {
    overflow: hidden;
    padding: .6rem .466667rem;
    border-bottom: .013333rem solid #e8e8e8;
}
.m-inputGroup label {
    font-size: .4rem;
    color: #000000;
    float: left;
    font-weight: bolder;
    letter-spacing: 2px;
}
input:focus, textarea:focus, select:focus {
    outline: none
}
.m-inputGroup input {
    background: transparent;
    border: none;
    width: 4.933333rem;
    float: right;
    text-align: right;
}
.m-inputGroup select {
    background: transparent;
    border: none;
    /* width: 3.5rem; */
    float: right;
    text-align: right;
}
/* select option:first-child {
    color: #dbdbdb;
} */
.u-hint {
    float: right;
    color: #dbdbdb;
    font-size: .4rem;
}
.u-borderBottomNone {
    border-bottom: none;
}
.u-upload {
    width: 2.733333rem;
    height: 1.72rem;
}
.flex-box {
   overflow: hidden;
}
.u-imgHInt {
    color: #dbdbdb;
    font-size: .32rem;
    padding: 0  .466667rem;
}
.m-textarea {
    padding: 0  .466667rem;
    font-size: .4rem;
    color: #000;
    margin-top: .72rem;
    height: .48rem;
    line-height: .48rem;
}
.u-type {
    float: right;
}
textarea {
    width: 9.066667rem;
    height: 3.093333rem;
    margin: 0 auto;
    display: block;
    background: #f4f5f7;
    border: .013333rem solid #e9e9e9;
    border-radius: .106667rem;
    margin-top: .4rem;
    box-sizing: border-box;
    padding: .133333rem .2rem;
    resize: none;
}
.m-check {
    padding: 0  .466667rem;
    margin-top: .666667rem;
    font-weight: bolder;
    font-size: .4rem;
    color: #000;
}
input[type="checkbox"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    margin-right: .2rem;
    width: .32rem;
    height: .32rem;
    background: url('../img/Rectangle.png');
    background-size: 100% 100%;

}
input[type="checkbox"]:checked + label::before {
    background: url('../img/Rectangle1.png');
    background-size: 100% 100%;
}
input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.u-formHint {
    font-size: .293333rem;
    color: #b2b2b2;
    text-align: center;
    margin-top: .666667rem;
}
.g-submit {
    width: 9.053333rem;
    height: 1.173333rem;
    margin: .6rem auto;
    display: block;
}
#ImgList img {
  max-width: 100%;
}
.u-imgbox {
    width: 2.733333rem;
    height: 1.72rem;
    float: left;
    margin-right: .2rem;
    overflow: hidden;
    position: relative;
}
.u-chooseFile {
    position: relative;
    margin-bottom: .2rem;
}
.u-delete {
    position: absolute;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .32rem;
    color: #FFF;
    background: red;
    display: block;
}
.m-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0,.5);
    display: none;
    padding: .4rem;
    box-sizing: border-box;
}

.progress{
    margin-top: 10px;
    width: 200px;
    height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar{ 
    background-color: rgb(92, 184, 92);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    box-shadow: rgba(172, 119, 119, 0.149) 0px -1px 0px 0px inset;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left; 
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: width;
    transition-timing-function: ease;
    width: 266.188px;
}
#ossfile {
    color: #FFF;
    font-size: .4rem;

}

.u-uploadHint {
    font-size: .466667rem;
    color: #fff;
    text-align: center;
    margin: .4rem auto;
}

aside {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999999999999;
}
aside section {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 6%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    max-width: 300px;
}
aside section img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
aside section h6 {
    font-size: 22px;
    margin: 6% 0 10%;
    text-align: center;
}
.m-search {
    padding: .4rem .266667rem;
    background: #f2f2f2;
}
.u-sercarchbox {
    height: .8rem;
    line-height: .8rem;
    border: 1px solid #d2d2d2;
    border-radius: .106667rem;
    background: #FFF;
    position: relative;
    padding: 0 .2rem;
}
.u-sercarchbox input {
    display: inline-block;
    width: 80%;
    height: 100%;
    background: transparent;
    border: none;
}
.u-search {
    width: .533333rem;
    height: .533333rem;
    /* float: right; */
    vertical-align: middle;
    position: absolute;
    right: .133333rem;
    top: 50%;
    transform: translateY(-50%);
}