﻿.n_banner{
    width: 100%;
    height: 400px;
    margin-top: 110px;
    background: url("../images/n_banner.jpg") no-repeat center;
    overflow: hidden;
    background-size: cover !important;
}

.nBanner_center{
    position: relative;
    width: 80%;
    height: 400px;
    margin: 0 auto;
}
.nBanner_text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.nBanner_text h3{
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.nBanner_text p{
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
}
.n_banner .n_navBox{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: #ffffff;
    border-bottom: 3px solid #f5f5f5;
}
.n_banner .n_navBox .n_navBox_left{
    height: 70px;
    padding-left: 22px;
}
.n_banner .n_navBox .n_navBox_left ul li{
    float: left;
    margin-right: 42px;
    font-size: 14px;
    font-weight: bold;
}
.n_banner .n_navBox_left ul li a{
    display: block;
    height: 70px;
    line-height: 70px;
    color: #525252;
    position: relative;
}
.n_navBox_left li .aNow em, .n_navBox_left li a:hover em {
    display: block;
}
.n_navBox_left li em {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #ff0000;
    display: none;
    z-index: 2;
}
.n_banner .n_navBox_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 378px;
    height: 70px;
    background: #f3f5fa;
}
.n_banner .n_navBox_right .pageNow{
    padding-left: 34px;
    line-height: 70px;
}
.n_banner .n_navBox_right .pageNow img {
    padding-right: 8px;
    position: relative;
    top: 0px;
}
.n_banner .n_navBox_right .pageNow a {
    color: #666;
    padding: 0 12px 0 0px;
    font-size: 12px;
}
.n_banner .n_navBox_right  .pageNow em {
    padding-left: 13px;
    color: #666;
    font-size: 12px;
    font-style: normal;
}
.n_content{
    width: 100%;
}
.n_content .n_content_center{
    width: 80%;
    margin: 60px auto;
}
.n_content .n_content_center .n_content_left{
    padding-left: 20px;
    padding-right: 20px;
}
.n_content .n_content_center .n_content_left h3{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.n_content .n_content_center .n_content_left h3::after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 14px auto 30px;
    background-color: #ff0000;
}
.n_content .n_content_center .n_content_left p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.n_content .n_content_center .n_content_right{
    margin-top: 60px;
}
.n_content .n_content_center .n_content_right h3{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.n_content .n_content_center .n_content_right h3::after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 14px auto 30px;
    background-color: #ff0000;
}
.n_content .n_content_center .n_content_right ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n_content .n_content_center .n_content_right ul li{
    width: 31%;
    height: 400px;
    background-color: #999;
    margin-bottom: 30px;
    position: relative;
}
.n_content .n_content_center .n_content_right ul li.jy{
    background: url("../images/linian1.png") no-repeat center;
    background-size: 100%;
}
.n_content .n_content_center .n_content_right ul li.fw{
    background: url("../images/linian2.png") no-repeat center;
    background-size: 100%;
}
.n_content .n_content_center .n_content_right ul li.fw{
    background: url("../images/linian2.png") no-repeat center;
    background-size: 100%;
}
.n_content .n_content_center .n_content_right ul li.pz{
    background: url("../images/linian3.png") no-repeat center;
    background-size: 100%;
}
.n_content .n_content_center .n_content_right ul li.gz{
    background: url("../images/linian4.png") no-repeat center;
    background-size: 100%;
}
.n_content .n_content_center .n_content_right ul li.aq{
    background: url("../images/linian5.png") no-repeat center;
    background-size: 100%;
}
.n_content .n_content_center .n_content_right ul li.zf{
    background: url("../images/linian6.png") no-repeat center;
    background-size: 100%;
}
.n_content .n_content_right li>div{
    width: 60%;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,0,0,0.4);
    border-radius: 6px;
}
.n_content .n_content_right li h4{
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1;
}
.n_content .n_content_right li p{
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.n_content .n_content_center .channeng{
    padding-left: 20px;
    padding-right: 20px;
}
.n_content .n_content_center .channeng h3{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.n_content .n_content_center .channeng h3::after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 14px auto 30px;
    background-color: #ff0000;
}
.n_content .n_content_center .channeng p{
    font-size: 16px;
    text-align: center;
}
.n_content .n_content_center .channeng .n_content_img{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}
.n_content .n_content_center .channeng .n_content_img img{
    width: 100%;
}
.n_content .n_content_center .peisong p{
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
}

.n_main_content {
    width: 100%;
    background: #fff;
    padding: 40px 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.n_main_content .n_main_content_sub1 {
    position: relative;
    overflow: hidden;
}
.n_main_content .n_main_content_sub1_left {
    position: relative;
    float: left;
    padding: 0 20px;
    width: 100%;
}
.n_main_content .n_main_content_sub1_left .name {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
    text-align: center;
}
.n_main_content .n_main_content_sub1_left .name::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 14px auto 20px;
    background-color: #ff0000;
}
.n_main_content .n_main_content_sub1_left .year {
    font-size: 60px;
    line-height: 60px;
    color: #0075cf;
    text-transform: uppercase;
    font-family: medium;
}
.n_main_content .n_main_content_sub1_left .content {
    font-size: 14px;
    line-height: 30px;
    color: #828282;
    padding-top: 45px;
}
.n_main_content_sub1 .product_list .product {
    width: 31%;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
n_main_content_sub1 .product_list .product{
    width: 31%;
    text-align:center;
    margin-top:10px;
    overflow: hidden;
    position: relative;
}
.n_main_content_sub1 .product_list .product img{
    width: 100%;
}
.n_main_content_sub1 .product_list .product > div{
    margin-bottom: 10px;
}
.n_main_content_sub1 .product_list .product > span{
    text-align:center;
    font-size: 20px;
}
.product .product_sub1 mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 18, 0.2);
    filter: alpha(opacity=20);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}
