@charset "UTF-8";

/* -------------------------------- 首页 -------------------------------- */
/* 幻灯片 */
.iBanner { height: 600px; background-color: #000000; }
/* 模块标题 */
.iTitle { line-height: 1; text-align: center; }
.iTitle__h2 { padding-bottom: 22px; font-size: 32px; font-weight: bold; color: #333333; }
.iTitle__h3 { font-size: 14px; color: #707070; }
/* 产品中心 */
.iProduct { padding-top: 70px; padding-bottom: 60px; }
.iProduct-cnt {padding-top: 50px; }
.iProduct-cnt-menu { font-size: 0; text-align: center; }
.iProduct-cnt-menu li { cursor: pointer; zoom: 1; display: inline-block; *display: inline; margin: 0 7.5px; width: 160px; height: 46px; background-color: #063e88; border-radius: 5px; line-height: 46px; font-size: 16px; color: #ffffff; }
.iProduct-cnt-menu li.hover { background-color: #da1b25 !important; }
.iProduct-cnt-box { clear: both; padding-top: 30px; }
.iProduct-cnt-box li { margin-right: 20px; margin-bottom: 20px; width: 285px; background-color: #f4f4f4; }
.iProduct-cnt-box li:nth-child(4n) { margin-right: 0; }
.iProduct-cnt__img { height: 190px; background-color: #000000; }
.iProduct-cnt__img img { transition: 424ms linear; -webkit-transition: 424ms linear; -moz-transition: 424ms linear; }
.iProduct-cnt-box li:hover .iProduct-cnt__img img { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); }
.iProduct-cnt__img-bg { position: absolute; left: 0; top: 0; box-sizing: border-box; width: 100%; height: 100%; background: rgba(230,0,18,0.2); background: #eb6123\9; filter: alpha(opacity=20); z-index: 20; opacity: 0; transform: skewX(45deg); visibility: hidden; transition: 360ms; }
.iProduct-cnt__img-bg b { position: absolute; left: 50%; top: 50%; margin-left: -23px; margin-top: -23px; z-index:30; display: block; width: 46px; height: 46px; } 
.iProduct-cnt__img-bg b:before { content: ""; position: absolute; left: 0; top: 23px; width: 100%; height: 1px; background-color: #e60012; transform: translateX(-200px); -webkit-transform: translateX(-200px); -moz-transform: translateX(-200px); } 
.iProduct-cnt__img-bg b:after { content: ""; position: absolute; left: 23px; top: 0; width: 1px; height:100%; background-color: #e60012; transform: translateY(-200px); -webkit-transform: translateY(-200px); -moz-transform: translateY(-200px); } 
.iProduct-cnt__img-bg:before { content:""; position: absolute; left: 0; top: 0; width: 100%; height: 0%; border-left: 3px solid #eb6123; border-right: 3px solid #e60012; box-sizing: border-box; transition: 320ms; } 
.iProduct-cnt__img-bg:after { content: ""; position: absolute; left: 0; top: 0; width: 0%; height: 100%; border-top: 3px solid #eb6123; border-bottom: 3px solid #e60012; box-sizing: border-box; transition: 320ms;} 
.iProduct-cnt-box li:hover .iProduct-cnt__img-bg { opacity: 1; transform: skewX(0); visibility: visible;} 
.iProduct-cnt-box li:hover .iProduct-cnt__img-bg:before { height: 100%; transition: 330ms 200ms;} 
.iProduct-cnt-box li:hover .iProduct-cnt__img-bg:after { width: 100%; transition: 330ms 200ms;}  
.iProduct-cnt-box li:hover .iProduct-cnt__img-bg b:before { transition: 355ms 180ms; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); } 
.iProduct-cnt-box li:hover .iProduct-cnt__img-bg b:after { transition: 355ms 240ms; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); } 
.iProduct-cnt__h2 { height: 46px; line-height: 46px; font-size: 14px; text-align: center; color: #5d5d5d; }
.iProduct-cnt-box li:hover .iProduct-cnt__h2 { color: ##da1b25; }
/* 关于我们 */
.iAbout { padding-top: 98px; padding-bottom: 78px; background-image: url(../images/bg-01.jpg); background-position: center center; background-attachment: fixed; }
.iAbout-tit__h2 { font-size: 32px; font-weight: bold; color: #ffffff; }
.iAbout-font { padding: 44px 40px; line-height: 28px; font-size: 14px; text-align: center; color: #ffffff; }
.iAbout-list { padding: 24px 40px 0; line-height: 1; text-align: center; color: #ffffff; }
.iAbout-list__item { width: 33%; line-height: 30px; font-size: 60px; font-weight: bold; color: #ffffff; }
.iAbout-list__item span { font-size: 20px; }
.iAbout-list-ps { padding: 26px 40px 0; line-height: 1; text-align: center; color: #ffffff; }
.iAbout-list-ps__item { width: 33%; font-size: 18px; color: #ffffff; }
.iAbout-btn { margin-top: 72px; width: 330px; background-color: transparent; border: 1px solid #ffffff; transition: ease-in-out .55s; line-height: 50px; font-size: 16px; text-align: center; color: #ffffff; } 
.iAbout-btn::after { content: ''; position: absolute; left: 0px; bottom: 0px; display: block; width: 0px; height: 50px; background-color: #da1b25; transition: ease-in-out .55s; }
.iAbout-btn:hover { border-color: #da1b25; }
.iAbout-btn:hover::after { width: 330px; }
/* 新闻资讯 */
.iNews { padding-top: 70px; padding-bottom: 80px; background-image: url(../images/bg-02.jpg); background-position: center bottom; background-repeat: no-repeat; }
.iNews-cnt {padding-top: 60px; }
.iNews-cnt-l { width: 610px; }
.iNews-cnt-l li { margin-right: 20px; width: 295px; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); background-color: #ffffff; transition: all 0.4s; -webkit-transition: all 0.4s; }
.iNews-cnt-l li:nth-child(2) { margin-right: 0; }
.iNews-cnt-l__img { height: 178px; background-color: #000000; }
.iNews-cnt-l-font { padding: 27px; }
.iNews-cnt-l-font__h2 { line-height: 1; font-size: 16px; color: #222222; transition: all 0.4s; -webkit-transition: all 0.4s;white-space: nowrap; }
.iNews-cnt-l-font-time { padding: 12px 0; line-height: 1; font-size: 12px; color: #999999; transition: all 0.4s; -webkit-transition: all 0.4s; }
.iNews-cnt-l-font-details { height: 40px; line-height: 22px; font-size: 14px; color: #666666; -webkit-box-orient: vertical; -webkit-line-clamp: 2; transition: all 0.4s; -webkit-transition: all 0.4s; }
.iNews-cnt-l li:hover { -moz-transform: translateY(-6px); -webkit-transform: translateY(-6px); transform: translateY(-6px); -moz-box-shadow: 0 0 20px 0 rgba(51,51,51,.2); -webkit-box-shadow: 0 0 20px 0 rgba(51,51,51,.2); box-shadow: 0 0 20px 0 rgba(51,51,51,.2); background-color: #063e88; }
.iNews-cnt-l li:hover .iNews-cnt-l-font__h2, .iNews-cnt-l li:hover .iNews-cnt-l-font-time, .iNews-cnt-l li:hover .iNews-cnt-l-font-details { color: #ffffff; }
.iNews-cnt-r { width: 570px; }
.iNews-cnt-r li { margin-bottom: 20px; height: 93px; border: 1px solid #eeeeee; background-color: #ffffff; }
.iNews-cnt-r li:last-child { margin-bottom: 0px; }
.iNews-cnt-r-time { width: 93px; height: 93px; border-right: 1px solid #eeeeee; line-height: 1; text-align: center; transition: all 0.4s; -webkit-transition: all 0.4s; }
.iNews-cnt-r-time p { font-size: 28px; font-weight: bold; color: #707070; transition: all 0.4s; -webkit-transition: all 0.4s; }
.iNews-cnt-r-time span { font-size: 12px; color: #707070; transition: all 0.4s; -webkit-transition: all 0.4s; }
.iNews-cnt-r-details { width: 450px; height: 93px; line-height: 1; padding-right: 10px;}
.iNews-cnt-r-details_h2 { margin-bottom: 10px; font-size: 16px; color: #272727; }
.iNews-cnt-r-details_txt { font-size: 14px; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 22px;}
.iNews-cnt-r li:hover .iNews-cnt-r-time { background-color: #da1b25; }
.iNews-cnt-r li:hover .iNews-cnt-r-time p, .iNews-cnt-r li:hover .iNews-cnt-r-time span { color: #ffffff; }




/* -------------------------------- 关于我们 -------------------------------- */
/* 公司简介 */
.nAbout-cnt { line-height: 26px; font-size: 14px; text-align: justify; color: #707070; }
.nAbout-cnt:after { content: ""; display: block; visibility: hidden; height: 0; clear: both; }
.nAbout-cnt .htext { width: 700px; float: left; }
.nAbout-cnt .htit { font-size: 26px; color: #01418b; line-height: 40px; font-weight: bold; text-align: initial;}
.nAbout-cnt .htit span { font-size: 16px; color: #555555; }
.nAbout-cnt .hcontent { line-height: 32px; font-size: 14px; text-align: initial; color: #707070; margin-top: 32px;}
.nAbout-cnt .hpic { margin-left: 40px;  width: 460px; float: right; }
.nAbout-cnt .hpic img { max-width: 460px; }

/* 资质荣誉 */
.nHonor-cnt { }
.nHonor-cnt li { padding: 10px; margin-left: -1px; margin-bottom: -1px; width: 278px; height: 278px; border: 1px solid #f0f0f0; }
.nHonor-cnt__img { overflow: hidden; position: relative; display: table; width: 278px; height: 278px; text-align:center; }  
.nHonor-cnt__img span { vertical-align: middle; display: table-cell; width: 278px; height: 278px; }
.nHonor-cnt__img span { margin: 0 auto; max-width: 278px; max-height: 278px; }
*+html .nHonor-cnt__img span { vertical-align: baseline; position: absolute; top: 50%; width: 100%; height: auto; text-align:center; }
*+html .nHonor-cnt__img span img { position: relative; top: -50%; left: -50%; }
.nHonor-cnt__img img { transition: 424ms linear; -webkit-transition: 424ms linear; -moz-transition: 424ms linear; }
.nHonor-cnt li:hover .nHonor-cnt__img img { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); }
.nHonor-cnt-bg { position: absolute; left: 0; top: 0; box-sizing: border-box; width: 100%; height: 100%; background: rgba(230,0,18,0.2); background: #eb6123\9; filter: alpha(opacity=20); z-index: 20; opacity: 0; transform: skewX(45deg); visibility: hidden; transition: 360ms; }
.nHonor-cnt-bg b { position: absolute; left: 50%; top: 50%; margin-left: -23px; margin-top: -23px; z-index:30; display: block; width: 46px; height: 46px; } 
.nHonor-cnt-bg b:before { content: ""; position: absolute; left: 0; top: 23px; width: 100%; height: 1px; background-color: #e60012; transform: translateX(-200px); -webkit-transform: translateX(-200px); -moz-transform: translateX(-200px); } 
.nHonor-cnt-bg b:after { content: ""; position: absolute; left: 23px; top: 0; width: 1px; height:100%; background-color: #e60012; transform: translateY(-200px); -webkit-transform: translateY(-200px); -moz-transform: translateY(-200px); } 
.nHonor-cnt-bg:before { content:""; position: absolute; left: 0; top: 0; width: 100%; height: 0%; border-left: 3px solid #eb6123; border-right: 3px solid #e60012; box-sizing: border-box; transition: 320ms; } 
.nHonor-cnt-bg:after { content: ""; position: absolute; left: 0; top: 0; width: 0%; height: 100%; border-top: 3px solid #eb6123; border-bottom: 3px solid #e60012; box-sizing: border-box; transition: 320ms;} 
.nHonor-cnt li:hover .nHonor-cnt-bg { opacity: 1; transform: skewX(0); visibility: visible;} 
.nHonor-cnt li:hover .nHonor-cnt-bg:before { height: 100%; transition: 330ms 200ms;} 
.nHonor-cnt li:hover .nHonor-cnt-bg:after { width: 100%; transition: 330ms 200ms;}  
.nHonor-cnt li:hover .nHonor-cnt-bg b:before { transition: 355ms 180ms; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); } 
.nHonor-cnt li:hover .nHonor-cnt-bg b:after { transition: 355ms 240ms; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); } 
/* 企业风采 */
.nDemeanor-cnt { }
.nDemeanor-cnt li { margin-right: 20px; margin-bottom: 20px; width: 386px; background-color: #f4f4f4; }
.nDemeanor-cnt li:nth-child(3n) { margin-right: 0; }
.nDemeanor-cnt__img { height: 290px; background-color: #000000; }
.nDemeanor-cnt-bg { position: absolute; left: 0; top: 0; box-sizing: border-box; width: 100%; height: 100%; background: rgba(230,0,18,0.2); background: #eb6123\9; filter: alpha(opacity=20); z-index: 20; opacity: 0; transform: skewX(45deg); visibility: hidden; transition: 360ms; }
.nDemeanor-cnt-bg b { position: absolute; left: 50%; top: 50%; margin-left: -23px; margin-top: -23px; z-index:30; display: block; width: 46px; height: 46px; } 
.nDemeanor-cnt-bg b:before { content: ""; position: absolute; left: 0; top: 23px; width: 100%; height: 1px; background-color: #e60012; transform: translateX(-200px); -webkit-transform: translateX(-200px); -moz-transform: translateX(-200px); } 
.nDemeanor-cnt-bg b:after { content: ""; position: absolute; left: 23px; top: 0; width: 1px; height:100%; background-color: #e60012; transform: translateY(-200px); -webkit-transform: translateY(-200px); -moz-transform: translateY(-200px); } 
.nDemeanor-cnt-bg:before { content:""; position: absolute; left: 0; top: 0; width: 100%; height: 0%; border-left: 3px solid #eb6123; border-right: 3px solid #e60012; box-sizing: border-box; transition: 320ms; } 
.nDemeanor-cnt-bg:after { content: ""; position: absolute; left: 0; top: 0; width: 0%; height: 100%; border-top: 3px solid #eb6123; border-bottom: 3px solid #e60012; box-sizing: border-box; transition: 320ms;} 
.nDemeanor-cnt li:hover .nDemeanor-cnt-bg { opacity: 1; transform: skewX(0); visibility: visible;} 
.nDemeanor-cnt li:hover .nDemeanor-cnt-bg:before { height: 100%; transition: 330ms 200ms;} 
.nDemeanor-cnt li:hover .nDemeanor-cnt-bg:after { width: 100%; transition: 330ms 200ms;}  
.nDemeanor-cnt li:hover .nDemeanor-cnt-bg b:before { transition: 355ms 180ms; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); } 
.nDemeanor-cnt li:hover .nDemeanor-cnt-bg b:after { transition: 355ms 240ms; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); } 
.nDemeanor-cnt-font { padding: 12px 10px 18px; text-align: center; font-size: 14px; color: #5d5d5d; }


/* -------------------------------- 产品中心 -------------------------------- */
/* 列表页 */
.nProduct-list { }
.nProduct-list li { margin-right: 20px; margin-bottom: 20px; width: 386px; height: 290px; background-color: #f4f4f4; }
.nProduct-list li:nth-child(3n) { margin-right: 0; }
.automatic-img_02 img { transition: 424ms linear; -webkit-transition: 424ms linear; -moz-transition: 424ms linear; }
.nProduct-list li:hover .automatic-img_02 img { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); }
.nProduct-list-font { position: absolute; left: 0px; right: 0; bottom: -63px; height: 110px; background-color: rgba(48,48,48,0.7); -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; transition-duration: 0.3s; }
.nProduct-list li:hover .nProduct-list-font { bottom: 0; background-color: rgba(6,62,136,0.7); }
.nProduct-list-font__h2 { line-height: 48px; font-size: 14px; color: #ffffff; text-align: center; }
.nProduct-list-font__btn { margin: 0 auto; width: 140px; height: 38px; border-radius: 5px; border: 1px #ffffff solid; line-height: 38px; text-align: center; font-size: 14px; color: #ffffff; }
.nProduct-list-font__btn:hover { border-color: #ffffff; background-color: #ffffff; color: #063e88; }
/* 详细页 */
.nProduct-details { display: flex;align-items: center;justify-content: space-between; }
.nProduct-details-l { width: 600px; }
#preview { width: 600px; }
.jqzoom { position: relative; padding: 0; width: 600px; height: 400px;}
.zoomdiv { overflow: hidden; position: absolute; top: 1px; left: 0px; z-index:100; display: none; width: 200px; height: 200px; border: 1px solid #e4e4e4; text-align: center; }
.list-h li { float:left; }
#spec-n5 { overflow: hidden; width: 600px; height: 102px; padding-top: 20px; }
#spec-left { cursor:pointer;float: left; background-image: url(../images/left.png) no-repeat; width: 28px; height: 102px; background-color: #a2a2a2; }
#spec-right { cursor:pointer; float: right; background-image: url(../images/right.png) no-repeat; width: 28px; height: 102px; background-color: #a2a2a2; }
#spec-list { overflow: hidden; position: relative; float: left; margin: 0 3px; display: inline; width: 538px; }
#spec-list div { margin-top: 0; margin-left: 0; *margin-left: 0; }
#spec-list li { float: left; padding-right: 4px; display: inline; width: 131px; height: 102px; }
#spec-list li:last-child { padding-right: 0; }
#spec-list li img { width: 131px; height: 102px; }
.bigimg { width: 800px; height: 800px; }
.jqZoomPup { position: absolute; top: 0px; left: 0px; z-index: 10; visibility: hidden; width: 50px; height: 50px; border: 1px solid #aaaaaa; background: #FEDE4F 50% top no-repeat;opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }
.nProduct-details-r { width: 550px; }
.nProduct-details-r__h1 { padding-bottom: 17px; margin-bottom: 12px; border-bottom: 1px #f4f4f4 dashed; line-height: 1; font-size: 24px; color: #333333; }
.nProduct-details-r__h1 span { padding-right: 10px; font-size: 14px; color: #979797; }
.nProduct-details-r__h2 { line-height: 1; font-size: 16px; }
.nProduct-details-r__h2 span { padding-right: 10px; font-size: 14px; color: #979797; }
.nProduct-details-r__h2 a { color: #666666; }
.nProduct-details-r__h2 a:hover { color: #eb6123; }
.nProduct-details-name { padding: 0 25px; margin-top: 20px; height: 44px; background-color: #063e88; line-height: 44px; font-size: 16px; color: #ffffff; }
.nProduct-details-font { padding: 20px; border: 1px #f4f4f4 solid; line-height: 26px; font-size: 14px; text-align: justify; color: #707070; }


/* -------------------------------- 新闻中心 -------------------------------- */
/* 列表页 */
.nNews-list { }
.nNews-list li { margin-bottom: 20px; background-color: #f7f7f7; transition: all .3s ease-out 0s; }
.nNews-list__img { padding: 15px; width: 200px; height: 130px; }
.nNews-list li:hover .nNews-list__img { background-color: #cccccc; }
.nNews-list-font { width: 646px; padding: 36px 0 28px 34px; transition: all .3s ease-out 0s; }
.nNews-list-font__h2 { margin-bottom: 20px; height: 24px; font-size: 20px; color: #19191a; }
.nNews-list-font-txt { height: 48px; line-height: 24px; font-size: 14px; color: #a2a2a2; -webkit-line-clamp: 2; }
.nNews-list li:hover { -moz-box-shadow: 0 0 20px 0 rgba(51,51,51,.2); -webkit-box-shadow: 0 0 20px 0 rgba(51,51,51,.2); box-shadow: 0 0 20px 0 rgba(51,51,51,.2); }
.nNews-list li:hover .nNews-list-font { -moz-transform: translateX(20px); -webkit-transform: translateX(20px); transform: translateX(20px); }
.nNews-list-date { width: 170px; padding: 36px 0 28px 34px; transition: all .3s ease-out 0s; }
.nNews-list-date-time { line-height: 1; font-size: 20px; color: #999999; }
.nNews-list-date__btn { margin-top: 46px; width: 80px; height: 28px; border-radius: 5px; text-align: center; border: 1px solid #dedfe1; line-height: 28px; font-size: 12px; color: #cccccc; transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s; }
.nNews-list li:hover .nNews-list-date { -moz-transform: translateX(20px); -webkit-transform: translateX(20px); transform: translateX(20px); }
.nNews-list li:hover .nNews-list-date__btn { background-color: #cccccc; color: #ffffff; }
/* 详细页 */
.nNews-details { }
.nNews-details_h1 { padding-bottom: 30px; line-height: 1; font-size: 30px; text-align: center; color: #1e1e1e; }
.nDetails-info { padding-bottom: 36px; margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; line-height: 20px; font-size: 0; text-align: center; color: #666666; }
.nDetails-info-font { position: relative; display: inline-block; margin: 0 8px; font-size: 14px; }
.nDetails-info-font:last-child { margin-bottom: -7px; } 
.nDetails-info-font i { color: #999999; }
.nDetails-info-font .bdsharebuttonbox { display: inline-block; float: left; }
.nDetails-info-font .bdshare-button-style1-24 a { float: none !important; display: inline-block!important; font-size: 0 !important; padding-left: 0 !important; line-height: 0 !important; width: 20px; height: 20px !important; background-image: url("../images/icon-06.png") !important; _background-image: url("../images/icon-06.png") !important; background-size: 20px 80px; margin: 0 5px -3px 0 !important; }
.nDetails-info-font .bdshare-button-style1-24 .bds_tsina { background-position: 0 0; }
.nDetails-info-font .bdshare-button-style1-24 .bds_weixin { background-position: 0 -20px; }
.nDetails-info-font .bdshare-button-style1-24 .bds_qzone { background-position: 0 -40px; }
.nDetails-info-font .bdshare-button-style1-24 .bds_sqq { background-position: 0 -60px; }
.nNews-details-abstract { margin-top: 15px; margin-bottom: 20px; padding: 5px 10px; border: 1px solid #e4e4e4; background-color: #fcfbfd; font-size: 14px; color: #999999; text-align: left; line-height: 24px; }
.nNews-details-cnt { padding-bottom: 50px; border-bottom: 1px solid #f0f0f0; line-height: 32px; font-size: 14px; text-align: justify; color: #707070; }


/* -------------------------------- 人才招聘 -------------------------------- */
/* 列表页 */
.nJoin-list { }
.nJoin-list li { padding: 15px 20px; margin-bottom: 20px; border: 1px solid #e4e4e4; transition: all .3s ease-out 0s; }
.nJoin-list li dt { padding-bottom: 15px; height: 26px; line-height: 26px; }
.nJoin-list__h2 { font-size: 16px; color: #333333; }
.nJoin-list-time { margin-top: 3px; padding-left: 18px; background: url(../images/icon-05.gif) 0 4px no-repeat; line-height: 20px; font-size: 12px; color: #c9c9c9; }
.nJoin-list li dd { width: 33.333%; height: 26px; line-height: 26px; font-size: 14px; color: #333333; }
.nJoin-list li dd span { color: #9a9a9a; }
.nJoin-list li:hover { background-color: #f7f7f7; }
.nJoin-list li:hover .nJoin-list__h2 { color: #e60012; }
/* 详细页 */
.nJoin-details { }
.nJoin-details-head { line-height: 1; }
.nJoin-details-head p { font-size: 16px; color: #707070; }
.nJoin-details-head__h1 { font-size: 36px; font-weight: bold; color: #232323; }
.nJoin-details-salary { padding: 30px 0 12px; line-height: 36px; font-size: 26px; color: #063e88; }
.nJoin-details-salary span { font-size: 16px; color: #232323; }
.nJoin-details-intro { }
.nJoin-details-intro li { width: 33.333%; height: 32px; line-height: 32px; font-size: 14px; color: #333333; }
.nJoin-details-intro li span { font-size: 14px; color: #666666; }
.nJoin-details-tit { padding-left: 17px; margin-bottom: 20px; margin-top: 38px; height: 50px; border-left: 3px solid #01418b; background-color: #f3f3f3; line-height: 50px; font-size: 16px; color: #232323; }
.nJoin-details-cnt { padding-bottom: 50px; border-bottom: 1px solid #f0f0f0; line-height: 32px; font-size: 14px; text-align: justify; color: #707070; }


/* -------------------------------- 联系我们 -------------------------------- */
.nContact-tit { line-height: 1; text-align: center; }
.nContact-tit__h3 { padding-bottom: 15px; font-size: 12px; color: #063e88; }
.nContact-tit__h2 { font-size: 28px; color:#333333; }
.nContact-tit__h2 span { color:#D3D3D3; }
.nContact-cnt { }
.nContact-cnt-list { padding-top: 58px; padding-bottom: 78px; }
.nContact-cnt-list li { width: 25%; line-height: 1; font-size: 14px; color: #707070; text-align: center; }
.nContact-cnt__icon { width: 60px; height: 60px; }
.nContact-cnt__p { padding: 20px 0; }
.nContact-map { height: 448px; background-color: #f4f4f4; }
.nContact-map-l { width: 657px; height: 448px; background-color: #000000; }
.nContact-map-r { padding: 45px; width: 453px; height: 358px; }
.nContact-map-r li { margin-bottom: 10px; min-height: 40px; }
.nContact-map-r-name { padding-right: 10px; width: 80px; height: 40px; line-height: 40px; font-size: 14px; text-align: right; color: #666666; }
.nContact-map-r-name span { color: #e60012; }
.nContact-map-r-cnt { padding-left: 90px; }
.nContact-map-r-cnt.w135 { padding-left: 0; width: 135px; }
.nContact-map-r-cnt textarea { padding: 10px 15px; width: 100%; height: 140px; border-width: 0; box-sizing: border-box; background-color: #ffffff; font-size: 14px; color: #333333; font-weight: 400; resize: none; font-family: initial; }
.nContact-map-r-cnt input { padding: 0 15px; width: 100%; height: 40px; border: none; line-height: 40px; box-sizing: border-box; background-color: #ffffff; outline: none; font-size: 14px; color: #333333; font-weight: 400; font-family: initial; }
.nContact-map-r-cnt input::-webkit-input-placeholder, .nContact-map-r-cnt textarea::-webkit-input-placeholder { color: #cccccc !important; }
.nContact-map-r-cnt input:-moz-placeholder, .nContact-map-r-cnt textarea:-moz-placeholder { color: #000000 !important; }
.nContact-map-r-cnt input::-moz-placeholder, .nContact-map-r-cnt textarea::-moz-placeholder { color: #cccccc !important; }
.nContact-map-r-cnt input:-ms-input-placeholder, .nContact-map-r-cnt textarea:-ms-input-placeholder { color: #cccccc !important; }
.nContact-map-r-cnt-yzm { margin-left: 10px; width: 113px; height: 40px; background-color: #000000; }
.nContact-map-r-cnt-hyh { cursor: pointer; margin-left: 10px; height: 40px; line-height: 40px; font-size: 12px; color: #999999; }
.nContact-map-r-cnt-btn { cursor: pointer; margin-top: 20px; height: 40px; background-color: #01418b; border-radius: 3px; line-height: 40px; font-size: 18px; text-align: center; color: #ffffff; }