@charset "UTF-8";
/*统一的样式*/
/* reset */
* { margin: 0; padding: 0; list-style: none; box-sizing: border-box; font-family: "微软雅黑"; line-height: 1.5em; }

img { border: none; vertical-align: bottom; max-width: 100%; }

table { border-collapse: collapse; }

button, input, select, textarea { font-size: 100%; }

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }

address, cite, dfn, em, var { font-style: normal; }

/* 将斜体扶正 */
a { text-decoration: none; color: inherit; transition: 0s; }

/*清除超链接的下划线*/
a:hover { text-decoration: none; }

body { font-size: 14px; line-height: 200%; letter-spacing: 1px; position: relative; font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体" !important; }

@font-face {
        font-family: 'lastnigth';
        src:url("../fonts/ITCEDSCR.eot") format('embedded-opentype'),
            url("../fonts/ITCEDSCR.ttf") format('truetype'),
            url("../fonts/ITCEDSCR.woof") format('woff'),
            url("../fonts/ITCEDSCR.otf"),
            url("../fonts/ITCEDSCR.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

.ryze_act { position: fixed !important; z-index: 99; top: 0; left: 0; }
.ryze_act > div { width: 95% !important; }
.ryze_act > div > a { display: block !important; }
.ryze_act > div .ice_nav { width: 60% !important; }
.ryze_act > div .ice_nav li p { font-size: 0.26rem !important; }
.ryze_act > div .navi_ctrl { display: block !important; height: 36px !important; cursor: pointer}

.ryze_lighting:before { content: ""; position: absolute; width: 36%; height: 100%; top: 0; left: -100%; overflow: hidden; z-index: 555; background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-25deg); -moz-transform: skewX(-25deg); }

.ryze_lighting:hover:before { left: 143%; transition: left 1s ease 0s; }

.m_header-change { min-width: 40px; min-height: 35px; position: relative; z-index: 55; display: none; }

.m_header-change > ul { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }

.m_header-change > ul li { width: 100%; height: 5px; background: #959595; position: absolute; transform-origin: center; transition: .4s; border-radius: 5px; }

.m_header-change > ul li:first-of-type { top: 0; width: 100%; }

.m_header-change > ul li:nth-of-type(2) { width: 100%; top: 44%; }

.m_header-change > ul li:nth-of-type(3) { bottom: 0; }

.navi_transtion { min-width: 40px; min-height: 35px; position: relative; z-index: 55; display: none; }

.navi_transtion > ul { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }

.navi_transtion > ul li { width: 100%; height: 5px; background: #959595; position: absolute; transform-origin: center; transition: .4s; border-radius: 5px; }

.navi_transtion > ul li:first-of-type { top: 0; width: 100%; }

.navi_transtion > ul li:nth-of-type(2) { width: 100%; top: 44%;left: 50%;margin-left: -50% }

.navi_transtion > ul li:nth-of-type(3) { bottom: 0; }

.addfirst_li { transform: rotateZ(45deg); top: 50% !important; }

.addnone_li { width: 0 !important; }

.addsecond_li { top: 50% !important; transform: rotateZ(-45deg); }

.header { position: relative; width: 100%; background: white; }
.header .header_con { width: 90%; margin: 0 auto; padding: 20px 0; display: flex; align-items: center; justify-content: space-around; }
.header .header_con > a { display: block; z-index: 999; }
.header .header_con > a img { display: block; width: 100%; }
.header .header_con .nav_first_wrapper { display: block; }
.header .header_con .nav_first_wrapper .nav_first { display: flex; }
.header .header_con .nav_first_wrapper .nav_first li { margin: 0 15px; }
.header .header_con .nav_first_wrapper .nav_first li a { display: block; text-align: center; position: relative; }
.header .header_con .nav_first_wrapper .nav_first li a:after { content: ''; display: block; width: 0; left: 25%; height: 1px; position: absolute; background: #000; transition: .5s; bottom: -7px; }
.header .header_con .nav_first_wrapper .nav_first li a:hover:after { width: 100%; margin-left: -25%; }
.header .header_con .fake_search{display: none;}
.h_search{display: block;position: relative;}
.h_search .search_form_text{display: block;width: 100%;border-radius: 5px;outline: none;border: 1px solid #000000;height: 30px;}
.h_search .h_btn{display: block;position: absolute;right: 5px;top:5px;border: none;outline: none;background: white;}
.h_search .h_btn i{display: block;position: relative;font-size: 20px;color:#000;cursor: pointer;}

.hz_search{display: block;position: relative;margin-bottom: 20px}
.hz_search .search_form_text{display: block;width: 100%;border-radius: 5px;outline: none;border: 1px solid #000000;height: 40px;}
.hz_search .h_btn{display: block;position: absolute;right: 5px;top:12px;border: none;outline: none;background: white;}
.hz_search .h_btn i{display: block;position: relative;font-size: 20px;color:#000;cursor: pointer;}


.header .header_con .nav_second_wrapper { display: none; }
.header .header_con .nav_second_wrapper .nav_second { display: flex; }
.header .header_con .nav_second_wrapper .nav_second li { margin: 0 30px; }
.header .header_con .nav_second_wrapper .nav_second li a { display: block; }
.header .header_con .nav_second_wrapper .nav_second li a p { font-family: lastnigth; font-size: .26rem; color: #4e4e4e; text-align: center; }
.header .header_con .nav_second_wrapper .nav_second li a span { display: block; color: #4e4e4e; font-size: 14px; text-align: center; }

.navi { width: 100%; position: relative; background: white; padding: .2rem 0; }
.navi > div { width: 100%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.navi > div > a { display: none; }
.navi > div > a img { display: block; }
.navi > div .ice_nav { position: relative; display: flex; align-items: center; width: 1200px; margin: 0 auto; justify-content: space-between; }
.navi > div .ice_nav li { position: relative; }
.navi > div .ice_nav li a { display: block; transition: .5s; }
.navi > div .ice_nav li a p { font-family: lastnigth; font-size: .36rem; color: #d2d2d2; width: 100%; text-align: center; transition: .5s}
.navi > div .ice_nav li a span { font-size: 14px; color: #4e4e4e; width: 100%; display: block; text-align: center; }
.navi > div .ice_nav li a:hover p{color: #000000; }
.navi > div .ryze_nav { width: 26px; height: 26px; position: relative;display: none; }
.navi > div .ryze_nav>ul { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; }
.navi > div .ryze_nav>ul:before { content: ''; display: block; width: 100%; height: 2px; transition: .2s; background: #000; transform-origin: 0 0; position: absolute; top: 0; left: 0; }
.navi > div .ryze_nav>ul:after { content: ''; display: block; width: 100%; height: 2px; transition: .2s; background: #000; transform-origin: 0 0; position: absolute; bottom: 0; left: 0; }
.navi > div .ryze_nav>ul li { display: block; height: 2px; transition: .3s; background: black; width: 100%; left: 25%; position: relative; margin-left: -50%; }
.navi > div .ryze_nav:hover >ul:before { transform: rotateZ(45deg); width: 135%; }
.navi > div .ryze_nav:hover >ul:after { transform: rotateZ(-45deg); width: 135%; }
.navi > div .ryze_nav:hover >ul li { width: 0; }
.navi > div .ryze_nav .right_navi { position: fixed; right: 15px; width: 110px; display: none;transition: .5s }
.navi > div .ryze_nav .right_navi ul { width: 100%; }
.navi > div .ryze_nav .right_navi ul li { width: 100%; padding: .2rem 2%; border-bottom: 1px dotted #dddddd; transition: .5s; }
.navi > div .ryze_nav .right_navi ul li a { display: flex; width: 100%; text-align: center; align-items: center;justify-content: space-between}
.navi > div .ryze_nav .right_navi ul li a img{display: block;width: 25px;height: 25px;}
.navi > div .ryze_nav .right_navi ul li a span{display: block;color: #4e4e4e; font-size: 14px;text-align: center}
.navi > div .ryze_nav .right_navi ul li:hover { border-bottom: 1px dotted black; }

.navi > div .ryze_nav:hover .right_navi{animation: fadeInRight .5s;display: block;}

.header_ctrl { z-index: 99;display: none; }
.header_ctrl { width: 24px; height: 24px; position: relative; }
.header_ctrl ul { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; }
.header_ctrl ul:before { content: ''; display: block; width: 100%; height: 2px;transition: transform .1s linear;  background: #000; transform-origin: 0 0; position: absolute; top: 0; left: 0;border-radius: 2px }
.header_ctrl ul:after { content: ''; display: block; width: 100%; height: 2px; transition: transform .1s linear; background: #000; transform-origin: 0 0; position: absolute; bottom: 0; left: 0; border-radius: 2px}
.header_ctrl ul li { display: block; height: 2px;  background: black; width: 100%; left: 25%; position: relative; margin-left: -50%;border-radius: 2px ;transition: .1s}
.noMatter ul:before{ transform: rotateZ(45deg);left: 2px;width: 130%}
.noMatter ul:after{ transform: rotateZ(-45deg);left: 1px;width: 130%}
.noMatter ul li{opacity: 0;visibility: visible}



.hz_list { width: 100%; position: absolute; top: 0; background: white; left: 0; z-index: 88; display: none; height: 100%; }
.hz_list ul { width: 100%; padding: 0 3%; margin-top: 90px; }
.hz_list ul > li { width: 100%; position: relative; margin-bottom: 15px; }
.hz_list ul > li > a { display: block; padding: 15px 0; text-align: center; font-size: 14px; position: relative; border-bottom: 1px solid #cccccc; }
.hz_list ul > li > a img { position: absolute; width: 25px; height: 25px; left: 0; }
.hz_list ul > li > a span { width: 100%; text-align: left; display: block; padding-left: 10%; }
.hz_list ul > li > a i { position: absolute; right: 0; font-size: 30px; display: block; top: 25%; }
.hz_list ul > li dl { width: 100%; margin: 0 auto; position: relative; display: none; }
.hz_list ul > li dl dd { width: 100%; border-bottom: 1px solid #cccccc;  }
.hz_list ul > li dl dd a { display: block; width: 100%; text-align: left; padding: 15px 0;padding-left: 10%;transition: .5s }
/*.hz_list ul > li dl dd a:hover{background: black;color: white;}*/
.hz_index figure{width: 100%;}
.hz_index a {display: block;padding: 15px 0;text-align: center;font-size: 14px;position: relative;border-bottom: 1px solid #cccccc;}
.hz_index a i{left: 0;position: absolute;color: #777777;right: auto!important;font-size: 26px}
.hz_index a span{width: 100%;text-align: left;display: block;padding-left: 10%;}

.banner { width: 100%; position: relative;}
.banner .swiper-wrapper { width: 100%; }
.banner .swiper-wrapper .swiper-slide { width: 100%; }
.banner .swiper-wrapper .swiper-slide img { display: block; width: 100%; height: 100%;object-fit: contain}

.introduction_wrapper { position: relative; width: 100%; }
.introduction_wrapper:after { content: ''; display: block; width: 30%; height: 3rem; background: #eeeeee; left: 0; bottom: 0; position: absolute; z-index: -1; }
.introduction_wrapper .introduction_con { margin: .8rem auto 0 auto; position: relative; display: flex; max-width: 1200px; justify-content: space-between; padding-bottom: 1.3rem; }
.introduction_wrapper .introduction_con > div { width: 60%; padding: 24% 0; overflow: hidden; position: relative; }
.introduction_wrapper .introduction_con > div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.introduction_wrapper .introduction_con figcaption { width: 35%; position: relative; }
.introduction_wrapper .introduction_con figcaption > h3 { font-size: .3rem; color: #4e4e4e; font-weight: lighter; }
.introduction_wrapper .introduction_con figcaption > h4 { font-size: .46rem; color: #d2d2d2; font-family: lastnigth; font-weight: lighter; }
.introduction_wrapper .introduction_con figcaption > p { color: #4e4e4e; font-size: 12px; text-indent: 24px; }
.introduction_wrapper .introduction_con figcaption > ul { margin-top: .7rem; margin-bottom: .7rem; }
.introduction_wrapper .introduction_con figcaption > ul li { margin-bottom: .45rem; position: relative; }
/*.introduction_wrapper .introduction_con figcaption > ul li:after { content: ''; display: block; width: 0; height: 1px; position: absolute; left: 25%; background: #4e4e4e; transition: .5s; }*/
.introduction_wrapper .introduction_con figcaption > ul li:last-of-type { margin-bottom: 0; }
.introduction_wrapper .introduction_con figcaption > ul li p { color: #4e4e4e; font-size: 12px; display: flex; align-items: center; }
.introduction_wrapper .introduction_con figcaption > ul li p span { font-size: .36rem; color: #4e4e4e; display: inline-block; font-family: lastnigth; margin-right: .3rem; }
/*.introduction_wrapper .introduction_con figcaption > ul li:hover:after { width: 75%; margin-left: -25%; }*/
.introduction_wrapper .introduction_con figcaption .int_learn { display: flex; width: 105px; height: 30px; font-size: 12px; color: #4e4e4e; text-align: center; border: 1px solid #bfbfbf; align-items: center; justify-content: center; transition: .5s; }
.introduction_wrapper .introduction_con figcaption .int_learn:hover { background: #000; color: white; border: 1px solid #000; }

.in_product_wrapper { width: 100%; position: relative; padding: 1.2rem 0 0 0; background: url("../img/Dewesea.png") no-repeat; background-position: 0 50%; }
.in_product_wrapper:before { content: ''; display: block; position: absolute; right: 0; top: 0; width: 48%; height: 2.1rem; background: #f5f5f5; z-index: -1; }
.in_product_wrapper:after { content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 43%; height: 2.1rem; background: #f5f5f5; z-index: -1; }
.in_product_wrapper .in_product_1400 { max-width: 1400px; margin: 0 auto; position: relative; }
.in_product_wrapper .in_product_1400:before { content: ''; display: block; position: absolute; left: 0; top: 0; background: #f5f5f5; z-index: -1; width: 80%; height: 2rem; }
.in_product_wrapper .in_product_1400 > p { position: absolute; right: 0; bottom: 135px; font-size: 14px; color: #000000; width: 15px; }
.in_product_wrapper .in_product_1400 > p:after { content: ''; display: block; width: 1px; height: 1.6rem; background: #979797; position: absolute; right: 7px; }
.in_product_wrapper .in_product_1400 .in_product_con { max-width: 1200px; margin: 0 auto; position: relative; }
.in_product_wrapper .in_product_1400 .in_product_con:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.in_product_wrapper .in_product_1400 .in_product_con .in_pro_text { width: 48%; position: relative; float: left; }
.in_product_wrapper .in_product_1400 .in_product_con .in_pro_text:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.in_product_wrapper .in_product_1400 .in_product_con .in_pro_text h3 { color: #4e4e4e; font-size: .3rem; font-weight: lighter; width: 100%; }
.in_product_wrapper .in_product_1400 .in_product_con .in_pro_text h4 { font-size: .46rem; color: #d2d2d2; font-weight: lighter; width: 100%; font-family: lastnigth; }
.in_product_wrapper .in_product_1400 .in_product_con li { width: 47%; float: left; position: relative; margin-bottom: .8rem; transition: .5s; }
.in_product_wrapper .in_product_1400 .in_product_con li:nth-of-type(1) { float: right; }
.in_product_wrapper .in_product_1400 .in_product_con li:nth-of-type(3) { float: right; }
.in_product_wrapper .in_product_1400 .in_product_con li a{display: block;width: 100%;height: 100%;}
.in_product_wrapper .in_product_1400 .in_product_con li > a  div { width: 100%; height: 100%; padding: 50% 0; overflow: hidden; position: relative; transition: .5s; }
.in_product_wrapper .in_product_1400 .in_product_con li > a div img { position: absolute; left: 0; top: 0; height: 100%; width: 100%; object-fit: cover;transition: .5s }
.in_product_wrapper .in_product_1400 .in_product_con li a span { display: block; margin-top: 20px; font-size: 14px; color: #000000; width: 100%; transition: .5s; }
.in_product_wrapper .in_product_1400 .in_product_con li:hover >a  div { box-shadow: 0 0 10px #cccccc; border-radius: 10px}
.in_product_wrapper .in_product_1400 .in_product_con li:hover a span { padding-left: 5%; }
.in_product_wrapper .in_product_1400 .in_product_con li:hover a div img{transform: scale(1.1)}

.in_servier_warpper { width: 100%; position: relative; }
.in_servier_warpper:after { content: ''; display: block; width: 50%; height: 100%; position: absolute; right: 0; top: 0; background: #fafafa; z-index: -1; }
.in_servier_warpper .in_servier_con { max-width: 1200px; margin: 0 auto; display: flex; padding-top: .45rem; }
.in_servier_warpper .in_servier_con .in_ser_left { width: 50%; position: relative; }
.in_servier_warpper .in_servier_con .in_ser_left > h3 { font-size: .3rem; color: #4e4e4e; font-weight: lighter; width: 100%; text-align: center; }
.in_servier_warpper .in_servier_con .in_ser_left > h4 { font-size: .46rem; color: #d2d2d2; font-family: lastnigth; width: 100%; text-align: center; font-weight: lighter; }
.in_servier_warpper .in_servier_con .in_ser_left ul { width: 100%; display: flex; flex-wrap: wrap; }
.in_servier_warpper .in_servier_con .in_ser_left ul li { width: 50%; height: 2.4rem; position: relative; }
.in_servier_warpper .in_servier_con .in_ser_left ul li a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; flex-direction: column; transition: .5s; }
.in_servier_warpper .in_servier_con .in_ser_left ul li a img { display: block; margin: 0 auto; transition: .5s; }
.in_servier_warpper .in_servier_con .in_ser_left ul li a p { font-size: 18px; color: #5a5a5a; font-family: lastnigth; width: 100%; text-align: center; }
.in_servier_warpper .in_servier_con .in_ser_left ul li a span { display: block; width: 100%; color: #4e4e4e; font-size: 12px; text-align: center; }
.in_servier_warpper .in_servier_con .in_ser_left ul li a:hover { box-shadow: 0 0 10px #cccccc; }
.in_servier_warpper .in_servier_con .in_ser_left ul li a:hover img { transform: scale(1.1); }
.in_servier_warpper .in_servier_con .in_ser_right { width: 50%; position: relative; padding-left: .6rem; }
.in_servier_warpper .in_servier_con .in_ser_right > h3 { font-size: .3rem; color: #4e4e4e; font-weight: lighter; }
.in_servier_warpper .in_servier_con .in_ser_right > h3 span { font-size: .46rem; font-family: lastnigth; color: #d2d2d2; }
.in_servier_warpper .in_servier_con .in_ser_right ul { margin-top: .35rem; width: 100%; display: flex; flex-wrap: wrap; position: relative; justify-content: space-between; }
.in_servier_warpper .in_servier_con .in_ser_right ul li { width: 43%; margin-bottom: .25rem; position: relative; }
.in_servier_warpper .in_servier_con .in_ser_right ul li a { display: block; width: 100%; height: 100%; }
.in_servier_warpper .in_servier_con .in_ser_right ul li a figure { display: block; }
.in_servier_warpper .in_servier_con .in_ser_right ul li a figure div { width: 100%; height: 100%; padding: 30% 0; overflow: hidden; position: relative; }
.in_servier_warpper .in_servier_con .in_ser_right ul li a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; transition: .5s}
.in_servier_warpper .in_servier_con .in_ser_right ul li a figure b { font-size: 12px; display: block; width: 100%; color: #4e4e4e; margin: 15px auto 25px auto; }
.in_servier_warpper .in_servier_con .in_ser_right ul li a figure p { color: #4e4e4e; font-size: 12px; width: 100%; transition: .5s; position: relative; }
/*.in_servier_warpper .in_servier_con .in_ser_right ul li a figure p:after { content: ''; display: block; width: 0; height: 1px; background: #4e4e4e; position: absolute; left: 25%; transition: .5s; }*/
/*.in_servier_warpper .in_servier_con .in_ser_right ul li a:hover figure p:after { width: 100%; margin-left: -25%; }*/
.in_servier_warpper .in_servier_con .in_ser_right ul li:hover a figure div img{transform: scale(1.05)}
.cooperation_wrapper { width: 100%; position: relative; margin-top: .4rem; }
.cooperation_wrapper:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.cooperation_wrapper .cooper_fake_first { width: 30%; height: 180px; margin-top: 90px; background: #f4f4f4; position: absolute; left: 0; top: 0; z-index: -1; }
.cooperation_wrapper .cooper_fake_last { width: 30%; position: absolute; right: 0; top: 0; z-index: -1; }
.cooperation_wrapper .cooper_fake_last p { background: #f4f4f4; width: 100%; height: 90px; position: relative; }
.cooperation_wrapper .cooper_fake_last p:nth-of-type(2) { background: #efefef; }
.cooperation_wrapper .cooperation_con { max-width: 1200px; margin: 0 auto; z-index: 2; }
.cooperation_wrapper .cooperation_con li { width: 100%; height: 90px; background: #f4f4f4; padding-left: 15px; transition: .5s; }
.cooperation_wrapper .cooperation_con li:first-of-type { display: flex; justify-content: space-between; align-items: center; }
.cooperation_wrapper .cooperation_con li:first-of-type p { font-size: .3rem; color: #4e4e4e; }
.cooperation_wrapper .cooperation_con li:first-of-type span { font-size: .46rem; font-family: lastnigth; color: #d2d2d2; display: block; }
.cooperation_wrapper .cooperation_con li:nth-of-type(2) { display: flex; flex-direction: column; background: #efefef; justify-content: space-around; }
.cooperation_wrapper .cooperation_con li:nth-of-type(2) p { font-size: 12px; color: #4e4e4e; }
.cooperation_wrapper .cooperation_con li:nth-of-type(2) p i { transform: rotateZ(45deg); margin-right: 15px; }
.cooperation_wrapper .cooperation_con li:last-of-type { font-size: 12px; color: #4e4e4e; line-height: 90px; padding-left: 40px; }
.cooperation_wrapper .cooperation_con li:last-of-type span { color: #4e4e4e; font-size: .24rem; }
.cooperation_wrapper .cooperation_con li:hover { background: #efefef; }

.invest_wrapper { width: 100%; position: relative; margin: .7rem auto .3rem auto; }
.invest_wrapper .invest_con { max-width: 1200px; margin: 0 auto; position: relative; display: flex; justify-content: space-between; }
.invest_wrapper .invest_con .invest_condition { position: relative; width: 58%; }
.invest_wrapper .invest_con .invest_condition > h3 { font-size: 20px; color: #4e4e4e; font-weight: lighter; }
.invest_wrapper .invest_con .invest_condition > h3 span { color: #d2d2d2; font-size: .3rem; font-family: lastnigth; margin-left: 20px; }
.invest_wrapper .invest_con .invest_condition ul { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
.invest_wrapper .invest_con .invest_condition ul li { width: 48%; margin-bottom: 20px; }
.invest_wrapper .invest_con .invest_condition ul li a { display: block; width: 100%; height: 100%; }
.invest_wrapper .invest_con .invest_condition ul li a figure { position: relative; }
.invest_wrapper .invest_con .invest_condition ul li a figure div { position: relative; padding: 30% 0; width: 100%; height: 100%; overflow: hidden; }
.invest_wrapper .invest_con .invest_condition ul li a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.invest_wrapper .invest_con .invest_condition ul li a figure > span { padding-right: 8px;position: absolute; display: flex; left: 15px; bottom: 38px; width: 40px; height: 40px; align-items: center; justify-content: center; font-size: .3rem; color: #000000; font-family: lastnigth; background: #f1f1f1; transition: .5s; }
.invest_wrapper .invest_con .invest_condition ul li a figure figcaption { position: relative; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #4e4e4e; border: 1px solid #dddddd; border-top: none; padding: 18px 2%; text-align: center; }
.invest_wrapper .invest_con .invest_condition ul li:hover a figure span { background: #000; color: white; }
.invest_wrapper .invest_con .invest_condition .invest_more { z-index: 2; display: flex; width: 100px; height: 30px; font-size: 12px; color: #000000; border: 1px solid #dddddd; text-align: center; justify-content: center; align-items: center; margin: 0 auto; transition: .5s; }
.invest_wrapper .invest_con .invest_condition .invest_more:hover { background: #000; color: white; border: 1px solid #000; }
.invest_wrapper .invest_con .invest_fake { position: relative; }
.invest_wrapper .invest_con .invest_fake img { display: block; }
.invest_wrapper .invest_con .invest_news { position: relative; width: 32%; }
.invest_wrapper .invest_con .invest_news > h3 { font-size: 20px; color: #4e4e4e; font-weight: lighter; }
.invest_wrapper .invest_con .invest_news > h3 span { font-size: .3rem; color: #d2d2d2; font-family: lastnigth; margin-left: 20px; }
.invest_wrapper .invest_con .invest_news .invest_swipet { width: 100%; margin: .3rem auto; position: relative; height: 500px; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper { width: 100%; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide { border: 1px solid #dddddd; transition: .5s; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide a { display: block; width: 100%; height: 100%; padding: .2rem 2%; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide a h4 { font-size: 14px; font-weight: lighter; color: #747474; width: 100%; text-align: center; position: relative; margin-bottom: .3rem; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide a h4:after { content: ''; display: block; position: absolute; width: 20%; height: 1px; background: #dddddd; left: 40%; bottom: -10px; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide a p { font-size: 14px; color: #292929; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide a span { font-size: 12px; display: block; text-align: center; color: #292929; padding-bottom: 1px; width: 55px; margin: 0 auto; position: relative; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide a span:after { content: ''; display: block; width: 0; background: #aaaaaa; height: 2px; position: absolute; bottom: -5px; left: 25%; transition: .5s; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide:hover { border: 1px solid #000000; }
.invest_wrapper .invest_con .invest_news .invest_swipet .swiper-wrapper .swiper-slide:hover a span:after { width: 100%; margin-left: -25%; }
.invest_wrapper .invest_con .invest_news .invest_pag { width: 100%; display: flex; align-items: center; justify-content: center; }
.invest_wrapper .invest_con .invest_news .invest_pag .swiper-pagination-bullet { background: #dddddd; opacity: 1; margin: 0 5px; }
.invest_wrapper .invest_con .invest_news .invest_pag .swiper-pagination-bullet-active { background: #a5a5a5; }

.footer_wrapper { width: 100%; position: relative; background: #f6f6f6; border-bottom: 1px solid #dddddd; }
.footer_wrapper .footer_con { max-width: 1200px; margin: 0 auto; padding: 20px 0; }
.footer_wrapper .footer_con .footer_top { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.footer_wrapper .footer_con .footer_top > a { display: block; }
.footer_wrapper .footer_con .footer_top > a img { display: block; }
.footer_wrapper .footer_con .footer_top ul { border-bottom: 1px solid #dddddd; display: flex; align-items: center; padding-left: 8%; }
.footer_wrapper .footer_con .footer_top ul li { position: relative; padding: 20px 0; margin-left: 20px; }
.footer_wrapper .footer_con .footer_top ul li a { display: block; font-size: 12px; color: #4e4e4e; transition: .5s; }
.footer_wrapper .footer_con .footer_top ul li a:after { content: ''; display: block; width: 0; height: 1px; position: absolute; bottom: 0; left: 25%; background: #000; transition: .5s; }
.footer_wrapper .footer_con .footer_top ul li:hover a { color: #000; }
.footer_wrapper .footer_con .footer_top ul li:hover a:after { width: 100%; margin-left: -25%; }
.footer_wrapper .footer_bottom { width: 100%; margin-top: .4rem; padding-bottom: .4rem; border-bottom: 1px solid #dddddd; }
.footer_wrapper .footer_bottom figure { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; }
.footer_wrapper .footer_bottom figure > div { width: 50%; position: relative; border-right: 1px solid #dddddd; }
.footer_wrapper .footer_bottom figure > div p { color: #4e4e4e; font-size: 12px; }
.footer_wrapper .footer_bottom figure > div a { color: #4e4e4e; font-size: 12px;display: block; }

.footer_wrapper .footer_bottom figure figcaption { width: 50%; display: flex; justify-content: center; }
.footer_wrapper .footer_bottom figure figcaption div { margin: auto 50px; }
.footer_wrapper .footer_bottom figure figcaption div:last-of-type{display: none;}
.footer_wrapper .footer_bottom figure figcaption div img { display: block; }
.footer_wrapper .footer_bottom figure figcaption div p { width: 100%; text-align: center; font-size: 12px; color: #4e4e4e; }
.footer_wrapper .copyrights { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: .3rem 0 .2rem 0; }
.footer_wrapper .copyrights p { text-align: center; color: #4e4e4e; font-size: 12px; }
.friendly{width: 100%;position: relative;border-bottom: 1px solid #dddddd;padding: .2rem 0;}
.friendly .friend_phone{display: none;}
.friendly .friend_pc{max-width: 1200px;margin: 0 auto;display: flex;flex-wrap: wrap;align-items: center}
.friendly .friend_pc li{margin-right: 15px;font-size: 14px;color: #4e4e4e;font-weight: bold;}
.friendly .friend_pc li a{display: block;font-size: 14px;font-weight: normal;color: #a8a8a8;transition: .5s}
.friendly .friend_pc li a:hover{color: black;}

.all_banners { width: 100%; position: relative; height: 3.3rem; overflow: hidden; width: 100%; }
.all_banners img { display: block; width: 100%; }

.now_position { width: 100%; position: relative; border-bottom: 1px solid #cccccc; }
.now_position .now_position_con { max-width: 1200px; margin: 0 auto; position: relative; display: flex; align-items: center; padding: 10px 0; }
.now_position .now_position_con span { color: #8b8b8b; font-size: 12px; display: block; }
.now_position .now_position_con a { color: #8b8b8b; font-size: 12px; display: block; position: relative; margin-right: 10px; }
.now_position .now_position_con a:after { content: ''; display: block; width: 5px; height: 1px; position: absolute; top: 50%; background: #8b8b8b; right: -7px; }
.now_position .now_position_con a:last-of-type:after { display: none; }

.about { padding-top: 20px; }
.about:after { display: none; }
.about .introduction_con { margin-top: .1rem; align-items: center; }
.about .introduction_con > div { width: 55%; }
.about .introduction_con > div img { object-fit: contain; }
.about .introduction_con figcaption > h4 { margin-bottom: 10px; }
.about .introduction_con figcaption > p { line-height: 2em; }
.about .introduction_con figcaption > ul { margin: .3rem auto .3rem auto; }
.about .introduction_con figcaption > ul li { margin-bottom: .2rem; }

.pro_list { width: 100%; position: relative; }
.pro_list .pro_show { margin: .5rem auto 20px auto; max-width: 1200px; }
.pro_list .pro_show:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.pro_list .pro_show li { width: 30%; position: relative; margin-bottom: .3rem; float: left; margin-right: 5%; }
.pro_list .pro_show li:nth-of-type(3n) { margin-right: 0; }
.pro_list .pro_show li a { display: block; width: 100%; height: 100%; }
.pro_list .pro_show li a figure { width: 100%; position: relative; }
.pro_list .pro_show li a figure div { width: 100%; height: 100%; position: relative; padding: 50% 0; overflow: hidden; border: 1px solid transparent; transition: .5s; }
.pro_list .pro_show li a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.pro_list .pro_show li a figure figcaption { display: flex; justify-content: center; padding-top: .3rem; }
.pro_list .pro_show li a figure figcaption p { padding: 9px 8px; text-align: center; display: inline-block; transition: .5s; font-size: 12px; border-radius: 10px; }
.pro_list .pro_show li:hover a figure div { border: 1px solid #000000; }
.pro_list .pro_show li:hover a figure div img { transform: scale(1.05); }
.pro_list .pro_show li:hover a figure figcaption p { color: white; background: #1b1b1b; }

.pro_list_con { max-width: 1200px; margin: 0 auto; }
.pro_list_con .big_list { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; padding: 20px 0; border-bottom: 1px solid #dddddd; }
.pro_list_con .big_list li { margin: 0 10px; }
.pro_list_con .big_list li a { display: flex; padding: 10px 15px; color: #4e4e4e; font-size: 12px; transition: .5s; }
.pro_list_con .big_list li:hover a { border-radius: 10px; background: #1b1b1b; color: white; }
.pro_list_con .selects_list { width: 100%; position: relative; display: flex; justify-content: center; flex-wrap: wrap; margin: 20px 0; }
.pro_list_con .selects_list li { width: 18%; margin: 0 1% 20px 1%; text-align: center; position: relative; }
.pro_list_con .selects_list li select { width: 100%; outline: none; border-radius: 5px; border: 1px solid #000000; background: white;position: relative; text-align: center; font-size: 14px; height: 30px; cursor: pointer; }
.pro_list_con .selects_list li select option:hover{background: black;color: white;}
.pro_list_con .selects_list li i { display: flex; position: absolute; right: 0; top: 0; color: white; width: 30px; height: 30px; background: black; border-radius: 5px; font-size: 18px; pointer-events: none; justify-content: center; align-items: center; }

.page_num { max-width: 1200px; position: relative; margin: 0 auto; margin-bottom: .75rem; }
.page_num .all_num { width: 100%; display: block; }
.page_num .all_num ul { width: 100%; display: flex; justify-content: center; align-items: center; }
.page_num .all_num ul li { margin: 0 5px; height: 30px; }
.page_num .all_num ul li a { display: flex; height: 100%; padding: 0 10px; font-size: 12px; color: #4e4e4e; text-align: center; transition: .5s; border-radius: 5px; border: 1px solid #a6a6a6; justify-content: center; align-items: center; }
.page_num .all_num ul li a:hover { background: #000000; color: white; }
.page_num .all_num ul li select { background: white;display: block; height: 100%; padding: 0 10px; color: #4e4e4e; border: 1px solid #a6a6a6; border-radius: 5px; text-align: center; }
.page_num .mob_num { display: none; }

.pro_view { width: 100%; position: relative; }
.pro_view .pro_viewcon { max-width: 1200px; margin: 0 auto; position: relative; padding-bottom: .65rem; margin-top: .3rem; }
.pro_view .pro_viewcon:after { content: ''; display: block; width: 24%; height: 212px; background: #f6f6f6; position: absolute; right: 0; bottom: 20px; z-index: -1; }
.pro_view .pro_viewcon > figure { max-width: 1060px; position: relative; display: flex; justify-content: center; }
.pro_view .pro_viewcon > figure figcaption { width: 50%; position: relative; }
.pro_view .pro_viewcon > figure figcaption > div { padding: .2rem 0 .25rem 0; position: relative; background: #f6f6f6; display: flex; flex-direction: column; align-items: center; margin-bottom: .8rem; }
.pro_view .pro_viewcon > figure figcaption > div p { position: relative; font-size: 20px; color: #4e4e4e; }
.pro_view .pro_viewcon > figure figcaption > div p:before { content: ''; display: block; width: 50%; position: absolute; top: -5px; background: #cccccc; left: 25%; height: 1px; }
.pro_view .pro_viewcon > figure figcaption > div h3 { font-size: .3rem; color: #4e4e4e; font-family: lastnigth; font-weight: lighter; }
.pro_view .pro_viewcon > figure figcaption > b { width: 100%; display: block; text-align: center; color: #4e4e4e; font-size: 14px; margin-bottom: .4rem; }
.pro_view .pro_viewcon > figure figcaption > dl { width: 100%; margin-bottom: 1rem;white-space: pre-wrap;display: flex;justify-content: center;flex-direction: column;align-items: center }
.pro_view .pro_viewcon > figure figcaption > dl dd { font-size: 12px; color: #4e4e4e; display: block; width: 100%; text-align: center; margin-bottom: .15rem; }
.pro_view .pro_viewcon > figure figcaption > ul { width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: .45rem; }
.pro_view .pro_viewcon > figure figcaption > ul li { margin: 0 5%; position: relative; }
.pro_view .pro_viewcon > figure figcaption > ul li a { display: block; font-size: 14px; color: #4e4e4e; padding-bottom: 1px; transition: .5s; position: relative; }
.pro_view .pro_viewcon > figure figcaption > ul li a:after { content: ''; display: block; position: absolute; left: 25%; height: 1px; background: #000000; transition: .5s; width: 0; }
.pro_view .pro_viewcon > figure figcaption > ul li a:hover:after { width: 100%; margin-left: -25%; }
.pro_view .pro_viewcon > figure > div { width: 50%; height: 100%; position: relative; padding: 25% 0; overflow: hidden; }
.pro_view .pro_viewcon > figure > div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.pro_view .pro_viewtext { width: 100%; position: relative; }
.pro_view .pro_viewtext > figure { padding: 15px 0 20px 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; }
.pro_view .pro_viewtext > figure h3 { font-size: .3rem; font-weight: lighter; color: #4e4e4e; text-align: center; width: 100%; font-family: lastnigth; }
.pro_view .pro_viewtext > figure p { font-size: 14px; color: #4e4e4e; text-align: center; }
.pro_view .pro_viewtext .pro_viewtext_con { max-width: 1200px; margin: 0 auto; padding: .85rem 0 .4rem 0; }

.snakes { max-width: 1200px; margin: 20px auto; position: relative; display: flex; flex-wrap: wrap; justify-content: center; }
.snakes li { position: relative; margin: 0 2%; }
.snakes li a { display: flex; align-items: center; justify-content: center; padding: 9px; font-size: 12px; color: #4e4e4e; text-align: center; border-radius: 5px; transition: .5s; }
.snakes li a:hover { background: #1b1b1b; color: white; }
.snakes .li_act a{background: #1b1b1b; color: white;}
.li_act a{background: #1b1b1b; color: white!important;}
.desig_con { max-width: 1200px; margin: 0 auto; position: relative; }
.desig_con > ul { width: 100%; display: flex; flex-wrap: wrap; position: relative; padding-top: 30px; }
.desig_con > ul > li { width: 22.5%; margin-right: 3%; margin-bottom: .45rem; }
.desig_con > ul > li:nth-of-type(4n) { margin-right: 0; }
.desig_con > ul > li a { display: block; width: 100%; height: 100%; }
.desig_con > ul > li a figure { width: 100%; position: relative; }
.desig_con > ul > li a figure div { width: 100%; height: 100%; position: relative; padding: 35% 0; overflow: hidden; }
.desig_con > ul > li a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.desig_con > ul > li a figure figcaption { border: 1px solid #dddddd; padding: .15rem 10px; }
.desig_con > ul > li a figure figcaption span { display: block; width: 100%; font-size: 14px; color: #747474; text-align: center; margin-bottom: .25rem; position: relative; }
.desig_con > ul > li a figure figcaption span:after { content: ''; display: block; width: 20%; height: 1px; background: #dddddd; position: absolute; bottom: -10px; left: 40%; }
.desig_con > ul > li a figure figcaption h3 { width: 100%; white-space: nowrap; font-size: 14px; color: #292929; overflow: hidden; text-overflow: ellipsis; font-weight: lighter; text-align: center; margin-bottom: 15px; }
.desig_con > ul > li a figure figcaption p { height: 35px; width: 100%; font-size: 12px; color: #4e4e4e; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; }
.desig_con > ul > li a figure figcaption b { width: 85px; height: 30px; font-weight: lighter; display: flex; justify-content: center; align-items: center; border: 1px solid #dddddd; color: #292929; font-size: 12px; text-align: center; transition: .5s; }
.desig_con > ul > li:hover a figure div img { transform: scale(1.1); }
.desig_con > ul > li:hover a figure figcaption b { background: #292929; color: #dddddd; border: 1px solid #292929; }

.customize { max-width: 1200px; margin: 0 auto; position: relative; padding-top: 15px; margin-bottom: .35rem; }
.customize > p { color: #4e4e4e; font-size: 12px; text-align: center; line-height: 1.6em; }

.crayon { max-width: 1200px; margin: 0 auto; position: relative; margin-bottom: .35rem; }
.crayon img { position: relative; display: block; margin: 0 auto; }
.crayon h3 { width: 100%; font-weight: lighter; text-align: center; font-size: .24rem; color: #5a5a5a; font-family: lastnigth; }
.crayon p { font-size: 16px; color: #4e4e4e; width: 100%; text-align: center; }

.custom_case { width: 100%; position: relative; padding: 20px 0; }
.custom_case:before { content: ''; display: block; width: 100%; position: absolute; left: 0; top: 0; height: 3.1rem; background: #f5f5f5; z-index: -1; }
.custom_case:after { content: ''; display: block; position: absolute; right: 0; width: 50%; bottom: 0; background: #f5f5f5; height: .55rem; z-index: -1; }
.custom_case > figure { max-width: 1200px; margin: 0 auto; position: relative; }
.custom_case > figure > figcaption { width: 100%; position: relative; }
.custom_case > figure > figcaption .custon_swiper { width: 100%; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper { width: 100%; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper .swiper-slide { position: relative; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper .swiper-slide a { display: block; width: 100%; height: 100%; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper .swiper-slide a > figure { width: 100%; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper .swiper-slide a > figure div { width: 100%; height: 100%; position: relative; padding: 50% 0; overflow: hidden; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper .swiper-slide a > figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper .swiper-slide a > figure > figcaption { display: flex; justify-content: center; align-items: center; margin-top: 15px; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper .swiper-slide a > figure > figcaption p { padding: 10px 20px; transition: .5s; font-size: 12px; color: #4e4e4e; text-align: center; }
.custom_case > figure > figcaption .custon_swiper .swiper-wrapper .swiper-slide:hover a > figure > figcaption p { background: #1b1b1b; color: white; border-radius: 5px; }
.custom_case > figure > figcaption .custon_outside { width: 100%; position: relative; }
.custom_case > figure > figcaption .custon_outside:after { content: ''; display: block; clear: both; width: 0; height: 0; }
.custom_case > figure > figcaption .custon_outside .custon_pag { float: left; width: auto !important; font-size: 20px !important; color: #4e4e4e; bottom: 0 !important; }
.custom_case > figure > figcaption .custon_outside .custon_nav { width: 60%; margin: 0 auto; position: relative; display: flex; justify-content: center; align-items: center; }
.custom_case > figure > figcaption .custon_outside .custon_nav i { display: flex; width: 35px; height: 35px; justify-content: center; align-items: center; color: #c1c1c1; font-size: 30px; border: 1px solid #bfbfbf; transition: .5s; cursor: pointer; outline: none; }
.custom_case > figure > figcaption .custon_outside .custon_nav i:hover { background: #000000; color: #ffffff; border: 1px solid #000000; }

.custon_design { width: 100%; position: relative; margin-top: .5rem; padding-bottom: .55rem; }
/*.custon_design:before { content: ''; display: block; width: 50%; position: absolute; left: 0; bottom: 30px; background: #f5f5f5; height: .6rem; }*/
.custon_design .custon_designcon { max-width: 1200px; margin: 0 auto; position: relative; }
.custon_design .custon_designcon .custon_des_swiper { width: 100%; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper { width: 100%; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide { border: 1px solid #dddddd; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide a { display: block; width: 100%; height: 100%; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide a figure { width: 100%; padding: .25rem 10px; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide a figure h4 { font-size: 14px; color: #747474; font-weight: lighter; width: 100%; position: relative; text-align: center; margin-bottom: .3rem; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide a figure h4:after { content: ''; display: block; width: 6%; left: 47%; height: 1px; position: absolute; background: #dddddd; bottom: -10px; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide a figure p { text-align: center; width: 100%; font-size: 14px; color: #292929; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: .2rem; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide a figure span { display: block; width: 55px; font-size: 12px; color: #292929; text-align: center; position: relative; margin: 0 auto; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide a figure span:after { content: ''; display: block; width: 0; height: 1px; bottom: -1px; background: #aaaaaa; left: 25%; transition: .5s; position: absolute; }
.custon_design .custon_designcon .custon_des_swiper .swiper-wrapper .swiper-slide:hover a figure span:after { width: 100%; margin-left: -25%; }
.custon_design .custon_designcon .custon_des_out { width: 100%; position: relative; margin-top: .25rem; }
.custon_design .custon_designcon .custon_des_out:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.custon_design .custon_designcon .custon_des_out .custon_des_nav { width: 60%; margin: 0 auto; position: relative; display: flex; justify-content: center; align-items: center; }
.custon_design .custon_designcon .custon_des_out .custon_des_nav i { display: flex; width: 35px; height: 35px; justify-content: center; align-items: center; color: #c1c1c1; font-size: 30px; border: 1px solid #bfbfbf; transition: .5s; cursor: pointer; outline: none; }
.custon_design .custon_designcon .custon_des_out .custon_des_nav i:hover { background: #000000; color: #ffffff; border: 1px solid #000000; }
.custon_design .custon_designcon .custon_des_out .custon_des_pag { font-size: 20px !important; color: #4e4e4e; left: auto !important; right: 0; width: auto !important; bottom: 0 !important; }

.live_action { max-width: 1200px; margin: 0 auto; position: relative; display: flex; justify-content: space-between; padding-top: 30px; }
.live_action > div { width: 45%; height: 100%; position: relative; padding: 23% 0; overflow: hidden; background: #f8f8f8; }
.live_action > div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; }
.live_action figcaption { width: 45%; position: relative; }
.live_action figcaption h3 { color: #4e4e4e; font-size: 20px; font-weight: lighter; position: relative; margin-bottom: .6rem; }
.live_action figcaption h3 span { font-family: lastnigth; font-size: .3rem; color: #d2d2d2; padding-left: 5px; }
.live_action figcaption h3:after { content: ''; display: block; width: 40px; height: 1px; position: absolute; left: 0; bottom: -15px; background: #a6a6a6; }
.live_action figcaption b { font-size: 16px; color: #4e4e4e; width: 70px; display: block; margin-bottom: .4rem; }
.live_action figcaption u { font-size: 12px; color: #4e4e4e; line-height: 2.6em; margin-bottom: .6rem; display: block; }
.live_action figcaption ul { display: flex; width: 100%; position: absolute; bottom: 0; left: 0; }
.live_action figcaption ul li { margin-right: 5%; }
.live_action figcaption ul li a { display: flex; width: 80px; height: 30px; border-radius: 5px; border: 1px solid #bfbfbf; transition: .5s; justify-content: center; align-items: center; }
.live_action figcaption ul li a:hover { background: #1b1b1b; color: white; }
.live_action figcaption>img{width: 1rem;height: 1rem;display: block;position: absolute;bottom: 13%;left: 0;transition: .5s}
.live_action figcaption>img:hover{transform: scale(1.1);box-shadow:0 0 5px #cccccc}

.live_action figcaption:after{content: '扫一扫查看VR效果';display: block;font-size: 12px;position: absolute;color: #000;bottom: 8%;}


.show_details { max-width: 1200px; margin: 0 auto; position: relative; margin-top: .7rem; }
.show_details .detail_top { padding: 20px 0; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
.show_details .detail_top h3 { font-size: .3rem; color: #4e4e4e; font-family: lastnigth; font-weight: lighter; text-align: center; width: 100%; }
.show_details .detail_top p { font-size: 16px; color: #4e4e4e; width: 100%; text-align: center; }
.show_details .show_details_text { padding: 30px 0 .6rem 0; }

.clouds .cloud_design { width: 100%; display: flex; align-items: center; }
.clouds .cloud_design p { font-size: 12px; color: #4e4e4e; width: 50%; }
.clouds .cloud_design div { width: 50%; display: flex; justify-content: center; align-items: center; }
.clouds .cloud_design div a{display: flex;width: 100%;height: 100%;justify-content: center;flex-direction: column;align-items: center;}
.clouds .cloud_design div a img { display: block; margin: 0 auto; }
.clouds .cloud_design div a span{font-size: 14px;display: block;text-align: center;margin: 10px auto;transition: .5s;position: relative;color: #4e4e4e;}
.clouds .cloud_design div a span:after{content: '';display: block;width: 0;height: 1px;position: absolute;left: 25%;background: #000;transition: .5s}
.clouds .cloud_design div:hover a span:after{width: 100%;margin-left: -25%;width: 100%}
.clouds .cloud_design div:hover a span{color: black;}

/*.zhunhome { max-width: 1200px; margin: 0 auto; position: relative; display: flex; justify-content: center; align-items: center; padding: 20px 0; }*/
/*.zhunhome a { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; }*/
/*.zhunhome a img { display: block; }*/
/*.zhunhome a p { position: relative; text-align: center; font-size: 14px; color: #5a5a5a; margin-top: 10px; }*/
/*.zhunhome a p:after { content: ''; display: block; width: 0; position: absolute; left: 25%; bottom: -10px; height: 1px; background: #a6a6a6; transition: .5s; }*/
/*.zhunhome a:hover p:after { width: 100%; margin-left: -25%; }*/

.supertools { max-width: 1200px; margin: 0 auto; position: relative; margin-bottom: .5rem; padding-top: 30px; }
.supertools > p { width: 100%; text-align: center; font-size: 12px; color: #4e4e4e; margin-bottom: .4rem; }
.supertools ul { width: 100%; display: flex; flex-wrap: wrap; position: relative; }
.supertools ul li { width: 23.5%; margin-right: 2%; position: relative; transition: .5s}
.supertools ul li:nth-of-type(4) { margin-right: 0; }
.supertools ul li a { display: block; width: 100%; height: 100%; }
.supertools ul li a div { position: relative; overflow: hidden; width: 100%; height: 100%; }
.supertools ul li a div img { display: block; margin: 0 auto; transition: .5s; }
.supertools ul li a figcaption { padding: .35rem 0; display: flex; justify-content: center; align-items: center; font-size: 12px; color: #4e4e4e; }
.supertools ul li:hover a div img { transform: scale(1.1); }

.vip_serve { max-width: 1200px; margin: 0 auto; position: relative; }
.vip_serve > p { width: 100%; font-size: 12px; color: #4e4e4e; text-align: center; line-height: 1.8em; margin-bottom: .65rem; }
.vip_serve ul { width: 100%; display: flex; justify-content: space-between; }
.vip_serve ul li { display: flex; }
.vip_serve ul li figure { margin-right: 10px; width: 80px; }
.vip_serve ul li figure div { width: 100%; position: relative; }
.vip_serve ul li figure div img { display: block; margin: 0 auto; }
.vip_serve ul li figure p { font-size: 16px; color: #4e4e4e; width: 100%; text-align: center; margin-top: 5px; }
.vip_serve ul li dl { border: 1px solid #dddddd; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 230px; }
.vip_serve ul li dl dd { font-size: 12px; color: #4e4e4e; text-align: center; }
.vip_serve > figure { font-size: 16px; color: #4e4e4e; text-align: center; margin: .6rem auto; }

.duo_technology { max-width: 1200px; margin: 0 auto; padding-top: 30px; }
.duo_technology > h3 { font-size: 18px; color: #4e4e4e; font-weight: lighter; margin-bottom: .5rem; }
.duo_technology > h3 span { font-family: lastnigth; font-size: 24px; color: #4e4e4e; font-weight: lighter; margin-left: 5px; }
.duo_technology ul { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 1.2rem; }
.duo_technology ul li { width: 30%; position: relative; }
.duo_technology ul li a { display: block; width: 100%; height: 100%; }
.duo_technology ul li a figure { width: 100%; }
.duo_technology ul li a figure div { width: 100%; position: relative; overflow: hidden; padding: 28% 0; height: 100%; }
.duo_technology ul li a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.duo_technology ul li a figure figcaption { width: 100%; margin-top: .25rem; }
.duo_technology ul li a figure figcaption h3 { font-size: 12px; color: #4e4e4e; margin-bottom: 10px; }
.duo_technology ul li a figure figcaption p { font-size: 12px; color: #4e4e4e; line-height: 2em; }
.duo_technology ul li:hover a figure div img { transform: scale(1.05); }

.gongyi { max-width: 1200px; margin: 0 auto; position: relative; margin-bottom: .8rem; padding-top: 20px; }
.gongyi > h3 { font-size: 18px; color: #4e4e4e; font-weight: lighter; margin-bottom: 20px; }
.gongyi > h3 span { font-weight: lighter; font-size: 24px; color: #4e4e4e; font-family: lastnigth; margin-left: 5px; }
.gongyi ul { width: 100%; }
.gongyi ul li { width: 100%; border-bottom: 1px solid #a6a6a6; padding-bottom: 25px; margin-bottom: 30px; }
.gongyi ul li b { display: block; font-size: 12px; color: #4e4e4e; }
.gongyi ul li p { font-size: 12px; color: #4e4e4e; margin-bottom: 20px; }
.gongyi ul li dl { display: flex; flex-wrap: wrap; }
.gongyi ul li dl dd { display: block; margin-right: 25px; margin-bottom: 10px; }
.gongyi ul li dl dd img { display: block; margin: 0 auto; }
.gongyi ul li:nth-of-type(3) dl dd { margin-right: 4px; margin-bottom: 10px; }
.gongyi ul li:nth-of-type(4) dl dd { margin-right: 5px; margin-bottom: 10px; }
.gongyi ul li:nth-of-type(6) dl dd { margin-right: 5px; margin-bottom: 10px; }

.yuancai ul li > img { margin-bottom: 15px; display: block; }

.te_tiexin { padding-top: 20px; max-width: 1200px; margin: 0 auto; position: relative; margin-bottom: .55rem; }
.te_tiexin > h3 { font-size: 18px; color: #4e4e4e; font-weight: lighter; margin-bottom: 25px; }
.te_tiexin > h3 span { font-size: 24px; color: #4e4e4e; font-family: lastnigth; margin-left: 5px; }
.te_tiexin ul { width: 100%; }
.te_tiexin ul li { display: flex; align-items: center; margin-bottom: 25px; position: relative; }
.te_tiexin ul li img { display: block; }
.te_tiexin ul li div { margin-left: 20px; position: relative; }
.te_tiexin ul li div:after { content: ''; display: block; width: 0; height: 1px; position: absolute; background: #000; transition: .5s; }
.te_tiexin ul li div span { font-size: 12px; color: #4e4e4e; display: block; }
.te_tiexin ul li div p { font-size: 12px; color: #4e4e4e; }
.te_tiexin ul li:hover div:after { width: 100%; }

.now_position { width: 100%; position: relative; margin: 0 auto; }

.shijing { max-width: 1200px; padding-top: 20px; margin: 0 auto; position: relative; margin-bottom: 30px; }
.shijing:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.shijing > li { width: 23.5%; margin-right: 2%; margin-bottom: 2%; float: left; }
.shijing > li:nth-of-type(4n) { margin-right: 0; }
.shijing > li a { display: block; width: 100%; height: 100%; }
.shijing > li a figure { width: 100%; }
.shijing > li a figure div { width: 100%; height: 100%; position: relative; overflow: hidden; padding: 45% 0; }
.shijing > li a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;transition: .5s }
.shijing > li a figure figcaption { margin-top: 15px; display: flex; justify-content: center; align-items: center; }
.shijing > li a figure figcaption p { padding: 10px 20px; border-radius: 5px; text-align: center; display: flex; align-items: center; justify-content: center; color: #4e4e4e; font-size: 12px; transition: .5s; }
.shijing > li:hover a figure figcaption p { background: #1b1b1b; color: white; }
.shijing > li:hover a figure div img{transform: scale(1.05)}
.news { max-width: 1200px; margin: 0 auto; position: relative; }
.news .news_top { width: 100%; background: #f7f7f7; padding: 20px; position: relative; margin-bottom: .4rem; }
.news .news_top .news_swiper { width: 100%; }
.news .news_top .news_swiper .swiper-wrapper { width: 100%; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide { position: relative; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a { display: block; width: 100%; height: 100%; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure { position: relative; display: flex; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure div { width: 100%; padding: 18% 0; overflow: hidden; position: relative; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure figcaption { padding: 15px 10px; border: 1px solid #dddddd; position: relative; width: 53%; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure figcaption time { font-size: 14px; color: #747474; display: block; position: relative; margin-bottom: .3rem; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure figcaption time:after { content: ''; display: block; width: 50px; position: absolute; height: 1px; background: #dddddd; bottom: -10px; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure figcaption h3 { font-size: 14px; color: #292929; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 15px; font-weight: lighter; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure figcaption p { color: #4e4e4e; font-size: 12px; height: 35px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide a figure figcaption u { display: block; width: 85px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #dddddd; font-size: 12px; color: #292929; transition: 0.5s; }
.news .news_top .news_swiper .swiper-wrapper .swiper-slide:hover a figure figcaption u { background: #000; color: white; border: 1px solid #000000; }
.news .news_top .news_pag { margin-top: 20px; display: flex; justify-content: center; position: relative; }
.news .news_top .news_pag .swiper-pagination-bullet { display: block; margin: 0 5px; }
.news .news_top .news_pag .swiper-pagination-bullet-active { background: #000000; }
.news .news_list { width: 100%; }
.news .news_list > ul { width: 100%; position: relative; }
.news .news_list > ul:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.news .news_list > ul > li { width: 23.5%; margin-right: 2%; float: left; margin-bottom: .45rem; transition: .5s; }
.news .news_list > ul > li:nth-of-type(4n) { margin-right: 0; }
.news .news_list > ul > li a { display: block; width: 100%; height: 100%; }
.news .news_list > ul > li a figure div { width: 100%; height: 100%; position: relative; padding: 34% 0; overflow: hidden; }
.news .news_list > ul > li a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s}
.news .news_list > ul > li a figure figcaption { border: 1px solid #dddddd; padding: 15px; }
.news .news_list > ul > li a figure figcaption time { display: block; text-align: center; font-size: 14px; color: #747474; position: relative; margin-bottom: .25rem; width: 100%; }
.news .news_list > ul > li a figure figcaption time:after { content: ''; display: block; position: absolute; width: 24%; height: 1px; background: #dddddd; bottom: -10px; left: 38%; }
.news .news_list > ul > li a figure figcaption h3 { font-weight: lighter; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #292929; margin-bottom: 15px; }
.news .news_list > ul > li a figure figcaption p { color: #4e4e4e; font-size: 12px; height: 35px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; }
.news .news_list > ul > li a figure figcaption span { display: block; width: 85px; height: 30px; border: 1px solid #dddddd; color: #292929; font-size: 12px; text-align: center; line-height: 30px; transition: .5s; }
.news .news_list > ul > li:hover { box-shadow: 0 0 10px #cccccc; }
.news .news_list > ul > li:hover a figure figcaption span { color: white; background: #000; border: 1px solid #000000; }
.news .news_list > ul > li:hover a figure div img{transform: scale(1.05)}
.join { max-width: 1200px; padding-top: 20px; margin: 0 auto; position: relative; }
.join > h3 { font-size: 18px; color: #4e4e4e; font-weight: lighter; margin-bottom: 20px; }
.join .join_top { width: 100%; position: relative; }
.join .join_top ul { width: 100%; position: relative; display: flex; flex-wrap: wrap; }
.join .join_top ul:after { content: ''; display: block; width: 0; height: 0; clear: both; position: relative; }
.join .join_top ul li { width: 23.5%; margin-right: 2%; }
.join .join_top ul li:nth-of-type(4) { margin-right: 0; }
.join .join_top ul li figure { width: 100%; }
.join .join_top ul li figure div { position: relative; width: 100%; padding: 30% 0; }
.join .join_top ul li figure div img { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.join .join_top ul li figure div span { position: absolute; left: 10px; bottom: -15px; display: flex; width: 35px; height: 35px; background: #f1f1f1; color: #000000; font-size: .25rem; z-index: 2; font-family: lastnigth; justify-content: center; align-items: center; transition: .5s; }
.join .join_top ul li figure figcaption { padding: 20px 10px; position: relative; font-size: 12px; color: #000000; border: 1px solid #dddddd; transition: .5s; line-height: 1.8em; height: 80px; }
.join .join_top ul li:hover figure div span { background: #000; color: white; }
.join .join_bottom { width: 100%; position: relative; margin-top: .35rem; margin-bottom: .95rem; }
.join .join_bottom ul { display: flex; justify-content: space-between; position: relative; flex-wrap: wrap; }
.join .join_bottom ul li { width: 30%; border: 1px solid #dddddd; padding: 15px 10px; transition: .5s; }
.join .join_bottom ul li h3 { font-size: 16px; color: #4e4e4e; font-weight: lighter; margin-bottom: 15px; }
.join .join_bottom ul li dl dd { font-size: 12px; color: #4e4e4e; }
.join .join_bottom ul li:hover { box-shadow: 0 0 10px #cccccc; }

.contact { max-width: 1200px; margin: 0 auto; padding-top: 20px; display: flex; justify-content: space-between; margin-bottom: .7rem; }
.contact .cont_left { width: 62%; position: relative; }
.contact .cont_left > h3 { font-size: 14px; color: #4e4e4e; margin-bottom: .25rem; }
.contact .cont_left > span { color: #4e4e4e; font-size: 12px; display: block; margin-bottom: 10px; }
.contact .cont_left > p { font-size: 12px; color: #4e4e4e; line-height: 2em; margin-bottom: .2rem; }
.contact .cont_left .cont_form { width: 100%; padding-left: 2%; }
.contact .cont_left .cont_form dl { width: 100%; position: relative; }
.contact .cont_left .cont_form dl:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.contact .cont_left .cont_form dl dd { font-size: 12px; color: #4e4e4e; margin-bottom: 15px; width: 100%; display: flex; align-items: center; }
.contact .cont_left .cont_form dl dd:first-of-type input { width: 93%; height: 25px; margin-left: 10px; }
.contact .cont_left .cont_form dl dd textarea { width: 93%; height: 64px; margin-left: 10px; }
.contact .cont_left .cont_form dl .cont_didi { font-size: 12px; color: #4e4e4e; margin-bottom: 15px; width: 100%; display: flex; align-items: center; }
.contact .cont_left .cont_form dl .cont_didi .ver_code { border-bottom: 0 !important; }
.contact .cont_left .cont_form dl .cont_didi .ver_code > p { display: inline-block; font-size: 18px; }
.contact .cont_left .cont_form dl .cont_didi .ver_code .code-box { vertical-align: bottom; display: inline-block; position: relative; padding: 0 10px; width: 50%; min-width: 280px; height: 30px; color: #fff; text-shadow: 1px 1px 1px black; background: rgba(0, 0, 0, 0.16); border: 0; border-radius: 5px; outline: none; box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06); }
.contact .cont_left .cont_form dl .cont_didi .ver_code .code-box p, .contact .cont_left .cont_form dl .cont_didi .complain .complain_form > div .msg_form .ver_code .code-box span { margin-top: 0 !important; color: #fff !important; display: block; position: absolute; left: 0; height: 30px; text-align: center; line-height: 30px; border-radius: 5px; }
.contact .cont_left .cont_form dl .cont_didi .ver_code .code-box span { text-align: center; width: 42px; font-family: "宋体"; font-size: 16px; cursor: pointer; background: #fff; height: 100%; position: absolute; left: 0; top: 0; line-height: 30px; border-radius: 4px; border: 1px solid #dddddd; }
.contact .cont_left .cont_form dl .cont_didi figure { display: flex; align-items: center; justify-content: space-around; margin-left: 10%; }
.contact .cont_left .cont_form dl .cont_didi figure .submit-btn { margin: 0 5px; width: 80px; height: 30px; font-size: 12px; border: none; border-radius: 5px; display: flex; justify-content: center; align-items: center; color: white; transition: .5s; background: #000000; }
.contact .cont_left .cont_form dl .cont_didi figure .replaces { margin: 0 5px; width: 80px; height: 30px; font-size: 12px; border-radius: 5px; border: 1px solid #a6a6a6; display: flex; justify-content: center; align-items: center; color: #4e4e4e; transition: .5s; background: white; cursor: pointer; }
.contact .cont_left .cont_form dl .cont_didi figure .replaces:hover { background: #000; border: 1px solid #000000; color: white; }
.contact .cont_left .cont_form dl ul { width: 100%; display: flex; justify-content: space-between; margin-bottom: 15px; }
.contact .cont_left .cont_form dl ul li { width: 48%; font-size: 12px; color: #4e4e4e; }
.contact .cont_left .cont_form dl ul li input { width: 85%; height: 25px; margin-left: 10px; }
.contact .cont_right { width: 26%; position: relative; }
.contact .cont_right > h3 { font-size: 14px; color: #4e4e4e; margin-bottom: 25px; }
.contact .cont_right dl { width: 100%; }
.contact .cont_right dl dd { font-size: 12px; color: #4e4e4e; margin-bottom: .3rem; }

.news_view { max-width: 1200px; margin: 0 auto; position: relative; }
.news_view .new_view_top { width: 100%; padding: 30px 0; position: relative; margin-bottom: 20px; border-bottom: 1px solid #bbbbbb; display: flex;flex-direction: column;align-items: flex-start}
.news_view .new_view_top > h1 { font-size: 16px; text-align: left;width: 100%; position: relative; font-weight: lighter; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 15px; }
.news_view .new_view_top ul { width: 100%; display: flex; justify-content: flex-start; align-items: center; }
.news_view .new_view_top ul li { margin: 0 3% 0 0; font-size: 12px; color: #4e4e4e; text-align: center; }
.news_view .new_view_top ul li div { display: flex; align-items: center; }
.news_view .new_view_top ul li div b { font-weight: lighter; font-size: 12px; color: #4e4e4e; }
.news_view .news_view_content { width: 100%; padding: 3% 0; border-bottom: 1px solid #bbbbbb; margin-bottom: 20px; display: flex;flex-direction: column;align-items: flex-start}
.news_view .news_view_content p img{max-width: 100%;}
.news_view > ul { width: 100%; }
.news_view > ul li { width: 100%; margin: 15px 0; }
.news_view > ul li a { font-size: 12px; color: #4e4e4e; transition: .5s; position: relative; }
.news_view > ul li a:after { content: ''; display: block; width: 0; height: 1px; background: #bbbbbb; position: absolute; transition: .4s; left: 25%; }
.news_view > ul li a:hover { color: black; }
.news_view > ul li a:hover:after { width: 100%; margin-left: -25%; }


.videos { max-width: 1200px; position: relative; margin: 0 auto; padding-top: 20px; margin-bottom: .5rem; }
.videos > ul { width: 100%; position: relative; }
.videos > ul:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.videos > ul li { width: 23.5%; margin-right: 2%; float: left; cursor: pointer; margin-bottom: 15px; }
.videos > ul li:nth-of-type(4n) { margin-right: 0; }
.videos > ul li div { width: 100%; height: 100%; position: relative; padding: 45% 0; overflow: hidden; }
.videos > ul li div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.videos > ul li figure { text-align: center; padding: 10px 0; font-size: 12px; border: 1px solid #4e4e4e; transition: .5s; }
.videos > ul li:hover figure { background: #000000; color: white; }
.videos .vid_content { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 5; background: rgba(0, 0, 0, 0.6); display: none; }
.videos .vid_content .vid_faker { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.videos .vid_content figure { position: absolute; width: 70%; height: 500px; left: 15%; top: 25%; background: white; display: flex; }


.honor { max-width: 1200px; position: relative; margin: 0 auto; padding-top: 20px; margin-bottom: .5rem; }
.honor > ul { width: 100%; position: relative; }
.honor > ul:after { content: ''; display: block; width: 0; height: 0; clear: both; }
.honor > ul > li { width: 23.5%; margin-right: 2%; float: left; margin-bottom: 15px; }
.honor > ul > li:nth-of-type(4n) { margin-right: 0; }
.honor > ul > li a { display: block; width: 100%; height: 100%; }
.honor > ul > li a figure div { width: 100%; height: 100%; position: relative; padding: 45% 0; overflow: hidden; }
.honor > ul > li a figure div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.honor > ul > li a figure figcaption { width: 100%; display: flex; margin-top: 20px; }
.honor > ul > li a figure figcaption p { margin: 0 auto; padding: 10px; border-radius: 5px; text-align: center; display: flex; justify-content: center; align-items: center; font-size: 12px; color: #4e4e4e; transition: .5s; }
.honor > ul > li:hover a figure div img { transform: scale(1.05); }
.honor > ul > li:hover a figure figcaption p { background: #000000; color: white; }

.dws_Scroll{position: fixed;right: 0;bottom: 20%;width: 40px;}
.dws_Scroll ul{width: 100%;position: relative;}
.dws_Scroll ul li{width: 100%;margin-bottom: 2px;border: 1px solid #f5f5f5;}
.dws_Scroll ul li i{display: flex;align-items: center;justify-content: center;background:white;z-index: 3;color: #1b1b1b;font-size: 30px;cursor: pointer;transition: .5s;width: 100%;height: 40px;border: 1px solid #bbbbbb;}
.dws_Scroll ul li:hover i{background:#1b1b1b;color: white;}
.dws_Scroll ul li i p{position: absolute;height: 100%;padding: 0 15px;top: 0;background: white;z-index: 2;color: white;text-align: center;display: flex;justify-content: center;align-items: center;transition: .5s;font-size: 14px;right: -350%;width: 120px}
.dws_Scroll ul li:hover i p{margin-right: 452%;background: #1b1b1b;color: white;}
.big_act a{border-radius: 10px;background: #1b1b1b;color: white!important;}
.onfeng a{background: #000000;color: white!important;}
.feibiao_Design p{width: 100%!important;}
.fazhanLC{max-width: 1200px;margin:.4rem auto;position: relative;}
.fazhanLC p{font-size: 14px;color: #1b1b1b;line-height: 1.8em;text-align: center;margin-bottom: .2rem}

/*# sourceMappingURL=main.css.map */
/*--声明---*/

.re-book{width: 100%;height: 100%;position: absolute;top:0;left:0;background-color: rgba(0,0,0,0.5);z-index: 10000;}
.re-border{position: relative;width: 930px;height: 500px;left: 50%;top: 200px;margin-left: -475px;}
.no-close {position: absolute;left: 82%;margin-left: 5px;cursor: pointer;}
.re-content{margin: 0 auto;position: relative;}
.shen-phone{display: none;position: fixed;top:0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);z-index: 999;}
.shen-phone img {width: 94%;position: absolute;left: 3%;top:4%;object-fit: contain;height: 100%;}
