html,
body {
    width: 100%;
}

body {
    overflow-x: hidden;
}

.l {
    float: left
}

.r {
    float: right
}

.full {
    display: block;
    width: 100%;
    height: 100%;
}

a,
a:hover {
    color: inherit
}

.tableCell {
    display: table-cell;
    vertical-align: middle
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.container2 {
    position: relative;
    width: 1660px;
    margin: 0 auto
}

.header {
    padding: 10px 0;
    color: #666;
    font-size: 14px;
}

.header .f1 span {
    position: relative;
    cursor: pointer;
}

.header .f1 span:nth-child(1) {
    margin-right: 25px;
}

.header .f1 span:before {
    content: '';
    display: inline-block;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
    background: center no-repeat;
    vertical-align: middle;
}

.header .f1 span:nth-child(1):before {
    width: 20px;
    background-image: url(../images/icon-wechat.png);
}

.header .f1 span:nth-child(2):before {
    width: 19px;
    background-image: url(../images/icon-phone.png);
}

.header .f1 span img {
    position: absolute;
    width: 112px;
    height: 112px;
    top: 30px;
    left: 50%;
    margin-left: -50px;
    z-index: 5;
    display: none;
}

.header .f1 span:hover img {
    display: block;
}

.top-nav {
    padding: 12px 0 0 0;
    background: #00579e;
}

#nav {
    height: 100%;
}

#nav li {
    position: relative;
    width: 80px;
    height: 94px;
    margin-left: 35px;
    cursor: pointer;
    float: left;
}

#nav li:nth-child(1) {
    margin-left: 0;
}

#nav li div {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#nav li div span {
    display: block;
}

#nav li div span:nth-child(1) {
    padding: 15px 0 12px 0;
}

#nav li:hover:after,
#nav li.act:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: 0;
}

#nav li.act span:nth-child(1) {
    position: relative;
    top: 30px;
}

#nav li.act span:nth-child(2) {
    margin-top: -30px;
}

#nav .sub {
    position: absolute;
    width: 164px;
    line-height: 26px;
    top: 93px;
    left: -42px;
    background: #00579e;
    z-index: 99;
    display: none;
}

#nav .sub li {
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 42px;
    margin: 0;
    font-size: 14px;
    zoom: 1;
}

#nav .sub li:hover:after {
    display: none;
}

#nav .sub a {
    display: block;
    padding: 0 10px;
    color: #fff;
}

#nav .sub a:hover {
    color: rgb(210, 218, 255);
}

.banner {
    width: 100%;
    min-width: 1800px;
    overflow: hidden;
}

.banner img {
    display: block;
}

.mrt50 {
    margin-top: 50px;
}

.rl {
    position: absolute;
    top: 40px;
    right: 0;
    width: 118px;
    height: 100vh;
    background: #fff;
    z-index: 2;
}

.rl1 {
    height: 106px;
}

.rl .tel {
    position: relative;
    text-align: center;
    width: 100%;
    height: 106px;
    line-height: 106px;
    background: #1b1b1b;
    cursor: pointer;
}

.rl .tel div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/icon-phone2.png) center no-repeat;
    background-size: 39px 40px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.rl .tel span {
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.rl .tel:hover div {
    opacity: 0;
}

.rl .tel:hover span {
    opacity: 1;
}

.rl .txt {
    margin-top: 150px;
}

.rl .txt p {
    position: relative;
    width: 18px;
    line-height: 22px;
    margin: 0 auto;
    color: #333;
    font-size: 18px;
    word-wrap: break-word;
    word-break: break-all;
    writing-mode: tb-lr;
}

.rl .txt p:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    margin-top: 30px;
    top: 100%;
    left: 9px;
    background: #00549a;
}

.address {
    position: absolute;
    height: 115px;
    line-height: 115px;
    padding: 0 180px 0 80px;
    margin-top: -115px;
    right: 0;
    top: 100vh;
    color: #fff;
    background: #1b1b1b;
    font-size: 18px;
    z-index: 2;
}

