/* 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; } /* 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, body .content-a ul, .content-a body ul, body .content-b .top, .content-b body .top, body .content-b .top .left ul li, .content-b .top .left ul body li, body .content-b .top .right, .content-b .top body .right, body .content-c, body .content-d .top .hd ul, .content-d .top .hd body ul, body .content-d .top .bd ul li, .content-d .top .bd ul body li, body .content-e .top .bd ul li, .content-e .top .bd ul body li, body .content-e .top .bd ul li .right h5, .content-e .top .bd ul li .right body h5, body .guahao .top, .guahao body .top, body .guahao .top .left .bd ul li, .guahao .top .left .bd ul body li, body .guahao .top .right form p, .guahao .top .right form body p, body .footer .top ul li, .footer .top ul body li { *zoom: 1; } /* line 91, ../sass/pc_base.scss */ body .clearfix:after, body .content-a ul:after, .content-a body ul:after, body .content-b .top:after, .content-b body .top:after, body .content-b .top .left ul li:after, .content-b .top .left ul body li:after, body .content-b .top .right:after, .content-b .top body .right:after, body .content-c:after, body .content-d .top .hd ul:after, .content-d .top .hd body ul:after, body .content-d .top .bd ul li:after, .content-d .top .bd ul body li:after, body .content-e .top .bd ul li:after, .content-e .top .bd ul body li:after, body .content-e .top .bd ul li .right h5:after, .content-e .top .bd ul li .right body h5:after, body .guahao .top:after, .guahao body .top:after, body .guahao .top .left .bd ul li:after, .guahao .top .left .bd ul body li:after, body .guahao .top .right form p:after, .guahao .top .right form body p:after, body .footer .top ul li:after, .footer .top ul body li: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: 1200px; } /* 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, .header .cell, .content-a a img, .content-b .top .right .bd ul li a, .content-c2 h5 img, .content-d .bottom img { 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, .header .cell:before, .content-a a img:before, .content-b .top .right .bd ul li a:before, .content-c2 h5 img:before, .content-d .bottom img: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, .header .cell:hover, .content-a a img:hover, .content-b .top .right .bd ul li a:hover, .content-c2 h5 img:hover, .content-d .bottom img:hover, .hvr-float-shadow:focus, .header .cell:focus, .content-a a img:focus, .content-b .top .right .bd ul li a:focus, .content-c2 h5 img:focus, .content-d .bottom img:focus, .hvr-float-shadow:active, .header .cell:active, .content-a a img:active, .content-b .top .right .bd ul li a:active, .content-c2 h5 img:active, .content-d .bottom img: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, .header .cell:hover:before, .content-a a img:hover:before, .content-b .top .right .bd ul li a:hover:before, .content-c2 h5 img:hover:before, .content-d .bottom img:hover:before, .hvr-float-shadow:focus:before, .header .cell:focus:before, .content-a a img:focus:before, .content-b .top .right .bd ul li a:focus:before, .content-c2 h5 img:focus:before, .content-d .bottom img:focus:before, .hvr-float-shadow:active:before, .header .cell:active:before, .content-a a img:active:before, .content-b .top .right .bd ul li a:active:before, .content-c2 h5 img:active:before, .content-d .bottom img: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 9, ../sass/index.scss */ .header { height: 120px; } /* line 10, ../sass/index.scss */ .header .logo { float: left; } /* line 11, ../sass/index.scss */ .header ul { display: inline-block; width: 580px; text-align: justify; margin: 45px 0 0 82px; } /* line 13, ../sass/index.scss */ .header ul li { display: inline-block; line-height: 30px; width: 92px; text-align: center; } /* line 14, ../sass/index.scss */ .header ul .on { background-color: #5bbe33; } /* line 15, ../sass/index.scss */ .header ul .on a { color: #fff; } /* line 17, ../sass/index.scss */ .header ul:after { content: ''; display: inline-block; width: 100%; } /* line 19, ../sass/index.scss */ .header .cell { float: right; } /* line 22, ../sass/index.scss */ .banner { background: url("/templets/ms_new/special/sc/images/banner.jpg") 50% 50% no-repeat; height: 600px; } /* line 23, ../sass/index.scss */ .banner a { display: block; height: 100%; width: 100%; } /* line 26, ../sass/index.scss */ .guide { position: relative; padding: 80px 0 50px 0; } /* line 27, ../sass/index.scss */ .guide p { width: 1050px; padding: 28px 10px 15px 15px; border: 1px dashed #6cc548; margin: 0 auto; line-height: 26px; text-indent: 2em; } /* line 28, ../sass/index.scss */ .guide img { position: absolute; top: 44px; left: 70px; } /* line 31, ../sass/index.scss */ .title { text-align: center; } /* line 32, ../sass/index.scss */ .content-a1 { margin: 40px auto 80px auto; height: 640px; background: url("/templets/ms_new/special/sc/images/a-pic1.jpg") 50% 50% no-repeat; } /* line 33, ../sass/index.scss */ .content-a1 .top { height: 100%; } /* line 34, ../sass/index.scss */ .content-a1 .top ul { padding-top: 150px; } /* line 35, ../sass/index.scss */ .content-a1 .top ul li { display: inline-block; text-align: justify; width: 990px; margin: 0 0 58px 105px; } /* line 37, ../sass/index.scss */ .content-a1 .top ul li div { width: 280px; display: inline-block; } /* line 38, ../sass/index.scss */ .content-a1 .top ul li div h3 { color: #fff; font-size: 18px; margin-bottom: 10px; font-weight: bold; } /* line 39, ../sass/index.scss */ .content-a1 .top ul li div p { color: #fff; font-size: 14px; border: 1px dashed #fff; padding: 10px 12px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; } /* line 41, ../sass/index.scss */ .content-a1 .top ul li:after { display: inline-block; content: ''; width: 100%; } /* line 43, ../sass/index.scss */ .content-a1 .top ul .kd2 { width: 1164px; margin-left: 18px; } /* line 48, ../sass/index.scss */ .content-a { width: 1100px; margin: 40px auto 80px auto; } /* line 50, ../sass/index.scss */ .content-a ul li { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; padding-top: 40px; height: 372px; width: 25%; border: 1px solid #d9d9d9; } /* line 52, ../sass/index.scss */ .content-a ul li h2 { text-align: center; position: relative; } /* line 53, ../sass/index.scss */ .content-a ul li h2 .pic2 { position: absolute; left: 50%; top: 0; margin-left: -46px; filter: alpha(opacity=1); -moz-opacity: 0.01; -khtml-opacity: 0.01; opacity: 0.01; } /* line 55, ../sass/index.scss */ .content-a ul li h3 { text-align: center; margin-bottom: 38px; font-size: 18px; color: #58b0ff; } /* line 57, ../sass/index.scss */ .content-a ul li p { width: 196px; margin: 0 auto; color: #58b0ff; color: #666; text-indent: 2em; line-height: 26px; } /* line 59, ../sass/index.scss */ .content-a ul .on { background-color: #58b0ff; box-shadow: 1px 1px 3px #d7d7d7, -1px -1px 3px #d7d7d7; -webkit-box-shadow: 1px 1px 3px #d7d7d7, -1px -1px 3px #d7d7d7; -moz-box-shadow: 1px 1px 3px #d7d7d7, -1px -1px 3px #d7d7d7; } /* line 61, ../sass/index.scss */ .content-a ul .on h2 .pic2 { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } /* line 63, ../sass/index.scss */ .content-a ul .on h3 { color: #fff; } /* line 64, ../sass/index.scss */ .content-a ul .on p { color: #fff; } /* line 68, ../sass/index.scss */ .content-a a img { display: block; width: 441px; margin: 50px auto 0 auto; height: 68px; } /* line 72, ../sass/index.scss */ .content-b { margin: 40px auto 80px auto; height: 650px; background: url("/templets/ms_new/special/sc/images/b-bg.jpg") 50% 50% no-repeat; } /* line 73, ../sass/index.scss */ .content-b .top { padding-top: 75px; } /* line 74, ../sass/index.scss */ .content-b .top .left { width: 495px; float: left; margin-left: 45px; } /* line 76, ../sass/index.scss */ .content-b .top .left ul li { margin-bottom: 27px; } /* line 77, ../sass/index.scss */ .content-b .top .left ul li img { float: left; } /* line 78, ../sass/index.scss */ .content-b .top .left ul li p { float: right; width: 320px; padding: 44px 0 4px 0; } /* line 79, ../sass/index.scss */ .content-b .top .left ul li p em { display: block; font-size: 20px; color: #333; } /* line 80, ../sass/index.scss */ .content-b .top .left ul li p i { color: #666; } /* line 86, ../sass/index.scss */ .content-b .top .right { width: 490px; margin-right: 45px; float: right; margin-top: 20px; } /* line 87, ../sass/index.scss */ .content-b .top .right .bd { width: 290px; padding: 10px; background-color: #fff; float: left; height: 440px; float: left; } /* line 90, ../sass/index.scss */ .content-b .top .right .bd ul li p { padding: 26px 25px; line-height: 26px; text-indent: 2em; height: 130px; } /* line 91, ../sass/index.scss */ .content-b .top .right .bd ul li a { display: block; margin: 0 auto; line-height: 40px; width: 136px; text-align: center; font-size: 18px; background-color: #5bbe33; box-shadow: 3px 3px 0px #bde5ad; -webkit-box-shadow: 3px 3px 0px #bde5ad; -moz-box-shadow: 3px 3px 0px #bde5ad; color: #fff; } /* line 96, ../sass/index.scss */ .content-b .top .right .bd ul li:nth-child(n + 2) { display: none; } /* line 99, ../sass/index.scss */ .content-b .top .right .hd { width: 180px; float: right; } /* line 100, ../sass/index.scss */ .content-b .top .right .hd ul { padding-top: 30px; cursor: pointer; } /* line 101, ../sass/index.scss */ .content-b .top .right .hd ul li { line-height: 50px; background-color: #12a4c0; color: #fff; font-size: 18px; text-align: center; margin-bottom: 20px; } /* line 102, ../sass/index.scss */ .content-b .top .right .hd ul .on { background-color: #fba120; } /* line 109, ../sass/index.scss */ .content-c { margin: 40px auto 50px auto; width: 1100px; background-color: #6cc548; } /* line 110, ../sass/index.scss */ .content-c .left { float: left; } /* line 111, ../sass/index.scss */ .content-c .right { float: right; width: 654px; margin-right: 30px; } /* line 112, ../sass/index.scss */ .content-c .right ul { display: inline-block; width: 100%; padding-top: 30px; text-align: justify; } /* line 113, ../sass/index.scss */ .content-c .right ul li { display: inline-block; width: 206px; vertical-align: middle; } /* line 114, ../sass/index.scss */ .content-c .right ul li h2 { position: relative; width: 100%; } /* line 115, ../sass/index.scss */ .content-c .right ul li h2 i { color: #fff000; font-size: 20px; position: absolute; left: 57px; top: 20px; } /* line 117, ../sass/index.scss */ .content-c .right ul li p { border: 1px solid #fff; padding: 15px 12px; color: #fff; height: 364px; line-height: 26px; font-size: 14px; } /* line 119, ../sass/index.scss */ .content-c .right ul:after { display: inline-block; content: ''; width: 100%; } /* line 123, ../sass/index.scss */ .content-c2 { margin-bottom: 60px; } /* line 124, ../sass/index.scss */ .content-c2 h2 { width: 1005px; margin: 0 auto; position: relative; } /* line 125, ../sass/index.scss */ .content-c2 h2 p { color: #333; font-size: 16px; left: 152px; position: absolute; top: 40%; } /* line 127, ../sass/index.scss */ .content-c2 h5 { text-align: center; margin-top: 20px; } /* line 128, ../sass/index.scss */ .content-c2 h5 img { margin: 0 10px; } /* line 132, ../sass/index.scss */ .content-d { padding: 50px 0 50px 0; margin-top: 50px; background-color: #16b1cf; margin-bottom: 50px; } /* line 133, ../sass/index.scss */ .content-d .top { margin-top: 0px; } /* line 135, ../sass/index.scss */ .content-d .top .hd ul { cursor: pointer; margin-left: 160px; } /* line 136, ../sass/index.scss */ .content-d .top .hd ul li { width: 170px; text-align: center; font-size: 18px; line-height: 26px; height: 170px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background-color: #fff; color: #666; float: left; margin-right: 184px; } /* line 138, ../sass/index.scss */ .content-d .top .hd ul li img { margin-top: 6px; } /* line 139, ../sass/index.scss */ .content-d .top .hd ul li:before { content: ''; display: block; padding-top: 30px; } /* line 141, ../sass/index.scss */ .content-d .top .hd ul .on { background-color: #FFFF00; position: relative; } /* line 142, ../sass/index.scss */ .content-d .top .hd ul .on:after { content: ''; border: 10px solid transparent; border-top: 15px solid #ff0; position: absolute; left: 43%; bottom: -22px; } /* line 145, ../sass/index.scss */ .content-d .top .hd ul li:last-child { margin-right: 0px; } /* line 148, ../sass/index.scss */ .content-d .top .bd { width: 1027px; margin: 60px auto 0 auto; padding: 20px; border: 1px dashed #fff; overflow: hidden; position: relative; } /* line 152, ../sass/index.scss */ .content-d .top .bd ul li .left { float: left; width: 710px; height: 20px; } /* line 153, ../sass/index.scss */ .content-d .top .bd ul li .left h3 { text-align: center; font-size: 24px; color: #fff; padding-bottom: 15px; } /* line 154, ../sass/index.scss */ .content-d .top .bd ul li .left .left-top { display: inline-block; text-align: justify; } /* line 155, ../sass/index.scss */ .content-d .top .bd ul li .left .left-top:after { width: 100%; content: ''; display: inline-block; } /* line 156, ../sass/index.scss */ .content-d .top .bd ul li .left .left-top > div { width: 200px; padding: 8px 15px 8px 15px; background-color: #fff; display: inline-block; height: 270px; vertical-align: top; } /* line 158, ../sass/index.scss */ .content-d .top .bd ul li .left .left-top > div h2 { text-align: center; height: 38px; line-height: 38px; font-size: 18px; color: #ff7200; font-weight: bold; border-bottom: 1px dashed #ff7200; padding-bottom: 15px; margin-bottom: 15px; } /* line 160, ../sass/index.scss */ .content-d .top .bd ul li .left .left-top > div h2 img { vertical-align: middle; margin-right: 8px; } /* line 163, ../sass/index.scss */ .content-d .top .bd ul li .left .left-top > div .gundong { height: 175px; overflow-y: scroll; padding-right: 10px; } /* line 164, ../sass/index.scss */ .content-d .top .bd ul li .left .left-top > div p { font-size: 14px; line-height: 24px; } /* line 167, ../sass/index.scss */ .content-d .top .bd ul li .left h5 { margin: 10px auto 0 auto; color: #fff; font-size: 14px; } /* line 170, ../sass/index.scss */ .content-d .top .bd ul li .right { float: right; height: 403px; display: block; width: 310px; } /* line 172, ../sass/index.scss */ .content-d .top .bd ul li:nth-child(2) { display: none; } /* line 176, ../sass/index.scss */ .content-d .bottom { text-align: center; margin-top: 40px; } /* line 177, ../sass/index.scss */ .content-d .bottom img { margin: 0 10px; } /* line 181, ../sass/index.scss */ .content-e { padding: 50px 0 50px 0; background-color: #fff; } /* line 182, ../sass/index.scss */ .content-e .wz { width: 1000px; padding: 20px 50px; margin: 0 auto; border: 1px dashed #12a4c0; text-indent: 2em; line-height: 26px; } /* line 183, ../sass/index.scss */ .content-e .top { width: 940px; margin: 50px auto 0 auto; position: relative; } /* line 187, ../sass/index.scss */ .content-e .top .bd ul li .left { width: 400px; display: block; height: 500px; border: 5px solid #cbe7ff; float: left; } /* line 188, ../sass/index.scss */ .content-e .top .bd ul li .right { float: right; width: 480px; padding-top: 30px; } /* line 189, ../sass/index.scss */ .content-e .top .bd ul li .right h2 { font-size: 36px; color: #333; } /* line 190, ../sass/index.scss */ .content-e .top .bd ul li .right h3 { width: 132px; line-height: 40px; font-size: 20px; color: #fff; background-color: #58b0ff; text-align: center; margin-top: 15px; margin-bottom: 8px; } /* line 192, ../sass/index.scss */ .content-e .top .bd ul li .right p { font-size: 16px; line-height: 24px; } .content-e .top .bd ul li .right p a{ color: #e7143f; } /* line 193, ../sass/index.scss */ .content-e .top .bd ul li .right h5 { margin-top: 20px; } /* line 194, ../sass/index.scss */ .content-e .top .bd ul li .right h5 a { display: block; float: left; line-height: 50px; width: 180px; text-align: center; font-size: 18px; margin-right: 15px; background-color: #5bbe33; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; color: #fff; } /* line 196, ../sass/index.scss */ .content-e .top .bd ul li .right h5 a:nth-child(2) { background-color: #f6a026; } /* line 202, ../sass/index.scss */ .content-e .top .next { position: absolute; left: -110px; top: 50%; margin-top: -49px; } /* line 203, ../sass/index.scss */ .content-e .top .prev { position: absolute; right: -110px; top: 50%; margin-top: -49px; } /* line 207, ../sass/index.scss */ .guahao { background-color: #19c6b0; } /* line 209, ../sass/index.scss */ .guahao .top .left { width: 506px; margin-left: 50px; padding-bottom: 5px; float: left; } /* line 210, ../sass/index.scss */ .guahao .top .left h2 { color: #FFF000; font-size: 24px; padding-top: 20px; margin-bottom: 20px; } /* line 213, ../sass/index.scss */ .guahao .top .left .bd ul li { margin-bottom: 15px; } /* line 214, ../sass/index.scss */ .guahao .top .left .bd ul li img { float: left; } /* line 215, ../sass/index.scss */ .guahao .top .left .bd ul li p { float: right; width: 375px; font-size: 14px; line-height: 22px; color: #fff; } /* line 216, ../sass/index.scss */ .guahao .top .left .bd ul li p i { display: block; font-size: 20px; padding-top: 12px; } /* line 217, ../sass/index.scss */ .guahao .top .left .bd ul li p .jl { padding-top: 2px; } /* line 223, ../sass/index.scss */ .guahao .top .right { width: 432px; height: 480px; background: url("/templets/ms_new/special/sc/images/guahao-bg.jpg") 50% 50% no-repeat; float: right; } /* line 224, ../sass/index.scss */ .guahao .top .right form { width: 320px; margin: 0 auto; } /* line 225, ../sass/index.scss */ .guahao .top .right form h2 { text-align: center; font-size: 24px; color: #fff; padding: 70px 0 40px 0; } /* line 226, ../sass/index.scss */ .guahao .top .right form p { margin-bottom: 20px; } /* line 227, ../sass/index.scss */ .guahao .top .right form p span { display: block; line-height: 42px; float: left; color: #fff; margin-left: 20px; font-size: 18px; } /* line 228, ../sass/index.scss */ .guahao .top .right form p input { display: block; line-height: 40px; width: 240px; border: 1px solid #fff; background-color: transparent; float: right; color: #fff; } /* line 231, ../sass/index.scss */ .guahao .top .right form h3 { text-align: right; margin-bottom: 25px; font-size: 14px; color: #fff; } /* line 233, ../sass/index.scss */ .guahao .top .right form .anniu input { border: none; background-color: #fff000; width: 115px; height: 46px; line-height: 46px; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; margin-left: 18px; color: #333; font-size: 18px; } /* line 235, ../sass/index.scss */ .guahao .top .right form .anniu input:last-child { background-color: #fff; } /* line 242, ../sass/index.scss */ .huanjing { height: 520px; } /* line 243, ../sass/index.scss */ .huanjing .title { margin: 50px auto 100px auto; } /* line 245, ../sass/index.scss */ .roundabout-holder { width: 850px; height: 240px; margin: 0 auto; } /* line 246, ../sass/index.scss */ .roundabout-moveable-item { width: 450px; height: 328px; cursor: pointer; border: 3px solid #fff; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } /* line 247, ../sass/index.scss */ .roundabout-moveable-item img { width: 100%; } /* line 250, ../sass/index.scss */ .footer { background-color: #06a7c6; padding: 45px 0 55px 0; } /* line 252, ../sass/index.scss */ .footer .top ul { width: 1030px; margin-left: 85px; display: inline-block; text-align: justify; } /* line 253, ../sass/index.scss */ .footer .top ul li { display: inline-block; width: 220px; border: 1px solid #fff; } /* line 255, ../sass/index.scss */ .footer .top ul li i { float: left; height: 62px; width: 70px; text-align: center; background-color: #fff; } /* line 256, ../sass/index.scss */ .footer .top ul li i img { vertical-align: middle; margin-top: 6px; } /* line 258, ../sass/index.scss */ .footer .top ul li p { float: right; width: 130px; } /* line 259, ../sass/index.scss */ .footer .top ul li p em { display: block; font-size: 18px; font-weight: bold; color: #fff; padding-top: 7px; } /* line 260, ../sass/index.scss */ .footer .top ul li p font { font-size: 14px; color: #fff; } /* line 261, ../sass/index.scss */ .footer .top ul li p span { font-family: impact; font-size: 18px; color: #fff; } /* line 264, ../sass/index.scss */ .footer .top ul:after { display: inline-block; content: ''; width: 100%; } /* line 266, ../sass/index.scss */ .footer .top h5 { margin-top: 35px; text-align: center; line-height: 26px; color: #fff; } /* line 267, ../sass/index.scss */ .footer .top h5 i { margin-left: 15px; }