/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img, canvas, audio, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img{ max-width:100%; vertical-align:middle;}

/* ==========================================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

html, body, input, label, select, option, textarea, button, fieldset, legend {
    font: 1em/1.5;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

html {
    font-size: 12px;
    background-color: #fff;
}

@media (min-width: 1364px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1561px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1758px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1950px) {
    html {
        font-size: 20px;
    }
}

@media (min-width: 2334px) {
    html {
        font-size: 24px;
    }
}

html, body {
    height: 100%;
}

body {
    scroll-behavior: smooth;
    *zoom: 1;
}

body:before, body:after {
    content: " ";
    display: table;
}

body:after {
    clear: both;
}

a {
    color: #818181;
    text-decoration: none;
}

a:hover, a:active {
    color: #004199;
}

@font-face {
    font-family: 'archiveregular';
    src: url(../font/archive-webfont.eot);
    src: url(../font/archive-webfont.eot) format("embedded-opentype"), url(../font/archive-webfont.woff2) format("woff2"), url(../font/archive-webfont.woff) format("woff"), url(../font/archive-webfont.ttf) format("truetype"), url(../font/archive-webfont.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

body > header {
    transition: all 0.3s linear;
    position: fixed;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.01) 70%, transparent);
    width: 100%;
    height: 5rem;
    padding-bottom: 3rem;
    text-align: center;
    line-height: 2;
    z-index: 1000;
}

body > header * {
    transition: all 0.3s linear;
}

body > header .switch {
    display: none;
}

body > header nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

body > header h1 {
@flex (0, 0, auto);
}

body > header h1 a {
    height: 3rem;
    overflow: hidden;
    display: block;
}

body > header h1 img {
    height: 3rem;
    display: block;
}

body > header div {
    display: block;
}

body > header div.but_aniu a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3rem;
    padding: 0.25rem 0.75rem;
    box-sizing: border-box;
    line-height: 1.25;
}

body > header div.but_aniu a:hover,
body > header div.but_aniu a:active {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
}
body > header .but_aniu{ display:-webkit-flex; display:flex; align-items:center;}
body > header .but_aniu a{ margin:0 5px}


body > header ul {
@flex (1, 1, auto);
    font-weight: lighter;
}

body > header ul a {
    color: #fff;
    display: block;
}

body > header ul a:hover, body > header ul a:active {
    color: #fff;
}

body > header ul > li {
    display: inline-block;
    vertical-align: top;
    margin: auto 1rem;
    position: relative;
}

@media (max-width: 960px) {
    body > header ul > li {
        margin: auto 0.5rem;
    }
}

@media (max-width: 840px) {
    body > header ul > li {
        margin: auto 0.25rem;
    }
}

body > header ul > li a {
    display: block;
    padding: 0 0.5rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

body > header ul > li:after {
    content: "";
    display: block;
    margin: auto 0.5rem;
    height: 0.25rem;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    transform: scaleX(0);
    transition: all 0.2s linear;
}

body > header ul > li.current {
    font-weight: normal;
}

body > header ul > li.current:after {
    transform: scaleX(1);
}

body > header ul > li:hover:after {
    transform: scaleX(1);
}

body > header.n {
    height: 3rem;
    padding-bottom: 0rem;
    background-color: rgba(0, 0, 0, 0.6);
}

body > header ul > li span{display: block;padding:7px 0;}
body > header ul > li .sub{padding: 10px;display: none;transition: none}
body > header ul > li .sub dt{line-height: 40px; }

@media (min-width:1025px) {
body > header ul > li .sub{background: rgba(0,0,0,0.6); position: absolute; left: 50%; margin-left: -68px; width: 120px; top: 100%;border-radius: 0 0 5px 5px;  }
body > header ul > li .sub dt{text-align: center;}
body > header ul > li .sub dt a{color: #fff;font-size:16px;}
}

@media(max-width:1024px){
body > header ul > li span{text-align: left;padding-left:20px;}
body > header ul > li .sub{background: rgba(0,0,0,0.8);text-align: left;padding:0;padding-left:20px;font-size:15px;}
.has-multi aside,
.has-sub span{position: relative;padding:0;padding-left:20px; padding-right: 50px; overflow: hidden;}
.has-multi aside .op-multi,
.has-sub span .op{position: absolute; width: 40px; height: 100%; height: 100%; transition: 0.3s; right: 0; top: 0;}
.has-multi aside .op-multi.click,
.has-sub span .op.click{transform: rotate(45deg);}
.has-multi aside .op-multi:before,
.has-multi aside .op-multi:after,
.has-sub span .op:before,
.has-sub span .op:after{position: absolute; content: ''; width: 12px; height: 2px;background: #fff; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.has-multi aside .op-multi:after,
.has-sub span .op:after{ width: 2px; height: 12px;}
.has-multi aside .op-multi:before,
.has-multi aside .op-multi:after{background-color: #666;}
}


/* body > header.n h1 a { height: 1.75rem;} */