.address span:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    margin-top: -8px;
    margin-right: 30px;
    background: url(../images/icon-local.png) center no-repeat;
    vertical-align: middle;
}

.search {
    margin-top: 14px;
}

.search div {
    position: relative;
    width: 300px;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 20px;
    left: 50%;
    border: 1px solid #e5e5e5;
    border-radius: 20px 5px 5px 20px;
    background: #fff;
    overflow: hidden;
}

.search div a {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/icon-search.png) center no-repeat;
    background-size: 16px;
    vertical-align: middle;
}

.search input {
    width: 200px;
    height: 100%;
    color: #666;
    font-size: 14px;
    float: left;
}

.search input::input-placeholder {
    color: #bababa;
}

.search input::-webkit-input-placeholder {
    color: #bababa;
}

.ititle {
    margin-top: 70px;
}

.ititle img {
    display: block;
    margin: 0 auto;
}

.product {
    min-height: 698px;
    margin-top: 30px;
}

.product .bg {
    display: block;
}

.product .w {
    position: relative;
    margin-top: -640px;
}

.product .w .l {
    width: 14%;
    margin-left: 12%;
}

.product .w .l p {
    color: #333;
}

.product .search div {
    width: 100%;
    padding: 0;
    left: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    background: transparent;
}

.product .search input {
    width: 120px;
}

.product .search div a {
    width: 30px;
    background-size: 13px;
}

.product .b1 {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 45px;
    color: #fff;
    background: #5188b5;
    font-size: 16px;
}

.product .l .list {
    position: relative;
    text-align: center;
    width: 100%;
}

.product .l .list li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.product .l .list li span:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -1px;
    margin-right: 10px;
    background: url(../images/icon-add.png) center no-repeat;
    vertical-align: middle;
    opacity: 0;
    display: none;
}

.product .l .list li:hover span:before {
    display: inline-block;
    opacity: 1;
}

.product .l .list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.product .l2 {
    width: 58%;
    padding: 60px 50px 0 50px;
    margin-left: 3%;
    background: #00549a;
    float: left;
}

.product .l2 .list {
    position: relative;
}

.product .l2 .list li {
    position: relative;
    width: 30%;
    margin: 0 1.66%;
    margin-bottom: 50px;
    float: left;
}

.product .l2 .list li .img {
    position: relative;
    width: 100%;
    height: 220px;
    background: #fff;
}

.product .l2 .list li .img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product .l2 .list li p {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #80aacd;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.product .l2 .list li:hover p {
    background: #407fb3;
}

.about {
    padding: 60px 0 0 0;
    margin-top: 30px;
    background: url(../images/bg3.jpg) center no-repeat;
    background-size: cover;
}

.about .txt {
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.about .btn-video {
    width: 241px;
    height: 66px;
    margin: 50px auto 0 auto;
    background: url(../images/btn-video.png) center no-repeat;
    cursor: pointer;
}

.about .icon-mouse {
    display: block;
    width: 22px;
    height: 38px;
    margin: 30px auto 0 auto;
    background: url(../images/icon-mouse.png) center no-repeat;
}

.about .mask {
    display: block;
    width: 100%;
    margin-top: 35px;
}

.case {
    margin-top: 50px;
    transform: scale(1.04);
}

.swiper-container.banner .swiper-slide,
.p-list .swiper-slide,
.a-honor .swiper-slide,
.news .swiper-slide,
.case .swiper-slide,
.swiper-container.banner .swiper-wrapper,
.p-list .swiper-wrapper,
.news .swiper-wrapper,
.case .swiper-wrapper {
    height: auto !important;
}

.case .swiper-slide {
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.case .swiper-slide.swiper-slide-active+.swiper-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.case .swiper-slide img {
    display: block;
    width: 100%;
}

.case .mask {
    opacity: 0;
}


/* .case .swiper-slide-active+.swiper-slide .mask { */

.case .swiper-slide-active+.swiper-slide:hover .mask {
    position: absolute;
    text-align: center;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.35);
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.case .arrow-left {
    position: absolute;
    width: 70px;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    left: 15%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5) url(../images/icon-arrowl.png) center no-repeat;
    background-size: 11px 19px;
}

.case .arrow-right {
    position: absolute;
    width: 70px;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    right: 15%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5) url(../images/icon-arrowr.png) center no-repeat;
    background-size: 11px 19px;
}

