img { max-width: 100%; }
.n_banner { position: relative; overflow: hidden;/*height: 600px; background: url(../images/nylxban.jpg) #dddddd center no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; flex-direction: column */}
.n_banner h3 { font-size: 2.25rem; color: #fff; font-weight: bold; margin: 1.25rem 0; }
.n_banner h3:after{ content: ""; display: block; margin: 10px auto auto; width: 60px; height: 4px; background-color: #ffffff; }
.n_banner p { font-size: 1rem; color: #fff; line-height: 1.5; }
.n_banner p a { color: #ffffff; display: inline-block; }
.n_banner p a:hover { }
.banimg{ position: relative; height: 100%;}
.banimg img{ display: block; margin: 0 auto; height: 100%; object-fit: cover;}
.banimg:after{ content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/banbg.png) repeat; }
.baninfo{width: 80%;
    position: absolute;
    right: 50%;
    top: calc(50% + 30px);
    z-index: 9;
    display: flex; flex-direction: column;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center;}
.scroll-icon {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2em;
    width: 1.2em;
    font-size: 22px;
    color: rgba(255,255,255,.5);
    border-radius: 2em;
    border: solid 2px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 15px;
}
.scroll-icon:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(.65,.05,.36,1);
    animation: scroll-icon 2.2s infinite cubic-bezier(.65,.05,.36,1)
}
@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }

    30%,70% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0
    }
}

