.container {
    width: 1200px !important;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xy-title {
  padding: 20px 0;
  text-align: left;
  margin: 10px 0;
  text-indent: 20px;
  background: #013171;
  position: relative;
}

.xy-title span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.xy-title a {
    position: absolute;
    top: 45%;
    right: 15px;
    font-size: 18px;
    color: #fff;
    margin-top: -10px;
}

.xy-title a strong {
    background: #fff;
    color: #666;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
}


/* 头部样式 */

.x-top,
.x-top a {
    color: #fff;
    font: 400 12px/36px "微软雅黑";
}

.x-seo {
    color: #e9ecf2;
    font: 400 12px/36px "微软雅黑";
    background: url(../images/top_r.png) center left no-repeat;
    padding-left: 30px;
    position: relative;
}

.x-seo:after {
    width: 600px;
    height: 100%;
    background: #004690;
    position: absolute;
    left: 100%;
    top: 0;
    content: "";
}

.x-seo a {
    font: 400 12px/37px "微软雅黑";
    color: #fff;
    padding: 0 10px;
}

.n-seo {
    color: #e9ecf2;
    font: 400 12px/36px "微软雅黑";
}

.n-seo a {
    font: 400 12px/37px "微软雅黑";
    color: #fff;
    padding: 0 10px;
}

.x-head {
    padding: 8px 0 10px 0;
}

.x-logo img {
    margin-top: -13px;
}


/* 导航栏下拉 */

.demo-menu {
    float: left;
    padding: 36px 0 30px 50px;
}

.demo-menu>li {
    float: left;
    position: relative;
    padding: 0 26px;
    /* margin: 0 27px */
    /* min-width: 120px; */
}

.demo-menu>li:last-child {
    padding-right: 0;
}

.demo-menu>li>a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1;
}

.demo-menu>li.active>a,
.demo-menu>li>a:hover {
    color: #053478;
}

.demo-menu>li:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%
}

.demo-menu>li:hover .demo-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.demo-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666;
    line-height: 54px;
    padding: .5em
}

.demo-sub-menu>li>a:hover {
    background: #103294;
    color: #fff;
}

.demo-sub-menu {
    z-index: 99;
    width: 120%;
    left: -8%;
    top: 39px;
    /* left: 0; */
    max-height: 0;
    position: absolute;
    /* top: 100%; */
    /* z-index: 0; */
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    margin-top: 10px !important;
}

.demo-sub-menu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background: #fff;
    margin-bottom: 1px
}

.demo-menu .demo-sub-menu li:hover a {
    border-left: 0px solid #454545;
    border-radius: 0;
    color: #292929;
    background: #efefef
}

.demo-menu>li:hover .demo-sub-menu,
.demo-menu>li:focus .demo-sub-menu {
    max-height: 2000px;
    z-index: 10
}

.demo-menu>li:hover .demo-sub-menu li,
.demo-menu>li:focus .demo-sub-menu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.demo-menu li:hover .demo-sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.demo-menu li:hover .demo-sub-menu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms
}

.demo-menu li:hover .demo-sub-menu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms
}

.demo-menu li:hover .demo-sub-menu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}

.demo-menu li:hover .demo-sub-menu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms
}

.demo-menu li:hover .demo-sub-menu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}

.demo-menu li:hover .demo-sub-menu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

.demo-menu li:hover .demo-sub-menu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms
}

.demo-sub-menu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms
}

.demo-sub-menu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

.demo-sub-menu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}

.demo-sub-menu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms
}

.demo-sub-menu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}

.demo-sub-menu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms
}

.demo-sub-menu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms
}

.demo-sub-menu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}


.demo-banner {
    position: relative;
}

.owl-carousel {
    position: relative
}

.owl-carousel .banner-item a {
    display: block
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: rgba(0, 0, 0, .3);
    height: 86px;
    width: 45px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
}

.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
    display: block;
}

.owl-carousel .owl-nav button.owl-next {
    right: 16%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 16%;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(16, 50, 148, .8);
}