.case .swiper-slide-active+.swiper-slide .mask i {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 40%;
    left: 50%;
    margin-left: -20px;
    background: url(../images/icon-link.png) center no-repeat;
    background-size: contain;
}

.case .swiper-slide-active+.swiper-slide .mask p {
    display: inline-block;
    position: relative;
    top: 58%;
    color: #fff;
    font-size: 14px;
}

.case .swiper-slide-active+.swiper-slide .mask p:before,
.case .swiper-slide-active+.swiper-slide .mask p:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 50%;
    background: #fff;
}

.case .swiper-slide-active+.swiper-slide .mask p:before {
    left: -55px;
}

.case .swiper-slide-active+.swiper-slide .mask p:after {
    right: -55px;
}

.ol-consult {
    text-align: center;
    margin-top: 40px;
}

.ol-consult img {
    vertical-align: middle;
}

.ol-consult .consulting {
    display: inline-block;
    padding: 6px 20px;
    margin-left: 20px;
    color: #fff;
    border-radius: 50px;
    background: #00549a;
    font-size: 14px;
}

.news .w {
    width: 90%;
    margin-top: 30px;
    float: right;
}

.news .l {
    width: 15%;
}

.news .l .box {
    margin-top: 80px;
}

.news .l .btn {
    text-align: center;
    width: 145px;
    padding: 5px 0;
    margin-bottom: 30px;
    border: 1px solid #00549a;
    border-radius: 20px;
    color: #00549a;
    background: #fff;
    font-size: 18px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.news .l .btn.act,
.news .l .btn:hover {
    color: #fff;
    background: #00549a;
}

.news .l .btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.news .r {
    width: 85%;
}

.news .r .swiper-slide {
    /* padding-left: 20px; */
    /* box-sizing: border-box; */
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}

.news .r .swiper-slide .img {
    /* width: 400px; */
}

.news .r .swiper-slide img {
    display: block;
    width: 100%;
}

.news .r .swiper-slide .txt {
    padding: 25px 20px;
    box-shadow: 0px 4px 10px #e2e2e2;
}

.news .r .txt .date {
    color: #333;
    font-size: 14px;
}

.news .r .txt .title {
    padding-top: 12px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .r .txt .desc {
    line-height: 30px;
    padding-top: 16px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news .control {
    position: relative;
    width: 145px;
    margin-top: 40px;
}

.news .arrow-left {
    width: 50px;
    height: 50px;
    margin-left: 22px;
    border: 1px solid #fff;
    background: #00549a url(../images/icon-arrowl2.png) center no-repeat;
    border: 1px solid #00549a;
    float: left;
}

.news .arrow-right {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: url(../images/icon-arrowr2.png) center no-repeat;
    border: 1px solid #00549a;
    border-left: none;
    float: left;
}

.cooperation {
    padding: 60px 0 50px 0;
    margin-top: 50px;
}

.cooperation .box {
    width: 1200px;
    margin: 0 auto;
}

.cooperation .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.cooperation .bg img {
    width: 100vw;
    height: 100%;
    float: right;
}

.cooperation .l1 {
    width: 674px;
    margin: 0 auto;
}

.cooperation .l1 img {
    display: block;
    width: 100%;
}

.cooperation .l2 {
    margin-top: 40px;
}

.cooperation .l2 .w {
    float: left;
}

.cooperation .l2 .w1 {
    width: 22%;
    margin-top: 30px;
    margin-right: 5%;
}

.cooperation .l2 .w2 {
    width: 46%;
}

.cooperation .l2 .w3 {
    width: 22%;
    margin-top: 30px;
    margin-left: 5%;
}

.cooperation .l2 .w div:nth-child(2) {
    margin-top: 70px;
}

.cooperation .l2 .w h6 {
    color: #0163b3;
    font-size: 20px;
}

.cooperation .l2 .w p {
    padding-top: 20px;
    line-height: 28px;
    color: #333;
    font-size: 14px;
}

.cooperation .l2 .w3 h6 {
    text-align: right;
}

.video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.video .vb {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background: #000;
}

.video .close {
    position: absolute;
    width: 76px;
    height: 76px;
    top: -76px;
    right: 0;
    background: url(../images/close.png) center no-repeat;
    cursor: pointer;
}

.video video {
    display: block;
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    margin-top: 40px;
    color: #fff;
    background: #323337;
}

.footer .c {
    padding: 60px 0;
}

.footer .c .l {
    width: 28%;
}

.footer .c .r {
    width: 100%;
}

.footer .t1 {
    padding-top: 30px;
    line-height: 30px;
    font-size: 18px;
}

.footer .t2 {
    padding-top: 5px;
    font-size: 12px;
}

.footer .t3 {
    padding-bottom: 25px;
    line-height: 35px;
    border-bottom: 1px solid #7e7e81;
    font-size: 16px;
}

.footer .b1 {
    float: left;
}

.footer .b2 {
    float: right;
}

.footer .b1 h4 {
    padding-top: 50px;
    font-size: 24px;
}

.footer .b1 table {
    margin-top: 43px;
    font-size: 14px;
}

.footer .b1 table tr td:nth-child(1) {
    width: 310px;
}

.footer .b1 table tr:nth-child(1) td {
    padding-bottom: 15px;
}

.footer .b2 .qr-box {
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}

.footer .b2 .qr-box:nth-child(1) {
    margin-right: 50px;
}

.footer .b2 .qr {
    width: 128px;
    height: 128px;
    padding: 8px;
    background: url(../images/qrBorder.png) center no-repeat;
    background-size: contain;
}

.footer .b2 .qr img {
    display: block;
    width: 100%;
}

.footer .b2 .qr-box p {
    padding-top: 5px;
    font-size: 14px;
}

.footer .copyright {
    line-height: 30px;
    padding: 10px 0;
    border-top: 1px solid #47484b;
    font-size: 14px;
}

.footer .copyright .beian {
    padding-left: 30px;
}

.footer_zhichi {
    width: 100%;
    height: 30px;
}

.footer_zhichi p {
    width: auto;
    float: left;
    margin-right: 20px;
    color: #999;
    line-height: 30px;
}

.footer_zhichi p:last-child {
    margin-right: 0
}

.footer_zhichi .pt {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    background-size: contain;
    margin-top: 4px;
    margin-right: 10px
}

.footer_zhichi .js {
    width: 121px;
    height: 18px;
    background: url(../images/wl.png) no-repeat;
    background-size: contain;
    margin-top: 4px;
}

.footer_zhichi .pt:hover {
    background-image: url(../images/vl_hover.png)
}

.footer_zhichi .js:hover {
    background-image: url(../images/wl_hover.png)
}

.footer_zhichi span {
    float: left;
    font-size: 14px;
    color: #fff;
}

.footer_zhichi i {
    float: left;
}

.footer .links {
    padding: 10px 0;
    color: #333;
    font-size: 14px;
    background: #fff;
}

.footer .links a {
    padding-right: 20px;
}

.a-loca .container {
    height: 140px;
    margin-top: -70px;
    padding: 15px 20px;
    box-shadow: 0 0 20px #c2c2c2;
    background: #fff;
}

.a-loca .container p {
    color: #999;
    font-size: 14px;
}

.a-loca .container ul {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.a-loca .container ul li {
    padding: 0px 22px;
    margin-bottom: 5px;
    color: #333;
    float: left;
}

.a-loca .container ul li.act {
    color: #fff;
    background: #19467d;
}

.a-loca .container ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.a-loca .container ul li span {
    position: relative;
    line-height: 32px;
}

.a-loca .container ul li span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -23px;
    background: #19467d;
}

.a-loca .container ul li:nth-child(1) span:after,
.a-loca .container ul li:last-child span:after {
    display: none;
}

.a-loca .container ul li.act span:after {
    display: none;
}

.a-loca .w {
    margin-top: 30px;
}

.a-loca .w .l {
    width: 24%;
    overflow: hidden;
}

.a-loca .w .l div {
    float: right;
}

.a-loca .w .l span {
    position: relative;
    padding-left: 26px;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}

.a-loca .w .l a {
    position: relative;
}

.a-loca .w .l a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    top: 5px;
    right: -16px;
    background: #dcdcdc;
}

.a-loca .w .l a:last-child:after {
    display: none;
}

.a-loca .w .r {
    position: relative;
    width: 72%;
    margin-top: -6px;
}

.a-loca .w .r .inp {
    width: 75%;
    padding-left: 20px;
    border-radius: 22px;
    background: #dcdcdc;
}

.a-loca .w .r .inp input {
    display: block;
    width: 520px;
    height: 35px;
    line-height: 35px;
    color: #666;
    float: left;
}

.a-loca .w .r .inp #btnok {
    width: 72px;
}

.a-loca .w .r a {
    position: absolute;
    text-align: center;
    width: 16%;
    height: 44px;
    line-height: 44px;
    top: 0;
    left: 78%;
    border-radius: 22px;
    color: #fff;
    background: #00579e;
    font-size: 14px;
}

.a-banner img {
    display: block;
    width: 100%;
}

.a-introduce {
   
}

.a-introduce img {
    display: block;
}

.a-introduce .l {
    width: 54%;
    margin-top: 40px;
}

.a-introduce .l p {
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.a-introduce .r {
    position: relative;
    width: 42%;
    margin-top: 40px;
}

.a-introduce .r .img1 .btn {
    position: absolute;
    width: 50%;
    top: 70%;
    left: 25%;
    cursor: pointer;
}

.a-culture {
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}

.a-culture .acbg {
    display: block;
    min-width: 1920px;
    width: 100%;
}

.a-culture .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.a-culture .container img {
    display: block;
    margin: 0 auto;
}

.a-purpose {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.a-purpose .acbg {
    position: absolute;
    min-width: 1920px;
    width: 100%;
    top: 0;
    z-index: -1;
}

.a-purpose .l {
    width: 54%;
    margin-top: 40px;
}

.a-purpose .l img {
    display: block;
    width: 100%;
}

.a-purpose .r {
    position: relative;
    width: 46%;
    min-height: 483px;
    padding: 40px 50px;
    margin-top: 40px;
    background: #fff;
}

.a-purpose .r:after {
    content: '';
    position: absolute;
    width: 9999px;
    height: 100%;
    top: 0;
    left: 100%;
    background: #fff;
}

.a-purpose .r p {
    line-height: 30px;
    padding-top: 10px;
    text-indent: 28px;
    color: #666;
    font-size: 14px;
}

.a-purpose .r .btn {
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 20px;
    color: #fff;
    background: #00579e;
    font-size: 14px;
}

.a-honor {
    position: relative;
    height: 472px;
    margin-top: 100px;
}

.a-honor .m1 {
    position: absolute;
    top: 0;
    left: 0;
}

.a-honor .t {
    float: right;
}

.a-honor .w {
    position: absolute;
    width: 72%;
    height: 250px;
    top: 30%;
    right: -4%;
}

.swiper-container.honor {
    width: 100%;
    height: 100%;
}

.swiper-container.honor .swiper-slide {
    height: 100% !important;
}

.swiper-container.honor img {
    display: block;
    height: 100%;
}

.a-honor .arrow-left {
    position: absolute;
    width: 73px;
    height: 74px;
    top: 17%;
    left: -16%;
    background: url(../images/icon-arrowl3.png) center no-repeat;
}

.a-honor .arrow-right {
    position: absolute;
    width: 73px;
    height: 74px;
    top: 56%;
    left: -16%;
    background: url(../images/icon-arrowr3.png) center no-repeat;
}

.a-ent {
    margin-top: 80px;
}

.a-ent .list {
    margin-top: 25px;
    margin-left: -5px;
}

.a-ent .list li {
    display: table;
    width: 33.33%;
    padding: 5px;
    float: left;
}

.a-ent .list li.item4 {
    width: 25%;
}

.a-ent .list li div {
    display: table-cell;
    height: 287px;
    vertical-align: middle;
}

.a-ent .list li.item4 div {
    height: 213px;
}

.a-ent .list li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.a-ent .list li.item4 img {
    max-height: 213px;
}

.a-ent .more {
    text-align: center;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 40px;
    border: 2px solid #00579e;
    border-radius: 20px;
    color: #333;
    background: #fff;
    box-sizing: content-box;
    cursor: pointer;
    display: none;
}

.p-list {
    margin-top: 70px;
}

.p-list .item {
    margin-bottom: 90px;
}

.p-list .w .l,
.p-list .w .r {
    width: 48%;
}

.p-list .w .l img {
    display: block;
    width: 100%;
}

.p-list .w:nth-child(2) {
    position: relative;
    margin-top: 30px;
}

.p-list .w .r .title {
    padding: 20px 0 18px 0;
    border-bottom: 1px solid #00579e;
    color: #333;
    font-size: 32px;
}

.p-list .w .r p {
    min-height: 180px;
    margin-top: 18px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.p-list .w .r .btns {
    margin-top: 35px;
}

.p-list .w .r .btns a {
    text-align: center;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    background: #00579e;
    font-size: 14px;
    float: left;
}

.p-list .w .r .btns .tel {
    text-align: center;
    width: 360px;
    height: 40px;
    line-height: 40px;
    margin-left: 25px;
    border-radius: 5px;
    color: #333;
    background: #e5e5e5;
    font-size: 14px;
    float: left;
}

.p-list .w .r .btns .tel i {
    display: inline-block;
    width: 22px;
    height: 100%;
    margin-right: 10px;
    background: url(../images/icon-tel.png) center no-repeat;
    background-size: contain;
    vertical-align: top;
}

.p-list .w .r .btns .tel span {
    color: #00579e;
    font-size: 18px;
    font-weight: bold;
}

.p-list .swiper-container {
    margin-left: -8px;
}

.p-list .swiper-slide {
    padding: 0 8px;
    box-sizing: border-box;
}

.p-list .swiper-slide .img {
    border: 1px solid #dcdcdc;
    border-bottom: none;
}

.p-list .swiper-slide .img img {
    display: block;
    width: 100%;
}

.p-list .swiper-slide p {
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #00579e;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-list .arrow-left {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 40%;
    left: -90px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) url(../images/icon-arrowl.png) center no-repeat;
    background-size: 11px 19px;
    cursor: pointer;
    z-index: 2;
}

.p-list .arrow-right {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 40%;
    right: -90px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) url(../images/icon-arrowr.png) center no-repeat;
    background-size: 11px 19px;
    cursor: pointer;
    z-index: 2;
}

.p-more {
    position: relative;
    text-align: center;
    width: 220px;
    height: 55px;
    line-height: 55px;
    margin: -40px auto 60px auto;
    border-radius: 5px;
    color: #fff;
    background: #00579e;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

.p-more i {
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-top: -2px;
    margin-right: 10px;
    background: url(../images/icon-arrowd.png) center no-repeat;
    vertical-align: middle;
}

@media only screen and (max-width:1440px) {
    #nav {
        margin-right: 20px;
    }
    .banner {
        min-width: 1340px;
        width: 1340px;
        margin: 0;
    }
    .banner img {
        width: 100%;
    }
    .container2 {
        width: 100%;
    }
    .a-honor .w {
        height: 190px;
    }
    .a-honor .arrow-left {
        top: 18%;
        background-size: 80%;
    }
    .a-honor .arrow-right {
        top: 56%;
        background-size: 80%;
    }
    .address {
        padding: 0 80px 0 40px;
    }
    .rl {
        width: 100px;
    }
    .rl .tel span {
        font-size: 14px;
    }
}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:425px) {}


/*产品中心*/

.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: 285px;
    height: auto;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ny_solution_img {
    width: 100%;
    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_product_all ul li h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #060507;
    font-weight: normal
}

.ny_product_all ul li:nth-child(4n) {
    margin-right: 0
}


/*产品详情页*/

.ny_pro_ft {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.ny_pro_ft h3 {
    font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

.ny_pro_ft p,
.ny_pro_fts p {
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;
}

.ny_product_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 55px 0;
}

.ny_pro_top {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_pro_tleft {
    width: 523px;
    height: 397px;
    float: left
}

.ny_pro_tleft .slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.ny_pro_tleft .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}

.ny_pro_tleft .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ny_pro_tleft .slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #c9c9c9;
    cursor: pointer;
    border-radius: 50%;
}

.ny_pro_tleft .slideBox .hd ul li.on {
    background: #00579e;
    color: #fff;
}

.ny_pro_tleft .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ny_pro_tleft .slideBox .bd ul {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ny_pro_tleft .slideBox .bd li {
    width: 100%;
    height: 100%;
}

.ny_pro_tleft .slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.ny_pro_tright {
    width: 630px;
    height: auto;
    float: right
}

.ny_pro_tright h1 {
    font-size: 36px;
    color: #191919;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-weight: 700;
}

.ny_pro_p {
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    overflow: hidden
}

.ny_pro_p p {
    width: 100%;
    height: 100%;
    color: #000000;
    line-height: 35px;
    font-size: 15px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ny_pro_a {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0
}

.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;
    margin-top: 20px;
}

.ny_pro_dh i {
    color: #333;
    font-size: 38px;
    float: left;
    line-height: 70px;
    margin-right: 10px;
}

.ny_pro_ddh {
    float: left;
}

.ny_pro_ddh p {
    font-size: 14px;
    color: #313131;
}

.ny_pro_ddh span {
    font-size: 30px;
    color: #00579e;
    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%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 65px;
}

.ny_pro_bleft {
    width: 869px;
    height: auto;
    overflow: hidden;
    float: left
}

.ny_pro_bright {
    width: 300px;
    height: auto;
    float: right
}

.ny_probt_case {
    width: 100%;
    height: 368px;
    margin-top: 30px;
}

.ny_proshow_num h3,
.ny_proshow_info h3 {
    font-size: 30px;
    color: #313131;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}

.nyprocase-div {
    width: 100%;
    height: 203px;
    overflow: hidden;
    position: relative
}

.ny_probt_xx h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #313131;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ny_proinput .ny_pro_ft {
    margin-top: 50px;
}

.ny_proinput .ny_pro_ft span {
    color: #00579e;
}

.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: #00579e;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
    margin: 10px auto;
    display: block
}

.ny_proinput {
    overflow: hidden;
    margin-bottom: 20px;
}

.ny_probt {
    width: 100%;
    height: 50px;
}

.ny_probt li {
    width: 100%;
    height: 50px;
    background: #eeeeee;
    color: #313131;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: 50px;
    margin-right: 1px;
}

.ny_probt li:last-child {
    margin-right: 0px;
}

.ny_probt li:hover {
    background: #00579e;
    color: #fff
}

.ny_probt li:hover a {
    color: #fff
}

.ny_probt li.on {
    background: #00579e;
}

.ny_probt li.on a {
    color: #fff
}

.ny_probt li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.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: 40px;
    background: #00579e;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    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: #00579e
}

