﻿@charset 'utf-8';

html {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
}

li {
    list-style: none
}

a {
    background-color: transparent;
    text-decoration: none;
}

input {
    outline: 0
}

img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}


.wrap {
    width: 1020px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.top-bar {
    border-bottom: 2px #E20000 solid;
    background: #fff;
    z-index: 1000;
}

.top-bar-login,
.top-bar-login-after {
    line-height: 30px;
    font: 12px/30px simsun;
}

.top-bar-login-after {
    display: none;
}

.top-bar .ofw-logo {
    margin-top: 2px;
}

.top-bar-login>.signin {
    display: inline-block;
    background: #e20000;
    height: 24px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    margin-top: 3px;
    line-height: 24px;
}

.top-bar-login>.signin>a {
    color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
    color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
    text-decoration: underline;
}

.top-bar-login i {
    font-style: normal;
    color: #666;
}

.top-bar-login>.email {
    padding-left: 24px;
    display: inline-block;
    background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

.top-nav {
    height: 70px;
}

.navbar {
    border-bottom: 1px solid #25304e;
    height: 69px;
    z-index: 100000;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #000;
}

.navbar-login li {
    float: left;
    margin: 0 18px;
}

.navbar-login li.active {
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.navbar-login a {
    color: #fff;
    line-height: 68px;
    font-size: 16px;
}

.navbar-login span {
    display: inline-block;
    border-radius: 4px;
    padding: 0 20px;
    margin: 18px 15px 0;
}

.navbar-login span a {
    line-height: 32px;
}

/*navbar*/
.nav-bar {
	background-color: #0e385f;
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
}
.nav-bar.fixed {
	position: fixed;
	top: 0;
}
.logo {
	margin-top: 8px;
}
.nav-link li {
	float: left;
	line-height: 70px;
	margin-left: 40px;
}
.nav-link li a {
	font-size: 16px;
	color: #fff;
}

/*banner*/
.banner {
	width: 100%;
	height: 100%;
}
.banner_son{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 487px;
	margin-top: 70px;
	background: url(../images/ni/banner.jpg?v=18901) no-repeat center center;
}
.banner_son .banner_son_a_box{
	width: 1000px;
	height: 76px;
	margin: 0 auto;
	margin-top:358px;
}
.banner_son .banner_son_a_box .banner_son_a{
	display: inline-block;
	    width: 246px;
    height: 76px;
}

/*semiconductor_test*/
.semiconductor_test{
	width: 1000px;
	height: 215px;
	margin: 0 auto;
	/*padding: 18px;*/
}
.title{
	font-size: 22px;
	color:#3498db;
	text-align: center;
	padding: 40px 0 35px;
}
.cont{
	font-size: 14px;
	color: #434343;
	line-height: 23px;
}

.sectiontwo{
	width: 100%;
	background: #eeeeee;
	height: 1000px;
}
.sectiontwo .sec_cont{
	width: 1000px;
	margin: 0 auto;
}
.sectiontwo .sec_cont .biaoti{
	color:#000;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 600;
}
.sectiontwo .sec_cont .biaoti2{
	color:#000;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
.sectiontwo .sec_cont .biaoti3{
	color:#000;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}
.sectiontwo .sec_cont .tlist{
	width: 490px;
	float: left;
	font-size: 14px;
	color: #434343;
}
.sectiontwo .sec_cont img{
	margin-top:10px;
}

.sectionthree{

}
.sectionthree .sec_cont{
	width: 1000px;
	margin: 0 auto;
}
.sectionthree .sec_cont .down_cont{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.sectionthree .sec_cont .down_item{
	width: 470px;
	height: 50px;
	background: url(../images/ni/down.png);
	position: relative;
	margin-top:30px;
}
.sectionthree .sec_cont .file_name {
	font-size: 16px;
	line-height: 16px;
	color:#2c2c2c;
	position: absolute;
	top:23px;
	left:58px;
}
.sectionthree .sec_cont .file_name a{
	color:#2c2c2c;
}
.sectionthree .sec_cont .a{
	font-size: 16px;
	line-height: 16px;
	color:#fff;
	position: absolute;
	top:20px;
	right:8px;
}

.semiconductor_test_img{
	margin: 17px;
	width: 306px;
	height: 256px;
}
.semiconductor_test_img img{
	width: 100%;
	height: 100%;
}
.semiconductor_test_text{
	width: 618px;
}
.semiconductor_test_text_title{
	margin-top: 49px;
	text-indent: 10px;
	font-size:24px;
	color: #4A4A4A;
}
.semiconductor_test_text_content{
	margin-top: 32px;
	line-height: 27px;
	text-indent: 35px;
	font-size: 14px;
	color: #060606;
}

/*adv*/
.adv {
	padding: 42px 0 20px;
	background-color: #fff;
}

.adv .tit {
	font-size: 20px;
	text-align: center;
}

.adv-list {
	margin-top: 50px;
	padding-top: 100px;
	background: url(../images/img_13.png) no-repeat center top;
}

.adv-list ul {
	margin-left: -65px;
	margin-right: -65px;
}

.adv-list li {
	float: left;
	width: 246px;
	margin: 0 65px;
	text-align: center;
}

.adv-list li h3 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
.adv-list li p {
	font-size: 15px;
	line-height: 1.5;
}

/*download*/
.download {
	padding: 25px 0;
	background-color: #065fa3;
}

.download .block {
	width: 445px;
	width: 100%;
}
.download .block p {
	text-align: center;
	font-size: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #518FBF;
	color: #fff;
	font-weight: normal;
}
.download .block .file-list{
	margin-left: 65px;
}
.download .block .file-list li {
	margin-top: 15px;
	line-height: 26px;
	/*background-color:red;*/
}

.download .block .file-list li a {
	display: inline-block;
	width: 425px;
	color: #fff;
	padding-left: 40px;
	background: url(../images/pdf.png) no-repeat left center;
}

/*gift_delivery*/
.gift_delivery{
	height: 775px;
	padding-top: 105px;
}
.gift_delivery .gift_delivery_wrap{
	position: relative;
}
.gift_delivery .gift_delivery_header {
	text-align: center;
}
.gift_delivery .gift_delivery_instructions{
	margin-left: 220px;
	margin-top: 18px;
}
.gift_delivery .gift_delivery_instructions .gift_delivery_instructions_left{
	width: 25px;
	height: 38px;
	margin-top: 5px;
	background: url('../images/gift_delivery/2.png') no-repeat center center;
}
.gift_delivery .gift_delivery_instructions .gift_delivery_instructions_right{

	margin-left: 7px;
	font-size: 14px;
	color: #E20000;
}
.gift_delivery .gift_delivery_instructions .gift_delivery_instructions_right_two{
	margin-top: 9px;
	line-height: 24px;
}
.gift_delivery .gift_delivery_bg{
	width: 564px;
	height: 255px;
	margin-left: 132px;
}
.gift_delivery .gift_delivery_footer{
	margin-left: 320px;
	margin-top: 26px;
}
.gift_delivery .gift_delivery_footer_left{
	width: 41px;
	height: 100%;
}
.gift_delivery .gift_delivery_footer_left p{
	letter-spacing: 4px;
	font-size: 16px;
	color: #FF0000;
}
.gift_delivery .gift_delivery_footer_right{
	margin-left: 8px;
	width: 700px;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

/*固定窗口*/
.gift_delivery  .gift_delivery_fixed{
	width: 98px;
	height: 372px;
	position: absolute;
	top: 53px;
	right: 47px;
	border: 2px solid #FF2121;
	border-radius: 4px;
}
.gift_delivery  .gift_delivery_fixed .gift_delivery_fixed_son_top{
	margin-top: 71px;
}
.gift_delivery  .gift_delivery_fixed .gift_delivery_fixed_son p{
	text-align: center;
}
.gift_delivery  .gift_delivery_fixed .gift_delivery_fixed_son_one{
	margin-top: 13px;
	height: 28px;
}
.gift_delivery  .gift_delivery_fixed .gift_delivery_fixed_son_two{
	/*height: 14px;*/
	margin-top: 11px;
	font-size: 13px;
	color: #E94040;
}
.gift_delivery  .gift_delivery_fixed .gift_delivery_fixed_son_three{
	margin-top: 13px;
	height: 8px;
	font-size: 0px;
}
.gift_delivery  .gift_delivery_fixed .gift_delivery_fixed_son_three img{
	height: 100%;
}


.gift_delivery .gift_item{
	border-radius:3px ;width: 90px;height: 70px;border: 1px solid #eb4c4c;text-align: center;
	float:left;
}
.gift_delivery .gift_item img{
	margin-top: 10px;
}
.gift_delivery .gift_item p{
	font-size: 16px; color: #e51a1a;margin-top: 5px;
	line-height: 16px;
}
.gift_delivery .gift_delivery_footer span{
	display: inline-block;
	width: 60px;
	height: 70px;
	line-height: 70px;
	color:#e51a1a;
	float: left;
	text-align: center;
}

.gift_delivery .jiangxiang{
	margin-top:50px;
}
.action_title{
	margin-top:64px;
	font-size: 14px;
	line-height: 14px;
	color: #2c2c2c; 
}
.action_info{
	margin-top:11px;
	font-size: 14px;
	line-height: 25px;
	color: #2c2c2c; 
}
.action_info span{
	color: #d72828; 
}

/*获奖名单*/
.winners_list{
	width: 100%;
	margin-bottom: 30px;
}
.winners_list .wrap{
	position: relative;
}
.winners_list img{
	display: block;
	width: 800px;
	margin: 0 auto;
}
.winners_list a{
	position: absolute;
	bottom: 95px;
	left: 248px;
	width: 420px;
	height:20px;
}

/*iframe_title*/
.iframe_title{
	width: 100%;
	height: 70px;
	background-color:#065FA3;
}
.iframe_title a{
	text-decoration:none;
	color: #fff;
}
.iframe_title .iframe_title_one{
	padding-top: 20px;
	font-size: 24px;
	text-align: center;
	color: #FFF7C0;
}
.iframe_title .iframe_title_two{
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	display: none;
}

/*apply*/
.apply {
	display: none;
	padding: 30px 0;
}
.apply .tit {
	font-size: 20px;
	text-align: center;
}

.app-list {
	margin-top: 25px;
	margin-left: -10px;
	margin-right: -10px;
}

.app-list li {
	float: left;
	width: 320px;
	margin: 0 10px;
}
.app-list li {
	position: relative;
	overflow: hidden;
}
.app-list li div {
	padding: 0 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(14,56,95,.8);
	color: #fff;
}

.app-list li div h3 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	padding: 10px 0;
}
.app-list li div p {
	font-size: 14px;
	line-height: 1.5;
	height: 0;
	transition: height 200ms ease-in-out;

}
.app-list li:hover div p {
	height: 84px;
	padding-bottom: 12px;
}

/*learn-more */
.learn-more {
	display: none;
	padding: 35px 0;
	background-color: #f4f4f4;
}
.learn-more .tit {
	line-height: 32px;
	text-align: center;
}
.learn-more .tit  span {
	display: inline-block;
	font-size: 20px;
	position: relative;
	padding: 0 12px;
}
.learn-more .tit span:before,.learn-more .tit span:after {
	position: absolute;
	width: 146px;
	border-top: 1px solid #000;
	content: '';
	top: 16px;
}
.learn-more .tit span:before {
	right: 100%;
}
.learn-more .tit span:after {
	left: 100%;
}

.learn-more .col-list {
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.learn-more .col-list li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 320px;
	font-family: 'simsun';
}
.learn-more .col-list li h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #065fa3;
	font-weight: normal;
}
.learn-more .col-list li p {
	font-size: 12px;
	font-family: 'simsun';
	line-height: 2;
}

/*common_alert*/
.common_alert{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
	display: none;
}
.common_alert .common_alert_son{
	width: 300px;
	height: 200px;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -150px;
	margin-top:-100px;
	z-index: 101;
	border-radius: 6px;
}
.common_alert .common_alert_son .common_alert_son_text{
	width: 300px;
	height: 130px;
	line-height: 130px;
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
	color: #065FA3;
	background-color: #fff;
}
.common_alert .common_alert_son .common_alert_son_button{
	width: 260px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #065FA3;
	border-radius: 6px;
	cursor:pointer;
}
.common_alert .common_alert_son .common_alert_son_button a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}