@charset "UTF-8";
@import url(../css/font/DINPro/DINPro.css);
@import url(../css/font/iconfont.css);
/* line 5, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}
/* line 103, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

/* line 32, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/* line 1, ../sass/public.scss */
html,
body {
       font-family: "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

/* line 7, ../sass/public.scss */
a {
    display: block;
    text-decoration: none;
}

strong{
    font-weight: bold;
}

/* line 18, ../sass/public.scss */
.clear_fix:after {
    content: '';
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

/* line 27, ../sass/public.scss */
.clear_fix {
    zoom: 1;
}

/* line 31, ../sass/public.scss */
.fl {
    float: left;
}

/* line 35, ../sass/public.scss */
.fr {
    float: right;
}

/* line 39, ../sass/public.scss */
.btn_item_left {
    text-align: right;
    position: relative;
    /*width: 165px;*/
    font-size: 14px;
    line-height: 32px;
    color: white;
    border-bottom: 1px solid white;
    cursor: pointer;
}
/* line 39, ../sass/public.scss */
.btn_item_right {
    position: relative;
    /*width: 165px;*/
    font-size: 14px;
    line-height: 32px;
    color: white;
    border-bottom: 1px solid white;
    cursor: pointer;
}
/* line 49, ../sass/public.scss */
.btn_item_left img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 37px;
    height: 8px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
/* line 59, ../sass/public.scss */
.btn_item_left:hover img {
    left: -25px;
}
/* line 49, ../sass/public.scss */
.btn_item_right img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 37px;
    height: 8px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
/* line 59, ../sass/public.scss */
.btn_item_right:hover img {
    right: -25px;
}

.main-btn{
    color: #fff;
    display: inline-block;
    letter-spacing: 0.07em;
    position:relative;
    overflow:hidden;
}
.main-btn:hover{
    color:#fff;
}
.main-btn .txt{
    letter-spacing:inherit;
    padding:10px 0 10px 74px;
}
.main-btn .txt:before, .main-btn .txt:after{
    content:'';
    width:100%; height:1px;
    position:absolute;
    bottom:0;
    background:#fff;
}
.main-btn:after{
    content:'';
    display:inline-block;
    width:37px; height:8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:100%;
    position:absolute;
    top:50%;
    margin-top:-3px;
}
.btn_item_right .main-btn .txt{
    padding: 10px 74px 10px 0;
}
.btn_item_left .main-btn:after{
    left: 0;
    background-image: url("../image/icon_arrows_w_zuo.png");
}
.btn_item_right .main-btn:after{
    right: 0;
    background-image: url("../image/icon_arrows_w.png");
}

.main-btn .txt:before{
    left:-101%;
}
.main-btn .txt:after, .main-btn:hover .txt:before{
    left:0;
}
.main-btn .txt:after, .main-btn:hover .txt:before{
    transition-delay:0.4s;
}
.main-btn:hover .txt:after{
    left:101%;
    transition-delay:0s;
}

.main-btn .txt:before, .main-btn .txt:after{
    -o-transition:0.4s;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    transition:0.4s;
}

#guide .btn_common{
    border: none;
}
.navigation{
    width: 1200px;
    margin: 0 auto;
    height: 67px;
}

.navigation .navigation_content{
    display: inline-block;
    height: 25px;
    margin-top :45px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}
.banner{
    display: block;
    width: 100%;
    font-size: 0;
}
.hide{
    display: none;
}
.guide_center{
    display: block;
    width:500px;
    position: absolute;
    text-align: center;
    bottom:110px;
    left: 50%;
    margin-left: -250px;
    color: #fff;
}
.guide_center .title{
    font-size: 30px;
}
.guide_center i{
    display: block;
    width: 1px;
    height: 80px;
    font-size: 0;
    margin: 35px auto 20px auto;
    background: #ffffff;
}
.guide_center span{
    display: block;
    font-size: 14px;
}
.make_title{
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
    height: 75px;
    line-height: 75px;
}
.make_title.make_title-en{
    line-height: 75px;
}
.make_title:after{
     content: '';
     position: absolute;
     width: 51px;
     height: 2px;
     background: #ac0008;
     font-size: 0;
     bottom:0;
     left: 50%;
     margin-left: -25px;
}
#guide {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#guide a,
#guide a:visited{
    color: #FFFFFF;
}
#guide .btn_item_left {
    color: #fff;
    border-color: #fff;
    position:absolute;
    left:0;
    bottom: 0;
}

#guide .btn_item_right {
    color: #fff;
    border-color: #fff;
    position:absolute;
    right:0;
    bottom: 0;
}
.w1200{
    display: block;
    width: 1200px;
    margin: 0 0 0 -600px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom:50px;
}
.pagenum{
    display: flex;
    position:relative;
    font-size: 24px;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    width: 180px;
    margin: 0 auto 40px;
    font-family: "DINPro","PingFangSC","微软雅黑",sans-serif;
}
.pagenum span{
    padding: 0 20px;
    cursor: pointer;
}
.pagenum .total{
    position:absolute;
    width: 80px;
    /*right: 0;*/
    left: 0;
    color: #000000;
    text-align: center;
    padding-right:0;
    background-image: none;
}
.pagenum .total span{
    /*padding-right: 30px;*/position: absolute;
    width: 37px;
    height: 8px;
    left: 0;
    top: 7px;
    background: url(../../image/arrow2.png) no-repeat 0 center;
    transition: all 1s;
}
.pagenum .total:hover span{
    left: -15px;
    transition: all 1s;
}
.pagenum .current{
    position:absolute;
    width: 70px;
    right: 0;
    /* left: 0; */
    color: #ac0008;
    padding-right:0;
    background-image: none;
}
.pagenum .current span{
    /* padding-left: 30px; */
    position: absolute;
    width: 37px;
    height: 8px;
    right: 0;
    top: 7px;
    background: url("../../image/icon_arrows.png") no-repeat right center;
    transition: all 1s;
}
.pagenum .current:hover span{
    right: -15px;
    transition: all 1s;
}


.mm-menu { width: 50%; }
.mm-navbar { height: 50px; line-height: 30px; }
.mm-panel .mm-navbar { display: block; }
.mm-menu > .mm-panel > .mm-navbar + .mm-listview { margin-top: 1px; border-top: 1px solid #3a3b4b; }
.mm-menu > .mm-panel:before { height: 50px; font-size: 1.125rem; }
.mm-listview { line-height: 26px; }
.mm-listview > li:not(.mm-divider):after { left: 0; }
.mm-listview > li > a, .mm-listview > li > span { padding: 10px 10px 10px 10px; text-align: center; }

html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a { text-transform: uppercase; color: #888; }
.mm-menu.mm-theme-dark .mm-navbar { border-color: #14151b; }

.mm-menu.mm-theme-dark { background: #22232d; color: #cfcfcf; }
.mm-listview > li:not(.mm-divider):after { height: 1px; background: #14151b; }
.mm-menu .mm-listview > li:after { border-color: #3a3b4b; }
.mm-menu.mm-theme-dark .mm-listview > li:after { border-color: #3a3b4b; }

.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom { border: 0; }