@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #333;
    background: #fff;
	font-size: 15px;
	position:relative;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
i {
	font-style: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input, select {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: middle;
	outline: 0;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.fix:before, .fix:after {
	content: "";
	display: table;
}
.fix {
*zoom:1;
}
.fix:after {
	clear: both;
}

button
{
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
i {
	font-style: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
input, select {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: middle;
	outline: 0;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

.p-container-bg{
	background: rgba(240, 240, 240, 1);
	padding: 30px 0;
}

.p-container-bg2{
	background: #104F92 url(../images/bg_tech.jpg) center top no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.p-container-bg3{
	background: #fff;
	padding: 30px 0;
	background: url(https://special.nikkeibp.co.jp/atclh/NXT/18/microchip0401/bg_spArticle.png) center top no-repeat;
}

.p-container-bg4{
	padding: 30px 0;
	background: #f4f4f4 url(https://special.nikkeibp.co.jp/atclh/NXT/18/microchip0401/bg_jpTL.jpg) center top no-repeat;
    background-size: cover;
}

.p-container-bg5{
	background:#fff url(https://special.nikkeibp.co.jp/atclh/NXT/18/microchip0401/bg_press.png) center top no-repeat;
	background-size: cover;
}

.p-title{
	font-size: 32px;
	font-weight: 600;
	line-height: 42.56px;
	color: rgba(36, 36, 36, 1);
	text-align: center;
	background:url(../images/bar.png) no-repeat 50% 100% ;
	padding-bottom: 18px;
}

.p-title2{
	font-size: 32px;
	font-weight: 600;
	line-height: 42.56px;
	color:#fff;
	text-align: center;
	background:url(../images/bar.png) no-repeat 50% 100% ;
	padding-bottom: 18px;
}

.p-title-h3{
	font-size: 22px;
	font-weight: 600;
	height: 64px;
	line-height: 64px;
	color: rgba(246, 142, 47, 1);
	position: relative;
	margin: 25px 0;
	border-bottom: 1px solid #000;
}

.p-title-h3 .p-more{
	/*position: absolute;
	right: 0;
	top: 50%;*/
	display: inline-block;
	margin-left: 20px;
	width: 89px;
	margin-top: -14px;
	height: 28px;
	border-radius: 4px;
	background: rgba(246, 142, 47, 1) url(../images/more-icon.png) no-repeat 80% 50%;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.62px;
	color: rgba(255, 255, 255, 1);
	padding: 5px 14px;
}

ul.gNav {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 40px);
	max-width: 1130px;
	margin: 40px auto 26px;
	flex-wrap: wrap;
}
ul.gNav > li:nth-child(1) {
	width: 36%;
}
ul.gNav > li:nth-child(2) {
	width: 64%;
}

ul.gNav li h1 {
	text-align: left;
	padding: 0;
	border-bottom: none;
}

ul.gNav li ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
ul.gNav li ul li {
	*width: 20%;
	text-align: center;
}

ul.gNav li ul li a {
	display: inline-block;
	font-size: 22px;
	line-height: 52px;
	text-decoration: none;
	padding: 0;
	border-bottom: 3px solid #fff;
	transition:0.5s;
	color: #333;
	font-weight: 600;
}
ul.gNav li ul li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #E61010;
	transition:0.5s;
}

ul.gNav li ul li a span {
	display: inline-block;
	font-size: 10px;
	margin: 0;
}
ul.gNav li ul li a span:hover {
	text-decoration: none;
}


/*轮播*/

.p-loop {
    position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}

.swiper-pagination{
	overflow: hidden;
	height: 5px;
	text-align: center;
	display:inline-block;
	margin: 30px 0 10px;
}

.swiper-pagination-bullet{
	float: left;
	width: 40px;
	height: 8px;
	background: #ddd;
	margin:0 10px;
	cursor: pointer;
}

.swiper-pagination-bullet-active{
	float: left;
	background: #E61010;
	display: inline-block;
	width: 40px;
	height: 5px;
	margin:0 10px;
	cursor: pointer;
}

.p-loop .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -16px;
	outline: 0;
	width: 25px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
}

.p-loop .bx-prev {
	right: 10px;
	background: url(../images/arrow_r.png) no-repeat 0 0;
	background-size: 25px auto;
}
.p-loop .bx-next {
	left: 10px;
	background: url(../images/arrow_l.png) no-repeat 0 0;
	background-size: 25px auto;
}



#wnBl ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
#wnBl ul li {
	color: #000;
	font-size: 15px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 21.28px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 6px;
}

#wnBl ul li a{
	color: #000;
}

#wnBl ul li a:hover{
	color: #e90000;
	text-decoration: underline;
}

