/* line 81, ../sass/pc_base.scss */ body, div, p, span, ul, li, ol, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; list-style: none; border: 0; } /* line 82, ../sass/pc_base.scss */ body { font-family: 'Microsoft Yahei',arial,sans-serif; letter-spacing: 0px; -webkit-font-smoothing: antialiased; background: #fff; } /* line 83, ../sass/pc_base.scss */ body img { border: none; max-width: 100%; } /* line 84, ../sass/pc_base.scss */ body h1, body h2, body h3, body h4, body h5, body h6 { font-weight: normal; } /* line 85, ../sass/pc_base.scss */ body table { border-collapse: collapse; border-spacing: 0; } /* line 86, ../sass/pc_base.scss */ body input, body textarea, body select, body button { list-style: none; border: 0; outline: none; padding: 0; margin: 0; font-family: 'Microsoft Yahei'; } /* line 87, ../sass/pc_base.scss */ body em, body i, body strong, body address, body cite, body dfn, body var { font-style: normal; font-weight: normal; } /* line 88, ../sass/pc_base.scss */ body a { outline-style: none; text-decoration: none; color: #333333; } /* line 89, ../sass/pc_base.scss */ body a:hover { text-decoration: none; } /* line 90, ../sass/pc_base.scss */ body .clearfix { *zoom: 1; } /* line 91, ../sass/pc_base.scss */ body .clearfix:after { content: ''; display: table; clear: both; } /* line 92, ../sass/pc_base.scss */ body .clear { clear: both; } /* line 93, ../sass/pc_base.scss */ body .fl { float: left !important; } /* line 94, ../sass/pc_base.scss */ body .fr { float: right !important; } /* line 95, ../sass/pc_base.scss */ body .wrap { width: 100%; height: auto; min-height: 100%; background-color: 000; } /* line 96, ../sass/pc_base.scss */ body .main { margin: 0 auto; display: block; width: 1000px; } /* line 97, ../sass/pc_base.scss */ body .m_no { margin-right: 0px !important; } /* line 98, ../sass/pc_base.scss */ body .rel { position: relative; } /* line 99, ../sass/pc_base.scss */ body .flex { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } /* Float Shadow */ /* line 109, ../sass/pc_base.scss */ .hvr-float-shadow, .content_b .top .b_btn, .content_d .top ul a, .content_e .top a, .content_h .top ul li:hover { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } /* line 124, ../sass/pc_base.scss */ .hvr-float-shadow:before, .content_b .top .b_btn:before, .content_d .top ul a:before, .content_e .top a:before, .content_h .top ul li:hover:before { pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: "transform, opacity"; transition-property: "transform, opacity"; } /* line 140, ../sass/pc_base.scss */ .hvr-float-shadow:hover, .content_b .top .b_btn:hover, .content_d .top ul a:hover, .content_e .top a:hover, .content_h .top ul li:hover, .hvr-float-shadow:focus, .content_b .top .b_btn:focus, .content_d .top ul a:focus, .content_e .top a:focus, .content_h .top ul li:focus:hover, .hvr-float-shadow:active, .content_b .top .b_btn:active, .content_d .top ul a:active, .content_e .top a:active, .content_h .top ul li:active:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); /* move the element up by 5px */ } /* line 145, ../sass/pc_base.scss */ .hvr-float-shadow:hover:before, .content_b .top .b_btn:hover:before, .content_d .top ul a:hover:before, .content_e .top a:hover:before, .content_h .top ul li:hover:before, .hvr-float-shadow:focus:before, .content_b .top .b_btn:focus:before, .content_d .top ul a:focus:before, .content_e .top a:focus:before, .content_h .top ul li:hover:focus:before, .hvr-float-shadow:active:before, .content_b .top .b_btn:active:before, .content_d .top ul a:active:before, .content_e .top a:active:before, .content_h .top ul li:hover:active:before { opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ } /*shadow*/ /* line 153, ../sass/pc_base.scss */ .shadow { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; z-index: 999; } /* line 169, ../sass/pc_base.scss */ .shadow:before { pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: "transform, opacity"; transition-property: "transform, opacity"; opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px); } /* line 3, ../sass/index.scss */ .word { font-size: 14px; line-height: 24px; font-weight: normal; text-indent: 2em; color: #333; } /* line 4, ../sass/index.scss */ .btn { display: block; width: 434px; height: 52px; font-size: 18px; line-height: 52px; font-weight: normal; text-align: center; background-color: #ff9b39; color: #fff; border-radius: 29px; -webkit-border-radius: 29px; -moz-border-radius: 29px; } /* line 6, ../sass/index.scss */ .btn_jb { background: linear-gradient(to bottom, #d8d8d8, #ffffff); background: -moz-linear-gradient(top, #d8d8d8, #ffffff); background: -webkit-linear-gradient(top, #d8d8d8, #ffffff); } /* line 11, ../sass/index.scss */ .bg_jb { background: white; background: -moz-linear-gradient(top, white 0%, white 40%, #f2f2f2 40%, #f2f2f2 100%); background: -webkit-linear-gradient(top, white 0%, white 40%, #f2f2f2 40%, #f2f2f2 100%); background: linear-gradient(to bottom, white 0%, white 40%, #f2f2f2 40%, #f2f2f2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); } /* line 16, ../sass/index.scss */ .guide_jb { background: -moz-linear-gradient(top, #fff, #fff5e9); background: -webkit-linear-gradient(top, #fff, #fff5e9); background: linear-gradient(to bottom, #fff, #fff5e9); } @font-face {} /* line 29, ../sass/index.scss */ .header { background-color: #fff; } /* line 30, ../sass/index.scss */ .header .main { height: 100px; } /* line 31, ../sass/index.scss */ .header .main .logo { float: left; margin-top: 17px; } /* line 32, ../sass/index.scss */ .header .main ul { float: left; margin-left: 20px; margin-top: 15px; } /* line 33, ../sass/index.scss */ .header .main ul li { float: left; width: 156px; font-size: 14px; text-align: center; } /* line 35, ../sass/index.scss */ .header .main .cell { display: block; float: right; width: 272px; margin-top: 20px; } /* line 36, ../sass/index.scss */ .header .main .cell img { float: left; } /* line 37, ../sass/index.scss */ .header .main .cell p { float: right; width: 211px; } /* line 38, ../sass/index.scss */ .header .main .cell p i { font-size: 32px; font-family: impact; color: #eb911f; display: block; } /* line 44, ../sass/index.scss */ .nav { background-color: #d4831b; } /* line 45, ../sass/index.scss */ .nav .main { overflow: hidden; } /* line 46, ../sass/index.scss */ .nav .main a { display: block; height: 44px; line-height: 44px; color: #fff; font-size: 18px; float: left; margin-right: 79px; } /* line 47, ../sass/index.scss */ .nav .main a:hover { text-decoration: underline; } /* line 48, ../sass/index.scss */ .nav .main a:last-child { margin-right: 0; } /* line 52, ../sass/index.scss */ .banner { background: url("/templets/ms_new/special/ckzt/images/banner.jpg") center bottom no-repeat; height: 526px; position: relative; } /* line 53, ../sass/index.scss */ .banner a { display: block; width: 100%; height: 526px; } /* line 56, ../sass/index.scss */ .guide { margin-top: 44px !important; position: relative; } /* line 57, ../sass/index.scss */ .guide p { position: absolute; width: 771px; top: 33px; left: 184px; text-indent: 2em; font-size: 15px; line-height: 24px; color: #333333; } /* line 59, ../sass/index.scss */ .title { border-bottom: 1px solid #e8ac61; font-size: 36px; font-weight: bold; color: #e47600; text-align: center; margin-bottom: 30px; padding-bottom: 20px; position: relative; } /* line 61, ../sass/index.scss */ .title i { font-size: 12px; text-transform: uppercase; color: #e9af66; display: block; } /* line 62, ../sass/index.scss */ .title img { position: absolute; bottom: -18px; left: 50%; margin-left: -18px; border: 3px solid #fff; display: block; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; } /* line 65, ../sass/index.scss */ .content_a { padding-top: 50px; margin-bottom: 50px; } /* line 66, ../sass/index.scss */ .content_a .top { overflow: hidden; margin-top: 50px; } /* line 67, ../sass/index.scss */ .content_a .top .fl { float: left; } /* line 68, ../sass/index.scss */ .content_a .top div { float: right; width: 592px; padding-top: 6px; } /* line 69, ../sass/index.scss */ .content_a .top div h3 { font-size: 24px; color: #333; } /* line 69, ../sass/index.scss */ .content_a .top div h3 i { font-size: 22px; padding-left: 20px; } /* line 70, ../sass/index.scss */ .content_a .top div p { margin-top: 20px; margin-bottom: 20px; text-indent: 2em; font-size: 14px; line-height: 24px; } /* line 71, ../sass/index.scss */ .content_a .top div h4 { border-top: 1px solid #666; padding-top: 20px; font-size: 18px; } /* line 72, ../sass/index.scss */ .content_a .top div ul { overflow: hidden; margin-top: 20px; } /* line 73, ../sass/index.scss */ .content_a .top div ul li { width: 112px; text-align: center; border: 1px solid #f2925d; margin-right: 5px; color: #fff; background-color: #fab083; padding-top: 5px; float: left; padding-bottom: 11px; } /* line 75, ../sass/index.scss */ .content_a .top div ul li img { margin-bottom: 10px; } /* line 82, ../sass/index.scss */ .content_b { padding-top: 50px; padding-bottom: 50px; background-color: #fff9f1; } /* line 84, ../sass/index.scss */ .content_b .top h2 { width: 331px; margin: 0 auto 30px auto; overflow: hidden; } /* line 85, ../sass/index.scss */ .content_b .top h2 span { display: block; width: 165px; height: 40px; line-height: 40px; font-size: 20px; color: #fff; background-color: #bb947a; float: left; text-align: center; cursor: pointer; } /* line 87, ../sass/index.scss */ .content_b .top h2 span:nth-child(2) { float: right; } /* line 88, ../sass/index.scss */ .content_b .top h2 .current { background-color: #f56b0f; } /* line 90, ../sass/index.scss */ .content_b .top .b_list { height: 400px; width: 1000px; overflow: hidden; position: relative; } /* line 91, ../sass/index.scss */ .content_b .top .b_list ul { width: 2500px; height: 400px; position: absolute; left: 0px; top: 0px; } /* line 92, ../sass/index.scss */ .content_b .top .b_list ul li { width: 320px; margin-right: 20px; float: left; } /* line 93, ../sass/index.scss */ .content_b .top .b_list ul li:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 96, ../sass/index.scss */ .content_b .top .b_btn { display: block; height: 46px; width: 706px; margin: 30px auto 0 auto; font-size: 20px; color: #fff; line-height: 46px; text-align: center; background: url("/templets/ms_new/special/ckzt/images/b_btn.png") 50% 50% no-repeat; } /* line 101, ../sass/index.scss */ .content_c { padding-top: 50px; padding-bottom: 50px; background: url("/templets/ms_new/special/ckzt/images/c_bg.jpg"); } /* line 102, ../sass/index.scss */ .content_c .top { overflow: hidden; } /* line 103, ../sass/index.scss */ .content_c .top .c_qh { width: 162px; cursor: pointer; float: left; } /* line 104, ../sass/index.scss */ .content_c .top .c_qh li { width: 162px; height: 50px; line-height: 50px; background: url("/templets/ms_new/special/ckzt/images/c_bg1.png") 50% 50% no-repeat; margin-bottom: 10px; font-size: 18px; } /* line 106, ../sass/index.scss */ .content_c .top .c_qh li i { display: block; width: 40px; height: 40px; background: url("/templets/ms_new/special/ckzt/images/c_icon.png") -6px -1px no-repeat; float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } /* line 110, ../sass/index.scss */ .content_c .top .c_qh li:nth-child(2) i { background: url("/templets/ms_new/special/ckzt/images/c_icon.png") -54px -1px no-repeat; } /* line 113, ../sass/index.scss */ .content_c .top .c_qh li:nth-child(3) i { background: url("/templets/ms_new/special/ckzt/images/c_icon.png") -103px -1px no-repeat; } /* line 116, ../sass/index.scss */ .content_c .top .c_qh li:nth-child(4) i { background: url("/templets/ms_new/special/ckzt/images/c_icon.png") -245px -1px no-repeat; } /* line 119, ../sass/index.scss */ .content_c .top .c_qh li:nth-child(5) i { background: url("/templets/ms_new/special/ckzt/images/c_icon.png") -199px -1px no-repeat; } /* line 122, ../sass/index.scss */ .content_c .top .c_qh li:nth-child(6) i { background: url("/templets/ms_new/special/ckzt/images/c_icon.png") -150px -1px no-repeat; } /* line 124, ../sass/index.scss */ .content_c .top .c_qh .current { background: url("/templets/ms_new/special/ckzt/images/c_current.png") 50% 50% no-repeat; color: #fff; } /* line 125, ../sass/index.scss */ .content_c .top .c_qh .current i { background-position-y: -39px !important; } /* line 128, ../sass/index.scss */ .content_c .top .center { width: 486px; float: left; margin-left: 13px; } /* line 129, ../sass/index.scss */ .content_c .top .center ul { width: 486px; height: 230px; } /* line 130, ../sass/index.scss */ .content_c .top .center ul li:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 132, ../sass/index.scss */ .content_c .top .center h2 { margin-top: 10px; } /* line 133, ../sass/index.scss */ .content_c .top .center h2 a:nth-child(2) { float: right; } /* line 134, ../sass/index.scss */ .content_c .top .center h2 a:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 137, ../sass/index.scss */ .content_c .top form { background-color: #f3f3f3; width: 290px; padding: 19px; float: right; padding-bottom: 28px; } /* line 138, ../sass/index.scss */ .content_c .top form h2 { font-size: 26px; border-bottom: 1px solid #d2d2d2; padding-bottom: 8px; margin-bottom: 20px; position: relative; } /* line 139, ../sass/index.scss */ .content_c .top form h2 span { display: block; position: absolute; left: 0; bottom: -1px; width: 52px; height: 3px; background-color: #e68e54; } /* line 140, ../sass/index.scss */ .content_c .top form h2 i { font-weight: bold; color: #ff6600; } /* line 142, ../sass/index.scss */ .content_c .top form p { height: 30px; line-height: 30px; margin-bottom: 14px; } /* line 143, ../sass/index.scss */ .content_c .top form p input { display: block; float: right; height: 28px; line-height: 28px; width: 194px; border: 1px solid #d2d2d2; } /* line 144, ../sass/index.scss */ .content_c .top form p textarea { display: block; float: right; height: 62px; width: 194px; border: 1px solid #d2d2d2; } /* line 146, ../sass/index.scss */ .content_c .top form .text { height: 64px; } /* line 147, ../sass/index.scss */ .content_c .top form h3 { margin-top: 15px; } /* line 148, ../sass/index.scss */ .content_c .top form h3 input { display: block; float: left; height: 28px; line-height: 28px; width: 93px; background-color: #8b8b8b; font-size: 16px; color: #fff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } /* line 150, ../sass/index.scss */ .content_c .top form h3 input:nth-child(1) { margin-left: 94px; margin-right: 10px; background-color: #ff6600; } /* line 156, ../sass/index.scss */ .content_d { padding-top: 50px; padding-bottom: 50px; background-color: #fff; } /* line 158, ../sass/index.scss */ .content_d .top .text { font-size: 15px; line-height: 24px; text-indent: 2em; } /* line 159, ../sass/index.scss */ .content_d .top ul { height: 772px; position: relative; background: url("/templets/ms_new/special/ckzt/images/d_bg.png") 50% 50% no-repeat; } /* line 160, ../sass/index.scss */ .content_d .top ul li { width: 216px; } /* line 161, ../sass/index.scss */ .content_d .top ul li h3 { font-size: 30px; text-align: center; color: #fff; } /* line 162, ../sass/index.scss */ .content_d .top ul li p { font-size: 15px; line-height: 30px; text-indent: 2em; margin-top:10px; } /* line 164, ../sass/index.scss */ .content_d .top ul li:nth-child(1) { position: absolute; left: 66px; top: 130px; } /* line 165, ../sass/index.scss */ .content_d .top ul li:nth-child(2) { position: absolute; right: 66px; top: 130px; } /* line 166, ../sass/index.scss */ .content_d .top ul li:nth-child(3) { position: absolute; left: 92px; top: 505px; } /* line 167, ../sass/index.scss */ .content_d .top ul li:nth-child(4) { position: absolute; right: 92px; top: 505px; } /* line 168, ../sass/index.scss */ .content_d .top ul a { display: block; position: absolute; left: 50%; margin-left: -98px; bottom: 200px; width: 195px; text-align: center; line-height: 45px; height: 45px; display: block; background: url("/templets/ms_new/special/ckzt/images/d_btn.png") 50% 50% no-repeat; font-size: 17px; color: #fff; } /* line 174, ../sass/index.scss */ .content_e { padding-top: 50px; padding-bottom: 50px; background-color: #fff9f1; background: url("/templets/ms_new/special/ckzt/images/e_bg.jpg"); } /* line 176, ../sass/index.scss */ .content_e .top ul { overflow: hidden; cursor: pointer; } /* line 177, ../sass/index.scss */ .content_e .top ul li { overflow: hidden; width: 185px; overflow: hidden; float: left; } /* line 178, ../sass/index.scss */ .content_e .top ul li div { background-color: #fff; height: 242px; width: 445px; } /* line 179, ../sass/index.scss */ .content_e .top ul li div img { float: left; } /* line 180, ../sass/index.scss */ .content_e .top ul li div p { padding: 24px 24px 0 24px; font-size: 15px; line-height: 22px; text-indent: 2em; color: #333; width: 212px; float: right; } /* line 184, ../sass/index.scss */ .content_e .top ul .current { width: 445px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; } /* line 186, ../sass/index.scss */ .content_e .top a { display: block; width: 516px; text-align: center; line-height: 46px; height: 46px; margin: 35px auto 0 auto; display: block; background: url("/templets/ms_new/special/ckzt/images/e_btn.png") 50% 50% no-repeat; font-size: 17px; color: #fff; font-size: 24px; } /* line 192, ../sass/index.scss */ .content_f { padding-top: 50px; background-color: #fff; padding-bottom:50px; } /* line 193, ../sass/index.scss */ .content_f .top { position: relative; } /* line 195, ../sass/index.scss */ .content_f .top .bd ul { overflow: hidden; } /* line 197, ../sass/index.scss */ .content_f .top .bd ul li .fl { float: left; margin-left: 70px; width:400px; height:500px; } /* line 198, ../sass/index.scss */ .content_f .top .bd ul li div { float: right; width: 360px; margin-right: 113px; padding-top: 130px; } /* line 199, ../sass/index.scss */ .content_f .top .bd ul li div h2 { font-size: 50px; color: #333; } /* line 199, ../sass/index.scss */ .content_f .top .bd ul li div h2 i { font-size: 24px; } /* line 200, ../sass/index.scss */ .content_f .top .bd ul li div h3 { font-size: 14px; color: #333; margin-top: 20px; margin-bottom: 20px; } /* line 201, ../sass/index.scss */ .content_f .top .bd ul li div h4 { width: 30px; border: 1px solid red; } /* line 202, ../sass/index.scss */ .content_f .top .bd ul li div p { font-size: 14px; padding-top: 10px; line-height: 24px; } /* line 203, ../sass/index.scss */ .content_f .top .bd ul li div h5 { height: 40px; margin-top: 20px; } /* line 204, ../sass/index.scss */ .content_f .top .bd ul li div h5 a { display: block; float: left; height: 38px; width: 160px; line-height: 38px; border: 1px solid #ff6600; text-align: center; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; font-size: 18px; } /* line 206, ../sass/index.scss */ .content_f .top .bd ul li div h5 a:nth-child(2) { float: right; } /* line 207, ../sass/index.scss */ .content_f .top .bd ul li div h5 a:hover { background-color: #f3594d; border: 1px solid #f3594d; color: #fff; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; } /* line 213, ../sass/index.scss */ .content_f .top span { display: block; height: 60px; width: 60px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; background-color: #ccc; line-height: 60px; text-align: center; } /* line 214, ../sass/index.scss */ .content_f .top span img { vertical-align: middle; margin-top: 10px; } /* line 215, ../sass/index.scss */ .content_f .top span:hover { background-color: #fac68e; } /* line 217, ../sass/index.scss */ .content_f .top .next { position: absolute; top: 45%; left: 20px; } /* line 218, ../sass/index.scss */ .content_f .top .prev { position: absolute; top: 45%; right: 20px; } /* line 222, ../sass/index.scss */ .content_g { padding-top: 50px; background: url("/templets/ms_new/special/ckzt/images/e_bg.jpg"); padding-bottom: 50px; } /* line 223, ../sass/index.scss */ .content_g .top { overflow: hidden; } /* line 224, ../sass/index.scss */ .content_g .top div { width: 290px; } /* line 225, ../sass/index.scss */ .content_g .top div ul { margin-top: 10px; } /* line 226, ../sass/index.scss */ .content_g .top div ul li { height: 38px; line-height: 38px; } /* line 227, ../sass/index.scss */ .content_g .top div ul li:hover a { color: #ee9f72; text-decoration: underline; } /* line 233, ../sass/index.scss */ .content_h { padding-top: 50px; padding-bottom: 50px; } /* line 235, ../sass/index.scss */ .content_h .top ul { padding-top: 112px; height: 205px; } /* line 236, ../sass/index.scss */ .content_h .top ul li { float: left; width: 223px; background-color: #fdd88a; text-align: center; margin-right: 36px; padding-bottom: 20px; } /* line 238, ../sass/index.scss */ .content_h .top ul li img { margin-top: -112px; } /* line 239, ../sass/index.scss */ .content_h .top ul li h3 { color: #fff; font-size: 22px; color: #b5660a; width: 221px; margin: 0 auto; border-bottom: 1px solid #fff; padding: 5px 0; } /* line 240, ../sass/index.scss */ .content_h .top ul li h4 { color: #fff; font-size: 18px; color: #b5660a; padding: 5px 0; } /* line 246, ../sass/index.scss */ .footer { height: 180px; background-color: #d4831b; padding: 20px 0 60px; } /* line 247, ../sass/index.scss */ .footer .main { position: relative; } /* line 248, ../sass/index.scss */ .footer .main .logo { float: left; margin-left: 130px; } /* line 249, ../sass/index.scss */ .footer .main .line { margin: 20px 100px 0px 100px; float: left; } /* line 250, ../sass/index.scss */ .footer .main div { float: left; width: 370px; margin-top: 25px; } /* line 251, ../sass/index.scss */ .footer .main div h3 { color: #fff; overflow: hidden; margin-bottom: 10px; height: 28px; line-height: 28px; } /* line 252, ../sass/index.scss */ .footer .main div h3 a { display: block; float: left; background-color: #fff; height: 28px; line-height: 28px; width: 100px; padding-left: 10px; color: #d4831b; margin-right: 10px; } /* line 254, ../sass/index.scss */ .footer .main div h3 a img { vertical-align: middle; margin-right: 5px; } /* line 257, ../sass/index.scss */ .footer .main div p { color: #fff; line-height: 26px; }