.product .product_sub1 mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}
.product .product_sub1 mark b:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ff0012;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}
.product .product_sub1 mark b:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ff0012;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}
.product .product_sub1 mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #ff0012;
    border-right: 3px solid #ff0012;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.product .product_sub1 mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #ff0012;
    border-bottom: 3px solid #ff0012;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.product:hover .product_sub1 mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}
.product:hover .product_sub1 mark:before {
    height: 100%;
    transition: 330ms 200ms;
}
.product:hover .product_sub1 mark:after {
    width: 100%;
    transition: 330ms 200ms;
}

.product:hover .product_sub1 img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.product:hover .product_sub1 mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.product:hover .product_sub1 mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.product:hover .product_sub1 span {
    color: #ff0012;
}
.product_list .pageNum{
    margin-top:80px;
    text-align: center;
}
.product_list .pageNum a {
    margin: 0 10px;
    display: inline-block;
    color: #353535;
    height: 48px;
    line-height: 48px;
    background: #eee;
    padding: 0 19px;
    font-size: 13px;
}
.pageNum a:hover {
    background: #ff0012;
    color: #FFF;
}
.pageNum .aNow {
    background: #ff0012 !important;
    color: #FFF !important;
}
/*产品详细*/
.product_detailed {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product_detailed .product_detailed_sub1 {
    width: 64%;
    height: auto;
    overflow: hidden;
}
.product_detailed .m_product_detailed{
    width: 30%;
}
.product_detailed .product_detailed_sub1 img {
    width: 100%;
}
.product_detailed .m_product_detailed h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.product_detailed .m_product_detailed>div{
    margin-bottom: 20px;
    color: #666;
}
.otherProducts {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 70px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 16px;
}
.otherProducts:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 3px;
    height: 26px;
    background-color: #ff0000;
    display: block;
}

