/* 
	内页样式表
 */
/**
 * .c-z-1 {
	color: #0067f0;
}

.c-z-2 {
	color: #1a35a8;
}

.c-z-3 {
	color: #1a35a8;
}

 ***/

/* 内页banner */
.banner-ny {
    width: 100%;
}

.banner-ny img {
    display: block;
    width: 100%;
}

/* 内页样式1 */
.ny-main-box1 {
    padding: 40px 0 60px;
}

/* 左侧 */
.ny-main-box1-left {
    float: left;
    width: 240px;
}

/* 内页栏目标题 */
.ny-main-box1-left .ny-toptype-box {
    background: #1a35a8 url(../images/cp-icon.png) no-repeat 89% center;
    height: 100px;
}

.ny-main-box1-left .ny-toptype-box .ny-toptype-title {
    font-size: 28px;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
}

/* 内页菜单 */
.ny-main-box1-left .ny-nav-box {
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul {
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li {
    margin-top: 5px;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li a {
    border: solid 1px #ccc;
    padding-left: 50px;
    font-size: 16px;
    line-height: 3em;
    display: block;
    transition: 0.5s;
    color: #333;
    background: #fff url(../images/icon18.png) no-repeat 20px center / 14px auto;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li:hover a,
.ny-main-box1-left .ny-nav-box .ny-nav-ul li.focus a {
    border: solid 1px #0067f0;
    color: #fff;
    background: #0067f0 url(../images/icon19.png) no-repeat 30px center / 14px auto;
}

/* 内页联系方式 */
.ny-lxfs {
    border: solid 1px #ccc;
    border-top: solid 6px #1a35a8;
    color: #666;
    margin-top: 30px;
    padding-bottom: 15px;
}

.ny-lxfs img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.ny-lxfs p {
    padding: 0 15px;
    font-size: 0px;
    margin-top: 5px;
}

.ny-lxfs p .lxfs-bt {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 3em;
    line-height: 1.7em;
}

.ny-lxfs p .lxfs-info {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    line-height: 1.7em;
}

/* 右侧 */
.ny-main-box1 .ny-main {
    float: right;
    width: 930px;
}

.ny-main-box1 .ny-location {
    font-size: 16px;
    color: #ccc;
    line-height: 3em;
    padding-left: 30px;
    background: url(../images/m-iocn0.png) no-repeat left center / 20px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}

.ny-main-box1 .ny-location a {
    color: #333;
}

.ny-main-box1 .ny-location a:hover {
    color: #1a35a8;
}

.ny-content-box {
}

/* 内页样式2 */
.ny-main-box2 {
    background: #fafafa;
    min-width: 1200px;
}

.ny-main-box2 .container {
    width: auto;
    margin: 0 10%;
}

/* 内页主体头部名称 */
.ny-main-box2 .ny-typename-box {
    line-height: 68px;
    height: 68px;
    background: #fff;
    border-bottom: solid 1px #ededed;
}

/* 内页栏目名称 */
.ny-main-box2 .ny-typename-box .ny-toptype-box {
    float: left;
    display: none;
}

.ny-main-box2 .ny-typename-box .ny-toptype-box .ny-toptype-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
}

.ny-main-box2 .ny-typename-box .ny-toptype-box .ny-toptype-title::before {
    display: block;
    content: '';
    height: 24px;
    position: absolute;
    width: 5px;
    background: #1a35a8;
    top: 50%;
    margin-top: -12px;
    left: 0%;
}

/* 内页导航 */
.ny-main-box2 .ny-typename-box .ny-nav-box {
    float: right;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul {
    text-align: center;
    display: block;
    font-size: 0;
    width: auto;
    position: relative;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-left: 1px;
    position: relative;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul > li > a {
    padding: 0 40px;
    position: relative;
    display: block;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul > li > a .title {
    color: #666;
    position: relative;
    z-index: 3;
    transition: 0.5s;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul > li > a::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background: #1a35a8;
    bottom: 0px;
    left: 0%;
    transition: 0.5s;
    z-index: 1;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul > li:hover > a .title {
    color: #1a35a8;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul > li.focus > a .title {
    color: #fff;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul > li:hover > a::before {
    height: 3px;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul > li.focus > a::before {
    height: 100%;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul .nav-find {
    z-index: 999;
    line-height: initial;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul .nav-find > ul {
    font-size: 0;
    padding-top: 1px;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul .nav-find > ul > li:first-child {
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul .nav-find > ul > li {
    font-size: 12px;
    line-height: 3em;
    vertical-align: top;
    display: inline-block;
    margin-right: 1px;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul .nav-find > ul > li > a {
    background: #ededed;
    color: #333;
    text-align: left;
    display: block;
    transition: 0.5s;
    padding: 0 15px;
}

.ny-main-box2 .ny-typename-box .ny-nav-box .ny-nav-ul .nav-find > ul > li > a:hover {
    transition: 0.5s;
    color: #1a35a8;
}

/* 内页主体内容 */
.ny-main-box2 .ny-main {
}

.ny-main-box2 .ny-content-box {
}

/* 内页面包屑 */
.ny-main-box2 .ny-location {
    font-size: 16px;
    color: #999;
    float: left;
    line-height: 68px;
    padding-left: 30px;
    background: url(../images/m-iocn0.png) no-repeat left center / auto 20px;
}

.ny-main-box2 .ny-location p {
    text-align: right;
}

.ny-main-box2 .ny-location p a {
    color: #1a35a8;
    transition: 0.5s;
}

.ny-main-box2 .ny-location p a:hover {
    color: #1a35a8;
}

/* 内页正文 */
.ny-content-box {
    padding: 0 15px;
    background: #fff;
}

.ny-content-box .detail {
    font-size: 16px;
    line-height: 2em;
    color: #666;
    text-align: justify;
}

.ny-content-box .detail p {
    /* text-indent: 2em; */
}

.ny-content-box .detail img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
}

.ny-content-box .detail > * + * {
    margin-top: 10px;
}

.ny-content-box .detail h3 {
    color: #1a35a8;
    font-size: 1.1em;
    font-weight: bold;
}

.ny-content-box .detail strong {
    color: #1a35a8;
    font-size: 1.05em;
}

.ny-content-box .detail h4 {
    color: #1a35a8;
    font-size: 1.05em;
    font-weight: bold;
}

.ny-content-box .detail h5 {
    color: #1a35a8;
    font-size: 1.05em;
    font-weight: bold;
    opacity: 0.9;
}

.ny-content-box .detail * + ul,
.ny-content-box .detail * + ol {
    padding-left: 1em;
    margin-top: 0.75em;
}

.ny-content-box .detail * > li {
    color: #999;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}


.ny-content-box .detail table {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    width: 100% !important;
    height: auto !important;
}

.ny-content-box .detail table tr {
}

.ny-content-box .detail table tr > * {
    padding: 10px;
    border-top: none;
    margin: 0;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.ny-content-box .detail video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.ny-content-box .chanshu-detail {
    display: block;
    overflow-x: scroll;
    font-size: 12px;
}

.ny-content-box .chanshu-detail table {
    margin-bottom: 20px;
}


/* 内页联系方式 */
.ny-lxfs-box .index-cp-lxfs {
    background: #1a35a8;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    height: 155px;
}

.ny-lxfs-box .index-cp-lxfs img {
    padding-top: 20px;
    display: block;
    width: 50px;
    margin: 0 auto 10px;
}

.ny-lxfs-box .index-cp-lxfs-title {
    line-height: 2em;
    margin: 0 auto;
    font-size: 18px;
}

.ny-lxfs-box .index-cp-lxfs-tell {
    font-size: 26px;
    font-family: '黑体';
    font-weight: bold;
    letter-spacing: 1px;
}

/* 内页左侧联系方式2 */
.ny_nav_lxfs2 {
    text-align: center;
    padding: 15px;
    background: #0067f0;
}

.ny_nav_lxfs2 img {
    display: inline-block;
    margin-top: 20px;
}

.ny_nav_lxfs2-title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 15px 0 10px;
}

.ny_nav_lxfs2-tell {
    font-size: 28px;
    font-family: 黑体;
    color: #fff;
    font-weight: lighter;
}

/* 左侧相关1 */

/* 内页相册 */
.honor-list {
    margin-bottom: 10px;
}

.honor-list > li {
    float: left;
    width: 16.66%;
    transition: 0.3s;
}

.honor-list > li .box {
    display: block;
    padding: 1px;
    background: #ccc;
    transition: 0.5s;
}

.honor-list > li:hover .box {
    background: #1a35a8;
}


.honor-list > li .pic {
    padding-bottom: 80%;
}

.honor-list > li .text {
    transition: 0.5s;
    background: #fff;
    margin-top: 1px;
    text-align: center;
}

.honor-list > li:hover .text {
    background: #1a35a8;
}

.honor-list > li .title {
    font-size: 16px;
    transition: 0.5s;
    color: #333;
    line-height: 3em;
    padding: 0 15px;
}

.honor-list > li .info {
    font-size: 14px;
    color: #999;
    line-height: 1.7em;
    height: 5.1em;
    overflow: hidden;
    transition: 0.3s;
}


.honor-list > li:hover .text * {
    color: #fff;
}


/* 内页产品列表 */
.product-list {
}

.product-list li {
    width: 23.5%;
    margin-right: 2%;
    transition: 0.5s;
}

.product-list li .box {
    display: block;
    background: #ccc;
    padding: 1px;
    transition: 0.5s;
}

.product-list li:hover .box {
    background: #1a35a8;
}

.product-list li .pic {
    padding-bottom: 100%;
}

.product-list li .text {
    background: #fff;
    margin-top: 1px;
    transition: 0.5s;
}

.product-list li .box:hover .text {
    background: #1a35a8;
}

.product-list li .text .title {
    font-size: 16px;
    color: #333;
    line-height: 3.5em;
    padding: 0 15px;
    transition: 0.5s;
    text-align: center;
}

.product-list li .box:hover .title {
    color: #fff;
}

.product-list li .text .info {
    font-size: 14px;
    color: #999;
    line-height: 2em;
}


.product-list2 {
    padding: 20px;
}

.product-list2 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.product-list2 li:nth-child(3n) {
    margin-right: 0%;
}

.product-list2 li .box {
    display: block;
    background: #f8f8f8;
    /* border: solid 1px #ccc; */
    padding: 5px;
    transition: 0.5s;
    position: relative;
}

.product-list2 li .pic {
    padding-bottom: 100%;
}

.product-list2 li .text {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    background: #f8f8f8;
    transition: 0.5s;
}

.product-list2 li .title {
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    color: #333;
    transition: 0.5s;
}


.product-list2 li .box:hover {
    background: #0067f0;
    transition: 0.5s;
}

.product-list2 li .box:hover .text {
    background: #0067f0;
    transition: 0.5s;
}

.product-list2 li .box:hover .text * {
    color: #fff;
    transition: 0.5s;
}


/**内页新闻**/
.news-list1 {
    padding: 30px;
}

.news-list1 li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.news-list1 li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dashed 1px #ccc;
}

.news-list1 li .box {
    display: block;
}

.news-list1 li .pic {
    float: left;
    width: 160px;
    padding-bottom: 120px;
    transition: 0.5s;
    background: #000;
}

.news-list1 li .pic img {
    opacity: 0.98;
}

.news-list1 li .text {
    float: right;
    width: 510px;
    padding-right: 150px;
    position: relative;
    margin-right: 5px;
    transition: 0.5s;
}

.news-list1 li:hover .text {
    margin-right: 0px;
}

.news-list1 li .text .more {
    position: absolute;
    right: 0px;
    line-height: 40px;
    height: 40px;
    width: 100px;
    text-align: center;
    bottom: 38px;
    border-left: solid 1px #ccc;
}

.news-list1 li .text .more a {
    color: #999;
}

.news-list1 li .title {
    font-size: 16px;
    color: #333;
    display: block;
    font-weight: bold;
    transition: 0.5s;
}

.news-list1 li:hover .text .title,
.news-list1 li .text a:hover {
    color: #0067f0;
    transition: 0.5s;
}

.news-list1 li .time {
    font-size: 14px;
    color: #999;
    transition: 0.5s;
}


.news-list1 li .info {
    font-size: 14px;
    line-height: 1.7em;
    color: #666;
    text-align: justify;
    height: 3.4em;
    margin: 15px 0;
    overflow: hidden;
    transition: 0.5s;
}


.news-list2 {
}

.news-list2 li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ccc;
    width: 100%;
}

.news-list2 li .box {
    display: block;
    font-size: 0;
}

.news-list2 li .box .pic {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    padding-bottom: 14.4%;
}

.news-list2 li .text {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-left: 2%;
}

.news-list2 li .title {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
    transition: 0.5s;
}

.news-list2 li .info {
    color: #666;
    font-size: 14px;
    height: 4em;
    overflow: hidden;
    line-height: 2em;
    transition: 0.5s;
}

.news-list2 li:hover .title {
    color: #1a35a8;
    transition: 0.5s;
}

.news-list2 li .time {
    color: #999;
    font-size: 14px;
    transition: 0.5s;
    line-height: 1em;
    margin-bottom: 10px;
}


.news-list3 {
    padding: 20px;
}

.news-list3 li {
    float: left;
    width: 49.5%;
    margin-right: 1%;
    margin-top: 1%;
}

.news-list3 li:nth-child(2n) {
    margin-right: 0;
}

.news-list3 li .box {
    border: solid 1px #ccc;
    background: #fff;
    padding: 10px;
    display: block;
    transition: 0.5s;
}

.news-list3 li .pic {
    padding-bottom: 149px;
    float: left;
    width: 198px;
    margin-right: 10px;
    border: solid 1px #ccc;
}

.news-list3 li .text {
    float: left;
    width: 342px;
}

.news-list3 .box:hover {
    border-color: #1a35a8;
}

.news-list3 li .title {
    font-size: 16px;
    color: #333;
    transition: 0.5s;
    margin-top: 5px;
}

.news-list3 li:hover .text .title {
    color: #1a35a8;
    transition: 0.5s;
}

.news-list3 li .time {
    font-size: 14px;
    color: #ccc;
    transition: 0.5s;
    margin: 5px 0;
}

.news-list3 li .info {
    font-size: 14px;
    color: #999;
    line-height: 1.7em;
    text-align: justify;
    transition: 0.5s;
}


.news-list4 {
    padding: 20px;
}

.news-list4 li {
    font-size: 14px;
    line-height: 1em;
    padding: 15px 0;
    border-bottom: dashed 1px #ccc;
}

.news-list4 li .news-typename {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    color: #1a35a8;
    font-weight: bold;
    border-right: solid 1px #ccc;
}

.news-list4 li .title {
    color: #333;
    transition: 0.3s;
}

.news-list4 li:hover .title {
    transition: 0.5s;
    color: #0067f0;
}

.news-list4 li:hover .news-typename {
    padding-left: 10px;
    transition: 0.5s;
}

.news-list4 li .time {
    display: block;
    float: right;
    font-size: 12px;
    color: #f50;
}

.news-list4 li .download-btn {
    float: right;
}

/* 案例 */
.case-list1 {
}

.case-list1 li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.case-list1 li:nth-child(4n) {
    margin-right: 0%;
}

.case-list1 li .box {
    display: block;
    transition: 0.5s;
}

.case-list1 li .pic {
    padding-bottom: 75%;
}

.case-list1 li .text {
    text-align: center;
    padding: 15px;
    background: #fff;
}

.case-list1 li .title {
    font-size: 16px;
    transition: 0.5s;
    color: #333;
    line-height: 2em;
}

.case-list1 li:hover .title {
    color: #1a35a8;
}

.case-list1 li .info {
    font-size: 12px;
    color: #999;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
}

/* 案例2 */
.case-list2 {
}

.case-list2 li {
}

.case-list2 li .box {
    display: block;
    background: #ccc;
    transition: 0.5s;
    padding: 1px;
}

.case-list2 li:hover .box {
    background: #1a35a8;
}

.case-list2 li .pic {
    padding-bottom: 80%;
}

.case-list2 li .text {
    margin-top: 1px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
}

.case-list2 li:hover .text {
    background: #1a35a8;
}

.case-list2 li .title {
    font-size: 16px;
    transition: 0.5s;
    color: #333;
    line-height: 3em;
    padding: 0 15px;
}


.case-list2 li .info {
    font-size: 14px;
    transition: 0.5s;
    color: #999;
    line-height: 1.7em;
}

.case-list2 li:hover .text > * {
    color: #fff;
}

/* 内页列表-团队 */
.team-list {
}

.team-list li {
    float: left;
    width: 20%;
}

.team-list li .box {
    display: block;
    margin: 10px;
    background: #ededed;
    padding: 2px;
    transition: 0.5s;
}

.team-list li .box:hover {
    background: #1a35a8;
}

.team-list li .box .pic {
    padding-bottom: 100%;
}

.team-list li .box .text {
    padding: 18px 20px 20px;
    text-align: center;
}


.team-list li .box .text .title {
    font-size: 18px;
    color: #333;
    line-height: 1em;
    margin-bottom: 10px;
}

.team-list li .box .text .info {
    font-size: 14px;
    color: #999;
    line-height: 2em;
    height: 8em;
    overflow: hidden;
    text-align: justify;
}

.team-list li .box:hover .text > * {
    color: #fff;
}

/* 内页相关推荐 */
.ny-xiangguan {
    background: #fff;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

.ny-xiangguan-top {
    border-bottom: solid 1px #ededed;
    padding-bottom: 20px;
}

.ny-xiangguan-top > div {
    font-size: 20px;
    color: #1a35a8;
    font-weight: bold;
    line-height: 1em;
    position: relative;
    padding: 0 15px 0px 15px;
    float: left;
}

.ny-xiangguan-top > div::before {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background: #1a35a8;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
}

.ny-xiangguan-box {
    display: block;
    position: relative;
    margin: 20px 0;
}

.ny-xiangguan-cp {
}

.ny-xiangguan-cp-ul {
    position: relative;
    height: 243px;
    overflow: hidden;
}

.ny-xiangguan-cp-ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    width: 100%;
    margin-bottom: 10px;
}

/* .ny-xiangguan-cp-ul li:nth-child(4n) {
	margin-right: 0;
} */

.ny-xiangguan-cp-ul li .box {
    display: block;
    padding: 1px;
    transition: 0.5s;
    background: #ededed;
}

.ny-xiangguan-cp-ul li:hover .box {
    background: #1a35a8;
    transition: 0.5s;
}

.ny-xiangguan-cp-ul li .text {
    display: block;
    text-align: center;
    background: #fff;
    margin-top: 1px;
    padding: 10px;
}


.ny-xiangguan-cp-ul li .pic {
    padding-bottom: 75%;
}

.ny-xiangguan-cp-ul li .title {
    font-size: 14px;
    color: #333;
    transition: 0.5s;
}

.ny-xiangguan-cp-ul li .box:hover .title {
    transition: 0.5s;
    color: #1a35a8;
}

.ny-xiangguan-case-ul {
    height: 500px;
}

.ny-xiangguan-case-ul li {
    /* 	float: left;
    width: 4%;
    margin-right: 2%; */
    margin-bottom: 10px;
}

.ny-xiangguan-case-ul li:nth-child(4n) {
    margin-right: 0;
}

.ny-xiangguan-case-ul li .box {
    display: block;
    transition: 0.5s;
}

.ny-xiangguan-case-ul li .box .pic {
    padding-bottom: 100%;
}

.ny-xiangguan-case-ul li .text {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #333;
    background: #ededed;
    transition: 0.5s;

}

.ny-xiangguan-case-ul li .box:hover .text {
    color: #fff;
    background: #1a35a8;
    transition: 0.5s;
}

.ny-xiangguan-new {
}

.ny-xiangguan-new-ul {
}

.ny-xiangguan-new-ul .item {
    /* float: left;
    width: 48%;
    margin-right: 4%; */
    margin-bottom: 5px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 5px;
}

.ny-xiangguan-new-ul .item:nth-child(2n) {
    margin-right: 0%;
}

.ny-xiangguan-new-ul .item .box {
    display: block;
    transition: 0.5s;
}

.ny-xiangguan-new-ul .item .box:hover {
    transition: 0.5s;
}

.ny-xiangguan-new-ul .item .box:hover .text * {
    transition: 0.5s;
    color: #1a35a8;
}

.ny-xiangguan-new-ul .item .text {
    font-size: 14px;
    line-height: 2em;
    position: relative;
}

.ny-xiangguan-new-ul .item .title {
    color: #333;
    float: left;
    width: 80%;
    color: #333;
    transition: 0.5s;
}

.ny-xiangguan-new-ul .item .title span {
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 2px;
    background: #1a35a8;
    margin-right: 0;
    margin-top: 14px;
    transition: 0.5s;
}

.ny-xiangguan-new-ul .item .box:hover .title span {
    width: 1em;
    margin-right: 10px;
}

.ny-xiangguan-new-ul .item .time {
    position: absolute;
    right: 0;
    color: #999;
    transition: 0.5s;
}


/* 留言 */
.message {
    font-size: 0;
    text-align: center
}

.message img {
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
}

.message #form {
    display: inline-block;
    vertical-align: top;
    width: 540px;
}

.message-box {
}

.message-box .item {
    font-size: 0;
    text-align: left;
    margin-bottom: 10px;
}

.message-box .bt {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    width: 70px;
    line-height: 40px;
    min-height: 1px;
}

.message-box .item .input-text {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 430px;
    border: solid 1px #ccc;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    color: #999;
}

.message-box .item textarea.input-text {
    height: 120px;
    padding: 5px 10px;
    resize: none;
}

.message-box .btn-box {
    font-size: 0;
    text-align: left;
}

.message-box .btn-box .coolbg {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 120px;
    line-height: 42px;
    height: 42px;
    border: none;
    cursor: pointer;
    background: #ededed;
    color: #333;
    transition: 0.5s;
    margin-right: 2px;
}

.message-box .btn-box .coolbg:hover,
.message-box .btn-box .tijiao {
    background: #1a35a8;
    color: #fff;
    transition: 0.5s;
}


/* 内页单页-联系我们 */
.ny-cont24 {
    font-size: 0;
    text-align: center;
}

.ny-cont24 .detail {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 45%;
    padding-right: 5%;
}

.ny-cont24 #map {
    display: inline-block;
    vertical-align: top;
    width: 45% !important;
    margin-left: 4% !important;
}


/* 内页文章正文 */
.news-detail {
}

.news-detail .title {
    font-size: 20px;
    color: #1a35a8;
    line-height: 2em;
    font-weight: bold;
}

.news-detail .news-detail-info {
    line-height: 2em;
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #ccc;
}

.news-detail .news-detail-info > span {
    margin-right: 10px;
}

.news-detail .news-detail-info > span span {
    color: #f80;
}


.news-detail .download {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.news-detail .download span {
}

.news-detail .download a {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/icon59.png) no-repeat 0 center / auto 100%;
}

/* 内页右侧 */
.ny-you-box {
    float: right;
    width: 25%;
}

/* 内页产品详情 */
.ny-cp-detail {
}

.ny-cp-detail-top {
    margin-bottom: 40px;
}

.ny-cp-imgs-box {
    float: left;
    width: 600px;
}

.ny-content-cp-pic-box {
    margin-bottom: 50px;
}

#exzoom {
    width: 400px;
    float: left;
}

.ny-cp-detail-chanshu {
    float: right;
    width: 480px;
}

.ny-cp-detail-chanshu .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    line-height: 2rem;
}

.ny-cp-detail-chanshu-box {
}

.ny-cp-detail-chanshu-box .item {
    margin-top: 15px;
    font-size: 0;
}

.ny-cp-detail-chanshu-box .item > div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 2em;
    color: #666;
}

.ny-cp-detail-chanshu-box .item .bt {
    width: 45px;
}

.ny-cp-detail-chanshu-box .item .info {
    width: 435px;
    color: #999;
}

.ny-cp-btn {
    padding: 20px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: 40px;
}

.ny-cp-btn .tell {
    float: left;
    font-size: 20px;
    line-height: 40px;
    padding-left: 40px;
    background: url(../images/icon3.png) no-repeat left center / 30px;
    color: #333;
}

.ny-cp-btn .tell span {
    font-family: arial;
    color: #1a35a8;
}

.ny-cp-btn a {
    display: inline-block;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    background-color: #1a35a8;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 14px;
}

.ny-cp-btn .lxfs {
    background-image: url(../images/icon24.png);
}

.ny-cp-btn .qqkf {
    background-image: url(../images/icon32.png);
}

.ny-cp-detail-btn .zxly {
    background-image: url(../images/icon26.png);
}

.ny-cp-detail .ny-detail-box-name {
    line-height: 60px;
    height: 60px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}

.ny-cp-detail .ny-detail-box-name .type-name {
    font-size: 20px;
    position: relative;
    padding: 0 15px 0 30px;
}

.ny-cp-detail .ny-detail-box-name .type-name::before {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background: #1a35a8;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -11px;
}

.ny-content-box .ny-cp-detail .detail {
    padding: 0 20px;
}
