.main-container {
    width: 100%;
    background-color: #ffffff;
}

.center-container {
    width: 1200px;
    margin: auto;
}

a.button_btndefault-link {
    height: 50px;
    line-height: 50px;
    position: absolute;
    background-color: transparent;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    border: 0px solid rgb(255, 87, 0);
}

a.button_btndefault-link:hover {
    background-color: rgb(255, 87, 0);
    border: 2px solid rgb(255, 87, 0);
}

.button_btndefault-label {
    color: rgb(255, 255, 255);
    transition: color 0.4s ease 0s;
    white-space: nowrap;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
}

.button_btndefault-label {
    color: rgba(244, 77, 33, 1);
}

.button_btndefault-label:hover {
    color: #fff;
}

.nav {
    height: 120px;
    display: flex;
    flex-direction: row;
}

.nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 120px;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    cursor: pointer;
}

.nav ul li a:hover {
    color: #f44d21;
}

.sub-banner {
    height: 220px;
    background-color: rgb(204, 204, 204);
    background-image: url(../img/nn_banner.jpg);
    background-position: center center;
    width: 100%;
}

.sub-banner_name {
    font-size: 30px;
    font-family: Microsoft YaHei;
    color: rgb(255, 255, 255);
}

.breadcrumb {
    height: 70px;
    background-color: rgb(255, 255, 255);
    background-image: url(../img/line.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.breadcrumb .paragraph_image {
    width: 12px;
    height: 12px;
}

.breadcrumbfuhao {
    line-height: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbtext a {
    line-height: 100%;
    color: rgb(67, 67, 67);
}

.breadcrumbtext a:hover {
    text-decoration: underline;
    color: #f44d21;
}

.footer {
    background-color: rgb(40, 40, 40);
    height: 120px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.footer-center {
    display: flex;
    flex-direction: row;
}

.footer-center-left {
    width: 50%;
}

.footer-center-right {
    width: 50%;
}

.copyright {
    display: block;
    position: relative;
    bottom: 36px;
    width: 274px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: url(../img/sitestar_copyright_bg.png) no-repeat;
    margin: auto;
}

.sub-column-item {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 40px 0;
}

.sub-column-item li {
    float: left;
    width: 150px;
    height: 50px;
    text-align: center;
}

.sub-column-item li a {
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    width: 150px;
    height: 50px;
    color: #434343;
    border-radius: 50px;
    border: 1px solid #d2d2d2;
    padding: 15px 40px;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

.sub-column-item li a.active, .sub-column-item li a:hover {
    background-color: #f44d21;
    border: 1px solid #f44d21;
    color: #ffffff;
}

.article_list {
    margin-top: 30px;
}

.article_list p.title a, .article_list p.title a:visited {
    text-decoration: none;
}

.article_list p.title > a {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 19px;
    color: #222222;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list p.title a:hover {
    text-decoration: none;
    color: #f44d21;
}

.article_list ul li {
    clear: both;
    margin-bottom: 10px;
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

.article_list ul li p.abstract {
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
}

.article_list div.wp-new-article-style-01-left {
    float: left;
    height: 62px;
    width: 92px;
    margin-right: 8px;
}

.article_list div.wp-new-article-style-01-right {
    float: left;
}

.article_list div.wp-new-article-style-01-right p.abstract {
    line-height: 140%;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.article_list div.wp-new-article-style-01-right p.title {
    margin-bottom: 5px;
}

.article_list span.category a, .article_list span.category a:visited {
    text-decoration: none;
    color: #0064d4;
    margin-right: 5px;
}

.article_list span.category a:hover {
    text-decoration: none;
    color: #2c90ff;
}

.article_list p.time {
    float: left;
    margin-right: 15px;
}

.article_list span.wp-new-ar-pro-time {
    font-size: 11px;
    color: #929292;
}

.article_list .number {
    display: none;
    float: left;
}

.article_list span.wp-new-ar-pro-number {
    display: none;
    font-size: 12px;
    color: #929292;
    font-family: SimSun;
    font-weight: normal;
    text-decoration: none;
}

.article_list span.wp-new-ar-pro-number span::before {
    margin-right: 3px;
}

.article_list .article_list_more {
    text-align: right;
    margin-right: 3px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.article_list .wp-pager_link {
    clear: both;
    min-height: 25px;
}

.article_list ul li div.imgloading {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: 0px;
}

.article_list p.time {
    display: block;
}

.article_list .wp-pager_link {
    margin-bottom: 5px;
}

.article_list .wp-pager_link a {
    border: 1px solid #000;
    padding: 2px 5px;
    margin: 2px;
    color: #000;
    text-decoration: none;
}

.article_list .wp-pager_link a:hover {
    border: 1px solid #000;
    color: #FFF;
    background-color: #000;
}

.article_list .wp-pager_link span.current {
    border: 1px solid #000;
    padding: 2px 5px;
    font-weight: bold;
    margin: 2px;
    color: #FFF;
    background-color: #000;
}

.article_list .wp-pager_link span.disabled {
    border: 1px solid #EEE;
    padding: 2px 5px;
    margin: 2px;
    color: #DDD;
}

.article_list div.wp-new-article-style-01-left {
    margin-right: 30px;
}

.article_list div.conts {
    margin-left: 130px;
}

.article_list h1.title_text > a {
    display: inline-block;
    font-family: SimSun;
    font-size: 18px;
    color: #048bcd;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list p.title_text1 {
    display: inline-block;
    font-family: SimSun;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list p.abstractd {
    display: block;
    font-family: SimSun;
    font-size: 12px;
    color: #7D7D7D;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list span.category > a {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list span.category > a:visited {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}

.article_list ul li p.number {
    display: none;
}

.article_list span.wp-new-ar-pro-number {
    display: none;
    font-family: SimSun;
    font-size: 12px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list p.number {
    display: none;
}

.article_list span.wp-new-ar-pro-time {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding-top: 4px;
    color: #f44d21;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list .time {
    display: block;
}

.article_list conts {
    margin-left: 130px;
}

.article_list p.abstract {
    line-height: 140%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 20px !important;
    padding-top: 20px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}

.article_list p.link {
    background: none;
}

.article_list .wpart-border-line {
    border-bottom: none;
}

.wp-article_list_content .mCSB_container {
    min-height: 100%;
}

.wp-article_detail_content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.wp-article_detail_content .artdetail_title {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 22px;
    color: #434343;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 3px 0;
    line-height: 1.7em;
    width: 100%;
    overflow: hidden;
}


.wp-article_detail_content .artview_info {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 15px;
    line-height: 21px;
    overflow: hidden;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
}

.wp-article_detail_content .sourcedata {
    text-align: center;
    margin: 0 auto;
    line-height: 21px;
    width: 100%;
}

.wp-article_detail_content .text-source-left01 {
    color: transparent;
    padding: 0 15px;
}

.aut_txt, .pub_txt, .times_txt {
    margin-right: 5px;
}

.aut_txt_span, .pub_txt_span, .times_txt_span {
    display: inline-block;
}

.wp-article_detail_content .artview_intro {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #868686;
    font-weight: normal;
    text-decoration: none;
    line-height: 12px;
    background: #F5F5F5;
    border-style: solid solid solid solid;
    border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
    border-width: 1px 1px 1px 1px;
    text-indent: 24px;
    padding: 5px 0;
    text-align: left;
    border: #E5E5E5 1px solid;
    margin-bottom: 10px;
}

.wp-article_detail_content .artview_content {
    clear: both;
    padding-top: 8px;
    line-height: 1.7em;
    min-height: 50px;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
}

.pages {
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0 30px 0;
    padding: 20px 0;
    height: 20px;
    clear: both;
    text-align: center;
}

.pages a {
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
}

.pages a:hover {
    border: 1px solid #f44d21;
    background-color: #f44d21;
    color: #fff !important;
}

.pages .prev-disabled {
    color: #cccccc;
    margin: 0 5px 0 0;
}

.pages .current_page {
    border: 1px solid #f44d21;
    color: #fff !important;
    background-color: #f44d21;
}

.product_list ul li {
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 140%;
    display: inline-block;
    vertical-align: top;
    width: 370px;
    margin-right: 27px;
    margin-bottom: 40px;
}

.product_list ul li .img {
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    height: 270px;
    width: 370px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.product_list a {
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}


.product_list ul li div.wp-new-article-style-c {
    padding: 0 3px 0 6px;
    height: 46px;
}

/*layer8DDA5FFE5C0A85643607DCCB3BCA298D*/
.product_list A:link {
    text-decoration: none;
    color: #5a5a5a;
}

.product_list A:visited {
    text-decoration: none;
    color: #5a5a5a;
}

.tb_product_list a:not(.aeffect):hover {
    text-decoration: none;
    color: #0064d4;
}

.product_list span.category a, span.category a:visited {
    margin-right: 5px;
}

.product_list span.category a:hover {
    color: #2c90ff;
}

.product_list p.wp-new-ar-pro-style-price {
    color: #acacac;
}

.product_list p.wp-new-ar-pro-style-price span.price_f {
    color: #ff3c00;
}

.product_list p.wp-new-ar-pro-style-price span.list_price_f {
    text-decoration: line-through;
    color: #666;
}


.product_list ul li div.wp-new-article-style-c {
    padding: 0 3px 0 6px;
}

.product_list ul li img {
    position: relative;
    max-width: 370px;
    margin: 0px auto;
    max-height: 270px;
    height: 270px;
    width: 370px;
    display: inline;
}

.product_list ul li p.title {
    font-weight: bold;
    word-wrap: break-word;
}

.product_list ul li p.time {
    font-size: 11px;
    color: #929292;
    margin-bottom: 3px;
}

.product_list ul li p.abstract {
    height: 30px;
    line-height: 130%;
    overflow: hidden;
}

.product_list p.wp-new-ar-pro-style-price label.price_f_title {
    line-height: 140%;
}

.product_list p.wp-new-ar-pro-style-price span.list_price_f {
    text-decoration: line-through;
    color: #666;
}

.product_list p.wp-new-ar-pro-style-price label.list_price_f_title {
    line-height: 140%;
}

.product_list .wp-new-ar-pro-style-description {
    display: inline;
}

.product_list .product_list_more {
    text-align: right;
    clear: both;
    margin-right: 3px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.product_list .wp-pager_link {
    clear: both;
    min-height: 25px;
}

.product_list ul li div.imgloading {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: 0px;
}


.product_list p.title {
    display: block;
}

.product_list p.title {
    margin-top: 16px;
}

.product_list p.title > a {
    font-family: Microsoft YaHei;
    font-size: 17px;
    color: #434343;
    display: block;
    text-align: center;
    line-height: 140%;
}

.product_list p.title > a:hover {
    font-family: Microsoft YaHei;
    font-size: 17px;
    color: #434343;
    display: block;
    text-align: center;
}

.product_list span.category a {
    display: none;
    line-height: 140%;
}

.product_list span.category {
    display: none;
}

.product_list p.wp-new-ar-pro-style-price label.list_price_f_title {
    display: none;
    line-height: 140%;
}

.product_list p.wp-new-ar-pro-style-price span.list_price_f {
    display: none;
    line-height: 140%;
}

.product_list p.wp-new-ar-pro-style-price label.price_f_title {
    display: none;
    line-height: 140%;
}

.product_list p.wp-new-ar-pro-style-price span.price_f {
    display: none;
    line-height: 140%;
}

.product_list .wp-new-ar-pro-style-description {
    display: none;
    line-height: 136%;
}

/*layer8DDA5FFE5C0A85643607DCCB3BCA298D*/

.img-msk {
    background: rgba(244, 77, 33, 0.8);
    width: 330px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 20px;
    display: none;
}

.img-msk p.title {
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    margin-top: 70px;
}

.img-msk p.description {
    line-height: 20px;
    font-size: 14px;
}

.horizontal-solid {
    border: none;
    border-top: 1px solid #d9d9d9;
    height: 0;
}

.contact-container {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
}

.contact-container_col {
    width: 50%;
}

.service-container {
    display: flex;
    flex-direction: row;
}

.service-item {
    width: 16.66%;
    text-align: center;

}

.services_image {
    width: 100px;
    height: 100px;
    transform: scale(1);
}

.services_image:hover {
    animation-name: scaleDraw; /*关键帧名称*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count: infinite; /*动画播放的次数*/
    animation-duration: 1s; /*动画所花费的时间*/
}

.dade_sf {
    animation-name: scaleDraw; /*关键帧名称*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count: infinite; /*动画播放的次数*/
    animation-duration: 2s; /*动画所花费的时间*/

}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1); /*开始为原始大小*/
    }
    25% {
        transform: scale(1.05); /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.05);
    }
}

.service-name {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: rgb(67, 67, 67);
    margin:20px;
}

.vertical-solid {
    border: none;
    border-left: 1px solid #d9d9d9;
    width: 0;
}

.wpline-wrapper {
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}

.index-cooperation{
    height: 650px;
    background-color: rgb(40, 40, 40);
    background-image: url(../img/bg3.jpg);
    background-position: center center;
    background-repeat: repeat;
}

.about-container{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.about-container .about-left {
    width: 800px;
}
.about-container .about-right {
    width: 400px;
}