#wnBl ul li:nth-child(1) {
	width: 14%;
}
#wnBl ul li:nth-child(2) {
	width: 86%;
}

.tech-bl{
	text-align: center;
	margin: 30px 0 50px;
}

.tech-bl-list{
	text-align: left;
	display: inline-block;
	width: 90%;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.tech-bl-list img{
	width: 100%;
	margin-bottom: 12px;
}

#techBl a.btMore {
    color: #fff;
    border: 1px solid #fff;
	margin-top: 0px;
}

.techBl{
	padding: 0 70px;
}

a.btMore:hover{
	text-decoration: underline;
}

/*视频，研讨会，其他培训 */

.mov{
	padding:0 0;
}

.mov img{
	margin-bottom: 10px;
	width: 100%;
}

.mov .txt{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
}

.swiper-video .swiper-slide{
	width: 33.3%;
	padding: 0 15px;
}

.swiper-live .swiper-wrapper,.swiper-train .swiper-wrapper{

}

.swiper-live .swiper-slide,.swiper-train .swiper-slide{
	width: 50%;
	padding:0 15px;
}

.swiper-live .mov .txt,.swiper-train .mov .txt{
	font-size: 14px;
}

.swiper-video{
	position: relative;
}

.swiper-video .bx-controls-direction a,.swiper-soon .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -16px;
	outline: 0;
	width: 30px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
}

.swiper-video .bx-prev,.swiper-soon .bx-prev {
	right: 32px;
	background: url(../images/v_arrow_r.png) no-repeat 0 0;
}
.swiper-video .bx-next,.swiper-soon .bx-next {
	left: 32px;
	background: url(../images/v_arrow_l.png) no-repeat 0 0;
}

.swiper-live .bx-controls-direction a,.swiper-train .bx-controls-direction a{
	position: absolute;
	top: 30%;
	margin-top: -16px;
	outline: 0;
	width: 30px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
}

.swiper-live .bx-prev,.swiper-train .bx-prev{
	right: 32px;
	background: url(../images/v_arrow_r.png) no-repeat 0 0;
}
.swiper-live .bx-next,.swiper-train .bx-next{
	left: 32px;
	background: url(../images/v_arrow_l.png) no-repeat 0 0;
}


/*新闻稿 */
.spArticle{
	margin-top: 30px;
	padding:0 30px;
	text-align: center;

}

#spArticle .row{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap
}

#spArticle ul {
	height: 100%;
    margin: 0 0 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
}

.p-sparticle-list{
	margin-bottom: 20px;
}

#spArticle  ul {
	margin: 0;
	padding:10px 10px 16px;
	display: inline-block;
	width: 90%;
	text-align: left;
}
#spArticle ul li img {
	width: 100%;
	margin: 0 0 25px;
}
#spArticle ul li .categ {
	margin: 0 0 10px;
}
#spArticle ul li h3 {
	font-size: 18px;
	margin: 0 0 10px;
}
#spArticle ul li .txt {
	font-size: 16px;
	line-height: 24px;
}

#spArticle ul li .categ {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0 0 8px;
    padding: 4px 10px 4px;
    background: #000;
    border-radius: 4px;
}

#spArticle  ul li h3 {
    color: #6CC24A;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 8px;
}

a.btMore {
    display: block;
    width: 300px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0 auto 20px;
    padding: 18px 0;
    border: 1px solid #000;
	margin-top: 30px;
}

