@font-face {
    font-family: 'LanTingHei';
    src:url("../../font/FounderHei.TTF");
}
@font-face {
    font-family:'AcuminVariabl';
    src:url("../../font/acumin-semibold.ttf");
}
@font-face {
    font-family: 'LanTingZhongHei';
    src:url("../../font/FounderZhong.TTF");
}
@font-face{
    font-family:'myriad Pro';
    src:url("../../font/MyriadPro-Regular.ttf");
}
@font-face{
    font-family:'LanTingKaiHei';
    src:url("../../font/FounderkaiHei_GBK.TTF");
}
@font-face{
    font-family: 'AcuminPro';
    src:url("../../font/Acumin-Pro-Light.ttf");
}
@font-face{
    font-family: 'LanTingCuHei';
    src:url("../../font/FounderCuHei.TTF");
}
body{
    background-color: #111;
}
#topNav ul.navTab li.has-dropdown a{
    color:#fff;
}
.top{
    background-color:#111;
}
.top .headline-subtitle{
    font-size:24px;
    color:#fff;
    line-height: 1;
    padding-top:80px;
}
.top .headline-title{
    font-size:80px;
    color:#fff;
    line-height:1;
}
.top .headline-detail{
    font-size:24px;
    line-height:1;
    color:#fff;
}
.top .price{
    color:#e50012;
    font-size:20px;
    font-family: 'LanTingHei';
}
.top .price span:first-child{

    color:#e50012;
}
.top .price span:nth-child(2){
    color:#e50012;
    font-size:30px;
    padding:0 5px;
    font-family: 'LanTingZhongHei';
}
.top .btn-box
{

    width:200px;
    height:60px;
    color:#fff;
    text-align:center;
    font-size:22px;
    line-height:60px;
    border-radius:2px;
    margin-top:45px;
    margin:45px auto 40px;
    position:relative;
    /*background-color:#222;*/
    overflow: hidden;
}
.top .btn-box a
{
    position:relative;
    z-index:8;
    width:100%;
    height:100%;
    display: inline-block;
    color:#FFF;
}
.top .btn-box a:hover
{
    color:#fff;
    text-decoration: none;
}
.top .btn-box a:after
{
    content:'';
    display:block;
    position:absolute;
    width:0;
    height:0;
    border-width:8px 0 8px 8px;
    border-style:solid;
    border-color:transparent transparent transparent #fff;/*透明 透明 透明 黄*/
    top:21px;
    right:35px;
}
.top .btn-box:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    border:1px solid #fff;
    top:0;
    z-index:2;
}
.top .btn-box .btn-bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:-100%;
    z-index:5;
    background: -webkit-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100% ); /* 标准的语法 */
    /*transition: all 0.3s ease-out;*/
}
.top .params-list{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:365px;
}
.top .params-list ul{
    width:1020px;
    margin:0 auto;
}
.top .params-list li{
    float: left;
    width:340px;
    height:150px;
    padding-top:50px;
    /*border-bottom:1px solid #eee;*/
    border-right:1px solid #eee;
}
.top .params-list li:nth-child(1),.top .params-list li:nth-child(2),.top .params-list li:nth-child(3){
    border-bottom:1px solid #eee;
}
.top .params-list li:nth-child(3n){
    border-right-width:0px;
}
.top .params-list li h3{
    font-size:24px;
    color:#000;
    font-family: 'LanTingZhongHei';
    margin-bottom:15px;
    line-height: 1;
}
.top .params-list li p{
    font-size:16px;
    color:#666;
    font-family: 'LanTingHei';
}
.computer-chip {
    background-color: #111;
}
.computer-chip .computer_chip{
    position:relative;
}
.computer-chip .computer_chip .right-img-box{
    float:right;
    margin-top:170px;
}
.computer-chip .computer_chip .left-detail-box{
    position:absolute;
    top:220px;
    left:370px;
    color:#fff;
    text-align: left;
}
.computer-chip .computer_chip .left-detail-box .title{
    font-size:40px;
    font-family:'LanTingZhongHei';
    line-height: 1;

}
.computer-chip .computer_chip .left-detail-box .headline-subtitle{
    font-size:24px;
    font-family: 'LanTingHei';
}
.computer-chip .computer_chip .left-detail-box .left-detail{
    font-size:16px;
    color:#999;
    line-height:1.7;
}
.computer-chip .synchronous{
    padding-bottom:198px;
}
.computer-chip .synchronous .title{
    font-size:36px;
    color:#fff;
    line-height: 1;
}
.computer-chip .synchronous .left-detail{
    font-size:16px;
    color:#999;
    line-height:1.7;
}
.solid-state{
    background-color: #fff;
    padding-top:150px;
    height:1036px;
    background-image: url("../../img/product_n1-5_image5.png");
    background-position: center;
    background-repeat: no-repeat;
}
.solid-state .solid-stateDisk .title{
    font-size:36px;
    font-family: 'LanTingZhongHei';
    color:#000;
}
.solid-state .solid-stateDisk .headline-detail{
    font-size:16px;
    color:#999;
    line-height: 2.1;
    /*margin-bottom:75px;*/
}
.solid-state .solid-stateDisk .headline-subtitle{
    font-size:24px;
    color:#333;

}
.solid-state .solid-stateDisk .chip-img{
    padding-top:75px;

    position:relative;
}
.solid-state .solid-stateDisk .chip-img .pop-box{
    position:absolute;
    z-index:2;
    width:151px;
    height:151px;
    text-align: center;
    line-height: 151px;
}
.solid-state .solid-stateDisk .chip-img .chip-img-bg{
    position: relative;
    z-index:4;
}
.pop1{
    top:169px;
    left:1526px;
}
.pop2{
    top:127px;
    left:298px;
}
.pop3{
    top:1px;
    left:408px;
}
.pop4{
    top:136px;
    left:1283px;
}
.pop5{
    top:-31px;
    right:1369px;
}
.seven{
    background-color:#111 ;
    color:#fff;
}
.seven .brandhub-paragraph-params>ul{
    /*width:924px;*/
    /*border-bottom:1px solid #eee;*/
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.seven .brandhub-paragraph-params>.brandhub-paragraph-headline{
    font-size:36px;
    line-height:1;
    margin-bottom:50px;
    padding-top:150px;
}
.seven .brandhub-paragraph-params>ul>li{
    position: relative;
}
.seven .brandhub-paragraph-params>ul>li:nth-child(3)::after{
    width:0px;
}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more{
    width:924px;
    margin:0 auto;
    padding:0 50px;
}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more h1.brandhub-paragraph-headline{
    margin:50px 0px 70px 0;
    font-size:30px;

}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more h2.brandhub-paragraph-headline{
    font-size:28px;
}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more .brandhub-paragraph-jiekou{
    display: flex;
    width:100%;
    flex-direction: row;
    padding-bottom:100px;
    /*justify-content: center;*/
}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more .brandhub-paragraph-jiekou li{
    margin-right:100px;
    text-align: left;
}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more .brandhub-paragraph-jiekou li .brandhub-paragraph-headline{
    font-size:18px;
    color:#fff;
    margin-bottom:15px;
}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more .brandhub-paragraph-jiekou li .brandhub-paragraph-text h3{
    font-size:16px;
    color:#999;
}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more .brandhub-paragraph-jiekou li .brandhub-paragraph-text p{
    font-size:16px;
    color:#999;
    margin-bottom:15px;
    margin-top:5px;
}
.seven .brandhub-paragraph-params .brandhub-paragraph-params-more .brandhub-paragraph-jiekou li:nth-child(3){
    margin-right:0px;
}
.seven .brandhub-paragraph-params>ul>li:after{
    position: absolute;
    content:'';
    top:20px;
    bottom:20px;
    width:1px;
    right:0;
    background-color: #e5e5e5;
}
.seven .brandhub-paragraph-params>ul>li>ul>li>h1{
    font-size:24px;
    color:#fff;
    line-height:1;
}
.seven .brandhub-paragraph-params>ul>li>ul>li>p{
    font-size:16px;
    color:#999;
    margin-top:10px;
}
.seven .brandhub-paragraph-params>ul>li>ul>li{
    padding:20px 50px;
    text-align: left;
}
.seven .brandhub-paragraph-params>ul>li>ul>li>h2{
    font-size:18px;
    color:#fff;
    line-height: 1;
}
