﻿/* CSS Document */
*{ text-align: center; margin: 0px; padding: 0px; }
body{background: url("bg.gif") repeat #000;color:#fff;font-family: "微软雅黑","Helvetica Neue","Helvetica","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial; }
img{ max-width:100%; border:0px;pointer-events: none;}
p{ margin:0; padding:0;}
h1{margin: 0; padding: 0; border: 0; font-weight: normal;}
header{ position:relative;}
article{width:99%; margin:0px auto;}
section{ margin-bottom: 10px; margin: 0px auto;}
.taright{float: right;}
.mainp{width:98%;text-align:center; margin:0px auto; max-width:640px;overflow:hidden;}
.top{width: 100%;}
a,a:link{color:#fff; text-decoration:none;}
a:visited{color:#fff;text-decoration:none;}
a:hover{color:#fff;text-decoration:none;}

.lh15em{ line-height:1.8em;}
.lh18em{ line-height:2.1em;}
.lh2em{ line-height:2.3em;}
.fw{ font-weight: bold;}
.fx{ font-style:oblique; }
.fj{letter-spacing: 4px}
.sd1{
    text-shadow:
    0 0 3px #3b0300,
    1px 0 6px #ac0000;
}
.sd2{
    text-shadow:
    0px 0px 2px #fff,
    0px 0px 2px #fff,
    0px 0px 2px #fff;
}

.sd3{
    text-shadow:
    2px 1px 0px #5d0000,
    3px 1px 1px #6d0000,
    4px 1px 1px #700000;
}

.sd4{
    text-shadow:
    2px 0px 1px #004108,
    3px 0px 1px #00570a;
}

@font-face{
    font-family: myFirstFont2;
    src: url('BUSINKO.TTF'); /* IE9+ */
}



.f_bus{font-family:myFirstFont2;}


.green{color:#00F80C;}
.green1{color:#00FF96;}
.green2{color:#A2FF00;}
.green3{color:#DCFF87;}
.red{color:#FF0000;}
.red0{color:#FF004E;}
.red1{color:#FF3A13;}
.red2{color:#FF5B29;}
.red3{color:#FF8828;}
.red4{color:#FFAD5D;}
.blue{color:#004EFF;}
.blue2{color:#005AAA;}
.blue3{color:#007DC5;}
.blue4{color:#00A0E3;}
.blue5{color:#00C2FE;}
.blue6{color:#00EAFF;}
.black{color:#000;}
.grey{color:#AFAFAF;}
.yellow{color:#FFF000;}
.yellow0{color:#FB9800;}
.yellow1{color:#FFFD67;}
.yellow2{color:#FFA800;}
.yellow3{color:#FFC05E;}
.yellow4{color:#FFE381;}
.yellow5{color:#FFF1C1;}
.pink{color:#FF0060;}
.pink2{color:#FF00DE;}
.pink3{color:#FF8CCA;}
.pink4{color:#FFC9F0;}
.pink5{color:#FFDDEF;}
.purple{color:#8A00FF;}
.purple2{color:#AC7AFF;}
.purple3{color:#C52EFD;}
.purple4{color:#D080FE;}
.white{color:#fff;}
.brown{color:#D27142;}
.brown2{color:#E28138;}
.brown3{color:#560A0E;}
.black{color:#000;}

.spa10{ height:10px;clear:both;}
.spa20{ height:20px;clear:both;}
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}

.fon_hei{ font-family:"黑体", "微软简综艺", "汉仪细中圆简";}
.fon_song{ font-family:"宋体", "微软简综艺", "汉仪细中圆简";}
.fon_en{ font-family:"Arial", "Arial Narrow", "汉仪细中圆简";}
.font_o{font-style:oblique;}


.fz8em{font-size: 0.8em;}
.fz9em{font-size: 0.9em;}
.fz1em{font-size: 1em;}
.fz12em{font-size: 1.2em;}
.fz13em{font-size: 1.3em;}
.fz14em{font-size: 1.4em;}
.fz15em{font-size: 1.5em;}
.fz16em{font-size: 1.6em;}
.fz18em{font-size: 1.8em;}
.fz2em{font-size: 2em;}
.fz22em{font-size: 2.2em;}
.fz24em{font-size: 2.4em;}

.line15{ line-height:1.5em;}
.line18{ line-height:1.8em;}
.line2{ line-height:2em;}
.line22{ line-height:2.2em;}
.line24{ line-height:2.4em;}

.dv2{ width:98%; margin:0px auto; text-align:right;}

.tacenter {text-align: center;width:96%;margin: 0px auto;}
/*input*/
.contact_form input {
    height:35px;
    /*width:188px;*/
    width:100%;text-align: left; color: #5E5E5E;
    padding:0px 0px 0px 5px;
    font-size: 16px;
    line-height: 1.8em;
    display:inline;
}

.contact_form input, .contact_form textarea {
    border:2px solid #114100;
    box-shadow: 0px 0px 4px #23591c, 0 6px 10px #e2e2e2 inset;
    border-radius:0px;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #0E4900;
    box-shadow: 0 0 2px #0A9400;
}
/* Button Style */
button.submit {
    background-color: #FF4891;opacity:.85;
    background: -webkit-gradient(linear, left top, left bottom, from(#2EFF2E), to(#00B021));
    background: -webkit-linear-gradient(top, #00A200, #06FF00);
    background: -moz-linear-gradient(top, #00A200, #06FF00);
    background: -ms-linear-gradient(top, #00A200, #06FF00);
    background: -o-linear-gradient(top, #00A200, #06FF00);
    background: linear-gradient(top, #00A200, #06FF00);
    border: 1px solid #00E716;
    border-bottom: 1px solid #00FF18;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: inset 0 1px 0 0 #82FF69;
    -webkit-box-shadow: 0 1px 0 0 #82FF69 inset ;
    -moz-box-shadow: 0 1px 0 0 #82FF69 inset;
    -ms-box-shadow: 0 1px 0 0 #82FF69 inset;
    -o-box-shadow: 0 1px 0 0 #82FF69 inset;
    color: white;
    font-weight: bold;
    padding: 0px 20px 2px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #0B9301;
    font-size: 20px;
    line-height: 1.8em;
    height:38px; width:80%;
}
button.submit:hover {
    opacity:.55;
    cursor: pointer;
}
button.submit:active {
    border: 1px solid #911E49;
    box-shadow: 0 0 10px 5px #12FF00 inset;
    -webkit-box-shadow:0 0 10px 5px #12FF00 inset ;
    -moz-box-shadow: 0 0 10px 5px #12FF00 inset;
    -ms-box-shadow: 0 0 10px 5px #12FF00 inset;
    -o-box-shadow: 0 0 10px 5px #12FF00 inset;
}
/* Button Style */
a.btnPink {
    display: block;
    background-color: #FF4891;opacity:.85;
    background: -webkit-gradient(linear, left top, left bottom, from(#2EFF2E), to(#00B021));
    background: -webkit-linear-gradient(top, #00A200, #06FF00);
    background: -moz-linear-gradient(top, #00A200, #06FF00);
    background: -ms-linear-gradient(top, #00A200, #06FF00);
    background: -o-linear-gradient(top, #00A200, #06FF00);
    background: linear-gradient(top, #00A200, #06FF00);
    border: 1px solid #00E716;
    border-bottom: 1px solid #00FF18;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: inset 0 1px 0 0 #82FF69;
    -webkit-box-shadow: 0 1px 0 0 #82FF69 inset ;
    -moz-box-shadow: 0 1px 0 0 #82FF69 inset;
    -ms-box-shadow: 0 1px 0 0 #82FF69 inset;
    -o-box-shadow: 0 1px 0 0 #82FF69 inset;
    color: white;
    font-weight: bold;
    padding: 0px 20px 2px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #0B9301;
    font-size: 20px;
    line-height: 1.8em;
    height:38px; width:60%;
    margin: 0 auto;
}
a.btnPink:hover {
    opacity:.55;
    cursor: pointer;
}
a.btnPink:active {
    border: 1px solid #911E49;
    box-shadow: 0 0 10px 5px #12FF00 inset;
    -webkit-box-shadow:0 0 10px 5px #12FF00 inset ;
    -moz-box-shadow: 0 0 10px 5px #12FF00 inset;
    -ms-box-shadow: 0 0 10px 5px #12FF00 inset;
    -o-box-shadow: 0 0 10px 5px #12FF00 inset;
}