@charset "utf-8";
/*总定义*/
html {
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, p, span, input, button, textarea, form, img, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
    list-style: none;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

body {
    background: #ffffff;
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
}

a:hover {
    color: #104da0;
}

img {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.ellipsiss {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsisss {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clear {
    clear: both;
}

:root {
    --bg1: url(../images/imglink6.png) no-repeat;
    --bg2: url(../images/imglink1.png) no-repeat;
    --bg3: url(../images/imglink2.png) no-repeat;
    --bg4: url(../images/imglink3.png) no-repeat;
    --bg5: url(../images/imglink4.png) no-repeat;
    --bg6: url(../images/imglink5.png) no-repeat;
    --icona1: url(../images/imglink-icona1.png) no-repeat;
    --icona2: url(../images/imglink-icona2.png) no-repeat;
    --iconb1: url(../images/imglink-iconb1.png) no-repeat;
    --iconb2: url(../images/imglink-iconb2.png) no-repeat;
    --iconc1: url(../images/imglink-iconc1.png) no-repeat;
    --iconc2: url(../images/imglink-iconc2.png) no-repeat;
    --icond1: url(../images/imglink-icond1.png) no-repeat;
    --icond2: url(../images/imglink-icond2.png) no-repeat;
    --icone1: url(../images/imglink-icone1.png) no-repeat;
    --icone2: url(../images/imglink-icone2.png) no-repeat;
    --iconf1: url(../images/imglink-iconf1.png) no-repeat;
    --iconf2: url(../images/imglink-iconf2.png) no-repeat;
}

body {
    background-color: var(--1);
}

/*顶部*/
.topbox {
    background: url(../images/topbg.jpg) no-repeat;
}

.top_content {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
.logo {
    float: left;
    margin: 11px 0 0 0;
}

.search {
    float: right;
    width: 300px;
    height: 48px;
    margin: 45px 0 0 0;
}

.search input:first-child {
    float: left;
    width: 230px;
    height: 48px;
    padding-left: 15px;
    line-height: 48px;
    border: 0;
    background-color: transparent;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
}

.search input:last-child {
    float: left;
    background: url(../images/searchbtn.png) no-repeat 15px 12px #0f55b4;
    width: 55px;
    height: 48px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.banner {
    height: 340px;
    background: url(../images/banner.jpg) no-repeat center;
}

.noticebox {
    height: 80px;
}

.synotice {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.synotice > img {
    display: block;
    float: left;
    margin: 22px 0 0 0;
}

.synotice > span {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #104da0;
    margin: 25px 0 0 10px;
}

.scroll-text {
    width: 1050px;
    height: 30px;
    margin-top: 28px;
    overflow: hidden;
}

.scroll-text ul {
    width: 1050px;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.scroll-text ul li {
    float: left;
    width: 500px;
    height: 30px;
    margin-left: 25px;
}

.scroll-text ul li a {
    display: block;
    width: 400px;
    float: left;
    font-size: 16px;
}

.scroll-text ul li span {
    display: block;
    float: right;
    font-size: 14px;
    color: #aaa;
}

.newsbox {
    background: url(../images/newsbg.jpg) no-repeat center top;
    overflow: hidden;
}

.news {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    overflow: hidden;
}

.news-top {
    margin-top: 20px;
    height: 45px;
    border-bottom: #eaeaea solid 1px;
    overflow: hidden;
}

.news-top h3 {
    float: left;
    margin-left: 20px;
    padding: 0 0 0 10px;
    border-left: #104da0 7px solid;
    font-size: 24px;
    font-weight: bold;
}

.news-top a {
    margin-right: 20px;
    margin-top: 10px;
    display: block;
    float: right;
    color: #104da0;
}

.news-top a i {
    float: right;
    margin: 0 0 0 5px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/more-icon.png) no-repeat;
}

.newslist {
    float: right;
    margin-right: 20px;
    width: 580px;
}

.newslist > div {
    height: 56px;
    border-bottom: #eaeaea dashed 1px;
}

.newslist > div > i {
    display: block;
    float: left;
    margin-top: 25px;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: url(../images/newslist-icon.png) no-repeat;
}

.newslist > div > a {
    display: block;
    width: 450px;
    float: left;
    font-size: 16px;
    line-height: 56px;
}

.newslist > div > span {
    display: block;
    float: right;
    font-size: 14px;
    color: #aaa;
    line-height: 57px;
}

.quicklinkbox {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.imglinkbox {
    background: #104da0;
}

.imglink {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
}

.imglink > img {
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.imglink-object {
    position: relative;
    float: left;
    margin-right: 24px;
    width: 180px;
    height: 306px;
    overflow: hidden;
}

.imglink-object:nth-of-type(1) {
    background: var(--bg1);
}

.imglink-object:nth-of-type(2) {
    background: var(--bg2);
}

.imglink-object:nth-of-type(3) {
    background: var(--bg3);
}

.imglink-object:nth-of-type(4) {
    background: var(--bg4);
}

.imglink-object:nth-of-type(5) {
    background: var(--bg5);
}
.imglink-object:nth-of-type(6) {
    background: var(--bg6);
    margin-right: 0;
}

.imglink-object:nth-of-type(2) span {
    background: var(--icona2);
}

.imglink-object:nth-of-type(3) span {
    background: var(--iconb2);
}

.imglink-object:nth-of-type(4) span {
    background: var(--iconc2);
}

.imglink-object:nth-of-type(5) span {
    background: var(--icond2);
}

.imglink-object:nth-of-type(6) span {
    background: var(--icone2);
}

.imglink-object:nth-of-type(1) span {
    background: var(--iconf2);
}

.imglink-object > h3 {
    position: absolute;
    text-align: center;
    font-size: 20px;
    color: #104da0;
    font-weight: bold;
    transition: all .3s;
    z-index: 3;
    top: 180px;
    left: 0;
    right: 0;
    margin: auto;
}

.imglink-object > i {
    display: block;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 5px;
    background-color: #fff;
    transition: all .3s;
    z-index: 4;
}

.imglink-object > a {
    position: absolute;
    display: block;
    width: 110px;
    height: 36px;
    background-color: #fff;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    transition: all .3s;
    z-index: 2;
    bottom: 20px;
    left: 35px;
}

.imglink-object > span {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: var(--icona2);
    transition: all .5s;
    z-index: 1;
    top: 50px;
    left: 55px;
}

.maskcolor {
    display: block;
    position: absolute;
    width: 220px;
    height: 306px;
    background-color: rgba(16, 77, 160, 0);
    transition: all .5s;
    z-index: 0;
}

.imglink-object:hover .maskcolor {
    background-color: rgba(16, 77, 160, .8);
}

.imglink-object:hover > h3 {
    color: #fff;
}

.imglink-object:hover > i {
    width: 80px;
}

.imglink-object:nth-of-type(2):hover span {
    background: var(--icona1);
    top: 70px;
}

.imglink-object:nth-of-type(3):hover span {
    background: var(--iconb1);
    top: 70px;
}

.imglink-object:nth-of-type(4):hover span {
    background: var(--iconc1);
    top: 70px;
}

.imglink-object:nth-of-type(5):hover span {
    background: var(--icond1);
    top: 70px;
}

.imglink-object:nth-of-type(6):hover span {
    background: var(--icone1);
    top: 70px;
}

.imglink-object:nth-of-type(1):hover span {
    background: var(--iconf1);
    top: 70px;
}

/*质检中心*/
.department-box {
    margin-bottom: 50px;
}

.partbox-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}

.partbox-content-department .slideBus {
    width: 1360px;
    margin: 0 auto;
    position: relative;
}

.partbox-content-department .slideBus .hd a {
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 18px;
    color: #fff;
    font-family: 宋体;
    text-align: center;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50px;
}

.partbox-content-department .slideBus .hd a.prev {
    left: 20px;
}

.partbox-content-department .slideBus .hd a.next {
    right: 20px;
}

.partbox-content-department .slideBus .hd a:hover {
    background: #104da0;
}

.partbox-content-department .slideBus .bd {
    width: 1200px;
    margin: 0 auto;
}

.partbox-content-department .slideBus .bd ul li {
    width: 299px;
    float: left;
    margin-right: 1px;
}

.partbox-content-department .slideBus .bd ul li a {
    display: block;
}

.partbox-content-department .slideBus .bd ul li a:hover {
    transform: scale(0.95);
}

.partbox-content-department .slideBus .bd ul li a img {
    width: 299px;
    height: 328px;
}


/*底部*/
.bottombox {
    margin-top: 40px;
    background: #104da0;
    overflow: hidden;
}

.bottom {
    width: 1200px;
    /*height: 130px;*/
    margin: auto;
    margin-top: 40px;
    overflow: hidden;
}

.bottom-left {
    float: left;
}

.bottom-left span {
    height: 25px;
    line-height: 25px;
    display: block;
    color: #b7e0ff;
    margin-bottom: 12px;
    overflow: hidden;
}

.bottom-left span a {
    height: 25px;
    line-height: 25px;
    display: block;
    /*float: right;*/
    color: #b7e0ff;
}

.bottom-left span a img {
    display: inline-block;
}

.bottom-middle {
    float: left;
    margin-left: 50px;
}

.bottom-right {
    float: right;
    background: url("../images/telbg.png") no-repeat;
    width: 334px;
    height: 50px;
}

.bottom-right span {
    display: block;
    margin: 8px 0 0 60px;
    color: #a5cbff;
    font-size: 24px;
}

.bottom-right span i {
    color: #a5cbff;
    font-size: 18px;
    font-style: normal;
}

/*内页开始*/
.positionbox {
    height: 80px;
    border-bottom: #eaeaea solid 1px;
    overflow: hidden;
}

.position {
    width: 1200px;
    margin: 0 auto;
}

.position img {
    display: block;
    float: left;
    margin: 22px 0 0 0;
}

.position span {
    display: block;
    float: left;
    margin: 25px 0 0 10px;
    font-size: 16px;
}

.nybox {
    background: url("../images/bg-ny.png") center top no-repeat;
}

.ny {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ny-left {
    width: 980px;
    min-height: 700px;
    overflow: hidden;
}

.ny-content {
    padding: 55px 70px;
}

.ny-content p {
    font-size: 16px;
}

.ny-content img {
    max-width: 850px;
}

.ny-right {
    width: 220px;
    position: absolute;
    top: -81px;
    right: 0px;
}

.ny-menu {
    padding-bottom: 40px;
    background: url("../images/menubg-ny.png") no-repeat;
    overflow: hidden;
}

.ny-menu h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 40px;
    color: #ffffff;
}

.ny-menu a {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 170px;
    text-align: center;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
}



.ny-menu a:hover {
    background: #ffffff;
    border-radius: 36px;
    color: #104da0 !important;
}

.select {
    background: #ffffff;
    border-radius: 36px;
    color: #104da0 !important;
    width: 78%;
    margin: auto;
}

.select a{
    color: #104da0 !important;

}
.ny-rightlink {
    margin-top: 20px;
}

.ny-rightlink a {
    display: block;
    width: 220px;
    height: 90px;
    box-shadow: #ccc 0px 0px 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.ny-rightlink a:hover {
    transform: scale(0.95);
    box-shadow: #ccc 0px 0px 1px;
}

.ny-rightlink a:nth-of-type(1) {
    background: url("../images/link1-ny.png") no-repeat 20px 16px #fff;
}

.ny-rightlink a:nth-of-type(2) {
    background: url("../images/link2-ny.png") no-repeat 20px 16px #fff;
}

.ny-rightlink a:nth-of-type(3) {
    background: url("../images/link3-ny.png") no-repeat 20px 16px #fff;
}

.ny-rightlink a:nth-of-type(4) {
    background: url("../images/link4-ny.png") no-repeat 20px 16px #fff;
}

.ny-rightlink a span {
    display: block;
    margin: 33px 0 0 90px;
    font-size: 16px;
    font-weight: bold;
}

.contact {
    padding: 50px 70px;
    overflow: hidden;
}

.contact > img {
    display: block;
    float: left;
}

.contact-detailed {
    width: 500px;
    float: left;
    margin-left: 100px;
    margin-top: 30px;
}

.contact-detailed > span {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.contact-detailed > span > img {
    float: left;
    margin: 0 20px 0 0;
}

.contact-detailed > span > p {
    float: left;
    font-size: 18px;
    line-height: 50px;
}

.map {
    float: left;
    width: 850px;
    height: 400px;
    margin-top: 30px;
}

.notice {
    width: 880px;
    margin: 0 auto;
    overflow: hidden;
}

.notice a {
    display: block;
    width: 880px;
    height: 70px;
    line-height: 70px;
    border-bottom: #eaeaea dashed 1px;
    overflow: hidden;
}

.notice a:hover span {
    color: #104da0;
}

.notice a span {
    padding-left: 20px;
    width: 700px;
    display: block;
    float: left;
    line-height: 70px;
    font-size: 18px;
    background: url("../images/newslist-nyicon.png") no-repeat 0 29px;
}

.notice a i {
    display: block;
    float: right;
    line-height: 70px;
    color: #999;
}

.pagebtn {
    margin-top: 20px;
    text-align: center;
}

.pagebtn a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border: #e1e1e1 solid 1px;
}

.pagebtn a:hover {
    background: #104da0;
    color: #ffffff;
}

.nynews {
    width: 880px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.nynews a {
    display: block;
    width: 880px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #eaeaea dashed 1px;
    overflow: hidden;
}
.nynews a:hover span h3 {
    color: #104da0;
}
.nynews a:hover span p {
    color: #104da0;
}

.nynews a img {
    display: block;
    float: left;
}

.nynews a span {
    width: 710px;
    display: block;
    float: right;
}

.nynews a span h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.nynews a span p {
    color: #999;
    margin-bottom: 10px;
}

.nynews a span i {
    font-style: normal;
    color: #999;
}
.nynews-detailed{
    width: 880px;
    margin:0 auto;
}
.nynews-detailed>h3{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px 0;
}
.nynews-detailed>span{
    display: block;
    padding-bottom: 10px;
    text-align: center;
    color: #999;
    border-bottom: #eaeaea dashed 1px;
}
.nynews-detailed-xx{
    padding: 25px 0;
}
.nynews-detailed-xx p{
    font-size:18px;
    font-family:宋体;
    line-height:2;
}
.nynews-detailed-xx img{
    max-width: 850px;
}

.nyload{
    width: 840px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}
.nyload a{
    display: block;
    overflow: hidden;
    height: 60px;
    border: #eaeaea solid 1px;
    margin-top: 15px;
}

.nyload a img{
    float: left;
    margin: 23px 0 0 20px;
}

.nyload a h3{
    float: left;
    margin: 18px 0 0 10px;
    font-size: 16px;
    width: 660px;
}

.nyload a span{
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: #104da0 solid 1px;
    border-radius: 3px;
    float: right;
    margin: 14px 15px 0 0;
}

.nyload a:hover span{
    background-color: #104da0;
    color: #fff;
}
.nyload a:hover h3{
    text-decoration: underline;
}

.nyzjzx{
    width: 939px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.nyzjzx a{
    width: 313px;
    margin-bottom: 15px;
}

.nyzjzx img{
    display: block;
    margin:auto;
    transition: all .3s;
}

.nyzjzx a:hover img{
    transform: scale(0.95);
    filter: brightness(.6);
}

.nyzjzx-xx{
    width: 850px;
    margin: 0 auto;
    margin-top: 30px;
}

.nyzjzx-xx-content{
    width: 850px;
}

.nyzjzx-xx h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.nyzjzx-xx-content img{
    max-width: 850px;
}

/*内页结束*/


/*导航*/
.menubox {
    background: #104da0;
    height: 55px;
}

.menu {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    z-index: 9999;
}

.nav>ul>li {
    float: left;
    width: 200px;
    position: relative;
}

.nav>ul>li> a {
    float: left;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
}

.nav>ul>li>a:hover {
    color: #ffea00;
}

.nav>ul>li>a>i {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin: 17px 7px 0 50px;
}

.nav>ul>li:nth-of-type(1) a i {
    background: url(../images/menu-icon.png) no-repeat 0 0;
}

.nav>ul>li:nth-of-type(2) a i {
    background: url(../images/menu-icon.png) no-repeat -20px 0;
}

.nav>ul>li:nth-of-type(3) a i {
    background: url(../images/menu-icon.png) no-repeat -40px 0;
}

.nav>ul>li:nth-of-type(4) a i {
    background: url(../images/menu-icon.png) no-repeat -60px 0;
}

.nav>ul>li:nth-of-type(5) a i {
    background: url(../images/menu-icon.png) no-repeat -80px 0;
}

.nav>ul>li:nth-of-type(6) a i {
    background: url(../images/menu-icon.png) no-repeat -100px 0;
}

.submenu{ display:none; position:absolute; top:55px; left: 15px; background:#104da0; z-index:9999;}
.submenu li{}
.submenu li>a{ width: 160px; height:45px; line-height:45px; display: block; text-align:center; color:#fff; font-size: 14px; font-weight:normal;}
.submenu li>a:hover{ background:#0071db; border-radius: 0px; }

/*新闻轮播图*/
.smallSlide {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    width: 560px;
    overflow: hidden;
}

.smallSlide .bd {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.smallSlide .bd ul li {
    width: 560px;
    height: 315px;
    vertical-align: top;
    text-align: center;
}

.smallSlide .bd ul li a {
    width: 560px;
    display: block;
    position: absolute;
    bottom: 0;
    height: 50px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .6);
}

.smallSlide .bd ul li a span {
    display: block;
    width: 400px;
    margin-left: 10px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

.smallSlide .hd {
    float: right;
    position: relative;
    z-index: 1;
    margin-top: -32px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.smallSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    background: url(../images/tg_flash_p.png) 16px 0px;
    overflow: hidden;
    font-size: 0;
}

.smallSlide .hd ul .on {
    background-position: 0px 0px;
}

/*资质证书*/
.slideBox3 {
    margin: 0 auto;
    margin-top: 30px;
    width: 900px;
    overflow: hidden;
}

.slideBox3 .hd {
    width: 100%;
    z-index: 9999;
    position: relative;
}

.slideBox3 .hd .prev {
    position: absolute;
    top: -310px;
    left: 35px;
    cursor: pointer;
}

.slideBox3 .hd .next {
    position: absolute;
    top: -310px;
    right: 35px;
    cursor: pointer;
}

.slideBox3 .hd ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    width: 900px;
}

.slideBox3 .hd li {
    width: 113px;
    margin-right: 18px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.slideBox3 .hd li:nth-of-type(7n) {
    margin-right: 0;
}

.slideBox3 .hd li img {
    width: 111px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.slideBox3 .hd li.on img {
    border: 1px solid #e23333;
}

.slideBox3 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 900px;
    height: 590px;
    background: #f1f1f1;
    margin: 0 auto 30px auto;
}

.slideBox3 .bd li {
    width: 900px;
    height: 590px;
    text-align: center;
    position: relative;
}

.slideBox3 .bd li img {
    margin: 0 auto;
    height: 590px;
    width: 450px;
    overflow: hidden;
}

/*首页专题专栏*/
.specialbox{ width: 1200px; margin: 0 auto; margin-top: 15px;}
.special{ height: 140px; background: url("../images/specialbg.png") no-repeat left #e3f4ff; overflow: hidden;}
.special-list{ width:970px; margin-left: 225px; margin-top: 10px; overflow:hidden; position:relative; }
.special-list .bd ul{ overflow:hidden; zoom:1; }
.special-list .bd ul li{ margin:0 15px 0 0; float:left; display:inline; overflow:hidden; text-align:center;  }
.special-list .bd ul li a{ display: block;}
.special-list .bd ul li a img{ width:468px; height:120px; }
/*内页专题专栏*/
.nyspecial{ width: 900px; margin: 0 auto; margin-top: 30px; overflow: hidden;}
.nyspecial a{ display: block; float: left; margin-right: 30px; margin-bottom: 20px; }
.nyspecial a img{ display: block; width: 870px; height: 222px;}
.nyspecial a h3{ text-align: center; line-height: 50px; background: #f1f1f1; font-size: 16px;}
.special-title{ width: 880px; padding: 20px 20px; margin: 0 auto; margin-top: 30px; border: #eaeaea solid 1px; background: #f5f5f5;}
.special-title h3{ font-size: 24px; font-weight: bold; line-height: 50px; text-align: center; color: #e10b0b;}

/*分页激活*/
.rightfenye a.active{ background: #104DA0; color: #fff}


.ny-zscx{ display: flex; align-items: center; background: url(../images/25.png) no-repeat;}
.ny-zscx-form{ margin: 0 auto; height: 500px; text-align: center; background-color: #fff; background:url(../images/26.png) no-repeat bottom #fff; }
.ny-zscx-form>h2{ margin-top: 60px; font-size: 30px; font-weight: bold; color: #1957ac; text-align: center;}
.ny-zscx-form .form-input{ margin: 50px 0;}
.ny-zscx-form .form-input .form-line{ width: 700px; margin: 0 auto; margin-bottom: 30px; overflow: hidden; }
.ny-zscx-form .form-input .form-line span{ display: block; width: 150px;text-align: right;  font-size: 16px; float: left; height: 40px; line-height: 40px;}
.ny-zscx-form .form-input .form-line input{ padding-left: 10px; float: left; height: 40px; line-height: 40px; border: #bbbbbb solid 1px; }
.ny-zscx-form .form-input .form-line select{ padding-left: 10px; float: left; height: 40px; line-height: 40px; border: #bbbbbb solid 1px; }
.ny-zscx-form .form-btn{ font-size: 16px; padding: 13px 40px; border-radius: 3px; color: #fff; background-color: #ff7200;}

.ny-zcbg{ padding: 40px 0; width: 100%; text-align: center; }
.ny-zcbg-bh{ width: 90%; margin: 0 auto; display: flex; justify-content: space-between; }
.ny-zcbg-bh>span{ display: block; line-height: 80px; font-weight: bold; font-size: 16px; }

.jcbg-table{ width: 1080px; margin: 0 auto; border: #999 solid 1px; }
.jcbg-table-line{ border-bottom: #999 solid 1px; display: flex; }
.width50{ display: flex; width: 50%; flex: 1; padding: 30px 20px; text-align: left; }
.width100{ display: flex; width: 100%; padding: 30px 20px; text-align: left; }
.width50 span{ font-size: 16px; }
.width100 span{ font-size: 16px; }
.jcbg-table-line>.width50:nth-of-type(1){ border-right: #999 solid 1px; }
.width50 span:nth-of-type(1){ margin-right: 15px; }
.width50 span:nth-of-type(2){ flex: 1;}
.width100 span:nth-of-type(1){ margin-right: 15px; }
.width100 span:nth-of-type(2){ flex: 1;}