.Box {
    position: relative;
}
.Box .Box_con {
    position: relative;
}
.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}
.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}
.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}
.Box .Box_con .conbox ul li {
    float: left;
    width: 256px;
    height: 266px;
    margin-left: 26px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.Box .Box_con .conbox ul li a {
    width: 256px;
    height: 216px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
}
.Box .Box_con .conbox ul li img {
    display: block;
    width: 256px;
    height: 216px;
    transition: all 0.5s;
}

/*新闻列表*/
.newsList{
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding:45px 20px 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #828282;
}
.newsList .name{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
}
.newsList .name::after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 14px auto 20px;
    background-color: #ff0000;
}
.newsList .news {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 40px;
}
.newsList .news .news_sub1 {
    width: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
}
.newsList .news .news_sub1 img {
    width: 100%;
}
.newsList .news .news_sub2 {
    float: right;
    width:calc(100% - 360px);
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}
.newsList .news .news_sub2 .news_sub2_sub1 h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
}
.newsList .news .news_sub2 .news_sub2_sub1 h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 10px;
    background-color: #ff0000;
}
.newsList .news .news_sub2 .news_sub2_sub1 p {
    line-height: 1.8;
    margin-bottom: 10px;
    color: #666;
}
.newsList .news .news_sub2 .news_sub2_sub2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.newsList .news .news_sub2 .vNum, .newsList .news .news_sub2 .date {
    font-size: 12px;
}
.newsDetailed{
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.newsDetailed .newsDetailed_title{
    margin-top: 90px;
    border-bottom: 1px solid #d6d6d6;
}
.newsDetailed .newsDetailed_title h3{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
    text-align: center;
}
.newsDetailed_title .newsDetailed_title_sub1 {
    display: flex;
    justify-content: center;
}
.newsDetailed_title .newsDetailed_title_sub1 div {
    margin: 10px 20px;
    color: #999;
    font-size: 14px;
}
.newsDetailed_content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
    color: #666666;
}
.strip {
    display: flex;
    justify-content: space-between;
}
.strip div {
    margin-top: 70px;
    color: #999999;
    font-size: 14px;
    width: 48%;
    text-align: center;
    background-color: #efefef;
    height: 46px;
    line-height: 46px;
}
.strip div a{
    color: #999999;
    font-size: 14px;
}

/*联系我们*/
.contact .contact_sub1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact .contact_sub1 div {
    width: 48%;
    height: 150px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 0px #dadada;
}
.contact .contact_sub1 h5 {
    font-size: 16px;
    margin: 20px 50px 0 50px;
    padding-left: 40px;
    padding-bottom: 14px;
    padding-top: 2px;
    border-bottom: 1px dashed #999999;
    position: relative;
}
.contact .contact_sub1 p {
    font-size: 14px;
    margin: 20px 50px 0 50px;
    line-height: 1;
}
.contact .contact_sub1 .phone h5:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/phone.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.contact .contact_sub1 .address h5:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/address.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.contact .contact_sub1 .mail h3:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/email.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.contact .contact_sub1 .mail h5:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/email.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.contact .contact_sub1 .man h5:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/man.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.mt20{
    margin-top: 40px;
}

.server{
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.server h3{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 80px;
}
.server h3::after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 14px auto 30px;
    background-color: #ff0000;
}

.server .serverCenter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.server .serverItem{
    width: 48%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 40px;
    margin-bottom: 40px;
}
.server .serverItem h5{
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}
.server .serverItem p{
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
}
.server .serverItem h5::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 14px auto 30px;
    background-color: #dbdbdb;
}
.about_bg{
    background: url(../images/about_banner.jpg) no-repeat center;
}
.jishu_bg{
    background: url(../images/jishu.jpg) no-repeat center;
}
.news_bg{
    background: url(../images/news_banner.jpg) no-repeat center;
}
.contact_bg{
    background: url(../images/contact_banner.jpg) no-repeat center;
}

.pagelist{
  text-align:center;
}