/* Editor: fan Time: 2020.4.8 Less compilation > npm install -g less > lessc style.less style.css */ /* 瀛椾綋 */ @font-face { font-family: 'zi'; src: url('../font/OpenSansBold.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'zi2'; src: url('../font/OpenSans.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* End */ /* 鍏敤 */ /* base鍏叡鏍峰紡 */ * { padding: 0; margin: 0; -webkiit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; } body { color: #333; font-size: 16px; font-family: "Microsoft YaHei", "PingFang SC", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53; } @media (max-width: 1440px) { body { font-size: 14px; } } h1, h2, h3, h4, h5, h6 { font-weight: normal; } address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; } a { color: #333; text-decoration: none; } a:hover { text-decoration: underline; text-decoration: none; } i { /* font-style: normal; */ } pre { text-align: left; padding: 0; margin: 0; font-style: normal; } img { border: none; } ol, ul, li { list-style: none; } table { border-collapse: collapse; } input[type=text]:focus, input[type=text]:active { appearance: none; -webkit-appearance: none; outline: none; } a { -webkit-tap-highlight-color: transparent; } img { vertical-align: middle; } input, input:focus, input:active, button, button[type=button], textarea:focus { appearance: none; -webkit-appearance: none; outline: none; } select::-ms-expand { display: none; } /* 鍙充晶缃《*/ .rigalt .gotop { border: 1px solid #eeeeee; border-radius: 2px; background: #ffffff; position: fixed; bottom: 190px; right: 20px; width: 40px; height: 40px; text-align: center; padding-top: 7px; font-size: 24px; color: #666666; display: none; z-index: 1001; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); line-height: 1; } .rigalt .gotop:hover { text-decoration: none!important; } /* End*/ .ie-warning { position: fixed; top: 0; left: 0; z-index: 999999; background: #000; width: 100%; height: 100%; text-align: center; color: #fff; padding: 50px 0; } .ie-warning h1 { margin: 0 0 30px; } .ie-warning p { font-size: 16px; } .ie-warning .ie-container { min-width: 1024px; width: 100%; height: 200px; background: #fff; margin: 60px 0; } .ie-warning .ie-download { list-style: none; padding: 30px 0; margin: 0 auto; width: 720px; } .ie-warning .ie-download > li > a { display: block; color: #000; width: 140px; font-size: 15px; padding: 15px 0; margin: 0 auto; } .ie-warning .ie-download > li > a > div { margin-top: 10px; } .ie-warning .ie-download > li > a:hover { background-color: #eee; } /* 鏂囨湰缂栬緫璇︽儏椤 */ .make-text { line-height: 2; color: #666; font-family: "Microsoft YaHei", "寰蒋闆呴粦", "PingFang SC", Verdana, Helvetica, Arial, sans-serif !important; } .make-text img { max-width: 100%; display: block; } .make-text p, .make-text span { line-height: 30px; font-family: "Microsoft YaHei", "寰蒋闆呴粦", "PingFang SC", Verdana, Helvetica, Arial, sans-serif !important; color: #666; font-size: 16px!important; } @media (max-width: 1440px) { .make-text p, .make-text span { font-size: 14px!important; } } /* End */ /* 搴曢儴*/ .f_footer_list { border-top: 1px solid #dddddd; margin-top: 50px; padding-top: 50px; } @media (max-width: 991px) { .f_footer_list { margin-top: 30px; display: none; } } .f_footer_list .item { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; } .f_footer_list .item:last-child { margin-bottom: 0; } .f_footer_list .item .tit { font-size: 14px; color: #333; } .f_footer_list .item .list { font-size: 12px; color: #666; max-width: 70px; } .f_footer_list .item a { display: block; } .f_footer_list .item a:hover { color: #0059c4 ; } /* End*/ .basecont { width: 100%; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; } @media (min-width: 1200px) { .basecont { width: 86%; max-width: 1640px; } } @media (min-width: 992px) { .basecont { width: 92%; } } .basecont2 { width: 100%; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; } @media (min-width: 1200px) { .basecont2 { width: 75%; max-width: 1440px; } } @media (min-width: 992px) { .basecont2 { width: 81%; } } .transition { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .img { overflow: hidden; } .img img { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .basetop { padding-top: 80px; } @media (max-width: 1366px) { .basetop { padding-top: 60px; } } /* 鍏叡Class */ .bagcolor { background-color: #f5f5f5; } .base80 { padding-top: 80px; padding-bottom: 80px; } @media (max-width: 1440px) { .base80 { padding-top: 70px; padding-bottom: 70px; } } @media (max-width: 1199px) { .base80 { padding-top: 50px; padding-bottom: 50px; } } @media (max-width: 767px) { .base80 { padding-top: 30px; padding-bottom: 30px; } } .base40 { padding-top: 40px; padding-bottom: 40px; } .base100 { padding-top: 100px; padding-bottom: 100px; } @media (max-width: 1440px) { .base100 { padding-top: 80px; padding-bottom: 80px; } } @media (max-width: 1199px) { .base100 { padding-top: 60px; padding-bottom: 60px; } } .base120 { padding-top: 120px; padding-bottom: 120px; } @media (max-width: 1440px) { .base120 { padding-top: 100px; padding-bottom: 100px; } } @media (max-width: 1199px) { .base120 { padding-top: 80px; padding-bottom: 80px; } } @media (max-width: 991px) { .base120 { padding-top: 60px; padding-bottom: 60px; } } .base140 { padding-top: 140px; padding-bottom: 140px; } @media (max-width: 1900px) { .base140 { padding-top: 120px; padding-bottom: 120px; } } @media (max-width: 1440px) { .base140 { padding-top: 100px; padding-bottom: 100px; } } @media (max-width: 1199px) { .base140 { padding-top: 80px; padding-bottom: 80px; } } @media (max-width: 991px) { .base140 { padding-top: 60px; padding-bottom: 60px; } } .base150 { padding-top: 150px; padding-bottom: 150px; } @media (max-width: 1900px) { .base150 { padding-top: 130px; padding-bottom: 130px; } } @media (max-width: 1440px) { .base150 { padding-top: 110px; padding-bottom: 110px; } } @media (max-width: 1199px) { .base150 { padding-top: 90px; padding-bottom: 90px; } } @media (max-width: 991px) { .base150 { padding-top: 60px; padding-bottom: 60px; } } .basefont36 { font-size: 36px; line-height: 46px; } @media (max-width: 1440px) { .basefont36 { font-size: 30px; line-height: 40px; } } @media (max-width: 991px) { .basefont36 { line-height: 36px; font-size: 26px; } } @media (max-width: 767px) { .basefont36 { line-height: 34px; font-size: 24px; } } .basefont40 { font-size: 40px; line-height: 50px; } @media (max-width: 1440px) { .basefont40 { font-size: 30px; line-height: 40px; } } @media (max-width: 1199px) { .basefont40 { line-height: 26px; font-size: 36px; } } @media (max-width: 767px) { .basefont40 { line-height: 28px; font-size: 18px; } } /* 鍒嗛〉 */ .basepage { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; } .basepage a, .basepage span { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 16px; color: #999999; flex-shrink: 0; float: left; margin: 0 5px 10px; } @media (max-width: 767px) { .basepage a, .basepage span { width: 35px; height: 35px; font-size: 14px; } } .basepage .active { border: 1px solid #cccccc; background-color: #fff; } .basepage .prev, .basepage .next { font-size: 11px; position: relative; } /* 鐐瑰嚮鎸夐挳 */ .basemenubut { display: flex; align-content: center; justify-content: center; flex-wrap: wrap; height: 100%; width: 22px; } .basemenubut span { display: block; width: 100%; height: 2px; margin-bottom: 6px; border-radius: 3px; background-color: #666; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .basemenubut span:last-child { margin-bottom: 0; } .basemenubut2 span:nth-child(1) { transform: rotate(45deg); margin: 0; margin-top: 2px; } .basemenubut2 span:nth-child(2) { display: none; } .basemenubut2 span:nth-child(3) { transform: rotate(-45deg); margin: 0; margin-top: -2px; } /* 鍙栨秷娴姩 */ .clear:after { content: ""; clear: both; display: block; } .basecont { padding-left: 20px; padding-right: 20px; margin: 0 auto; } @media (min-width: 768px) { .basecont { width: 750px; } } @media (min-width: 992px) { .basecont { width: 970px; } } @media (min-width: 1200px) { .basecont { width: 1170px; } } @media (min-width: 1920px) { .basecont { width: 1400px; padding-left: 0; padding-right: 0; } } /* 浜у搧 */ .base70 { padding-top: 70px; padding-bottom: 70px; } @media (max-width: 1440px) { .base70 { padding-top: 60px; padding-bottom: 60px; } } .base110 { padding-top: 110px; padding-bottom: 110px; } @media (max-width: 1440px) { .base110 { padding-top: 80px; padding-bottom: 80px; } } @media (max-width: 991px) { .base110 { padding-top: 60px; padding-bottom: 60px; } } .fhwbox-sec1 { background-color: #fff; } .fhwbox-sec1 .f_cont { background-color: #ffffff; box-shadow: 0px 2px 24px 0px rgba(87, 93, 112, 0.13); padding: 70px 75px; } @media (max-width: 1440px) { .fhwbox-sec1 .f_cont { padding: 50px 55px; } } @media (max-width: 991px) { .fhwbox-sec1 .f_cont { padding: 35px 40px; } } @media (max-width: 767px) { .fhwbox-sec1 .f_cont { padding: 36px 30px; } } @media (max-width: 500px) { .fhwbox-sec1 .f_cont { padding: 30px 20px; } } .fhwbox-sec1 .f_cont .f_tit,#c-special2 .c-list-wrap>.f_tit { text-align: center; color: #0059c4 ; margin-bottom: 28px; } #c-special2 .c-list-wrap>.f_tit{ margin-bottom: 50px; } @media (max-width: 1440px) { .fhwbox-sec1 .f_cont .f_tit,#c-special2 .c-list-wrap>.f_tit { margin-bottom: 22px; } #c-special2 .c-list-wrap>.f_tit{ margin-bottom: 30px; } } @media (max-width: 991px) { .fhwbox-sec1 .f_cont .f_tit,#c-special2 .c-list-wrap>.f_tit { margin-bottom: 16px; } } .fhwbox-sec1 .f_cont .f_text { text-align: left; font-size: 20px; line-height: 1.8; } @media (max-width: 1900px) { .fhwbox-sec1 .f_cont .f_text { font-size: 16px; /* line-height: 30px; */ } } @media (max-width: 1199px) { .fhwbox-sec1 .f_cont .f_text { font-size: 12px; /* line-height: 26px; */ } } @media (max-width: 500px) { .fhwbox-sec1 .f_cont .f_text { /* font-size: 14px; */ /* line-height: 22px; */ } } .fhwbox-sec3 { overflow: hidden; position: relative; } .fhwbox-sec3 .f_bag { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* z-index: -1; */ } .fhwbox-sec3 .basecont{ position: relative; z-index: 2; } .fhwbox-sec3 .f_bag img { width: 100%; height: 100%; object-fit: cover; } .fhwbox-sec3 .f_tit { text-align: center; color: #fff; margin-bottom: 56px; } @media (max-width: 1440px) { .fhwbox-sec3 .f_tit { margin-bottom: 40px; } } @media (max-width: 991px) { .fhwbox-sec3 .f_tit { margin-bottom: 24px; } } .fhwbox-sec3 .f_nav { width: 100%; display: flex; justify-content: center; margin-bottom: 20px; } .fhwbox-sec3 .f_nav .fhwbox3_nav { margin: 0; } .fhwbox-sec3 .f_nav .fhwbox3_nav .swiper-slide { width: auto; margin: 0 5px; } .fhwbox-sec3 .f_nav .fhwbox3_nav .swiper-slide .item { color: #fff; padding: 0 14px 10px; font-size: 20px; /* line-height: 34px; */ display: block; border-bottom: 2px solid transparent; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; line-height: 1.8; } @media (max-width: 1900px) { .fhwbox-sec3 .f_nav .fhwbox3_nav .swiper-slide .item { font-size: 16px; /* line-height: 30px; */ padding: 0 12px 6px; } } @media (max-width: 1199px) { .fhwbox-sec3 .f_nav .fhwbox3_nav .swiper-slide .item { font-size: 14px; /* line-height: 26px; */ } } @media (max-width: 500px) { .fhwbox-sec3 .f_nav .fhwbox3_nav .swiper-slide .item { font-size: 14px; /* line-height: 22px; */ } } .fhwbox-sec3 .f_nav .fhwbox3_nav .swiper-slide-thumb-active .item { border-color: #fff; } .fhwbox-sec3 .f_cont .fhwbox3_cont { width: 100%; } .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item { width: 100%; text-align: center; } .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_img { width: 100%; display: flex; justify-content: center; margin-bottom: 26px; } @media (max-width: 1440px) { .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_img { margin-bottom: 20px; } } .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_img img { max-width: 100%; width: auto; height: auto; } .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_text { font-size: 16px; font-weight: normal; font-style: italic; font-stretch: normal; line-height: 24px; letter-spacing: 0px; color: #ffffff; opacity: 0.6; } @media (max-width: 1440px) { .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_img img{ max-width: 70%; width: 100%; height: auto; object-fit: contain; } .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_text { font-size: 14px; line-height: 24px; } } @media (max-width: 767px) { .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_img{ display: block; } .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_img img{ max-width: 100%; } .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_text { line-height: 22px; } } @media (max-width: 500px) { .fhwbox-sec3 .f_cont .fhwbox3_cont .f_item .f_text { font-size: 12px; line-height: 20px; } } .fhwbox-sec4 .f_tit { text-align: center; margin-bottom: 52px; color: #0059c4; } @media (max-width: 1440px) { .fhwbox-sec4 .f_tit { margin-bottom: 40px; } } @media (max-width: 991px) { .fhwbox-sec4 .f_tit { margin-bottom: 26px; } } .fhwbox-sec4 .f_img { width: 100%; display: flex; justify-content: center; } .fhwbox-sec4 .f_img img { max-width: 100%; width: auto; height: auto; margin: 0; flex-shrink: 0; } .fhwbox-sec5 { background-position: center; background-size: cover; background-repeat: no-repeat; padding: 64px 0; text-align: center; } @media (max-width: 1440px) { .fhwbox-sec4 .f_img img{ max-width: 80%; width: 100%; height: auto; object-fit: contain; } .fhwbox-sec5 { padding: 45px 0; } } .fhwbox-sec5 .f_but { display: inline-block; color: #fff; background-color: #0059c4 ; border-radius: 2px; padding: 17px 45px; margin: 0 auto; font-size: 18px; } @media (max-width: 1440px) { .fhwbox-sec5 .f_but { font-size: 16px; padding: 14px 30px; } } @media (max-width: 991px) { .fhwbox-sec5 .f_but { font-size: 14px; padding: 12px 22px; } } @media (max-width: 767px) { .fhwbox-sec4 .f_img{ display: block; } .fhwbox-sec4 .f_img img{ max-width: 100%; } .fhwbox-sec5 .f_but { font-size: 12px; } } /* End */ #c-special2 { position: relative; z-index: 5; background: #fff; background-position: center; background-size: 100%; background-repeat: no-repeat; } @media (min-width: 1200px) { #c-special2 { background-attachment: fixed; } } @media (max-width: 1199px) { #c-special2 { background-size: cover; } } #c-special2 > .basecont { /* position: relative; */ display: flex; justify-content: space-between; } @media (max-width: 500px) { #c-special2 > .basecont { flex-direction: column-reverse; } } #c-special2 .c-list1 { position: relative; width: 48%; padding: 60px 0; } @media (max-width: 1199px) { #c-special2 .c-list1 { display: none; } } @media (max-width: 500px) { #c-special2 .c-list1 { margin-top: -30px; padding: 0 0 30px 0; width: 100%; } } #c-special2 .c-list1 li { display: flex; align-items: center; padding: 60px 0; } @media (max-width: 1199px) { #c-special2 .c-list1 li { padding: 20px 0; } } @media (max-width: 500px) { #c-special2 .c-list1 li { padding: 30px 0; } } #c-special2 .c-list1 li .c-img-box { width: 100%; overflow: hidden; transition: 0.5s; position: relative; } #c-special2 .c-list1 li .c-img-box img { width: 100%; height: auto; object-fit: cover; } #c-special2 .c-list-wrap { display: flex; align-items: center; width: 52%; height: 100vh; } @media (min-width: 1200px) { #c-special2 .c-list-wrap { /* position: sticky; */ right: 0; top: 0; } } @media (max-width: 1199px) { #c-special2 .c-list-wrap { padding: 0 0 60px; height: auto; width: 100%; } } #c-special2 .c-list-wrap .f_wid { width: 100%; } #c-special2 .c-list-wrap .c-list2 { position: relative; width: 100%; } #c-special2 .c-list-wrap .c-list2 li:last-child { margin-bottom: 0; } #c-special2 .c-list-wrap .c-list2 li .f_item { width: 100%; padding-left: 150px; } @media (max-width: 1900px) { #c-special2 .c-list-wrap .c-list2 li .f_item { padding-left: 100px; } } @media (max-width: 1440px) { #c-special2 .c-list-wrap .c-list2 li .f_item { padding-left: 70px; } } @media (max-width: 1199px) { #c-special2 .c-list-wrap .c-list2 li .f_item { display: flex; flex-wrap: wrap; align-items: center; padding-left: 0; } } @media (max-width: 991px) { #c-special2 .c-list-wrap .c-list2 li .f_item { padding-left: 0; } } @media (max-width: 767px) { #c-special2 .c-list-wrap .c-list2 li .f_item { padding-left: 0; } } #c-special2 .c-list-wrap .c-list2 li .f_item .f_img { display: none; width: 48%; } @media (max-width: 1199px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_img { display: block; } #c-special2 .c-list-wrap .c-list2 li .f_item .f_img img { width: 100%; } } @media (max-width: 767px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_img { width: 100%; margin-bottom: 26px; } } @media (max-width: 1199px) { #c-special2 .c-list-wrap .c-list2 li .f_item .font { width: 52%; padding-left: 50px; } } @media (max-width: 991px) { #c-special2 .c-list-wrap .c-list2 li .f_item .font { padding-left: 30px; } } @media (max-width: 767px) { #c-special2 .c-list-wrap .c-list2 li .f_item .font { padding-left: 0; width: 100%; } } #c-special2 .c-list-wrap .c-list2 li .f_item .f_tit { margin-bottom: 30px; } @media (max-width: 1440px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_tit { margin-bottom: 22px; } } @media (max-width: 991px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_tit { margin-bottom: 16px; } } #c-special2 .c-list-wrap .c-list2 li .f_item .xian { display: block; width: 50px; height: 5px; background-color: #0059c4 ; margin-bottom: 38px; } @media (max-width: 1440px) { #c-special2 .c-list-wrap .c-list2 li .f_item .xian { width: 40px; height: 3px; margin-bottom: 22px; } } @media (max-width: 991px) { #c-special2 .c-list-wrap .c-list2 li .f_item .xian { width: 28px; height: 2px; margin-bottom: 16px; } } #c-special2 .c-list-wrap .c-list2 li .f_item .f_name { font-size: 26px; margin-bottom: 26px; display: none; } @media (max-width: 1440px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_name { font-size: 24px; margin-bottom: 20px; } } @media (max-width: 991px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_name { font-size: 20px; } } @media (max-width: 767px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_name { font-size: 18px; } } #c-special2 .c-list-wrap .c-list2 li .f_item .f_text { font-size: 18px; font-weight: normal; font-stretch: normal; line-height: 1.8; letter-spacing: 0px; color: #666666; } @media (max-width: 1440px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_text { font-size: 14px; /* line-height: 24px; */ } } @media (max-width: 1199px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_text { font-size: 12px; /* line-height: 22px; */ } } @media (max-width: 500px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_text { font-size: 12px; /* line-height: 20px; */ } } #c-special2 .c-list-wrap .c-list2 li.on .c-title { color: #333; } #c-special2 .c-list-wrap .c-list2 li.on .c-text { opacity: 1; } #c-special2 .c-list-wrap .c-list3 { position: relative; z-index: 10; display: flex; align-items: flex-start; padding-top: 60px; font-size: 20px; line-height: 30px; padding-left: 150px; } @media (max-width: 1900px) { #c-special2 .c-list-wrap .c-list3 { padding-left: 100px; } #c-special2 .c-list-wrap .c-list3{ font-size: 16px; } } @media (max-width: 1440px) { #c-special2 .c-list-wrap .c-list3 { padding-left: 70px; } } @media (max-width: 1199px) { #c-special2 .c-list-wrap .c-list3 { padding-left: 0; padding-top: 30px; font-size: 12px; justify-content: center; } } @media (max-width: 991px) { #c-special2 .c-list-wrap .c-list3 { padding-left: 30px; } } @media (max-width: 767px) { #c-special2 .c-list-wrap .c-list3 { padding-left: 0; /* font-size: 14px; */ margin-right: 12px; } } @media (max-width: 500px) { #c-special2 .c-list-wrap .c-list3 { /* padding-top: 20px; */ font-size: 12px; margin-right: 8px; } } #c-special2 .c-list-wrap .c-list3 li { margin-right: 20px; cursor: pointer; transition: all 0.5s; color: #999999; } #c-special2 .c-list-wrap .c-list3 li:last-child { margin-right: 0; } #c-special2 .c-list-wrap .c-list3 li.on { color: #0059c4 ; } .fwz_img{ position: fixed; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; display: none; } .fwz_img img{ width: 100%; height: 100%; object-fit: cover; } #c-special2{ background-color: transparent; } .fhwbox-sec4{ background-color: #fff; } /* @media (min-width: 1902px) { #c-special2 .c-list-wrap .c-list2 li .f_item .f_text{ font-size: 20px; } #c-special2 .c-list-wrap .c-list2 li .f_item .f_tit { font-size: 40px; } } */