@charset "UTF-8";
/* Welcome to Compass. In this file you should write your main styles. (or centralize your imports) Import this file using the following HTML or equivalent: <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }
a:hover{ color: white}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

html, body { margin: 0px 0px; padding: 0px 0px; }

.main_header { position: relative; }
.h_body { position: relative; width: 1200px;margin:0 auto; margin-top:-70px;box-shadow:10px 10px 10px rgba(0,0,0,.14);z-index: 2}

.form_right { padding: 30px 25px;width:100%;background-color: white; text-align: center; box-sizing: border-box; }

.msg_left { position: absolute;overflow: hidden; left: 100px; top: 69%; width: 450px; height: 40px; background-color: rgba(0, 0, 0, 0.3); border-radius: 3px; }

.text_left {font-size: 16px; line-height: 40px; margin-left: 10px; color: white; }

.form_title { color: #000; font-size: 26px;font-weight: bold; }

.text_right { font-size: 16px; position: absolute; display: inline-block; right: 10px; line-height: 40px; color: white; }

.form_content form{ padding-top:30px; display: flex;align-items: center;justify-content: center;}

.form_content .input-group { overflow: hidden;margin-right:12px; }

.form_content .input-group input { display: inline-block; height: 44px; width: 100%; padding:10px;width:270px; box-sizing: border-box; border:1px solid #eee;color: #333;font-size: 14px;border-radius: 4px;}

.form_content .input-group select { display: inline-block; float: left;margin-right:12px; height: 44px; width:140px;padding:10px; color: #333;font-size: 14px;border:1px solid #eee;box-sizing: border-box; border-radius: 4px;}
.form_content .input-group select:last-child{margin-right:0;}
input::-webkit-input-placeholder { font-weight: 300; }

.submit_btn { display: inline-block; width: 160px; height: 44px; line-height: 44px;font-size: 16px;font-weight: bold; background: #3cb860;  text-align: center; color: white; border-radius: 4px;}
.submit_btn:hover{color:#fff;}
.form_label { text-align: left; margin-top: 20px; font-size: 12px; color: #ccc; }

/* main_body */
.main_body { position: relative; min-width: 1200px; background: url(../images/mfsj/main_back.png) no-repeat center 0; background-color: #e7f9eb; }

.content_warp { width: 100%; margin: 0 auto; background-color: white; }

.designer_warp { width: 1200px; margin: 0 auto; padding: 50px 0 35px 0; }
.designer_warp .case_item { height: 443px; }
.designer_warp .case_item img{width:100%;}
/*.designer_warp .case_item .left_img { position: relative; width: 654px; float: left; }*/
/*.designer_warp .case_item .left_img p { position: absolute; display: inline-block; padding-left: 5%; bottom: 0; font-size: 24px; color: white; line-height: 62px; width: 100%; box-sizing: border-box; background-color: rgba(2, 2, 2, 0.6); }*/
/*.designer_warp .case_item .right_img { float: right; width: 452px; }*/
/*.designer_warp .case_item .right_img span { display: inline-block; height: 200px; }*/
/*.designer_warp .case_item .right_img span:last-child { padding-top: 15px; }*/

.designer_warp h5 { text-align: center; }

.designer_warp > p { font-size: 20px; color: #b3b3b3; text-align: center; line-height: 46px; }

.designer_list { width: 100%; padding: 20px  0; }
.designer_list .designer_item { position: relative; width: 32.3%; padding: 16px 3%; margin-right: 1%; display: inline-block; box-sizing: border-box; background-color: #e6f9ea; }
.designer_list .designer_item .designer_img { float: left; width: 89px; height: 89px; border-radius: 50%; overflow: hidden; }
.designer_list .designer_item .info { display: inline-block; float: right; width: 180px; padding-top: 10px; }
.designer_list .designer_item .info .name_tex { width: 100%; }
.designer_list .designer_item .info .name_tex span { font-size: 30px; color: #24b662; font-weight: bold; }
.designer_list .designer_item .info .name_tex font { padding-left: 5px; color: #8e8e8e; font-size: 18px; }
.designer_list .designer_item .info p { font-size: 18px; padding-top: 20px; color: #8e8e8e; }
.designer_list .alone_item { background-color: #f4a53e; }
.designer_list .alone_item .info .name_tex span { color: white; }
.designer_list .alone_item .info .name_tex font { color: white; }
.designer_list .alone_item .info p { color: white; }
.designer_list .alone_item:after { position: absolute; content: ""; bottom: -26px; left: 50%; border-top: 14px solid #f4a53e; /*方框上部分背景颜色为透明*/ border-bottom: 14px solid transparent; /*方框下部分背景为透明*/ border-right: 14px solid transparent; border-left: 14px solid transparent; /*箭头背景颜色*/ }
.designer_list .designer_item:last-child { margin-right: 0; }

.content_warp section { text-align: center; font-size: 0; }

.nub_box { display: inline-block; width: 430px; position: absolute; left: 100px; top: 53%; overflow: hidden; }
.nub_box span { display: inline-block; font-size: 28px; color: white; padding-right: 6px; line-height: 65px; font-weight: bold; vertical-align: super; }
.nub_box .nub_item { position: relative; display: inline-block; padding: 0 8px; height: 65px; line-height: 65px; font-size: 48px; margin-right: 6px; color: white; font-family: Arial; background-color: #ffd300; box-shadow: 4px 4px 5px #39ab5e; }
.nub_box .nub_item font { display: inline-block; line-height: 65px; }
.nub_box .nub_item:after { position: absolute; content: ""; width: 100%; height: 50%; left: 0; bottom: 0; background-color: #ffc10042; }

/* main_footer */
.main_footer { position:relative; }

.f_body {position: absolute;top:0;left:0;width:100%;height:100%; display: flex;flex-direction: column;align-items: center;justify-content: center;}

/*.main_footer .footer_title { text-align: center; color: white; font-size: 60px; letter-spacing: 0px; font-weight: bold; }*/

/*.main_footer .footer_title .footer_subtitle { color: #fef135; }*/

/*.footer_label {  color: white; font-size: 26px;text-align: center; }*/
.main_footer .f_body img{display: block; width: 260px;margin-top:-20px;}
.main_footer .footer_btn { display: block; margin:30px 0;width: 260px; height: 54px; line-height: 54px; font-size: 20px; text-align: center; color: white;  background: #fb9a1b;border-radius: 4px;}

/*# sourceMappingURL=mfsj.css.map */
