﻿body {
    background: #f3f3f3
}


/*您当前的位置*/

#border-ny {
    width: 100%;
    height: 76px;
    border-bottom: solid 1px #ccc;
}

.about-title {
    width: 1200px;
    margin: 0 auto;
    height: 76px;
    position: relative;
}

.ny-title {
    position: absolute;
    left: 0;
    top: 10px;
    border-bottom: 1px solid #000;
    line-height: 66px;
    font-size: 16px;
    color: #333;
    z-index: 99;
}


/*选项卡标题*/

#about-middle,
#news-middle {
    width: 1200px;
    margin: 0 auto 0;
    overflow: hidden;
}

.about-middle-top {
    margin-top: 40px;
    overflow: hidden;
}

.about-middle-top ul {
    display: block;
    text-align: center;
    width: 900px;
    margin: 0 auto;
}

.about-middle-top ul li {
    display: inline-block;
    background: #ddd;
    margin: 0 3px;
    height: 36px;
    margin-bottom: 10px;
    text-align: center;
}

.about-middle-top ul li:hover {
    background: #016add;
}

.about-middle-top ul li:hover a {
    color: #fff;
}

.about-middle-top ul li.bg1 {
    background: #016add;
}

.about-middle-top ul li.bg1 a {
    color: #fff;
}

.about-middle-top ul li a {
    padding: 0 32px;
    font-size: 14px;
    line-height: 36px;
    color: #555;
}


/*关于我们*/

.about-middle-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}

.about-middle-bottom p {
    line-height: 36px;
    color: #333;
}


/*荣誉资质*/

.product-right-bottom1 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.product-right-bottom1 ul {
    overflow: hidden;
}

.product-right-bottom1 ul li {
    width: 360px;
    height: 310px;
    background: #fff;
    margin: 10px 20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    float: left;
}