.owl-carousel .owl-nav .iconfont {
    width: 16px;
    height: 28px;
    position: relative;
}

.owl-carousel .owl-nav .icon-right-arrow::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 28px;
    top: -14px;
    left: -6px;
    background: url(../images/b_r.png) center no-repeat;
}

.owl-carousel .owl-nav .icon-left-arrow::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 28px;
    top: -14px;
    left: -6px;
    background: url(../images/b_l.png) center no-repeat;
}

@media (max-width:990px) {
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        height: 40px;
        width: 30px;
        margin-top: -20px
    }
    .owl-carousel .owl-nav .iconfont {
        font-size: 20px
    }
}

.owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 37px;
}

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 9px;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.owl-carousel .owl-dots button.owl-dot:hover {
    opacity: .5
}

.owl-carousel .owl-dots button.owl-dot.active {
    background: #053478;
}

@media (max-width:990px) {
    .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px
    }
}


/* 关于我们 */

.x-aboutz {
    padding: 65px 0 44px 0;
}

.x-about-l {
    width: 542px;
}

.about-s {
    width: 542px;
    height: 288px;
    border-radius: 0px 0px 50px 0px;
    overflow: hidden;
}

.about-s video {
    outline: none;
}

.about-x {
    margin-top: 25px;
    padding-top: 10px;
    background: url(../images/ditu.jpg) center left no-repeat;
    height: 91px;
}

.x-aboout-r {
    width: 584px;
}

.x-aboout-r h3 {
    margin-top: 28px;
    height: 40px;
    background: url(../images/about.png)center left no-repeat;
    position: relative;
}

.x-aboout-r h3:before {
    position: absolute;
    top: -22px;
    content: '';
    width: 66px;
    height: 2px;
    background: #252525;
}

.x-aboout-r .a-t {
    font: 600 28px/1 "Microsoft YaHei";
    color: #004690;
    margin-top: 10px;
}

.x-content {
    overflow: hidden;
    margin: 42px 0 50px 0;
}

.a-more {
    position: relative;
    display: block;
    width: 192px;
    height: 50px;
    font: 400 14px/50px "Arial";
    border: 2px solid #eaeaea;
    text-transform: uppercase;
    padding-left: 35px;
    color: #999;
    transition: all .6s;
}

.a-more i {
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url(../images/sanj.png)center no-repeat;
    margin-left: 30px;
}

.a-more:after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #103294;
    z-index: -1;
    transition: all .6s;
}

.a-more:hover {
    color: #fff;
}

.a-more:hover:after {
    width: 100%;
}


/* 首页产品 */

.x-pro {
    background: #0d5eb4;
    padding: 62px 0 57px 0;
}

.pro-l {
    text-indent: 500px
}

.pro-l h3 {
    width: 156px;
    height: 32px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 80px;
}

.pro-l h4 {
    position: relative;
    font: 700 28px/44px "Microsoft YaHei";
    padding-top: 21px;
    color: #fff;
    background: url(../images/bus.png) 42% 40% no-repeat;
    padding-bottom: 30px;
    padding-left: 106px;
}


/* .pro-l h4::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 4px;
    background: #fff;
    top: -30px;
} */

.tonglan {
    background: #fff;
     width: 1920px;
    margin-left: -352px; 
}

.pro-r {
    position: relative;
    background: #fff;
    padding: 51px 32px 51px 32px;
    overflow: hidden;
     width: 1200px;
    margin: 0 auto; 
}

.xpro-r {
    overflow: hidden;
}

.pro-r li {
    list-style-type: none;
}

#prolist {
    width: 3000px;
}

.pro-r .content {
    overflow: hidden;
    float: left;
    _display: inline;
}

.pro-item {
    margin: 0 15px;
}


/* .pro-item:nth-child(3n) {
    margin-right: 0px;
} */

.pro-item .img {
    display: block;
    width: 349px;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.pro-item .img img {
    width: 349px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    height: 380px;
}

.pro-item .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-item .img .wz {
    position: absolute;
    font: 500 12px/30px "Microsoft YaHei";
    height: 30px;
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .24);
    padding-left: 26px;
}

