body,html{
    font-size: 14px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei", sans-serif;
}
.nav-content{
    width: 100%;
    height: 86px;
    background-color: #ffffff;
}
.nav-content .content-details{
    width: 1200px;
    height: 86px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.nav-content .content-details .logo{
    padding-top: 20px;
    width: 136px;
    height: 45px;
    float: left;
}
.nav-content .content-details .logo a{
    display:block;
}
.nav-content .content-details .link{
    width: 450px;
    float: right;
    /* overflow: hidden; */
}
.nav-content .content-details .link .page-product{
    position: relative;
}
.nav-content .content-details .link li{
    height: 86px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width:150px;
    text-align: center;
}
.nav-content .content-details .link li a{
    font-size: 16px;
    line-height: 86px;
    color: #333333;
}
.nav-content .content-details .link li .product,.news{
    font-size: 16px;
    line-height: 86px;
    color: #333333;
    cursor: pointer;
}
.nav-content .content-details .link .page-product:hover .menu{
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    visibility:visible;
}
.nav-content .content-details .link .page-news:hover .menu{
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    visibility:visible;
}
@-webkit-keyframes slideInDown {
    from {
      transform: translate3d(0, -50%, 0);
    }
  
    to {
      transform: translate3d(0, 0, 0);
    }
  }
.nav-content .content-details .link li:hover .product,
.nav-content .content-details .link li:hover .news{
    color: #2574f3;
    transition: color 0.5s;
    -moz-transition: color 0.5s;	/* Firefox 4 */
    -webkit-transition: color 0.5s;	/* Safari 和 Chrome */
    -o-transition: color 0.5s;	/* Opera */
}
.nav-content .content-details .link li .menu{
    z-index:2;
    position: absolute;
    background: #fff;
    width:150px;
    visibility:hidden;
    border: 1px solid #eee;
    box-shadow: 0px 0px 1px #eee;
    margin-top:-22px;
}
.nav-content .content-details .link li .menu a{
    height:40px;
    line-height: 40px;
    font-size:14px;
}
.nav-content .content-details .link li:hover a{
    color: #2574f3;
    transition: color 0.5s;
    -moz-transition: color 0.5s;	/* Firefox 4 */
    -webkit-transition: color 0.5s;	/* Safari 和 Chrome */
    -o-transition: color 0.5s;	/* Opera */
}
.nav-content .content-details .link li:hover .menu a{
    color: #333333;
}
.nav-content .content-details .link li .menu a:hover{
    color: #2574f3;
    transition: color 0.5s;
    -moz-transition: color 0.5s;	
    -webkit-transition: color 0.5s;	
    -o-transition: color 0.5s;
} 
.nav-content .content-details .link .active-link{
    color: #2574f3;
}
.antenna-content{
    width: 100%;
    min-width: 1200px;
    height: 150px;
    background-color: #2775f3;
    background: url("/asset/img/pcSite/layout/antennaBg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    line-height: 150px;
}
.antenna-content span{
    color: #ffffff;
    font-size: 24px;
    margin-right: 50px;
}

.antenna-content button{
    vertical-align: baseline;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}
.antenna-content button:hover{
    background: #ffffff;
    transition: background 1s;
    -moz-transition: background 1s;	/* Firefox 4 */
    -webkit-transition: background 1s;	/* Safari 和 Chrome */
    -o-transition: background 1s;	/* Opera */
    color: #2574f3;
}

.bottom-content{
    width: 100%;
    min-width: 1200px;
    background-color: #212121;
}
.bottom-content .bottom-details{
    width: 1200px;
    margin: 0 auto;
    /*border-bottom:1px solid #383838;*/
    padding: 50px 0;
    overflow: hidden;
}
.bottom-content .bottom-details .quick-link{
    width: 300px;
    padding: 0 40px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.bottom-content .bottom-details .report-content{
    width: 320px;
    padding: 0 40px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.bottom-content .bottom-details .download-content{
    /* width: 220px; */
    padding: 0 40px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.bottom-content .bottom-details .contact-content{
    width: 340px;
    padding: 0 40px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.bottom-content .bottom-details .quick-link li{
    height: 48px;
    border-bottom:1px solid #383838;
    line-height: 48px;
    padding-right: 40px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    background: url("/asset/img/pcSite/layout/linkIcon.jpg") no-repeat;
    background-position: 200px center;
}
.bottom-content .bottom-details .quick-link li:nth-last-child(1){
    border-bottom:none;
}
.bottom-content .bottom-details .quick-link li a{
    color: #ffffff;
    font-size: 14px;
}
.bottom-content .bottom-details .quick-link li:hover,
.bottom-content .bottom-details .quick-link li:active{
    background-position: 206px center;
    transition: background-position 1s;
    -moz-transition: background-position 1s;	/* Firefox 4 */
    -webkit-transition: background-position 1s;	/* Safari 和 Chrome */
    -o-transition: background-position 1s;	/* Opera */
    cursor: pointer;
}
.bottom-content .bottom-details .quick-link li:hover a,
.bottom-content .bottom-details .quick-link li:active a{
    color: #c7c7c7;
    display: block;
}
.bottom-content .report-content li{
    padding: 16px 0;
    border-bottom:1px solid #383838;
}
.bottom-content .report-content li:nth-child(1){
    padding:  0 0 16px 0;
}
.bottom-content .report-content li:nth-last-child(1){
    border-bottom: none;
}
.bottom-content .report-content li .report-title{
    font-size: 14px;
    color: #ffffff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bottom-content .report-content li:hover .report-title{
    color: #c7c7c7;
}
.bottom-content .report-content li .report-time{
    font-size: 12px;
    color: #cccccc;
    margin-top: 10px;
}
.bottom-content .download-content img{
    width: 100%;
}
.bottom-content .download-content p{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 3;
}
.bottom-content .download-content .download-icon{
    width: 48px;
    height: 20px;
    display: block;
    margin: 0 auto;
}
.bottom-content .contact-content{
    background: url("/asset/img/pcSite/layout/addressBottomBg.png") no-repeat;
    background-position: center 80px;
}
.bottom-content .contact-content li{
    padding-left: 30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.bottom-content .contact-content li:nth-child(1){
    background: url("/asset/img/pcSite/layout/addressIcon.png") no-repeat;
    background-position: 0 0;
}
.bottom-content .contact-content li:nth-child(2){
    background: url("/asset/img/pcSite/layout/addressIcon.png") no-repeat;
    background-position: 0 -116px;
}
.bottom-content .contact-content li:nth-child(3){
    background: url("/asset/img/pcSite/layout/addressIcon.png") no-repeat;
    background-position: 0 -160px;
}
.bottom-content .contact-content li p{
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
}
.bottom-content .bottom-details .bottom-title{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}
.bottom-content .bottom-text p{
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.antenna-alert-content{
    width: 800px;
    height: 653px;
    background-color: #ffffff;
    padding: 45px;
    border-radius: 6px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    display: none;
    z-index: 999;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.antenna-alert-content .antenna-close-btn{
    width: 20px;
    height:20px;
    background: url('/asset/img/pcSite/layout/antennaAlertCloseBtn.png');
    background-size: 100% 100%;
    float: right;
}
.antenna-alert-content .antenna-close-btn:hover{
    cursor: pointer;
}
.antenna-alert-content .input-wrapper .input-details h2{
    font-size: 34px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}
.antenna-alert-content .input-wrapper .input-details p{
    font-size: 16px;
    color: #616161;
}
.antenna-alert-content .input-wrapper .input-details input,
.antenna-alert-content .input-wrapper .input-details textarea{
    padding: 10px 20px;
    border:1px solid #f1f1f1;
    background-color: #fbfbfb;
    border-radius: 3px;
    font-size: 16px;
    color: #333333;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    margin-bottom: 20px;
}
.antenna-alert-content .input-wrapper .input-details input:focus,
.antenna-alert-content .input-wrapper .input-details textarea:focus{
    border: 1px solid #2775f3;
    transition: border 1s;
    -moz-transition: border 1s;	/* Firefox 4 */
    -webkit-transition: border 1s;	/* Safari 和 Chrome */
    -o-transition: border 1s;	/* Opera */
}
.antenna-alert-content .input-wrapper .input-details button{
    width: 155px;
    height: 42px;
    border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
    background-color: #2775f3;
    margin-top: 40px;
}
.antenna-alert-content .input-wrapper .input-details button:hover{
    background-color: #6199f3;
    /*transition: background-color 1s;*/
    /*-moz-transition: background-color 1s;	!* Firefox 4 *!*/
    /*-webkit-transition: background-color 1s;	!* Safari 和 Chrome *!*/
    /*-o-transition: background-color 1s;	!* Opera *!*/
}
.antenna-alert-content .input-wrapper .input-details .input-one{
    margin-top: 30px;
    overflow: hidden;
}
.antenna-alert-content .input-wrapper .input-details .input-one input{
    width: 48%;
    display: block;
    float: left;
}
.antenna-alert-content .input-wrapper .input-details .input-two input{
    width: 100%;
    display: block;
}
.antenna-alert-content .input-wrapper .input-details .input-two textarea{
    width: 100%;
}
.antenna-alert-content .input-wrapper .input-details .input-one input:nth-last-child(1){
    float: right;
}

.friend-link{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;
  border-bottom:1px solid #383838;
  box-sizing: border-box;
  text-align: center;
}
.friend-link .friend-link-title{
  color: #ffffff;
  margin-right: 5px;
  display: inline-block;
}
.friend-link ul{
  box-sizing: border-box;
}
.friend-link li{
  margin-right: 20px;
  display: inline-block;
  text-align: left;
}
.friend-link li a{
  color: #ffffff;
}
.friend-link li a:hover{
  color:#cccccc;
}
/*遮罩层*/
.mask{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=50);
    background-color: #000;
    z-index: 998;
    opacity:0.5;
    -moz-opacity:0.5;
    display: none;
}
