 /*
Theme Name: Aoraki Child
Description: Child theme of the Aoraki. By using a child theme you will ensure that your modifications are preserved.
Author: Wyde
Template: aoraki
Version: 1.0
*/

h1,h2,h3,h4,h5,h6{
	font-family:Raleway, "Microsoft YaHei UI", "WenQuanYi Micro Hei", sans-serif!important;
}
p {
	font-family: "Microsoft YaHei UI", "WenQuanYi Micro Hei", sans-serif!important;
}

/* 百度商桥 */
/* 在线咨询框 */
#nb_icon_wrap > ins {
	background-size: contain!important;
}
#nbWebImLightContainer {
	border: none!important;
}
#nbwlStatusBar > ins.nb-webim-light-status-bar-title {
	font-size: 13px;
}
/* 百度商桥PC留言框 */
/* 留言栏颜色 */
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top, #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn {
	background-color: #3f8ffa!important;
}
/* 留言栏宽度 */
#newBridge .nb-nodeboard-base {
	width: 319px!important;
	margin-right: 1px;
}
/* 内容栏宽度 */
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-content{
	width: 299px!important;
    margin: 7px 10px 0!important;
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-input {
	width: 252px!important;
}

/* 联系方式栏宽度 */
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set-content, #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-name {
	width: 297px!important;
	padding: 0!important;
}
/* 验证码栏宽度 */
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-verifycode {
	width: 299px!important;
}

/* 首页品牌设计×产品设计 */
#brandproduct p {
	font-size: 18px;
	font-weight: 900;
	color: #9a9a9a;
}
/* Works-类别页面 */
.main-content.full-width .w-main > .col-inner, .main-content.full-width .w-sidebar > .col-inner {
	padding: 50px 0px 200px!important;
}