.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: #00579e;
    color: #fff;
    font-size: 14px;
    border: 0px;
    float: right;
    border-radius: 5px;
    cursor: pointer
}


/*荣誉资质*/

.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: 285px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.ny_honor_all ul li .honor_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee
}

.ny_honor_all ul li .honor_pic img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_honor_all ul li p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ny_honor_all ul li:nth-child(4n) {
    margin-right: 0px;
}


/*内页新闻*/

.ny_news_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}

.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: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.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: auto;
    float: right
}

.news_pic img {
    width: 100%;
    height: auto
}

.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: #00579e
}

.ny_news_all ul li:hover h3 {
    font-weight: bold;
}

.ny_news_bt {
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #333;
    margin: 15px auto;
    font-weight: normal;
}


/*销售服务*/

.ny_service_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
    color: #666;
    line-height: 30px;
}

.ny_news_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin: 40px 0
}


/*联系我们*/

.ny_contact {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_contact_map {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 20px;
}

.ny_conta_xx {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 42px;
    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%;
}


/*图文列表样式*/

.n-list {
    padding: 15px 0px;
}

.n-list li {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.n-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.n-list li h2 {
    padding: 15px 0 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.n-list li h2 a {
    color: #333;
    text-decoration: none;
}

.n-list li h2 a:hover {
    color: #8CAC52;
}

.n-list li .note b {
    position: relative;
    display: block;
    float: left;
    margin-right: 16px;
    width: 118px;
    height: auto;
    border: 1px solid #e8e8e8;
    font-style: normal;
}

.n-list li .note b img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    _height: 100%;
}

.n-list li .note p {
    display: block;
    font-size: 14px;
    max-height: 84px;
    line-height: 28px;
    font-weight: 500;
    color: #666;
    overflow: hidden;
}

.n-list li .note .info {
    padding-top: 10px;
    height: 20px;
    line-height: 20px;
}

.n-list li .note .info span {
    margin-right: 10px;
    color: #999;
    font-size: 12px;
}

.n-list li .note .info span i {
    margin-right: 3px;
    font-size: 12px;
}

.n-list .nodata {
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    line-height: 100px;
    text-align: center;
}

.yxwl_ban {
    background: url(../images/service_ban.jpg) no-repeat center
}

.ny_baninfo {
    width: 1200px;
    height: 225px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -600px;
}


/*css flickr style pagination*/

div.digg {
    text-align: center;
    font-family: Verdana;
    line-height: 20px;
    font-size: 12px;
    text-align: right;
    border-right: #dedfde 1px solid;
    float: right;
    margin-bottom: 20px;
}

div.digg a {
    padding: 5px 10px;
    background-position: 50% bottom;
    border: #dedfde 1px solid;
    border-right: none;
    color: #adaaad;
    text-decoration: none;
    float: left
}

div.digg a:hover {
    background-image: none;
    color: #fff;
    background-color: #a0a0a0;
}

div.digg a:active {
    background-image: none;
    color: #fff;
    background-color: #ddd;
}

div.digg span {
    color: #999;
    padding: 5px 10px;
    border: #dedfde 1px solid;
    border-right: none;
    float: left
}

div.digg span.current {
    font-weight: bold;
    color: #707070;
}

div.digg span.disabled {
    color: #adaaad;
}

.news_detail {
    width: 90%;
    margin: 0 auto;
    color: #666666;
    line-height: 24px;
    padding: 15px;
    padding-top: 0;
}

.newsxx_bd {
    width: 95%;
    height: auto;
    line-height: 24px;
    float: right;
}

.span_tit {
    width: 95%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

#newstitle {
    width: 95%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: url(../images/newstitle.gif);
    margin: 0 auto;
    line-height: 35px;
    padding-top: 20px;
}

#newslaiyuan {
    width: 95%;
    border-bottom: #D9D9D9 1px solid;
    height: 50px;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

#newsmsg {
    width: 95%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    line-height: 30px;
}

#newsmsg p {
    line-height: 28px;
}

#newsfoot {
    width: 100%;
    border: #DFDFE0 1px solid;
    background: #F7F7F7;
    height: 60px;
    padding: 5px;
}

#newsfoot a {
    color: #666;
}

#newsfoot tr td:nth-child(2) {
    vertical-align: middle
}

.newslist {
    height: 35px;
    background: url(../images/jiantou.gif) no-repeat 5px center;
    padding-left: 15px;
    line-height: 35px;
}

.fav {
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
}

.fav li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: #ddd 1px dashed;
    float: left;
}

.fav li a {
    float: left;
    width: 70%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.fav li a:hover {
    color: #000;
}

.fav li span {
    float: right;
    color: #999;
    font-size: 12px;
    margin-right: 2%;
}

.keyword_light {
    line-height: 28px;
}