.pro-item .img .wz span {
    float: right;
    text-align: center;
    width: 30px;
    height: 30px;
    font: 500 23px/30px "Microsoft YaHei";
    background: #004690;
}

.pro-item h3 {
    font: 400 16px/1 "Microsoft YaHei";
    color: #333;
    padding-bottom: 24px;
}

.pro-item:hover h3 {
    color: #004690;
    font-weight: 400;
}


/* #demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
} */

.pro-click {
    position: relative;
}

.pro-click .slick-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    width: 16px;
    height: 28px;
    cursor: pointer;
    background: url(../images/pro-l.png)center no-repeat;
    border: none;
    z-index: 999;
    font-size: 0;
    outline: none;
}

.pro-click .slick-next {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 16px;
    height: 28px;
    cursor: pointer;
    background: url(../images/pro-r.png)center no-repeat;
    border: none;
    z-index: 999;
    font-size: 0;
    outline: none;
}

.seclist {
    background: #fafafa;
    padding: 0px 18px;
    /*height: 170px;*/
    transition: all .8s;
    /*display: none;*/
}

.seclist a {
    display: block;
    float: left;
    width: 50%;
    color: #666;
    font: 400 14px/30px "Microsoft Yahei";
    background: url(../images/list.jpg) no-repeat 0 50%;
    padding-left: 8px;
}

.seclist a:hover {
    text-decoration: underline;
}

.seclist .promore {
        width: 349px;
    top: 340px;
    position: absolute;
    font: 500 17px/40px "Microsoft YaHei";
    color: #fff!important;
    background: rgba(0, 0, 0, .24);
    height: 40px;
    padding: 0;

    margin-left: -19px;
    text-align: center;
}

.pro-item:hover .seclist {
    background: #103294;
}

.pro-item:hover .seclist a {
    color: #fff;
}


/* 首页优势 */

.x-ys {
        background: url(../images/ys.jpg)center no-repeat;
    height: 768px;
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    
}

#p_tabs{
    display: none;
}

.ys-z {
    position: relative;
}

.ys-sl {
    padding: 96px 0 0 93px;
}

.y-more a {
    display: block;
    padding: 103px 60px 0 0;
    font: 500 14px/1 "Microsoft YaHei";
    color: #666!important;
}

.y-more a:hover {
    color: #004690!important;
}

.slick-dots {
    position: absolute;
}


/* .slick-banner .slick-dots li {
    position: absolute;
    top: 274px;
    left: 564px;
    width: 19px;
    height: 19px;
    background: #0d5eb4;
    border: 4px solid #85aed9;
    border-radius: 50%;
    background-position: 50% 50%;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imgfd 40s linear infinite 0s;
    -moz-animation: imgfd 40s linear infinite 0s;
    -o-animation: imgfd 40s linear infinite 0s;
    -ms-animation: imgfd 40s linear infinite 0s;
    animation: imgfd 40s linear infinite 0s;
} */

.ys-sl h3 {
    font: 600 28px/1 "Microsoft YaHei";
    color: #333;
}

.ys-sl p {
    padding-top: 16px;
    font: 400 18px/1 "Microsoft YaHei";
    color: #666;
}

.ys-rr {
    width: 482px;
}

.xypg-left-news,
.xypg-left-keys,
.xypg-left-contact,
.page-message-img {
    display: none;
}

.dw {
    width: 700px;
    height: 560px;
    float: left;
}

.dw li {
    font: 500 22px/1 "Microsoft YaHei";
    color: #fff;
    position: absolute;
    list-style: none;
    cursor: pointer;
    z-index: 999;
}

.dw .ys0 {
    position: absolute;
    font-size: 46px;
    top: 248px;
    left: 301px;
    color: #004690;
}

.dw b {
    position: absolute;
    display: block;
    font: 300 28px/1 "Microsoft YaHei";
    top: 310px;
    left: 273px;
    color: #333;
}

.slick-banner .slick-dots li {
    position: absolute;
    background: #efefef;
    cursor: pointer;
    width: 138px;
    height: 138px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: inline-block;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
}