.gynum{ background-color: #f4f4f4; padding: 2rem 0; }
.gynum ul { overflow: hidden; width: 80%; margin: 0 auto; }
.gynum li { width: 33.333%; text-align: center; float: left; position: relative; display: flex; flex-wrap: wrap; align-items: baseline; flex-direction: column; }
.gynum li span { font-size: 3.75rem; font-family: DIN-Bold; line-height: 1.2; position: relative; display: block; margin: 0 auto; }
.gynum li em { font-size: 0.875rem; display: block; margin: 0 auto; text-transform: capitalize; }
.gynum li span:after { margin-left: 5px; font-weight: normal; content: "年"; font-size: 1rem; display: inline-block; position: absolute; bottom: 10px; }
.gynum li:hover span { color: #f19702; }
.gynum li:nth-child(2) span:after { content: "人"; }
.gynum li:nth-child(3) span:after { content: "时"; }
.gyprot{ color: #333333; margin-bottom: 1rem; }
.mainpro{ padding: 3rem 0; }
.gsnr { font-size: 1rem; margin: 3rem 0; }
.gsnr p { margin-bottom: 10px; line-height: 2; }
.gcsj { padding: 2.5rem 0; }
.gstu{ float: left; width: 28%; margin-right: 2%;margin-bottom: 3rem; }
.topc1 table { text-align: center; border-collapse: collapse; border-spacing: 0; margin: 0 auto; font-size: 0.875rem; }
.topc1 table tr:nth-child(odd) { background: #F4F4F4; }
.topc1 table td:nth-child(even) { }
.topc1 table tr:hover, .topc1 table tr:hover p { background: #0d388f; color: #fff; }
.topc1 table td, .topc1 table th { border: 1px solid #dddddd; }
.topc1 table tr:nth-of-type(1) { /*background: #0d388f;color: #ffffff;*/ }
.dqwz { display: none; clear: both; color: #333; font-size: 0.875rem; background-color: #f1f1f1; margin-bottom: 50px; padding: 1rem 0; }
.dqwz p:before { content: ""; width: 4px; height: 10px; background-color: #077fd3; display: block; float: left; margin-right: 10px; margin-top: 6px; }
.dqwz a { color: #333; }
.dqwz a:hover { color: #077fd3; }
.dqwz span { color: #fff; }
.dqwz .p2 { display: none; }
.mianbao { height: 60px; border-bottom: #e6e6e6 3px solid; margin: 3rem auto 1.5rem; }
.mianbao big { display: none; line-height: 40px;font-size: 1.5rem;color: #ffffff; background-color: #0d388f;padding: 10px; border-top-left-radius: 10px;border-top-right-radius: 10px;}
.mianbao ul { font-size: 0; text-align: center; width: 50%; display: flex; margin:0 auto; }
.mianbao ul li { font-size: 1.125rem; width: 31.3333%; margin: 0 1%; color: #585858; font-weight: bold; line-height: 60px;}
.mianbao1{ margin-bottom: 0; }
.mianbao1 ul li{width: 48%;}
.mianbao ul li a { color: #585858; display: block; transition: 0.6s;  position: relative; background-color: #e6e6e6; border-top-left-radius: 10px;border-top-right-radius: 10px;}
.mianbao ul li a:after { content: ""; position: absolute; right: 0; width: 0; height: 3px; background: #0d388f; bottom: 0; transition: 0.6s }
.mianbao ul li.on a:after, .mianbao ul li:hover a:after { left: 0; width: 100% }
.mianbao ul li.on a, .mianbao ul li:hover a { color: #ffffff;background-color: #0d388f;  }
.ny_menu { width: 100%; margin: 2.5rem auto; overflow: hidden; display: flex; }
.ny_menu li { flex-grow: 1; float: left; text-align: center; }
.ny_menu li a { display: block; border: 1px #d4d6da solid; height: 2.9375rem; line-height: 2.9375rem; font-size: 1.125rem; background-color: #eeedf2; }
.ny_menu li a:hover, .ny_menu li.active a { background-color: #0d388f; color: #ffffff; border: 1px #0d388f solid; }
.wldt { width: 80%; float: right; text-align: right; }
.nypro_menu { margin: 2.5rem auto; overflow: hidden; display: flex; }
.nypro_menu li { flex-grow: 1; float: left; text-align: center; }
.nypro_menu li a { display: block; border: 1px #d4d6da solid; height: 2.9375rem; line-height: 2.9375rem; font-size: 1.125rem; background-color: #eeedf2; }
.nypro_menu li a:hover, .nypro_menu li.active a { background-color: #0d388f; color: #ffffff; border: 1px #0d388f solid; }
.cp { margin-top: 1.875rem; }
.cpzs { overflow: auto; zoom: 1; margin: 0 -1%;display: flex;flex-wrap: wrap; position: static; }
.cpzs li { width: 23%; float: left; text-align: center; display: inline; margin: 1%; box-sizing: border-box; border-radius: 5px; }
.cpzs1 li { width: 31.333333%; }
.cpzs li img { }
.cpzs li a { display: block; border-radius: 5px; border: 1px #dddddd solid; }
.cpzs li .imgZoom { border-radius: 5px; }
.cpzs li h3 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 52px; background-color: #f3f3f3; }
.cpzs li a:hover h3{ background-color: #0d388f; color: #ffffff;}

.note-video-clip{ width: 100%; max-width: 800px; margin: 0 auto; }
.page { text-align: center }
.pagination { display: inline-block; padding-left: 0; margin: 1.25rem 0; border-radius: 4px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857; text-decoration: none; color: #0d388f; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #0d388f; background-color: #eeeeee; border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #0d388f; border-color: #0d388f; cursor: default; }
.nchtit { margin: 0 1%; }
.nchtit h2 { font-size: 26px; font-weight: bold; background: url(../images/hot.png) no-repeat left center; padding-left: 40px; height: 47px; line-height: 47px; }
.nchtit .gd { float: right; width: 100px; height: 1.875rem; line-height: 1.875rem; margin-top: 10px; background-color: #0d388f; text-align: center; font-size: 0.875rem; }
.nchtit .gd a { color: #fff; }
.ny_news { overflow: hidden; margin-bottom: 1.875rem; }
.ny_news1_title { overflow: hidden; margin: 0 1%; }
.ny_news1_title h2 { font-size: 26px; font-weight: bold; display: inline; }
.ny_news1_title span { font-size: 1.125rem; color: #666666; padding-left: 1.875rem; }
.ny_news1_title a { display: block; float: right; }
.mconc,.ny_news_list { overflow: hidden; padding: 50px 0 0; }
.ny_news_list li { width: 48%; float: left; margin: 0 1% 1.875rem; position: relative;  }
.ny_news_list1 li { width: 98%; border-bottom: 1px #cccccc solid; padding-bottom: 20px; }
.ny_news_list li .imgZoom { width: 30%; float: left; margin-right: 3%; }
.ny_news_list li h3 { font-size: 1.375rem; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; margin-bottom: 10px; }
.ny_news_list li p { color: #666666; margin: 10px 0;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 1rem; }
/*.ny_news_list li .date { position: relative;background-color: #f4f4f4; display: block; width: 11.25rem; float: left; text-align: center; margin-right: 1rem; padding: 1.25rem 0;}
.ny_news_list li .date span{ display: block; font-size: 3rem; }
.ny_news_list li:hover .date {background-color: #f4f4f4;}*/
.ny_news_list li em { float: right; color: #0d388f; font-size: 0.875rem; }
.ny_news_list li .date{ opacity: 0.6; }
.ny_news_list li:hover img{ -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.ny_news_details_left { overflow: hidden; margin-bottom: 2rem; width: 70%; float: left; }
.ny_news_details_left h2 { font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem; }
.ny_news_details_left .time {  border-bottom: 1px #dddddd solid; }
.ny_news_content { padding: 1.875rem 0; font-size: 1rem; line-height: 38px; }
.ny_news_content h3 { font-size: 1.5rem; font-weight: bold; margin: 1rem 0; }
.ny_news_content p { margin-bottom: 1rem; }
.ny_news_content img{ display: block; margin:0 auto 10px; }
.ny_news_details_right { margin-top: 1.875rem; overflow: hidden; }
.ny_news_xgtj { margin-bottom: 1.875rem; }
.ny_news_xgtj h2 { font-size: 26px; color: #ffffff; padding: 0.5rem 1rem; background-color: #0d388f; border-top-right-radius: 1.5rem; }
.nyxgSwiper { padding: 1rem 0; }
.nyxgSwiper .swiper-slide { border: 1px #dddddd solid; text-align: center; background-color: #ffffff; }
.nyxgSwiper .swiper-slide h3 { text-align: center; font-size: 1.125rem; line-height: 50px; -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; background-color: #dddddd; }
.ny_news_xgtjnews li { border-bottom: 1px #dddddd dashed; background: url(../images/li.png) no-repeat left center; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 1.25rem; font-size: 1rem; }
.ny_news_xgtjnews li span { float: right; color: #666666; font-size: 0.875rem; }
.ny_news_xgtjpro { overflow: hidden; padding: 1.25rem; background-color: #f4f4f4; }
.ny_news_xgtjpro li { /*width: 48%;*/ float: left; margin: 0 1% 10px; background-color: #ffffff; text-align: center; line-height: 45px; }
.ny_news_xgtjpro li h3 { font-size: 0.875rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ny_news_xgtjpro li a:hover h3{ background-color: #0d388f; color: #ffffff;}
.ny_pro_show_left { width: 70%; float: left; overflow: hidden; margin-bottom: 2rem; }
.ny_pro_show_right { width: 26%; float: left; margin-left: 4%; display: inline-block; }
.ny_fenye { margin-bottom: 1.875rem; }
.ny_fenye div { padding: 1rem 0; font-size: 1.125rem; }
.ny_previous { border-bottom: 1px #c6c6c6 dashed; }
.ny_next { }
.cont-way { clear: both; overflow: hidden; padding-bottom: 40px; }
.way-info { float: left; width: 40%; padding-top: 50px; }
.way-info h3 { color: #333; font-size: 1.375rem; margin-bottom: 1.875rem; font-weight: bold; }
.way-info p { line-height: 1.875rem; color: #333; font-size: 1rem; margin-bottom: 10px; }
.way-info p img { margin-right: 10px; }
.way-info p em { color: #ed1c24; font-size: 1.5rem; font-weight: bold; }
.way-con { clear: both; overflow: hidden; padding-top: 50px; margin-top: 40px; border-top: 1px solid #ddd; }
.way-con img { float: left; width: 170px; height: 170px; margin-right: 1rem; }
.way-con b { display: block; color: #666; font-size: 1rem; font-weight: normal; line-height: 1.875rem; margin: 10px 0; }
.way-con span { display: block; overflow: hidden; color: #FFF; font-size: 0.875rem; width: 125px; height: 35px; line-height: 35px; border-radius: 5px; text-align: center; margin-top: 1.25rem; cursor: pointer; background-color: #0d388f; }
.way-map { float: right; width: 50%; overflow: hidden; margin-top: 1.875rem; }
.way-map img { border-top-left-radius: 50px; object-fit: cover; min-height: 460px; float: right }
.ny_search { margin: 1.875rem auto; background-color: #f4f4f4; padding: 1rem; overflow: hidden; }
.ny_search input { height: 40px; line-height: 40px; width: 80%; float: left; }
.ny_search .search_btn { display: block; height: 40px; background-color: #0d388f; text-align: center; color: #ffffff; float: right; font-size: 1.125rem; width: 20%; }
.nyl { width: 50%; float: left; }
.nyl img { width: 100%; }
.nyr { width: 46%; float: left; margin-left: 4%; display: inline; }
.nyr h2 { font-size: 26px; margin-bottom: 1.875rem; }
.nytel { width: 100%; display: inline-table; height: 60px; font-size: 1.5rem; line-height: 60px; color: #fff; border-radius: 4px; background-color: #0d388f; text-align: center; overflow: hidden; text-align: center; margin-top: 1.875rem; margin-bottom: 1.875rem; display: none; }
.nytel a { color: #fff; font-weight: bold; }
.ny_protel { clear: both; font-size: 1.125rem; margin: 1.5rem 0; }
.ny_protel span { margin-top: 10px; vertical-align: middle; display: block; }
.ny_protel span a { color: #cc0000;  font-size: 1.25rem;font-weight: bold;  font-family: Arial, Helvetica, sans-serif;}
.list1 { width: 100%; overflow: hidden; padding: 1.25rem 0; border-top: 1px #ddd solid; border-bottom: 1px #ddd solid; }
.list1 li { width: 25%; float: left; }
.list1 li i { display: block; float: left; width: 26px; height: 26px; margin-right: 5px; }
.ny_pro_content { clear: both; }
.cp_txt { width: 100%; overflow: hidden; margin-top: 32px; margin-right: auto; margin-left: auto; float: left; }
.cp_txt p { line-height: 35px; color: #333; }
.cp_txt table { margin-top: 10px; }
.txt_name { font-size: 26px; font-weight: bold; background: url(../images/hot.png) no-repeat left center; margin-bottom: 1.25rem; padding-left: 40px; }
.tablescoll { overflow-x: scroll; }
.tablescoll table { width: 100%; text-align: center; border-collapse: collapse; border-spacing: 0; margin: 0 auto; font-size: 0.875rem; min-width: 480px !important; }
.tablescoll table, .tablescoll td, .tablescoll th { border: 1px #ccc solid; box-sizing: border-box; }
.tablescoll tr:nth-child(odd) { background-color: #f4f4f4; }
.tablescoll tr:hover { width: 100%; background-color: #0d388f; color: #fff; }
.tablescoll tr:hover p { color: #fff; }
.tablescoll tr p { margin: 0; }
.tablescoll tr, .tablescoll td { vertical-align: middle!important; }
#lineTd { position: relative; }
#lineTd:before { content: ""; position: absolute; width: 100%; height: 1px; background-color: #cccccc; transform: rotate(6deg); left: 0; top: 28px; }
#lineTd span:nth-child(1) { float: left; margin-top: 1.25rem; width: 50%; }
#lineTd span:nth-child(2) { float: right; width: 50%; }
.bottom_float { display: none; position: fixed; z-index: 3333; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; background-color: #ff9900; font-size: 1.875rem; text-align: center; }
.bottom_float a { color: #ffffff; display: block; }
.nycplb { width: 20%; float: left; margin-right: 3%; display: none; }
.nycpzs { width: 77%; float: left; }
.nycplb dl { background-color: #f4f4f4; margin-bottom: 1.25rem; }
.nycplb dt { font-size: 1.25rem; font-weight: bold; background-color: #0d388f; text-align: center; }
.nycplb dt a { color: #ffffff; display: block; padding: 10px 0; }
.nycplb dd a { display: block; background: url(../images/li.png) no-repeat left center; padding-left: 1.25rem; line-height: 40px; border-bottom: 1px #cccccc dashed; }
.nycplb dd { padding: 10px 1rem 1rem; }
.duotu { width: 50%; float: left; margin-right: 5%;  border-top-left-radius: 50px;border-bottom-right-radius: 50px; }
.duotu img{border: 1px #dddddd solid;}
/*.nyswiper { margin-top: 10px; }
.nyswiper .swiper-slide { width: 25%; height: 100%; opacity: 0.4; }
.nyswiper .swiper-slide-thumb-active { opacity: 1; border:1px #ff0000 solid;  }
.nyswiper .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }*/
.picFocus { margin: 0 auto; width: 100%; position: relative; overflow: hidden; zoom: 1; }
.picFocus .hd { width: 100%; padding-top: 5px; overflow: hidden; }
.picFocus .hd ul { overflow: hidden; zoom: 1; }
.picFocus .hd ul li { width: 25%; height: 100%; float: left; text-align: center; }
.picFocus .hd ul li img { width: 109px; border: 2px solid #ddd; cursor: pointer; margin-right: 5px; }
.picFocus .hd ul li.on { }
.picFocus .hd ul li.on img { border-color: #f60; }
.picFocus .bd li { vertical-align: middle; }
.picFocus .bd img { width: 100%; display: block; }
.miaoshu { width: 45%; float: left; }
.miaoshu h2 { font-weight: bold; font-size: 1.5rem; }
.miaoshuwz { padding: 1.25rem 0; border-top: 1px #dddddd solid; border-bottom: 1px #dddddd solid; margin: 1.875rem 0; }
.ny_news_content .title { border-bottom: 1px #dddddd solid; margin-bottom: 1.25rem; }
.ny_news_content .title span { display: block; width: 150px; height: 45px; line-height: 45px; background-color: #0d388f; color: #ffffff; text-align: center; font-size: 1.25rem; font-weight: bold; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.yxwl { overflow: hidden; }
.yxwl h5 { font-size: 1.5rem; margin: 2rem 0; }
#mbOverlay { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
#mbOverlay.mbOverlayFF { background: transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position: absolute; }
#mbCenter { height: 557px; position: absolute; z-index: 9999; left: 50%; background-color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background: #fff url(../images/WhiteLoading.gif) no-repeat center; -moz-box-shadow: none; -webkit-box-shadow: none; }
#mbImage { left: 0; top: 0; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #fff; text-align: left; background-position: center center; background-repeat: no-repeat; padding: 10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color: #ddd; }
#mbImage a:hover, #mbImage a:active { color: #fff; }
#mbBottom { min-height: 20px; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #999; text-align: left; padding: 0 10px 10px; }
#mbTitle { display: inline; color: #999; font-weight: bold; line-height: 20px; font-size: 12px; }
#mbNumber { /*background:url(../img/mbNumber_bg.gif) no-repeat center;*/
display: inline; color: #C00; line-height: 26px; font-size: 12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width: 65px; height: 26px; }
#mbCaption { display: block; color: #999; line-height: 14px; font-size: 10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display: block; float: right; height: 20px; margin: 0; outline: none; }
#mbPrevLink { width: 32px; height: 100px; background: transparent url(../images/CustomBlackPrevious.gif) no-repeat center; position: absolute; top: 38%; left: -32px; }
#mbNextLink { width: 32px; height: 100px; background: transparent url(../images/CustomBlackNext.gif) no-repeat center; position: absolute; top: 38%; right: -32px; }
#mbCloseLink { width: 24px; background: transparent url(../images/CustomBlackClose.gif) no-repeat center; position: absolute; top: 10px; right: 10px; }
#mbError { position: relative; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #fff; text-align: center; border: 10px solid #700; padding: 10px 10px 10px; margin: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color: #d00; font-weight: bold; text-decoration: underline; }
.gsvideo{ width: 35%;  float: left; margin-right: 20px; }

.bottom_float { display: none; position: fixed; z-index: 3333; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; background-color: #0d388f; font-size: 1.875rem; text-align: center; }
.bottom_float a { color: #ffffff; display: block; }
.application{ overflow: hidden; display: flex; align-items: center; }
.application dt{ width: 50%; }
.application dd{ width: 50%; }
.application dd a{ display: block; padding: 100px; }
.application dd h3{ font-size: 1.75rem; }
.application dd p{ padding: 20px 0; }
.applications dl:nth-child(2n){ flex-direction: row-reverse;}
.application:hover img { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.applications{ padding: 50px 0; }
.application dd span { display: block; margin-top: 20px; width: 50px; height: 50px; border:1px #333333 solid; border-radius:50%; background: url(../images/sec3r.png) #333333 no-repeat center center; }
.application:hover span{ background-color:#02469a; border:1px #02469a solid;}
.application:hover a{color:#02469a;}

@media (max-width: 1200px) {
.nyban { display: none; }
.nycplb { display: none; }
.ny_news_details_left, .nycpzs { width: 100%; }
.ny_pro_show_left { width: 100%; }
.ny_pro_show_right { width: 100%; margin: 0 auto; }
.ny_news_xgtjpro li { width: 31.33333%; }
.application dd a{ padding: 30px; }
}
@media (max-width: 980px) {
.search_form { width: 80%; }
.search_form1 .search_btn { width: 15%; }
.ny_news_details_left { width: 100%; }
.ny_news_details_right { width: 100%; margin: 0; }
.list1 { display: none; }
}
@media (max-width: 800px) {
.m1t h2, .section6_1 h2, .ny_news1_title h2 { font-size: 1.875rem; }
.m1t p { font-size: 1rem; }
.ny_news1_title span { display: none; }
.ny_news_list li { width: 98%; }
.footer, .nfooter { margin-bottom: 50px; }
.bottom_float { display: block; }
.duotu { width: 100%; margin: 0 auto 1.25rem; text-align: center; }
.duotu .swiper-slide img { margin: 0 auto; }
.miaoshu { width: 100%; }
.ny_news_xgtjpro li { width: 48%; }
.ny_news_xgtjpro { padding: 10px; }
.dqwz { margin-bottom: 1.875rem; }
.ny_news_details_left h2 { font-size: 1.25rem; }
.ny_news_content, .ny_fenye div { font-size: 1rem; line-height: 2; }
.nyxgSwiper .swiper-slide h3 { font-size: 0.875rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nyswiper { display: none; }
.miaoshu h2 { font-size: 1.25rem; }
.nypro_menu { width: 100%; display:block;border-top: 1px #d4d6da solid;margin: 2.5rem auto 1rem; }
.nypro_menu li{ width:50%; margin-top:-1px;}
.sec7txt .sec7a{ width:8.25rem;height: 2.125rem; line-height: 2.125rem;}
.wldt { float: none; width: 100%; text-align: center; }
.mianbao { height: auto; text-align: center; border: 0; }
.mianbao ul { float: none; display: flex; width: 100%; }
.mianbao ul li { line-height: 40px; }
.gstu{ display: none; }
.cpzs li{ width: 48%; background-color: #ffffff; }
.n_banner{ height: 300px; }
.gynum ul{ width: 100%; }
.m32 li span,.gynum li span { font-size: 2.5rem; }
.gsvideo{ display: none; }
.application,.applications dl:nth-child(2n){ flex-direction: column; }
.application dt,.application dd{ width: 100%; }
.application dd a{ padding: 15px; }
.application dd p{ padding: 10px 0; }
}
@media (max-width: 640px) {
.header_right_tel span { font-size: 1.375rem; }
.ny_news_xgtjpro li { width: 48%; margin: 0 1% 10px; }
.nyl, .nyr { width: 100%; margin: 0 auto; }
.m1t h2, .section6_1 h2, .ny_news1_title h2, .nchtit h2, .ny_news_xgtj h2 { font-size: 1.5rem; }
.ny_menu { width: 100%; }
.way-map { display: none; }
.way-info { width: 100%; padding: 0; }
.way-con { padding-top: 1.875rem; }
.footer { padding: 1.875rem 0 0; }
.mconc, .ny_news_list{ padding-top: 30px; }
.ny_news_list li .imgZoom{ width: 100%; float: none; margin: 0 auto 10px; }
}
@media (max-width: 480px) {
.ny_news_list li h3 { font-size: 1.125rem; margin-bottom: 0; }
.ny_news_list li p { font-size: 0.875rem; line-height: 1.25rem; margin-bottom: 5px; }
.ny_news1_title h2 { font-size: 1.5rem; }
.ny_news_list li em { display: none; }
.ny_news1_title { margin-bottom: 1rem; }
.ny_news_list li .date, .way-con { display: none; }
.footer1 { padding: 0 0 1.25rem; }
}

/*分页*/
.page-paging div{ display:table; width:100%}
.page-paging{ margin:30px auto 0; text-align:center;width:100%; overflow:hidden}
.page-paging a,.page-paging span{ padding:7px 14px; border:1px solid #c5cad3; margin:0 2px; color:#333; display:inline-table}
.page-paging a:hover,.page-paging .on,.page-paging span{ background:#0086df; color:#fff; border:1px solid #0086df}
.page-paging span{ float:inherit !important}
.page-paging .end{ border:none}
/*表格*/
.pro_table{ overflow-x: auto; }
.pro_table table{ border-top: 1px solid #666; background: #fff; border-left: 1px solid #666; width: 100%; }
.pro_table table tr td{ padding: 12px 30px; color: #666; font-size: 16px; border-bottom: 1px solid #666; border-right: 1px solid #666; }
.pro_table table tr td:first-child{ color: #333; }
.pro_table table tr:nth-of-type(odd){ background: #f4f4f4; }

.page-padding{ padding:3rem 0; overflow:hidden; width:100%}
.container{ width:80%;margin:0 auto; max-width:1280px;}
.product-show,.product-info{ width:50%; display:table-cell; vertical-align:middle}
.product-show .bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-custom-pager .bx-pager-item{ max-width:18%;flex: 1;}
.product-show .bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-custom-pager{ position:inherit;display: flex;flex-direction: row;justify-content: space-between;}
.product-show .bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-custom-pager .bx-pager-item{background:#908a8a}
.product-show .bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-custom-pager .bx-pager-item .bx-pager-link img{opacity:.45; height:auto}
.product-show .bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-custom-pager .bx-pager-item .bx-pager-link:hover,.product-show .bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-custom-pager .bx-pager-item .bx-pager-link.active img{ opacity:1;}
.product-info{ padding:0 0 0 2rem; overflow:hidden}
.product-info h1{ font-size:1.8rem; border-bottom:1px solid #dce3ef; padding-bottom:.5rem; position:relative; display:table;border-bottom: 3px solid #dce3ef;}
.product-info h1::before{content:""; position:absolute; bottom:-2px; height:1px; left:0; background:#dce3ef; width:200%}
.product-info .product-info-txt{ margin-top:2rem;}
.product-show ul.probxslider li:nth-child(n+2) { visibility: hidden;display: none;}
.product-show .bx-pager-item:nth-child(n+2) { visibility: hidden;display: none;}

.product-info .product-info-online,.case-box .product-info-online{ margin-top:2rem; overflow:hidden}
.product-info .product-info-online a,.case-box .product-info-online a{ text-align:center; float:left;vertical-align:middle; width:50%; height:50px; line-height:50px;}
.product-info .product-info-online a.swt,.case-box .product-info-online a.swt{ background:#0086df; color:#fff; border:1px solid #0086df; font-size:1rem}
.product-info .product-info-online a i,.case-box .product-info-online a i{display: inline-block;vertical-align: middle; margin-right:10px;}
.product-info .product-info-online a i img,.case-box .product-info-online a i img{ vertical-align:middle; display:table}
.product-info .product-info-online a.tel,.case-box .product-info-online a.tel{ border:1px solid #0086df; color:#0086df; font-size:1.15rem}
.product-info-other{ margin-top:2rem}
.product-info-other a{ padding-left:1.5rem; height:30px; line-height:30px; color:#666; width:25%; float:left;}
.product-info-other .a{ background:url("../images/findadd.png") no-repeat left center;}
.product-info-other .b{ background:url("../images/probook.png") no-repeat left center;}
.product-info-other .c{ background:url("../images/proservice.png") no-repeat left center;}
.product-info-other .d{ background:url("../images/proshare.png") no-repeat left center;}

.orther-article{ background:#f1f4f6; padding:1rem 2.5rem; overflow:hidden; position:relative}
.orther-article a{ color:#333; width:48%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.orther-article a.fl::before{content: "<";font-family: 宋体;font-weight: bold;position: absolute;left: 10px;background: #c9c9c9;color: #fff;height: 40px;width: 20px;top: 7px;line-height: 40px;text-align: center;font-size: 1.5rem;}
.orther-article a.fr{ text-align:right}
.orther-article a.fr::before{content: ">";font-family: 宋体;font-weight: bold;position: absolute;right: 10px;background: #c9c9c9;color: #fff;height: 40px;width: 20px;top: 7px;line-height: 40px;text-align: center;font-size: 1.5rem;}
.orther-article a:hover::before{ background:#0086df}
.orther-article a:hover{ color:#0086df}
.about-product.container{ margin-top:2rem}
.product-list{ margin-top:2rem;}
.product-list li{ margin: 0;padding: 0;border: 0;outline: 0;}
.product-list ul,ol,li{list-style: none;}
.product-list img{ width:100%; max-width:100%; height:100%;}
.product-list li{ float:left; width:32%; margin-bottom:2%; background:#fff;-moz-box-shadow: 0px 0px 5px #cacaca;-webkit-box-shadow: 0px 0px 5px #cacaca;box-shadow: 0px 0px 5px #cacaca;}
.product-list li .txt{ padding:1rem 1rem 0}
.product-list li .txt h2{ font-size:1.15rem; font-weight:bold; color:#333; margin-bottom:10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; width:100%}
.product-list li .txt p{ margin-bottom:10px; color:#8b8b8b;height:45px; overflow:hidden}
.product-list li .txt p a{padding:0px 8px; display:table-cell; color:#666; height:30px;  line-height:30px;}
.product-list li .txt p .swt{ background:#0086df; color:#fff; border:1px solid #0086df }
.product-list li .txt p .link{ border:1px solid #ddd}

.about-product .product-list li .img img{ max-height:220px;}
.container .index-tit{ font-size:2.25rem; font-weight:bold}
.container .common-tit{ position:relative; overflow:hidden}
.container .common-tit::before{ position:absolute; background:#0086df;top:37%; left:170px; z-index:0; height:12px;z-index:-1; width:8px; display:block;content: '';}
.container .common-tit::after{ position:absolute; background:#e6ebef; width:100%; top:37%; left:185px; z-index:-1; height:12px; display:block;content: '';}

@media screen and (max-width:768px){
    .container .common-tit::before{ left:125px;}
    .container .common-tit::after{ left:135px;}
    .about-product .more.wap-show{ display:table; width:100%; padding:1rem 0 0; text-align:center;}
    .about-product .more.wap-show a{ color:#888; font-size:16px;}
    .about-product .more.wap-show a i{ margin-left:9px; display:inline-block}
    .about-product.container .product-list li:nth-child(3){ display:none}
    .product-list li{ width:48%; margin-bottom:4%}
    .product-list li:nth-child(3n+2){ margin:0 0 4%}
    .product-list li:nth-child(2n){ float:right}
    .about-product.container{ margin-top:1rem}
}

@media screen and (min-width:769px){
    .wap-show{ display:none}
    .product-list li:nth-child(3n+2){ margin:0 2%}
    .product-list li .img img{ max-height:280px;}
    .about-product .product-list li .img img{ max-height:220px;}
}

@media screen and (max-width:481px){
    .product-list li{ width:100%; margin-bottom:1.5rem}
}

.f_mess{ width: 1360px; position: absolute; top: 0; left: 50%; margin-left: -680px; background: #fff; padding: 40px; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1); }
.f_messtit{ position: relative; }
.f_messtit .home_boxtit{ text-align: left; }
.f_messtit p{ position: absolute; right: 0; top: 0; width: 50%; text-align: right; font-size: 16px; line-height: 26px; color: #666; }