﻿@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#333;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;background: #f5f5f5;}
a{color:#333;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#3a7bc8;}
input::-webkit-input-placeholder {color: #eee;}
input::-moz-input-placeholder {color: #eee;}
input::-ms-input-placeholder {color: #eee;}
/*图片放大*/
.zom-img img{transition:all 0.3s ease-in 0s; -webkit-transition:all 0.3s ease-in 0s; -moz-transition:all 0.3s ease-in 0s; -o-transition:all 0.3s ease-in 0s;}
.zom-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;background-repeat: no-repeat;}
.pd60{padding:35px 0;font-size:.875em;overflow:hidden;}
.pd50{margin-top:100px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}



@font-face {
  font-family: 'ahronbd';  
  src: url('../fonts/ahronbd,eot');
  src: url('../fonts/ahronbd?#iefix') format('embedded-opentype'),
  url('../fonts/ahronbd.woff2') format('woff2'),
  url('../fonts/ahronbd.woff') format('woff'),
  url('../fonts/ahronbd.ttf') format('truetype'),
  url('../fonts/ahronbd.svg#iconfont') format('svg');
}
@font-face {
  font-family: "iconfont"; /* Project id 2603334 */
  src: url('//at.alicdn.com/t/font_2603334_yos3yqyspg.woff2?t=1623230492979') format('woff2'),
       url('//at.alicdn.com/t/font_2603334_yos3yqyspg.woff?t=1623230492979') format('woff'),
       url('//at.alicdn.com/t/font_2603334_yos3yqyspg.ttf?t=1623230492979') format('truetype');
}

/* 头部 */
.header{width:100%;background: rgba(21,21,21,0.65);position:fixed;z-index:99;height:80px;top: 0;z-index: 10}
.header .logo{max-width:35%;line-height:80px;}
.header .logo img{height:55px;}
.nav {width:50%;height:80px;padding-top:30px;height:50px;display:flex;flex-flow: row wrap;justify-content: space-between;text-align:right;margin-left: 5%}
.nav .m{float:left;position:relative;z-index:10;}
.nav .m>a{color:#fff;display:inline-block;position:relative;height:50px;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:2px;background:#ff9000;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .cur>a,.nav .m>a:hover{color:#ff9000;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:-55%;top:120%;background:#f5f5f5;line-height:35px;width:130px;color:#333;font-size:.875rem;transition:top 0.4s,opacity .4s;opacity:0;transform: scale(0);}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:42px; }
.nav .navSub a{color:#333;display:block;padding-left: 20px; text-align: left;}
.nav .navSub a:hover{background:#ff9000;color:#fff;}
.nav .m:hover .navSub{top:100%;opacity:1;transform: scale(1);}
.headR{position: absolute;right:0;top:27px;}
.search{border:1px solid #ddd;padding:0 35px 0 10px;margin-right:20px;height:28px;width:180px;}
.search .txt{float: left;width:100%;font-size:12px;line-height:26px;}
.search .btn{float:right; background: url('../images/sBtn.png') no-repeat center;width:35px;height:28px;margin-right:-35px;cursor: pointer;opacity:.7;}
.search .btn:hover{opacity:1;}
.headR .tel{font-size:1.375em;color:#ff9000;font-family:Arial;background: url('../images/hTel.png') no-repeat left center;padding-left:25px;line-height:1.4;font-weight: bold;}
.headR .tel span{margin-right:15px;}

.headR .language{border: 1px solid #888888;background: #ff9000;line-height: 18px;cursor: pointer;width: 48px;height: 26px;position: relative;-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;overflow: hidden;padding: 3px 4px 0 6px;}
.headR .language .current{font-size: 13px;color: #fff;position: relative;z-index: 2;padding-right: 12px;background: url("../images/ljt.png") no-repeat right center #ff9000;width: 100%;display: block;}
.headR .language .drop{margin-top: 2px;display: block;color: #fff;font-size: 12px;}
.headR .language .drop:hover{text-decoration: underline;}
.headR .language:hover{height: 46px;}


.headFix{height:80px;position: fixed;left:0;top:0;font-size:1rem;}
.headFix .logo{line-height:80px;}
.headFix .logo img{height:55px;}
.headFix .nav{height:80px;padding-top:30px;height:50px;}
.headFix .nav .m>a{height:50px;}
.headFix .headR{top:27px;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#3a7bc8;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#3a7bc8;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}

/* 广告轮播图 */
.banner{margin-top: 0;cursor: pointer;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-slide .m{display: none;}
.banner .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-pagination-bullet{border-radius: 10px;}
.banner .swiper-pagination-bullet{width: 12px;height: 12px;outline: medium;}
.banner .swiper-pagination-bullet{background: #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active{background: #ff9000;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 35px;}



/* 公用标签 */
.hTitle{font-size:2.2rem;color:#191919;text-align:center;line-height:1.2;margin-bottom:40px;}
.hTitle span{position: relative;}
.hTitle span::after,.hTitle span::before{content:"";position: absolute;width:55px;height:56px;background: url('../images/tie_l.png');left:-30px;top:20px;}
.hTitle span::before{left:auto;right:-30px;transform: rotateY(-180deg);}
.hTitle b{color:#0b63ab;font-size:1.4em;text-transform: uppercase;font-family:'ahronbd';margin-right:10px;position: relative;top:5px;}
.hTitle em{display: block;font-size: 1rem;opacity:.87;margin-top:10px;font-style:normal;}


/* 我们的产品 */
.product,.case,.news{overflow:visible;}

.dyip{padding:32px 0 40px;}
.dyip .layout{padding: 0 2%;}
.dyip .title{text-align: center;font-size: 30px;text-transform: uppercase;font-weight: 400; color: #333; margin-bottom: 45px;}
.dyip .index_pro{margin-top: 30px;position: relative;}
.dyip .index_pro .swiper-wrapper{margin-bottom:45px;}
.dyip .index_pro .swiper-slide{width: 100%; padding: 2% 0; background: #fff; overflow: hidden;}
.dyip .index_pro .swiper-slide img{max-width: 100%;}
.dyip .index_pro .swiper-slide p{font-size: 16px; line-height: 35px; text-align: center; color: #111; padding-top: 10px;}

.dyip .swiper-pagination{position: initial;}
.dyip .swiper-pagination-bullet{margin:0 10px;background: #bbb; width:  10px;height: 10px; opacity: 1;}
.dyip .swiper-pagination .swiper-pagination-bullet-active{background: none;background: #3a7bc8;}

.dsanp{padding:25px 0;}
.dsanp .layout{padding: 0 2%;}
.dsanp .title{text-align: center;font-size: 30px;text-transform: uppercase;font-weight: 400; color: #333; margin-bottom: 45px;}
.dsanp .index_case{margin-top: 30px;position: relative;}
.dsanp .index_case .swiper-wrapper{margin-bottom:30px;}
.dsanp .index_case .swiper-slide{width: 100%; padding: 2% 0; background: #fff; overflow: hidden;}
.dsanp .index_case .swiper-slide img{max-width: 100%;}
.dsanp .index_case .swiper-slide p{font-size: 16px; line-height: 35px; text-align: center; color: #111; padding-top: 10px;}

.dsanp .swiper-pagination{position: initial;}
.dsanp .swiper-pagination-bullet{margin:0 10px;background: #bbb; width:  10px;height: 10px; opacity: 1;}
.dsanp .swiper-pagination .swiper-pagination-bullet-active{background: none;background: #3a7bc8;}

.dsip{padding:25px 0;}
.dsip .layout{padding: 0 10%;}
.dsip .title{text-align: center;font-size: 30px;text-transform: uppercase;font-weight: 400; color: #333; margin-bottom: 45px;}
.dsip ul{margin-top: 20px;margin-left: -4%;}
.dsip li{width: 29.333%;float: left;margin-left: 4%; position: relative; cursor: pointer;}
.dsip li .pic{width: 100%; overflow: hidden;}
.dsip li .pic img{max-width: 100%;}
.dsip li .p_txts{position: absolute; bottom: -150px;left: 0;background: #fff; margin: 0 4%; padding:6% 6% 10%;transition:.3s;}
.dsip li .p_txts img{max-width: 100%;}
.dsip li .p_txts h2{font-size: 17px;margin-top:0;line-height: 32px; color: #333}
.dsip li .p_txts p{color: #444;line-height: 27px;padding-top: 12px; height: 93px; font-size: 13px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.dsip li .p_txts:hover{transform: translateY(-15px); transition:.3s;}


/* 行业应用 */
.solution{background: url('../images/solution_tie.jpg') no-repeat center;background-size:cover;background-repeat: no-repeat;padding-bottom:0;background-attachment: fixed;}
.solution .hTitle em{letter-spacing:8px;}
.hTitlew,.hTitlew span{color:#fff;}
.solutionSlide{height:600px;position: relative;background-position:center;background-size:cover;background-repeat: no-repeat; margin-top:2.5%;}
.solutionSlide li{float: left;width:20%;background: rgba(0, 0, 0, 0.45);height:100%;border-right: 1px solid rgba(255, 255, 255, .2);color:#fff;text-align:center;padding:0 2.5%;padding-top:5%;position:relative;overflow: hidden;z-index:2;transition:all .5s;}
.solutionSlide li:hover{background: rgba(58, 123, 200, 0.85); cursor: pointer;}
.solutionSlide li .txt{height:70px;overflow:hidden;transition:all .5s;transition-delay:.3s;}
.solutionSlide li img{width: 55px; padding: 15px 0;}
.solutionSlide li h4{margin-bottom:25px;}
.solutionSlide li h4 span{font-size:2.143em;display:block;}
.solutionSlide li .more{display:inline-block;width:160px;height:42px;line-height:40px;margin-top:35px;border:1px solid #fff;color:#fff;}
.solutionSlide li .more i{font-style:normal;margin-left:15px;}
.solutionSlide .swiper-slide-active::after{transform-origin:left;transform:scale(1);}
.solutionSlide .swiper-slide-active{padding-top:10%;}
.solutionSlide li p{opacity:1;transition-delay:.25s;transform: translateY(0) scale(1);height:auto; line-height: 2; color:#ccc;}
.solutionSlide .swiper-slide-active a{transition-delay:.25s;}


.ys_box{background: url('../images/indweBg.jpg') no-repeat center;background-size:cover;background-repeat: no-repeat;padding-bottom:0;height: 480px;}
.ys_box .layout{padding: 0 10%;}
.ys_box .left_txt{float: right; width: 41%; margin-top: 8%;}
.ys_box .left_txt h2{font-size:27px;color: #fff;font-weight: normal;text-align: right;}
.ys_box .left_txt p{font-size: 14px;line-height: 30px;color: #fff;opacity:1;margin: 15px 0;}

.ys_box .rt_icon{float: left; width: 45%;margin-top:12.5%;}
.ys_box .rt_icon h3{font-size: 27px;color: #fff;font-weight: normal;margin-bottom: 15px;}
.ys_box .rt_icon p{font-size: 25px;color: #ff9000; line-height: 36px}
.ys_box .rt_icon p img{vertical-align: middle;margin-right: 15px;}


.ys_box .rt_icon ul{margin-top: 8.5%; overflow: hidden; display:none;}
.ys_box .rt_icon li{text-align: center;display: inline-block;vertical-align: top;margin: 0 20px 0 0;-webkit-transform: translateY(10%);-moz-transform: translateY(10%);-ms-transform: translateY(10%);-o-transform: translateY(10%);transform: translateY(10%);opacity: 1;}
.ys_box .rt_icon li i{width: 70px; height: 70px; line-height: 70px; border-radius: 100%; background: #fff; display: inline-block;}
.ys_box .rt_icon li img{width: 2.55em;}
.ys_box .rt_icon li h4{font-size: 16px;color: #fff;margin-top:7px; line-height: 45px;}



/* 关于我们 */
.about{padding-bottom:0;overflow:visible;}
.aboutL {width:43%;}
.aboutL .hTitle{text-align:left;margin-bottom:30px;}
.aboutL .hTitle span::after{display:none;}
.aboutL .hTitle span::before{background: url('../images/tie_bg2.png') no-repeat right;transform: rotate(0);width:300px;}
.aboutL .tie{color:#3a7bc8;font-size:1.786em;font-weight:bold;margin-bottom:25px;}
.aboutL .txt{min-height:190px;margin-bottom:20px;line-height:1.8;}
.aboutL .more i{font-style:normal;margin-left:15px;}
.setting{width:54%;}
.settingBig{overflow:hidden;height:480px;margin-bottom:1px;}
.settingBig img{animation:scale 34s infinite;}
.settingSmall{margin-right:-1px;}
.settingSmall li{float:left;width:25%;height:120px;padding-right:1px;text-align:center;font-size:1.429em;line-height:120px;}
.settingSmall li a{color:#fff;z-index:2;}
.settingSmall li a::after{content:"";position:absolute;left:0;top:0;bottom:0;right:0;opacity:0;z-index:-1;border:5px solid #3a7bc8;transition:all .3s;}
.settingSmall .on a::after{opacity:.8;}
.settingSmall li.more a::after{background:#000;opacity:.8;border-color:#000;}
.settingSmall li.more p{font-size:14px;line-height:2;padding-top:35px;}
.settingSmall li.more i{display:block;font-style:normal;}
.settingSmall li.more:hover a::after{opacity:.9;} 
.aboutTie{position:absolute;left:0;bottom:0;width:43%;color:#fff;height:120px;padding-top:25px;}
.aboutTie h4{padding-left:25px;font-size:1.65em;padding-top:15px;}
.aboutTie h4 span{display: block;font-size:14px;opacity:.5;font-family:Arial;}
.about::after{content:"";position: absolute;left:0;bottom:0;background:#3a7bc8;width:100%;height:120px;z-index:-1;margin-left:-50%;}
.hVideo{padding-top:40px;overflow:hidden;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}



/* 合作伙伴 */
.partner{background: #f5f5f5; margin-top: 185px;}
.partner .container{background: url('../images/partner_bg.jpg') no-repeat right bottom;overflow: hidden;min-height:600px;}
.partner .tiess{text-align: center;font-size: 30px;text-transform: uppercase;font-weight: 400; color: #333; margin-bottom: 45px;}
.partnerL{width:45%;max-width:550px;}
.partnerL .tie{font-size:1.55em;font-weight:bold;color:#555;max-width:450px;line-height:1.4;margin-bottom:30px;}
.partnerL .tie span{display:block;font-size:1.813em;color:#3a7bc8;font-family:'Arial';}
.partnerL p{font-size: 14px; line-height: 30px;}
.partnerL .zx{display:inline-block;width:200px;height:52px;line-height:52px;margin-top:40px;background:#3a7bc8;color:#fff;text-align:center;color:#fff;}
.partnerL .zx i{font-family:"iconfont";font-style:normal;margin-right:10px;}
.partnerL .zx:hover{background:#a70006;}
.partnerR{width:52%;padding:1px 10px 10px 1px;}
.partnerR li {float:left;width:25%;animation-fill-mode:initial;background:#fff;margin-top:-1px;transition:all .5s;position: relative;}
.partnerR li a{display: block; margin-left:-1px;}
.partnerR li .pImg{padding-top:46%; overflow: hidden;}
.partnerR li:nth-child(1){margin-left:50%;margin-right:25px;}
.partnerR li:nth-child(2),.partnerR li:nth-child(8){margin-left:25%;}
.partnerR li:nth-child(3),.partnerR li:nth-child(9){margin-right:25%;}
.partnerR li:hover{transform: scale(1.1);z-index:2;box-shadow:0 0 10px #ccc;}

.partnerR li img{border: 1px solid #c5c5c5;}

/*底部 */
.foot{background: #333;}
.foot .foot_t{padding:35px 8%;}
.foot .left{float: left;width: 55%;}
.foot .left dl{float: left;width: 25%;}
.foot .left dt{font-size: 18px;color: #FFF;margin-bottom: 12px;}
.foot .left dd{line-height: 32px;font-size: 14px;}
.foot .left dd a{color: #FFF;transition: all 0.3s;opacity: 0.75;}
.foot .left dd a:hover{color: #FFF;text-decoration: none;opacity: 1;}

.foot .right{float: left;width: 26.5%;}
.foot .right h2{font-size: 18px;color: #FFF;}
.foot .right p{line-height: 30px;color: #FFF;opacity: 0.75;font-size: 14px;}
.foot .right ul{margin-top: 10px;}
.foot .right li{float: left;width: 50px;height: 50px;line-height: 50px;text-align: center;background: #ff0000;margin-right: 10px;}
.foot .right li a{color: #FFF;display: block;}
.foot .right li a:hover{color: #FFF;display: block;text-decoration: none;}
.foot .right li i{font-size: 20px;}
.foot .copyright{text-align: center;color: #ccc;background: #222;padding:18px 0;font-size: 14px; line-height: 27px;}

.foot .codes{float: right;width: 135px;}
.foot .codes img{max-width: 100%;}
.foot .codes p{text-align: center;line-height: 35px;color: #FFF;opacity: 0.75;font-size: 14px;}



.footWx {margin-right:-160px;background:#fff;width:120px;text-align:center;padding:5px;padding-bottom:10px;color:#333;}
.footWx img{width:100%;}
.footer a{color:#f5f5f5;}
.footer a:hover{color:#fff;text-decoration: underline;}
.footNav{display:none;background:#09518c;overflow:hidden;position: relative;z-index:90;}
.footNav li{float: left;width:25%;text-align:center;}
.footNav li i{display: block;font-family:"iconfont";font-style:normal;font-size:1.86rem;}
.footNav li a{display:block;color:#fff;padding:6px 0;}


.firendlink{position: absolute;right:28%;border:1px solid #df6966;width:190px;height:40px;line-height:40px;padding:0 25px;top:35px;}
.firendlink span{color:#fff;display: block;cursor: pointer;}
.firendlink i{float:right;font-family: "iconfont";font-style:normal;font-size:1.143rem;}
.firendlink .main{position: absolute;bottom:50%;width:100%;background:#fff;left:0;transition:opacity .4s,bottom .4s;opacity:0;transform: scale(0);}
.firendlink a{display: block;height:30px;line-height:30px;border-bottom: 1px solid #eee;padding:0 25px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#666;}
.firendlink a:hover{background:#333;color:#fff;}
.firendlink:hover .main{opacity:1;transform: scale(1);bottom:100%;}

/*内页公用 */
.listWrap{overflow:hidden;padding:40px 0 60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:400px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);}
.listBanner h3 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sIcon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu .menu{height:55px;text-align:center;margin-top:-56px;line-height:55px;text-align:right;}
.listMenu .menu a{background:#fff;display: inline-block;border-left: 1px solid #ccc;text-align:center;border-bottom: 1px solid #ccc;width:15.5%;position:relative;z-index:1;color:#333;}
.listMenu .menu a:after,.solutionMenu li::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;transition-delay:.1s;transition: transform .3s;transform-origin:right;z-index:-1;transform:scale(0,1);background:#3a7bc8;}
.listMenu .menu a:first-child{border-left:none;}
.listMenu .menu a.cur:after,.listMenu .menu a:hover:after,.solutionMenu li.on::after{transform-origin:left;transform:scale(1);}
.listMenu .menu a.cur,.listMenu .menu a:hover{color:#fff;border-bottom: 1px solid #3a7bc8;}
.breadCrumb{height:65px;line-height:65px;}
.breadCrumb p{padding-left:18px;position:relative;font-size:12px;z-index:2;}
.breadCrumb p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"}
.menuSub{font-size:15px;position: relative;}
.menuSub::after{content:"";position: absolute;left:-50%;width:200%;height:100%;background:#efefef;top:0;z-index:-1;}
.menuSub{text-align:right;}
.menuSub a{margin:0 25px;color:#555;}
.menuSub a:hover,.menuSub .cur,.breadCrumb a:hover{color:#3a7bc8;}

/* 关于我们 */
.profileBox{padding:40px 0; overflow: hidden;}
.profileBox .container{background: #fff;overflow: hidden;}
.profileBox .profile{font-size:1rem;color:#191919; line-height: 2.45rem;max-width:80%; margin: 0 auto; padding:30px 0;}
.profileBox .profile img{max-width: 100%; margin: 10px auto; display: block;}

.culture{padding:4%;overflow: hidden;}
.culture ul{margin:0 -1%;}
.culture li{float:left;padding:20px;width:31.333%;text-align:left;margin:0 1%; vertical-align: top;}
.culture li .pImg img{max-width: 100%;}
.culture li h4{font-size:20px;color:#444;margin-bottom:15px;padding-bottom:10px;font-weight:bold;margin-top:15px;position:relative;}
.culture li h4 span{display:block;font-size:14px;font-family:Arial;color:#999;}
.culture li:hover img{transform: scale(1.1);}
.culture li h4 span:after{content:"";position:absolute;width:14px;height:1px;background:#e96713;bottom:0;left:0;transition:all .3s;}
.culture li p{line-height: 28px; font-size: 14px;}

/* 图片列表 */
.honrimg{overflow: hidden; padding:2.5%;}
.honrimg ul{ margin-left:-1%;}
.honrimg li{width:23.7%; display: inline-block; margin-left:1%; text-align:center;  margin-bottom:1%; box-sizing: border-box; vertical-align: top;}
.honrimg li img{ max-width:95%; border: 5px solid #bcb5b3;}
.honrimg li img:hover{ border: 5px solid #3a7bc8;}
.honrimg li span{display:block; line-height:40px; font-size:15px;}

.ny-cp-1{margin-left: -1.6%; margin-top: 30px;}
.ny-cp-1 li{width: 15%;float: left;margin-left: 1.6%;text-align: center;position:relative;overflow: hidden;margin-bottom: 1.6%;}
.ny-cp-1 li img{width: 100%;transition-duration: 0.5s;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
.ny-cp-1 li p{padding:10px;background:#e1e1e1;z-index: 999; display: none;}
.ny-cp-1 li .cp-bk{position: absolute;width: 0%;height: 3px;background: #ff9000;bottom: 0;transition-duration: 0.5s;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
.ny-cp-1 li .cp-bj{position: absolute;width: 0%;height: 3px;background: #ff9000;bottom: 0;transition-duration: 0.5s;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
.ny-cp-1 li .cp-bj{right: 0;}
.ny-cp-1 li .xz{width: 100%;overflow: hidden;border: 0;}
.ny-cp-1 li:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.ny-cp-1 li:hover .cp-bj{width: 50%;}
.ny-cp-1 li:hover .cp-bk{width: 50%;}



/* 发展大事记 */
.histroryL{width:24%;max-width:320px;}
.histroryL .tie{border-bottom: 1px solid #cecece;padding-bottom:50px;margin-bottom:50px;}
.histroryL .txt{border:4px solid #cecece;padding:12% 8%;line-height:1.2;}
.histroryL .txt h3{font-size:32px;color:#191919;margin-bottom:60px;font-weight:bold;}
.histroryL .txt h3 span{display:block;}
.histroryL .txt p{font-size:24px;color:#e6212a;font-family:Arial;}
.histroryL .txt p span{display:block;font-size:64px;color:#b9b9b9;font-weight:bold;}
.hirstoryR{width:74%;overflow:hidden;}


/* OEM/ODM代工 */
.coverList li{background: url('../images/honor_bg.jpg');overflow:hidden;margin-bottom:20px;transition:all .5s;}
.coverList li .pic{width:50%;overflow:hidden;display:block;height:460px;}
.coverList li .txt{width:50%;padding:2% 4%;position:relative;max-height:420px;overflow-y:auto;}
.coverList li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.coverList li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#e6212a;width:15px;transition:all 0.4s; }
.coverList li h4 a{color:#333;}
.coverList li p{margin-top:10px;background: url('../images/odds_li.png') no-repeat left 10px;padding-left:15px;}
.coverList li:nth-child(2n) .txt{float:left;} 
.coverList li:nth-child(2n) .pic{float:right;}
.coverList li:hover .bgImg{transform: scale(1.05);}
.coverList li:hover{box-shadow:0 0 10px #ccc;}
.coverList li h4 a:hover{color:#e6212a;}

/* 产品列表 */
.productBox{padding: 40px 0; overflow: hidden;}
.product{width: 100%; overflow: hidden;}
.product ul{ margin-left:-2%;}
.product ul li{ float:left; width:23%; padding:1% 0;  margin-left:2%; text-align:center; margin-bottom:2%; background: #fff;}
.product ul li .grid{width: 100%; overflow: hidden;}
.product ul li .grid img{max-width: 100%;  } 
.product ul li p{display: block; padding:12px 0; line-height: 35px; font-size: 15px; text-align: center;}


/*  产品详情 */
.tabbb{width:100%; margin:80px auto 0; overflow:hidden; height:72px; background-color:#FFFFFF; z-index:999; position: static; border-bottom: 1px solid #ddd;}
.naaavbg{ position:absolute;width:100%; margin:0 auto; overflow:hidden;z-index:999; }
.tabss{width:100%; margin:0 auto; overflow:hidden;}
.tabs{float:right; }
.tabss ul{padding:0; margin:0;}
.tabss ul li{float:left; margin:0 20px;}
.tabss ul li a{font-size:17px; line-height:70px; text-decoration:none; color:#222;display: inline-block;}
.tabss ul p{float:left; margin:0 6px; color:#3a7bc8; line-height:72px; font-size:16px;}
.activem a{color:#3a7bc8!important; font-weight:bold; border-bottom: 2px solid #3a7bc8;}
.tabss ul li .buys{display: inline-block; font-size: 15px; line-height:36px; width:100px; background: #3a7bc8; margin: 0 6px;color: #fff; margin-top: 20px;text-align: center;}
.tabss ul li .backs{display: inline-block;font-size: 15px; line-height:36px; width:100px; background: #555; color: #fff; margin-top: 20px; text-align: center;}
.tabss span{color:#333; font-size:26px; line-height:72px; width:35%; float:left;}

.products_conss{width:100%;background: #fff; overflow: hidden;}
.products_b{ line-height: 28px; font-size: 14px; overflow: hidden;}
.products_b img{max-width: 100%;margin: 0 auto; display: block;}

.products_b table {margin: 25px 0; overflow: hidden;}
.products_b table tr td{border-bottom: #d2d5d8 1px solid; padding: 14px 0; line-height: 42px; font-size: 16px;}
.products_b table tr td:first-child{ font-size:20px; color:#e7340e; }



/* 解决方案 */
.solutionI li{background:#f5f5f5;overflow:hidden;margin-bottom:20px;transition:all .5s;}
.solutionI li .pic{width:50%;overflow:hidden;display:block;height:420px;}
.solutionI li .txt{width:50%;padding:4%;position:relative;}
.solutionI li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.solutionI li h4::after,.applyFont .title::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#ff0000;width:15px;transition:all 0.4s; }
.solutionI li h4 a{color:#333;}
.solutionI li .txt .info{min-height:130px;}
.solutionI li .btn{text-align:center;display:inline-block;font-size:12px;font-family:Arial;margin-top:25px;width:160px;border:none;height:46px;line-height:46px;color:#fff;background:#ff0000;}
.solutionI li .more{background:#fff;color:#ff0000;margin-left:15px;}
.solutionI li .btn:hover{color:#fff;background: #d80000;}
.solutionI li:nth-child(2n) .txt{float:left;} 
.solutionI li:nth-child(2n) .pic{float:right;}
.solutionI li:hover .bgImg{transform: scale(1.05);}
.solutionI li:hover{box-shadow:0 0 10px #ccc;}
.solutionI li h4 a:hover{color:#ff0000;}


/* 新闻列表 */
.solutionList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.solutionList li .pic{float: left;width:360px;height:225px;margin-right:60px;overflow: hidden;}
.solutionList li img{transition: all .5s;width:100%;height:100%;}
.solutionList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;}
.solutionList li h3 a{color:#333;}
.solutionList li p{min-height:70px;}
.solutionList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.solutionList li .date i{font-style: normal;margin-left:8px;}
.solutionList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.solutionList li .more:hover{background: #3a7bc8;border: 1px solid #3a7bc8;color:#fff;}
.solutionList li:hover{box-shadow: 6px 6px 6px #eee;}
.solutionList li:hover img{transform: scale(1.1);}



/* 成功案例 */
.caseBox{padding: 40px 0; overflow: hidden;}
.case-list{display: flex;flex-wrap: wrap;}
.case-list li{width: 33.333%;padding:20px 32px;transition: all .3s ease; }
.case-c{padding: 20px;overflow: hidden;}
.case-list li>div{background: #fff;box-shadow: 0 0 0px rgba(230,0,18,0);transition: all .3s ease;border: 1px solid #ddd;}
.case-list li>div:hover{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.2);transition: all .3s ease;}
.case-list li .zom-img{overflow: hidden;}
.case-list li .company{line-height: 1.75rem; color: #777;}
.case-list li .case-title{width: 100%;margin: 15px 0;font-size: 18px;line-height: 45px;height: 45px; font-weight: bold; border-bottom: 1px solid #949494;text-transform: Uppercase;color: #444;display: block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;transition: all ease .4s;}
.case-list li .abstract{font-size: 13px;line-height: 25px;color: #666;}
a.case-details{width: 115px; height: 30px; border-radius: 15px; font-size: 14px; border: 1px solid #212121; display: flex; justify-content: center; align-items: center;transition: all ease .4s; margin-top: 30px; float: right;}
a.case-details:hover{color: #fff;border: 1px solid #15499a;background: #15499a;}


/* 合作伙伴 */
.partnerList{padding-top:1px;padding-left:1px;}
.partnerList li{float:left;width:14.3%;border:1px solid #eee;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;background:#fff;animation-fill-mode:inherit;overflow:hidden;}
.partnerList li .pImg{padding-top:50%;}
.partnerList li p{height:40px;line-height:30px;text-align:center;padding:0 10px;font-size:12px;transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position: absolute;bottom:-50px;text-align:center;background:#3a7bc8;height:40px;line-height:40px;color:#fff;width:100%;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-15px;}


/* 新闻列表 */
.newsTop{overflow:hidden;padding:2.5%;}
.newsTop li{overflow:hidden;float:left;width:49%;height:280px;}
.newsTop li .pic{width:50%;float:left;height:245px;overflow:hidden;}
.newsTop li .txt{width:50%;padding:2.5%;background:#f3f3f3;}
.newsTop li .txt h4{font-size:1.15em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsTop li .txt h4 a{color:#333;}
.newsTop li .txt h4 a:hover{color:#3a7bc8;}
.newsTop li .txt h4 span{display:block;font-family:Arial;color:#999;font-size:0.75rem;margin-top:5px;}
.newsTop li p{height:110px;overflow:hidden;margin-bottom:10px; line-height: 27px;font-size: 13px;}
.newsTop li:hover .bgImg{transform:scale(1.1);}
.newsTop li:nth-child(2n){float:right;}

.newsList{overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-40px;}
.newsList li{float:left;padding-right:40px;width:25%;margin-bottom:40px;}
.newsList li a{display:block;color:#888;}
.newsList li .pImg{padding-top:68%;}
.newsList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:20px 0;}
.newsList li p{height:70px;padding-bottom:10px;border-bottom: 1px solid #d9d9d9;margin-bottom:20px;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3{color:#c90500;}

/* 新闻详情 */
.newShow{width: 100%; overflow: hidden;padding:2.5%;}
.newShow .name{ text-align:center; font-size:22px; color:#222; font-weight:normal; padding-bottom:18px;}
.newShow .time{ text-align:center; font-size:14px; color:#777; border-bottom:1px solid #DEDEDE; padding-bottom:15px;}
.newShow .time em{ padding:0 15px; font-style: normal;}
.newShow .contss{ padding:10px 0 20px 0; font-size:14px; line-height:30px; color: #555;}
.newShow .contss img {max-width:100%;margin:10px auto;text-align:center;display:table-cell;clear:both;overflow:hidden;}


.fanhui{float:right;width:126px;margin:0 auto;position:relative;}
.fanhui a{ position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0; text-align:center;background:#3a7bc8;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}

.PreveNext {border-top:1px #DEDEDE solid; margin:0px auto;width:100%;height:auto;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;height:70px;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 14px;}



/* 售后服务 */
.serviceMain{margin-top:60px;padding-left:340px;position:relative;}
.serviceImg{height:240px;}
.service .txt{padding:40px 0;overflow:hidden;text-align:center;max-width:1400px;margin:0 auto;}
.service .tie{font-size:1.714em;color:#3a7bc8;padding-bottom:15px;margin-bottom:30px;position: relative;}
.service li{float:left;width:20%;background:#f2f2f2;min-height:360px;padding:40px 25px;text-align:center;}
.service li i{display: inline-block;width:74px;height:60px;background-repeat: no-repeat;background-position:center top;transition:all .4s;position: relative;top:0;}
.service li h4{font-size:1.714em;color:#333;margin:10px 0 15px 0;}
.service li:nth-child(2n){background:#e8e8e8}
.service li:hover i{top:-10px;background-position: 0 -60px;}

.serviceBox2{background:#f5f5f5;}
.serviceBox2 .bgImg{width:68%;height:540px;}
.serviceBox2 .pic{float: left;width:68%;}
.serviceBox2 .font{width:30%;}
.serviceBox2 .font p{margin-bottom:30px;}
.serviceBox2 .font p span{display:block;font-size:1.714em;color:#3a7bc8;margin-bottom:10px;padding-left:40px;background: url('../images/sIcon1.png') no-repeat left center;}
.serviceBox2 .font p:nth-child(2) span{background-image: url('../images/sIcon2.png');}
.serviceBox2 ul{display: flex;flex-flow:row wrap;justify-content: space-between;}
.serviceBox2 li{float:left;font-size:1.143em;border-right: 1px solid #ddd;padding-right:30px;}
.serviceBox2 li span{display: block;font-size:2.875em;font-family:Arial;line-height:1.2;color:#3a7bc8;letter-spacing:-2px;}
.serviceBox2 li:last-child{padding-right:0;border:none;}





.faq{border-top: 1px solid #ddd;}
.faq ul{padding-left:1px;padding-top:1px;overflow: hidden;}
.faq li{float:left;width:33.3%;position:relative;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;transition:all .3s;padding:2.5%;height:280px;background:#fff;}
.faq li::after{content:"";position: absolute;left:0;bottom:0;height:6px;background:#3a7bc8;transition:all .5s;width:0;}
.faq li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:20px;color:#333;}
.faq li .tag{font-size:12px;margin:15px 0 20px 0;padding-left:25px;position:relative;color:#8f8f8f;}
.faq li .tag::after{content:"\e606";font-family:"iconfont";position:absolute;left:0;top:-2px;font-size:1.143rem;}
.faq li .txt{color:#777;height:100px;margin-bottom:15px;overflow:hidden;}
.faq li .date{color:#999;display:block;}
.faq li .date i{float:right;font-style:normal;font-size:1.286rem;font-family:"Arial";margin-top:-5px;}
.faq li:hover::after{width:100%;}
.faq li:hover{box-shadow:0 0 10px #ccc;}
.faq li:hover h4 {color:#3a7bc8;}
.faqList{background:none;}
.faqList li {width:50%;height:auto;}

/* 下载中心 */

.downList li{background:#ededed;margin-bottom:10px;}
.downList li a{display:block;padding:2.5% 3%;color:#191919;}
.downList li span{float:right;color:#666;position:relative;padding-left:30px;margin-left:25px;}
.downList li span::after{content:"\e624";position:absolute;font-family:"iconfont";left:0;font-size:1.286rem;top:-5px}
.downList li a:hover{background:#3a7bc8;color:#fff;}
.downList li a:hover span{color:#fff;}
.downList .more{text-align:center;font-size:18px;}

.downMake{position: fixed;width:100%;height:100%;background:#000;opacity:.4;z-index:100;left:0;top:0;display:none;}
.downForm {left:50%;top:50%;width:500px;text-align:center;padding:3% 2%;background:#fff;z-index:101;position: fixed;margin-left:-250px;margin-top:-125px;display:none;}
.downForm .listTie{font-size:24px;padding-bottom:10px;margin-bottom:25px;}
.downForm p{height:46px;line-height:44px;border:1px solid #ddd;margin-bottom:10px;padding-left:30px;transition:all .3s;}
.downForm p i{float:left; font-family:"iconfont";font-style:normal;margin-left:-20px;}
.downForm p input{width:100%;height:44px;padding:0 15px;}
.downForm p:hover{box-shadow:0 0 3px #ddd;}
.downForm .code input{width:120px;border:1px solid #ddd;height:40px;line-height:40px;padding:0 15px;}
.downForm .close{position: absolute;right:5px;top:5px;background: url('../images/close.png') no-repeat; width:27px;height:27px;cursor:pointer;}
.downForm .code img{padding:9px;background:#f5f5f5;}
.downForm .sub{background:#3a7bc8;color:#fff;border-color:#940300;cursor: pointer;}
.downForm .sub:hover{background:#940300;}





/* 联系*/
#map_container{min-height:520px;}
.contactBox {padding: 2.5%; overflow: hidden;}
.contactBox .map_left{float: left; width: 55%;border: 1px solid #e5e5e5;}
.contactBox .mode_right{float: right; width: 45%;border: 1px solid #e5e5e5;}

h2.cmtit{color:#333;font-weight:bold;border-bottom:1px solid #dbdbdb;margin-bottom:24px;padding-bottom:15px;font-size:22px;}
.contbox{padding:5% 10%; min-height:520px;}
.contbox p{font-size:17px!important;color:#444;margin-bottom:28px;line-height:2!important;}
.contbox em{display:inline-block;width:20px;height:20px;background:url(../images/icon_ctel.png) no-repeat left top;vertical-align:middle;}
.contbox em.ictel{background-position:left -22px;}
.contbox em.icemail{background-position:left -42px;}
.contbox em.icfax{background-position:left -62px;}
.contbox em.icmob{background-position:left -83px;}
.contbox em.icweb{background-position:left -106px;}

/*联系我们*/
.Online{padding: 2.5% 2.5% 50px; overflow: hidden;}
.Online .inpbrd{border:1px solid #dcdcdc;padding:10px;}
.Online .inpbrd input{border:0px;}
.Online h3{text-align:center;color:#333; font-size: 30px;}
.Online p{text-align:center;margin:22px auto 40px;}
.Online .form-input{margin-left:10px;width:80%;}
.Online .col-md-6{margin-bottom:20px; width: 50%;float: left; padding: 0 2.5%;}
.Online textarea{border:0px;height:200px;width:90%;resize:none;vertical-align:top;}
.Online .inpbrd span{vertical-align:top;}
.Online .col-md-12{width: 100%; float: left; padding: 0 2.5%;}

input.more{width:160px;height:45px;line-height:45px;margin:30px auto;display: block;border:0px;background:#3a7bc8;color:#fff;border-radius:25px;font-size:18px; cursor: pointer;}
input.more:hover{background:#3a7bc8;}

/* 人才招聘 */
.jobBox1,.service{width: 100%;}
.jobBox1 .bgImg{width:50%;height:540px;}
.jobBox1 .font{width:50%;height:540px;padding:1.5%; font-size: 14px; line-height: 30px;}
.jobBox1 .font p strong{font-size:1.333em;color:#3a7bc8;display: block;margin-bottom:6px;}
.jobBox2{box-shadow:0 0 10px #ccc;margin: 0 10px;margin-bottom:80px;}
.jobBox2 .bgImg{height:330px;width:48%;}
.jobList{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding:2.5%;  overflow: hidden}
.jobBox1 .font p{margin-bottom:20px;}

.listTie{font-size:2.25rem;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;}
.listTie span{display:block;font-size:14px;opacity:.7;}
.listTie::after,.service .tie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#ff9000;margin-left:-10px;}

.jobList li{overflow:hidden;padding:0 40px;margin-bottom:15px;background:#f5f5f5;}
.jobList .top{padding:20px 0;overflow:hidden;padding-right:150px;line-height:34px;cursor:pointer;}
.jobList .top span{float:left; width:20%;}
.jobList .top a{float:right;width:130px;height:34px;line-height:34px;background:#3a7bc8;color:#fff;text-align:center;font-size:12px;margin-right:-150px;}
.jobList .top .tie{font-weight:700;color:#333;font-size:1.286em;}
.jobList .top a:hover{background:#ff9000;}
.jobList .font{border-top: 1px solid #cfcfcf; overflow:hidden;padding-top:30px;font-size:12px;display:none;padding-bottom:40px;}
.jobList .font .txt{float:left;width:48%; line-height: 2; font-size: 14px;}
.jobList .font .txt .tie{color:#333;margin-bottom:15px;display:block;font-size:16px;}
.jobList .font .txt:nth-child(2n){float:right;}
.jobList li.on{border-top: 1px solid #3a7bc8;}
.jobList li:nth-child(1) .font{display:block;}
.job .more{height:60px;line-height:60px;text-align:center;padding:0;}
.job .more a{display:block;color:#3a7bc8;}
.job .more a:hover{background:#3a7bc8;color:#fff;}
.jobBox3 .txt{border:2px solid #e7e7e7;padding:3%;font-size:1.143em;}
.jobBox3 p{background: url('../images/odds_li.png') no-repeat left 10px;padding-left:15px;margin-bottom:15px;}
.jobBox3 p span{color:#3a7bc8;font-weight:700;margin-right:10px;}