@charset utf-8;

/* 全局样式 */

* {
    margin: 0;
    padding: 0;
    color: #333;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

img {
    border: none;
}

em,
i {
    font-style: normal;
}

.container {
    margin: 0 auto;
    width: 1440px;
}

.container_top {
    margin: 0 auto;
    width: 1440px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}

li:hover {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.gradient {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.gradient:hover {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.clear {
    clear: both
}

.img_hover img {
    width: 100%;
    transition: all .4s;
}

.img_hover:hover img {
    transform: scale(1.06);
    transition: all .4s;
}

body {
    overflow-x: hidden;
}


/* 网站导航 */

.top {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.top .container_top {
    height: 86px;
}

.top .logo {
    width: 260px;
    height: 86px;
    float: left;
    display: block;
    margin-left: 20px;
}

.top .logo a {
    display: block;
    float: left;
    margin-right: 18px;
}

.top .logo img {
    margin-top: 15px;
    float: left;
    margin-right: 10px;
}

.top .logo div {
    float: left;
    overflow: hidden;
    padding-left: 16px;
}

.top .logo div i {
    display: block;
    font-size: 18px;
    line-height: 2;
    font-style: normal;
    margin-top: 16px;
}

.top .logo div span {
    color: #333;
}

.top .logo div span em {
    color: #0b53c2;
    font-style: normal;
}

.top .logo p {
    font-size: 20px;
    line-height: 86px;
}

.top ul {
    width: 700px;
    float: right;
}

.dh_k {
    float: right;
    margin-right: 20px;
}

.dh_k menu {
    float: left;
}

.dh_k_top {
    height: 48px;
}

.dh_k_top li {
    float: right;
    font-size: 14px;
    color: #666;
    padding: 0 14px;
    line-height: 48px;
    position: relative;
}

.dh_k_top li::after {
    content: "";
    position: absolute;
    display: block;
    height: 12px;
    width: 1px;
    background: #dedede;
    right: 0;
    top: 18px;
}

.dh_k_top li:first-child::after {
    display: none
}

.top_tel {
    float: left;
    text-indent: 40px;
    background: url(../images/youquan_2.png)no-repeat left center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 102px;
    margin-left: 20px;
}

.header-menu {
    float: right;
    padding: 0;
    width: 100%;
    background: url(../images/youquan_1.png) no-repeat left center;
    padding-left: 10px;
}

.header-menu dl {
    float: left;
}

.header-menu dt a {
    display: block;
    height: 102px;
    line-height: 102px;
    font-size: 16px;
    color: #fff;
    padding: 0 18px;
    font-size: 16px;
    position: relative;
}

.header-menu dt a::before {
    content: "";
    position: absolute;
    display: block;
    height: 6px;
    width: 9px;
    background: url(../images/qianrui_1.png) no-repeat center;
    bottom: 20px;
    right: 10px;
}

.header-menu dt a.index::before {
    display: none;
}

.header-menu dl:hover dt a::after,
.header-menu dl dt a.active::after {
    position: absolute;
    content: "";
    display: block;
    height: 5px;
    width: 35px;
    background: #33bbee;
    bottom: 0;
    left: 20px;
}

.header-menu dd {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 9;
}

.header-menu .panel-inner {
    background: #f6f6f6;
    margin: 0 auto;
    overflow: hidden;
}

.nav_left {
    width: 43%;
    float: left;
    height: 270px;
    border-right: 1px solid #dedede;
    padding-top: 30px;
    padding-left: 50px;
}

.nav_left h2 {
    font-size: 24px;
    line-height: 2.2;
}

.nav_left p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #666;
    padding-right: 20px;
}

.nav_left a {
    display: block;
    height: 36px;
    width: 160px;
    border: 1px solid #0b53c2;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    color: #0b53c2;
    margin-top: 20px;
}

.nav_left a:hover {
    background: #0b53c2;
    color: #fff;
}

.nav_center {
    width: 22%;
    float: left;
    height: 270px;
    border-right: 1px solid #dedede;
    padding-top: 30px;
}

.nav_center p {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 2px 0;
}

.nav_center p a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.nav_center p:hover a {
    background: #0b53c2;
    color: #fff;
}

.nav_right {
    width: 20%;
    float: right;
    padding-top: 30px;
    padding-right: 40px;
}

.nav_right span {
    height: 178px;
    width: 325px;
    overflow: hidden;
    float: right;
    display: block;
}

.nav_right span img {
    width: 100%;
}


/* 导航解决方案 */

.nav_solu {
    overflow: hidden;
    padding: 30px 0;
}

.nav_solu h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 2;
}

.nav_solu h3 span {
    font-size: 18px;
    text-transform: uppercase;
    color: #d4d4d4;
    padding-left: 10px;
}

.nav_solu .zd_solu {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.nav_solu .zd_solu li {
    float: left;
    width: 19%;
    margin-right: 1%;
    background: #fff;
    overflow: hidden;
}

.nav_solu .zd_solu li:hover {
    background: #0b53c2
}

.nav_solu .zd_solu li:hover p {
    color: #fff;
}

.nav_solu .zd_solu li:last-child {
    margin-right: 0;
}

.nav_solu .zd_solu li .pic {
    height: 100px;
    overflow: hidden;
}

.nav_solu .zd_solu li .pic img {
    height: 100%;
    transition: all .4s;
}

.nav_solu .zd_solu li:hover .pic img {
    transform: scale(1.15);
    transition: all .4s;
}

.nav_solu .zd_solu li p {
    height: 36px;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 36px;
}

.nav_solu .hangye_solu {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.nav_solu .hangye_solu li {
    float: left;
    text-align: center;
    width: 8.3%;
}

.nav_solu .hangye_solu li:last-child {
    margin-right: 0;
}

.nav_solu .hangye_solu li .img {
    height: 44px;
}

.nav_solu .hangye_solu li .img img {
    height: 100%;
    transition: all .4s;
}

.nav_solu .hangye_solu li:hover .img img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.nav_solu .hangye_solu li p {
    font-size: 15px;
    color: #333;
    text-align: center;
    line-height: 42px;
}

.nav_solu .hangye_solu li:hover p {
    color: #0b53c2
}


/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */


/* 轮播图 */

.fullSlide {
    width: 100%;
    position: relative;
    height: 920px;
    background: #fff;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 920px;
    overflow: hidden;
    text-align: center;
    line-height: 920px;
}

.fullSlide .bd li>a {
    display: block;
    height: 920px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 16px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
    height: 20px;
    margin: 0 auto;
    border-radius: 15px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin: 3px;
    overflow: hidden;
    background: none;
    border: 2px solid #fff;
    line-height: 9999px;
}

.fullSlide .hd ul .on {
    background: #fff;
    border: 2px solid #fff;
}

.fullSlide .prev {
    left: auto;
    left: 15%;
    bottom: 240px;
    background: rgba(0, 0, 0, 0.3) url(../images/zuoyou1.png) no-repeat center;
}

.fullSlide .banner_bg {
    height: 217px;
    background: url(../images/youquan_3.png)repeat-x;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
}

.banner-index {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.banner_info {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 16%;
    z-index: 2
}

.banner_info p {
    font-size: 44px;
    color: #fff;
    line-height: 50px;
    margin-top: 4vh
}

.banner_info span {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    opacity: 0.8;
    display: block;
    margin-top: 1vh
}

.ban_more {
    width: 130px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    text-align: center;
    line-height: 46px;
    color: #fff;
    margin: 20px auto;
    background: url(../images/ab_jt.png) no-repeat center;
    border-radius: 25px;
}

.banner-index .list .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}

.banner-index .list,
.banner-index .list>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-index .list>li.active {
    z-index: 1;
}

.banner-index .list>li img.ban_pic {
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.banner-index .list>li.noscale img.ban_pic,
.banner-index .list>li.active img.ban_pic {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.banner-index .list.ground,
.banner-index .list.ground li {
    position: relative;
    width: auto;
    height: auto;
}

.banner-index .btn {
    position: absolute;
    left: 50%;
    z-index: 9;
    margin-left: -50px;
    bottom: 40px;
}

.banner-index .btn a {
    display: block;
    width: 16px;
    height: 16px;
    margin: 7px 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    float: left
}

.banner-index .btn a i {
    display: block;
    width: 8px;
    height: 8px;
    margin: 3px auto;
    background: #fff;
    border-radius: 50%;
}

.banner-index .btn a.active {
    border-color: #0b53c2;
}

.banner-index .btn a.active i {
    background: #0b53c2;
}

.banner-index-mobile {
    display: none;
}

.banner-index video {
    height: auto!important
}


/* 首页关于我们 */

.index_about_main {
    overflow: hidden;
    position: relative;
    /*background: url(../images/youquan_7.png) no-repeat center 100px;*/
    padding-bottom: 80px;
}

.index_about_main .index_about_bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 435px;
    width: 632px;
    background: url(../images/youquan_4.png)no-repeat center;
    z-index: -1;
}

.index_about_main .index_about_bg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 167px;
    width: 321px;
    background: url(../images/youquan_5.png)no-repeat center;
    z-index: -1;
}

.index_about_main .index_about_top {
    overflow: hidden;
}

.index_about_main .index_about_l {
    float: left;
    width: 74%;
    padding-top: 100px;
}

.index_about_main .index_about_l h3 {
    font-size: 42px;
    font-weight: normal;
    color: #121212;
    line-height: 1.8;
}

.index_about_main .index_about_l h3 span {
    font-size: 42px;
    font-weight: bold;
    color: #0b53c2;
    padding-left: 10px;
}

.index_about_main .index_about_l p {
    font-size: 24px;
    line-height: 1.8;
    color: #121212;
}

.index_about_main .index_about_l a.index_about_textq {
    line-height: 30px;
    display: block;
    text-align: justify;
    color: #454545;
    font-size: 16px;
    margin-bottom: 24px;
}

.index_about_main .index_about_l a.more_about {
    height: 48px;
    line-height: 48px;
    width: 198px;
    background: url(../images/youquan_8.png)no-repeat center;
    text-indent: 68px;
    font-size: 15px;
    color: #454545;
    display: block;
}

.index_about_main .index_about_r {
    float: right;
}

.index_about_bottom {
    overflow: hidden;
    margin-top: 30px;
}

.index_about_bottom li {
    float: left;
    width: 32%;
    float: left;
    margin-right: 1.8%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.index_about_bottom li:nth-child(3) {
    margin-right: 0;
}

.index_about_bottom li .wenhua_bg {
    width: 100%;
    transition: all 0.4s;
}

.index_about_bottom li:hover .wenhua_bg {
    transform: scale(1.2);
}

.index_about_bottom li .about_bottom {
    position: absolute;
    width: 100%;
    height: 250px;
    background: url(../images/youquan_12.png) no-repeat center;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}

.index_about_bottom li .about_bottom p {
    padding: 0 20px;
    padding-top: 170px;
    overflow: hidden;
}

.index_about_bottom li .about_bottom img {
    margin-right: 8px;
    float: left;
    display: block;
    margin-top: 8px;
}

.index_about_bottom li .about_bottom p em {
    display: block;
    float: left;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
}

.index_about_bottom li .about_bottom span {
    padding: 0 20px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.index_about_bottom li .about_hover {
    width: 100%;
    height: 250px;
    background: url(../images/youquan_31.png) no-repeat center;
    position: absolute;
    z-index: 999;
    left: -100%;
    bottom: -250px;
    padding: 40px;
    transition: all 0.4s;
}

.index_about_bottom li .about_hover p {
    overflow: hidden;
}

.index_about_bottom li .about_hover img {
    margin-right: 8px;
    float: left;
    display: block;
    margin-top: 8px;
}

.index_about_bottom li .about_hover p em {
    display: block;
    float: left;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
}

.index_about_bottom li .about_hover .about_hover_wz {
    overflow: hidden;
}

.index_about_bottom li .about_hover .about_hover_wz span {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
}

.index_about_bottom li .about_hover .about_hover_wz span em {
    font-weight: bold;
    color: #fff;
}

.index_about_bottom li .about_hover::before {
    content: "";
    position: absolute;
    height: 90%;
    width: 94%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    left: 3%;
    top: 5%;
}

.index_about_bottom li:hover .about_hover {
    bottom: 0;
    left: 0;
}

.index_about_bottom li:hover .about_bottom {
    bottom: -250px;
}


/* 用“锌”连接世界 */

.index_video_main {
    height: 358px;
    background: url(../images/youzhuan_pc_5.jpg) no-repeat top fixed;
    text-align: center;
}

.index_title_3 p {
    padding-top: 74px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.8
}

.index_title_3 span {
    font-size: 15px;
    width: 64%;
    display: block;
    margin: 0 auto;
    color: #fff;
    line-height: 24px;
}

.index_video_main a {
    display: block;
    height: 64px;
    width: 284px;
    background: url(../images/youquan_32.png) no-repeat center;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}

.index_video_main a img {
    float: left;
    margin: 11px 10px 0 30px;
}

.index_video_main a p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
}

.index_video_main a span {
    color: #fff;
    font-size: 15px;
}


/* 首页产品展示 */

.index_pro_main {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;
    background: url(../images/youquan_14.png) no-repeat bottom;
}

.index_title_2 {
    overflow: hidden;
    margin-bottom: 30px;
}

.index_title_2 p {
    text-align: center;
    font-size: 42px;
    color: #121212;
    line-height: 1.4;
}

.index_title_2 p span {
    font-size: 42px;
    color: #0b53c2;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}

.index_title_2 em {
    display: block;
    text-align: center;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.index_solution {
    background: url(../images/qianrui_pc_8.jpg) no-repeat center;
}

.picScroll-left {
    position: relative;
}

.picScroll-left .bd {
    overflow: hidden;
    margin: 0 auto;
    height: 428px;
}

.picScroll-left .bd li {
    width: 23.5%;
    margin-right: 28px;
    position: relative;
    height: 428px;
    overflow: hidden;
}

.picScroll-left .bd li .pic {
    width: 100%;
}

.picScroll-left .bd li .pic img {
    height: 100%;
    transition: all .4s;
}

.picScroll-left .bd li:hover .pic img {
    transform: scale(1.15);
    transition: all .4s;
}

.picScroll-left .bd li .index_solu_text {
    position: absolute;
    width: 100%;
    height: 428px;
    left: 0;
    bottom: 0;
    padding: 10%;
    transition: all .4s;
    background: url(../images/youquan_34.png) no-repeat center bottom;
}

.picScroll-left .bd li .index_solu_text p {
    line-height: 2;
    font-size: 24px;
    color: #fff;
    position: relative;
}

.picScroll-left .bd li .index_solu_text p::after {
    content: "";
    height: 23px;
    width: 23px;
    background: url(../images/qianrui_8.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.picScroll-left .bd li:hover .index_solu_text p::after {
    display: block;
}

.picScroll-left .bd li .index_solu_text span {
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.picScroll-left .bd li .index_solu_text em {
    position: absolute;
    bottom: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    left: 0;
    margin: 5% 10%;
    line-height: 1.8;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 10px;
}

.picScroll-left .bd li .index_solu_text i {
    position: absolute;
    bottom: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    left: 0;
    margin: 5% 10%;
    line-height: 1.8;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 10px;
    bottom: -112px;
    transition: all 0.08s;
}

.picScroll-left .bd li:hover .index_solu_text i {
    bottom: 0;
    transition: all .4s;
}

.picScroll-left .bd li:hover .index_solu_text em {
    display: none;
}

.picScroll-left .bd li:hover .index_solu_text {
    background: url(../images/youquan_37.png) no-repeat center;
    height: 236px;
    bottom: 0;
}

.picScroll-left .hd {}

.picScroll-left .hd a {
    display: block;
    height: 94px;
    width: 47px;
    position: absolute;
    top: 180px;
    cursor: pointer;
    z-index: 99999
}

.picScroll-left .hd a.next {
    background: url(../images/qianrui_6.png) no-repeat center;
    left: -8%;
}

.picScroll-left .hd a.prev {
    background: url(../images/qianrui_7.png) no-repeat center;
    right: -8%;
}

.picScroll-left .hd a.next:hover {
    background: url(../images/qianrui_10.png) no-repeat center;
    left: -8%;
}

.picScroll-left .hd a.prev:hover {
    background: url(../images/qianrui_11.png) no-repeat center;
    right: -8%;
}


/* 首页运营特点 */

.index_tedian_main {
    height: 600px;
    background: url(../images/youzhuan_pc_10.jpg) no-repeat center fixed;
    padding-top: 70px;
}

.index_title_4 {
    overflow: hidden;
    margin-bottom: 30px;
}

.index_title_4 p {
    font-size: 36px;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
}

.index_title_4 p span {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}

.index_title_4 em {
    display: block;
    text-align: left;
    color: #fff;
    line-height: 1.8;
    font-size: 24px;
}

.index_tedian_zt {
    width: 100%;
    background: url(../images/youquan_23.png) no-repeat center;
    margin-top: -50px;
    height: 375px;
}

.index_tedian_zt .slideTxtBox {
    width: 62%;
    float: left;
    padding: 36px;
}

.index_tedian_zt .slideTxtBox .hd {
    overflow: hidden;
    margin-top: 42px;
    margin-bottom: 20px;
}

.index_tedian_zt .slideTxtBox .hd ul li {
    float: left;
    width: 24.5%;
    height: 54px;
    background: #eeeeee;
    line-height: 54px;
    margin-right: 3px;
    text-indent: 49px;
    cursor: pointer;
}

.index_tedian_zt .slideTxtBox .hd ul li:hover {
    color: #fff;
}

.index_tedian_zt .slideTxtBox .hd ul li:nth-child(1) {
    background: #eee url(../images/youquan_15.png) no-repeat 16px center;
}

.index_tedian_zt .slideTxtBox .hd ul li:nth-child(2) {
    background: #eee url(../images/youquan_17.png) no-repeat 16px center;
}

.index_tedian_zt .slideTxtBox .hd ul li:nth-child(3) {
    background: #eee url(../images/youquan_19.png) no-repeat 16px center;
}

.index_tedian_zt .slideTxtBox .hd ul li:nth-child(4) {
    background: #eee url(../images/youquan_21.png) no-repeat 16px center;
}

.index_tedian_zt .slideTxtBox .hd ul li:nth-child(1):hover,
.index_tedian_zt .slideTxtBox .hd ul li:nth-child(1).on {
    background: #0b53c2 url(../images/youquan_16.png) no-repeat 16px center;
    color: #fff
}

.index_tedian_zt .slideTxtBox .hd ul li:nth-child(2):hover,
.index_tedian_zt .slideTxtBox .hd ul li:nth-child(2).on {
    background: #0b53c2 url(../images/youquan_18.png) no-repeat 16px center;
    color: #fff
}

.index_tedian_zt .slideTxtBox .hd ul li:nth-child(3):hover,
.index_tedian_zt .slideTxtBox .hd ul li:nth-child(3).on {
    background: #0b53c2 url(../images/youquan_20.png) no-repeat 16px center;
    color: #fff
}

.index_tedian_zt .slideTxtBox .hd ul li:nth-child(4):hover,
.index_tedian_zt .slideTxtBox .hd ul li:nth-child(4).on {
    background: #0b53c2 url(../images/youquan_22.png) no-repeat 16px center;
    color: #fff
}

.index_tedian_zt .slideTxtBox .bd ul h3 {
    color: #333;
    line-height: 2.6
}

.index_tedian_zt .slideTxtBox .bd ul p {
    font-size: 15px;
    color: #666;
    line-height: 36px;
}

.index_tedian_r {
    width: 38%;
    float: right;
    padding: 10px 50px;
}

.index_tedian_r h4 {
    font-size: 24px;
    color: #fff;
    line-height: 2.4;
    padding-top: 10px;
}

.index_tedian_r h4 span {
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    font-weight: normal;
}

.index_tedian_r form {
    width: 100%;
}

.index_tedian_r input[type="text"] {
    width: 48%;
    float: left;
    height: 42px;
    border: none;
    margin-bottom: 18px;
    text-indent: 10px;
}

.index_tedian_r input[type="text"]:nth-child(2n) {
    float: right;
}

.index_tedian_r textarea {
    width: 100%;
    text-indent: 20px;
    line-height: 2;
    border: none;
    height: 80px;
}

.index_tedian_r input[type="submit"] {
    width: 224px;
    margin: 0 auto;
    height: 48px;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #333;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.index_case_main {
    padding: 60px 0;
}

.index_case_main .case_con {
    display: table;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 30px;
}

.index_case_main .case_con li {
    float: left;
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    border: 1px solid #dedede;
    font-size: 16px;
    margin: 0 6px;
}

.index_case_main .case_con li a {
    font-size: 16px;
    color: #454545;
}

.index_case_main .case_con li:hover {
    border: 1px solid #0b53c2
}

.index_case_main .case_con li:hover a {
    color: #0b53c2
}

.picScroll-case {}

.picScroll-case .bd {
    overflow: hidden;
    width: 100%;
}

.picScroll-case .bd li {
    width: 31.5%;
    float: left;
    border: 1px solid #eee;
    margin: 0 16px;
    overflow: hidden;
}

.picScroll-case .bd li a {
    display: block;
}

.picScroll-case .bd li .pic {
    height: 236px;
    overflow: hidden;
}

.picScroll-case .bd li .pic img {
    width: 100%;
    transition: all .4s;
}

.picScroll-case .bd li:hover .pic img {
    transform: scale(1.15);
    transition: all .4s;
}

.picScroll-case .bd li .case_text {
    padding: 5% 7%;
}

.picScroll-case .bd li .case_text p {
    font-size: 24px;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.picScroll-case .bd li .case_text em {
    font-size: 14px;
    text-indent: 30px;
    display: block;
    background: url(../images/qianrui_4.png) no-repeat left center;
    line-height: 2.4;
    color: #999;
}

.picScroll-case .bd li .case_text span {
    display: block;
    text-align: justify;
    color: #787878;
    line-height: 1.8;
    padding-bottom: 10px;
}

.picScroll-case .bd li:hover {
    border: 1px solid #0b53c2;
}

.picScroll-case .hd {
    display: table;
    margin: 0 auto;
    margin-top: 40px;
}

.picScroll-case .hd li {
    float: left;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 4px solid #eaeaea;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 4px;
    cursor: pointer;
}

.picScroll-case .hd li.on {
    background: #eaeaea
}


/* 底部 */

footer {
    height: 369px;
    background: url(../images/youzhuan_pc_12.jpg) no-repeat center;
    position: relative;
}

footer .footer_top {
    height: 88px;
    line-height: 88px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

footer .footer_top .left {
    float: left;
}

footer .footer_top .left li {
    float: left;
    line-height: 88px;
    text-indent: 30px;
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
}

footer .footer_top .left li:nth-child(1) {
    background: url(../images/youquan_25.png) no-repeat left center;
}

footer .footer_top .left li:nth-child(2) {
    background: url(../images/youquan_26.png) no-repeat left center;
}

footer .footer_top .right {
    float: right;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #fff url(../images/youquan_27.png) no-repeat center;
    margin-top: 20px;
}

footer .footer_center {
    height: 170px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

footer .footer_center a.logo_footer {
    float: left;
    margin-right: 100px;
}

footer .footer_center a img {
    margin-top: 54px;
}

footer .footer_center ul {
    float: left;
}

footer .footer_center ul li a {
    display: block;
    line-height: 170px;
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
}

footer .footer_center ul li {
    float: left;
}

footer .footer_center .footer_center_icon {
    float: right;
    margin-top: 62px;
}

footer .footer_center .footer_center_icon li {
    height: 38px;
    width: 38px;
    margin-left: 10px;
    position: relative;
    float: left;
}

footer .footer_center .footer_center_icon li:nth-child(1) {
    background: url(../images/youquan_29.png) no-repeat;
}

footer .footer_center .footer_center_icon li:nth-child(2) {
    background: url(../images/youquan_30.png) no-repeat;
}

footer .footer_center .footer_center_icon li img {
    display: none;
    position: absolute;
    top: -180px;
    left: -65px;
}

footer .footer_center .footer_center_icon li:hover img {
    display: block;
}

.copy_bottom {
    height: 56px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.copyright {
    height: 56px;
}

.copyright a {
    color: #fff;
    font-size: 12px;
}

.copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 56px;
}

.copyright ul {
    float: right;
    width: 370px;
}

.copyright ul li,
.copyright ul li span {
    float: left;
    color: #fff;
    line-height: 56px;
    font-size: 12px;
}

.copyright p {
    display: inline;
}

.copyright ul li a {
    float: right;
    margin-top: 16px;
}

.copyright ul li a.weiling {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-right: 20px;
}

.copyright ul li a.weiling:hover {
    width: 121px;
    height: 18px;
    background: url(../images/vl_hover.png) no-repeat;
}

.copyright ul li a.wangshang {
    width: 107px;
    height: 18px;
    background: url(../images/ws.png) no-repeat;
}

.copyright ul li a.wangshang:hover {
    width: 107px;
    height: 18px;
    background: url(../images/ws_hover.png) no-repeat;
}

.fudong_right {
    width: 72px;
    height: 400px;
    position: fixed;
    bottom: 50px;
    right: 8px;
    z-index: 999
}

.fudong_right li {
    height: 74px;
    width: 74px;
    background: #33bbee;
    text-align: center;
    margin-bottom: 4px;
}

.fudong_right li img {
    margin-top: 13px;
}

.fudong_right li p {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.fudong_right .wx_tc {
    position: relative;
}

.fudong_right .wx_tc .win {
    display: none;
    position: absolute;
    bottom: 0;
    right: 80px;
}

.fudong_right .wx_tc .win img {
    margin-top: 0;
}

.fudong_right a.to-top {
    height: 42px;
    width: 72px;
    background: #0b53c2 url(../images/to_top.png) no-repeat center;
    text-align: center;
    line-height: 42px;
    display: block;
    cursor: pointer;
}

.fudong_right .wx_tc:hover .win {
    display: block;
    border: 2px solid #0b53c2;
    background: #fff;
    position: absolute;
}

.tel_tc {
    position: relative;
}

.tel_tc .tel_hover {
    height: 80px;
    width: 160px;
    background: #fff;
    border: 2px solid #0b53c2;
    display: none;
    padding-top: 14px;
}

.tel_tc .tel_hover p {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
    margin-bottom: 5px;
}

.tel_tc .tel_hover span {
    display: block;
    font-size: 20px;
    color: #0b53c2;
    line-height: 1.2;
    text-align: center;
    font-family: "Impact";
}

.tel_tc:hover .tel_hover {
    display: block;
    position: absolute;
    right: 80px;
    top: 0;
}

.fudong_right .wx_tc .win .wei-bg {
    width: 154px;
    height: 154px;
    display: none;
    position: absolute;
    background: rgba(222, 21, 21, 0.1);
    border-bottom: 2px solid #0b53c2;
    animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    1 -o-animation: move 2s linear infinite;
    -ms-animation: move 2s linear infinite;
}

.fudong_right .wx_tc.win span {
    display: none;
}

.fudong_right .wx_tc:hover .win .wei-bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

@keyframes move {
    from {
        height: 0
    }
    to {
        height: 154px;
    }
}

@-webkit-keyframes move {
    from {
        height: 0
    }
    to {
        height: 154px;
    }
}

@-moz-keyframes move {
    from {
        height: 0
    }
    to {
        height: 154px;
    }
}

@-o-keyframes move {
    from {
        height: 0
    }
    to {
        height: 154px;
    }
}


/*内页*/

.ny_banner {
    width: 100%;
    position: relative;
    height: 400px;
    clear: left;
    overflow: hidden;
}

.ny_banner::before {
    content: "";
    height: 217px;
    width: 100%;
    background: url(../images/youquan_3.png)repeat-x top;
    z-index: 999;
    top: 0;
    position: absolute;
    display: block;
}

.about_ban {
    background: url(../images/about_ban.jpg) no-repeat center
}

.news_ban {
    background: url(../images/news_ban.jpg) no-repeat center
}

.pro_ban {
    background: url(../images/pro_ban.jpg) no-repeat center
}

.fuwu_ban {
    background: url(../images/fuwu_ban.jpg) no-repeat center
}

.contact_ban {
    background: url(../images/contact_ban.jpg) no-repeat center
}

.join_ban {
    background: url(../images/join_ban.jpg) no-repeat center
}

.case_ban {
    background: url(../images/case_ban.jpg) no-repeat center
}

.ny_baninfo {
    width: 1440px;
    height: 225px;
    position: absolute;
    top: 195px;
    left: 50%;
    margin-left: -720px;
}

.ny_baninfo h3 {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    margin-top: 60px;
}

.ny_baninfo .ny_fubiao {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 28px;
}

.ny_baninfo .ny_fubiao hr {
    width: 55px;
    height: 1px;
    float: left;
    background: #e3a423;
    margin-top: 10px;
    margin-right: 8px;
}

.ny_baninfo .ny_fubiao * {
    color: #fff;
}

.ny_baninfo .ny_fubiao p {
    float: left;
    font-size: 14px;
    color: #fff;
}

.ny_baninfo .ny_fubiao p a {
    font-size: 14px;
    color: #fff
}

.ny_baninfo h4 {
    font-size: 56px;
    font-family: "Arial";
    text-transform: uppercase;
}

.ny_baninfo .ny_fubiao p a:hover {
    color: #0b53c2
}

.shine {
    background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #0b53c2)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

.ny_fubiao {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.ny_fubiao * {
    font-size: 13px;
    color: #666;
    line-height: 42px;
}

.ny_about_one {
    width: 100%;
    height: auto;
    margin-top: 80px;
    overflow: hidden
}

.ny_about_one .ny_abvideo {
    width: 516px;
    height: 438px;
    float: left
}

.ny_about_one .ny_abvideo img {
    width: 100%;
    height: 100%;
}

.ny_about_xx {
    width: 625px;
    height: 438px;
    float: right;
    padding-top: 28px;
}

.ny_about_xx h3 {
    font-size: 30px;
    color: #060507;
    height: 45px;
    line-height: 45px;
}

.ny_about_xx h4 {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.ny_about_xx h4 span {
    float: left;
    font-size: 18px;
    color: #0b53c2
}

.ny_about_xx h4 hr {
    width: 55px;
    height: 1px;
    float: left;
    background: #e3a423;
    margin-top: 16px;
    margin-left: 15px;
}

.one_about_info {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-top: 54px;
}

.one_about_info p {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.about_m {
    width: 172px;
    height: 42px;
    border: 1px solid #cec8cc;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    display: block;
    margin-top: 108px;
}

.about_m:hover {
    background: #0b53c2;
    color: #fff;
    border: 1px solid #0b53c2
}

.ny_ab_honor {
    width: 100%;
    height: 336px;
    background: #e7ecef;
    padding-top: 57px;
    margin-top: 42px;
}

.Box {
    width: 100%;
    height: auto;
}

.Box .Box_con {
    position: relative;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 290px;
    height: auto;
    margin-left: 13px;
    overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.ab_honor {
    width: 290px;
    height: 198px;
    overflow: hidden;
    position: relative
}

.ab_honor img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.Box .Box_con .conbox ul li p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 8px;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

.index_about_san {
    width: 100%;
    height: 610px;
    margin-top: 90px;
}

.about_san_left {
    width: 614px;
    height: auto;
    float: left
}

.about_san_left ul {
    width: 100%;
    height: auto;
    padding: 8px 0;
}

.about_san_left ul li {
    width: 307px;
    height: 300px;
    float: left;
    text-align: center;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding-top: 25px;
}

.about_san_left ul li .san_div {
    width: 60px;
    height: 60px;
    background: #0b53c2;
    text-align: center;
    line-height: 60px;
    margin: 0px auto 20px;
    display: flex;
    align-items: center;
}

.about_san_left ul li h3 {
    font-size: 22px;
    color: #323232;
    font-weight: bold;
    margin: 10px 0
}

.about_san_left ul li p {
    font-size: 18px;
    color: #aaaaaa;
    line-height: 26px;
}

.about_san_left ul li hr {
    width: 25px;
    height: 1px;
    background: #0b53c2;
    display: block;
    margin: 15px auto 10px
}

.about_san_left ul li span {
    font-size: 22px;
    color: #333333;
    font-family: "Arial"
}

.about_san_left ul li img {
    align-items: center;
    margin: 0px auto;
}

.about_san_left ul li:nth-child(1) {
    border-top: 0
}

.about_san_left ul li:nth-child(2) {
    border-top: 0;
    border-right: 0
}

.about_san_left ul li:nth-child(4) {
    border-right: 0
}

.about_san_left ul li:hover .san_div {
    background: #585858
}

.about_san_left ul li:hover p {
    color: #0b53c2
}

.about_san_left ul li:hover {
    box-shadow: 0px 1px 6px rgba(255, 0, 0, 0.61);
    border-right: 1px solid #0b53c2;
    border-top: 1px solid #0b53c2;
}

.about_san_right {
    width: 570px;
    height: 600px;
    float: right;
    position: relative;
    margin-top: 8px;
}

.about_san_right img {
    width: 100%;
    height: 100%;
}

.about_san_b {
    width: 100%;
    height: 67px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 10px;
    position: absolute;
    bottom: 0;
    left: 0
}

.about_san_b h3 {
    width: auto;
    float: left;
    font-size: 24px;
    color: #fff;
    line-height: 67px;
}

.about_san_b h4 {
    float: right
}

.about_san_b h4 span {
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 67px;
}

.about_san_b h4 hr {
    width: 38px;
    height: 1px;
    background: #fff;
    float: left;
    margin-left: 8px;
    margin-top: 38px;
}

.about_san_t {
    width: 546px;
    height: 508px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0px 18px 0 28px
}

.about_san_t h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 90px;
}

.about_san_t .san_xx {
    width: 100%;
    height: 122px;
    overflow: hidden;
    margin-top: 55px;
    margin-bottom: 40px;
}

.about_san_t .san_xx p {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}

.about_san_t a {
    width: 170px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    display: block
}

.ny_about_cc {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: url(../images/lc_bjs.jpg) no-repeat;
    margin-top: 92px;
    padding-top: 58px;
}

.ny_cc_t {
    width: 100%;
    height: auto;
    text-align: center
}

.ny_cc_t h4 {
    font-size: 36px;
    color: #333333;
}

.ny_cc_t p {
    font-size: 18px;
    color: #0b53c2;
    line-height: 35px;
}

.lc_xc {
    height: 330px;
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.lc_frUl {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 40px;
}

.lc_frUl ul li {
    height: 330px;
    float: left;
    width: 560px;
    margin-right: 12px;
    overflow: hidden;
    position: relative
}

.product_pic {
    width: 510px;
    height: 162px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    z-index: 9;
}

.product_pic h5 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.product_pic p {
    font-size: 15px;
    color: #333333;
    line-height: 28px;
}

.lc_line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #a0a0a0;
    position: absolute;
    z-index: 1;
    top: 47%;
    left: 0;
}

.lc_xc .og_prev,
.lc_xc .og_next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    z-index: 99;
    cursor: pointer;
    text-align: center;
}

.lc_xc .og_prev {
    left: -50px;
    background: url(../images/lc_left.png) no-repeat center
}

.lc_xc .og_prev:hover {
    background: url(../images/lc_hleft.png)
}

.lc_xc .og_next {
    right: -50px;
    background: url(../images/lc_right.png) no-repeat center
}

.lc_xc .og_next:hover {
    background: url(../images/lc_hright.png) no-repeat
}

.odd .product_pic {
    position: absolute;
    bottom: 20px;
    left: 60px;
}

.odd .product_pic {
    padding-top: 40px;
}

.s {
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    height: 162px;
    background: url(../images/lc_bj.png) no-repeat;
}

.s_h {
    position: absolute;
    left: 0;
    width: 15px;
    height: 0;
    top: 0;
    background: url(../images/lc_hbj.png) no-repeat;
}

.d {
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    height: 162px;
    background: url(../images/lc_bx.png) no-repeat;
}

.d_h {
    position: absolute;
    left: 0;
    width: 15px;
    height: 0;
    top: 0;
    background: url(../images/lc_hbx.png) no-repeat;
}

.even .product_pic:hover .s_h {
    height: 162px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product_pic:hover h5 {
    color: #0b53c2
}

.odd .product_pic:hover .d_h {
    height: 162px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}


/*内部二级导航*/

.ny_nav {
    width: 1300px;
    height: 54px;
    margin: 0 auto;
    margin-top: 40px;
}

.ny_nav ul {
    width: auto;
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.ny_nav ul li {
    height: 54px;
    line-height: 54px;
    float: left;
    text-align: center;
    position: relative;
    background: #eee;
    margin-right: 2px;
    position: relative;
    text-align: center;
}

.ny_nav ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    color: #333;
    padding: 0 50px;
    text-align: center;
}

.ny_nav ul li:hover,
.ny_nav ul li.active {
    background: #0b53c2
}

.ny_nav ul li:hover a,
.ny_nav ul li.active a {
    color: #fff;
}

.ny_nav ul li.active::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #33bbee;
    bottom: 0;
    left: 0;
}

.ny_pro_bt {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_pro_bt ul {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0;
}

.ny_pro_bt ul li {
    width: auto;
    float: left;
    background: url(../images/p_xx.png) no-repeat left center;
    padding-left: 50px;
    margin-right: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.ny_pro_bt ul li a {
    font-size: 18px;
    color: #060507;
}

.ny_pro_bt ul li:hover a {
    color: #0b53c2
}

.ny_pro_bt ul li:hover {
    background: url(../images/p_hx.png) no-repeat left center
}

.ny_pro_bt ul li.active {
    background: url(../images/p_hx.png) no-repeat left center
}

.ny_pro_bt ul li.active a {
    color: #0b53c2
}


/*研发中心*/

.ny_yfzx_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

.ny_yfzx_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
}

.ny_yfzx_title h3 {
    font-size: 30px;
    color: #060507;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.ny_yfzx_title h3 span {
    float: left
}

.ny_yfzx_title h3 hr {
    width: 1060px;
    height: 1px;
    background: #ddd;
    float: right;
    margin-top: 15px;
}

.ny_yfzx_title h4 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #0b53c2;
    margin-top: 0px;
}

.ny_yfzx_title h4 span {
    width: 36px;
    height: 1px;
    background: #0b53c2;
    float: left;
    margin-top: 22px;
    margin-left: 8px;
}

.ny_yfzx_title h4 p {
    width: auto;
    float: left;
    color: #0b53c2;
}

.ny_yfzx_title h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 30px;
    color: #060507
}

.ny_yfzx_xx {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-top: 30px;
}

.yfzx_more {
    width: 172px;
    height: 40px;
    border: 1px solid #cec8cc;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
}


/*产品中心*/

.ny_product_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
    margin-bottom: 60px
}

.ny_product_all ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_product_all ul li {
    width: 100%;
    height: auto;
    border: 1px solid #d2d2d2;
    margin: 15px auto 25px;
    overflow: hidden;
    padding: 22px;
}

.ny_solution_img {
    width: 478px;
    height: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #d2d2d2
}

.ny_solution_img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    display: block
}

.ny_solution_xx {
    width: 600px;
    height: auto;
    float: left;
    margin-left: 50px;
    padding: 6px 0
}

.ny_solution_xx p {
    font-size: 16px;
    color: #555;
    line-height: 35px;
}

.ny_solution_xx p b {
    color: #353432
}

.ny_solution .case_link {
    margin-top: 30px;
}

.ny_soli_p {
    width: 100%;
    height: 172px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ny_pro_shengcan .slideBox .bd li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.ny_product_all ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.ny_product_all ul li:hover {
    border: 1px solid #0b53c2;
}

.ny_solution_xx .ny_yfzx_title {
    margin-top: 0
}

.yfzx_more:hover {
    background: #0b53c2;
    color: #fff;
    border: 1px solid #0b53c2
}


/*产品详情页*/

.ny_proinput .ny_pro_ft {
    margin-top: 50px;
}

.ny_proinput .ny_pro_ft span {
    color: #0b53c2;
}

.ny_proinput ul {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 38px;
}

.ny_proinput ul li {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    overflow: hidden
}

.ny_proinput ul li div {
    height: 36px;
    width: 420px;
    border: 1px solid #d2d2d2;
    float: left;
}

.ny_proinput ul li div input {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-left: 10px;
}

.li_dh {
    float: right!important
}

.ny_proinput ul li textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    resize: none
}

.liji_su {
    width: 423px;
    height: 46px;
    background: #0b53c2;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
    margin: 10px auto;
    display: block
}

.ny_proinput {
    overflow: hidden;
    margin-bottom: 20px;
}

.sideMenu {
    width: 100%;
    height: auto;
}

.sideMenu h3 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    background: url(../images/jian.png) no-repeat 268px center;
    font-size: 15px;
    color: #191919;
    cursor: pointer;
    padding: 0px 22px 0 30px
}

.sideMenu h3.on {
    background: #0b53c2 url(../images/h_jian.png) no-repeat 268px center;
    color: #fff;
    border-bottom: 0px;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(images/icoAdd.png) 16px 12px no-repeat;
    cursor: pointer;
}

.sideMenu h3.on em {
    background-position: 16px -57px;
}

.sideMenu ul {
    padding: 15px 32px;
    color: #999;
    display: none;
    background: #eeeeee;
}

.sideMenu ul li a {
    font-size: 15px;
    color: #313131
}

.sideMenu ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: url(../images/dian.png) no-repeat left center;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.sideMenu ul li:hover a {
    color: #0b53c2
}

.ny_probt {
    width: 100%;
    height: 65px;
}

.ny_proshow_num {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.ny_proshow_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16pxx;
    color: #666;
    line-height: 30px;
}

.fangan_show {
    margin-top: 20px;
}

.ny_hotnews {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.ny_hotnews h3 {
    width: 100%;
    height: 50px;
    background: #0b53c2;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    padding: 0px 10px;
}

.ny_hotnews ul {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.ny_hotnews ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding: 0px 10px;
}

.ny_hotnews ul li p {
    width: 70%;
    float: left;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #191919;
    font-size: 14px;
}

.ny_hotnews ul li span {
    float: right;
    font-size: 12px;
    color: #191919
}

.ny_hotnews ul li:hover p,
.ny_hotnews ul li:hover span {
    color: #0b53c2
}

.ny_hotnews_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #dad7d7;
    padding: 8px 7px;
}

.ny_hotnews_info p {
    font-size: 14px;
    color: #191919;
    line-height: 26px;
}

.ny_hotnews input[type="text"] {
    width: 240px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 0px 10px;
    float: left;
}

#btnok {
    width: 50px;
    height: 35px;
    background: #0b53c2;
    color: #fff;
    font-size: 14px;
    border: 0px;
    float: right;
    border-radius: 5px;
    cursor: pointer
}


/*内页新闻*/

.ny_news_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.ny_news_all ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.ny_news_all ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px
}

.ny_news_all ul li .ny_time {
    width: 115px;
    height: auto;
    float: left;
    margin-top: 25px;
}

.ny_news_all ul li .ny_time span {
    display: block;
    font-size: 12px;
    color: #999;
    text-align: right
}

.ny_news_all ul li .ny_time p {
    font-size: 41px;
    color: #c8c8c8
}

.news_xx {
    width: 63%;
    height: auto;
    float: left;
    margin-left: 2%;
    margin-top: 20px;
}

.news_xx h3 {
    widdth: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ny_news_all ul li:hover .news_xx h3 {
    color: #0b53c2
}

.news_xx p {
    width: 100%;
    height: 52px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_xx span {
    font-size: 14px;
    color: #aaaaaa
}

.news_pic {
    width: 22%;
    height: 144px;
    float: right;
    overflow: hidden
}

.news_pic img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.ny_news_all ul li:hover {
    background: #f4f4f4
}

.ny_news_all ul li:hover .ny_time p,
.ny_news_all ul li:hover .ny_time span,
.ny_news_all ul li:hover span {
    color: #0b53c2
}

.ny_news_all ul li:hover h3 {
    font-weight: bold;
}

.ny_news_all ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}


/*联系我们*/

.ny_contact {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_contact_map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 20px;
}

.ny_conta_xx {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.contact_right {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 32px
}

.ny_cont_wx {
    width: 340px;
    height: auto;
    float: right
}

.ny_cont_wx dl {
    width: 140px;
    height: 200px;
    float: left;
    margin-right: 26px;
}

.ny_cont_wx dl dt {
    width: 140px;
    height: 140px;
    border: 4px solid #e5e5e5;
    padding: 10px;
    background: #fff
}

.ny_cont_wx dl dd {
    font-size: 14px;
    color: #626262;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.ny_cont_wx dl dt img {
    width: 100%;
    height: 100%;
}


/*荣誉资质*/

.ny_honor_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_honor_all ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ny_honor_all ul li {
    width: 23.7%;
    height: auto;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 25px;
    position: relative;
}

.ny_honor_all ul li .honor_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ny_honor_all ul li .honor_pic img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.ny_honor_all ul li p {
    height: 48px;
    position: absolute;
    line-height: 48px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s;
}

.ny_honor_all ul li:hover p {
    background: rgba(11, 83, 194, 0.8);
    transition: all 0.3s;
}

.ny_honor_all ul li:nth-child(4n) {
    margin-right: 0px;
}

.ny_honor_all ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}


/*case*/

.ny_case_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_case_list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ny_case_list ul li {
    width: 18.5%;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}

.ny_case_list ul li .honor_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ny_case_list ul li .honor_pic img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.ny_case_list ul li p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ny_case_list ul li:nth-child(5n) {
    margin-right: 0px;
}

.ny_case_list ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.fangan_inside {
    display: table;
    margin: 0 auto;
    padding: 30px 0 10px 0;
}

.fangan_inside h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 2;
    font-weight: normal;
}

.fangan_inside h3::after {
    content: "";
    height: 3px;
    width: 49px;
    background: #0b53c2;
    margin: 0 auto;
    display: block;
}

.fangan_inside_1 {
    padding: 30px 0 10px 0;
}

.fangan_inside_1 h3 {
    font-size: 24px;
    color: #333;
    line-height: 2;
    font-weight: normal;
}

.fangan_inside_1 h3::after {
    content: "";
    height: 3px;
    width: 49px;
    background: #0b53c2;
    display: block;
}

.ny_fangan_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0
}

.ny_fangan_all ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ny_fangan_all ul li {
    width: 244px;
    height: auto;
    float: left;
    margin-right: 20px;
    border-bottom: 1px solid #eee;
}

.ny_fangan_all ul li .honor_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ny_fangan_all ul li .honor_pic img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.ny_fangan_all ul li p {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 1rem;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ny_fangan_all ul li:nth-child(5n) {
    margin-right: 0px;
}

.ny_fangan_all ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.hangye_inside {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.hangye_inside li {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    text-align: center;
    width: 200px;
    overflow: hidden;
}

.hangye_inside li img {
    width: 30%;
    margin-top: 30px;
}

.hangye_inside li .inside_hangye_list {
    border: 1px solid #eee;
    height: 120px;
}

.hangye_inside li:nth-child(6n) {
    margin-right: 0px;
}

.hangye_inside li p {
    text-align: center;
    line-height: 48px;
    color: #454545;
    font-size: 13px;
}

.hangye_inside li a {
    cursor: auto;
}

.ny_fanhui {
    display: block;
    height: 42px;
    width: 140px;
    line-height: 42px;
    text-indent: 54px;
    background: #f1f1f1 url(../images/left_fanhui.png) no-repeat 30px center;
    margin-top: 30px;
}

.ny_fanhui a {
    display: block;
    color: #666;
}

.ny_fanhui:hover {
    background: #0b53c2 url(../images/left_fanhui_1.png) no-repeat 30px center;
}

.ny_fanhui a:hover {
    color: #fff;
}


/*店面展示*/

.ny_case_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_case_all ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_case_all ul li {
    width: 380px;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}

.ny_case_all ul li .case_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.ny_case_all ul li .case_pic img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.ny_case_all ul li p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ny_case_all ul li:nth-child(3n) {
    margin-right: 0px;
}

.ny_case_all ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}


/*销售服务*/

.ny_service_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0;
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.ny_service_all p {
    color: #666;
    font-size: 15px;
    text-align: justify!important;
    line-height: 2;
}

.ny_news_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin: 40px 0
}

.ny_service_all img {
    max-width: 100%
}

.keyword_light {}

.keyword_light p {
    font-size: 14px;
    color: #666;
}


/*客服*/

.lxfx {
    height: auto;
    position: fixed;
    right: 0px;
    top: 200px;
    width: 77px;
    z-index: 999;
}

.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 4px;
    width: 300px;
    font-size: 14px;
}

.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}

.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}

.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}

.lxfx li i {
    display: block;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    width: 30px;
    background: url(../images/fx.png) no-repeat;
    background-position: 4px 6px;
}

.lxfx li i.icon-tel {
    background-position: 0 -20px;
}

.lxfx li i.icon-ly {
    background-position: 4px -49px;
}

.lxfx li i.icon-wx {
    background-position: -34px 4px;
}

.lxfx li i.icon-wb {
    background-position: -30px -22px;
}

.lxfx li i.icon-top {
    background-position: -34px -50px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}

.lxfx li {
    background: #0b53c2;
    height: 56px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px;
    float: left;
}


/* 在线留言 */

.index_liuyan_main {
    height: 176px;
    background: url(../images/yh_pc_11.jpg) no-repeat center;
}

.index_liuyan_main h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 2;
    padding-top: 30px;
    font-weight: normal;
}

.index_liuyan_main h4 span {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0b53c2
}

.index_liuyan_main h4 em {
    font-style: normal;
    font-size: 13px;
    color: #666;
    float: right;
    line-height: 2;
    font-weight: normal;
}

.index_liuyan_main input[type="text"] {
    width: 338px;
    height: 48px;
    border: 1px solid #dedede;
    text-indent: 10px;
    margin-right: 10px;
    float: left;
}

.index_liuyan_main input[type="submit"] {
    float: right;
    width: 256px;
    height: 48px;
    border: none;
    background: #0b53c2;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.ny_pro_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 30px;
}

.ny_pro_show h2 {
    line-height: 3;
    text-align: center;
    margin-top: -30px;
    font-size: 30px;
    font-weight: bold;
}

.ny_pro_top {
    width: 100%;
    height: auto;
}

.ny_pro_tleft {
    width: 523px;
    height: 500px;
    float: left;
    position: relative;
}

.ny_pro_tright {
    width: 630px;
    height: auto;
    float: right
}

.ny_pro_tright h3 {
    font-size: 28px;
    width: 100%;
    color: #191919;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ny_pro_p {
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
}

.ny_pro_p p {
    width: 100%;
    height: 35px;
    color: #000000;
    line-height: 35px;
    font-size: 15px;
}

.ny_pro_a {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 35px 0 25px
}

.ny_pro_a a {
    width: 260px;
    height: 60px;
    background: #959595;
    display: block;
    overflow: hidden;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 18px;
}

.ny_pro_a a:hover {
    background: #313131;
}

.ny_pro_a a i {
    font-size: 28px;
    margin-right: 10px;
    float: left;
    margin-left: 56px;
}

.ny_pro_dh {
    width: 100%;
    height: 80px;
}

.ny_pro_dh i {
    color: #000000;
    font-size: 50px;
    float: left
}

.ny_pro_ddh {
    float: left;
}

.ny_pro_ddh p {
    font-size: 14px;
    color: #313131;
}

.ny_pro_ddh span {
    font-size: 30px;
    color: #0b53c2;
    font-family: "Impact"
}

.ny_pro_24 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.ny_pro_24 p {
    font-size: 14px;
    color: #313131;
    background: url(../images/dh.png) no-repeat left center;
    float: left;
    padding-left: 20px;
    margin-right: 30px;
}

.ny_pro_bottom {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: 60px;
}

.ny_pro_bleft {
    width: 1000px;
    height: auto;
    overflow: hidden;
    float: left
}

.ny_pro_bright {
    width: 270px;
    height: auto;
    float: right
}

.ny_probt_case {
    width: 100%;
    height: 368px;
    margin-top: 30px;
}

.ny_probt_case h1,
.ny_proshow_num h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    height: 40px;
}

.ny_probt_case li {
    width: 275px;
    height: 244px;
    float: left;
    margin-right: 22px;
    margin-bottom: 20px;
}

.ny_probt_case li img {
    width: 100%;
    height: 203px;
}

.ny_probt_case li:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

.nyprocase-div {
    width: 275px;
    height: 203px;
    overflow: hidden;
}

.nyprocase-div img {
    transition: .6s;
}

.ny_probt_case li:hover .ny_probt_xx h3 {
    color: #0b53c2;
}

.ny_probt_case li .ny_probt_xx {
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc;
    padding: 0 15px;
}

.ny_probt_xx h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.ny_probt_xx p {
    font-size: 13px;
    color: #313131;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden
}

.ny_probt_case li:nth-child(3n) {
    margin-right: 0px;
}

.ny_proinput .ny_pro_ft {
    margin-top: 20px;
}

.ny_proinput .ny_pro_ft span {
    color: #0b53c2;
}

.ny_proinput ul {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 38px;
}

.ny_proinput ul li {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    overflow: hidden
}

.ny_proinput ul li div {
    height: 36px;
    width: 492px;
    border: 1px solid #e4e4e4;
    float: left;
    overflow: hidden;
}

.ny_proinput ul li div input {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-left: 10px;
}

.li_dh {
    float: right!important
}

.ny_proinput ul li textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #e4e4e4;
    padding: 10px;
    resize: none
}

.liji_su {
    width: 423px;
    height: 46px;
    background: #0b53c2;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
    margin: 10px auto;
    display: block
}

.ny_proinput {
    overflow: hidden;
    margin-bottom: 20px;
}

.sideMenu {
    width: 100%;
    height: auto;
}

.sideMenu h3 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 15px;
    color: #191919;
    cursor: pointer;
    padding: 0px 22px 0 30px;
}

.sideMenu h3:first-child {
    border-top: 1px solid #e3e3e3;
}

.sideMenu h3.on {
    background: #0b53c2;
    color: #fff;
    border-bottom: 0px;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(images/icoAdd.png) 16px 12px no-repeat;
    cursor: pointer;
}

.sideMenu h3.on em {
    background-position: 16px -57px;
}

.sideMenu ul {
    padding: 29px 32px;
    color: #999;
    display: none;
    background: #eeeeee;
}

.sideMenu ul li a {
    font-size: 15px;
    color: #313131
}

.sideMenu ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ny_probt {
    width: 100%;
    height: 65px;
}

.ny_probt li {
    width: 50%;
    height: 65px;
    background: #eeeeee;
    color: #313131;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
}

.ny_probt li:last-child {
    margin-right: 0px;
}

.ny_probt li:hover {
    background: #0b53c2;
    color: #fff
}

.ny_probt li:hover a {
    color: #fff
}

.ny_probt li.on {
    background: #0b53c2;
}

.ny_probt li.on a {
    color: #fff
}

.ny_probt li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    font-size: 18px;
}

.ny_proshow_num {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.ny_proshow_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.fangan_show {
    margin-top: 20px;
}

.ny_proshow_num table,
.ny_proshow_num table tr,
.ny_proshow_num table td {
    border: 3px solid #d4d4d4;
}

.ny_tuijian {
    padding-top: 20px;
}

.slideTxtBox3 .hd ul {
    height: 42px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.slideTxtBox3 .hd ul li {
    height: 42px;
    line-height: 48px;
    text-align: center;
    width: 136px;
    margin-right: 2px;
    float: left;
}

.slideTxtBox3 .hd ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    background: #efefef;
}

.slideTxtBox3 .hd ul li.on a {
    background: #0b53c2;
    color: #fff;
}

.slideTxtBox3 .bd {
    overflow: hidden;
}

.slideTxtBox3 .bd li {
    width: 305px;
    margin-right: 26px;
    margin-bottom: 24px;
    float: left;
}

.slideTxtBox3 .bd li:nth-child(4n) {
    margin-right: 0;
}

.slideTxtBox3 .bd li .pic {
    width: 305px;
    height: 225px;
    overflow: hidden;
}

.slideTxtBox3 .bd li p {
    height: 54px;
    border-bottom: 1px solid #eee;
    line-height: 54px;
}

.slideTxtBox3 .bd li p a {
    font-size: 16px;
}

.slideTxtBox3 .bd li p span {
    float: right;
    line-height: 54px;
    color: #999;
    font-size: 14px;
}

.fav1 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.fav1 li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #dedede;
    float: left;
    width: 49.5%;
}

.fav1 li:nth-child(2n) {
    float: right;
}

.fav1 li a {
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

.fav1 li span {
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.pro_list2 {
    width: 100%;
    overflow: hidden;
}

.pro_list2 li {
    width: 383px;
    float: left;
    border: 1px solid #eee;
    margin-right: 19px;
    margin-bottom: 20px;
    overflow: hidden;
}

.pro_list2 li .img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
}

.pro_list2 li .img img {
    width: 100%;
    transition: all 0.4s;
}

.pro_list2 li .hezuo {
    height: 118px;
}

.pro_list2 li:hover .img img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.pro_list2 li:hover {
    border: 1px solid #0b53c2
}

.pro_list2 li:hover div {
    color: #0b53c2
}

.pro_list2 li:hover h2 {
    color: #0b53c2;
}

.pro_list2 li:nth-child(3n) {
    margin-right: 0;
}

.pro_title_ny {
    padding: 16px;
}

.pro_title_ny h2 {
    font-size: 18px;
    line-height: 2;
}

.pro_title_ny span {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.footer_main {
    display: table;
    margin: 0 auto;
}


/*产品列表内*/

.ny_left {
    width: 18%;
    height: auto;
    float: left;
}

.ny_left_title {
    width: 100%;
    height: 64px;
    background: #0b53c2;
    line-height: 64px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.ny_left_nav {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #f6f6f6;
    margin-bottom: 40px;
}

.ny_left_nav .yiji li {
    width: 100%;
    height: auto;
    padding-left: 10px;
    margin-bottom: 1px;
    background: url(../images/dian.png) no-repeat 8px 22px;
}

.ny_left_nav ul li a {
    font-size: 16px;
    color: #333333;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.ny_left_nav ul li .inactive {
    background: url(../images/off.png) no-repeat 210px center;
}

.ny_left_nav ul li .inactives {
    background: url(../images/on.png) no-repeat 210px center;
}

.ny_left_nav ul li ul {
    display: none;
}

.ny_left_nav ul li ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: none;
    border-bottom: 1px dashed #eee;
}

.ny_left_nav ul li ul li ul {
    display: none;
}

.ny_left_nav ul li ul li a {
    font-size: 14px;
    color: #666666
}

.ny_left_nav ul li ul li.active a {
    color: #0b53c2;
    font-size: 14px;
    background: url(../images/r_jt.png) no-repeat 182px center
}

.ny_left_nav ul li.active a {
    color: #0b53c2
}

.ny_left_nav ul li:hover a.inactive {
    color: #0b53c2
}

.ny_left_nav ul li ul li:hover a {
    color: #0b53c2
}

.ny_left_nav ul li .inactives {
    color: #0b53c2
}

.ny_left_nav ul li ul li:hover a {
    color: #0b53c2
}

.yiji li.active {
    background: #fff url(../images/dian.png) no-repeat 8px 22px;
}

.ny_left_nav ul li ul li:hover {
    background: url(../images/r_jt.png) no-repeat 184px center
}

.ny_left_nav .yiji li:hover {
    background: #fff url(../images/dian.png) no-repeat 8px 22px;
}

.ny_left_nav ul li ul li:last-child {
    border-bottom: none;
}


/*产品侧边导航*/

.accordion {
    width: 100%;
    height: auto;
    overflow: hidden
}

.accordion li.open .link {
    color: #0b53c2;
    border-bottom: 1px dashed #eee;
    font-weight: bold;
}

.accordion .link i {
    width: 7px;
    height: 7px;
    background: #0b53c2;
    float: left;
    margin-top: 22px;
    margin-right: 10px;
}

.ny_left_nav ul li.open {
    background: #fff
}

.accordion .link {
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #666;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../images/off.png) no-repeat 207px center;
}

.open .link {
    background: url(../images/on.png) no-repeat 196px center;
}

.submenu {
    display: none;
}

.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.accordion li {
    padding: 0 10px;
}

.accordion li:hover {
    background: #fff;
}

.ny_right {
    width: 80%;
    height: auto;
    float: right;
}

.ny_right_title {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.ny_right_title h3 {
    font-size: 24px;
    height: 47px;
    line-height: 47px;
    color: #484848;
    font-weight: bold;
    background: url(../images/hs.png) no-repeat left center;
    padding-left: 20px;
}

.pro_list2 {
    width: 100%;
    overflow: hidden;
}

.pro_list2 li {
    width: 326px;
    float: left;
    border: 1px solid #eee;
    margin-right: 19px;
    margin-bottom: 20px;
    overflow: hidden;
}

.pro_list2 li .img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 204px;
    overflow: hidden;
}

.pro_list2 li .img img {
    width: 100%;
    transition: all 0.4s;
}

.pro_list2 li .hezuo {
    height: 118px;
}

.pro_list2 li:hover .img img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.pro_list2 li:hover {
    border: 1px solid #0b53c2
}

.pro_list2 li:hover h3 {
    color: #0b53c2;
}

.pro_list2 li:hover h3 span {
    color: #fff;
    background: #0b53c2
}

.pro_list3 {
    width: 100%;
    overflow: hidden;
}

.pro_list3 li {
    width: 32.2%;
    float: left;
    border: 1px solid #eee;
    margin-right: 1.5%;
    margin-bottom: 20px;
    overflow: hidden;
}

.pro_list3 li .img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
}

.pro_list3 li .img img {
    width: 100%;
    transition: all 0.4s;
}

.pro_list3 li .hezuo {
    height: 118px;
}

.pro_list3 li:hover .img img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.pro_list3 li:hover {
    border: 1px solid #0b53c2
}

.pro_list3 li:hover h3 {
    color: #0b53c2;
}

.pro_list3 li:hover h3 span {
    color: #fff;
    background: #0b53c2
}

.pro_list3 li:nth-child(3n) {
    margin-right: 0;
}

.case_title_ny {
    padding: 0 10px;
}

.case_title_ny h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 54px;
    color: #666;
}

.case_title_ny h3 span {
    float: right;
    font-size: 13px;
    color: #666;
    height: 32px;
    width: 80px;
    border-radius: 16px;
    background: #f1f1f1;
    display: block;
    line-height: 32px;
    text-align: center;
    margin-top: 11px;
}

.ny_left_nav .chanpin_con {
    overflow: hidden;
}

.ny_left_nav .chanpin_con li {
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    position: relative;
}

.ny_left_nav .chanpin_con li a {
    font-size: 15px;
    display: block;
    color: #666;
}

.ny_left_nav .chanpin_con li.active {
    background: #fff url(../images/r_jt.png) no-repeat 208px center;
}

.ny_left_nav .chanpin_con li::before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 5px;
    background: #0b53c2;
    left: 9px;
    top: 23px;
    border-radius: 50%;
}

.bd_xx strong {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.bd_xx ul li {
    padding-left: 11px;
    position: relative;
    color: #656565
}

.bd_xx ul li p {
    color: #656565
}

.bd_xx ul li::before {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #0b53c2;
    left: 0;
    top: 12px;
}


/*弹出视频*/

.video_bj {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 888;
    display: none
}

.video_xx {
    width: 600px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -190px;
    z-index: 999
}

.close {
    width: 100%;
    height: 40px;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
}

.close img {
    width: 32px;
    height: 32px;
    margin-top: 4px;
    margin-right: 10px;
}

.video-box {
    width: 100%;
    height: auto;
}

.sj_video {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

@media screen and (max-width:1440px) {
    .container,
    .container_top,
    .ny_baninfo {
        width: 1300px;
    }
    .ny_baninfo {
        margin-left: -650px;
    }
    .top{width: 1440px;overflow: hidden;}
    .logo{width: 193px;}
    .clearfix{width: 1000px;}
    .top_tel{font-size: 16px;}
    .dh_k{width: 80%;}
    .dh_k a{font-size: 13px !important; }
}

@media screen and (max-width:1366px) {
    .container,
    .container_top,
    .ny_baninfo {
        width: 1200px;
    }
    .ny_baninfo {
        margin-left: -600px;
    }
    .dh_k{width: 80%;}
    .dh_k a{font-size: 13px !important;}
}