.pdfBl{
	margin-top: 30px;
}

#pdfBl .p-list-text{
	font-size:16px;
	color: #000;
	font-weight: 400;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 20px;
	font-weight: 600;
	padding-left: 78px;
	position: relative;
}

#pdfBl .p-list-text a{
	display: block;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#pdfBl .p-list-text a:hover{
	color: #e90000;
	text-decoration: underline;
}

#pdfBl .p-list-text::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "NEW";
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    margin: -2px 0 0 10px;
    padding: 6px 12px 6px;
    background: #D01414;
    border-radius: 3px;
}

.introduction{
	margin-top: 30px;
}

.p-title-h3-2{
	height: 64px;
	line-height: 64px;
	font-size: 22px;
	font-weight: 600;
	color: rgba(36, 36, 36, 1);
	border-bottom: 1px solid #000;
	margin-bottom: 22px;
}

#introduction p{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
}

.p-web{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(25, 78, 144, 1);
	margin:10px 0 20px;
}

.p-web a{
	color: rgba(25, 78, 144, 1);
	position: relative;
	display: inline-block;
	padding-left: 26px;
}

.p-web a:hover{
	text-decoration: underline;
}

.p-web a::after{position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/web-icon.png) 0 0 no-repeat;
	background-size: 100%;
}

#bnBl a{
	display: inline-block;
	width: 100%;
}

#bnBl img{
	margin-bottom: 20px;
}


.footBl {
    padding: 30px 0;
    background: #194e90;
}

.p-contact{
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 29px;
}

.p-contact a{
	color: #fff;
}

.p-contact a:hover{
	text-decoration: underline;
}

.p-blog{
	padding: 0 50px;
}

.p-blog a.btMore {
    width: 100%;
    color: #fff;
    margin: 0 auto 20px;
    padding: 14px 0 12px;
    border: 1px solid #fff;
	font-size: 14px;
	font-weight: 500;
}

