@charset "UTF-8";

/*
********************************外层框架 start********************************
*/


/*头部 start*/

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.logo {
    padding-top: 18px;
}

.logo a {
    display: block;
}

.logo img {
    height: 65px;
}

.topMenuDl {
    position: relative;
}

.topMenuDl dd {
    float: left;
    line-height: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #333;
}

.topNewsClass a {
    display: block;
    font-size: 16px;
    color: #333;
    transition: 0.4s;
    padding: 0 30px;
    -webkit-ransition: 0.4s;
}

@media screen and (max-width:1650px) {
    .topNewsClass a {
        padding: 0 20px;
    }
}

@media screen and (max-width:1500px) {
    .topNewsClass a {
        padding: 0 15px;
    }
}

.topMenuDl dd.hover a {
    color: #134b96;
}

.topMenuDl dt {
    border-bottom: 3px solid #134b96;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    box-sizing: border-box;
}

.topIcon {
    font-size: 16px;
    line-height: 100px;
    color: #134b96;
    padding-left: 35px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
}

.topIcon a {
    margin-left: 30px;
    display: block;
}

@keyframes slidePhone {
    0% {
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    5% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    15% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/*头部 end*/


/*底部 start*/

.footer1 {
    padding: 50px 0;
    background: #fafafa;
}

.footContact {
    width: 285px;
}

.footContact .item {
    font-size: 14px;
    color: #666;
    padding: 0 0 0 28px;
    margin-bottom: 20px;
    line-height: 26px;
}

.footContact .item span {
    font-size: 24px;
    color: #134b96;
}

.footContact .item.item1 {
    background: url(../images/footIco1.png) left 8px no-repeat;
}

.footContact .item.item2 {
    background: url(../images/footIco2.png) left center no-repeat;
}

.footContact .item.item3 {
    background: url(../images/footIco3.png) 2px 5px no-repeat;
}

.footMenu {
    margin-left: 75px;
}

.footMenu dt a {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    transition: 0.2s;
}

.footMenu dd a {
    display: block;
    color: #999;
    line-height: 30px;
    transition: 0.2s;
}

.footMenu a:hover {
    color: #134B96;
}

.footCode {
    width: 120px;
    text-align: center;
}

.footCode .pic {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.footCode .pic:before {
    padding-top: 100%;
}

.footCode span {
    color: #333;
    font-size: 14px;
    display: block;
    padding-top: 10px;
}

.footer2 {
    line-height: #134b96;
    background: #134b96;
    line-height: 50px;
    height: 50px;
    color: #a7b4cf;
    text-align: center;
}

.footer2 a {
    color: #a7b4cf;
}

.footer2 a:hover {
    color: #fff;
}


/*底部 end*/


/*
********************************外层框架 end********************************
*/


/*
********************************首页样式 start********************************
*/

.fp-tableCell {
    position: relative;
    height: 0px;
    overflow: hidden;
    box-sizing: border-box;
    -wibkit-box-sizing: border-box;
    padding-top: 100px;
}

.section {
    height: 0px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
}

#fullpage {
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
    transition-delay: 0.4s !important;
}

.floRight {
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin-top: -80px\9;
    z-index: 98;
}

#fp-nav li {
    font-size: 0;
    position: relative;
    margin: 5px auto;
}

#fp-nav li a {
    display: block;
    position: relative;
    transition: 0.4s ease;
    padding-right: 55px;
    height: 25px;
}

#fp-nav li span {
    display: none;
    font-size: 16px;
    color: #134b96;
}

#fp-nav li.cfff span {
    color: #fff;
}

#fp-nav li i {
    display: block;
    width: 25px;
    border-bottom: 1px solid #999999;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.4s ease;
}

#fp-nav li.active span {
    display: block;
}

#fp-nav li.active i {
    width: 50px;
    border-color: #134B96;
}

#fp-nav li.cfff.active i {
    border-color: #fff;
}

.sectionBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}


/* 公用 start */

.indTitle {
    position: relative;
    padding-top: 25px;
}

.indTitle.center {
    text-align: center;
}

.indTitle .title1 {
    font-size: 30px;
    color: #333;
    position: relative;
    z-index: 9;
}

.indTitle.color1 .title1 {
    color: #fff;
}

