@charset "utf-8";
/* Banner */
.banner{position:relative; width:100%; overflow:hidden; z-index:3;}
.banner img{width: 100%;}
.banner .bd{zoom:1;}
.banner .bd img{width:100%!important; height:auto!important;}
@keyframes icon{0%{opacity: 0.8;transform: translate(-50%,0);}50%{opacity: 1;transform: translate(-50%,35px);}100%{opacity: 0.8;transform: translate(-50%,0);}}
.banner .tit{position: absolute; left: 50%; transform: translateX(-50%); bottom: 60%; font-size: 32px; color: #ffffff; text-shadow: 0 0 10px #333333;}
.banner .dong{position: absolute; left: 50%; transform: translateX(-50%); bottom: 44%; animation: icon 1.5s linear infinite;}
.banner .se_nav{position: absolute;width: 100%;left: 50%;transform: translateX(-50%);bottom: 40%;text-align: center;}
.banner .se_nav dt {display: inline-block;margin-right: 34px;font-size: 30px;font-weight: bold;color: #ffffff;vertical-align: middle;}
.banner .se_nav dd {display: inline-block;margin: 0 10px;vertical-align: middle;}
.banner .se_nav dd a{display: inline-block; width: 180px; height: 56px; font-size: 20px; color: #000000; line-height: 56px; background: rgba(255, 255, 255, .8);}
.banner .se_nav dd.current a,
.banner .se_nav dd:hover a{font-weight: bold; color: #ffffff; background: #01489e;}
.banner .se_nav li {display: inline-block; margin: 0 10px;}
.banner .se_nav li a{display: inline-block; width: 180px; height: 56px; font-size: 20px; color: #000000; line-height: 56px; background: rgba(255, 255, 255, .8);}
.banner .se_nav li.current a,
.banner .se_nav li:hover a{font-weight: bold; color: #ffffff; background: #01489e;}

/* 主体 */
.container{position:relative; z-index: 8;}

.wrap{position:relative;min-height:460px;_height:460px;margin:0 auto;}
.wrap .sidebar{position: absolute; top: 0; left: 0; right: 0; background: #ffffff;}
.wrap .main{display:block;width: 1400px; overflow:hidden; *zoom:1; margin: 0 auto; padding: 0 0 0;}
.wrapBt{height:0; background:none; overflow:hidden; clear:both;}
@media screen and (max-width: 1400px) {
    .wrap .main{width: 1200px;}
}
@media screen and (max-width: 1280px) {
    .wrap .main{width: 94%;}
}
@media screen and (max-width: 750px) {
    .banner .tit{bottom: 50%; font-size: 20px;}
    .banner .dong{width: 10%;}
    .banner .se_nav{display: none;}
    /* .banner .se_nav dt{margin-right: 14px; font-size: 20px;}
    .banner .se_nav dd{margin: 0 5px;}
    .banner .se_nav dd a{width: 90px; height: 32px; line-height: 32px; font-size: 16px;} */
}
/* 左侧栏目标题 */
.leftTitle{position:relative; margin-bottom:18px; padding:18px 0; color:#333;}
.leftTitle i,.leftTitle s{display:block; text-align:center;}
.leftTitle i{font-size:38px; line-height:58px; font-weight:normal;}
.leftTitle s{color:#888; font:12px/18px arial; text-decoration:none; text-transform:uppercase;}
/* 二级、三级菜单 */
.menu{text-align: center;}
.menu ul{display: inline-block;zoom:1;text-align:center; box-shadow: 0 0 12px rgba(0, 0, 0, .06);}
.menu ul:after{content:'\20';display:block;height:0;clear:both}
.menu ul li{display:inline-block; *display:inline;position: relative;width: 236px;zoom:1;vertical-align:top;overflow: hidden;}
.menu ul li a{display:inline-block;position: relative;width: 100%;padding: 22px 0;color: #000;font-size: 18px;border: 1px solid #dedede;/* border-right: none; */}
.menu ul li:last-child a{border: 1px solid #dedede;}
/* .menu ul li:hover::before,.menu ul li.current::before{position: absolute; left: 50%; bottom: -1px; content: '\20'; width: 105%; height: 4px; transform: translateX(-50%); background: #e07900;} */
.menu ul li:hover::before{position: absolute; left: 50%; bottom: -1px; content: '\20'; width: 105%; height: 4px; transform: translateX(-50%); background: #e07900;}
/* .menu ul li:hover a,.menu ul li.current a{font-weight: bold; color: #e07900;} */
.menu ul li:hover a{font-weight: bold; color: #e07900;}
.m-rdm{padding:25px 0 10px; text-align:center;}
.m-rdm a{display:inline-block; margin:0 8px 10px; padding:3px 20px; border:1px solid #ddd; line-height:24px;}
.m-rdm a:hover,.m-rdm .current{border:1px solid #999; background:#999; color:#fff;}
/* 面包屑 */
.location{position:relative;height: 66px;margin: 0 auto;margin-bottom: 70px;line-height: 66px;border-bottom: 1px solid #e5e5e5;}
.location h3{float:left; padding-left:10px; border-left:5px solid #069; color:#000; font-size:21px; font-weight:normal;}
.breadcrumbs{width:1400px; margin: 0 auto;}
.breadcrumbs a{display:inline-block; margin-left:12px; padding-left:12px; background:url(ico_08.png) no-repeat 0 center; vertical-align:top;}
.breadcrumbs .u-home{padding-left:5px; background: none;}
@media screen and (max-width: 1400px) {
    .breadcrumbs{width: 1200px;}
}
@media screen and (max-width: 1200px) {
    .breadcrumbs{width: 96%;}
}
@media screen and (max-width: 750px) {
    .location{display: none; height: auto; line-height: 30px;}
    .wrap .sidebar{display: none;}
    .menu ul li{width: 110px;}
    .menu ul li a{padding: 8px 0;font-size: 14px;}
}
/* 内容模式 */
.article{padding: 20px 0 24px;line-height:2;font-size:14px;word-wrap:break-word;}
.article img {max-width: 100%; height: auto!important;}
.article .hd{padding:0 0 20px; text-align:center;}
.article .hd h1{color:#000; font-size:20px;}
.article .hd .titBar{color:#797979; font-size:12px;}
.article .bd{padding-bottom: 34px;}
.article .ft{padding:20px 0 0; border-top:1px solid #ddd;}
/* .article img{width: 100%;} */
/* 头部新闻 */
.hotNews{margin-bottom:30px; background:#848484; overflow:hidden;}
.hotNews .pic{float:left; width:390px; height:250px; margin-right:5px;}
.hotNews .pic img{width:100%; height:100%;}
.hotNews dl{display:block; overflow:hidden; zoom:1; padding:25px 20px 0 15px; line-height:22px;}
.hotNews dl dt{margin-bottom:13px; padding-left:10px; background:url(o_ico_05.jpg) no-repeat 0 13px; color:#fff; font-size:14px; line-height:30px;}
.hotNews dl dt a{color:#fff;}
.hotNews dl dt a:hover{color:#000;}
.hotNews dl .i{min-height:110px; padding-bottom:10px; padding-left:10px; color:#eee;}
.hotNews dl .m{width:84px; height:24px; margin-left:10px; background:#fff; line-height:24px; text-align:center;}
.hotNews dl .m a{display:block; color:#333;}
.hotNews dl .m a:hover{background:#666; color:#fff;}
/* 新闻列表 */
.news{padding:0 0 40px;}
.newsTable th{border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center;}
.newsTable td{padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px;}
.list{padding:0 0 40px;}
.list li{padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_18.gif) no-repeat 2px 17px; font-size:14px; line-height:20px; clear:both;}
.list li span{float:right; color:#999; font-size:12px;}
.list li a{padding-left:15px;}
.list li a:hover{text-decoration:underline;}
@media screen and (max-width: 700px) {
    .news{padding: 0;}
    .newsTable td{width: 68%;}
}
/* 图文新闻 */
.pothoItem{margin:0 0 40px;}
.pothoItem .item{margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden;}
.pothoItem .item .pic{float:left; width:200px; height:150px; margin-right:20px; padding:4px; border:1px solid #e7e7e7;}
.pothoItem .item .pic img{width:200px; height:150px;}
.pothoItem .item dl{display:block; overflow:hidden; zoom:1; padding:0; line-height:20px;}
.pothoItem .item dl dt{font-size:16px; line-height:32px;}
.pothoItem .item dl .d,.pothoItem .item dl .m{display:none;}
.pothoItem .item dl .i{padding:5px 0 0; color:#999; font-size:14px; line-height:25px;}
/* 图片列表 */
.pic-item-list{margin:0 0 20px;}
.pic-item-list .pic-item{display:block; float:left; width:130px; margin-bottom:10px; padding:0;}
.pic-item-list .pic-item-3{float: left;}
.pic-item-list .list-pic{display:block; width:448px;  margin:0 auto; padding:4px; border:1px solid #919090; line-height:100px; text-align:center;}
.pic-item-list dl{padding:0 5px; line-height:26px; text-align:center;}
.piList{padding:0 0 20px; overflow:hidden;}
.piList .pic-item-list{margin:0; padding:0;}
.piList .pic-item{position:relative;width: 328px;margin: 0 28px 42px 0;padding:0;display:inline;}
.piList .pic-item:nth-child(4n){margin-right: 0;}
.piList .pic-item-3{position:relative;width: 448px;margin: 0 28px 42px 0;padding:0;display:inline;}
.piList .pic-item-3:nth-child(3n){margin-right: 0;}
.piList .list-pic{display:block;width: 328px;margin-bottom:0;padding:0;border:0;line-height:148px;overflow: hidden;}
.piList img{max-width: 100%;}
.piList dl{padding:4px 5px; line-height:20px;}
.piList dl dt{height: 40px;font-size: 18px;line-height: 40px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.piList .pic-item-3 .p{padding: 3px;border: 1px solid transparent;}
.piList .pic-item-3 .t{margin: 28px 0 14px 0;font-size: 18px;color: #000000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.piList .pic-item-3 .i{margin-bottom: 20px; font-size: 12px; color: rgba(0, 0, 0, .7); line-height: 22px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.piList .pic-item-3 .r{font-size: 14px; line-height: 22px; color: rgba(0, 0, 0, .8); background: url(ico_03.png) no-repeat left center; padding-left: 25px;}
.piList .pic-item-3 a:hover .p{border-color: #064784;}
.piList .pic-item-3 a:hover .t{color: #054ba0;}
.piList .pic-item .list-pic a:hover img{transform: scale(1.1);}

.s3-swiper .swiper-slide{margin-bottom: 36px;}
.s3-swiper .swiper-slide .picBox{overflow: hidden;text-align: center;}
.s3-swiper .swiper-slide .picBox img{width: 100%;transition: all 0.3s;}
.s3-swiper .swiper-slide a:hover .picBox img{transform: scale(1.1);}
@media screen and (max-width: 750px) {
    div.s3-swiper {padding-top: 40px;}
    .s3-swiper .swiper-slide{margin-bottom: 10px;}
}

/* 分页 */
.page{padding:0 0 40px; line-height:24px; text-align:center;}
.page a{display:inline-block;margin: 0 5px;padding: 12px 20px;border:1px solid #ccc;font-size: 16px; color:#707070;vertical-align:top;}
.page a:hover,.page .current{border:1px solid #074ca0; background:#074ca0; color:#fff;}
@media screen and (max-width: 1400px) {
    .piList .pic-item {width:32%;margin-right: 2%;margin-bottom: 2%;}
    .piList .pic-item:nth-child(4n) {margin-right:2%;}
    .piList .pic-item:nth-child(3n) {margin-right:0;}
    .piList .list-pic {width: 100%;line-height: normal;}
    .piList .pic-item-3 {width: 32%;margin-right: 2%;margin-bottom: 2%;}
    .piList .pic-item-3 img {height: auto;}
    .piList .pic-item-3 .t {margin: 14px 0 7px 0;}
    .piList .pic-item-3 .i {margin-bottom: 10px;}
}
@media screen and (max-width: 900px) {
    .piList .pic-item-3 {width: 48%;margin-right: 4%;margin-bottom: 4%;}
    .piList .pic-item-3:nth-child(3n) {margin-right:4%;} 
    .piList .pic-item-3:nth-child(2n) {margin-right:0;} 
}

@media screen and (max-width: 750px) {
    .piList {padding-top: 4%;}
    .piList .pic-item {width:48%;margin-right: 4%;margin-bottom: 4%;}
    .piList .pic-item:nth-child(3n) {margin-right:4%;}
    .piList .pic-item:nth-child(2n) {margin-right:0;}
    
}
@media screen and (max-width: 700px) {
    .page a{margin: 0 2px; padding: 0 5px; font-size: 14px;}
    .piList .pic-item-3 .i{font-size: 14px;}
}
@media screen and (max-width: 600px) {
    .piList .pic-item-3 {width: 100%;margin: 0 0 6%;}
    .piList .pic-item-3 img {width: 100%;}
    .piList .pic-item-3:nth-child(3n) {margin-right:0;} 
    
}

/* 人才招聘 */
.hrTop{padding:0 0 30px; border-bottom:1px solid #ddd;}
.hrTop li{padding-left:16px; background:url(ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px;}
.hrTable .hrTableTh{height:32px; background:#666; color:#fff;}
.hrTable th{color:#fff; font-weight:normal;}
.hrTable td{padding:0 8px;}
.hrTable .bg td{background:#eee;}
.hr{position:relative; padding:0 0 40px;}
.hr h3{padding-left:0; border-bottom:1px dotted #ccc; color:#0063be; font-size:20px; line-height:55px;}
.hr h3 s{float:right; width:20px; height:20px; margin-top:17px; cursor:pointer;}
.hr h3 .off{background:url(hr_down.gif) no-repeat center;}
.hr h3 .on{background:url(hr_up.gif) no-repeat center;}
.hrItem{margin-bottom:5px;}
.hrItem .title{border-bottom:1px dotted #ccc; color:#999; font-weight:bold; line-height:36px;}
.hrItem .title span{float:right; font-weight:100;}
.hrItem .title span a{color:#88000c;}
.hrItem .con{margin-bottom:10px; padding:15px 0; line-height:24px;}
.hrItem .con h4{font-size:14px; line-height:36px;}
.hrItem .apply{width:95px; height:25px; padding:0; background:#01286f; color:#fff; line-height:25px; text-align:center;}
.hrItem .apply a{color:#fff;}
.hr-list{margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777;}
.hr-list .title{padding:0; color:#0063be; font-weight:bold; line-height:20px;}
.hr-list .title span{float:right; font-weight:100;}
.hr-list .info{padding:5px 0; line-height:24px;}
.hr-list .apply{height:24px; line-height:24px; text-align:right;}
/* 新闻列表 */
.message{padding:0 0 30px;}
.message-list{margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd;}
.message-list .m-title{padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px;}
.message-list .m-title span{float:right; color:#01286f; font-size:12px; font-weight:100;}
.message-list .m-info{padding:5px 0; line-height:24px;}
.message-list .r-title{padding:0; line-height:20px;}
.message-list .r-info{padding:5px 0; line-height:24px;}
/* 人才招聘 */
.form-panel{padding:0 0 30px;}
.form-panel h4{margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px;}
.form-panel .tips{padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left;}
.form-panel .field{clear:both;}
.form-panel li.field label{display:block; float:left; width:100px; line-height:24px; text-align:right;}
.form-panel .input{padding:5px 0; zoom:1;}
.form-panel .field:after{content:'\20'; display:block; height:0; clear:both;}
.form-panel .text{height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555;}
.form-panel .textarea{width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555;}
.form-panel .submit-field{padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both;}
.form-panel .submit-field input{margin-right:10px;}
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset{width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer;}
/* 产品详细页 */
.m-detail{margin-bottom:30px;}
.m-detail .m-property{float:left; width:100%;}
.m-detail .property{margin-left:350px;}
.m-detail .property h1{font-weight:100; font-size:18px; line-height:34px;}
.m-detail .property .m-i-a{margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px;}
.m-detail .gallery{position:relative; float:left; width:350px; margin-left:-100%;}
.m-detail .gallery .bigPic{width:300px; height:224px;}
.product-detail{margin-bottom:30px; border:1px solid #e5e5e5;}
.product-detail .hd{height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6;}
.product-detail .hd h2{float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center;}
.product-detail .bd{padding:25px; line-height:28px; font-size:14px;}
/* 内页-业务范围 */
.business{padding-top: 118px;}
.business .m-use > .hd{text-align: center;}
.business .m-use > .hd i{display: inline-block; width: 52px; height: 2px; background-color: #898989; vertical-align: 7px;}
.business .m-use > .hd .tit{display: inline-block; margin: 0 7px; font-size: 24px; font-weight: bold;}
.business .s1{padding: 115px 0 60px 0;line-height: 28px;}
.business .s1-sj{display: none;}
.business .s1 .hd{margin-bottom: 74px;}
.business .s1 .bd{position: relative;}
.business .s1 .bd .a1{float: right; width: 50%; padding: 0 30px; font-size: 16px; line-height: 28px;}
.business .s1 .bd .a2{float: left; width: 50%; text-align: center;}
.business .s1 .bd .a2 img {width: 100%;}
.business .s2{padding: 115px 0 0 0;background: #f2f7fd;}
.business .s2 .hd{margin-bottom: 92px;}
.business .s2 .bd li{display: inline-block; width: 33.33%; margin-bottom: 90px; margin-right: -5px; padding-left: 56px; vertical-align: top;}
.business .s2 .bd li .b{font-size: 18px; font-weight: bold;}
.business .s2 .bd li .b img{margin-right: 28px;}
.business .s2 .bd li .c{padding-left: 68px; color: rgba(0, 0, 0, .7); line-height: 24px;}
.business .s3{padding: 84px 0 16px 0;}
.business .s3 .hd{margin-bottom: 70px;}
.business .s3 .bd li{display: inline-block;/* float: left; */margin-right: -5px;width: 25%;margin-bottom: 70px;text-align: center;vertical-align: top;}
.business .s3 .bd li .p{margin-bottom: 18px;}
.business .s3 .bd li .t{margin-bottom: 12px; font-size: 24px; font-weight: bold; color: #404040;}
.business .s3 .bd li .i{padding: 0 34px; font-size: 16px; text-align: left; line-height: 28px;}
.business .s4{padding: 76px 0 106px 0; background-color: #f2f7fd;}
.business .s4 .hd{margin-bottom: 70px;}
.business .s5{padding: 115px 0 70px 0;}
.business .s5 .hd{margin-bottom: 66px;}
.business .s5 .bd{position: relative;}
.business .s5 .s5-swiper .p{overflow: hidden;}
.business .s5 .s5-swiper .p img{width: 100%; transition: all 0.3s;}
.business .s5 .s5-swiper .t{margin-top: 22px; font-size: 16px; color: #000000; text-align: center;}
.business .s5 .s5-swiper a:hover img{transform: scale(1.1);}
.business .s5 .bd .s5-prev,
.business .s5 .bd .s5-next{width: 50px; height: 50px; background: url(ico_10.png) no-repeat center center;}
.business .s5 .bd .s5-prev{left: -86px;}
.business .s5 .bd .s5-next{right: -86px; transform: rotate(180deg);}
.business .s5 .bd .s5-prev:hover,
.business .s5 .bd .s5-next:hover{background-image: url(ico_11.png);}
@media screen and (max-width: 1200px) {
    .business .s1 .bd .a1{float: unset; width: 100%; padding: 0 0;}
    .business .s1 .bd .a2{margin: 0 20px 10px 0;}
    .business .s1 .bd .a2 img{width: 100%;}
    .business .s2 .bd li{width: 50%; margin-bottom: 40px; padding: 0 20px;}
}
@media screen and (max-width: 750px) {
    .business{padding-top: 0;}
    .business .s1 .bd .a2{width: 100%;}
    .business .s1 .bd .a1{width: 100%;}
    .business .s2 .bd li{width: 100%;padding: 0 0;margin-right: 0;margin-bottom: 30px;}
    .business .s2 .bd li .b{margin-bottom: 14px;}
    .business .s2 .bd li .b img{margin-right: 10px;vertical-align: middle;}
    .business .s2 .bd li .c{padding-left: 0;}
    .business .s1-sj{display: block;}
    .business .s1-pc{display: none;}
    .business .s1{padding: 40px 0 40px 0;}
    .business .s1 .hd{margin-bottom: 34px;}
    .business .s2{padding-top: 40px;}
    .business .s2 .hd{margin-bottom: 34px;}
    .business .s3{padding: 40px 0 0 0;}
    .business .s3 .hd{margin-bottom: 34px;}
    .business .s3 .bd li{width: 100%;text-align: left;margin-bottom: 30px;}  
    .business .s3 .bd li .p{display: inline-block;width: 25%;vertical-align: middle;margin-right: 10px;}
    .business .s3 .bd li .t{display: inline-block;vertical-align: middle;font-size: 18px;}
    .business .s4{padding: 40px 0 34px 0;}
    .business .s4 .hd{margin-bottom: 34px;}
    .business .s5{padding: 40px 0 34px 0;}
    .business .s5 .hd{margin-bottom: 34px;}
    .business .s3 .bd li .i{font-size: 14px;line-height: 24px;padding: 0 10px;}
}
/* 内页-产品系列 */
.product{padding-top: 118px;}
.product .m-use > .hd{text-align: center;}
.product .m-use > .hd .tit{position: relative; padding-bottom: 15px; font-size: 26px; font-weight: bold;}
.product .m-use > .hd .tit::before{position: absolute; left: 50%; bottom: 0; content: '\20'; width: 35px; height: 2px; transform: translateX(-50%); background: #999999;}
.product .s1{padding: 110px 0 77px 0; background: #f8f8f8;}
.product .s1 .a1{float: right; width: 54%; padding-top: 4%;}
.product .s1 .a1 .tit{position: relative;margin-bottom: 48px;padding-bottom: 14px;font-size: 24px;font-weight: bold;}
.product .s1 .a1 .tit::before{position: absolute; left: 0; bottom: 0; content: '\20'; width: 35px; height: 2px; background: #adadad;}
.product .s1 .a1 .m-text{font-size: 16px; line-height: 26px; color: rgba(0, 0, 0, .8);}
.product .s1 .a2{float: left; width: 43%;}
.product .s1 .a2 img{width: 100%;}
.product .s2{padding: 115px 0 0 0;}
.product .s2 .hd{margin-bottom: 24px;}
.product .s2 .line{width: 100%; height: 1px; border-bottom: 1px dashed #858585;}
.product .s2 .bd{padding: 40px 0;}
.product .s2 .bd .a1{float: right; width: 50%;}
.product .s2 .bd .a1 img{width: 100%;}
.product .s2 .bd .a2{float: left; width: 50%; padding: 0 20px; line-height: 26px;}
.product .s2 .bd .a2 p {line-height: 26px;}
.product .s3{padding: 115px 0 70px 0;}
.product .s3 .hd{margin-bottom: 66px;}
.product .s3 .bd{position: relative;}
.product .s3 .s3-swiper .p{overflow: hidden;}
.product .s3 .s3-swiper .p img{width: 100%; transition: all 0.3s;}
.product .s3 .s3-swiper .t{margin-top: 22px; font-size: 16px; color: #000000; text-align: center;}
.product .s3 .s3-swiper a:hover img{transform: scale(1.1);}
.product .s3 .bd .s3-prev,
.product .s3 .bd .s3-next{width: 50px; height: 50px; background: url(ico_10.png) no-repeat center center;}
.product .s3 .bd .s3-prev{left: -86px;}
.product .s3 .bd .s3-next{right: -86px; transform: rotate(180deg);}
.product .s3 .bd .s3-prev:hover,
.product .s3 .bd .s3-next:hover{background-image: url(ico_11.png);}
@media screen and (max-width: 1200px) {
    .product .s1 .a2{width: 100%;}
    .product .s1 .a1{width: 100%; margin-bottom: 30px;}
    .product .s2 .bd .a1{margin: 0 0 10px 20px;width: 60%;}
    .product .s2 .bd .a2{float: unset; width: 100%; padding: 0 0;}
}
@media screen and (max-width: 750px) {
    .product{padding-top: 0;}
    .product .s1{padding: 40px 0 0 0;}
    .product .s2{padding: 32px 0 0 0;}
    .product .s2 .bd .a1{width: 100%; margin-bottom: 30px;}
    .product .s3{padding: 40px 0 40px 0;}
    .product .s3 .hd{margin-bottom: 40px;}
}

/* 内页-招聘 */
.join { padding:0 0 1.3rem; background: url(join.jpg) no-repeat bottom center; background-size: contain; }
.join .hd { margin-bottom: .7rem; text-align: center; }
.join .hd h3 { font-size: .75rem; line-height: 1.175rem; }
.join .hd h4 { color: #cacaca; font-size: .6rem; line-height: .9rem; text-transform: uppercase; }
.join .bd { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.join .bd .item { width: 14.3rem; min-height: 9rem; padding: .8rem; border: 1px solid #e2e2e2; background: #f5f5f5; font-size: .4rem; line-height: .75rem; }
.join .bd .item h4 { margin-bottom: .225rem; font-size: .5rem; line-height: 1rem; }

.join-us { padding:1.25rem 0 1.25rem; background-color: #eaeae6; }
.join-us .hd { margin-bottom: .85rem; text-align: center; }
.join-us .hd h3 { font-size: .75rem; line-height: 1.175rem; }
.join-us .hd h4 { color: #cacaca; font-size: .6rem; line-height: .9rem; text-transform: uppercase; }
.join-us .bd { padding-bottom: .5rem; }
.join-us .bd ul { margin-left: -2%; }
.join-us .bd .item { position: relative; float: left; width: calc(100%/3 - 2%); margin:0 0 32px 2%; background-color: #fff; line-height:20px; transition: all .6s; }
.join-us .bd .item a { position: relative; display: block; padding: .75rem; z-index: 1; }
.join-us .bd .item .pic { position: relative; top: .75rem; float: left; width: 1.35rem; height: 1.6rem; margin: 0; overflow: hidden; }
.join-us .bd .item .pic img { width: 100%; height: auto; min-height: 1.6rem; transform: scale(1); transition: all .6s; }
.join-us .bd .item dl { display:block; overflow:hidden; zoom:1; padding:0 0 0 .875rem; }
.join-us .bd .item dl .title { margin-bottom: .125rem; height: 1.2rem; color: #000; font-size: .45rem; line-height: .6rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.join-us .bd .item dl .descrition { opacity: .6; font-size: .35rem; line-height: .7rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.join-us .bd .item dl .date { font-size: .85rem; line-height: 1.8rem; opacity: .7; }
.join-us .bd .item dl .more { position: relative; width: 2.625rem; padding: 0 .3rem; background: #142da4; color: #fff; font-size: .3rem; line-height: .75rem; }
.join-us .bd .item dl .more::after { position: absolute; top:50%; right: .3rem; width: .2rem; height: .2rem; border: solid #fff; border-width: 1px 1px 0 0; transform: rotate(45deg) translateY(-50%); content: ''; }
.join-us .bd .item:hover { box-shadow: 0 .375rem .375rem rgba(0,0,0,.1); }
.join-us .bd .item:hover a { color: #666; }
.join-us .bd .item:hover dl .title { color: #013C8C; }

.join-us-Gao { padding: 1.3rem 0 2rem; background: url(container.png) no-repeat bottom center #fff; background-size: contain; }
.join-us-Gao .g-in { display: flex; justify-content: space-between; align-items: top; }
.Gao-1 { margin-bottom: .2rem; padding: 1.3rem .7rem; background: #142da4; color: #fff; }
.Gao-1 h4,.Gao-1 h3 { font-size: .6rem; line-height: 1rem; text-transform: uppercase; font-weight: bold; }
.Gao-1 h3 { font-size: .75rem; line-height: 1.1rem; }
.Gao-1 h5 { font-size: .55rem; line-height: .9rem; }
.Gao-lt { padding-left: 0; }
.Gao-lt:nth-child(2){ padding-left: .2rem; }
.Gao-lt:nth-child(3) { display:none}


.join-us .page { text-align: center; }
.join-us .page a { display: inline-block; margin: 0 5px; padding: 0 .45rem; border: 1px solid #ccc; font-size: .4rem; line-height: 1.2rem; transition: all .3s; }
.join-us .page a:hover,
.join-us .page a.current { border: 1px solid #000; background: #000; color: #fff; }

@media screen and (max-width: 840px) {
    .location .g-in,
    .join .g-in,
    .join-us .g-in,
    .join-us-Gao .g-in { width: auto; padding: 0 2.2rem; }
    .join .bd .item { width: 48%; }
}
@media screen and (max-width: 767px) {
    .location .g-in,
    .join .g-in,
    .join-us .g-in,
    .join-us-Gao .g-in {padding: 0 .4rem;}
    .join-us .hd,
    .join .hd { margin-bottom: .4rem; }
    .join-us .hd h3,
    .join .hd h3 { font-size: .36rem; line-height: .6rem; }
    .join-us .hd h4,
    .join .hd h4 {font-size: .25rem;line-height: .5rem;}
    .join .bd .item {width: 100%;padding: .4rem;font-size: .25rem;line-height: .5rem;min-height: auto;margin: 0 0 .4rem;border-radius: 5px;}
    .join .bd .item h4 {margin-bottom: .3rem;font-size: .36rem;line-height: .6rem;text-align: center;}
    .join-us { padding: .6rem 0; }
    .join-us .bd { padding-bottom: .3rem; }
    .join-us .bd ul { margin-left: -2%; }
    .join-us .bd .item { width: calc(100%/1 - 2%); margin:0 0 .2rem 2%; line-height:.5rem; }
    .join-us .bd .item a {padding: .2rem .4rem;}
    .join-us .bd .item .pic { position: relative; top: .75rem; float: left; width: .35rem; height: .6rem; display: none; }
    .join-us .bd .item .pic img { width: 100%; height: auto; min-height: .6rem; }
    .join-us .bd .item dl { padding:0; }
    .join-us .bd .item dl .title {margin-bottom: 0;height: .6rem;font-size: .28rem;line-height: .6rem;}
    .join-us .bd .item dl .descrition {font-size: .24rem;line-height: .4rem;}

    .join-us .page a { margin: 0 .03rem; padding: 0 .15rem; font-size: .25rem; line-height: .5rem; }

    .join-us-Gao { padding: .6rem 0; }
    .join-us-Gao .g-in { flex-wrap: wrap; }
    .Gao-1 { margin-bottom: .2rem; padding: .4rem; }
    .Gao-1 h4,.Gao-1 h3 { font-size: .36rem; line-height: .6rem; }
    .Gao-1 h3 { font-size: .36rem; line-height: .6rem; }
    .Gao-1 h5 { font-size: .25rem; line-height: .5rem; }
    .Gao-lt { width: 100%; margin-bottom: .2rem; }
    .Gao-lt:nth-child(2),.Gao-lt:nth-child(3) {height: 2.4rem; margin-bottom: 0; padding-left: 0; overflow: hidden; }
    .Gao-lt:nth-child(2) img,.Gao-lt:nth-child(3) img { top: 50%; position: relative; transform: translateY(-50%); }
    .Gao-lt img { width: 100%; }
}

#dituContent img{max-width: unset; width: auto; transition: none;}
@media screen and (max-width: 700px) {
    #dituContent{height: 400px!important;}
    .join{padding-top: 40px;}
}