.slick-banner .slick-dots li.slick-active::after {
    position: absolute;
    content: '';
    width: 138px;
    height: 138px;
    top: 0;
    background-color: rgba(0, 70, 144, .86);
    /* z-index: -1; */
}

.slick-banner .slick-dots li:nth-child(1).slick-active {
    /* background: rgba(0, 70, 144, .86); */
    /* z-index: -1; */
}

.slick-banner .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.slick-banner .slick-dots li:nth-child(1) {
    top: -275px;
    left: -577px;
}

.slick-banner .slick-dots li:nth-child(2) {
    top: -277px;
    left: -369px;
}

.slick-banner .slick-dots li:nth-child(3) {
    top: -172px;
    left: -680px;
}

.slick-banner .slick-dots li:nth-child(4) {
    top: -174px;
    left: -472px;
}

.slick-banner .slick-dots li:nth-child(5) {
    top: -174px;
    left: -268px;
}

.slick-banner .slick-dots li:nth-child(1) {
    background: url(../images/t1.png) center no-repeat rgba(0, 0, 0, .5);
}

.slick-banner .slick-dots li:nth-child(2) {
    background: url(../images/t2.png) center no-repeat;
}

.slick-banner .slick-dots li:nth-child(3) {
    background: url(../images/t3.png) center no-repeat;
}

.slick-banner .slick-dots li:nth-child(4) {
    background: url(../images/t4.png) center no-repeat;
}

.slick-banner .slick-dots li:nth-child(5) {
    background: url(../images/t5.png) center no-repeat;
}


/* 字体 */

.slick-dots li p {
    top: 40px;
    left: 38px;
    position: absolute;
    width: 39px;
    font: 500 39px/1 "impact";
    color: #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    z-index: 2;
}

.slick-dots li span {
    top: 76px;
    left: 66px;
    position: absolute;
    width: 45px;
    font: 500 22px/1 "impact";
    color: #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    z-index: 2;
}

.slick-dots li .slick-active p {
    color: #fff;
}

.slick-banner .slick-dots li.slick-active::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    background: #0d5eb4;
    border: 4px solid #85aed9;
    border-radius: 50%;
}

.slick-banner .slick-dots li.slick-active:nth-child(1)::before {
    top: -290px;
    left: 229px;
}

.slick-banner .slick-dots li.slick-active:nth-child(2)::before {
    /* top: 35px;
    left: 299px; */
    top: -126px;
    left: 172px;
}

.slick-banner .slick-dots li.slick-active:nth-child(3)::before {
    top: -371px;
    left: 416px;
}

.slick-banner .slick-dots li.slick-active:nth-child(4)::before {
    top: -157px;
    left: 344px;
}

.slick-banner .slick-dots li.slick-active:nth-child(5)::before {
    top:72px;
    left: 251px;
}

#p_tabs li:nth-child(1) {
    top: 421px;
    left: 184px;
}

#p_tabs li:nth-child(2) {
    top: 421px;
    left: 396px;
}

.p_tabs li:nth-child(3) {
    top: 531px;
    left: 78px;
}

.p_tabs li:nth-child(4) {
    top: 531px;
    left: 294px;
}

.p_tabs li:nth-child(5) {
    top: 531px;
    left: 504px;
}

.p_tabs li:nth-child(6) {
    top: 378px;
    left: 186px;
    font: 500 39px/1 "impact";
}

.p_tabs li:nth-child(7) {
    top: 378px;
    left: 396px;
    font: 500 39px/1 "impact";
}

.p_tabs li:nth-child(8) {
    top: 487px;
    left: 78px;
    font: 500 39px/1 "impact";
}

.p_tabs li:nth-child(9) {
    top: 484px;
    left: 294px;
    font: 500 39px/1 "impact";
}

.p_tabs li:nth-child(10) {
    top: 484px;
    left: 504px;
    font: 500 39px/1 "impact";
}

.ys-rr {
    /*padding-top: 142px;*/
    padding-top:115px;
}

.ys-rrc {
    padding: 54px 28px 0 0;
    font: 500 14px/28px "Microsoft YaHei";
}