.indTitle .title2 {
    font-size: 48px;
    color: #999;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}


/* 公用 end */


/*banner start*/

.banner {
    background: #018ed6;
}

.banner,
.banner .slick-list,
.banner .slick-track,
.banner .mySlide {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .mySlide a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: 0 !important;
    left: 0 !important;
}

.banner .img {
    height: 100%;
    width: 100%;
}

.banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bnrText {
    position: absolute;
    left: 0;
    width: 100%;
    top: 45%;
    margin-top: -60px;
    text-align: center;
}

.bnrText1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    position: relative;
    line-height: 80px;
}

.bnrText1 i {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    height: 60px;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.bnrText2 {
    font-size: 24px;
    color: #fff;
    padding-top: 30px;
}

.banner .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.banner .slick-dots li {
    display: inline-block;
    width: 35px;
    height: 5px;
    border-radius: 5px;
    margin: 0 8px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.banner .slick-dots li.slick-active {
    background: #134b96;
}


/*banner end*/


/*公司简介 start*/

.companyInfr {
    width: 550px;
    padding-top: 80px;
}

.companyCon {
    padding-top: 50px;
}

.companyCon .name {
    font-size: 24px;
    color: #144c96;
    font-weight: bold;
}

.companyCon .info {
    font-size: 18px;
    color: #666666;
    line-height: 2;
    padding-top: 25px;
    overflow: hidden;
    margin-bottom: 50px;
}

.companyCon .more a {
    display: block;
    width: 135px;
    line-height: 46px;
    height: 46px;
    font-size: 14px;
    color: #fff;
    background: #134b96;
    text-align: center;
    border-radius: 5px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.companyCon .more i {
    display: inline-block;
    width: 6px;
    margin-left: 15px;
    height: 10px;
    position: relative;
    transition: 0.4s;
    background: url(../images/arrow1.png) center center no-repeat;
}

.companyCon .more a:hover {
    background: #2269c8;
}

.companyCon .more a:hover i {
    transform: translateX(4px);
}

.companyImg {
    position: relative;
    padding-right: 210px;
    padding-top: 88px;
}

.companyImg .pic {
    width: 335px;
    z-index: 9;
}

.companyImg .pic:before {
    padding-top: 133.33333%;
}

.companyImg .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 620px;
    background: url(../images/conpanyBg.png) center center no-repeat;
}


/*公司简介 end*/


/*产品中心 start*/

.indProBg {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1;
}

.indProLeft {
    padding-right: 360px;
    position: relative;
    height: 100%;
}

.indProList {
    height: 100%;
    position: relative;
}

.indProListDl {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    position: absolute;
    top: 80px;
    width: 350px;
}

.indProListDl dd {
    padding: 10px 0;
}

.indProListDl a:hover {
    letter-spacing: 1px;
}

.indProListDl h1 {
    font-size: 22px;
    color: #fff;
}

.indProListDl p {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin: 40px 0;
}

.indProListDl a {
    display: block;
    width: 146px;
    line-height: 43px;
    height: 43px;
    font-size: 14px;
    color: #000;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.indProListDl a i {
    display: inline-block;
    width: 6px;
    margin-left: 15px;
    height: 10px;
    position: relative;
    transition: 0.4s;
    background: url(../images/arrow2.png) center center no-repeat;
}

.indProClass {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    margin-top: -100px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indProClass:before {
    content: '';
    display: block;
    border-left: solid 1px #c5c5c5;
    height: 100%;
    position: absolute;
    right: 65px;
    top: 0;
}

.indProClass dd {
    height: 9%;
}

.indProClass a {
    display: block;
    padding-right: 90px;
    position: relative;
    text-align: right;
    top: 35%;
}

.indProClass .title {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.indProClass .title2 {
    font-size: 12px;
    color: #d2d2d2;
    text-transform: uppercase;
    line-height: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.indProClass .num {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    width: 45px;
    font-size: 18px;
    color: #999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.indProClass .num i {
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #c5c5c5;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.indProClass dd .num i:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #134B96;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    opacity: 0;
    background: #c5c5c5;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.indProClass dd.hover .title,
.indProClass dd.hover .title2,
.indProClass dd.hover .num {
    color: #134B96;
}

.indProClass dd.hover .num i {
    border: 2px solid #134B96;
}

.indProClass dd.hover .num i {
    border: 2px solid #134B96;
}

.indProClass dd.hover .num i:before {
    background: #134B96;
    opacity: 1;
}

.indProCircle {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 25px;
    width: 345px;
    height: 345px;
    border-radius: 50%;
    background: #fff;
    margin: -197px 0 0 -197px;
}

.indProImg {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 345px;
    height: 345px;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.indProImg img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.indProCircle .line {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    border: 1px solid #ececec;
    border-radius: 50%;
    animation: infinite rotate1 12s linear;
    -webkit-animation: infinite rotate1 12s linear;
}

.indProCircle .line:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fea011;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -7px 0 0 -7px;
}

.indProListDl.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.indProImg.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

@keyframes rotate1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*产品中心 end*/


/*工程案例 start*/

.indexCase {
    padding: 4% 0 0 0;
    position: relative;
}

.indexCase:before {
    content: '';
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: 110px;
    width: 86%;
    bottom: 32px;
}

.indexCase .slick-list {
    padding-left: 110px;
}

.indexCase .mySlide {
    margin-right: 25px;
    position: relative;
    padding-bottom: 100px;
}

.indexCase .icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -32px;
    background: #fff;
    width: 65px;
    height: 65px;
}

.indexCase .icon:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 29px;
    top: 29px;
    border-radius: 50%;
    background: #cccccc;
}

.indexCase .mySlide.slick-current .icon i {
    display: block;
    position: absolute;
    left: 50%;
    top: -40px;
    height: 40px;
    border-left: 1px solid #eaeaea;
}

.indexCase .mySlide.slick-current .icon:before {
    content: '';
    display: block;
    border: 2px solid #fea011;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 18px;
    top: 18px;
    border-radius: 50%;
}

.indexCase .mySlide.slick-current .icon:after {
    background: #FEA011;
}

.indexCase .title {
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #333;
}

.caseLine {
    margin: 0 110px;
    position: relative;
    top: -33px;
}

.caseLine .slick-arrow {
    position: absolute;
    top: -5px;
    border: 5px solid;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.caseLine .prev {
    left: -40px;
    border-right-width: 8px;
    border-color: transparent #ccc transparent transparent;
}

.caseLine .prev:before {
    content: '';
    display: block;
    border-bottom: 1px solid #ccc;
    width: 18px;
    position: absolute;
    top: 0;
    left: 8px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.caseLine .next {
    right: -40px;
    border-left-width: 8px;
    border-color: transparent transparent transparent #ccc;
}

.caseLine .next:before {
    content: '';
    display: block;
    border-bottom: 1px solid #ccc;
    width: 18px;
    position: absolute;
    top: 0;
    right: 8px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.caseLine .prev:hover {
    border-right-color: #fea011;
}

.caseLine .next:hover {
    border-left-color: #fea011;
}

.caseLine .slick-arrow:hover:before {
    width: 28px;
    border-color: #fea011;
}


/*工程案例 end*/


/* 售后服务 start */

.sales {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.salesLeft {
    flex: 1;
}

.salesLeft p {
    color: #343434;
    font-size: 22px;
    margin-bottom: 30px;
}

.salesLeft h1 {
    font-size: 48px;
    color: #134b96;
    line-height: 1.5;
    font-family: 'Impact';
}

.salesRight {
    width: 600px;
    margin-left: 80px;
    position: relative;
}

.salesRight img {
    width: 100%;
}

.salesRight a {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
}

.salesRight a span {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 6px 0px #0000006b;
    line-height: 2;
    display: none;
    white-space: nowrap;
    color: #404040;
}

.salesRight a:hover span {
    display: block;
}

.salesRight a:nth-child(1) {
    top: 301px;
    right: 80px;
}

.salesRight a:nth-child(2) {
    top: 190px;
    right: 145px;
}

.salesRight a:nth-child(3) {
    top: 162px;
    right: 214px;
}

.salesRight a:nth-child(4) {
    top: 211px;
    right: 157px;
}

.salesRight a:nth-child(5) {
    top: 145px;
    right: 469px;
}

.salesRight a:nth-child(6) {
    top: 253px;
    right: 221px;
}

.salesRight a:nth-child(7) {
    top: 138px;
    right: 73px;
}

.salesRight a:nth-child(8) {
    top: 266px;
    right: 88px;
}

.salesRight a:nth-child(9) {
    top: 247px;
    right: 166px;
}

.salesRight a:nth-child(10) {
    top: 289px;
    right: 176px;
}

.salesRight a:nth-child(11) {
    top: 323px;
    right: 295px;
}

.salesRight a:nth-child(12) {
    top: 377px;
    right: 191px;
}


/* 售后服务 end */


/*新闻动态 start*/

.indNews {
    margin: 0 -22px;
    overflow: hidden;
    padding-top: 50px;
}

.indNews .newsSlide {
    float: left;
    display: inline;
    width: 33.3333%;
    padding: 10px 0;
}

.indNews a {
    display: block;
    padding: 10px;
    background: #fff;
    margin: 0 22px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.indNews .pic:before {
    padding-top: 66.66666%;
}

.indNews .data {
    padding: 10px;
}

.indNews .title {
    padding-top: 10px;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    height: 48px;
    overflow: hidden;
    margin-bottom: 20px;
}

.indNews .info {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.indNews .time {
    height: 45px;
    line-height: 55px;
    padding: 0 20px;
    margin: 0 -10px;
    border-top: 1px solid #e5e5e5;
}

.indNews .time span {
    float: left;
    font-size: 14px;
    color: #999;
    padding-left: 25px;
    font-weight: lighter;
    background: url(../images/time.png) left center no-repeat;
}

.indNews .time em {
    float: right;
    color: #134b96;
    font-size: 14px;
}

.indNews a:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.newsMore a {
    display: block;
    width: 135px;
    line-height: 46px;
    height: 46px;
    font-size: 14px;
    color: #134B96;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    .indNews .title {
        height: 26px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .indNews {
        padding-top: 0;
    }
    .newsMore {
        position: relative;
        top: -33px;
    }
}

.newsMore i {
    display: inline-block;
    width: 6px;
    margin-left: 15px;
    height: 10px;
    position: relative;
    transition: 0.4s;
    background: url(../images/arrow2.png) center center no-repeat;
}

.newsMore a:hover i {
    transform: translateX(4px);
}


/*新闻动态 end*/


/*
********************************首页样式 end********************************
*/


/*
********************************内页框架 start********************************
*/


/*subBanner start*/

.subBanner {
    padding-top: 23.4375%;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.subBanner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.subTitle {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -600px;
    z-index: 1;
}

.subTitle .name {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 9;
    text-align: center;
}

.subTitle .alias {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    opacity: 0.25;
}


/*subBanner end*/


/*当前位置 start*/

.locationBox {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 6;
}

.subMenu_dl {
    overflow: hidden;
    position: relative;
}

.subMenu_dl dd {
    float: left;
    display: inline;
    overflow: hidden;
}

.subMenu_a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0px 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.subMenu_dl dd .subMenu_a:hover,
.subMenu_dl dd.hover .subMenu_a {
    color: #1d6ea6;
}

.navLine {
    background: #1d6ea6;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
}

.location {
    line-height: 50px;
    overflow: hidden;
}

.location a {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    padding-left: 15px;
}

.location a+a {
    background: url(../images/trangleRight.png) no-repeat 5px center;
}

.location a:hover {
    color: #1d6ea6;
}

.location a.hover,
.location a+a:hover {
    color: #1d6ea6;
    background: url(../images/trangleRight_h.png) no-repeat 5px center;
}

a.locIndex {
    background: url(../images/home.png) no-repeat left center;
    width: 15px;
    height: 50px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}


/*当前位置 end*/

.subPage {
    padding: 40px 50px;
}


/*页码 start*/

.page {
    padding: 10px 0 5px 0;
    text-align: center;
    clear: both;
    font-size: 14px;
}

.page a {
    margin: 0 1px;
    display: inline-block;
    overflow: hidden;
    padding: 7px 12px;
    color: #999999;
    background: #fff;
}

.page span {
    display: inline-block;
    padding: 6px 2px;
    position: relative;
    top: -15px;
}

.page a:hover {
    background: #134b96;
    color: #fff;
}

.page a.hover {
    background: #134b96;
    color: #fff;
}

.page input {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    border: 1px solid #e6e6e6;
    position: relative;
    top: -2px;
}

.page input.pageDetail {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #999999;
    position: relative;
    top: -13px;
}

.page label {
    color: #999999;
    position: relative;
    top: -11px;
}

.page input.page_bnt {
    border: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: none;
    color: #999999;
    position: relative;
    top: -13px;
}

.page a div {
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}

.page a.firstPage div {
    background-image: url(../images/page/icon12.png)
}

.page a.prevPage div {
    background-image: url(../images/page/icon13.png)
}

.page a.nextPage div {
    background-image: url(../images/page/icon14.png)
}

.page a.lastPage div {
    background-image: url(../images/page/icon15.png)
}

.page a.firstPage:hover div {
    background-image: url(../images/page/icon12h.png)
}

.page a.prevPage:hover div {
    background-image: url(../images/page/icon13h.png)
}

.page a.nextPage:hover div {
    background-image: url(../images/page/icon14h.png)
}

.page a.lastPage:hover div {
    background-image: url(../images/page/icon15h.png)
}

.page a.firstPage.disabled {
    background: #E2E2E2;
}

.page a.prevPage.disabled {
    background: #E2E2E2;
}

.page a.nextPage.disabled {
    background: #E2E2E2;
}

.page a.lastPage.disabled {
    background: #E2E2E2;
}

.page a.firstPage.disabled div {
    background-image: url(../images/page/icon12.png)
}

.page a.prevPage.disabled div {
    background-image: url(../images/page/icon13.png)
}

.page a.nextPage.disabled div {
    background-image: url(../images/page/icon14.png)
}

.page a.lastPage.disabled div {
    background-image: url(../images/page/icon15.png)
}


/*页码 end*/


/*
********************************内页框架 end********************************
*/

.roundabout-moveable-item .list_a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.honorText {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    font-weight: bold;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.honorText h1 {
    font-size: 30px;
    width: 100%;
}

.honorText p {
    font-size: 20px;
    width: 100%;
    margin-top: 30px;
}

.honorImg {
    position: relative;
    width: 100%;
    height: 100%;
}

.honorImg::after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}

.honorImg img {
    position: relative;
    z-index: 0;
}

.searchContent {
    display: none;
    position: absolute;
    top: 100px;
    right: 0px;
    padding: 25px;
    background-color: #f2efef;
    border-bottom: 1px solid #dcdadb;
    border-left: 1px solid #dcdadb;
}

.searchContent form {
    position: relative;
    width: 300px;
    height: 30px;
    background: #fff;
}

.searchContent form .seachText {
    width: 260px;
    color: #999999;
    font-size: 12px;
    padding: 0 0 0 6px;
    line-height: 1;
    margin: 0;
    border: 0;
    height: 30px;
}

.searchContent form .btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 0;
    background: #474747;
    border: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.searchContent form .btn:hover {
    background: #000;
}

.searchContent form .btn img {
    vertical-align: middle;
}

.dq::after {
    content: '';
    display: block;
    clear: both;
}

.data-branch {
    border-bottom: 1px dashed #bdbdbd;
    padding: 6px 0;
    box-sizing: border-box;
    float: left;
    width: 48%;
    margin-bottom: 20px;
    min-height: 240px;
}

.data-branch:nth-child(2n) {
    float: right;
}

.data-branch a {
    cursor: auto;
}

.data-branch .data-name {
    font-size: 18px;
    color: #666;
    line-height: normal;
    margin-bottom: 8px;
}

.data-branch p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.dqTitle {
    display: block;
    font-size: 30px;
    color: #333;
    text-align: center;
    overflow: hidden;
    height: 76px;
    line-height: 76px;
    margin-bottom: 30px;
}

.dqTitle span {
    color: #c4161b;
}

.ny-product {
    display: flex;
    justify-content: space-between;
}

.ny-product-left {
    width: 280px;
}

.nynavtit {
    width: 280px;
    height: 100px;
    background: url(../images/nynav.png) center no-repeat;
    overflow: hidden;
    margin-bottom: 15px;
}

.nynavtit h1 {
    background: url(../images/nynavfl.png) left bottom no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 29px 0 0 32px;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.navBar li a {
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-indent: 35px;
    color: #423636;
    display: flex;
    text-align: left;
    margin-top: 2px;
    background-image: linear-gradient(to right, #cdcdcd, #e7e7e7);
    justify-content: space-between;
    align-items: center;
}

.navBar li a i {
    margin-right: 20px;
}

.navBar li a:hover {
    background-image: linear-gradient(to right, #1e6fa6, #3790cc);
    color: #fff;
}

.ny-product-right {
    width: 882px;
}

.nycplist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.nycplist li {
    width: 272px;
    border: 1px solid #dedede;
    background: #e6e6e6;
    position: relative;
    margin: 0 28px 30px 0;
    vertical-align: top;
    transition: all .5s;
}

.nycplist li:nth-child(3n) {
    margin-right: 0;
}

.nycplist li .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.nycplist li .img img {
    max-width: 100%;
}

.nycplist li p {
    height: 55px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.nycplist li p a {
    color: #666;
}

.nycplist li:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
    border: #1d6ea6 solid 1px;
}

.showpro {
    display: flex;
    justify-content: space-between;
}

.slt {
    width: 310px;
}

.slt>a {
    display: flex;
    width: 310px;
    height: 310px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.slt>a img {
    max-width: 100%;
    max-height: 100%;
}

.tb-thumb {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.tb-thumb li {
    width: 44px;
    height: 44px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.tb-thumb li.tb-selected {
    border: 1px solid #1d6ea6;
}

.tb-thumb li a img {
    max-width: 100%;
    max-height: 100%;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.protxt {
    width: 530px;
}

.protxt h1 {
    font-size: 26px;
}

.sheck {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.sheck>span {
    margin-right: 10px;
}

.inp {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.inp a {
    display: block;
    border-radius: 50px;
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #1d6ea6;
    color: #1d6ea6;
}

.inp a:hover {
    background-color: #1d6ea6;
    color: #fff;
}

.nytit h1 {
    border-bottom: 1px solid #ccc;
    line-height: 2;
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #333;
}

.tab {
    border-bottom: 1px solid #ccc;
    line-height: 2;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #333;
}

.tab a.on {
    color: #134b96;
    border-bottom: 2px solid #134b96;
}

.tab a {
    display: inline-block;
    margin-right: 30px;
}

.nym img {
    max-width: 100%;
    height: auto;
}

.nym {
    line-height: 1.5;
    font-size: 14px;
}

.nym .nymItem {
    display: none;
}

.nym .nymItem:first-child {
    display: block;
}

.hd-video-tips {
    width: 228px;
    height: 120px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    background: url(../images/movie.png?v=201712181939) no-repeat;
    border-radius: 10px;
    background-size: 100%;
    cursor: pointer;
    z-index: 99999;
}

.hd-video-tips:hover {
    background-position: 0 -120px;
}

.hd-video-tips .tips-close {
    width: 30px;
    height: 31px;
    background: url(../images/close.png?v=201712181939) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -12px;
    top: -15px;
    z-index: 11;
    cursor: pointer;
}

.hd-video-tips .hide {
    display: none;
}

.hd-video-tips .video-wrap .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101;
    cursor: default;
}

.hd-video-tips .video-wrap .video-box {
    width: 860px;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 10px;
    background: #fff;
    z-index: 102;
}

.hd-video-tips .video-wrap .video-box .video-close {
    width: 30px;
    height: 31px;
    background: url(../images/close.png?v=201712181939) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -12px;
    top: -15px;
    z-index: 11;
    cursor: pointer;
}

.fy {
    position: absolute;
    top: 40%;
    width: 100%;
}

.fy .fy-page:first-child {
    position: fixed;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowL.png) center center no-repeat;
    display: block;
    z-index: 10;
}

.fy .fy-page:last-child {
    position: fixed;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowR.png) center center no-repeat;
    display: block;
    z-index: 10;
}

.fy .fy-page:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
}

.wrap {
    position: relative;
}

.proLx {
    margin-top: 30px;
}

.proLx span {
    font-size: 30px;
    color: #134b96;
    font-family: 'Impact';
}