    /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}
abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}
button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* customize stylesheet */
*{margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;outline: none;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;pointer-events: none;}
html{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a {color: #2b2b2b;text-decoration: none;}
a:focus{outline: none;}
address,caption,cite,code,dfn,b,i,th,var,dt{font-style:normal;font-weight:normal;}
area{outline:none;}
hr {margin: 20px 0;border: 0;border-top: 1px solid #eee;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-family: inherit;font-weight: normal;line-height: 1.1;color: inherit;margin:0;padding:0;}
caption,th{text-align:left;}
ol,ul{list-style:none;}
img{vertical-align:middle;max-width: 100%;}
em{font-style: normal;}
.img-responsive{display: block;max-width: 100%;height: auto;margin: 0 auto;}
.img-circle{border-radius: 50%;}
.hidden{display:none !important;}
.visibility{visibility:hidden;}
.clear:after{content:"";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
.clear{*zoom:1;}

/*浠ヤ笅寮�濮�*/
body {
    /*font: 14px/1.8 "PingFang SC", "Microsoft Yahei";*/
    font: 14px/1.8 "Microsoft Yahei";
    color: #787878;
}
.container{
    max-width: 750px;
    margin:0 auto;
}
.section_1{
    position: relative;
}
.section_1 .form{
    position: absolute;
    text-align:center;
    display: block;
    width: 100%;
    margin:20px;
}
.section_1 .form h1{
    color:#000;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;

}
.section_1 .videoWrap{
    width: 100%;
    position: absolute;
    bottom:10px;
    

}
.section_1 .videoWrap video{
    width:80%;
    margin:0 auto;
    display: block;
    border: 8px solid #2e6788;
}
.section_1 .videoWrap p{
    width: 60%;
    margin:0 auto;
    display: block;
    color:#fff;
    font-size: 16px;
    text-align: center;
    margin-top:10px;
}
@media (max-width:600px){
    .section_1 .videoWrap p{
        width:90%;
        font-size: 14px;
    }
}
.section_1 img{
    width: 100%;
}

.section_2{
    background-image: url('/r/static/images/background_2.jpg');
    background-repeat: no-repeat;
}

.section_2{
    background-image: url('/r/static/images/background_2.jpg');
    background-repeat: repeat-x;
    background-size:auto 100%;
    padding:30px;
}
.section_2 h2{
font-size:16px;
font-weight: bold;
text-align: center;
color:#000;
margin-top:50px;
}
.section_2 h2 span{
color:red;
}
.section_2 table{
width: 100%;
}
.section_2 table td{
padding:10px;
width: 50%;
text-align: center;

}
.section_3{
    background-image: url('/r/static/images/background_3.jpg');
    background-repeat: repeat-x;
    background-size:auto 100%;
    padding:30px;
}
.section_3 h2{
text-align: center;
padding:60px 0 30px; 
}
.section_3 h2 span{
position: relative;
}
.section_3 h2 span i{
position: absolute;
left: 10px;
display: inline-block;
width: 80%;
height: 100%;
box-shadow: 0 10px 40px #000;
z-index: 1;
}

.section_3 h2 img{
position: relative;
z-index: 2;
width:200px;
display: inline-block;
}
.section_3 table{
width: 100%;
border-collapse:collapse;
}
.section_3 table td{
text-align: center;

}
.section_3 .row1 td{
padding:0 5px;
}
.section_3 .row2 td{
padding:5px;
}
.section_4_1{
background-image: url('/r/static/images/background_4.jpg');
background-repeat: repeat-x;
background-size:auto 100%;
padding:30px;
}
.section_4_1 .desWrap{
width: 80%;
margin: 0 auto;
}
.section_4_1 .desWrap img{
width: 100%;
}
.section_5 .formwrap{
background-image: url('/r/static/images/background_5_1.jpg');
background-repeat: repeat-x;
background-size:auto 100%;
padding:30px;
}