*{margin: 0;padding: 0;}
header,footer,nav,div,p,span,b,a,input,textarea,ul,li{font-family: '微软雅黑';margin: 0;padding: 0;/* color: #000; */}
ul li{list-style: none;}
a{text-decoration: none;color: #000;}
table {border-collapse:collapse;}table,th, td{border: 1px solid #ddd;}
input{outline: none;}
body{min-width: 1200px;}

/*清除浮动*/
.clearfix:after{content: "";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}

/*弹性盒子*/
.flexbox{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;} /*横向弹性*/
.flexbox_1{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;height: 900px;} /*纵向弹性*/
.flexc{margin: auto auto;}
.flexwarp{flex-wrap: wrap;}  /*弹性盒子换行*/

/* 文字分栏 */
.column{column-width:300px;-moz-column-width:300px; /* Firefox */-webkit-column-width:300px; /* Safari and Chrome */
    column-count:; /* 列数 */
    column-gap:; /* 列间距 */
    column-rule:; /* 分隔线 */
}

/*字体超出隐藏*/
.txthide{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/*.txthide_2{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}*/

/*宽度*/
.wrapper{width: 1200px;margin: 0 auto;}

/* 顶部 */
.n-top{background: #f0f0f0;height: 50px;line-height: 50px;color: #a1a1a1;}
.n-top span{font-size: 12px;color: #a1a1a1;}
.n-top .cande{float: right;position: relative;}
.n-top .cande:before{content: '';width: 1px;height: 16px;background: #a6a6a6;position: absolute;top: 17px;left: 48%;}
.n-top .cande a{display: block;font-size: 15px;color: #a1a1a1;text-transform: uppercase;float: left;margin-left: 20px;}
.n-top .cande a:first-child{margin-left: 0;}
.n-top .cande img{display: inline-block;vertical-align: middle;margin-right: 10px;margin-top: -3px;}
.n-top .cande a.at{font-weight: bold;color: #6d6d6d;}

.n-top2{padding: 10px 0;}
.n-top2 .logo{display: block;height: 66px;float: left;}
.n-top2 .logo img{display: block;height: 100%;}
.n-top2 .n-dh{float: right;text-align: right;height: 60px;}
.n-top2 .n-dh img{display: inline-block;height: 30px;}
.n-top2 .n-dh .phone{font-size: 26px;color: #005fbe;font-weight: bold;line-height: 30px;}
.n-top2 .n-dh p{color: #005fbe;background: -webkit-linear-gradient(#679cde, #0149a5);background: -o-linear-gradient(#679cde, #0149a5);background: linear-gradient(#679cde, #0149a5);-webkit-background-clip: text;color: transparent;}
.n-top2 .n-dh b{display: block;font-size: 28px;background: -webkit-linear-gradient(#679cde, #0149a5);background: -o-linear-gradient(#679cde, #0149a5);background: linear-gradient(#679cde, #0149a5);background: 0\9;
    -webkit-background-clip: text;
    color: transparent;}

/* 导航 */
.nav{width: 100%;height: 42px;border-bottom: 2px solid #f1dc8b;background: url(../img/bj_nav.jpg) center center no-repeat;}
.nav .navL{width: 12.5%;float: left;position: relative;z-index: 9;}
.nav .navL .n-a{display: block;width: 100%;line-height: 42px;text-align: center;color: #fff;}
.nav .drop-down{display: none;background: rgba(229,229,229,.85);position: absolute;top: 42px;left: 0;right: 0;z-index: 9;}
.nav .drop-down a{display: block;line-height: 48px;text-align: center;border-bottom: 1px dashed #bfbfbf;padding: 0 10px;color: #3b3b3b;}
.nav .drop-down a:last-child{border: 0;}
.nav .navL:hover .n-a{background: rgba(0,0,0, .1);}
.nav .navL.active .n-a{background: rgba(0,0,0, .1);}
.nav .drop-down a:hover{color: #0050a9;}
.nav .drop-down a.active{color: #0050a9;}

/* 底部 */
.footer{width: 100%;background: #4f4f4f;padding: 50px 0 35px;}
.footer .left{float: left;}
.footer .left .f_logo{display: block;height: 45px;margin-bottom: 10px;}
.footer .left .f_nav{/* margin-bottom: 10px; */}
.footer .left .f_nav a{display: inline-block;font-size: 14px;color: #dcdcdc;margin-right: 30px;line-height: 30px;}
.footer .left .f_nav a:hover{color: #fff;}
.footer .left .f_p{font-size: 14px;color: #dcdcdc;line-height: 30px;}
.footer .right{float: right;}
.footer .wxcode{width: 98px;float: right;}
.footer .wxcode img{display: block;width: 98px;height: 98px;}
.footer .wxcode p{font-size: 12px;color: #dcdcdc;text-align: center;}
.footer .f_dh{float: right;margin-right: 30px;}
.footer .f_dh p{font-size: 14px;color: #dcdcdc;}
.footer .f_dh b{font-size: 22px;color: #dcdcdc;}
.footer .f_dh a{display: block;margin-top: 15px;}
.footer .f_dh img{display: block;}

.copyright{width: 100%;background: #353535;height: 40px;line-height: 40px;color: #d9d9d9;font-size: 12px;text-align: center;text-transform: uppercase;font-family: '宋体';}

/*轮播*/
.banner{width: 100%;position: relative;overflow: hidden;}
.banner img{width: 100%;display: block;}
.thumbnail{width: 1040px;margin: 0 auto;position: relative;overflow: hidden;margin-top: -105px;}
.thumbnail img{display: block;width: 100%;}
.thumbnail .swiper-slide{box-sizing: border-box;display: block;height: 105px;overflow: hidden;background: #000;cursor: pointer;}
.thumbnail .swiper-slide-thumb-active{box-sizing: border-box;border: 3px solid #2457ca;}
.thumbnail .swiper-slide img{opacity: .5;transition: .5s;}
.thumbnail .swiper-slide-thumb-active img{opacity: 1;}
.thumbnail .swiper-slide:hover img{opacity: 1;}

/* 首页 走进大塬 */
.ind_dy{padding: 80px 0 100px;width: 100%;background: #fafafa;}
.ind_dy .left{width: 616px;float: left;}
.ind_dy .title{font-size: 36px;color: #000;margin-bottom: 25px;transition: .5s;}
.ind_dy article{color: #737373;font-size: 16px;line-height: 35px;text-indent: 2em;text-align: justify;margin-bottom: 50px;}
.ind_dy article b{font-size: 20px;color: #2357c7;}
.ind_dy .more{display: block;width: 138px;height: 38px;border: 1px solid #2256cc;border-radius: 3px;text-align: center;line-height: 38px;color: #2256cc;font-size: 16px;margin-bottom: 50px;transition: .5s;}
.ind_dy .right{display: block;width: 498px;height: 535px;float: right;overflow: hidden;transition: .5s;}
.ind_dy .right img{display: block;width: 100%;height: 100%;transition: .5s;}
.ind_dy .left:hover .title{-webkit-transform: translateX(30px);-moz-transform: translateX(30px);-ms-transform: translateX(30px);-o-transform: translateX(30px);transform: translateX(30px);}
.ind_dy .more:hover{background: #2256cc;color: #fff;}
.ind_dy .right:hover{-webkit-transform: translateX(-30px);-moz-transform: translateX(-30px);-ms-transform: translateX(-30px);-o-transform: translateX(-30px);transform: translateX(-30px);}
.ind_dy .right:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

/* 首页 图 */
.ind_tu{width: 100%;background: url(../img/index_03.jpg) center center no-repeat;height: 237px;}

/* 首页 产品中心 */
.ind_cp{padding: 80px 0 60px;}
.ind_cp .pic{width: 723px;float: left;transition: .5s;}
.ind_cp .pic img{display: block;width: 100%;transition: .5s;}
.ind_cp .cont{width: 410px;float: right;}
.ind_cp .title{font-size: 36px;color: #000;margin-bottom: 25px;text-align: right;transition: .5s;}
.ind_cp .desc{color: #737373;font-size: 16px;line-height: 35px;text-indent: 2em;text-align: justify;margin-bottom: 50px;}
.ind_cp .more{display: block;width: 138px;height: 38px;border: 1px solid #2256cc;border-radius: 3px;text-align: center;line-height: 38px;color: #2256cc;font-size: 16px;float: right;transition: .5s;}
.ind_cp .pic:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.ind_cp .more:hover{background: #2256cc;color: #fff;}
.ind_cp .cont:hover .title{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}

/* 首页 产品列表 */
.ind_cp1{width: 100%;height: 720px;background: url(../img/bj_cp.jpg) center center no-repeat;box-sizing:border-box;/* padding: 70px 0 75px; */padding: 100px 0 75px;}
.ind_cp1 .title{font-size: 36px;color: #fff;/* margin-bottom: 25px; */margin-bottom: 45px;text-align: center;}

.ind_cp1 .cpH{text-align: center;/* margin-bottom: 40px; */margin-bottom: 60px;}
.ind_cp1 .cpH a{display: inline-block;width: 208px;height: 48px;border: 1px solid #fff;text-align: center;color: #fff;line-height: 48px;font-size: 20px;transition: .5s;}
.ind_cp1 .cpH a:hover{background: #fff;color: #014ca7;font-weight: bold;}
.ind_cp1 .cpH a.active{background: #fff;color: #014ca7;font-weight: bold;}

.ind_cp1 .cpB{width: 100%;/* height: 395px; */height: 267px;overflow: hidden;}
.ind_cp1 .roll{position: relative;margin-bottom: 10px;}
.ind_cp1 .roll li{/* width: 24%;margin: 0 .5%; */width: 288px;margin: 0 6px;float: left;}
.ind_cp1 .roll li .pic{display: block;width: 100%;/* height: 326px; */height: 216px;overflow: hidden;}
.ind_cp1 .roll li .pic img{display: block;width: 100%;height: 100%;/* margin-left: -100px; */transition: .5s;}
.ind_cp1 .roll li .tit{display: block;height: 64px;line-height: 64px;border-bottom: 1px solid #fff;font-size: 24px;color: #fff;text-align: center;}
.ind_cp1 .roll li:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

/* 首页 新闻中心 */
.ind_xw{width: 100%;padding: 65px 0 75px;background: #f2f2f2;}
.ind_xw .title{font-size: 36px;color: #000;margin-bottom: 25px;}
.ind_xw .more{display: block;width: 138px;height: 38px;border: 1px solid #2256cc;border-radius: 3px;text-align: center;line-height: 38px;color: #fff;background: #2256cc;font-size: 16px;float: right;transition: .5s;}
.ind_xw .more:hover{background: transparent;color: #2256cc;}

.ind_xw .xwL{width: 32.334%;margin-right: 1.499%;float: left;}
.ind_xw .xwL:last-child{margin-right: 0;}
.ind_xw .xwL .pic{display: block;width: 100%;height: 212px;overflow: hidden;transition: .5s;}
.ind_xw .xwL .pic img{display: block;width: 100%;transition: .5s;}
.ind_xw .xwL .cont{display: block;padding-top: 5px;}
.ind_xw .xwL .tit{font-size: 18px;color: #000;line-height: 40px;transition: .5s;}
.ind_xw .xwL .desc{font-size: 16px;color: #727272;line-height: 25px;}
.ind_xw .xwL .desc span{display: block;width: 18px;height: 25px;background: url(../img/03.png) center right no-repeat;float: right;transition: .5s;}
.ind_xw .xwL:hover .pic{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.ind_xw .xwL:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.ind_xw .xwL:hover .tit{color: #0146a5;}
.ind_xw .xwL:hover .desc span{background: url(../img/03.png) center left no-repeat;}

/* 面包屑 */
.crumbs{width: 100%;height: 88px;background: #f2f2f2;overflow: hidden;}
.crumbs .c-left{float: left;width: 65%;}
.crumbs .c-left .f_t{float: left;font-size: 30px;color: #000;line-height: 88px;}
.crumbs .c-left a{display: block;float: left;height: 50px;font-size: 20px;color: #000;line-height: 50px;margin-top: 24px;/* width: 115px; */text-align: right;padding-left: 35px;}
.crumbs .c-left a:hover{font-weight: bold;color: #014aa9;}
.crumbs .c-left a.active{font-weight: bold;color: #014aa9;}

.crumbs .c-right{float: right;width: 300px;line-height: 88px;line-height: 50px;margin-top: 28px;font-size: 12px;color: #626262;text-align: right;}

.np{padding: 65px 0;}

/* 走进大塬 领导致辞 */
.about1{margin-bottom: 45px;}
.about1 .left{width: 580px;float: left;}
.about1 .left .title{font-size: 36px;color: #000;margin-bottom: 30px;}
.about1 .left article,.about1 .left article p,.about1 .left article b,.about1 .left article span{font-size: 16px;color: #727272;line-height: 30px;text-align: justify;}
.about1 .left .apic{display: block;margin-top: 53px;width: 100%;}
.about1 .right{width: 568px;height: 535px;float: right;}
.about1 .right img{display: block;width: 100%;height: 100%;}

.about2{margin-bottom: 45px;}
.about2 .apic1{display: block;width: 595px;float: left;}
.about2 article{width: 568px;float: right;font-size: 16px;color: #727272;line-height: 30px;text-align: justify;}

.about3 article{font-size: 16px;color: #727272;line-height: 30px;text-align: justify;}
.about3 .apic2{display: block;margin-left: 2em;margin-top: 5px;}

/* 走进大塬 员工风采 */
.about_fc{}
.about_fc .fcL{width: 32%;margin-right: 2%;float: left;margin-bottom: 15px;}
.about_fc .fcL:nth-child(3n){margin-right: 0;}
.about_fc .fcL .pic{display: block;width: 100%;height: 255px;overflow: hidden;}
.about_fc .fcL .pic img{display: block;width: 100%;transition: .5s;}
.about_fc .fcL .tit{display: block;height: 55px;line-height: 55px;text-align: center;padding: 0 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: .5s;font-size: 20px;color: #000;}
.about_fc .fcL:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.about_fc .fcL:hover .tit{background: #014aa9;color: #fff;}

/* 走进大塬 技术中心 */
.jsbig{width: 100%;overflow: hidden;position: relative;margin-bottom: 65px;/* box-shadow: 10px 10px 0 #e8e8e8; */}
.jsbig img{display: block;width: 100%;}
.jsbig .swiper-slide{}
.jsbig .swiper-slide a{display: block;height: 400px;overflow: hidden;}
.jsbig .swiper-slide a img{margin-top: -160px;}
.jsbig .swiper-slide .tit{font-size: 30px;color: #000;font-weight: bold;height: 90px;line-height: 90px;}

.jsbig .swiper-pagination{width: 130px;position: absolute;right: 0;top: 0;left: unset;bottom: unset;height: 90px;line-height: 90px;text-align: right;background: #fff;}
.jsbig .swiper-pagination-bullet{width: 13px;height: 13px;opacity: 1;background: #bfbfbf;box-sizing: border-box;}
.jsbig .swiper-pagination-bullet-active{background: transparent;border-left: 4px solid #0164c2;border-right: 4px solid #0164c2;border-radius: 0;}

.jssmall{width: 100%;overflow: hidden;position: relative;}
.jssmall img{display: block;width: 100%;}
.jssmall .swiper-slide{box-sizing: border-box;display: block;overflow: hidden;cursor: pointer;}
.jssmall .swiper-slide .pic{display: block;width: 100%;height: 192px;box-sizing: border-box;overflow: hidden;}
.jssmall .swiper-slide .pic img{display: block;width: 100%;height: 100%;transition: .5s;}
.jssmall .swiper-slide .tit{display: block;font-size: 20px;color: #000;text-align: center;height: 55px;line-height: 55px;}
.jssmall .swiper-slide-thumb-active .pic{box-sizing: border-box;border: 3px solid #dcdcdc;}
.jssmall .swiper-slide-thumb-active .tit{color: #014aa9;}
.jssmall .swiper-slide:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.jssmall .swiper-slide:hover .tit{color: #014aa9;}

/* 走进大塬 企业荣誉 */
.ryBig{width: 100%;background: url(../img/bj_ry.png) top right no-repeat;height: 480px;overflow: hidden;}
.ryBig .rpic{display: block;width: 600px;height: 404px;overflow: hidden;margin: 0 0 0 90px;}
.ryBig .rpic img{display: block;width: 100%;}

.ryL{width: 23.5%;margin-right: 2%;float: left;margin-bottom: 25px;box-sizing: border-box;height: 189px;overflow: hidden;}
.ryL:nth-child(4n){margin-right: 0;}
.ryL a{display: block;width: 100%;}
.ryL img{display: block;width: 100%;transition: .5s;}
.ryL:hover{border: 3px solid #dcdcdc;}
.ryL.active{border: 3px solid #dcdcdc;}

/* 走进大塬 环境展示 */
.hjL{width: 100%;height: 365px;background: #e4eef5;margin-bottom: 40px;}
.hjL .pic{display: block;width: 865px;height: 100%;float: left;overflow: hidden;}
.hjL .pic img{display: block;width: 100%;transition: .5s;}
.hjL .cont{width: 335px;float: right;height: 100%;box-sizing: border-box;padding: 60px 0;}
.hjL .cont span{display: block;width: 108px;height: 108px;border: 1px solid #0f6dc5;border-radius: 100%;margin: 0 auto;text-align: center;line-height: 108px;}
.hjL .cont span img{vertical-align: middle;}
.hjL .cont .tit{font-size: 30px;color: #014aa9;font-weight: bold;text-align: center;margin: 30px 0;}
.hjL .cont .more{display: block;width: 138px;height: 38px;border: 1px solid #2256cc;border-radius: 3px;text-align: center;line-height: 38px;color: #fff;background: #2256cc;font-size: 16px;margin: 0 auto;transition: .5s;}
.hjL:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.hjL:hover .more{background: transparent;color: #2256cc;}

/* 服务项目 */
.fwxm{width: 100%;background: url(../img/bj_fwxm.jpg) center center no-repeat;padding: 65px 0;}
.fwxm .fwL{display: block;float: left;height: 253px;overflow: hidden;margin-bottom: 16px;}
.fwxm .fwL img{display: block;width: 100%;transition: .5s;}
.fwxm .fwL:nth-child(1){width: 746px;margin-right: 16px;}
.fwxm .fwL:nth-child(2){width: 438px;}
.fwxm .fwL:nth-child(3){width: 317px;margin-right: 16px;}
.fwxm .fwL:nth-child(4){width: 317px;margin-right: 16px;}
.fwxm .fwL:nth-child(5){width: 534px;}
.fwxm .fwL:nth-child(6){width: 592px;margin-right: 16px;}
.fwxm .fwL:nth-child(7){width: 592px;}
.fwxm .fwL:hover img{-webkit-transform: translateX(10px);-moz-transform: translateX(10px);-ms-transform: translateX(10px);-o-transform: translateX(10px);transform: translateX(10px);/* -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); */}

/* 服务项目详情 */
.fwxqL{width: 32%;margin: 0 2% 25px 0;float: left;margin-bottom: 15px;}
.fwxqL:nth-child(3n){margin-right: 0;}
.fwxqL .pic{display: block;width: 100%;height: 292px;overflow: hidden;}
.fwxqL .pic img{display: block;width: 100%;transition: .5s;}
.fwxqL .tit{display: block;text-align: center;font-size: 20px;color: #000;line-height: 55px;transition: .5s;}
.fwxqL:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.fwxqL:hover .tit{background: #014aa9;color: #fff;}

/* 产品中心 */
.proL{width: 32%;margin: 0 2% 25px 0;float: left;margin-bottom: 15px;}
.proL:nth-child(3n){margin-right: 0;}
.proL .pic{display: block;width: 100%;/* height: 434px; */height: 256px;overflow: hidden;}
.proL .pic img{display: block;width: 100%;transition: .5s;}
.proL .tit{display: block;text-align: center;font-size: 20px;color: #000;line-height: 55px;transition: .5s;}
.proL:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.proL:hover .tit{background: #014aa9;color: #fff;}

/* 新闻中心 */
.news{}
.newL{width: 49%;margin: 0 2% 15px 0;float: left;box-sizing: border-box;padding: 15px;background: #f4f4f4;  display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.newL:nth-child(2n){margin-right: 0;}
.newL .pic{width: 178px;display: block;margin: auto 0;overflow: hidden;}
.newL .pic img{display: block;width: 100%;transition: .5s;}
.newL .cont{display: block;width: 360px;margin: auto 0;}
.newL .cont .tit{font-size: 18px;color: #4d4d4d;transition: .5s;}
.newL .cont .time{font-size: 14px;color: #adadad;line-height: 25px;margin-top: 5px;}
.newL .cont .desc{font-size: 14px;color: #adadad;line-height: 25px;}
.newL:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.newL:hover .tit{color: #014aa9;}

/* 企业文化 */
.qywh .clearfix{margin-bottom: 45px;}
.qywh img{display: block;}
.whL{width: 23.5%;height: 198px;margin-right: 2%;float: left;box-sizing: border-box;border: 1px solid #f3f3f3;box-shadow: 0 0 20px #f3f3f3;padding: 35px 25px 35px 10px;transition: .5s;}
.whL:nth-child(4n){margin-right: 0;}
.whL em{display: block;width: 25px;height: 2px;margin-left: 15px;}
.whL b{display: block;font-size: 26px;line-height: 45px;margin-top: 10px;}
.whL p{font-size: 24px;color: #555555;line-height: 35px;margin-left: 15px;text-align: justify;}
.whL:nth-child(1) em{background: #004098;}
.whL:nth-child(1) b{color: #004098;}
.whL:nth-child(2) em{background: #408ac7;}
.whL:nth-child(2) b{color: #408ac7;}
.whL:nth-child(3) em{background: #3ab3e8;}
.whL:nth-child(3) b{color: #3ab3e8;}
.whL:nth-child(4) em{background: #6784c0;}
.whL:nth-child(4) b{color: #6784c0;}
.whL:hover{box-shadow: 5px 5px 10px #f3f3f3;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}

/* 招贤纳士 */
.zxL{margin-bottom: 25px;}

.zxH{width: 100%;margin-bottom: 45px;}
.zxH p:nth-child(1){font-size: 22px;font-family: '宋体';color: #666;line-height: 45px;}
.zxH p{font-size: 16px;font-family: '宋体';color: #666;line-height: 35px}
.zxH img{display: block;width: 100%;margin-top: 15px;}

.zxHead{background: #e9e7e8 /* 0252b1 */;height: 55px;line-height: 55px;box-sizing: border-box;padding: 0 35px;}
.zxHead p{font-size: 22px;color: #505050;float: left;margin-right: 35px;}
.zxHead span{display: block;float: left;font-size: 16px;color: #505050;margin-right: 25px;}
.zxHead .more{float: right;font-size: 16px;color: #505050;}
.zxHead .more img{vertical-align: middle;margin-left: 10px;}
.zxHead.active{background: #0252b1;}
.zxHead.active p{color: #fff;}
.zxHead.active span{color: #fff;}
.zxHead.active .more{color: #fff;}

.zxBody{display: none;}
.zxBody .tt{box-sizing: border-box;box-sizing: border-box;border: 1px solid #dcdcdc;height: 70px;line-height: 70px;padding: 0 35px;font-size: 16px;color: #757575;}
.zxBody article{box-sizing: border-box;padding: 25px 35px;font-size: 14px;color: #413f3d;line-height: 30px;}
.zxBody article .tht{font-size: 22px;color: #181818;margin-bottom: 25px;}

/* 联系我们 联系方式 */
.contact{}
.contact .left{float: left;width: 374px;}
.contact .lg_contact{display: block;margin-bottom: 20px;max-width: 100%;}
.contact .left p{font-size: 18px;color: #000;line-height: 40px;}
.contact .left p img{/* vertical-align: middle; */margin-right: 10px;}
.contact .left .lx_xwcode{margin-top: 10px;}
.contact .left .lx_xwcode img{display: inline-block;width: 115px;height: 115px;vertical-align: ;}
.contact .left .lx_xwcode p{display: inline-block;font-size: 16px;color: #5d5d5d;line-height: 20px;}
.contact .map{width: 760px;height: 388px;float: right;overflow: hidden;}

/* 联系我们 在线留言 */
.message{width: 100%;background: #f8f8f8;box-sizing: border-box;padding: 60px;}
.message .title{font-size: 30px;color: #000;text-align: center;margin-bottom: 25px;}
.message .title em{display: block;width: 30px;height: 2px;background: #014aa9;margin: 0 auto 15px;}
.message .ly1{width: 32%;height: 47px;margin-right: 2%;margin-bottom: 15px;box-sizing: border-box;border: 1px solid #d2d2d2;background: #fff;float: left;line-height: 45px;padding: 0 15px;}
.message .ly1:nth-child(3){margin-right: 0;}
.message .ly1 span{font-size: 18px;color: #5f5f5f;}
.message .ly1 input{width: 240px;height: 45px;float: right;font-size: 18px;color: #5f5f5f;border: 0;}
.message .ly2{width: 100%;border: 1px solid #d2d2d2;box-sizing: border-box;padding:15px;background: #fff;margin-bottom: 20px;line-height: 45px;}
.message .ly2 span{font-size: 18px;color: #5f5f5f;}
.message .ly2 textarea{display: block;width: 100%;outline: none;height: 180px;line-height: 35px;font-size: 18px;color: #5f5f5f;resize: none;border: 0;}
.message button{display: block;width: 100%;height: 45px;line-height: 45px;background: #014aa9;font-size: 18px;color:#fff;border: 0;opacity: .9;}
.message button:hover{opacity: 1;}

/* 内容页 */
.content{}
.content .title{font-size: 22px;color: #444;font-weight: bold;text-align: center;line-height: 40px;}
.content article{margin-top: 25px;font-size: 16px;color: #666;line-height: 35px;}
.content article img{max-width: 100%;}
.content article table,.content article table tr,.content article table td{border: 1px solid #ccc;border-collapse: collapse;}


/* 右侧浮动 */
.gd{position: fixed;right: 0;bottom: 35%; width: 55px;height: 210px;z-index:99;}
.gd .gd_item{height: 55px;cursor: pointer;position: relative;width:55px;opacity: 1;background-color: #696969;transition:all ease 0.7s;}
.gd_lixhf{position: absolute;right:0;top:0;width:55px;height:55px;transition:all ease 1s;overflow: hidden;opacity: 1;background-color: #696969;}
.gd_bgimg img{float: left;margin-top: 35px;margin-left: 35px;}
.gd .gd_phone:hover .gd_lixhf{width:210px;transition:all ease 0.7s;opacity: 1;}
.gd_phone{width:55px;height:55px;position: relative;margin-top: 1px;}
.gd_bgimg{position: absolute;left:0;top:0;width:55px;height:55px;}
.gd_lixhf span{position: absolute;left:55px;display: block;height:55px;line-height:55px;font-size:20px;color: #fff; width:150px;text-align: center;}
.gd .gd_item img{float: left;margin: 35px 0 0 35px;}
.gd .gd_item:hover{transition:all ease 0.7s;opacity: 1;}
.gd_ewm{position: absolute;left:-100px;top:-0px;opacity: 0;transition:all 0.4s;width:55px;height:55px;}
.gd .gd_item .gd_ewm img{margin: 0;}
.gd .gd_item:hover .gd_ewm{opacity: 1;transition:all 0.4s;}
.gd .gd_item:hover .gd_ewm img{margin: 0;}
.gd #goTopBtn{width: 55px;height: 50px;line-height: 50px;font-size: 16px;color: #000;text-align: center;opacity: 1;background-color: #8f8f8f;margin-top: 1px;display: block;}
.gd i{font-size: 24px;color: #fff;float: left;display: block;width: 55px;height: 55px;text-align: center;line-height: 55px;}