@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
	/*首页品牌设计×产品设计*/
	#brandproduct > div > div.col.col-12.text-center.vc_custom_1544093001113 > div > div > div > embed {
		padding-bottom: 60px;
	}
	/* Works hover文字 */
	.w-effect-zoomInFade .w-item > figure p > span {
		font-style: normal;
	}
	/* 作品内页底部导航条 */
	.portfolio-gallery .post-nav {
		max-width: 940px; 
		margin: 30px auto!important;
	}
}
/*PC端Navigator向下微调*/
@media only screen and (min-width: 1080px) {

}
@media only screen and (min-width: 1200px) {
	/* 作品内页底部导航条 */
	.portfolio-gallery .post-nav {
		max-width: 1070px; 
	}
}
@media only screen and (min-width: 1400px) {
	/* head-large默认高度修改 */
	.header-title {
		padding: 20vh 0!important;
	}
	/*页面全屏（固定背景）大标题字号（作品,招贤纳士）*/
	#header > div.header-title.text-center.w-size-full.w-full > div.container > h1{
	font-size: 150px!important;
	}
	/* 导航宽度 */
	#header .container {
		max-width: 97%;
	}
	/* 作品内页底部导航条 */
	.portfolio-gallery .post-nav {
		max-width: 1170px; 
	}
}
@media only screen and (max-width: 1679px) {
	/*中分辨率文字优化*/
	/* #content p, #content li {
		font-size: 13.5px!important;
	} */
	.w-text-block ul > li {
		margin: 9px 0!important;
	}
	/* 首页品牌设计×产品设计 */
	#brandproduct p {
		font-size: 17px!important;
	}
}
@media only screen and (max-width: 1399px) {
	/*首页品牌设计×产品设计*/
	#brandproduct > div > div.col.col-12.text-center.vc_custom_1544093001113 > div > div > div > embed {
	max-width: 1070px!important;
	}
	#brandproduct > div > div.col.col-6.vc_custom_1544090064049, #brandproduct > div > div.col.col-6.vc_custom_1544090068690 {
		padding-right: 126px !important;
		padding-left: 126px !important;
	}
	/*About Us 页面的设置*/
    #content > div > section:nth-child(2) > div > div > div > div.row.w-align-middle.w-row-flex > div.col.col-4 > div > div > div > h4{
        font-size: 20px!important;
    }
	/*低分辨率文字优化*/
	/* #content p, #content li {
		font-size: 12px!important;
	} */
	.w-text-block ul > li {
		margin: 8px 0!important;
	}
	/* 首页品牌设计×产品设计 */
	#brandproduct p {
		font-size: 15px!important;
	}
}
@media only screen and (max-width: 1199px) {
	/*首页品牌设计×产品设计*/
	#brandproduct > div > div.col.col-12.text-center.vc_custom_1544093001113 > div > div > div > embed {
	max-width: 940px!important;
	}
	#brandproduct > div > div.col.col-6.vc_custom_1544090064049, #brandproduct > div > div.col.col-6.vc_custom_1544090068690 {
		padding-right: 110px !important;
		padding-left: 110px !important;
	}
}
/*移动端LOGO向下微调*/
@media only screen and (max-width: 1079px) {
	#header-logo > a > img.dark-logo{
        margin-bottom: 13px;
		max-height: 45%;
    }
	#header-logo > a > img.dark-sticky{
        margin-bottom: 13px;
		max-height: 66%;
    }
	#header-logo > a > img.light-logo{
        margin-bottom: 13px;
		max-height: 45%;
    }
	#header-logo > a > img.light-sticky{
        margin-bottom: 13px;
		max-height: 45%;
    }
}
@media only screen and (max-width: 991px) {
	/* 首页section小标题 */
	.home-section-title h6 {
		font-size: 12px;
	}
	/* 首页卓越适宜 */
	.home-excellent-suitable h1 {
		font-size: 120px!important; 
	}
	.home-excellent-suitable h6 {
		font-size: 40px!important; 
	}
	/*首页品牌设计×产品设计*/
	#brandproduct > div > div.col.col-6.vc_custom_1544090064049 > div > div > p, #brandproduct > div > div.col.col-6.vc_custom_1544090068690 > div > div > p {
		text-align: center!important;
	}
	#brandproduct p {
		font-size: 12px!important;
	}
	/*移动端字体优化 2018-7-18*/
	p{
		font-size: 16px!important;
		line-height: 1.8;
		font-weight: 300;
	}
	/* #content p, #content li{
		font-weight: 300!important;
	} */
	/*页脚文字大小及字重修改 2018-7-18*/
	#footer-content .w-text-block p{
		font-size: 12px!important;
		font-weight: 300;
	}
	/*关于我们页面段落边距 2018-7-18*/
	.col.about-paragraph, #about-2 .col.about-heading {
		padding-left: 35px;
		padding-right: 35px;
	}
	#content > div > section.w-section.vc_custom_1526914112401{
		margin-bottom: -30px;
	}
	#about-3 .w-wrapper, #about-4 .w-wrapper, #about-5 .w-wrapper {
		padding-left: 16px;
	}
	#about-2 img, #about-3 img, #about-4 img, #about-5 img {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*关于我们 底部图片修改 2018-7-18*/
	#content > div > section.w-section.xl-padding.w-parallax.w-reverse{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#content > div > section.w-section.xl-padding.w-parallax.w-reverse > div.row > div > div > div.w-empty-space{
		display: none;
	}
	#content > div > section.w-section.xl-padding.w-parallax.w-reverse > div.row > div > div > div.w-text-block > h3 > span{
		font-size: 20px;
	}
	/*移动端服务页前两段和about页首段padding修改 2018-7-18*/
	#content > div > section:nth-child(1) > div > div > div > div:nth-child(2), #content > div > section:nth-child(1) > div > div > div > div:nth-child(4) > p {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*移动端服务页li元素调整 2018-7-18*/
	#content > div li{
	font-size: 13px;
	}
	#services-1 ul, #services-2 ul, #services-3 ul, #services-4 ul {
		margin-left: 22px;
	}
	/* 招聘head分隔线 */
	#career-separator-line .w-separator {
		padding: 0!important;
	}
	/*移动端招聘边距调整 2018-7-18*/
	#join-us > div > div > div > div.w-text-block > p{
		padding-left: 15px;
		padding-right: 15px;
	}
	#content > div > section:nth-child(3) > div > div.col.col-3.no-padding.vc_custom_1504539584904 > div > div, #content > div > section:nth-child(3) > div > div.col.col-3.no-padding.vc_custom_1504539598408 > div > div, #content > div > section:nth-child(3) > div > div.col.col-3.w-text-light.no-padding.vc_custom_1504539603545 > div > div, #content > div > section:nth-child(3) > div > div.col.col-3.w-text-light.no-padding.vc_custom_1504539607320 > div > div{
		padding-left: 10px;
		padding-right: 10px;
	}
	#content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(1) > div > div > div:nth-child(1) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(1) > div > div > div:nth-child(2) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(1) > div > div > div:nth-child(3) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(2) > div > div > div:nth-child(1) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(2) > div > div > div:nth-child(2) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(2) > div > div > div:nth-child(3) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(3) > div > div > div:nth-child(1) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(3) > div > div > div:nth-child(2) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(3) > div > div > div:nth-child(3) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(4) > div > div > div:nth-child(1) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(4) > div > div > div:nth-child(2) > h3 > span, #content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(4) > div > div > div:nth-child(3) > h3 > span{
		margin-left: 29px!important;
		margin-right: 29px!important;
	}
	#career > div > div > div > div.w-text-block > p{
		padding-left: 15px;
		padding-right: 15px;
	}
	#content > div > section.w-section.w-full.w-parallax > div.row > div > div > div > h1{
		font-size: 20px;
	}
	#content > div > section.w-section.w-full.w-parallax > div.row > div > div > div{
		padding: 10px 0!important;
	}
	/*服务页面移动端文字对齐*/
	#services-1 .w-wrapper, #services-2 .w-wrapper, #services-3 .w-wrapper, #services-4 .w-wrapper {
	padding-left: 16px;
	}
	/*关于我们-卓宜是一家...在手机端的重排*/
    #about-2 .about-heading .w-wrapper {
		border-top: 4px solid #3d8ffc;
		padding: 20px 0 0 0;
		border-left: none!important;
	}
	/*服务页面图片标题对齐修正*/
	#content > div > section:nth-child(5) > div.row.w-align-middle.w-row-flex > div > div > div, #content > div > section:nth-child(9) > div.row.w-align-middle.w-row-flex > div > div > div, #content > div > section:nth-child(13) > div.row.w-align-middle.w-row-flex > div > div > div, #content > div > section:nth-child(17) > div.row.w-align-middle.w-row-flex > div > div > div, #content > div > section:nth-child(21) > div.row.w-align-middle.w-row-flex > div > div > div, #content > div > section:nth-child(25) > div.row.w-align-middle.w-row-flex > div > div > div {
	margin-left: 20px!important;
	}
	/*移动端gallery图片上下边距*/
	.w-image-gallery.w-grid > div > div:nth-child(2), .w-image-gallery.w-grid > div > div:nth-child(3), .w-image-gallery.w-grid > div > div:nth-child(4) {
	padding-top: 15px
	}
}
@media only screen and (max-width: 600px) {
	/* 首页section小标题 */
	.home-section-title .w-custom-heading h3 {
		letter-spacing: 1px!important; 
		font-size: 20px!important; 
		line-height: 20px!important;
	}
	.home-section-title .w-custom-heading.thin-text h6 {
		font-size: 12px!important; 
		line-height: 20px!important;
	}
	.home-section-title .w-empty-space {
		display: none; 
	}
	#home-success-case {
		padding: 60px 0 0; 
	}
	/* 首页卓越适宜 */
	.home-excellent-suitable {
		padding-top: 80px!important; 
		padding-bottom: 80px!important; 
	}
	/*作品页面手机端标题下方空白*/
	.single-wyde_portfolio .entry-title {
    margin-bottom: -8px!important;
	}
	/*作品文字调整*/
	#works-font-style .w-text-block h3,
	#works-font-style .w-custom-heading h3 {
        font-size:20px!important;
        line-height: 27px!important;
    }
	#works-font-style .w-text-block h4,
	#works-font-style .w-custom-heading h4 {
        font-size:18px!important;
        line-height: 24px!important;
    }
	#works-font-style .w-text-block h5,
    #works-font-style .w-custom-heading h5{
        font-size:16px!important;
        line-height: 22px!important;
		font-weight: 400!important;
    }