.ys-rrc b {
    font-size: 22px;
    color: #103294;
}

.x-case {
    background: #0d5eb4;
    padding: 65px 0 75px 0;
}

.case-s {
    position: relative;
}

.case-s h3 {
/*    width: 183px;
    height: 40px;
    background: url(../images/case.png) center no-repeat;*/
    font: 500 28px/1 "Microsoft YaHei";
    color: #fff;
    padding: 5px 0 40px 0;
    display: none;
}

.c-more {
    display: block;
    width: 158px;
    height: 41px;
    right: 0;
    top: 0;
    font: 500 14px/41px "Microsoft YaHei";
    color: #fff;
    position: absolute;
    border: 1px solid #86afda;
    text-align: center;
    transition: all .6s;
}

.c-more:hover {
    background: #86afda;
    color: #004690;
}

.case-s h4 {
    font: 500 28px/1 "Microsoft YaHei";
    color: #fff;
    padding: 18px 0 40px 0;
}
.caseimg{
    margin-left: -20px;
    margin-right: -20px;
}
.caseimg .img {
    list-style: none;
    /*float: left;*/
    /*width: 288px;*/
    /*margin-right: 16px;*/
    overflow: hidden;
    margin: 0 20px;
}

.caseimg .casepic {
    display: block;
    position: relative;
}

.casemore {
    position: absolute;
    top: 52%;
    display: none;
    color: #fff;
    left: 40%;
}

.caseimg .casepic .cpic {
    /*width: 288px;*/
    width: 100%;
    height: 204px;
    overflow: hidden;
    position: relative;
}