.p-blog-ul{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-blog-ul li{
	width: 40px;
	height: 40px;
	position: relative;
}

.p-blog-ul li .flex-footer {
    width: 146px;
    height: 139px;
    position: absolute;
    left: -54px;
    top: -140px;
    text-align: center;
    padding-top: 15px;
    background: url(../images/footerflex.png) 1px top no-repeat;
    display: none;
}

.p-blog-ul li:hover .flex-footer { display: block; }

.p-blog-icon{
	display: block;
	width: 40px;
	height: 40px;
}

.p-blog-icon-wb{
	background: url(../images/wb.png) 0 0 no-repeat;
	background-size: 200%;
	background-position:0 0;
}

.p-blog-icon-wx{
	background: url(../images/wx.png) 0 0 no-repeat;
	background-size: 200%;
	background-position:0 0;
}

.p-blog-icon-yk{
	background: url(../images/yk.png) 0 0 no-repeat;
	background-size: 200%;
	background-position:0 0;
}

.p-blog-icon-bilibili{
	background: url(../images/bili.png) 0 0 no-repeat;
	background-size: 200%;
	background-position:0 0;
}

.p-blog-icon-wb:hover,.p-blog-icon-wx:hover,.p-blog-icon-yk:hover,.p-blog-icon-bilibili:hover{
	background-position:100% 0;
}


.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;_position: absolute;box-shadow: 0px 0px 3px #999;}

/*.toolbar{position:absolute;margin-left:-50px;background:#fff;z-index:999999}假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:49px;height:46px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-layer{position:absolute;right:42px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}

.toolbar{ position: fixed;left: 0px;top: 160px;z-index:100;}

.toolbar_top {background:url(../images/toolbar.png) no-repeat;height:18px;width:49px;background-position:0 -400px;}
.toolbar-item-sina{background-position:0 0px;}
.toolbar-item-sina:hover{background-position:-88px 0px;}
.toolbar-item-sina .toolbar-layer{height:49px;background-position:0 0;}

.toolbar-item-qq{background-position:0 -61px;}
.toolbar-item-qq:hover{background-position:-88px -61px;}
.toolbar-item-qq .toolbar-layer{height:49px;background-position:0 0;}

.toolbar-item-youku{background-position:0 -122px;}
.toolbar-item-youku:hover{background-position:-88px -122px;}
.toolbar-item-youku .toolbar-layer{height:49px;background-position:0 0;}

.toolbar-item-video{background-position:0 -184px;}
.toolbar-item-video:hover{background-position:-88px -184px;}
.toolbar-item-video .toolbar-layer{height:49px;background-position:0 0;}

.toolbar-item-bbs{background-position:0 -245px;}
.toolbar-item-bbs:hover{background-position:-88px -245px;}
.toolbar-item-bbs .toolbar-layer{height:49px;background-position:0 0;}


.toolbar-item-weixin{background-position:0 -307px;height:58px;}
.toolbar-item-weixin:hover{background-position:-88px -307px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}

.toolbar-item-app{background-position:0 -307px;height:58px;}
.toolbar-item-app .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-app .phone_code{display: none;left:60px;position:relative;top:-40px;z-index:-1;}
.toolbar-item-app:hover .phone_code{display: block;}


.toolbar-item-bilibili{background-position:0 -449px;}
.toolbar-item-bilibili:hover{background-position:-86px -449px;}

.p-return-top{
	position: fixed;
	right: 0;
	bottom:100px;
	background:url(../images/top.png) no-repeat;height:52px;width:52px;background-position:0 0;
}

.p-return-top:hover{
	position: fixed;
	right: 0;
	bottom:100px;
	background:url(../images/top.png) no-repeat;height:52px;width:52px;background-position:-52px 0;
}

.swiper-soon .cboxElement{
	display: block;
}

.swiper-soon{
	background-color: #fff;
}

.swiper-soon img{
	width: 70%;
	float: left;
	vertical-align: middle;
	margin-bottom: 0;
}

.swiper-soon h3{
	font-size: 20px;
	color: #333;
	padding: 15px 15px;
	overflow: hidden;
	font-weight: bold;
	line-height: 36px;
}

@media (max-width: 1200px){
	.swiper-soon img{
		width: 100%;
	}
	.swiper-soon h3{
		font-size:18px;
		line-height: 28px;
	}
}

@media (max-width: 900px){

	.swiper-video .swiper-slide{
		width: 100%;
	}

	.swiper-live .swiper-slide,.swiper-train .swiper-slide{
		width: 100%;
	}

	.p-loop {
		margin-bottom: 0;
	}

	.swiper-pagination{
		margin: 10px 0 20px;
	}

	.swiper-pagination-bullet{
		width: 20px;
	}
	
	.swiper-pagination-bullet-active{
		width: 20px;
	}

	#wnBl ul li:nth-child(1){
		width: 100%;
	}

	.techBl{
		padding: 0;
	}

	.tech-bl{
		margin: 20px 0 10px;
	}

	#techBl a.btMore{
		margin-top: 20px;
	}

	.p-blog{
		padding: 0 15px;
		margin-top: 20px;
	}

	#spArticle ul{
		width: 100%;
	}

	ul.gNav li h1{
		text-align: center;
	}
	
	ul.gNav > li:nth-child(1) {
		width: 100%;
	}
	ul.gNav > li:nth-child(2) {
		width: 100%;
	}

	ul.gNav li ul li a{
		font-size: 14px;
	}
	
	ul.gNav{
		margin:20px 0 0;
		width: 100%;
	}

	.gNav img{
		width: 50%;
	}

	#wnBl ul li:nth-child(2){
		width: 100%;
	}

	#wnBl .p-title{
		margin-bottom: 20px;
	}

	.p-loop .bx-prev,.p-loop .bx-next{
		background-size: 50% auto;
	}

	.p-container-bg{
		padding: 10px 0;
	}

	.topic_banner,.p-return-top{
		display: none;
	}
}

@media (max-width:970px){
	.p-fr-bg{
		background: none;
	}
}