/*服务页面Brand Design在移动端上移*/
	#content > div > section:nth-child(9) > div.row.w-align-middle.w-row-flex > div > div > div > h2{
		top: -80px;
	}
}
/*About Us 页面的设置*/
@media only screen and (max-width: 360px) {
    #content > div > section:nth-child(2) > div > div > div > div.row.w-align-middle.w-row-flex > div.col.col-4 > div > div > div > h4{
        font-size: 17px!important;
    }
}
/*首页品牌设计×产品设计*/
#brandproduct > div > div.col.col-12.text-center.vc_custom_1544093001113 > div > div {
	margin-bottom: 0!important;
}
/*关于我们-卓宜是一家border*/
.w-heading.heading-7 .w-wrapper {
	border-left: 4px solid #3d8ffc!important;
}
/*页面最底部字体样式*/
#footer-text{
	font-size: 12px;
	line-height: 17px;
}
/*作品页面分类导航*/
#content > div > div > div > div > section > div > div > div > div.w-portfolio-grid.w-grid.w-space.grid-3-cols.w-scrollmore.w-filterable > ul.w-filter.clear{
	font-size: 13px;
}
/* 作品页面分类导航 */
.w-filter li.active a {
	color: #4195f7!important;
	font-weight: 900;
}
/*联系我们页面-发送成功之后的：您的邮件已发送成功，感谢您的来信！*/
.wpcf7-response-output {
    margin: 0!important;
}
/* 联系我们页面-验证码 */
.cf7-captcha-plug-0 > p {
	margin-bottom: 1px!important;
}
.cf7-captcha-plug-1 > p > img {
	opacity: 0.5; 
}
.cf7-captcha-plug-1 > p {
	margin-bottom: 0!important;
}
/*Career页面蓝色区域-了解更多*/
#content > div > section.w-section.w-full.no-padding > div> div:nth-child(1) > div > div > div > p.w-read-more{
	display:none;
}
#content > div > section.w-section.w-full.no-padding > div > div:nth-child(2) > div > div > div > p.w-read-more{
	display:none;
}
#content > div > section.w-section.w-full.no-padding > div > div:nth-child(3) > div > div > div > p.w-read-more{
	display:none;
}
#content > div > section.w-section.w-full.no-padding > div > div:nth-child(4) > div > div > div > p.w-read-more{
	display:none;
}
/*Career页面蓝色区域*/
#content > div > section:nth-child(1) > div{
	font-size:13px;
}
/*Career展开区域的上下边距*/
.w-accordion .acd-content {
    padding: 5px 0px 0px 0px!important;
}
/*Career展开模块的左右边距 2018-7-18*/
.w-accordion .acd-header span {
	margin: 0px 50px 0px 20px!important;
}
.w-section.w-full .w-action-box {
	text-align: left;
	padding: 40px 30px!important;
}
/*Career第三列标题颜色*/
#content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(3) > div > div > div.w-accordion-tab.active > div > div > div > h3{
    color:#fff!important;
}
/*Career第四列标题颜色*/
#content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(4) > div > div > div.w-accordion-tab.active > div > div > div > h3{
    color:#fff!important;
}
/*Career第二列正文颜色*/
#content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(2) {
    color:#525252!important;
}
/*Career第三列正文颜色*/
#content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(3) {
    color:#fff!important;
}
/*Career第四列正文颜色*/
#content > div > section.w-section.w-full.no-padding.vc_custom_1504614312574.font13px > div > div:nth-child(4) {
    color:#fff!important;
}
/*Visual Compromiser 的 Accordion模块加号背景*/
.w-accordion .acd-header:after{
	background-color: #e3e4e5!important;
}
/*导航的第二条下划线*/
#header > div.header-menu.w-light.w-sticky.w-transparent.w-text-dark{
	border-bottom: 0px;
}
/*导航栏置于顶层*/
#menu-item-10809 > a{
	z-index:999!important;
}
/*导航栏子菜单格式*/
.dropdown-nav ul ul {
    border-top: none!important;
	margin: -65px 0 0 4px!important;
	padding: 55px 0 15px 0!important;
}
.w-light .dropdown-nav li ul {
    background: rgba(255, 255, 255, 0.8)!important;
}
/*服务页列表li文字颜色修改 2018-7-19*/
#content li{
	color: #999;
}
/*分享图标修正*/
/*分享图标去除方框乱码*/
.post-share{
	font-family: FontAwesome!important;
}
.portfolio-share{
	font-family: FontAwesome!important;
}
/*调整自己添加的图标的间距*/
.portfolio-share > a.share-link-fa{
	margin-right:17px!important;
}
/*隐藏重复图标*/
.fa-linkedin > i{
	display:none;
}
.fa-pinterest > i{
	display:none;
}
.fa-weibo > i{
	display:none;
}
/*NIO ES3 数字修正*/
#post-95 > div > h1{
	font-family: "Microsoft YaHei UI", "WenQuanYi Micro Hei", sans-serif!important;
}

