
/*---------------------------- BASIC */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, button, input, textarea, p, th, td { margin: 0; padding: 0 }
/*
table { border-collapse: collapse; border-spacing: 0 }
*/
fieldset, img { border: 0 }
address, caption, cite, dfn, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
h1{font-size:18px;}
q:before, q:after { content: '' }
a:hover{ cursor:pointer; text-decoration:underline;}
abbr, acronym { border: 0; font-variant: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
input, textarea, select { font-family: inherit; font-size: inherit; *font-size: 100%; font-weight: inherit }
legend { color: #666; }
:focus {outline:0;}

a,
a:hover,
a:link,
a:active,
a:visited {
    color: #222;
    text-decoration:none;
}
a:hover {
    cursor: pointer;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
/*---------------------------- BASIC */



/*---------------------------- CLEARFIX */
.clearfix {
    *zoom: 1; 
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
/*---------------------------- CLEARFIX */



/*---------------------------- BUTTON & INPUT */
button { 
    cursor: pointer; 
    _cursor: hand; 
}
button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
}
::-moz-input-placeholder {
    color: rgba(0,0,0,0.3);
}
/*---------------------------- BUTTON & INPUT */


/*---------------------------- OVERFLOW */
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ellipsis_a {
    position: relative;
    overflow: hidden;
}
.ellipsis_a:after {
    content: '··';
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 34px;
    color: #777;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
/*---------------------------- OVERFLOW */

/*---------------------------- UTILITY */
.trans_a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.trans_b {
    -webkit-transition: all 0.2s cubic-bezier(0.09,0.76,0.44,0.9);
    -moz-transition: all 0.2s cubic-bezier(0.09,0.76,0.44,0.9);
    -ms-transition: all 0.2s cubic-bezier(0.09,0.76,0.44,0.9);
    transition: all 0.2s cubic-bezier(0.09,0.76,0.44,0.9);
}
.parallax_can {
    position: relative;
    overflow: hidden;
}
.parallax_tile {
    height: 260%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    z-index: -1;
}
/*---------------------------- UTILITY */

/*---------------------------- Font,  Link & Container */
body { 
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC,W enQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}
code { 
    font-family: courier new,courier,monospace; 
}
pre {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC,W enQuanYi Micro Hei, sans-serif;
    white-space: pre-wrap;
}
ul li {
    list-style-type: none;
}
@font-face {
    font-family: 'Blogger Sans';
    src: url('../font/bloggersans/BloggerSans.eot');
    src: url('../font/bloggersans/BloggerSans.eot?#iefix') format('embedded-opentype'),
        url('../font/bloggersans/BloggerSans.woff2') format('woff2'),
        url('../font/bloggersans/BloggerSans.woff') format('woff'),
        url('../font/bloggersans/BloggerSans.ttf') format('truetype'),
        url('../font/bloggersans/BloggerSans.svg#BloggerSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font_blogger {
    font: 14px/1.6 'Blogger Sans'
}
/*---------------------------- Font,  Link & Container */


/*---------------------------- PAGE */
body { 
    text-align: center;
    background-color: #fff;
}
.inner_box15px {
    width: calc(100% - 15px*2);
    display: inline-block;
}
.inner_box20px {
    width: calc(100% - 20px*2);
    display: inline-block;
}
.switch_box {
    font-size: 0;
}
.switch_box a,.switch_box li {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #ccc;
    border-radius: 12px;
    margin: 0 3px;

    position: relative;
}
.switch_box a.selected {
    background-color: #EC7C16;
}
.switch_box li.on {
    background-color: #EC7C16;
}
.switch_box li:hover {
    cursor: pointer;
}

.header {
    width: 100%;
    height: 60px;
    background-color: #fff;

    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 1px 20px rgba(0,0,0,0.08);
    box-shadow: 0 1px 20px rgba(0,0,0,0.08);

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
}
.header .inner_box15px {
    position: relative;
}
.header h1 {
    display: inline-block;
}
.header h1 p {
    display: none;
}
.header .logo {
    display: inline-block;
    height: 36px;
    margin-top: 10px;
}
.header .logo img {
    display: block;
    height: 100%;
}
.header .menu_trigger {
    display: block;
    width: 40px;
    height: 40px;

    position: absolute;
    left: 0;
    top: 10px;
}
.header .menu_trigger img {
    display: block;
    width: 100%;
}
.header .menu_trigger .tri {
    border-bottom: 6px solid #333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;

    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 8px;
    bottom: -10px;
}
.header .menu_trigger .tri.show_pop {
    opacity: 1;
    visibility: visible;
}


.main_pop_nav {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    text-align: left;
    padding: 5px 0;

    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 550;

    opacity: 0;
    visibility: hidden;
}
.main_pop_nav .row {
    border-top: 1px solid rgba(0,0,0,0.6);
    font-size: 0;
}
.main_pop_nav .row:first-child {
    border-top: 0;
}
.main_pop_nav .row a {
    display: inline-block;
    width: 50%;
    height: 54px;
}
.main_pop_nav .row a p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 54px;

    position: relative;
    left: 10px;
}
.main_pop_nav .row a:nth-child(odd) p {
    left: 40px;
}
.main_pop_nav.show_pop {
    opacity: 1;
    visibility: visible;
}


.show_box {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 50px;
}
.show_box .pic_box {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.show_box .pic_box a,
.show_box .pic_box a img {
    display: block;
    width: 100%;
}


.title_box {
    margin-top: 20px;
    margin-bottom: 40px;
}
.title_box h3 {
    display: block;
}
.title_box p {
    display: block;
}
.title_box p.char_en {
    font-size: 26px;
}
.title_box p.char_ch {
    font-size: 12px;
    letter-spacing: 12px; 
    position: relative;
    left: 6px;
    top: -2px;
}


.banner_a {
    display: block;
    width: 100%;
    margin-top: 60px;
}
.banner_a img {
    display: block;
    width: 100%;
}
.banner_b {
    width: 100%;
    margin-bottom: 20px;
}
.banner_b a,
.banner_b a img {
    display: block;
    width: 100%;
}


.banner_nav {
    width: 100%;

    position: relative;
    z-index: 20;
}
.banner_nav .sub_nav_a {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #EDEDE7;
    background-color: #F7F7F2;
}
.banner_nav .sub_nav_a a {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    background-color: transparent;
    color: #747465;
    font-size: 13px;
    margin: 0 15px;
}
.banner_nav .sub_nav_b {
    width: 100%;
    border-bottom: 1px solid #EDEDE7;
    padding: 15px 0 5px 0;
}
.banner_nav .sub_nav_b .inner_box20px {
    font-size: 0;
}
.banner_nav .sub_nav_b a {
    display: inline-block;
    background-color: #F0F0E6;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #747465;
    padding: 0 10px;
    border-radius: 3px; 
    margin: 0 5px 10px 5px;
}
.banner_nav .sub_nav_a a.selected {
    -webkit-box-shadow: 0 -2px 0 #747465 inset;
    -moz-box-shadow: 0 -2px 0 #747465 inset;
    -ms-box-shadow: 0 -2px 0 #747465 inset;
    box-shadow: 0 -2px 0 #747465 inset;
}
.banner_nav .sub_nav_b a.selected {
    background-color: #747465;
    color: #fff;
}


.pager_box {
    width: 100%;
    font-size: 0;
    padding: 15px 0 15px 0;
    border-top: 1px dotted #D7D7C5;
}
.pager_box li{
    display: inline;
    margin: 0 12px 18px 12px;    
}
.pager_box a {
    display:inline-block;
    font-size: 13px;     
    color: #A6A68D; 
}
.pager_box a:nth-child(2) {
    margin-right: 18px;
}
.pager_box a:nth-last-child(2) {
    margin-left: 18px;
}
.pager_box a.number {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    margin: 0 5px;
}
.pager_box a:first-child {
    margin-left: 0;
}
.pager_box a.current,
.pager_box a.current:hover{
    background-color: #EC7C16;
    color: #fff;
}
.pager_box a:hover {
    background-color: #F0F0E9;
}

.crumb_nav_box {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #EDEDE7;
    background-color: #F7F7F2;
    text-align: left;
}
.crumb_nav_box .nav_tile {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    background-color: transparent;
    color: #747465;
    font-size: 13px;
    margin: 0 15px;
}


.intro_box_a {
    margin-bottom: 50px;
}
.intro_box_a .tile {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.intro_box_a .tile img.cover {
    display: block;
    width: 100%;
}
.intro_box_a .tile .info {
    width: 100%;
    background-color: #F7F7F2;
    position: relative;
}
.intro_box_a .tile .info.info_left {
    float: left;
}
.intro_box_a .tile .info .avatar {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 4px solid #fff;
    margin: -35px 0 10px 0;
}
.intro_box_a .tile .info p {
    text-align: justify;
    display: block;
    width: calc(100% - 25px*2);
    margin-left: 25px;
}
.intro_box_a .tile .info p.tx01 {
    font-size: 18px;
    line-height: 1.45;
    color: #747465;
    margin-bottom: 15px;
}
.intro_box_a .tile .info p.tx02 {
    color: #A9A99C;
    font-size: 14px;
    margin-bottom: 25px;
}
.intro_box_a .tile .info a.link {
    display: inline-block;
    height: 40px;
    background-color: #A7A78C;
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
    padding: 0 25px;
    margin-bottom: 35px;
}
.intro_box_a .tile .parallax_can {
    height: 160px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.intro_box_b {
    margin-bottom: 50px;
}
.intro_box_b ul.info {
    display: inline-block;
}
.intro_box_b ul.info li {
    display: block;
    padding: 30px 0;
    border-bottom: 1px dotted #D7D7C5;
}
.intro_box_b ul.info li:first-child {
    border-top: 1px dotted #D7D7C5;
}
.intro_box_b ul.info li a {
    display: inline-block;
    width: calc(100% - 15px*2);
    text-align: left;
}
.intro_box_b ul.info li p.title {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.5;
    margin-bottom: 10px;
    max-height: 56px;
}
.intro_box_b ul.info li p.tx {
    font-size: 13px;
    color: #aaa;
    max-height: 44px;
    margin-bottom: 12px;
}
.intro_box_b ul.info li p.date {
    font-size: 12px;
    color: #bbb;
}


.intro_box_c {
}
.intro_box_c .info_box {
}
.intro_box_c .info_box .news_box {
    width: 100%;
}
.intro_box_c .info_box .news_box .news_list {
    font-size: 0;
    text-align: left;
}
.intro_box_c .info_box .news_box .news_list a {
    display: inline-block;
    width: calc(50% - 8px);
    text-align: left;
    margin-bottom: 30px;
    vertical-align: top;
}
.intro_box_c .info_box .news_box .news_list a:nth-child(odd) {
    margin-right: 16px;
}
.intro_box_c .info_box .news_box .news_list a .cover {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    margin-bottom: 20px;
}
.intro_box_c .info_box .news_box .news_list a p {
    display: block;
    margin-bottom: 10px;
    text-align: justify;
}
.intro_box_c .info_box .news_box .news_list a p.title {
    font-size: 14px;
    line-height: 1.5;
    max-height: 44px;
}
.intro_box_c .info_box .news_box .news_list a p.tx {
    font-size: 12px;
    color: #aaa;
    max-height: 40px;
}
.intro_box_c .info_box .news_box .news_list a p.date {
    font-size: 12px;
    color: #aaa;
}
.intro_box_c .article_box {
}
.intro_box_c .article_box .article {
}
.intro_box_c .article_box .article .article_title_box {
    text-align: left;
    margin-bottom: 30px;
}
.intro_box_c .article_box .article .article_title_box p {
    display: block;
}
.intro_box_c .article_box .article .article_title_box p.title {
    font-size: 18px;
    margin-bottom: 10px;
}
.intro_box_c .article_box .article .article_title_box p.date {
    font-size: 13px;
    color: #888;
}
.intro_box_c .article_box .article .content {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}
.intro_box_c .article_box .article .content img,
.intro_box_c .article_box .article .content p {
    display: block;
}
.intro_box_c .article_box .article .content img {
    max-width: 100%;
    border-radius: 3px;
    margin-bottom: 20px;
}
.intro_box_c .article_box .article .content p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}
.intro_box_c .article_box .article .content .video {
    margin-bottom: 20px;
}
.intro_box_c .article_box .article .crumb_wrap {
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
}
.intro_box_c .article_box .article .crumb_wrap .crumb_nav_box {
    width: auto;
    float: right;
}
.intro_box_c .article_box .article .crumb_wrap .crumb_nav_box a:last-child {
    margin-right: 0;
}


.intro_box_d {
    margin-bottom: 40px;
}
.intro_box_d ul.p_list_box {
    width: 100%;
    text-align: left;
    font-size: 0;
}
.intro_box_d ul.p_list_box li {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
    margin: 0 0 10px 0;
}
.intro_box_d ul.p_list_box li:nth-child(odd) {
    margin-right: 20px;
}
.intro_box_d ul.p_list_box li a {
    display: block;
    position: relative;
    padding-top: 30px;
}
.intro_box_d ul.p_list_box li a span.tag {
    display: block;
    height: 26px;
    background-color: #EAEAE0;
    color: #747465;
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;

    position: absolute;
    left: 0;
    top: 0;
}
.intro_box_d ul.p_list_box li a img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
}
.intro_box_d ul.p_list_box li a p.title {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.5;
}
.intro_box_d ul.p_list_box li a p.tx {
    font-size: 12px;
    text-align: justify;
    color: #aaa;
    margin-bottom: 10px;
    max-height: 40px;
}
.intro_box_d .p_detail_box {
    width: 100%;
}
.intro_box_d .p_detail_box .display_box {
    width: 100%;
    margin-bottom: 10px;
}
.intro_box_d .p_detail_box .display_box .cover_box {
    width: 100%;
    height: 400px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro_box_d .p_detail_box .display_box .thumb_box {
    display: flex;
    flex-wrap: wrap;
    background-color: #F7F7F2;
    margin-bottom: 10px;
}
.intro_box_d .p_detail_box .display_box .thumb_box a {
    display: block;
    flex-basis: 20%;
    height: 64px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}
.intro_box_d .p_detail_box .display_box .thumb_box a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);

    position: absolute;
    left: 0;
    top: 0;
}
.intro_box_d .p_detail_box .display_box .thumb_box a.selected:after {
    background-color: transparent;
}
.intro_box_d .p_detail_box .display_box .info_box {
    width: 100%;
}
.intro_box_d .p_detail_box .display_box .info_box .tile {
    padding: 30px 0;
}
.intro_box_d .p_detail_box .display_box .info_box .tile:first-child {
    border-bottom: 1px solid #EAEAEA;
}
.intro_box_d .p_detail_box .display_box .info_box .tile pre,
.intro_box_d .p_detail_box .display_box .info_box .tile p {
    width: calc(100% - 20px*2);
    display: inline-block;
    text-align: left;
}
.intro_box_d .p_detail_box .display_box .info_box p.title {
    font-size: 18px;
}
.intro_box_d .p_detail_box .display_box .info_box .tx {
    color: #777;
}
.intro_box_d .p_detail_box .detail_box {
}
.intro_box_d .p_detail_box .detail_box .title_row {
    height: 46px;
    line-height: 46px;
    text-align: left;
    background-color: #F8F7F3;
    margin-bottom: 30px;
}
.intro_box_d .p_detail_box .detail_box .title_row span {
    display: inline-block;
    font-size: 20px;
    margin: 0 10px 0 20px;

    position: relative;
    top: 2px;
}
.intro_box_d .p_detail_box .detail_box .title_row p {
    display: inline-block;
    font-size: 16px;
}
.intro_box_d .p_detail_box .detail_box .story_title {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #88886A;
    margin-bottom: 40px;
}
.intro_box_d .p_detail_box .detail_box .d_content {
}
.intro_box_d .p_detail_box .detail_box .d_content img {
    display: inline-block;
    max-width: 100%;
    border-radius: 3px;
    margin-bottom: 20px;
}
.intro_box_d .p_detail_box .detail_box .d_content p {
    display: block;
    font-size: 14px;
    color: #555;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 20px;
}
.intro_box_d .p_detail_box .detail_box .d_content .video {
    display: inline-block;
    margin-bottom: 20px;
}
.intro_box_d .banner_nav {
    margin-bottom: 40px;
}


.form_box {
    width: 100%;
    min-height: 500px;
    padding: 50px 0;

    background: url(../img/form_bg.jpg) center no-repeat;
    background-size: cover;
}
.form_box .card {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;

    box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.form_box .card .title {
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 60px;
    border-bottom: 1px solid #F1F1E7;
}
.form_box .card .title p {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 60px;
}
.form_box .card .title p span.tel {
    float: right;
    font-size: 14px;
    color: #747465;
    margin-left: 10px;
}
.form_box .card .form_inner {
    width: calc(100% - 40px);
    padding: 0 20px;
    text-align: left;
    padding-top: 20px;
}
.form_box .card .form_inner .inp_box {
    width: calc(100% - 2px);
    background-color: #F3F3EE;
    border-radius: 3px;
    border: 1px solid #EAEAE0;
    margin-bottom: 20px;
}
.form_box .card .form_inner .inp_box input {
    display: block;
    width: calc(100% - 10px*2);
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    background: transparent;
    border: 0;
}
.form_box .card .form_inner .inp_box textarea {
    display: block;
    width: calc(100% - 20px*2);
    resize: none;
    height: 100px;
    margin: 15px 0 20px 15px;
    background: transparent;
    border: 0;
}
.form_box .card .form_inner a.btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #A6A68D;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 30px;
}
.form_box .card .form_inner .inp_combo {
}
.form_box .card .form_inner .inp_combo .inp_box {
    float: left;
}
.form_box .card .form_inner .inp_combo .inp_box:nth-child(1) {
    width: calc(50% - 2px);
    border-radius: 3px 0 0 3px;
}
.form_box .card .form_inner .inp_combo .inp_box:nth-child(2) {
    width: calc(50% - 1px);
    border-radius: 0 3px 3px 0;
    border-left: 0;
}
.form_box .card .form_inner .info_box {
    padding: 30px 0;
}
.form_box .card .form_inner .info_box p.error {
    font-size: 13px;
    color: #C47777;
}
.form_box .card .form_inner p.tx {
    font-size: 13px;
    line-height: 1.8;
    color: #58583E;
}
.form_box .card .form_inner p.tx.gap_space_v {
    margin-bottom: 50px;
}
.form_box .card .form_inner img.certificate {
    display: block;
    max-width: 300px;
    margin-bottom: 30px;
    margin-top: -20px;
}


.footer {
}
.footer .main {
    width: 100%;
}
.footer .main .tile {
    padding: 40px 0;
    border-bottom: 1px dotted #D7D7C5;
}
.footer .main .tile:first-child {
    border-top: 1px dotted #D7D7C5;
}
.footer .main .nav {
    font-size: 0;
    text-align: left;
}
.footer .main .nav a {
    display: inline-block;
    width: calc(50% - 3px);
    background-color: #F8F7F3;
    color: #77775D;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 6px;
    border-radius: 2px;
    text-align: center;
}
.footer .main .nav a:nth-child(odd) {
    margin-right: 6px;
}
.footer .main .scroll_tile a {
    display: inline-block;
    height: 85px;
}
.footer .main .scroll_tile a img {
    display: block;
    height: 100%;
}
.footer .main .media p {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}
.footer .main .media.wechat img {
    display: inline-block;
    height: 140px;
}
.footer .main .media.weibo .btn {
    display: inline-block;
    width: 200px;
    height: 44px;
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 16px;
    color: #777;
    line-height: 44px;
    vertical-align: middle;
}
.footer .main .media.weibo .btn img {
    display: inline-block;
    height: 24px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.footer .cp_info {
    width: 100%;
    margin: 20px 0 50px 0;
}
.footer .cp_info img {
    display: inline-block;
    height: 100px;
    margin-bottom: 30px;
}
.footer .cp_info p {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}
.footer .cp_info p.sub {
    color: #666;
}


.video {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 200px;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    z-index: 10;
}
.video:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);

    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
.video span.play_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #FF2B60;

    position: relative;
    top: 70px;
    z-index: 20;
}
.video span.play_icon:after {
    content: '';
    display: block;

    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 20;
}
.overlay_wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,1);

    visibility: hidden;
    opacity: 0;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.overlay_wrap .video_box {
    width: 100%;

    position: fixed;
    left: 0;
    z-index: 1100;
}
.overlay_wrap .video_box video {
    width: 100%;
    display: inherit;
}
.overlay_wrap span.hidden_overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
}
.overlay_wrap .video_box .btn_video_close {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    background-color: #EC7C16;

    position: absolute;
    right: -40px;
    top: 0;
}
.overlay_wrap.video_gone {
    visibility: hidden;
    opacity: 0;
}
.overlay_wrap.video_show {
    visibility: visible;
    opacity: 1;
}


.intro_ad_banner {
    margin-bottom: 50px;
}

html.no_scroll {
    overflow: hidden;
}
.no_scroll body {
    position: fixed;
}

span.e_bold {
    font-weight: bold;
}

.form_box.space_top,
.intro_box_d.space_top {
    margin-top: 60px;
}
.intro_box_c.space_top {
    margin-top: 20px;
}
.intro_box_d.type_change,
.intro_box_d.type_change .banner_nav {
    margin-bottom: 0;
}




