@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;-webkit-font-smoothing: antialiased;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.fz45{font-size: 45px;}
.fz40{font-size: 40px;}
.fz36{font-size: 36px;}
.fz30{font-size: 30px;}
.fz28{font-size: 28px;}
.fz26{font-size: 26px;}
.fz25{font-size: 25px;}
.fz24{font-size: 24px;}
.fz22{font-size: 22px;}
.fz21{font-size: 21px;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px; line-height:180%;}
.fz15{font-size: 15px;}
.fz14{font-size: 14px;}
.fz12{font-size: 12px;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover .pic img,
.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*ç½‘é¡µé™å®šå®½åº¦*/
.w1200{width: 1200px;margin: 0 auto;}
.w1400{width: 90%;margin: 0 auto;max-width: 1400px;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/*è§£å†³chromeæµè§ˆå™¨ input,textarea èŽ·å¾—ç„¦ç‚¹æ—¶ä¼šæœ‰ä¸€ä¸ªè¾¹æ¡†çš„é—®é¢˜*/
input,textarea{outline: none;}
/*æ¸…é™¤iosç«¯ input,textarea é»˜è®¤å†…é˜´å½± é»˜è®¤åœ†è§’,radioå’Œcheckboxéœ€è¦è¿˜åŽŸå€¼ä¸ºnormal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}

/* flexå¸ƒå±€ */
.disflex{display: flex;}
.flexCenter{display: flex;justify-content: center;align-items: center;}
.flexBetween{display: flex;justify-content: space-between;align-items: center;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}




html.hide{overflow: hidden;}
.header .logo img{height:40px;}
.header{line-height: 100px;position: relative;z-index: 2;}
.header > .w1400{display: flex;align-items: center;justify-content: space-between;}
.header .right{display: flex;align-items: center; width:970px;}
.header .nav .nLi{position: relative;padding: 0 20px;}
.header .nav .nLi h3 a{display: block;position: relative;color: #333333;}
.header .nav .nLi h3 a:before{content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #1662d3;opacity: 0;transform: scale(0,1);}
.header .nav .nLi.on h3 a,
.header .nav .nLi:hover h3 a{color: #1662d3;}
.header .nav .nLi.on h3 a:before,.header .nav .nLi:hover h3 a:before{opacity: 1;transform: scale(1);}
.header .nav .nLi .navSub{position: absolute;left: 50%;top: 100px;width: 150px;margin-left: -75px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.header .nav .nLi .navSub ul li{padding: 12px 0;}
.header .nav .nLi .navSub a{display: block;line-height: 24px;text-align: center;padding: 0 4px;position: relative;}
.header .nav .nLi .navSub a:hover{color: #1662d3;}
.header .nav .nLi .navSub a:before{content: "";width: 2px;height: 100%;background: #1662d3;position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.header .nav .nLi .navSub a:hover:before{-webkit-transform: scale(1);transform: scale(1);}
.header .searchBtn{margin-left: 35px;width: 35px;height: 35px;background:url(../images/searchBtn.jpg) no-repeat center;cursor: pointer;}
.header .searchBtn:hover{}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner a{display: block;padding-bottom: 720px;position: relative;overflow: hidden;}
.banner a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .btn{width: 50px;height: 50px;position: absolute;top: 50%;transform: translateY(-50%);box-sizing: border-box;border: 1px solid #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;z-index: 2;}
.banner .btn.prev{left: -50px;}
.banner .btn.next{right: -50px;}
.banner .btn img{filter: brightness(0) invert(1);}
.banner:hover .btn.prev{left: 5%;}
.banner:hover .btn.next{right: 5%;}
.banner .swiper-pagination{bottom: 50px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 15px;height: 15px;margin: 0 200px;position: relative;transition:all 0.3s linear;box-sizing: border-box;border: 1px solid #FFFFFF;border-radius: 50%;background: none;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet i{width: 366px;height: 1px;position: absolute;left: -386px;top:50%;background: rgba(255,255,255,0.5);}
.banner .swiper-pagination .swiper-pagination-bullet i:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #FFFFFF;transform-origin:left center;transform: scale(0,1);transition:all 0.2s linear;}
.banner .swiper-pagination .swiper-pagination-bullet:first-child i{display: none;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i:before{transform: scale(1);transition:all 5.5s linear;}


.moreBtn{display: block;width: 148px;height: 46px;border: 1px solid #1662d3;border-radius: 24px;color: #1662d3;text-align: center;line-height: 46px;overflow: hidden;position: relative;}
.moreBtn  span{display: inline-block;padding-right: 38px;position: relative;z-index: 2;}
.moreBtn  span:before{content: "";position: absolute;right: 0;top:50%;margin-top: -12px;width:24px;height:24px;background: url(../images/rightArr2.png) no-repeat right center;}
.moreBtn:before{width: 238px;height: 238px;border-radius: 100%;background: #1662d3;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreBtn:hover:before{-webkit-transform: scale(1.1);transform: scale(1.1);}
.moreBtn:hover{color: #fff;}
.moreBtn:hover span:before{filter: brightness(0) invert(1);}
.moreBtn.white{border-color: #fff;color: #fff;}
.moreBtn.white:before{background: #fff;}
.moreBtn.white span:before{filter: brightness(0) invert(1);}
.moreBtn.white:hover{color: #1662d3;}
.moreBtn.white:hover span:before{filter: brightness(1) invert(0);}

.iTitle{margin-bottom: 30px;line-height: 1;}
.iTitle .ch{color: #333333;margin-bottom: 12px;}
.iTitle .en{color: #DADADA; font-weight:normal;text-transform: uppercase;}
.iTitle.center{text-align: center;}
.iTitle.white .ch,.iTitle.white .en{color: #FFFFFF;}

.isect1{margin: 80px auto;display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: flex-start;}

.isect1 .pic{flex-shrink: 0;width:582px;position: relative;overflow: hidden; float:right;}
.isect1 .txt{ width:580px; float:left;}

.isect1 .txt .e_text-2 {line-height: 2 !important;display-radio: 1;font_radio: 2;font-size: 16px;color: rgba(22,98,211,1);font-family: Microsoft YaHei;}
.isect1 .txt .e_text-50 {line-height: 1;font_radio: 2;display-radio: 1;font-size:36px;font-family: Microsoft YaHei;font-weight: bold;color: rgba(0,0,0,1);margin-bottom: 10px;}
.isect1 .txt .e_text-51 {line-height: 1;font_radio: 2;display-radio: 1;font-size:15px;color:#c0c0c0;font-weight: normal;font-family: Arial;margin-bottom: 20px;}
.isect1 .txt .s_line {display-radio: 1;border-top-color: rgba(22,98,211,1);border-top-style: solid;border-top-width:6px;max-width: 60px;margin-left: 0px;margin-right: auto;max-height:6px;padding-top: 0px;padding-bottom: 0px;margin-top: 0px;margin-bottom: 0px;    box-sizing: content-box;height: 0;}
.isect1 .txt .e_text-52 {line-height: 2;display-radio: -webkit-box;font_radio: 2;font-size: 16px;font-family: Microsoft YaHei;color: rgba(106,106,106,1);-webkit-line-clamp:4;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;padding-top: 0px;padding-bottom: 0px; margin-top: 20px;margin-bottom: 20px;width: 94%;}
.isect1 .txt .moreBtn{ margin-top:30px;}


.isect2{margin: 80px auto;background:url(../images/jjfaBg.jpg) top center no-repeat; padding:80px 0px;}

.jjfaMain{ width:1200px; margin:60px auto 0px auto; position:relative; height:330px;}


.jjfaMain .swiper-wrapper{ width:1200px; position:relative;height:280px; margin-bottom:30px; overflow:hidden; margin:0 auto; }
.jjfaMain .slide-item{ width:280px;height:280px;background:#fff; position:relative;}
.jjfaMain .slide-item a .pic{ width:280px; height:160px; overflow:hidden; float:left;}
.jjfaMain .slide-item a .text-more{float:left;color:#666;width:90%;padding:15px 5%; font-size:14px;line-height:20px;margin-top:10px;}
.jjfaMain .slide-item a .text-more h2{ font-size:20px; display:block; float:left; width:100%; text-align:center; height:30px; line-height:30px; margin-bottom:10px;}

.jjfaMain .slide-item a:before {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height:3px;transform-origin: left center;transform: scale(0,1);background-image: linear-gradient(-90deg, #2973e2, #1662d3);transition: all 0.8s linear;}

.jjfaMain .slide-item a:hover:before {transform: scale(1);}






.isect3{margin: 80px auto;}

.cpzxBox{ width:1200px; margin-top:60px;}
.cpzxBox ul{ width:1226px; margin-left:-26px;}
.cpzxBox  ul li{ width:280px; float:left; margin-left:26px; margin-top:30px;}
.cpzxBox  ul li a{ width:280px; height:256px; display:block; float:left;}
.cpzxBox  ul li a .pic{ width:278px; height:210px; display:block; float:left; border:solid 1px #e0e0e0; position:relative; overflow:hidden;}
.cpzxBox  ul li a .pic img{ width:278px; height:210px;}
.cpzxBox  .text-more{ width:280px; float:left; height:44px; line-height:44px; background:#e7e7e7; text-align:center; line-height:44px; font-size:16px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow:ellipsis;}


.isect4{margin: 80px auto 0px auto;display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: flex-start; background:#f2f2f2; padding:80px 0px;}

.xwzxBox{ width:1200px; float:left; margin-top:30px;}
.xwzxBox .xwImg { width:450px; height:280px; float:left; position:relative;}
.xwzxBox .xwImg .pic img{ width:450px; height:280px;}
.xwzxBox .xwImg .pic{ width:450px; height:280px; overflow:hidden;}

.xwzxBox .xwImg  p{ width:420px; padding:0px 15px; position:absolute; height:40px; background:url(../images/black.png) repeat; overflow:hidden; color:#fff; bottom:0px; line-height:40px;white-space: nowrap;text-overflow: ellipsis;}
.xwzxBox .xwUl{ width:725px; float:right;}
.xwzxBox .xwUl ul li{ width:725px; display:block; float:left; border-bottom:solid 1px #dad9d9; height:58px; padding:17px 0px 17px 0px;}
.xwzxBox .xwUl ul li .date{ width:95px; border-right:solid 1px #d0d0d0;height:58px;text-align:center;float:left;color:#b4b1b1;}
.xwzxBox .xwUl ul li .date span{ display:block; float:left; text-align:center; width:100%; color:#8e8e8e; font-size:32px; height:40px; line-height:40px;}
.xwzxBox .xwUl ul li .date p{ display:block; float:left; text-align:center; width:100%;height:18px; line-height:18px;}
.xwzxBox .xwUl ul li .txt{ width:525px; float:left; margin-left:30px;}
.xwzxBox .xwUl ul li .txt a{ width:525px; display:block; float:left; height:30px; line-height:30px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:16px; color:#333;}
.xwzxBox .xwUl ul li .txt p{width:525px; display:block; float:left; height:30px; line-height:30px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:14px; color:#848484;}
.xwzxBox .xwUl ul li .more{ margin-top:8px;}
.more{display: block;width:32px;height:32px;border:1px solid #bebebe;border-radius:32px;color: #bebebe;text-align: center;line-height:32px;overflow: hidden;position: relative;}
.more  span{display: inline-block; width:32px; height:32px; text-align:center;position: relative;z-index: 2;}
.more  span:before{content: "";position: absolute;right:6px;top:0px;width:32px;height:32px;background: url(../images/rightArr3.png) no-repeat right center;}
.more:before{width:2220px;height:90px;border-radius: 100%;background: #bebebe;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.more:hover:before{-webkit-transform: scale(1.1);transform: scale(1.1);}
.more:hover{color: #fff;}
.more:hover span:before{filter: brightness(0) invert(1);}


.footbg{ width:100%; background:#333333; padding:30px 0px;}
.foot{ width:1200px; margin:0 auto;}
.footBox{ width:180px; float:left; margin-right:60px;}
.footBox b{display:block;float:left;width:100%;height:30px; color:#fff;line-height:30px; font-size:18px; font-weight:normal;}
.footBox ul{ display:block; float:left; width:100%; margin-top:20px;}
.footBox ul li{ display:block; float:left; width:100%; line-height:30px;}
.footBox ul li a{ color:#9f9f9f; font-size:14px;}

.footBox2{ width:240px; float:right;}
.footBox2 .fTel{ width:190px; height:42px;float:left; background:url(../images/telicon.jpg) left center no-repeat; padding-left:50px;}
.footBox2 .fTel label{ display:block; float:left; color:#959595; width:190px; line-height:20px;}
.footBox2 .fTel span{ color:#fff; font-weight:bold; font-size:24px;width:190px; display:block;}

.footBox2 .fEwm{ width:190px; float:left; margin-top:30px; margin-left:60px;}
.footBox2 .fEwm img{ width:98px; height:98px; display:block; float:left;}
.footBox2 .fEwm span{ width:85px; display:block; font-size:14px; line-height:28px;float:right; color:#fff; line-height:30px; height:60px; padding-top:19px;}

.copyright{ width:100%; background:#222222; text-align:center;font-size:16px;line-height:60px; height:60px;color:#fff;}
.copyright a{ color:#fff;}

.nyBanner{ width:100%; height:350px; background:#fcc;}

.bread{background: #F1F4F2;line-height: 74px;}
.bread ul li{margin-right: 70px;}
.bread ul li:last-child{margin-right: 0;}
.bread ul li a{display: block;position: relative;color: #333333;}
.bread ul li a:before{content: "";width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #1662d3;position: absolute;left: 0;bottom: 0;transform: scale(0,1);opacity: 0;}
.bread ul li.on a,.bread ul li a:hover{color: #1662d3;}
.bread ul li.on a{font-weight: bold;}
.bread ul li.on a:before,.bread ul li a:hover:before{transform: scale(1);opacity: 1;}
.bread .path{color: #BFC0C4;padding-left: 28px;background: url(../images/icon_home.png) no-repeat left center;}
.bread .path span{margin: 0 4px;}
.bread .path a:hover{color: #1662d3;text-decoration: underline;}


.nyPage{padding: 90px 0 62px;min-height: 300px;}

.nyTitle{line-height: 1;color: #1662d3;padding-bottom: 20px;position: relative;margin-bottom: 40px;}
.nyTitle:before{content: "";width: 52px;height: 3px;position: absolute;left: 0;bottom: 0;background: #1662d3;}
.nyTitle.center{text-align: center;}
.nyTitle.center:before{left: 50%;transform: translateX(-50%);}
.subTxt{width:1000px; height:30px; line-height:30px; text-align:center; font-size:14px; margin:0px auto; color:#333; font-weight:normal; padding-top:14px;}


.pageContact{ width:1200px; float:left;}
.pageContact ul{ width:1200px; float:left; margin-top:50px;}
.pageContact ul li{width:33.333%;float: left;text-align: center;}
.pageContact span{background: #F6F6F6; display:inline-block; height:100px; width:100px; position: relative; border-radius:50%;}
.pageContact span img{position:absolute; left:50%; top:50%; margin-left:-25px; margin-top:-25px; transition:all 0.5s ease;}
.pageContact strong{margin-top:22px;font-size:22px;font-weight: normal;letter-spacing: 2px; line-height: 38px; display: block;}
.pageContact p{ font-size:16px; line-height:28px; letter-spacing:1px; margin-top:5px;}
.pageContact h5{ letter-spacing: 2px; line-height: 38px; font-size: 20px; font-weight: normal; display: block; }
.pageContact ul li:nth-child(1){ width:30%;}
.pageContact ul li:nth-child(2){ width:50%;}
.pageContact ul li:nth-child(3){ width:20%;}
.pageContact .m2lxMap{ width:1200px; float:left; margin-top:30px; background:#F6F6F6; height:400px;}


.jobPage{background-color: #FAFAFA;}
.jobList{padding-bottom: 40px;}
.jobList .nLi{margin-bottom: 20px;border: 1px solid #EDEDED;background: #FFFFFF;}
.jobList .nLi .dl{padding: 0 60px;}
.jobList .nLi .dt{line-height: 80px;color: #251A18;cursor: pointer;}
.jobList .nLi .dt .item1{width: 16.4%;}
.jobList .nLi .dt .item2{width: 19.8%;}
.jobList .nLi .dt .item3{width: 20.54%;}
.jobList .nLi .dt .item4{width: 16.4%;}
.jobList .nLi .dt .item5{width: 40px;height: 80px;}
.jobList .nLi .dt .item5 .arr{display: block;width: 40px;height: 40px;box-sizing: border-box;border: 1px solid #999999;border-radius: 50%;position: relative;}
.jobList .nLi .dt .item5 .arr:before{content: "";width: 7px;height: 7px;border-left: 1px solid #999999;border-bottom: 1px solid #999999;position: absolute;left: 50%;top: 50%;margin: -4px 0 0 -4px;transform: rotateZ(-135deg);}
.jobList .nLi .dd{display: none;}
.jobList .nLi .dd .wrap{border-top: 1px solid #EDEDED;padding: 0 0 40px;color: #666666;}
.jobList .nLi .dd .tit{color: #251A18;line-height: 1;margin: 30px auto 20px;}
.jobList .nLi .dd .wap{display: none;}
.jobList .nLi .dd .moreBtn{margin-top: 50px;color: #fff;}
.jobList .nLi .dd .moreBtn:before{-webkit-transform: scale(1.1);transform: scale(1.1);}
.jobList .nLi .dd .moreBtn span:before{filter: brightness(0) invert(1);}
.jobList .nLi.on .dt{color: #251A18;font-weight: bold;}
.jobList .nLi.on .dt .item5 .arr{border-color: #1662d3;background: #1662d3;}
.jobList .nLi.on .dt .item5 .arr:before{border-color: #fff;transform: rotateZ(135deg);}

.newTop{ width:1200px;padding-bottom: 15px;}

.newTop ul li{ width:32%; height: auto; background-color: #f5f5f5; float: left; margin-right:2%; margin-bottom:30px;}

.newTop ul li:nth-child(3n){ margin-right: 0;}

.rencai-nr-tu{ width: 100%; height: 250px; overflow: hidden;}

.rencai-nr-tu img{ width: 100%; height: 250px;}

.rencai-nr-we{ width: 86%; padding: 7%;}

.rencai-nr-we h3{ font-size: 18px; font-weight: bold; height: 48px; line-height: 24px; overflow:hidden;}

.rencai-nr-we p{ font-size: 14px; line-height: 24px; color: #666; padding: 20px 0;}

.rencai-nr-we span{ display: inline-block; font-size: 14px; color: #999; height:30px; line-height:30px;}

.rencai-nr-we span i{display:inline-block;background:url(../images/date.jpg) no-repeat;width:30px;height:30px;padding-right:6px; float:left;}
.rencai-nr-we span em{display:inline-block; float:left;}

/*.newTop ul li:hover{ box-shadow: 0 0 15px rgba(0,0,15,0.2); transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}*/


.newUl{ width:1200px;}
.newUl ul li{ width:1200px; display:block; float:left; border-bottom:solid 1px #dad9d9; height:58px; padding:17px 0px 17px 0px;}
.newUl ul li .date{ width:95px; border-right:solid 1px #d0d0d0;height:58px;text-align:center;float:left;color:#b4b1b1;}
.newUl ul li .date span{ display:block; float:left; text-align:center; width:100%; color:#8e8e8e; font-size:32px; height:40px; line-height:40px;}
.newUl ul li .date p{ display:block; float:left; text-align:center; width:100%;height:18px; line-height:18px;}
.newUl ul li .txt{ width:1005px; float:left; margin-left:30px;}
.newUl ul li .txt a{ width:1005px; display:block; float:left; height:30px; line-height:30px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:16px; color:#333;}
.newUl ul li .txt p{width:1005px; display:block; float:left; height:30px; line-height:30px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:14px; color:#848484;}
.newUl ul li .more{ margin-top:8px;}

.proUl{ width:1200px; margin:0 auto;}
.proUl ul { width:1240px; margin-left:-40px;}
.proUl ul li{ width:373px; margin-left:40px; float:left; margin-bottom:40px;}


.proUl ul li .slide-item{ width:373px;height:373px;background:#fff; position:relative;}
.proUl ul li .slide-item a .pic{ width:373px; height:213px; overflow:hidden; float:left;}
.proUl ul li .slide-item a .text-more{float:left;color:#666;width:90%;padding:15px 5%; font-size:14px;line-height:20px;margin-top:10px;}
.proUl ul li .slide-item a .text-more h2{ font-size:20px; display:block; float:left; width:100%; text-align:center; height:30px; line-height:30px; margin-bottom:10px;}

.proUl ul li .slide-item a:before {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height:3px;transform-origin: left center;transform: scale(0,1);background-image: linear-gradient(-90deg, #2973e2, #1662d3);transition: all 0.8s linear;}

.proUl ul li .slide-item a:hover:before {transform: scale(1);}

/*分页*/
.pageNav{width:100%;height:auto;font-size:0px;text-align:center;position:relative;overflow:hidden; padding: 20px 0; margin-top:20px; margin-bottom:60px;}/*分页*/
.pageNav a,
.pageNav span{ display:inline-block; height:26px;line-height:24px;text-align:center; font-size:18px;color:#333;border:1px solid #e8e8e8;margin:0 5px; padding: 0 12px; font-size: 14px;}
.pageNav a.on, .pageNav a:hover,
.pageNav .laypage_curr{background-color:#1662d3;color:#ffffff;border-color:#1662d3;}
.pageNav a:first-child,
.pageNav a:last-child{background:none;border:1px solid #cccccc;font-weight:600;color:#888888;}