@media (max-width: 780px) {
    body > header {
        height: 4rem;
    }

    body > header nav {
        padding: 0;
        margin: 0;
        position: fixed;
        width: 100%;
        height: 0;
        display: block;
        transition: background 0.2s;
    }

    body > header.n {
        height: 3.75rem;
    }

    body > header h1 {
        position: absolute;
        margin-left: 1rem;
        top: 1rem;
    }

    body > header ul {
        position: fixed;
        width: 18rem;
        height: 100%;
        box-sizing: border-box;
        padding: 6rem 1rem 0 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transform: translateX(18rem);
        opacity: 0;
        transition: all 0.2s;
    }

    body > header ul li {
        display: block;
        font-size: 16px;
        text-align: right;
        padding: 8px 0;
        margin: 0;
    }

    body > header ul li a {
        padding: 0;
        font-weight: normal;
    }

    body > header ul li:after {
        display: none;
    }
}

@media (max-width: 780px) and (max-height: 480px) {
    body > header ul {
        padding-top: 4rem;
    }

    body > header ul li {
        padding: 0;
    }
}

@media (max-width: 780px) {
    body > header div.but_aniu {
        width: 120px;
        position: fixed;
        right: 10px;
        top: 38rem;
        transform: translateX(18rem);
        opacity: 0;
        transition: all 0.2s;
    }

    body > header div a {
        padding: 8px;
    }

    body > header div a:hover, body > header div a:active {
        border-color: #fff;
    }
}

@media (max-width: 780px) and (max-height: 480px) {
    body > header div {
        top: 23rem;
    }
}

@media (max-width: 780px) {
    body > header .switch {
        display: block;
        width: 40px;
        height: 39px;
        margin: -15px -15px 0 0;
        cursor: pointer;
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
        text-indent: -9999px;
        z-index: 999;
    }

    body > header nav:after, body > header .switch:before, body > header .switch:after {
        content: "";
        display: block;
        width: 20px;
        height: 1px;
        background: #fff;
        position: absolute;
        transition: all 0.2s linear;
    }

    body > header nav:after {
        right: 1.5rem;
        top: 1.5rem;
        margin-top: 4px;
        margin-right: -5px;
    }

    body > header .switch:before {
        right: 10px;
        top: 19px;
        transform: translateY(-8px);
    }

    body > header .switch:after {
        right: 10px;
        bottom: 19px;
        transform: translateY(8px);
    }

    body > header.open {
        transition: all 0s;
        background: transparent;
    }

    body > header.open nav:after {
        right: 1.5rem;
        top: 1.5rem;
        margin-top: 4px;
        margin-right: -5px;
        transform: scaleX(0);
    }

    body > header.open .switch:before {
        right: 10px;
        top: 19px;
        transform: rotate(-45deg) scale(1.41421, 2);
    }

    body > header.open .switch:after {
        right: 10px;
        bottom: 19px;
        transform: rotate(45deg) scale(1.41421, 2);
    }

    body > header.open nav {
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    body > header.open ul, body > header.open div {
        transform: translateX(0);
        opacity: 1;
    }
}

footer {
    width: 100%;
    background: #fff;
    text-align: center;
    color: #818181;
    overflow: hidden;
}

footer a {
    color: #818181;
}

footer a:hover, footer a:active {
    color: #004199;
}

footer #btt {
    background: #F4F4F4;
    text-align: center;
    padding: 2rem 0;
}

footer #btt p {
    display: inline-block;
    cursor: pointer;
    color: #333;
}

footer #btt p img {
    transition: all 0.1s linear;
    transform: translateY(0);
}

footer #btt p:hover img {
    transform: translateY(-0.5rem);
}

footer #btt span {
    display: block;
    margin-top: 0.25rem;
}

footer div.footer {
    font-weight: lighter;
    max-width: 96rem;
    padding: 3rem 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    line-height: 1.75;
}

footer div.footer .contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1rem 1.5rem;
    text-align: left;
}

footer div.footer .contact li {
    margin-bottom: 0.5rem;
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: 0.75rem center;
}

footer div.footer .contact li.address {
    background-image: url(../image/address_icon.png);
}

footer div.footer .contact li.tel {
    background-image: url(../image/tel_icon.png);
}