.casepic .fd {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.caseimg .casepic .cpic img {
    max-width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.caseimg .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.caseimg .img:hover .fd {
    display: block;
}

.caseimg .img:hover .casemore {
    display: block;
}

.sg {
    font: 400 12px/16px "arial";
    color: #999;
    padding-left: 10px;
}

.caseimg .img:last-child {
    margin-right: 0;
}

.caseimg h3 {
    color: #333;
    font: 500 16px/1 "Microsoft YaHei";
    text-align: center;
    line-height: 58px;
    background: #fff;
}

.img:hover h3 {
    color: #004690;
}


/* 首页新闻 */

.x-news {
    background: url(../images/newsbg.jpg) center no-repeat;
    height: 697px;
    padding: 80px 0 75px 0;
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.x-info {
    position: relative;
}

.x-title {
    font: 600 28px/1 "Microsoft YaHei";
    color: #004690;
    padding-left: 215px;
}

.infoimg {
    position: absolute;
    width: 212px;
    height: 280px;
    top: 175px;
    left: 53px;
}

.x-newsimg {
    background: #f3f3f3;
    width: 628px;
    height: 454px;
    padding: 27px 40px 37px 40px;
    margin: 62px 0 0 378px;
}

.x-newsimg h3 {
    font: 600 16px/1 "Microsoft YaHei";
    color: #333;
    position: relative;
}

.x-newsimg h3 b {
    float: right;
    display: inline-block;
    font: 500 12px/14px "Microsoft YaHei";
    padding-left: 22px;
    background: url(../images/time.png) center left no-repeat;
    color: #999;
}

.x-newsimg h3 span {
    color: #666;
    float: right;
    font: 500 12px/14px "Microsoft YaHei";
}

.newsc {
    font: 500 12px/14px "Microsoft YaHei";
    color: #9b9ba8;
    padding: 20px 0 24px 0;
}

.newsz {
    padding-top: 25px;
    border-bottom: 1px solid #dfdfdf;
}

.newsz:last-child {
    border-bottom: none;
}

.newsz .active,
.newsz:hover h3 {
    color: #004690;
}

.newsz:hover h3:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 90px;
    top: -26px;
    left: -40px;
    background: #004690;
}

.cur {
    background: #004690!important;
}


/* 底部 */

.x-foot {
    padding: 52px 0 40px 0;
    background: #262626;
}

.foots li {
    float: left;
    width: 33.33%;
    height: 52px;
    list-style: none;
    border-right: 1px solid #3c3c3c;
    color: #fff;
    font: 500 14px/28px "Microsoft YaHei";
}

.foots li:last-child {
    border: none;
}

.foots li:nth-child(1) {
    padding-left: 20px;
}

.foots li:nth-child(2) {
    padding-left: 93px;
}

.foots li:nth-child(3) {
    padding-left: 78px;
}

.foots {
    padding-bottom: 42px;
    border-bottom: 1px solid #515151;
}

.footx {
    color: #fff;
    font: 500 12px/24px "Microsoft YaHei";
    padding-top: 38px;
}

.footx a {
    color: #fff;
}

.footx a:hover {
    color: #337ab7;
}

.jszc {
    padding: 0 10px;
}

.x-link {
    width: 222px;
    height: 30px;
    background: url(../images/link.jpg)center no-repeat;
    z-index: 2;
}

.x-link span {
    color: #fff;
    font: 500 12px/30px "Microsoft YaHei";
    padding-left: 13px;
}

.x-link select {
    background: none;
    border: none;
    float: right;
    height: 30px;
    outline: none;
}

.x-share {
    font: 500 12px/32px "Microsoft YaHei";
    line-height: 32px;
    margin-top: -18px;
    padding-bottom: 14px;
}

.footx .bdshare-button-style0-16 .bds_weixin {
    float: none;
    background-position: none!important;
    position: relative;
    top: 10px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    background: url(../images/weixin.png) center no-repeat;
}

.footx .bdshare-button-style0-16 .bds_sqq {
    background-position: none!important;
    float: none;
    padding-left: 0px;
    position: relative;
    top: 10px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 20px 0 10px;
    background: url(../images/qq.png) center no-repeat;
}

.tabs li {
    cursor: pointer;
    position: absolute;
    text-align: center;
    width: 78px;
    height: 26px;
    line-height: 26px;
    color: #fff;
}
.tabs li a{
     color: #fff;
     font-size: 16px;
}
.tabs li:nth-child(1){
    display: none;
}
.tabs li:nth-child(2) {
    top: 254px;
    right: 92px;
    
}

.tabs li:nth-child(3) {
    top: 287px;
    right: 92px;
}

.tabs li:nth-child(4) {
    top: 316px;
    right: 92px;
}


.tabs li .cur,
.tabs li:hover {
    background: #004690;
}

.tab_more {
    top: 355px;
    right: 40px;
    position: absolute;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}


/* 内页样式 */

.page-banner {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.xypg-left {
    position: relative;
}

.xypg-right-content h5 {
    vertical-align: middle;
    line-height: 40px;
    font: 500 32px/40px "Microsoft YaHei";
    color: #333;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 33px;
    margin-bottom: 30px;
}

.n_t {
    background: #103294;
    width: 298px;
    height: 158px;
    position: absolute;
    top: -194px;
    left: 0;
}

.n_t h4 {
    margin-top: 40px;
    font: 500 18px/1 "Arial";
    color: #fff;
    padding: 0 0 37px 51px;
    text-transform: uppercase;
}

.n_t h3 {
    position: relative;
    font: 500 26px/1 "Microsoft YaHei";
    color: #fff;
    padding-left: 51px;
}

.n_t h3:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 2px;
    background: #fff;
    top: -21px;
}

.button {}

.product-detail-tabbox {
    padding: 20px 0;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pro-ban{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    opacity: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    transition: all .5s ease;
}
.pro-ban span{
    display: block;
    padding: 0 15px;
    border: solid 1px #fff;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}
.pro-item .img:hover .pro-ban{
    opacity: 1
}

.thumb-item img {
    height: 60px !important;
}

@media(max-width: 768px) {
    .container {
        width: 96% !important;
    }

    .owl-carousel .owl-dots {
        bottom: 10px;
    }

    .x-about-l, .x-aboout-r {
        width: 100%;
    }

    .about-s {
        width: 100%;
        height: auto;
    }

    .about-s img {
        width: 100%;
    }

    .about-x {
        margin-top: 0;
        background-size: contain;
    }

    .pro-l {
        text-indent: 150px;
    }

    .pro-l h4 {
        background: url(../images/bus.png) 20% 40% no-repeat;
        padding-left: 60px;
    }

    .tonglan {
        width: 100%;
        margin-left: 0;
    }

    .pro-r {
        width: 100%;
    }

    .pro-item {
        margin: 0;
    }

    .pro-item .img img {
        width: 100%;
        height: auto;
    }

    .x-ys {
        left: 0;
        width: 100%;
        margin-left: 0;
        height: auto;
        background: none;
    }

    .ys-sl {
        padding: 70px 0 0 10px;
    }

    .y-more a {
        padding: 103px 0 0 0;
    }

    .dw {
        width: 100%;
        height: 120px;
    }

    .ys-rr {
        width: 100%;
        padding-top: 0;
    }

    .dw .ys0, .dw b {
        display: none;
    }

    .slick-dots {

    }

    .slick-banner .slick-dots li {
        position: relative;
        width: 65px;
        height: 65px;
    }

    .slick-banner .slick-dots li.slick-active::after {
        width: 65px;
        height: 65px;
    }

    .slick-dots li p {
        font-size: 16px;
        top: 10px;
        left: 15px;
    }

    .slick-dots li span {
        font-size: 12px;
        top: 30px;
        left: 30px;
    }

    .slick-banner .slick-dots li:nth-child(1) {
        left: 0 !important;
        top: -520px;
    }

    .slick-banner .slick-dots li:nth-child(2) {
        left: -5px !important;
        top: -520px;
    }

    .slick-banner .slick-dots li:nth-child(3) {
        left: -5px !important;
        top: -520px;
    }

    .slick-banner .slick-dots li:nth-child(4) {
        left: -5px !important;
        top: -520px;
    }

    .slick-banner .slick-dots li:nth-child(5) {
        left: -5px !important;
        top: -520px;
    }

    .slick-banner .slick-dots li.slick-active::before {
        display: none;
    }

    .x-case {
        margin-top: 0;
        background: none;
        padding: 0;
    }

    .caseimg {
        margin: 0;
    }

    .caseimg .img {
        margin: 0;
    }

    .x-news {
        background: none;
        height: auto;
        left: 0;
        width: 100%;
        margin-left: 0;
        padding: 40px 0 45px 0;
        padding-top: 0;
    }

    .x-title {
        padding-left: 0;
    }

    .infoimg {
        display: none;
    }

    .tabs {
        display: none;
    }

    .x-newsimg {
        width: 100%;
        height: auto;
        padding: 15px;
        margin: 30px 0 0 0;
    }

    .x-newsimg h3 {
        font-size: 14px;
    }

    .case-s h3 {
        display: block;
    }

    .case-s h4 {
        display: none;
    }

    .x-pro {
        background: none;
        padding: 0;
    }

    .slick-banner .slick-dots li {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .slick-banner .slick-dots li:nth-child(1) {
        background: rgba(0, 0, 0, .4);
        left: auto !important;
        top: auto !important;
    }

    .slick-banner .slick-dots li:nth-child(2) {
        background: rgba(0, 0, 0, .4);
        left: auto !important;
        top: auto !important;
    }

    .slick-banner .slick-dots li:nth-child(3) {
        background: rgba(0, 0, 0, .4);
        left: auto !important;
        top: auto !important;
    }

    .slick-banner .slick-dots li:nth-child(4) {
        background: rgba(0, 0, 0, .4);
        left: auto !important;
        top: auto !important;
    }

    .slick-banner .slick-dots li:nth-child(5) {
        background: rgba(0, 0, 0, .4);
        left: auto !important;
        top: auto !important;
    }

    .slick-dots li p {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        position: relative;
        left: auto !important;
        top: auto !important;
    }

    .slick-dots li span {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        position: relative;
        left: auto !important;
        top: auto !important;
    }

    .slick-banner .slick-dots li.slick-active::after {
        left: 0;
    }

    .slick-dots {
        top: -100px;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .x-aboutz {
        padding-top: 20px;
    }
}