/* 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; color: #333; font-size: 16px; } /* line 82, ../sass/pc_base.scss */ body { font-size: 14px; font-family: 'Microsoft Yahei',arial,sans-serif; color: #333; 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; font-size: 16px; } /* 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; } /* 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_a ul li, .content_d .top .fl h3 a, .content_e .top ul li { 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_a ul li:before, .content_d .top .fl h3 a:before, .content_e .top ul li: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_a ul li:hover, .content_d .top .fl h3 a:hover, .content_e .top ul li:hover, .hvr-float-shadow:focus, .content_a ul li:focus, .content_d .top .fl h3 a:focus, .content_e .top ul li:focus, .hvr-float-shadow:active, .content_a ul li:active, .content_d .top .fl h3 a:active, .content_e .top ul li:active { -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_a ul li:hover:before, .content_d .top .fl h3 a:hover:before, .content_e .top ul li:hover:before, .hvr-float-shadow:focus:before, .content_a ul li:focus:before, .content_d .top .fl h3 a:focus:before, .content_e .top ul li:focus:before, .hvr-float-shadow:active:before, .content_a ul li:active:before, .content_d .top .fl h3 a:active:before, .content_e .top ul li: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, .guide ul li div a { display: block; width: 240px; height: 44px; font-size: 18px; line-height: 44px; font-weight: normal; text-align: center; background-color: #f14433; color: #fff; } /* line 5, ../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 11, ../sass/index.scss */ .header_top { padding: 3px 0; background-color: #eaeaea; } /* line 12, ../sass/index.scss */ .header_top .main { height: 28px; line-height: 28px; } /* line 13, ../sass/index.scss */ .header_top .main p { font-size: 14px; } /* line 14, ../sass/index.scss */ .header_top .main ul { width: 320px; overflow: hidden; } /* line 15, ../sass/index.scss */ .header_top .main ul li { width: 80px; float: left; } /* line 16, ../sass/index.scss */ .header_top .main ul li a { display: block; width: 100%; height: 28px; line-height: 28px; text-align: center; font-size: 14px; } /* line 18, ../sass/index.scss */ .header_top .main ul .current { background-color: #f64740; } /* line 18, ../sass/index.scss */ .header_top .main ul .current a { color: #fff; } /* line 23, ../sass/index.scss */ .header { height: 126px; } /* line 24, ../sass/index.scss */ .header .logo { float: left; margin-top: 23px; } /* line 25, ../sass/index.scss */ .header .cell { float: right; margin-top: 36px; } /* line 28, ../sass/index.scss */ .nav { background-color: #a4651b; } /* line 29, ../sass/index.scss */ .nav div { overflow: hidden; } /* line 30, ../sass/index.scss */ .nav div a { display: block; width: 109px; height: 60px; font-size: 18px; line-height: 60px; font-weight: normal; float: left; color: #fff; text-align: center; border-left: #9f6016 1px solid; border-right: #ad6b1e 1px solid; } /* line 32, ../sass/index.scss */ .nav div a:first-child { border-left: none; } /* line 33, ../sass/index.scss */ .nav div a:last-child { border-right: none; } /* line 34, ../sass/index.scss */ .nav div .current { background-color: #ff6600; border-color: #ff6600; } /* line 38, ../sass/index.scss */ .banner { background: url("/templets/ms_new/special/rlzjbz/images/banner.jpg") center center no-repeat; height: 600px; } /* line 39, ../sass/index.scss */ .banner a { display: block; width: 100%; height: 600px; } /* line 42, ../sass/index.scss */ .guide { padding: 45px 0; } /* line 43, ../sass/index.scss */ .guide ul { overflow: hidden; } /* line 44, ../sass/index.scss */ .guide ul li { width: 466px; padding: 0 17px; } /* line 45, ../sass/index.scss */ .guide ul li img { float: left; } /* line 46, ../sass/index.scss */ .guide ul li div { float: right; width: 275px; margin-top: 17px; } /* line 47, ../sass/index.scss */ .guide ul li div a { width: 130px; height: 42px; line-height: 42px; background-color: #ff6600; margin: 0 auto; box-shadow: 3px 3px 0px #ffe0cc; -webkit-box-shadow: 3px 3px 0px #ffe0cc; -moz-box-shadow: 3px 3px 0px #ffe0cc; } /* line 50, ../sass/index.scss */ .guide ul li div a:hover { background-color: #9a692f; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; border-radius: 21px; -webkit-border-radius: 21px; -moz-border-radius: 21px; } /* line 51, ../sass/index.scss */ .guide ul li div p { font-size: 14px; line-height: 24px; margin-top: 22px; } /* line 58, ../sass/index.scss */ .title h2 { text-align: center; font-size: 36px; font-weight: bold; color: #fff; } /* line 59, ../sass/index.scss */ .title .co2 { color: #191919; } /* line 60, ../sass/index.scss */ .title .line { margin: 20px auto; } /* line 61, ../sass/index.scss */ .title h3 { text-align: center; font-size: 22px; color: #ffff00; height: 24px; line-height: 24px; } /* line 62, ../sass/index.scss */ .title h3 img { vertical-align: middle; margin: 0 10px; } /* line 64, ../sass/index.scss */ .title .co3 { color: #d78523; } /* line 65, ../sass/index.scss */ .title .co3_1 { color: #463c19; } /* line 68, ../sass/index.scss */ .content_a { background-color: #9a692f; padding: 40px 0; position: relative; z-index: 0; } /* line 69, ../sass/index.scss */ .content_a ul { margin-left: 17px; margin-top: 40px; margin-bottom: 40px; height: 266px; } /* line 70, ../sass/index.scss */ .content_a ul li { width: 185px; text-align: center; padding: 15px 0; background-color: #fff; margin-right: 10px; float: left; } /* line 71, ../sass/index.scss */ .content_a ul li p { margin-top: 20px; line-height: 22px; padding-bottom: 10px; } /* line 74, ../sass/index.scss */ .content_a a { display: block; width: 290px; text-align: center; height: 48px; line-height: 48px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; background-color: #ffff00; color: #9a692f; margin: 0 auto; font-weight: bold; position: relative; } /* line 76, ../sass/index.scss */ .content_a a:before { content: ''; display: block; width: 100%; height: 50px; border: 1px solid #fff; position: absolute; left: -1px; top: 0px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; z-index: -1; } /* line 78, ../sass/index.scss */ .content_a a:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 81, ../sass/index.scss */ .content_b { background-color: #ffffff; padding: 40px 0; position: relative; z-index: 0; } /* line 82, ../sass/index.scss */ .content_b .top { overflow: hidden; margin-top: 40px; margin-bottom: 40px; } /* line 83, ../sass/index.scss */ .content_b .top .fl { margin-left: 20px; } /* line 84, ../sass/index.scss */ .content_b .top .fr { width: 593px; } /* line 85, ../sass/index.scss */ .content_b .top .fr p { line-height: 24px; font-size: 14px; } /* line 86, ../sass/index.scss */ .content_b .top .fr h3 { margin-top: 22px; color: #333; } /* line 86, ../sass/index.scss */ .content_b .top .fr h3 i { color: #f46787; } /* line 87, ../sass/index.scss */ .content_b .top .fr ul { margin-left: 35px; } /* line 88, ../sass/index.scss */ .content_b .top .fr ul li { border: 1px #e1e1e1 solid; padding: 13px 15px 13px 65px; font-size: 14px; line-height: 20px; position: relative; margin-top: 18px; } /* line 89, ../sass/index.scss */ .content_b .top .fr ul li img { position: absolute; left: -33px; top: -1px; } /* line 94, ../sass/index.scss */ .content_b a { display: block; width: 442px; text-align: center; height: 48px; line-height: 48px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; background-color: #ff6600; color: #fff; margin: 0 auto; font-weight: bold; position: relative; } /* line 96, ../sass/index.scss */ .content_b a:before { content: ''; display: block; width: 100%; height: 50px; border: 1px solid #ff6600; position: absolute; left: -1px; top: 0px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; z-index: -1; } /* line 98, ../sass/index.scss */ .content_b a:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 101, ../sass/index.scss */ .content_c { background-color: #fbbe0b; padding: 40px 0; position: relative; z-index: 0; } /* line 102, ../sass/index.scss */ .content_c .top { overflow: hidden; margin-top: 40px; margin-bottom: 40px; } /* line 103, ../sass/index.scss */ .content_c .top .fl { margin-left: 20px; } /* line 104, ../sass/index.scss */ .content_c .top .fr { width: 528px; margin-top: 10px; margin-right: 32px; } /* line 105, ../sass/index.scss */ .content_c .top .fr p { line-height: 24px; font-size: 14px; color: #333333; } /* line 106, ../sass/index.scss */ .content_c .top .fr ul { overflow: hidden; margin-top: 38px; } /* line 107, ../sass/index.scss */ .content_c .top .fr ul li { height: 58px; width: 258px; text-align: center; line-height: 58px; background-color: #fff; float: left; margin-bottom: 10px; } /* line 108, ../sass/index.scss */ .content_c .top .fr ul li a { color: #9a692f; text-decoration: underline; } /* line 110, ../sass/index.scss */ .content_c .top .fr ul li:nth-child(2n) { float: right; } /* line 111, ../sass/index.scss */ .content_c .top .fr ul li:hover { filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; } /* line 115, ../sass/index.scss */ .content_c .c_btn { display: block; width: 490px; text-align: center; height: 48px; line-height: 48px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; background-color: #e96000; color: #fff; margin: 0 auto; font-weight: bold; position: relative; } /* line 117, ../sass/index.scss */ .content_c .c_btn:before { content: ''; display: block; width: 100%; height: 50px; border: 1px solid #fff; position: absolute; left: -1px; top: 0px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; z-index: -1; } /* line 119, ../sass/index.scss */ .content_c .c_btn:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 122, ../sass/index.scss */ .content_d { background-color: #fff; padding: 40px 0; position: relative; z-index: 0; } /* line 123, ../sass/index.scss */ .content_d .top { overflow: hidden; margin-top: 40px; margin-bottom: 40px; } /* line 124, ../sass/index.scss */ .content_d .top .fl { width: 470px; height: 493px; background: url("/templets/ms_new/special/rlzjbz/images/d_left.jpg") 50% 50% no-repeat; } /* line 125, ../sass/index.scss */ .content_d .top .fl h3 { width: 266px; margin: 364px auto 0 auto; height: 50px; } /* line 126, ../sass/index.scss */ .content_d .top .fl h3 a { display: block; height: 44px; line-height: 44px; width: 116px; text-align: center; background-color: #ff6600; color: #fff; font-size: 18px; font-weight: bold; float: left; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border: 3px solid rgba(255, 255, 255, 0.6); } /* line 128, ../sass/index.scss */ .content_d .top .fl h3 a:nth-child(2) { float: right; background-color: #bc731d; } /* line 132, ../sass/index.scss */ .content_d .top .fr ul { margin-top: 10px; } /* line 133, ../sass/index.scss */ .content_d .top .fr ul li { width: 380px; padding: 0px 25px 25px 25px; border: 1px solid #e3e3e3; margin-top: 40px; } /* line 134, ../sass/index.scss */ .content_d .top .fr ul li h3 { background: url("/templets/ms_new/special/rlzjbz/images/d_tt.png") 50% 50% no-repeat; width: 256px; height: 43px; line-height: 43px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; margin: -20px auto 0 auto; } /* line 136, ../sass/index.scss */ .content_d .top .fr ul li p { font-size: 14px; line-height: 24px; margin-top: 30px; } /* line 141, ../sass/index.scss */ .content_d .d_btn { display: block; width: 490px; text-align: center; height: 48px; line-height: 48px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; background-color: #ff6600; color: #fff; margin: 0 auto; font-weight: bold; position: relative; } /* line 143, ../sass/index.scss */ .content_d .d_btn:before { content: ''; display: block; width: 100%; height: 50px; border: 1px solid #ff6600; position: absolute; left: -1px; top: 0px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; z-index: -1; } /* line 145, ../sass/index.scss */ .content_d .d_btn:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 148, ../sass/index.scss */ .content_e { background-color: #9a692f; padding: 40px 0; position: relative; z-index: 0; } /* line 149, ../sass/index.scss */ .content_e .top { margin-top: 40px; margin-bottom: 40px; } /* line 150, ../sass/index.scss */ .content_e .top ul { margin-left: 30px; height: 294px; } /* line 151, ../sass/index.scss */ .content_e .top ul li { width: 222px; margin-right: 20px; float: left; } /* line 152, ../sass/index.scss */ .content_e .top ul li h3 { color: #fff; background-color: #88561b; text-align: center; line-height: 22px; padding: 15px 0px; font-size: 15px; } /* line 156, ../sass/index.scss */ .content_e .e_btn { display: block; width: 396px; text-align: center; height: 48px; line-height: 48px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; background-color: #ffff00; color: #9a692f; margin: 0 auto; font-weight: bold; position: relative; } /* line 158, ../sass/index.scss */ .content_e .e_btn:before { content: ''; display: block; width: 100%; height: 50px; border: 1px solid #fff; position: absolute; left: -1px; top: 0px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; z-index: -1; } /* line 160, ../sass/index.scss */ .content_e .e_btn:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 163, ../sass/index.scss */ .content_f { background-color: #faf7f2; margin: 20px 0 0px 0; position: relative; z-index: 0; } /* line 164, ../sass/index.scss */ .content_f h2 { color: #191919; font-weight: bold; font-size: 36px; text-align: center; margin-bottom: 40px; background-color: #fff; padding-bottom: 30px; } /* line 165, ../sass/index.scss */ .content_f .top { position: relative; } /* line 167, ../sass/index.scss */ .content_f .top ul li { overflow: hidden; } /* line 168, ../sass/index.scss */ .content_f .top ul li img { float: left; margin-left: 80px; } /* line 169, ../sass/index.scss */ .content_f .top ul li div { width: 494px; margin-right: 118px; float: right; margin-top: 40px; } /* line 170, ../sass/index.scss */ .content_f .top ul li div h3 { font-size: 25px; color: #484848; } /* line 170, ../sass/index.scss */ .content_f .top ul li div h3 i { font-size: 48px; font-weight: bold; margin-right: 10px; } /* line 171, ../sass/index.scss */ .content_f .top ul li div h4 { font-size: 20px; margin-top: 25px; margin-bottom: 30px; } /* line 172, ../sass/index.scss */ .content_f .top ul li div p { overflow: hidden; margin-bottom: 25px; } /* line 173, ../sass/index.scss */ .content_f .top ul li div p span { height: 48px; line-height: 48px; width: 48px; text-align: center; font-size: 15px; color: #fff; background-color: #bc7f37; display: block; float: left; border-radius: 26px; -webkit-border-radius: 26px; -moz-border-radius: 26px; border: 2px solid #f0e4d4; } /* line 175, ../sass/index.scss */ .content_f .top ul li div p i { display: block; width: 432px; line-height: 26px; font-size: 15px; margin-left: 10px; float: left; } /* line 176, ../sass/index.scss */ .content_f .top ul li div p i a { color: red; font-size: 14px; } /* line 179, ../sass/index.scss */ .content_f .top ul li div h5 { height: 55px; margin-top: 35px; } /* line 180, ../sass/index.scss */ .content_f .top ul li div h5 a { display: block; height: 52px; line-height: 52px; width: 180px; text-align: center; color: #fff; background-color: #f4416a; float: left; font-weight: bold; box-shadow: 3px 3px 0 #f8c0c9; -webkit-box-shadow: 3px 3px 0 #f8c0c9; -moz-box-shadow: 3px 3px 0 #f8c0c9; } /* line 182, ../sass/index.scss */ .content_f .top ul li div h5 a:nth-child(2) { background-color: #ff6600; margin-left: 15px; } /* line 187, ../sass/index.scss */ .content_f .top .next { position: absolute; left: 20px; top: 45%; } /* line 188, ../sass/index.scss */ .content_f .top .prev { position: absolute; right: 20px; top: 45%; } /* line 192, ../sass/index.scss */ .content_g { background-color: #fff; padding: 40px 0; position: relative; z-index: 0; } /* line 193, ../sass/index.scss */ .content_g .top { margin-top: 30px; margin-bottom: 20px; } /* line 194, ../sass/index.scss */ .content_g .top p { font-size: 14px; line-height: 24px; padding: 0px 25px; } /* line 196, ../sass/index.scss */ .content_g .bottom { overflow: hidden; margin-bottom: 40px; } /* line 197, ../sass/index.scss */ .content_g .bottom .fl { margin-left: 20px; } /* line 198, ../sass/index.scss */ .content_g .bottom div { width: 410px; margin-right: 30px; } /* line 199, ../sass/index.scss */ .content_g .bottom div h3 { margin-top: 0px; color: #333; font-weight: bold; } /* line 199, ../sass/index.scss */ .content_g .bottom div h3 i { color: #f46787; } /* line 201, ../sass/index.scss */ .content_g .bottom div ul li { overflow: hidden; margin-top: 10px; } /* line 202, ../sass/index.scss */ .content_g .bottom div ul li img { float: left; } /* line 203, ../sass/index.scss */ .content_g .bottom div ul li p { width: 324px; font-size: 14px; line-height: 24px; float: right; } /* line 206, ../sass/index.scss */ .content_g .bottom div ul li:nth-child(1) p { margin-top: 10px; } /* line 208, ../sass/index.scss */ .content_g .bottom div ul li:nth-child(2) { margin-top: 36px; } /* line 209, ../sass/index.scss */ .content_g .bottom div ul li:nth-child(2) p { margin-top: -4px; } /* line 215, ../sass/index.scss */ .content_g .g_btn { display: block; width: 436px; text-align: center; height: 48px; line-height: 48px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; background-color: #ff6600; color: #fff; margin: 0 auto; font-weight: bold; position: relative; } /* line 217, ../sass/index.scss */ .content_g .g_btn:before { content: ''; display: block; width: 100%; height: 50px; border: 1px solid #ff6600; position: absolute; left: -1px; top: 0px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; z-index: -1; } /* line 219, ../sass/index.scss */ .content_g .g_btn:hover { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; } /* line 222, ../sass/index.scss */ .content_h { background-color: #fbbe0b; padding: 40px 0 50px 0; position: relative; z-index: 0; } /* line 223, ../sass/index.scss */ .content_h .top { overflow: hidden; margin-top: 40px; } /* line 224, ../sass/index.scss */ .content_h .top .fl { margin-left: 20px; } /* line 225, ../sass/index.scss */ .content_h .top ul { float: right; width: 430px; margin-right: 20px; margin-top: 4px; } /* line 226, ../sass/index.scss */ .content_h .top ul li { overflow: hidden; margin-bottom: 10px; } /* line 227, ../sass/index.scss */ .content_h .top ul li span { display: block; width: 122px; height: 56px; line-height: 56px; text-align: center; background-color: #fff; color: #9a692f; font-size: 18px; float: left; } /* line 228, ../sass/index.scss */ .content_h .top ul li p { font-size: 14px; line-height: 24px; float: left; margin-left: 1px; padding: 4px 15px 4px 15px; width: 276px; background-color: #bc7f37; color: #fff; } /* line 229, ../sass/index.scss */ .content_h .top ul li .co1 { color: #ffff00; } /* line 235, ../sass/index.scss */ .guahao { padding-top: 54px; padding-bottom: 50px; position: relative; } /* line 236, ../sass/index.scss */ .guahao .link { margin-bottom: 40px; } /* line 237, ../sass/index.scss */ .guahao .link ul { overflow: hidden; margin-left: 35px; } /* line 238, ../sass/index.scss */ .guahao .link ul li { width: 200px; text-align: center; padding: 18px 0; background-color: #d78523; float: left; margin-right: 40px; } /* line 239, ../sass/index.scss */ .guahao .link ul li img:hover { transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; } /* line 240, ../sass/index.scss */ .guahao .link ul li p { font-size: 14px; color: #fff; line-height: 24px; margin: 10px auto; } /* line 241, ../sass/index.scss */ .guahao .link ul li a { font-size: 15px; color: #ffff00; font-weight: bold; } /* line 242, ../sass/index.scss */ .guahao .link ul li a:hover { text-decoration: underline; } /* line 244, ../sass/index.scss */ .guahao .link ul .co2 { background-color: #ff6600; } /* line 245, ../sass/index.scss */ .guahao .link ul .co4 { background-color: #ff6600; margin-right: none; } /* line 248, ../sass/index.scss */ .guahao form { width: 630px; height: 394px; border: 1px solid #e3e3e3; box-shadow: 2px 2px 2px #f0f0f0, -2px -2px 2px #f0f0f0; -webkit-box-shadow: 2px 2px 2px #f0f0f0, -2px -2px 2px #f0f0f0; -moz-box-shadow: 2px 2px 2px #f0f0f0, -2px -2px 2px #f0f0f0; margin-left: 310px; margin-top: 30px; } /* line 249, ../sass/index.scss */ .guahao form h3 { text-align: center; color: #ff6600; margin-top: 20px; font-size: 16px; font-weight: bold; margin-bottom: 20px; } /* line 250, ../sass/index.scss */ .guahao form p { overflow: hidden; margin-bottom: 10px; } /* line 251, ../sass/index.scss */ .guahao form p span { display: block; float: left; height: 42px; line-height: 42px; margin-left: 58px; } /* line 252, ../sass/index.scss */ .guahao form p input { display: block; float: left; height: 40px; border: 1px solid #d5d5d5; margin-left: 10px; width: 428px; font-size: 16px; } /* line 253, ../sass/index.scss */ .guahao form p textarea { display: block; float: left; height: 90px; border: 1px solid #d5d5d5; margin-left: 10px; width: 428px; font-size: 16px; } /* line 254, ../sass/index.scss */ .guahao form p .jz { text-align: center; color: #666; } /* line 256, ../sass/index.scss */ .guahao form .tj { height: 44px; margin-top: 20px; } /* line 257, ../sass/index.scss */ .guahao form .tj input { border: none; background-color: #ff6600; width: 120px; box-shadow: 2px 2px 2px #ffd1b2; -webkit-box-shadow: 2px 2px 2px #ffd1b2; -moz-box-shadow: 2px 2px 2px #ffd1b2; color: #fff; font-family: 'Microsoft Yahei'; } /* line 258, ../sass/index.scss */ .guahao form .tj input:nth-child(1) { margin-left: 208px; background-color: #bc7f37; margin-right: 32px; box-shadow: 2px 2px 2px #ebd8c3; -webkit-box-shadow: 2px 2px 2px #ebd8c3; -moz-box-shadow: 2px 2px 2px #ebd8c3; } /* line 261, ../sass/index.scss */ .guahao .doc { position: absolute; left: 50px; bottom: 30px; } /* line 264, ../sass/index.scss */ .footer { height: 180px; background-color: #9a692f; padding: 20px 0; margin-top: 30px; padding-bottom: 50px; } /* line 265, ../sass/index.scss */ .footer .main { position: relative; } /* line 266, ../sass/index.scss */ .footer .main .logo { float: left; } /* line 267, ../sass/index.scss */ .footer .main div { height: 152px; float: left; padding-top: 28px; width: 400px; padding-left: 40px; margin-left: 40px; border-left: 1px solid #b67f3d; border-right: 1px solid #b67f3d; } /* line 268, ../sass/index.scss */ .footer .main div ul { overflow: hidden; padding-top: 10px; } /* line 269, ../sass/index.scss */ .footer .main div ul li { width: 86px; text-align: center; height: 16px; line-height: 16px; float: left; margin-right: 10px; border-right: 1px solid #fff; } /* line 270, ../sass/index.scss */ .footer .main div ul li a { color: #fff; } /* line 271, ../sass/index.scss */ .footer .main div ul li a:hover { text-decoration: underline; } /* line 273, ../sass/index.scss */ .footer .main div ul li:last-child { margin-right: 0px; border-right: none; } /* line 275, ../sass/index.scss */ .footer .main div p { font-size: 15px; color: #fff; line-height: 26px; margin-top: 14px; } /* line 278, ../sass/index.scss */ .footer .main table { width: 240px; float: right; text-align: center; border-collapse: separate; border-spacing: 5px; margin-top: 28px; } /* line 280, ../sass/index.scss */ .footer .main table tr td { background-color: #7d4f19; width: 50%; height: 40px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; } /* line 281, ../sass/index.scss */ .footer .main table tr td a { font-size: 14px; display: block; height: 40px; line-height: 40px; color: #fff; } /* line 282, ../sass/index.scss */ .footer .main table tr td a i { color: #ffff00; } /* line 283, ../sass/index.scss */ .footer .main table tr td a img { vertical-align: middle; margin-right: 4%; }