footer div.footer .contact li.fax {
    background-image: url(../image/fax_icon.png);
}

footer div.footer .contact strong {
    display: block;
    color: #000;
    font-weight: bold;
}

footer div.footer .sitemap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60rem;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

footer div.footer .sitemap > li {
    vertical-align: top;
    margin-right: 2.5rem;
}

footer div.footer .sitemap h3 {
    color: #333;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

footer div.footer .sitemap h3 a {
    color: #333;
}

footer div.footer .wx {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    padding: 1rem 1.5rem;
}

footer div.footer .wx img {
    width: 9rem;
    margin-bottom: 0.5rem;
}

footer div.footer div.sites {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1rem 1.5rem;
}

footer div.footer div.sites li {
    font-size: 1.25rem;
    margin: 0.5rem 0;
}

footer div.footer div.links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1rem 1.5rem;
    display: none;
}

footer div.footer div.links img {
    height: 2rem;
    margin: 1.5rem auto;
    display: block;
}

footer div.footer div.copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
    padding: 1rem 1.5rem;
    display: none;
}

footer div.footer div.copyright p {
    margin-bottom: 1rem;
}

footer div.footer div.copyright p span {
    display: block;
}

@media (max-width: 980px) {
    footer div.footer div.copyright {
        width: 100%;
        text-align: center;
    }

    footer div.footer div.copyright p span {
        display: inline-block;
        margin: auto 0.25rem;
    }
}

@media (max-width: 700px) {
    footer div.footer {
        width: 400px;
    }
}

@media (max-width: 400px) {
    footer div.footer {
        width: 340px;
    }

    footer div.footer div.sites {
        width: 100%;
        text-align: center;
    }

    footer div.footer div.sites li {
        display: inline-block;
        padding: 0 1.5rem;
    }

    footer div.footer div.links {
        width: 100%;
        text-align: center;
    }

    footer div.footer div.links img {
        display: inline-block;
        padding: 0 1rem;
        margin: auto;
    }
}

section.header {
    width: 100%;
    height: 22rem;
    background: #ddd;
    box-sizing: border-box;
    padding-top: 10rem;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

section.header h1, section.header p {
    width: 60rem;
    margin: auto;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
    text-align: left;
}

section.header h1 {
    font-size: 2.5rem;
    /*transform: translateX(50rem);
    opacity: 0;*/
    transform: translateX(0);
    opacity: 1;
}

section.header p {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    /*transform: translateX(-40rem);
    opacity: 0;*/
    transform: translateX(0);
    opacity: 1;
}

body.ready section.header h1, body.ready section.header p {
    transform: translateX(0);
    opacity: 1;
}

div._main {
    background-color: #fff;
}

@media (max-width: 800px) {
    section.header {
        height: 16rem;
        padding-top: 5.5rem;
    }

    section.header h1, section.header p {
        width: 100%;
        box-sizing: border-box;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    section.header h1 {
        transform: translateX(100%);
    }

    section.header p {
        transform: translateX(-50%);
    }
}

section hgroup {
    margin-bottom: 3rem;
}

section hgroup h1 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    font-weight: lighter;
}

/*# sourceMappingURL=style.css.map */





/*Form002219*/
.Form002219{padding: 3% 0;}
.Form002219 .auto{max-width:800px;margin:0 auto}
.Form002219 .word{text-align:center;color: #666;margin-bottom:4%;}
.Form002219 form{padding: 13%;border: 1px solid #eee;}
.Form002219 dl{width: 100%;min-height:40px;position:relative;margin-bottom:7%;}
.Form002219 dt{color:#333;font-size:16px;position: relative;left:0;text-align: left;margin-bottom:8px;}
.Form002219 dd{position: relative;}
.Form002219 dd span.red{position: absolute;right:0;color:#de0000;font-size:14px;}
.Form002219 .text{ border:1px solid #c9c9c9; border-radius:5px; width:94%; padding:0 10px; line-height:43px;height:43px; color:#666;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;margin-bottom:0;text-align: center;}
.Form002219 textarea{border:1px solid #c9c9c9; border-radius:5px;overflow:hidden; resize:none; width:94%; height:200px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:43px; min-width:150px; background-color:#f3f3f3; color:#666; font-size:16px; border:none; border-radius:5px; cursor:pointer;}
.Form002219 .submitbtn{ color:#fff; background-color:#f6d265;} 
@media(max-width:640px){
.Form002219 dl{  width:100%; margin-left:0 !important;}  
.Form002219 form{padding:8%;}
.Form002219 .text{width:90%;}
.Form002219 textarea{width:90%;}
}
@media(max-width:480px){
 
}
/*Form002219 End*/


