*,
*:after,
*:before {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.g-t1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    padding: 72px 0 0;
}

.g-t1:after,
.g-t1:before {
    content: '';
    width: 143px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
    margin: 0 20px;
}

.g-t1:before {
    background-image: url(../images/i-01.png);
}

.g-t1:after {
    background-image: url(../images/i-02.png);
}

.m-list1 {
    *zoom: 1;
    margin: 0 -15px 90px;
    padding-top: 50px;
}

.m-list1:after,
.m-list1:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.m-list1 li {
    width: 33.33%;
    float: left;
    margin-bottom: 30px;
}

.m-list1 .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    height: 243px;
    background-color: #4ca5ff;
    border-radius: 12px;
    position: relative;
    /*padding: 43px 0 0 45px;*/
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.m-list1 h3 {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.m-list1 .ico {
    display: block;
    width: 136px;
    height: 136px;
    position: relative;
}

.m-list1 .ico i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 134px auto;
    -ms-background-size: 134px auto;
    -moz-background-size: 134px auto;
    -webkit-background-size: 134px auto;
    background-size: 76% auto;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.m-list1 .i-on,
.m-list1 .con:hover .i-ok {
    opacity: 0;
}

.m-list1 .btn {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 24px;
    bottom: 10px;
    background: url(../images/i-03.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.m-list1 .con:hover .i-on {
    opacity: 1;
}

.m-list1 .con:hover {
    background-color: #2986e5;
    box-shadow: 0px 12px 38px 0px rgba(76, 165, 255, 0.23);
}

.m-list1 .con:hover h3 {
    color: #fff;
}


.m-form1 {
    margin-bottom: 74px;
}

.g-box1 {
    padding-top: 50px;
    margin-top: 35px;
    margin-bottom: 40px;
    background-color: #fff;
    overflow: hidden;
}
.g-box1 .tips{
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
}

.m-form1 .cont {
    width: 780px;
    margin: 0 auto 39px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #ccc;
}

.m-form1 .ovh {
    margin-right: -88px;
    margin-bottom: 22px;
}

.m-form1 .item {
    overflow: hidden;
    float: left;
    width: 50%;
    padding-right: 88px;
}
.m-form2 .item {
    overflow: hidden;
    float: left;
    width: 100%!important;
    padding-right: 88px;
}

.m-form1 .itemw100 {
    width: 100%;
}

.m-form1 .tit {
    float: left;
    text-align: right;
    width: 120px;
    line-height: 40px;
    padding-right: 15px;
    font-size: 16px;
    color: #333;
    height: 40px;
}

.m-form1 .tit i {
    font-style: normal;
    color: #f00;
    padding-right: 5px;
}

.m-form1 .con {
    overflow: hidden;
}

.m-form1 .inp {
    height: 40px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
}

.m-form1 select.inp {
    background: url(../images/i-04.png) no-repeat right 14px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.m-form1 textarea.inp {
    height: 125px;
    padding: 15px;
}

.m-form1 textarea.text1 {
    height: 75px;
}

.js-add {
    width: 76px;
    height: 22px;
    display: block;
    margin: -40px auto 40px;
    background: url(../images/i-05.png) no-repeat center;
}

.m-form1 .cont-1 {
    border-bottom: 0;
}

.m-form1 .cont-1 .item,
.m-form1 .item-100 {
    width: auto;
    float: none;
}

.m-form1 .code {
    width: auto;
    float: none;
}

.m-form1 .code .inp {
    width: 175px;
    float: left;
    text-align: center;
}

.m-form1 .code .pic-c {
    width: 100px;
    height: 40px;
    float: left;
    margin-left: 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
    font-size: 0;
    border-radius: 5px;
}

.m-form1 .code .pic-c img {
    width: 100%;
    height: 100%;
    display: block;
}

.m-form1 .rad input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;

    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    /*border: 1px solid #999;*/
    /*background: url(../images/i-06.png) no-repeat center;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.m-form1 .rad input:checked {
    background-image: url(../images/i-06-on.png);
}

.m-form1 .lab label {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    margin-right: 50px;
}

.m-form1 .lab input {
    min-width: 20px;
    min-height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    border: 1px solid #999;
    /*background: url(../images/i-06.png) no-repeat center;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.m-form1 .lab input:checked {
    background-image: url(../images/i-06-on.png);

}
.uploadify-img{
    display: flex;
        flex-direction: column;
        justify-content: center;
}
.input_box .uploadify{
    width: 200px;
        height: 200px;
            display: flex;
}
.m-form1 .btn {
    width: 124px;
    height: 43px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background-color: #4ca5ff;
    border: 0;
    cursor: pointer;
}

.m-form1 .btn:hover {
    opacity: .8;
}

.m-form1 .tit-1 {
    text-align: center;
    font-size: 20px;
    color: #111;
    margin-bottom: 30px;
}

.m-form1-1 .ovh {
    margin-right: 0;
}

.m-form1-1 .item {
    padding-right: 0;
}

.m-form1-1 .tit {
    width: 160px;
}

.m-form1-1 .cont {
    width: 820px;
    border-bottom: 0;
    padding-bottom: 0;
}

.m-form1-1 .tips {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 40px;
}


