@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不可小于12px*/
	-webkit-font-smoothing:antialiased;
}
body {
	overflow-x: hidden;
	font-size: 0.6rem;
	color: #666;
	font-family: "Microsoft YaHei",-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:0.6rem;
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
}
address,caption,cite,code,dfn,em,th,var，，，，，，，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	/*去掉苹果的默认UI来渲染按钮 、解决部别离机浏览器对border：none无效步伐*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先玄色半透明配景*/
	tap-highlight-color: transparent !important;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先玄色半透明配景*/
	tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder {
	color: #aaa;
}
body {
	max-width: 720px;
	margin: 0 auto;
}
.fl {float:left;}
.fr {float:right;}
.clearfix{clear:both;}
img{max-width:100%;}
body{max-width:720px;margin:0 auto;}
.header{padding:5px 10px;box-sizing:border-box;}
.logo{display:inline-block;}
.logo img{height:1.6rem;width:auto;}
.righttop a{display:inline-block;width:1.6rem;height:1.6rem;float:left;text-align:center;line-height:1.6rem;margin-left:5px;}
.righttop a.lan{background:url(/skin/wap/images/lan.jpg)no-repeat center;color:#fff;background-size:cover;}
.righttop a img{width:1.6rem;height:1.6rem;display:block;}

.menu-list{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 1.3rem 0;
    background: rgba(53,53,53,0.9);
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.menu-list .close{
    display: block;
    width: 1.666rem;
    height: 1.333rem;
    background: url("/skin/wap/images/close.png") center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1rem;
    margin-top: 1.6rem;
}
.menu-list ul{
    display: block;
    margin: 0 auto;
}
.menu-list ul li{
    float: left;
    width: 50%;
    height: 5.66rem;
    border-top: 1px rgba(255,255,255,0.1) solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-list ul li:nth-child(1),.menu-list ul li:nth-child(2){
    border-top: none;
}
.menu-list ul li:nth-child(2n){
    border-left: 1px rgba(255,255,255,0.1) solid;
}
.menu-list ul li .first-nav{
    display: block;
    font-size: 0.77rem;
    color: #FFFFFF;
    font-family: Arial;
    border: 1px transparent solid;
    width: 90%;
    height: 5.06rem;
    line-height: 5.06rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.3rem auto;
    text-align:center;
}
.menu-list ul li .first-nav h6{
    font-size: 0.66rem;
    font-weight: normal;
}
.menu-list ul li:active .first-nav,.menu-list ul li.active .first-nav{
    background:url(/skin/wap/images/hmenu.jpg) #0963af no-repeat center bottom;
    background-size:100%;
}


.banner{}
.banner img{width:100%;height:auto;display:block;}
.ititle{height:1.6rem;border-bottom:solid 1px #e0e0e0;}
.ititle strong{font-size:0.8rem;color:#0963af;background:url(/skin/wap/images/line.jpg) no-repeat left center;padding-left:18px;background-size:2px 0.8rem;position:relative;
top:0.2rem;}
.ititle strong span{font-size:0.6rem;font-family:Arial;font-weight:normal;}
.ititle a{width:4.2rem;padding-left:0.8rem;height:1.4rem;line-height:1.4rem;text-align:left;font-size:0.6rem;color:#fff;background:url(/skin/wap/images/rmore.jpg) no-repeat;background-size:5rem 1.4rem; display:inline-block;float:right;}
.soultion{background:#efefef;}
.warpper{padding:10px;}
.snav{height:1.4rem;position:relative;padding:0 1.4rem;margin-top:10px;}
.snav ul{}
.snav ul li{width:45%;display:inline-block;height:1.4rem;line-height:1.4rem; background:#70a4d1;text-align:center;}
.snav ul li a{display:block;color:#fff;}
.snav .swiper-button-prev,.snav .swiper-button-next{width:1rem;height:1.4rem;}
.snav .swiper-button-prev{left:0;top:0;margin-top:0;background:url(/skin/wap/images/sprev.jpg)no-repeat;background-size:1rem 1.4rem;}
.snav .swiper-button-next{right:0;top:0;margin-top:0;background:url(/skin/wap/images/snext.jpg)no-repeat;background-size:1rem 1.4rem;}
.snav ul li.cur{background:#0963af;}

.stop{padding-top:10px;}
.stop dl{}
.stop dl dt{position:relative;width:100%; margin-top:10px;overflow:hidden;}
.stop dl dt ul{}
.stop dl dt ul li{position:absolute;left:0;top:0;display:block;}
.stop dl dt ul li img{display:block;width:100%;height:300px;}
.stop dl dt .page{position:absolute;z-index:9;top:50%;right:10px;width:11px;}
.stop .swiper-pagination-bullets .swiper-pagination-bullet,.stop dl dt .page span{width:9px;height:9px;border:solid 1px #0963af;background:#fff;opacity:1;display:inline-block;border-radius:50%;}
.stop .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.stop dl dt .page span.cur{background:#0963af;}
.stop dl dd ul li .title,.stop  .title{
    text-align: center;
    font-size:0.8rem;
    color: #0963af;
    padding-bottom: 20px;
    padding-top: 20px;
}
.stop dl dd ul li .more,.stop .more{
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
    background: url(/skin/wap/images/more.png) no-repeat center;
    background-size:cover;
}
.stop dl dd ul li .more a,.stop .more a{width: 1.8rem;
    height: 1.8rem;display:block;text-align:center;font-size:0;}
.stop dl dd ul li .desc,.stop .desc {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 20px;
}
/**/
.history{clear:both;padding-top:15px;padding-bottom:30px; background:url(/skin/wap/images/hibg.jpg)#1365a9 no-repeat center top;}
.history .htitle{text-align:center;/*padding-bottom:48px;*/color:#fff;margin:0 auto;}
.history .htitle strong{display:block;font-size:0.75rem;line-height:1rem;font-weight:normal;}
.history .htitle p{font-size:0.6rem;color:#74a4cd;}
.hiscon{position:relative;width:100%; height:184px;}
.hiscon span.prev,.hiscon span.next{position:absolute;width:14px;height:15px;display:inline-block;top:50%;margin-top:-7.5px;}
.hiscon span.prev{left:0; background:url(/skin/wap/images/hprev.png) no-repeat;}
.hiscon span.next{right:0; background:url(/skin/wap/images/hnext.png) no-repeat;}
.hiscon .warp{padding:0 50px;}
.hiscon ul{}
.hiscon ul li{width:180px;height:180px;display:inline-block;background:url(/skin/wap/images/circle.png) no-repeat center;margin-left:0px;position:relative;}
.hiscon ul li dl{}
.hiscon ul li dl dt{position:absolute;left:0;width:100%; top:100px;text-align:center;color:#fff;font-size:0.6rem;font-style:initial;line-height:40px;}
.hiscon ul li:nth-child(2n) dl dt{top:40px;}
.hiscon ul li dl dd{opacity:0; position:absolute;left:0;top:0;width:100%;height:100%;background:url(/skin/wap/images/hiscurbg.png)no-repeat center;display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center;}
.hiscon ul li dl dd strong{display:block;font-size:0.8rem;color:#005bb5;font-weight:normal;background:url(/skin/wap/images/dline.png)no-repeat center bottom;padding-bottom:10px;}
.hiscon ul li dl dd span{display:block;color:#005BB5;padding-top:10px;width:120px;margin:0 auto;text-align:center;}
.hiscon ul li dl dd .more{margin-top:10px;}
.hiscon ul li dl dd a{width:66px;height:23px;line-height:23px;text-align:center;background:url(/skin/wap/images/wmore.png)no-repeat center;display:inline-block;color:#fff;overflow:hidden;}
.hiscon ul li:hover,.hiscon ul li.cur{background:none;}
.hiscon ul li:hover dl dd,.hiscon ul li.cur dl dd{opacity:1;}
.hiscon ul li:hover dl dt,.hiscon ul li.cur dl dt{opacity:0;}

/*case*/
.casel{width:100%;}
.casel .txt{overflow:hidden;}
.casel .txt ul{}
.casel .txt ul li{}
.casel .txt ul li .title{font-size:0.8rem;color:#0963af;text-align:center;padding:20px 0;}
.casel .txt ul li .more{width:1.8rem;height:1.8rem;margin:0 auto;background:url(/skin/wap/images/more.jpg) no-repeat center;background-size:1.8rem 1.8rem;}
.casel .txt ul li .more a{width:1.8rem;height:1.8rem;display:block;}
.casel .txt ul li .desc{margin-top:20px;font-size:14px;line-height:22px;background:url(/skin/wap/images/line02.jpg) no-repeat center bottom;}
.casel .imglist{margin-top:10px;position:relative;padding:0 1.4rem;height:123px;}
.casel .imglist ul{/*margin-left:-12px;*/}
.casel .imglist ul li .bg{width:100%;height:100%;background:url(/skin/wap/images/fbg.png) repeat;position:absolute;left:0;top:0;z-index:8;}
.casel .imglist ul li .bg i{width:40px;height:40px;display:block;position:absolute;left:50%;top:50%;margin-top:-20px;margin-left:-20px;z-index:9;background:url(/skin/wap/images/yan.png) no-repeat;transition:all 1s;}
.casel .imglist ul li.cur .bg{opacity:0;}

.casel .imglist .swiper-button-prev,.casel .imglist .swiper-button-next{width:1rem;height:1.4rem;top:50%;margin-top:-0.7rem;}
.casel .imglist .swiper-button-prev{left:0;background:url(/skin/wap/images/sprev.jpg)no-repeat;background-size:1rem 1.4rem;}
.casel .imglist .swiper-button-next{right:0;background:url(/skin/wap/images/snext.jpg)no-repeat;background-size:1rem 1.4rem;}
.bigimg img{display:block;width:100%;}

.section04{background:url(/skin/wap/images/casebg.jpg)#0963af no-repeat center top;background-size:100% 100%;}
.section04 .warpper{padding:40px 10px;}
.contactus{padding:25px 0px;margin:0 20px; color:#fff;border-bottom:solid 1px #2776b9;}
.message{padding:25px 0px;margin:0 20px;color:#fff;}
.contactus dl dt,.message dl dt{padding-bottom:20px;}
.contactus dl dt strong,.message dl dt strong{font-size:0.8rem;font-weight:normal;}
.contactus dl dt span,.message dl dt span{display:block;font-size:0.6rem;}
.contactus dl dt span{padding-bottom:20px;}
.message dl dt{text-align:left;}
.contactus dl dt span{background:url(/skin/wap/images/wline.jpg) no-repeat left bottom;}
.contactus dl dt p{font-size:0.6rem;line-height:1.4rem;padding-top:10px;}
.contactus dl dd{}
.contactus dl dd ul{}
.contactus dl dd ul li{font-size:0.6rem;line-height:1.4rem;padding-left:1rem;}
.contactus dl dd ul li:nth-child(1){background:url(/skin/wap/images/c01.png) no-repeat left center;background-size:0.6rem auto;}
.contactus dl dd ul li:nth-child(2){background:url(/skin/wap/images/c02.png) no-repeat left center;background-size:0.6rem auto;}
.contactus dl dd ul li:nth-child(3){background:url(/skin/wap/images/c03.png) no-repeat left 0.2rem;background-size:0.6rem auto;}
.message{}
.message .row{width:100%;border-bottom:solid 1px #fff;font-size:0.6rem;height:1.4rem;line-height:1.4rem;margin-bottom:25px;}
.message .end{text-align:right;}
.message .btnsub{color:#fff;font-size:0.6rem;width:4rem;height:1.4rem;line-height:1rem;text-align:center;cursor:pointer;border:solid 2px #fff;}
.message .row .txt_input{width:100%;height:34px;vertical-align:middle;color:#fff;padding:0 10px;}
.footer{width:100%;background:#353535;}
.flink,.copyright{border-top:solid 1px #4a4a4a;margin-top:10px;}
.frtop{height:2rem;margin-bottom:10px;}
.flogo{display:inline-block;float:left;}
.flogo img{height:1.8rem;}
.share{float:right;padding-top:0.1rem;}
#share a{width:1.8rem;height:1.8rem;display:inline-block;margin:0;padding:0;margin-left:8px;}
#share a.bds_more{display:none;}
#share a.bds_weixin{background:url(/skin/wap/images/wx.png) no-repeat;background-size:1.6rem 1.6rem;}
#share a.bds_tsina{background:url(/skin/wap/images/sina.png) no-repeat center;background-size:1.6rem 1.6rem;}
.copyright{text-align:center;padding-top:10px;}

.flink{padding-top:10px;}
.flink .fcon{background:#575757;height:1.6rem;line-height:1.6rem;}
.flink,.flink a{color:#fff;}
.fcon div{display:inline-block;}
.fcon strong{background:#353535;display:inline-block;height:1.6rem;}
.link a{padding:0 0.4rem;}
.flink .link .next {
    width: 0.8rem;
    height: 1.6rem;
    display: inline-block;
    background: url(/skin/wap/images/arrow.png) no-repeat center;
    background-size:0.4rem 0.8rem;
}

.inbanner,.inbanner img{display:block;width:100%;height:auto;}
.submenu{}
.submenu .con{ border-bottom:solid 1px #eaeaea;padding:0 1.6rem 10px 1.6rem;position:relative;}
.submenu ul{}
.submenu ul li{background:#70a4d1;text-align:center;width:3rem;height:1.4rem;line-height:1.4rem;/*margin:0 10px;*/display:inline-block;}
.submenu ul li a{display:block;color:#fff;}
.submenu ul li.cur{background:#0963af;}
.submenu .swiper-button-prev,.submenu .swiper-button-next{width:1rem;height:1.4rem;}
.submenu .swiper-button-prev{left: 0;
top: 0;
margin-top: 0;
background: url(/skin/wap/images/sprev.jpg)no-repeat;
background-size: 1rem 1.4rem;}
.submenu .swiper-button-next{right: 0;
top: 0;
margin-top: 0;
background: url(/skin/wap/images/snext.jpg)no-repeat;
background-size: 1rem 1.4rem;}

.mtitle{text-align:center;}
.mtitle strong{display:block;color:#fff;}
.mtitle span{color:#689cc8;text-transform:uppercase;}

/*分页*/
.m-page{text-align:center;padding:20px 20px 20px 20px;clear:both;}
.m-page a{display:inline-block;padding:8px 15px;margin:0 3px;background:#fff;font-size:18px;border:solid 1px #d2d2d2;}
.m-page a.first,.m-page a.last,.m-page a.z-crt{background:#005bb5;color:#fff;border:solid 1px #005bb5;}

.about{overflow:hidden;padding-bottom:48px;}
.aimg{}
.aright{width:100%;}
.artitle{padding-top:20px;}
.artitle h3{font-size:0.8rem;color:#333;}
.artitle p{font-size:0.55rem;text-transform:uppercase;padding-bottom:10px;}
.artitle span{width:1.6rem;height:1px;background:#0963af;display:inline-block;}
.aright .desc{font-size:0.6rem;line-height:0.9rem;margin-top:20px;}

/*解决计划*/
.soulist{overflow:hidden;}
.soulist ul{margin-top:-15px;}
.soulist ul li{width:100%;background:#efefef;display:block;margin-top:15px;}
.soulist ul li a{display:block;padding:5px;}
.soulist ul li dl{overflow:hidden;background:url(/skin/wap/images/brm.png) no-repeat right bottom;background-size:auto 0.6rem;padding-bottom:0.2rem;padding-top:5px;}
.soulist ul li dl dt{float:left;width:45%;}
.soulist ul li dl dt img{width:100%;height:auto;}
.soulist ul li dl dd{float:right;width:50%;}
.soulist ul li dl dd strong{display:block;font-size:0.65rem;height:0.8rem;overflow:hidden;color:#333;}
.soulist ul li dl dd .desc{font-size:0.6rem;line-height:0.9rem;margin-top:0.4rem;height:2.7rem;overflow:hidden;background-size:auto 0.6rem;}
.soulist ul li:hover{background:#0963af;}
.soulist ul li:hover strong,.soulist ul li:hover .desc{color:#fff;}
.soulist ul li:hover dl{background:url(/skin/wap/images/brm2.png) no-repeat right bottom;background-size:auto 0.6rem;}


/*行业应用*/
.product{overflow:hidden;}
.product ul{margin-right:-10px;margin-top:-10px;}
.product ul li{float:left;width:50%;display:inline-block;padding:10px;text-align:center;margin-top:0px;box-sizing:border-box;}
.product ul li a,.product ul li img{display:block;}
.product ul li img{border:solid 1px #eaeaea;}
.product ul li strong{font-size:0.6rem;display:block;font-weight:normal;height:1.6rem;line-height:1rem;}
.product ul li:hover a{color:#0963af;}

/*新闻中心*/
.newslist{overflow:hidden;}
.newslist dl{width:100%;}
.newslist dl dt{width:45%;float:left;}
.newslist dl dd{float:right;width:53%;}
.newslist dl dt a,.newslist dl dd a{display:block;}
.newslist dl dt img{width:100%;height:auto;}
.newslist dl dd a{font-size:0.65rem;height:0.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist dl dd span{display:block;line-height:1rem;font-size:0.55rem;}
.newslist dl dd .desc{font-size:0.55rem;line-height:0.7rem;height:1.9rem;overflow:hidden;}
.newslist ul{clear:both;}
.newslist ul li{border-bottom:dashed 1px #ccc;height:3.6rem;width:100%;display:block;padding-bottom:10px;position:relative;padding:10px 10px 10px 4rem;box-sizing:border-box;}
.newslist ul li .time{position:absolute;left:0;top:10px; width:3.6rem;height:2.6rem;display:inline-block;text-align:center;background:#f5f5f5;color:#333;}
.newslist ul li .time i{font-style:normal;display:block;font-size:0.65rem;line-height:1.2rem;}
.newslist ul li .time span{display:block;line-height:1.2rem;border-top:solid 1px #e5e5e5;}
.newslist ul li .txt{height:2.4rem;overflow:hidden;}
.newslist ul li .txt a{display:block;font-size:0.65rem;color:#333;height:0.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist ul li .txt .desc{line-height:1.2rem;margin-top:5px;}
.newslist ul li:hover .txt a{color:#0963af;}
.newslist ul li:hover .time{background:#0963af;color:#fff;}
.newslist ul li:hover .time span{border-top:solid 1px #fff;}


/*相助同伴*/
.coopative{width:100%;background:url(/skin/wap/images/cooperative.jpg) #176cb4 no-repeat center top;}
.company{position:relative;height:77px;overflow:hidden;padding-top:10px;}
.company .box{position:relative;padding:0 1rem;}
.company .swiper-button-prev,.company .swiper-button-next{position:absolute; top:auto;bottom:0;height:57px;margin-top:0;top:0px;}
.company .swiper-button-prev{background:url(/skin/wap/images/hprev.png) no-repeat left center;left:0;}
.company .swiper-button-next{background:url(/skin/wap/images/hnext.png) no-repeat right center;right:0;}
.company .con{height:77px;margin:0 auto;position:relative;}
.company ul{margin-right:-10px;}
.company ul li{width:167px;height:57px;display:inline-block;margin-right:10px;margin-top:5px;}
.company ul li a,.company ul li img{display:block;transition:all 2s;}
.company ul li:hover img{position:relative;margin-top:0px;}
.coopative .info{border-top:solid 1px #2474b8;margin-top:10px;padding-top:10px;}
.info dl{}
.info dl dt{text-align:center;}
.info dl dt img{width:8rem;height:auto;}
.info dl dd{}
.info dl dd h3{text-align:center;font-weight:bold;color:#fff;font-size:0.8rem;line-height:1.8rem;}
.info dl dd .desc{font-size:0.6rem;line-height:0.9rem;margin-top:0px;color:#76a8d2;/*height:135px;*/}
.info dl dd .goto{width:4rem;height:1.4rem;margin:0 auto;background:url(/skin/wap/images/goto.png) no-repeat;background-size:4rem 1.4rem; text-align:center;line-height:1.4rem;margin-top:30px;}
.info dl dd .goto a{color:#fff;display:block;}

/*文化*/
.culture{padding-top:30px;padding-bottom:30px;overflow:hidden;}
.culture img{margin-left:-10px;margin-right:-10px;width:100%;}
.culture ul{}
.culture ul li{float:left;display:inline-block;text-align:center;color:#0963af;width:33.33%;}
.culture ul li i{width:4rem;height:4rem;display:inline-block;}
.culture ul li i img{width:4rem;}
.culture ul li span{display:block;font-size:0.7rem;padding-top:8px; padding-bottom:8px;}
.culture ul li span em{width:0.3rem;height:2px;display:block;background:#0963af;margin:0 auto;}
.culture ul li strong{font-size:0.65rem;font-weight:normal;display:block;background:url(/skin/wap/images/bline.jpg) no-repeat center top;padding-top:0px;}

/*人才招聘*/
.joblist{}
.joblist ul{display:flex;width:100%;flex-wrap:wrap;margin-top:-8px;}
.joblist ul li{width:50%;box-sizing:border-box;-webkit-flex:0 0 50%;-moz-flex:0 0 50%;flex:0 0 50%;padding:5px;}
.joblist ul li a{padding:10px 10px 10px 1rem;position:relative;display:block;border:solid 1px #eaeaea;}
.joblist ul li i{position:absolute;left:0px;width:1rem;display:inline-block;text-align:center;font-size:0.7rem;background:url(/skin/wap/images/jb01.jpg)no-repeat center bottom;background-size:0.4rem 2px;height:1.4rem;}
.joblist ul li strong{display:block;font-weight:normal;color:#666;font-size:0.7rem;}
.joblist ul li .desc{color:#999;padding:0.4rem 0;}
.joblist ul li em{display:inline-block;background:#999;color:#fff;padding:0 0.6rem;line-height:1.2rem;}

.joblist ul li:hover i{color:#0963af; background:url(/skin/wap/images/jb02.jpg)no-repeat center bottom;background-size:0.4rem 2px;}
.joblist ul li:hover strong{color:#999;}
.joblist ul li:hover em{background:#0963af;}
/*人才招聘详情*/
.jobdetail{margin-top:-20px;}
.jobdetail dl{padding-top:20px;}
.jobdetail dl dt{height:1.6rem;line-height:1.6rem;border-bottom:solid 1px #eaeaea;}
.jobdetail dl dt strong{font-size:0.8rem;font-weight:bold;color:#0963af;display:inline-block;}
.jobdetail dl dd{}
.jobdetail dl dd table{width:100%;}
.jobdetail dl dd table tr{height:1.4rem;line-height:1.4rem;font-size:0.6rem;border-bottom:solid 1px #eaeaea;}
.jobdetail dl dd table tr td span{}
.jobdetail dl dd table tr td strong{color:#333;font-weight:bold;}
.jobdetail dl dd .desc{padding-top:20px;font-size:0.6rem;line-height:0.9rem;/*padding-bottom:20px;*/}
.jobdetail .end{text-align:right;}
.warn{color:#0963af;margin-top:40px;padding-left:30px;font-size:14px;}
.warn i{width:18px;height:16px;display:inline-block;background:url(/skin/wap/images/warn.png) no-repeat left;position:relative;top:3px;margin-right:9px;}
.jobdetail .end{text-align:center;padding-top:20px;padding-bottom:10px;}
.jobdetail .end a{display:block;}
.jobdetail .end i{width:3.2rem;height:3.2rem;display:inline-block;background:url(/skin/wap/images/ctel.png)no-repeat;background-size:100%;}
.jobdetail .end strong{display:block;color:#0963AF;font-size:0.8rem;}
/*联系果博*/
.msgbox{}
.msgeleft{width:100%;}
.msgeleft h3{font-size:0.7rem;color:#333;font-weight:bold;padding-top:0px;}
.msgeleft .desc{margin-top:20px;}
.msgeleft ul{margin-top:25px;}
.msgeleft ul li{line-height:1.4rem;padding-left:1rem;}
.msgeleft ul li,.fcon ul li a{font-size:0.6rem;color:#5f5f5f;}
.msgeleft ul li a{}
.msgeleft ul li:nth-child(1){background:url(/skin/wap/images/phone.png) no-repeat left center;background-size:auto 1rem;}
.msgeleft ul li:nth-child(2){background:url(/skin/wap/images/email.png) no-repeat left center;background-size:auto 0.6rem;}
.msgeleft ul li:nth-child(3){background:url(/skin/wap/images/add.png) no-repeat left 0.3rem;background-size:auto 0.8rem;}
.msgeleft .wx{width:160px;height:160px;border:solid 1px #e1e1e1;border-radius:5px;margin-top:20px;}
.btnsubmit{width:4rem;height:1.4rem;line-height:1.4rem;background:#0963af;text-align:center;color:#fff;font-size:0.6rem;border:none;margin:0 auto;display:block;cursor:pointer;}

.msgeleft .desc{font-size:0.6rem;line-height:0.9rem;color:#5f5f5f;}
.msgright{width:100%;}
.msgfrom{}
.msgfrom .row{padding:0;font-size:0.6rem;color:#5f5f5f;}
.msgfrom .txt{background:#e6e6e6;height:1.4rem;margin-bottom:10px;margin-top:5px;}
.msgfrom .txt .txt_input{width:100%;height:1.4rem;background:no-repeat;line-height:1.4rem;vertical-align:middle;border:none;padding:0 0.8rem;box-sizing: border-box;}
.msgfrom .msg,.msgfrom .txt .txt_msg{height:6.4rem;vertical-align:text-top;}
.conmap{margin-top:20px;padding-bottom:10px;}

/*生长历程*/
.fzlcbg{width:100%;background:url(/skin/wap/images/fzlc.jpg)#0961ac no-repeat center top;margin-bottom:20px;}
.mtitle{text-align:center;color:#fff;font-size:0.6rem;padding:20px 0;}
.mtitle strong{font-size:0.8rem;font-weight:normal;}
.mtitle p{text-transform:uppercase;}
.fzlctop{position:relative;width:100%; height:184px;background:url(/skin/wap/images/fzlctop.png)no-repeat center top;}
.fzlctop span.prev,.fzlctop span.next{position:absolute;width:14px;height:15px;display:inline-block;top:50%;margin-top:-7.5px;cursor:pointer;z-index:9;}
.fzlctop span.prev{left:0; background:url(/skin/wap/images/hprev.png) no-repeat;}
.fzlctop span.next{right:0; background:url(/skin/wap/images/hnext.png) no-repeat;}
.fzlctop .warp{padding:0 60px;background:url(/skin/wap/images/hline.jpg) repeat-x center;}
.fzlctop ul{}
.fzlctop ul li{position:relative;width:180px;height:180px;display:inline-block;background:url(/skin/wap/images/circle.png) no-repeat center;background:none;}
.fzlctop ul li dl{}
.fzlctop ul li dl dt{position:absolute;left:0;width:100%; top:50%;text-align:center;color:#fff;font-size:0.6rem;font-style:initial;line-height:40px;opacity:0;}
.fzlctop ul li:nth-child(2n) dl dt{top:40px;}
.fzlctop ul li dl dd{opacity:1; position:absolute;left:0;top:0;width:100%;height:100%;/*display:flex; */flex-direction:column;align-content:center;align-items:center;justify-content:center;}
.fzlctop ul li dl dd img{width:171px;height:171px;display:block;border-radius:50%;}
.fzlctop ul li dl dd strong{display:block;font-size:20px;color:#005bb5;font-weight:normal;background:url(/skin/wap/images/dline.png)no-repeat center bottom;padding-bottom:10px;}
.fzlctop ul li dl dd span{display:block;color:#005BB5;padding-top:10px;}
.fzlctop ul li dl dd a{width:66px;height:23px;line-height:23px;text-align:center;background:url(/skin/wap/images/wmore.png)no-repeat center;display:inline-block;color:#fff;margin-top:10px;}
/*.fzlctop ul li.cur{background:none;}*/
/*.fzlctop ul li.cur dl dd{opacity:1;}*/
/*.fzlctop ul li.cur dl dt{opacity:0;}*/
.fltitle{text-align:center;color:#fff;font-size:0.8rem;padding-top:10px; padding-bottom:10px;}
.fltitle span{font-size:0.65rem;padding-left:0.4rem;}
.fltitle strong{font-weight:normal;}
.fzcon{font-size:0.6rem;line-height:0.9rem;color:#6ea2ce;text-align:center;}


/*大事记*/
.djtab{height:88px;width:100%; position:relative; z-index: 99;/*border-bottom:solid 1px #cfdbe6;padding:0 25px;*/}
.djtab .con{height:1.6rem;}
.djtab .box{padding:0 1rem;}
.djtab span.prev,.djtab span.next{width:11px;height:15px;display:inline-block;position:absolute;margin-top:0; top:13px;z-index:18;cursor:pointer;}
.djtab span.prev{left:0px;background:url(/skin/wap/images/dprev.png)no-repeat;}
.djtab span.next{right:0px;background:url(/skin/wap/images/dnext.png)no-repeat;}
.djtab ul.swiper-wrapper{position:relative;z-index:33;}
.djtab ul li{width:3rem;height:1.6rem;display:inline-block;text-align:center;position:relative;z-index:3;overflow:hidden;background:url(/skin/wap/images/sjli.jpg)no-repeat left top;background-size:100% 100%;}
.djtab ul li a{display:block;font-size:0.6rem;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;width:auto;line-height:1.6rem;height:1.6rem;margin:0 auto;padding:0 10px;position:relative;z-index:34;}
.djtab ul li.cur{background:url(/skin/wap/images/sjcur.jpg)no-repeat left top;position:relative;z-index:33;background-size:100% 100%;}
.djtab ul li.cur a{color:#fff;position:relative;z-index:999;}
.djscon{/*position:relative;*/z-index:9;background:#efefef;margin-top:-3rem;padding:50px 0 0 0;overflow:hidden;}
.djscon .swiper-slide,.djscon .swiper-wrapper{height:auto;}
.djscon .swiper-container{margin-top:0px; border-top:solid 1px #cfdbe6;}
.jstitle{text-align:center;font-size:0.8rem;font-weight:bold;color:#333;padding:20px 0;}
.jsdesc{font-size:0.6rem;line-height:0.9rem;padding-bottom:30px;padding:0 10px;}

/*详情*/
.pdtop{width:100%;background-position:center top;background-repeat:no-repeat;margin-top:-0px;background-size:cover;position:relative;}
.pdimg{width:80%;margin:0 auto;position:relative;padding-top: 32px;padding-bottom:32px;}
.pdimg>img{display:block;width:100%;}
.pdimg .con{width:100%;height:393px;}
.pdimg ul.pdimg ul li.swiper-slide{width:544px; height:393px;}
.pdimg .swiper-pagination{width:8px;height:auto;position:absolute;right:28px;top:auto;bottom:30px;}
.pdimg .swiper-pagination .swiper-pagination-bullet{border:solid 1px #0963af;opacity:1;background:none;}
.pdimg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0963af;}
.pbdesc{padding-top:20px;}
.pdpage{clear:both;position:absolute;left:0;top:50%;margin-top:-0.7rem;width:100%;padding:0 10px;box-sizing:border-box;}
.pdpage a{font-size:0px;width:1rem;height:1.4rem;display:inline-block;}
/*.pdpage a.prevpage{float:left;background:url(/skin/wap/images/prevpage.png)no-repeat left;padding-left:33px;}
.pdpage a.nextpage{float:right;background:url(/skin/wap/images/nextpage.png)no-repeat right;padding-right:33px;}
.pdpage a.prevpage:hover{background:url(/skin/wap/images/prevpage02.png)no-repeat left;color:#0963af;}
.pdpage a.nextpage:hover{background:url(/skin/wap/images/nextpage02.png)no-repeat right;color:#0963af;}*/
.pdpage a.prevpage{float:left;background: url(/skin/wap/images/sprev.jpg)no-repeat;
background-size: 1rem 1.4rem;}
.pdpage a.nextpage{float:right;background: url(/skin/wap/images/snext.jpg)no-repeat;
background-size: 1rem 1.4rem;}

.download{margin:0 auto;width:4rem;text-align:center;padding:60px 0;text-align:center;display:none;}
.download a{display:block;}
.download a i{width:3rem;height:3rem;display:inline-block;background:url(/skin/wap/images/download.png)no-repeat;background-size:100%;}
.download a span{display:block;color:#0963af;font-size:0.7rem;}<!--耗时1759272698.3661秒-->