body {
    color: #222;
    -webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
} */

/* body,
button,
input,
select,
textarea {
    font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
    font-size: 62.5%;
    line-height: 1.5;
} */

ol,
ul {
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-1{
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.section-2{
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.section-3{
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.section-4{
    background-image: url(../images/bg4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.section-wrap {
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-wrap .section .title {
    width: 100%;
    position: absolute;
    top: 10%;
    color: #fff;
    font-size: 2.4em;
    text-align: center;
}

.section-wrap .section .title p {
    padding: 0 4%;
    opacity: 0
}

.section-wrap .section .title.active .tit {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.put-section-0 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.put-section-1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.put-section-2 {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

.put-section-3 {
    transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
}

.section-btn {
    width: 14px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.section-btn li {
    width: 100px;
    /* height: 29px; */
    cursor: pointer;
    /* text-indent: -9999px; */
    border-radius: 0 100px;
    /* -webkit-border-radius: 50%; */
    margin-bottom: 12px;
    margin-left: 25px;
    background: #7bc91e;
    text-align: center;
    color: #fff;
    padding: 5px;
    onsor: pointer;
}

.section-btn li.on {
    background: green;
}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: green;
    border: 1px solid green;
    cursor: pointer;
    overflow: hidden;
}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow {

    %0,
    %100 {
        bottom: 10px;
        opacity: 1;
    }

    50% {
        bottom: 50px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {

    %0,
    %100 {
        bottom: 10px;
        opacity: 1;
    }

    50% {
        bottom: 50px;
        opacity: .5
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
}

body {
    /*修改和去除移动端点击事件出现的背景框*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

a:focus {
    /*去掉FF浏览器a标签虚框*/
    outline: none;
}

select,
select:hover {
    outline: none;
    border-color: #000;
}


html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}
table{
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff
}

.xiangmu {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.xiangmu h2,.xiangmu h3 {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 25px;
}

.xiangmu p{
    text-indent: 2em;
}

.zhongdian{
    font-weight: bolder;
    color: green;
}

.lianxi{
    border: 0;
}
.lianxi td{
    background-color: green;
    color: #fff;
    border: 0;
    border-radius: 100px 0;
    overflow: hidden;
}
/* 委托制作 */
table,
tr,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* tr,
td {
    padding: 5px;
} */

td {
    width: 12.5%;
}

.biaoti {
    font-size: 1.8em;
    font-weight: bolder;
    text-align: center;
}

.biaoge {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.biaoge_biaoti {
    font-size: 1.2em;
    font-weight: bolder;
    /* padding: 10px; */
    background-color: green;
    color: white;
}

.biaoge_xiangmu {
    font-weight: bolder;
    font-size: 1.1em;
}

.biaoti_feiyong {}

table {
    width: 100%;
    text-align: center;
}

.beizhu {
    font-weight: bolder;
    font-size: 1.1em;
    text-indent: 0 !important;
    color: #000;
}

/* 提交表格 */
.tijiao{
    width: 70%;
    margin: 0 auto;
}
.tijiao table{
    padding: 20px;
}
.tijiao table,.tijiao td{
    border: 0;
}
.shuru{
    padding: 8px;
    font-size: 16px;
}
.sub_mit{
    background-color: green;
    font-family: "微软雅黑";
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 7px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 10px;
}
.sub_mit:hover{
    background-color: forestgreen;
}
@media (max-width: 768px){
    .xiangmu{
        width: 98%;
    }
    .tijiao{
        width: 100%;
    }
    tr,td{
        padding: 0;
        font-size: 12px;
    }
    .xiangmu p{
        font-size: 12px;
    }
    /* .biaoge_biaoti{
        padding: 5px;
    } */
}