@charset "utf-8";
/*全局初始化样式*/
*{box-sizing: border-box; margin:0; padding:0;}
body{position: relative; padding:0; margin:0 auto; font-size:14px; line-height:1.42857143;font-family: Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; color: #333; min-width: 1400px; width: 100%; zoom:1;background: #fff; /*禁用Webkit内核浏览器的文字大小调整功能*/-webkit-text-size-adjust:none; /*取出点击出现半透明的灰色背景*/-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight:rgba(0,0,0,0); /*设置字体的抗锯齿或者说光滑度*/-webkit-font-smoothing: antialiased;overflow-x: hidden;}
*{-moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; /*word-break: break-all;*/word-wrap: break-word;}
/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;}
p,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
ul,ul li{ list-style:none; margin: 0; padding: 0;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0; padding:0;}
/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:middle;}

/*初始化a的样式和字体样式*/
a{ color:#333; text-decoration:none!important; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{color: #029141;}
.pc_w{ width: 1200px;margin: 0 auto;}

.index_01_img{ max-width: 100%;display: inline-block}


.main {
    width: 28rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 0.1rem;
}
.display {
    display: inline-block;
    vertical-align: top;
}
body, html, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, div, table, td, th, input, textarea {
    margin: 0;
    padding: 0;
}
ul, li, dl, dt, dd, ol {
    list-style: none;
}
a {
    text-decoration: none !important;
    outline: none;
    color: #FFFFFF;
}
a:active, a:visited {
    outline: none;
    color: #fff;
    text-decoration: none !important;
}
img {
    border: 0 none;
    overflow: hidden;
    display: block;
}
.clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.f-l {
    float: left;
}
.f-r {
    float: right;
}
* {
    box-sizing: border-box;
}

@keyframes spread {
    0% { height: 0;}
    100% {height: 545px;opacity: 1;}
}
@-moz-keyframes spread {
    0% { height: 0;}
    100% {height: 545px;opacity: 1;}
}
@-webkit-keyframes spread {
    0% { height: 0;}
    100% {height: 545px;opacity: 1;}
}

@keyframes height01 {
    0% { height: 0;}
    100% {height: auto;opacity: 1;}
}
@-moz-keyframes height01 {
    0% { height: 0;}
    100% {height: auto;opacity: 1;}
}
@-webkit-keyframes height01 {
    0% { height: 0;}
    100% {height: auto;opacity: 1;}
}

@keyframes fadeIn1 {
    from {opacity: 0.2;}
    to {opacity: 1;}
}
@-moz-keyframes fadeIn1 {
    from {opacity: 0.2;}
    to {opacity: 1;}
}
@-webkit-keyframes fadeIn1 {
    from {opacity: 0.2;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes transr {
    0% { transform: translate(4rem);}
    100% { opacity: 1;transform: translate(0);}
}
@-moz-keyframes transr {
    0% {transform: translate(4rem);}
    100% { opacity: 1;transform: translate(0);}
}
@-webkit-keyframes transr {
    0% { transform: translate(4rem);}
    100% { opacity: 1;transform: translate(0);}
}

@keyframes transl {
    0% { transform: translate(-4rem);}
    100% {opacity: 1;transform: translate(0);}
}
@-moz-keyframes transl {
    0% {transform: translate(-4rem);}
    100% {opacity: 1;transform: translate(0);}
}
@-webkit-keyframes transl {
    0% { transform: translate(-4rem);}
    100% { opacity: 1;transform: translate(0);}
}

@keyframes scale {
    0% { transform: scale(0.8);}
    100% {opacity: 1;transform: scale(1);}
}
@-moz-keyframes scale {
    0% {transform: scale(0.8);}
    100% {opacity: 1;transform: scale(1);}
}
@-webkit-keyframes scale {
    0% {transform: scale(0.8);}
    100% {opacity: 1;transform: scale(1);}
}

@keyframes transBot {
    0% {transform: translateY(1.2rem);}
    100% {opacity: 1;transform: translateY(0);}
}
@-moz-keyframes transBot {
    0% {transform: translateY(1.2rem);}
    100% {opacity: 1;transform: translateY(0);}
}
@-webkit-keyframes transBot {
    0% {transform: translateY(1.2rem);}
    100% { opacity: 1;transform: translateY(0);}
}

.invest {width: 100%;}
.water_top{ width: 100%;height: 50px;overflow: hidden;position: fixed;/*top:70px;*/top:30px;left: 0;z-index:999;padding: 0 100px;}
.water_top_logo{ float: left;width: auto;height: 100%;line-height: 50px;overflow: hidden}
.water_top_logo img{ display: inline}
.water_top_tel{ float: right;width: auto;height: 100%;line-height: 50px;overflow: hidden;text-align: left;padding-left: 25px;background: url("/public/home/default/images/zhaoshang/tel_ioc.png") no-repeat left center}
.water_top_tel span{ font-size: 12px;color: #FFFFFF;}
.water_top_tel span:nth-of-type(1){ margin-right: 25px;}

.section {width: 100%;height: 100%;float: left;position: relative;}
.map_box{ width: 100%;height: 100%;float: left;position: absolute;top:0;left: 0;}
.chunk_img{width: 100%;height:100%;text-align: center;overflow: hidden;position: absolute;top:0;left: 0;}
.chunk_img_after{ float: left;width: 100%;height: 100%;overflow: hidden;position: relative;}
.chunk_img_after:after{ content: "";width: 100%;height: 100%;position: absolute;top:0;left: 0;z-index: 10;background-size: 100% 100%;}
.chunk1{ background: url("https://www.cnjly.com/uploads/image/202012/5fd82cbd5e749.jpg") no-repeat center center;background-size: cover}
.chunk5:after,.chunk6:after,.chunk8:after{ background: url("/public/home/default/images/zhaoshang/01.png") no-repeat center center;}
.chunk_img_after img{ width: 100%;}
.chunk_center{ width: 1400px;margin: 0 auto;position: relative;z-index: 888;}
/*.page_one{ text-align: left;padding: 0 200px;}*/
.page_one{ text-align: left;padding: 0 100px;width:100%}
.page_one_1{position: relative;width: 100%;height: auto;}
.page_one_1:after{ content: "";position: absolute;left: 0;bottom: -20px;width: 25px;height: 3px;background-color: #fff;}
.page_one_1 p{color: rgb(255, 252, 249);font-size: 48px;line-height: 60px;}
.page_one_2{ margin-top: 40px;}
.page_one_2 p{ font-size: 24px;color: rgb(255, 252, 249);line-height: 1.5;font-weight: lighter}
.page_one_3{ margin-top: 15px;}
.page_one_3 p{ float: left;width: 33.33%;height: auto;display: inline-block;overflow: hidden;font-size: 15px;color: rgb(255, 252, 249);}
.page_one_3 p span{ font-size: 26px;}
.page_one_4{ margin-top: 30px;float: left}
.page_one_5{ margin-top: 35px;}
.page_one_5 p{color: rgb(255, 252, 249);font-size: 48px;}
/*.p_o_f{ float: left;width: 147px;height: 161px;overflow: hidden;display: inline-block;margin-right: 80px;}*/
.p_o_f{ float: left;width: 130px;height: auto;overflow: hidden;display: inline-block;margin-right: 80px;}
.p_o_f:nth-last-of-type(1){ margin-right: 0}
.page_point{ width: 100%;text-align: center;position: absolute;left: 0;bottom: 100px;z-index: 15}
.page_point a > i {width: 100%;height: 9px;background: url("/public/home/default/images/zhaoshang/xxb_ioc.png") no-repeat center center;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;opacity: 0.2;display: block;}
.page_point a > i:nth-of-type(1) {animation: fadeIn1 1.2s ease-in-out alternate infinite;animation-delay: 0s;}
.page_point a > i:nth-of-type(2) {animation: fadeIn1 1.2s ease-in-out alternate infinite;animation-delay: 0.3s;}
.page_point a > i:nth-of-type(3) {animation: fadeIn1 1.2s ease-in-out alternate infinite;animation-delay: 0.6s;}
.page_bottom{ width: 100%;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 15;padding-left: 100px;}
.page_bottom_from{ float: left;width: 490px;height: 66px;overflow: hidden;padding-top: 15px}
.page_bottom_from input{ float:left;width: 150px;height: 38px;border: none;border-bottom:1px solid #999999;outline: none;margin-right: 28px;color: #999999}
.page_bottom_from button{ float:left;width: 130px;height: 38px;line-height: 38px;text-align: center;color: rgb(255, 255, 255);font-size: 14px;background-color: #242424;border: none}
.page_bottom_name{ float: right;text-align: right;width: auto;height: 66px;line-height: 66px;font-size: 14px;color: rgba(255, 255, 255, 0.5);padding-right: 100px;}
.page_bottom_name a{ color: rgba(255, 255, 255, 0.5);}
.page_bottom_people{ float: right;width: 55%;height: 66px;overflow: hidden;background-color: #ffffff;line-height: 66px}
.people_swiper{ float: left;width: 60%;height: 66px;overflow: hidden;}
.swiper-container {width: 100%;height: 100%;}
.people_swiper .swiper-slide {float: left; cursor: pointer;width: 100%;height: 100%;padding-left: 63px;text-align: left;background: #fff url("/public/home/default/images/zhaoshang/lb_ioc.png") no-repeat 35px center}
.people_swiper .swiper-slide span{ margin-right: 20px;font-size: 16px;color: rgb(153, 153, 153);}
.people_swiper .swiper-slide span:nth-last-of-type(1){ margin-right: 0}
.people_number{ float: left;width: auto;height: 100%;font-size: 16px;color: rgb(153, 153, 153);}
.people_number span{ color: #e2ac7e}
.invest_chunk1 .page_bottom_name{ display: none}

.chunk2:after{ background: url("/public/home/default/images/zhaoshang/02.png") no-repeat center center;}
.page_two{ text-align: left;padding: 0 5px;}
.page_two_1{ float: left;width: 100%;height: 366px;overflow: hidden;text-align: center;}
.page_two_11{ width: 500px;height: 100%;overflow: hidden;background: url("/public/home/default/images/zhaoshang/02_09.png") no-repeat center center;display: inline-block}
.page_two_12{ width: 695px;height: 100%;overflow: hidden;display: inline-block;text-align: left;}
.page_two_12 ul li{ float: left;width: 100%;height: 123px;overflow: hidden;display: table;}
.page_two_12 ul li:hover{ background-color: #242424}
.page_two_12 ul li > div{ display: table-cell;vertical-align: middle;}
.page_two_12 ul li > div p{ padding-left: 65px;font-size: 15px;color: #797979;line-height: 24px;}
.page_two_12 ul li > div p:nth-of-type(1){ margin-bottom: 3px;}
.page_two_12 ul li > div p span{ color: #e1ab7d;font-size: 17px;margin-right: 8px;}
.page_two_2{ float: left;width: 100%;height: auto;overflow: hidden;text-align: center;margin-top: 70px;}
.page_two_2 ul{display: inline-block}
.page_two_2 ul li{ float:left;display: inline-block;margin: 0 15px;}
.p_t_ico{ width: 88px;height: 88px;border: 1px solid #FFFFFF;border-radius: 8px;display: table;text-align: center;margin: 0 auto;}
.p_t_ico > div{ display: table-cell;vertical-align: middle;}
.p_t_ico > div img{ max-width: 100%;display: initial;}
.page_two_2 ul li p{ font-size: 12px;line-height: 18px;color: #FFFFFF}
.page_two_2 ul li p:nth-of-type(1){ margin-top: 8px;}

/*.page_two_2 img{ max-width: 100%;display: inline}*/
/*.page_two_l{ float: left;width: 1122px;height: 647px;;overflow: hidden}*/
/*.page_two_1{ float: left;width: 1122px;height: 424px;overflow: hidden}*/
/*.pt_1_left,.pt_1_right{ float: left;width: 784px;height: 100%;overflow: hidden}*/
/*.pt_1_right{ width: 338px;}*/
/*.pt_1_right img{ float: left;max-width: 100%}*/
/*.pt_1_right_1,.pt_1_right_2{ float: left;width: 100%;height: 225px;overflow: hidden}*/
/*.pt_1_right_2{ height: 199px;}*/
/*.page_two_2{ float: left;width: 1122px;height: 223px;overflow: hidden}*/
/*.page_two_2 img{ float: left;max-width: 100%;}*/
/*.page_two_r{ float: right;width: 278px;height: 647px;overflow: hidden;}*/
/*.page_two_r img{ float: left;max-width: 100%}*/

.page_three{ text-align: left;padding: 0 20px;}
.core_swiper{ float:left;width: 100%;height: auto;}
.core_swiper .swiper-slide {float: left; cursor: pointer;width: 100%;height: 100%;overflow: hidden}
.core_swiper .swiper-pagination{ width: 100%;margin-top: 70px;}
.core_swiper .swiper-pagination-bullet{ width: 145px;height: 1px;background-color: #999999;border-radius: 0;opacity:1;margin: 0 10px;}
.core_swiper .swiper-pagination-bullet-active{ background-color: #e1ab7c;}
.core_swiper .swiper-container-horizontal>.swiper-pagination-bullets,.core_swiper .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 0;}
.core_img{ float: left;width: 505px;height: 486px;overflow: hidden;position: relative;text-align: center;padding-top: 60px;}
.core_img:after{ content: "";position: absolute;left: 0;top:0;width:100%;height: 450px;background-color: #222222;z-index: 8 }
.core_img img{ position: relative;display: initial;z-index: 10;max-width:85%;max-height:85%}
.core_txt{ float: right;width: 715px;height: auto}
.core_txt h3{ font-size: 46px;color: #e1ab7c;position: relative;padding:25px 0 50px;}
/*.core_txt h3:after{ content: "";position: absolute;left: 0; bottom: 25px;width: 1px;height: 66px;background-color: #e1ab7c;}*/
.core_txt h4{ font-size: 16px;color: #e1ab7c;margin-bottom: 20px;}
.core_txt p{ float: left;width: 100%;height: auto;overflow: hidden;line-height: 30px;color: #FFFFFF;font-size: 15px;}
.core_txt span{ float: left;height: auto;overflow: hidden;display: inline-block;font-size: 15px;color: #FFFFFF;}
.core_txt p span:nth-of-type(1){ width: 55%}
.core_txt p span:nth-of-type(2){ width: 45%}
.core_txt img{ margin-top: 55px;display: inline}

.chunk4:after{ background: url("/public/home/default/images/zhaoshang/02.jpg") no-repeat center center;}
.page_four{ text-align: left;padding: 0 61px;}
.page_four ul{ width: 100%;height: 646px;border: 1px solid #e2ac7e;border-bottom: none}
.page_four ul li{ float: left;width: 33.33%;height: 215px;border-bottom: 1px solid #e2ac7e;border-right: 1px solid #e2ac7e;display: table}
.page_four ul li:nth-child(3n){ border-right: none;}
.page_four ul li:nth-of-type(5){ background-color: #e2ac7e}
.page_four ul li > div{ display: table-cell;vertical-align: middle;text-align: center}
.page_four ul li > div img{ display: inline;max-width: 100%}

.chunk5{ background: url("/public/home/default/images/zhaoshang/05_01.jpg") no-repeat center center;background-size: cover}
.page_five{ text-align: center;padding: 0 61px;}
.p_five{ float: left;width: 100%;height: 545px;background: rgba(0,0,0,0.4);position: relative}
.p_five:after{ content: ""}
.p_five_1{ width: 100%;height: auto;overflow: hidden;position: absolute;left: 0;top:0;}
.p_five_1 h2{ font-size: 48px;color: #e2ac7d;margin:70px 0 10px;}
.p_five_1 p{ font-size: 20px;color: rgb(255, 252, 249);line-height: 34px;}
.p_five_2{ width: 100%;height: auto;overflow: hidden;text-align: center;margin-top: 40px;position: absolute;left: 0;top:200px;}
.p_five_2 div{ display: inline-block;margin: 0 15px;width: 320px;}
.p_five_2 div img{ display: inline;max-width: 100%;}
.p_five_2 div p{ color: #FFFFFF;line-height: 46px;font-size: 15px;width: 100%;height: 46px;overflow: hidden;}

.chunk6{ background: url("/public/home/default/images/zhaoshang/cf6e0b1d680a8e562331b789cd8aa83.jpg") no-repeat center center;background-size: cover}
.invest_chunk4 .page_point{ bottom: 50px;}
.page_six,.page_seven{ text-align: center;}
.p_six_1,.p_seven_1{ font-size: 50px;color: #e3ad81;}
.support{ width: 100%;height: auto;min-height: 200px;overflow: hidden;margin-top: 35px;text-align: center;position: relative}
.support img{ display: inline;max-width: 100%}
/*.global .tt_container svg {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
/*}*/

.chunk8{ background: url("/public/home/default/images/zhaoshang/08_01.jpg") no-repeat center center;background-size: cover}

/*.page_seven{ padding: 0 88px;}*/
/*.link_up{ width: 100%;height: auto;overflow: hidden;text-align: center}*/
/*.link_up img{ display: inline;max-width: 100%}*/
/*.p_seven_2{ margin-top: 25px;}*/
/*.p_seven_2 input{ width: 392px;height: 50px;border: 1px solid #cccccc;padding-left: 25px;font-size: 16px;line-height: 50px;border-radius: 5px;margin-right: 20px;outline: none;color: #FFFFFF}*/
/*.p_seven_2 input:nth-of-type(3){ margin-right: 0}*/
/*.p_seven_3{ float:left;margin-top: 20px;width: 100%}*/
/*.p_seven_3 input{ float:left;width: 49%;height: 50px;border: 1px solid #cccccc;padding-left: 17px;font-size: 16px;line-height: 50px;border-radius: 5px;outline: none;color: #FFFFFF}*/
/*.p_seven_3 input:nth-of-type(2){ float: right}*/
/*.p_seven_4{ float:left;margin-top: 20px;width: 100%}*/
/*.p_seven_4 textarea{ width: 100%;height: 187px;border: 1px solid #cccccc;border-radius: 5px;outline: none;color: #FFFFFF;padding: 17px;font-size: 16px;;line-height: 26px;}*/
/*.p_seven_5{ float:left;width: 100%;height: auto;overflow: hidden;margin-top: 20px;}*/
/*.p_seven_5 button{ width: 165px;height: 42px;margin: 0 auto;text-align: center;line-height: 42px;color: #FFFFFF;font-size: 14px;border-radius: 25px;background-color: #e2ac7e;border: none;overflow: hidden}*/
/*.p_seven_5 p{ font-size: 14px;color: #666666;margin-top: 10px;}*/
/*.feed_back{ float: left;width: 100%;height: auto;overflow: hidden;text-align: center;margin-top: 5px;}*/
/*.p_seven_6{ font-size: 20px;color: #7c7c7c;margin-bottom: 15px;text-align: left}*/
/*.p_seven_7{ display: inline;max-width: 100%}*/
.page_seven{ padding: 0 88px;}
.link_up{ width: 100%;height: auto;overflow: hidden;text-align: center}
.link_up img{ display: inline;max-width: 100%}
.p_seven_2{ margin-top: 25px;}
.p_seven_2 input{ float: left;width: 31%;margin-right: 3.5%;height: 50px;border: 1px solid #cccccc;padding-left: 25px;font-size: 16px;line-height: 50px;border-radius: 5px;outline: none;color: #FFFFFF}
.p_seven_2 input:nth-of-type(3){ margin-right: 0}
.p_seven_3{ float:left;margin-top: 20px;width: 100%}
.p_seven_3 input{ float:left;width: 49%;height: 50px;border: 1px solid #cccccc;padding-left: 17px;font-size: 16px;line-height: 50px;border-radius: 5px;outline: none;color: #FFFFFF}
.p_seven_3 input:nth-of-type(2){ float: right}
.p_seven_4{ float:left;margin-top: 20px;width: 100%}
.p_seven_4 textarea{ width: 100%;height: 187px;border: 1px solid #cccccc;border-radius: 5px;outline: none;color: #FFFFFF;padding: 17px;font-size: 16px;;line-height: 26px;}
.p_seven_5{ float:left;width: 100%;height: auto;overflow: hidden;margin-top: 20px;}
.p_seven_5 button{ width: 165px;height: 42px;margin: 0 auto;text-align: center;line-height: 42px;color: #FFFFFF;font-size: 14px;border-radius: 25px;background-color: #e2ac7e;border: none;overflow: hidden}
.p_seven_5 p{ font-size: 14px;color: #666666;margin-top: 10px;}
.feed_back{ float: left;width: 100%;height: auto;overflow: hidden;text-align: center;margin-top: 5px;}
.p_seven_6{ font-size: 20px;color: #7c7c7c;margin-bottom: 15px;text-align: left}
.p_seven_7{ float: left;width: 100%;height: 108px;overflow: hidden;position: relative}
.p_seven_7 .swiper-slide{ float: left;width: 49%;height: 108px;overflow: hidden;border-left: 2px solid #e2ac7e;background-color: #242424;padding-right: 20px}
.evaluate_box{ display: table;float: left;width: 100%;height: 100%;overflow: hidden}
.evaluate_tell{ display: table-cell;vertical-align: middle}
.evaluate_box_img{ float:left;width: 50px;height: 50px;margin: 29px 20px;border-radius: 50%;overflow: hidden}
.evaluate_box_img img{ height: 100%}
.evaluate_box_txt{ float: right;width: calc(100% - 90px);height: 108px;text-align: left;overflow: hidden}
.evaluate_box_txt p{ font-size: 13px;color: #595959;margin: 5px 0}
.evaluate_box_txt p:nth-of-type(1){ float: left;font-size: 15px;color: #999999;height: 25px;overflow: hidden;width: 100%;text-overflow: ellipsis;white-space: nowrap;}
.evaluate_box_txt p:nth-of-type(1) span{ color: #e1ab7d;font-size: 18px;margin-right: 10px;}


.page_eight{ padding:0 0;}
.eight_list{ float: left;width: 28.3%;height: auto;margin-bottom: 30px;}
.eight_list ul li{ float:left;width: 100%;height: 180px;overflow: hidden;cursor: pointer;position: relative;display: table;padding: 0 10px}
.eight_list ul li>div{ display:table-cell;vertical-align: middle}
.eight_list ul li:after{ content: "";width: 18px;height: 50px;background: url("/public/home/default/images/zhaoshang/08_02.png") no-repeat top center;position: absolute;left: 0;top:8px;opacity: 0}
.eight_list ul li p{ float: left;font-size: 26px;height: 40px;color: rgba(255,255,255,0.5);width: 100%;margin-bottom: 10px;}
.eight_list ul li span{ font-size: 16px;line-height: 25px;color: rgba(255,255,255,0.7);}
.eight_list ul li.active{ background-color: rgba(255,255,255,0.2)}
/*.eight_list ul li.active:after{ opacity: 1;transition: all .6s}*/
.eight_list ul li.active p{ color: rgba(255,255,255,1);transition: all .9s;}
.eight_list ul li.active span{ color: rgba(255,255,255,1);transition: all .9s;}
.eight_tab{ float: right;width: 70%;height: 540px;overflow: hidden;}
.eight_tab .item{ width: 100%;height:100%;position: relative;background-size: cover !important;cursor: pointer}
.eight_tab .item:after{ content: "";position: absolute;left: 0;top:0;width:100%;height: 100%;background-color: rgba(0,0,0,0.5);z-index: 8}
.eight_tab_item{ position: absolute;bottom: 30px;left: 0;padding: 0 5%;z-index: 10;height: 50%;display: table}
.eight_tab_item > div{ display: table-cell;vertical-align: bottom;}
.eight_tab_item h3{ color: #FFFFFF;font-size: 26px;line-height: 36px;margin-bottom: 10px;font-weight: bold}
.eight_tab_item p{ font-size: 15px;width: 100%;color: rgba(255,255,255,1);height: 0;overflow: hidden}
.eight_tab .item:hover .eight_tab_item p{ height: 26px;transition: height .65s ease-out;}
.core_list{ float: left;width: 100%;height: auto;overflow: hidden;text-align: center;}
.core_list ul li{ float:left;width: auto;height: auto;display: inline-block;margin: 0 30px;position: relative;cursor: pointer;text-align: center;}
.core_list ul li:nth-of-type(1){ margin-left: 0}
.core_list ul li:nth-last-of-type(1){ margin-right: 0}
.core_list ul li img{ display: none}
.core_list ul li img:nth-of-type(1){ display: inline-block;transition: all .6s}
/*.core_list ul li:hover img:nth-of-type(1),.core_list ul li.active img:nth-of-type(1){ display: none}*/
/*.core_list ul li:hover img:nth-of-type(2),.core_list ul li.active img:nth-of-type(2){ display: inline-block}*/
.core_list ul li > div{ width: 93px;height: 93px;display: inline-block;border-radius: 50%;background-color: #222222;position: relative;transition: all .6s;overflow: hidden;margin: 0 auto}
.core_list ul li.active > div,.core_list ul li:hover > div{ background-color: #e1ab7d}
.core_list ul li > div img{ position: absolute;left: 0;top:0;width: 93px;z-index: 100}
.core_list ul li.active > div img,.core_list ul li:hover > div img{ top:-94px;}
.core_list ul li > p{ color: #fff;font-size: 16px;margin-top: 5px;}
.core_list ul li.active > p,.core_list ul li:hover > p{ color: #e1ab7d}
.core_tab{ float: left;width: 100%;height: 420px;overflow: hidden;padding: 40px 0;background: rgba(0,0,0,0.4);margin-top: 20px;}
.core_tab > div.core{ float: left;width: 100%;height: auto;overflow: hidden;display: none}
.core_tab > div.core .core_tab_txt,.core_tab > div.core .core_tab_img{ float: left;width: 60%;padding: 0 1%;}
.core_tab > div.core .core_tab_img{ width: 40%;text-align: center;line-height: 340px;}
.core_tab > div.core .core_tab_img img{ max-height: 80%;max-width: 80%;display: inline-block}
.core_tab > div.core .core_tab_txt{ padding: 0 3%}
.core_tab_txt h2{ font-size: 26px;color: #e1ab7d;line-height: 2.5;}
.core_tab_txt p{ font-size: 14px;color: #FFFFFF;line-height: 24px;;margin-bottom: 15px;position: relative;padding-left: 10px;}
.core_tab_txt p:before{ content: "";position: absolute;left: 0;top:10px;width: 5px;height: 5px;border-radius: 50%;background-color: #FFFFFF}
.core_tab_img{ text-align: center}


/*.eight_tab .item div{ float: left;width: 50%;height: 270px;overflow: hidden;position: relative}*/
/*.eight_tab .item div:nth-of-type(3){ width: 100%;}*/
/*.invest_chunk1.active .chunk_center {*/
/*opacity: 0;*/
/*animation: spread 0.5s 0.5s;*/
/*-moz-animation: spread 0.5s 0.5s;*/
/*-webkit-animation: spread 0.5s 0.5s;*/
/*}*/
.invest_chunk1.active .page_one_1 {
    opacity: 0;
    animation: transBot 1s 0.7s;
    -moz-animation: transBot 1s 0.7s;
    -webkit-animation: transBot 1s 0.7s;
}
.invest_chunk1.active .page_one_2 {
    opacity: 0;
    animation: transBot 0.7s 1.2s;
    -moz-animation: transBot 0.7s 1.2s;
    -webkit-animation: transBot 0.7s 1.2s;
}
.invest_chunk1.active .page_one_5{
    opacity: 0;
    animation: transBot 0.9s 1.5s;
    -moz-animation: transBot 0.9s 1.5s;
    -webkit-animation: transBot 0.9s 1.5s;
}
.invest_chunk1.active .page_one_3 {
    opacity: 0;
    animation: transBot 1.2s 1.7s;
    -moz-animation: transBot 1.2s 1.7s;
    -webkit-animation: transBot 1.2s 1.7s;
}
.invest_chunk1.active .page_one_4 {
    opacity: 0;
    animation: transBot 1s 2s;
    -moz-animation: transBot 1s 2s;
    -webkit-animation: transBot 1s 2s;
}
.invest_chunk1.active .p_o_f1 {
    opacity: 0;
    animation: transBot 1s 2.2s;
    -moz-animation: transBot 1s 2.2s;
    -webkit-animation: transBot 1s 2.2s;
}
.invest_chunk1.active .p_o_f2 {
    opacity: 0;
    animation: transBot 1s 2.4s;
    -moz-animation: transBot 1s 2.4s;
    -webkit-animation: transBot 1s 2.4s;
}
.invest_chunk1.active .p_o_f3 {
    opacity: 0;
    animation: transBot 1s 2.6s;
    -moz-animation: transBot 1s 2.6s;
    -webkit-animation: transBot 1s 2.6s;
}
.invest_chunk1.active .p_o_f4 {
    opacity: 0;
    animation: transBot 1s 2.8s;
    -moz-animation: transBot 1s 2.8s;
    -webkit-animation: transBot 1s 2.8s;
}
.invest_chunk2.active .page_two_11{
    opacity: 0;
    animation: transBot 0.7s 0.7s;
    -moz-animation: transBot 0.7s 0.7s;
    -webkit-animation: transBot 0.7s 0.7s;
}
.invest_chunk2.active .p_t_1{
    opacity: 0;
    animation: transr 0.9s 0.9s;
    -moz-animation: transr 0.9s 0.9s;
    -webkit-animation: transr 0.9s 0.9s;
}
.invest_chunk2.active .p_t_2{
    opacity: 0;
    animation: transBot 1s 1.2s;
    -moz-animation: transBot 1s 1.2s;
    -webkit-animation: transBot 1s 1.2s;
}

/*.invest_chunk2.active .p_t_i1{*/
/*opacity: 0;*/
/*animation: transBot 0.8s 0.8s;*/
/*-moz-animation: transBot 0.8s 0.8s;*/
/*-webkit-animation: transBot 0.8s 0.8s;*/
/*}*/
/*.invest_chunk2.active .p_t_i2{*/
/*opacity: 0;*/
/*animation: transBot 0.8s 0.8s;*/
/*-moz-animation: transBot 0.8s 0.8s;*/
/*-webkit-animation: transBot 0.8s 0.8s;*/
/*}*/
/*.invest_chunk2.active .p_t_i3{*/
/*opacity: 0;*/
/*animation: fadeIn1 1.2s 1.2s;*/
/*-moz-animation: fadeIn1 1.2s 1.2s;*/
/*-webkit-animation: fadeIn1 1.2s 1.2s;*/
/*}*/
/*.invest_chunk2.active .p_t_i4{*/
/*opacity: 0;*/
/*animation: transr 1s 1.4s;*/
/*-moz-animation: transr 1s 1.4s;*/
/*-webkit-animation: transr 1s 1.4s;*/
/*}*/
/*.invest_chunk2.active .p_t_i5{*/
/*opacity: 0;*/
/*animation: fadeIn1 1s 1.4s;*/
/*-moz-animation: fadeIn1 1s 1.4s;*/
/*-webkit-animation: fadeIn1 1s 1.4s;*/
/*}*/
/*.invest_chunk2.active .p_t_i6{*/
/*opacity: 0;*/
/*animation: fadeIn1 1s 1.4s;*/
/*-moz-animation: fadeIn1 1s 1.4s;*/
/*-webkit-animation: fadeIn1 1s 1.4s;*/
/*}*/
/*.invest_chunk2.active .p_t_i7{*/
/*opacity: 0;*/
/*animation: fadeIn1 1s 1.6s;*/
/*-moz-animation: fadeIn1 1s 1.6s;*/
/*-webkit-animation: fadeIn1 1s 1.6s;*/
/*}*/
/*.invest_chunk2.active .p_t_i8{*/
/*opacity: 0;*/
/*animation: transr 1s 1.6s;*/
/*-moz-animation: transr 1s 1.6s;*/
/*-webkit-animation: transr 1s 1.6s;*/
/*}*/
.invest_chunk3.active .page_three{
    opacity: 0;
    animation: transBot 0.5s 0.7s;
    -moz-animation: transBot 0.5s 0.7s;
    -webkit-animation: transBot 0.5s 0.7s;
}
.invest_chunk3.active .core_img{
    opacity: 0;
    animation: transBot 0.5s 1s;
    -moz-animation: transBot 0.5s 1s;
    -webkit-animation: transBot 0.5s 1s;
}
.invest_chunk3.active .core_txt{
    opacity: 0;
    animation: transr 0.5s 1s;
    -moz-animation: transr 0.5s 1s;
    -webkit-animation: transr 0.5s 1s;
}
.invest_chunk4.active .p_f_t1{
    opacity: 0;
    animation: transBot 0.5s 0.7s;
    -moz-animation: transBot 0.5s 0.7s;
    -webkit-animation: transBot 0.5s 0.7s;
}
.invest_chunk4.active .p_f_t2{
    opacity: 0;
    animation: transBot 0.5s 1s;
    -moz-animation: transBot 0.5s 1s;
    -webkit-animation: transBot 0.5s 1s;
}
.invest_chunk4.active .p_f_t3{
    opacity: 0;
    animation: transBot 0.5s 1.3s;
    -moz-animation: transBot 0.5s 1.3s;
    -webkit-animation: transBot 0.5s 1.3s;
}
.invest_chunk4.active .p_f_t4{
    opacity: 0;
    animation: transBot 0.5s 1.6s;
    -moz-animation: transBot 0.5s 1.6s;
    -webkit-animation: transBot 0.5s 1.6s;
}
.invest_chunk4.active .p_f_t5{
    opacity: 0;
    animation: transBot 0.5s 1.9s;
    -moz-animation: transBot 0.5s 1.9s;
    -webkit-animation: transBot 0.5s 1.9s;
}
.invest_chunk4.active .p_f_t6{
    opacity: 0;
    animation: transBot 0.5s 2.2s;
    -moz-animation: transBot 0.5s 2.2s;
    -webkit-animation: transBot 0.5s 2.2s;
}
.invest_chunk4.active .p_f_t7{
    opacity: 0;
    animation: transBot 0.5s 2.5s;
    -moz-animation: transBot 0.5s 2.5s;
    -webkit-animation: transBot 0.5s 2.5s;
}
.invest_chunk4.active .p_f_t8{
    opacity: 0;
    animation: transBot 0.5s 2.8s;
    -moz-animation: transBot 0.5s 2.8s;
    -webkit-animation: transBot 0.5s 2.8s;
}
.invest_chunk4.active .p_f_t9{
    opacity: 0;
    animation: fadeIn1 0.5s .8s;
    -moz-animation: fadeIn1 0.5s .8s;
    -webkit-animation: fadeIn1 0.5s .8s;
}

.invest_chunk5.active .p_five {
    opacity: 0;
    animation: spread 1s 0.5s;
    -moz-animation: spread 1s 0.5s;
    -webkit-animation: spread 1s 0.5s;
}
.invest_chunk5.active .p_five_1{
    opacity: 0;
    animation: fadeIn 1s 1.2s;
    -moz-animation: fadeIn 1s 1.2s;
    -webkit-animation: fadeIn 1s 1.2s;
}
.invest_chunk5.active .p_five_2{
    opacity: 0;
    animation: transBot 1s 1.6s;
    -moz-animation: transBot 1s 1.6s;
    -webkit-animation: transBot 1s 1.6s;
}

.invest_chunk6.active .p_six_1{
    opacity: 0;
    animation: transBot 0.7s 0.7s;
    -moz-animation: transBot 0.7s 0.7s;
    -webkit-animation: transBot 0.7s 0.7s;
}
.invest_chunk6.active .p_six_2{
    opacity: 0;
    animation: transBot 0.5s 1.3s;
    -moz-animation: transBot 0.5s 1.3s;
    -webkit-animation: transBot 0.5s 1.3s;
}

.invest_chunk7.active .p_seven_1{
    opacity: 0;
    animation: transBot 0.5s 0.6s;
    -moz-animation: transBot 0.5s 0.6s;
    -webkit-animation: transBot 0.5s 0.6s;
}
.invest_chunk7.active .p_seven_2{
    opacity: 0;
    animation: transBot 0.5s 0.9s;
    -moz-animation: transBot 0.5s 0.9s;
    -webkit-animation: transBot 0.5s 0.9s;
}
.invest_chunk7.active .p_seven_3{
    opacity: 0;
    animation: transBot 0.5s 1.2s;
    -moz-animation: transBot 0.5s 1.2s;
    -webkit-animation: transBot 0.5s 1.2s;
}
.invest_chunk7.active .p_seven_4{
    opacity: 0;
    animation: transBot 0.5s 1.5s;
    -moz-animation: transBot 0.5s 1.5s;
    -webkit-animation: transBot 0.5s 1.5s;
}
.invest_chunk7.active .p_seven_5{
    opacity: 0;
    animation: transBot 0.5s 1.5s;
    -moz-animation: transBot 0.5s 1.5s;
    -webkit-animation: transBot 0.5s 1.5s;
}
.invest_chunk7.active .p_seven_6{
    opacity: 0;
    animation: fadeIn1 0.5s 2s;
    -moz-animation: fadeIn1 0.5s 2s;
    -webkit-animation: fadeIn1 0.5s 2s;
}
.invest_chunk7.active .p_seven_7{
    opacity: 0;
    animation: fadeIn1 0.5s 2s;
    -moz-animation: fadeIn1 0.5s 2s;
    -webkit-animation: fadeIn1 0.5s 2s;
}

.invest_chunk8.active .core_list{
    opacity: 0;
    animation: fadeIn1 1s .6s;
    -moz-animation: fadeIn1 1s .6s;
    -webkit-animation: fadeIn1 1s .6s;
}
.invest_chunk8.active .core_tab{
    opacity: 0;
    animation: transBot 0.5s 1.2s;
    -moz-animation: transBot 0.5s 1.2s;
    -webkit-animation: transBot 0.5s 1.2s;
}


/* fadeIn1 淡入*/
/* scale 放大*/
/* transBot */
/* transr 左移入*/

.invest-chunk3.active .chunk3-tit {
    opacity: 0;
    animation: transBot 0.8s 0.5s;
    -moz-animation: transBot 0.8s 0.5s;
    -webkit-animation: transBot 0.8s 0.5s;
}
.invest-chunk3.active .chunk3-left {
    opacity: 0;
    animation: transBot 0.8s 0.8s;
    -moz-animation: transBot 0.8s 0.8s;
    -webkit-animation: transBot 0.8s 0.8s;
}
.invest-chunk3.active .chunk3-right {
    opacity: 0;
    animation: transBot 0.8s 1.2s;
    -moz-animation: transBot 0.8s 1.2s;
    -webkit-animation: transBot 0.8s 1.2s;
}
.invest-chunk4.active .chunk4-top {
    opacity: 0;
    animation: transBot 0.8s 0.5s;
    -moz-animation: transBot 0.8s 0.5s;
    -webkit-animation: transBot 0.8s 0.5s;
}
.invest-chunk4.active .chunk4-bot {
    opacity: 0;
    animation: transBot 0.8s 0.8s;
    -moz-animation: transBot 0.8s 0.8s;
    -webkit-animation: transBot 0.8s 0.8s;
}
.invest-chunk5.active .chunk5-tit {
    opacity: 0;
    animation: transl 0.5s 0.5s;
    -moz-animation: transl 0.5s 0.5s;
    -webkit-animation: transl 0.5s 0.5s;
}
.invest-chunk5.active .chunk5-flow {
    opacity: 0;
    animation: transBot 0.5s 0.8s;
    -moz-animation: transBot 0.5s 0.8s;
    -webkit-animation: transBot 0.5s 0.8s;
}
.invest-chunk5.active .flow1 {
    opacity: 0;
    animation: transBot 0.5s 1s;
    -moz-animation: transBot 0.5s 1s;
    -webkit-animation: transBot 0.5s 1s;
}
.invest-chunk5.active .flow2 {
    opacity: 0;
    animation: transBot 0.5s 1.2s;
    -moz-animation: transBot 0.5s 1.2s;
    -webkit-animation: transBot 0.5s 1.2s;
}
.invest-chunk5.active .flow3 {
    opacity: 0;
    animation: transBot 0.5s 1.4s;
    -moz-animation: transBot 0.5s 1.4s;
    -webkit-animation: transBot 0.5s 1.4s;
}
.invest-chunk5.active .flow4 {
    opacity: 0;
    animation: transBot 0.5s 1.6s;
    -moz-animation: transBot 0.5s 1.6s;
    -webkit-animation: transBot 0.5s 1.6s;
}
.invest-chunk6.active .chunk6-tit {
    opacity: 0;
    animation: transl 0.5s 0.5s;
    -moz-animation: transl 0.5s 0.5s;
    -webkit-animation: transl 0.5s 0.5s;
}
.invest-chunk6.active .chunk6-li1 {
    opacity: 0;
    animation: transl 0.5s 0.7s;
    -moz-animation: transl 0.5s 0.7s;
    -webkit-animation: transl 0.5s 0.7s;
}
.invest-chunk6.active .chunk6-li2 {
    opacity: 0;
    animation: transl 0.5s 1s;
    -moz-animation: transl 0.5s 1s;
    -webkit-animation: transl 0.5s 1s;
}
.invest-chunk6.active .chunk6-li3 {
    opacity: 0;
    animation: transl 0.5s 1.3s;
    -moz-animation: transl 0.5s 1.3s;
    -webkit-animation: transl 0.5s 1.3s;
}
.invest-chunk7.active .chunk7-tit {
    opacity: 0;
    animation: transl 0.5s 0.5s;
    -moz-animation: transl 0.5s 0.5s;
    -webkit-animation: transl 0.5s 0.5s;
}
.invest-chunk7.active .left-top {
    opacity: 0;
    animation: transBot 0.5s 0.7s;
    -moz-animation: transBot 0.5s 0.7s;
    -webkit-animation: transBot 0.5s 0.7s;
}
.invest-chunk7.active .left-bot {
    opacity: 0;
    animation: transBot 0.5s 1s;
    -moz-animation: transBot 0.5s 1s;
    -webkit-animation: transBot 0.5s 1s;
}
.invest-chunk7.active .chunk7-li2 {
    opacity: 0;
    animation: transBot 0.5s 1.3s;
    -moz-animation: transBot 0.5s 1.3s;
    -webkit-animation: transBot 0.5s 1.3s;
}
.invest-chunk8.active .chunk8-tit {
    opacity: 0;
    animation: transl 0.5s 0.5s;
    -moz-animation: transl 0.5s 0.5s;
    -webkit-animation: transl 0.5s 0.5s;
}
.invest-chunk8.active .chunk8-li:nth-child(1) {
    opacity: 0;
    animation: transBot 0.5s 0.7s;
    -moz-animation: transBot 0.5s 0.7s;
    -webkit-animation: transBot 0.5s 0.7s;
}
.invest-chunk8.active .chunk8-li:nth-child(2) {
    opacity: 0;
    animation: transBot 0.5s 1s;
    -moz-animation: transBot 0.5s 1s;
    -webkit-animation: transBot 0.5s 1s;
}
.invest-chunk8.active .chunk8-li:nth-child(3) {
    opacity: 0;
    animation: transBot 0.5s 1.3s;
    -moz-animation: transBot 0.5s 1.3s;
    -webkit-animation: transBot 0.5s 1.3s;
}
.invest-chunk9.active .chunk9-tit {
    opacity: 0;
    animation: transl 0.5s 0.5s;
    -moz-animation: transl 0.5s 0.5s;
    -webkit-animation: transl 0.5s 0.5s;
}
.invest-chunk9.active .chunk9-center {
    opacity: 0;
    animation: transBot 0.5s 1s;
    -moz-animation: transBot 0.5s 1s;
    -webkit-animation: transBot 0.5s 1s;
}
.invest-chunk9.active .chunk9-li:nth-child(1) {
    opacity: 0;
    animation: transBot 0.5s 1.2s;
    -moz-animation: transBot 0.5s 1.2s;
    -webkit-animation: transBot 0.5s 1.2s;
}
.invest-chunk9.active .chunk9-li:nth-child(2) {
    opacity: 0;
    animation: transBot 0.5s 1.4s;
    -moz-animation: transBot 0.5s 1.4s;
    -webkit-animation: transBot 0.5s 1.4s;
}
.invest-chunk9.active .chunk9-li:nth-child(3) {
    opacity: 0;
    animation: transBot 0.5s 1.6s;
    -moz-animation: transBot 0.5s 1.6s;
    -webkit-animation: transBot 0.5s 1.6s;
}
.invest-chunk9.active .chunk9-li:nth-child(4) {
    opacity: 0;
    animation: transBot 0.5s 1.8s;
    -moz-animation: transBot 0.5s 1.8s;
    -webkit-animation: transBot 0.5s 1.8s;
}
.invest-chunk9.active .chunk9-li:nth-child(5) {
    opacity: 0;
    animation: transBot 0.5s 2s;
    -moz-animation: transBot 0.5s 2s;
    -webkit-animation: transBot 0.5s 2s;
}
.invest_chunk10.active .chunk10-tit {
    opacity: 0;
    animation: transBot 1s 0.5s;
    -moz-animation: transBot 1s 0.5s;
    -webkit-animation: transBot 1s 0.5s;
}
.invest_chunk10.active .chunk10-center {
    opacity: 0;
    animation: transBot 1s 1s;
    -moz-animation: transBot 1s 1s;
    -webkit-animation: transBot 1s 1s;
}
.invest_chunk10.active .chunk10-image {
    opacity: 0;
    animation: transBot 1s 1.5s;
    -moz-animation: transBot 1s 1.5s;
    -webkit-animation: transBot 1s 1.5s;
}
.section.active div,.section.active img {
    animation-fill-mode: forwards !important;
    -moz-animation-fill-mode: forwards !important;
    -webkit-animation-fill-mode: forwards !important;
}

/*.section div {*/
/*background-size: 100% !important;*/
/*}*/
/* 导航点 */
#fp-nav ul {
    display: none;
}
#menu{
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    list-style-type: none;
}
#menu li {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
#menu li:nth-last-of-type(1){
    margin-bottom: 0;
}
#menu li a {
    width: 100%;
    display: block;
    position: relative;
}
#menu li a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    left: 50%;
    top:50%;
    margin-top: -4px;
    border-radius: 50%;
    margin-left: -4px;
}
#menu li:hover a:after{
    opacity: 0;
    transition: all .3s;
}
#menu li.active a:after {
    background-color: #e2ac7e;
}
#menu li .skip {
    display: inline-block;
    width: auto;
    height: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    /*padding-left: 25px;*/
}
#menu li .skip span{
    /*display: none;*/
    opacity: 0;
    transition: all .6s;
}
#menu li:hover .skip span{
    /*display: inline-block;*/
    opacity: 1;
    transition: all .6s;
}
#menu li.active .skip {
    font-weight: bold;
    color: #e2ac7e;
    box-sizing: border-box;
}
#menu li:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 1630px) {
    #menu{ left: 0.5%;}
    /*#menu li .skip span{ display: none}*/
    /*#menu li a:after { opacity: 1}*/
    .chunk_center{ width: 1270px;padding: 0 0;}
    .page_two_12{ width: 575px;}
    .page_two_12 ul li > div p{ padding-left: 30px;}
}
@media (max-width: 1450px) {
    #menu{ left: -1%;}
}