/* 作品内页 宽度100% 从此起始*/
@media only screen and (min-width: 768px) {
  /* 图片元素宽度100% */
  .wyde_portfolio.type-wyde_portfolio img.size-full {
  	width: 100%;
  }
  /* 打开原container宽度限制 */
	.wyde_portfolio.type-wyde_portfolio > div.container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.wyde_portfolio.type-wyde_portfolio > div > h1 {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
  .wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section.w-full {
    max-width: 100%;
  }
	.wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section > div {
    margin-left: 0;
    margin-right: 0;
	}
	.wyde_portfolio.type-wyde_portfolio > div > div.post-description.row {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 992px) {
	.wyde_portfolio.type-wyde_portfolio > div > h1 {
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
	.wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section {
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
  .wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section.w-full {
    max-width: 100%;
  }
	.wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section > div {
    margin-left: 0;
    margin-right: 0;
	}
	.wyde_portfolio.type-wyde_portfolio > div > div.post-description.row {
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 1200px) {
	.wyde_portfolio.type-wyde_portfolio > div > h1 {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
  .wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section.w-full {
    max-width: 100%;
  }
	.wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section > div {
	margin-left: 0;
    margin-right: 0;
	}
	.wyde_portfolio.type-wyde_portfolio > div > div.post-description.row {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 1400px) {
	.wyde_portfolio.type-wyde_portfolio > div > h1 {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
  .wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section.w-full {
    max-width: 100%;
  }
	.wyde_portfolio.type-wyde_portfolio > div > div.entry-content > section.w-section > div {
	margin-left: 0;
    margin-right: 0;
	}
	.wyde_portfolio.type-wyde_portfolio > div > div.post-description.row {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* 作品内页 宽度100% 到此终止*/