.product-right-bottom1 ul li>a {
    width: 320px;
    height: 240px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.product-right-bottom1 ul li a img {
    width: 320px;
    height: 240px;
    transform: scale(1);
    transition: all ease .5s;
}

.product-right-bottom1 ul li a img:hover {
    transition: all ease .5s;
    transform: scale(1.1)
}

.product-right-bottom1 ul li span {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}

.product-right-bottom1 ul li span a {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    margin-top: 0px;
}

.product-right-bottom1 ul li span a:hover {
    color: #016add;
}

.product-right-bottom2 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.product-right-bottom2 ul {
    overflow: hidden;
}

.product-right-bottom2 ul li {
    width: 360px;
    height: 370px;
    background: #fff;
    margin: 20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    float: left;
}

.product-right-bottom2 ul li a {
    width: 320px;
    height: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.product-right-bottom2 ul li a img {
    width: 320px;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: all ease .5s;
}

.product-right-bottom2 ul li a img:hover {
    transition: all ease .5s;
    transform: scale(1.1)
}

.product-right-bottom2 ul li span {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding-top: 5px;
}

.product-right-bottom2 ul li span a {
    text-align: left;
    line-height: 40px;
    height: 40px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.product-right-bottom2 ul li span a:hover {
    color: #016add;
}

.product-right-bottom2 ul li p {
    font-size: 12px;
    color: #999;
    padding: 0 20px;
}

.product-right-bottom2 ul li dt {
    font-size: 14px;
    color: #444;
    padding: 0 20px;
    margin-top: 8px;
    line-height: 24px;
}


/*产品中心*/

.product-right-bottom {
    margin-top: 30px;
    margin-bottom: 20px;
}

.product-right-bottom ul {
    overflow: hidden;
}

.product-right-bottom ul li {
    width: 400px;
    float: left;
    margin-bottom: 10px;
}

.product-right-bottom ul li a {
    width: 370px;
    height: 285px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.product-right-bottom ul li a img {
    width: 380px;
    height: 285px;
    object-fit: cover;
    transform: scale(1);
    transition: all ease .5s;
}

.product-right-bottom ul li a img:hover {
    transition: all ease .5s;
    transform: scale(1.15)
}

.product-right-bottom ul li span {
    padding-top: 10px;
    display: block;
}

.product-right-bottom ul li span a {
    width: 300px;
    display: block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.product-right-bottom ul li span a:hover {
    color: #016add;
}


/*详情页*/

.pshow-right-bottom {
    overflow: hidden;
    padding-bottom: 20px;
}

.pshow-right-img {
    text-align: center;
    padding-top: 30px;
}

.pshow-right-img img {
    border: solid 1px #ddd;
    padding: 4px;
}

.pshow-right-title h1 {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
    padding: 15px 0;
}

.xiangqing {
    line-height: 28px;
    border-bottom: 1px dashed #cbcbcb;
    padding-bottom: 20px;
}

.xiangqing p {
    font-size: 14px;
    color: #666;
}

.pshow-title-Next {
    padding-top: 10px;
    font-size: 14px;
    color: #666;
}

.pshow-title-Next a {
    color: #666;
    line-height: 30px;
}

.pshow-title-Next a:hover {
    color: #221507;
    text-decoration: none;
}


/*新闻标题*/

.news-middle-top {
    margin-top: 40px;
    overflow: hidden;
}

.news-middle-top ul {
    display: block;
    text-align: center;
}

.news-middle-top ul li {
    display: inline-block;
    background: #ddd;
    margin: 0 3px;
    height: 36px;
    text-align: center;
}

.news-middle-top ul li:hover {
    background: #016add;
}

.news-middle-top ul li:hover a {
    color: #fff;
}

.news-middle-top ul li.bg1 {
    background: #016add;
}

.news-middle-top ul li.bg1 a {
    color: #fff;
}

.news-middle-top ul li a {
    padding: 0 32px;
    font-size: 14px;
    line-height: 36px;
    color: #555;
}


/*新闻中心*/

.news-middle-bottom {
    margin-top: 10px;
    padding-bottom: 20px;
}

.news-middle-list {
    overflow: hidden;
}

.news-middle-list ul {}

.news-middle-list ul li {
    padding: 30px 0px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.news-middle-list ul li .date-info {
    width: 80px;
    height: 80px;
    float: left;
    background-color: #eee;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news-middle-list ul li .date-info h2 {
    height: 55px;
    line-height: 55px;
    font-size: 38px;
    color: #aaa;
}

.news-middle-list ul li .date-info h3 {
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #ccc;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news-middle-list ul li .news-content {
    margin-left: 110px;
}

.news-middle-list ul li .news-content h1 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 24px;
}

.news-middle-list ul li .news-content h1 a {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    color: #333;
}

.news-middle-list ul li .news-content h1 a:hover {
    color: #745228;
    text-decoration: none;
}

.news-middle-list ul li .news-content p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.news-middle-list ul li:hover .date-info {
    background-color: #745228;
}

.news-middle-list ul li:hover .date-info h2 {
    color: #fff;
}

.news-middle-list ul li:hover .date-info h3 {
    background-color: #221407;
}

.news-middle-list ul li:hover .news-content h1 a {
    color: #745228;
}


/*新闻详情*/

.nshow-right-bottom {
    padding: 0 20px;
    overflow: hidden;
}

.nshow-right-bottom h1 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    padding-top: 10px;
}

.NewsView-title-Source {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #c1c1c1;
    padding-bottom: 10px;
    padding-top: 5px;
}

.NewsView-title-Content {
    line-height: 30px;
    padding: 25px 0;
    border-top: 1px #ddd solid;
    border-bottom: 1px dashed #cbcbcb;
    text-align: center;
}

.NewsView-title-Content p {
    font-size: 16px;
    color: #444;
    text-align: left;
}

.NewsView-title-Content img {
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

.NewsView-title-Next {
    padding-top: 10px;
    font-size: 14px;
    color: #666;
}

.NewsView-title-Next a {
    color: #666;
    line-height: 30px;
}

.NewsView-title-Next a:hover {
    color: #221507;
    text-decoration: none;
}

.fanhui {}

.fanhui a {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.fanhui a:hover {
    color: #221507;
    text-decoration: none;
}

#pages {
    text-align: center;
    margin: 20px 0 40px 0;
}

.prev,
.next,
.num,
.current1 {
    text-decoration: none;
    display: inline-block;
    width: 78px;
    margin: 0 3px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #777;
    border: 1px solid #cecece;
    font-family: Arial;
    cursor: pointer;
}

.num {
    width: 36px;
}

.current1 {
    width: 36px;
    color: #fff;
    background-color: #016add;
    text-decoration: none;
    border-color: #016add;
}

.register-right-bottom {
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: hidden;
}

.mt {
    margin-top: 30px;
}

.inp_one {
    width: 98%;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    line-height: 40px;
    text-indent: 10px;
    color: #666;
    font-family: Microsoft YaHei;
}

.middle_7_b_text {
    width: 98%;
    height: 140px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    line-height: 38px;
    text-indent: 10px;
    color: #666;
    font-family: Microsoft YaHei;
}

.middle_7_b_dosubmit {
    float: left;
    width: 128px;
    height: 40px;
    background: #016add;
    line-height: 40px;
    color: #fff;
    font-family: Microsoft YaHei;
    border: none;
    font-size: 16px;
    margin-right: 15px;
}

.middle_7_b_reset {
    float: left;
    width: 128px;
    height: 40px;
    background: #ff9000;
    line-height: 40px;
    color: #fff;
    font-family: Microsoft YaHei;
    border: none;
    font-size: 16px;
}


/* 联系我们 */

.kfay {
    width: 100%;
    height: 180px;
    padding-top: 15px;
}

.kfay dl {
    overflow: hidden;
}

.kfay dt {
    float: left;
    padding: 10px;
}

.kfay dt img {
    display: block;
    width: 150px;
    height: 150px;
}

.kfay dd {
    width: 82%;
    float: right;
}

.kfay dd h4 {
    height: 45px;
    padding-top: 20px;
    font: 24px "Microsoft YaHei";
    color: #d7140e;
    background: url(__PUBLIC__/images/lin.jpg) no-repeat left bottom
}

.kfay dd h4 i {
    padding-left: 15px;
    text-transform: uppercase;
    font: 16px "Arial";
    color: #999999;
}

.kfay dd p {
    font: 15px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 10px;
}

.lx {
    margin-top: 20px;
}

.lx .main {
    overflow: hidden;
    margin-bottom: 50px;
}

.main-fl {
    font-family: 微软雅黑;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.main .tit {
    display: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-fl p {
    display: flex;
    align-items: center;
    padding: 25px 0;
    width: 33%;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 16px;
}

.main-fl p:nth-child(3n) {
    border-right: 1px solid #ddd;
}

.main-fl p:nth-child(4),
.main-fl p:nth-child(5),
.main-fl p:nth-child(6) {
    border-top: 0;
}

.main-fl p img {
    padding-right: 15px;
    padding-left: 15px;
}

.main-fl p span {
    font-size: 15px;
}

.main-fr {
    float: left;
    margin-left: 20px
}


/* 联系我们 end*/