@charset "UTF-8";
/* ========== 单篇+文章页 start ========== */
.articleC {background-color:#fff;padding: 0 50px 35px;background-size: 100% 100%;}
.articleBox {line-height:30px;padding: 10px 0;color: #666666;font-size: 16px;}
.articleBox section{text-align: center;}
.articleBox img {max-width: 100%;}
/* ————— 标题 start ————— */
.articleTitle {clear: both;height: 80px; line-height: 80px;font-size: 24px;font-family: "microsoft yahei";color: #333333;text-align: center;position: relative;}
/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;height: 45px; line-height: 45px;padding-bottom: 15px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {padding-right: 16px;font-size: 14px;color: #999999;vertical-align: middle;}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {display: inline-block;vertical-align: middle; font-size: 14px; color: #999999;}
.articleShare .shareParent .shareItem{vertical-align: middle;}
/* .shareParent .shareFont.icon-weibo {color: #FFFFFF;background: #ff763b;}
.shareParent .shareFont.icon-qzone {color: #FFFFFF;background: #FDBE3D;}
.shareParent .shareFont.icon-qq {color: #FFFFFF;background: #56b6e7;} */
/* ————— 字体大小 start ————— */
.articleFont{display: inline-block; font-size:16px;color:#999999;}
.articleFont em{font-style: normal;margin-right:48px;}
.articleFont .btn{display: inline-block;font-size:16px;color:#999999;margin-right:35px;cursor: pointer;position: relative;z-index: 1;line-height:40px;}
.articleFont .btn.show{border-radius: 100%;background-color: #e8e6f3;padding:0 13px;}
/* ————— 字体大小 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid #007a5a;background: #007a5a;}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;overflow: hidden;}
.articleHand a {display: block;line-height: 32px;padding: 0 20px 10px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;height: 30px;text-align: center;font-family: Arial;}
.articlePage a {margin: 0 1px;background: #ccc;padding: 5px 10px;}
.articlePage a:hover {color: #fff;background: #003d96;}
.articlePage a.hover {color: #fff;background: #003d96;}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageCon{overflow: hidden;padding-top:30px;border-top: 1px solid #f2f2f2;}
.pageUp {display: block;line-height: 34px;color: #999999;font-size: 16px;float: left;display: inline;width: 507px;}
.pageUp a {font-size: 16px;color: #999999;}
.articlePageBox:hover,
.pageUp a:hover {color: #003d96;}

.pageBtn{float: right;display: inline;margin-top: 9px;}
.pageBtn a{padding:0 32px;height: 50px;border-radius:50px;border:1px solid #999999;text-align: center;line-height: 50px;display: block;}
.pageBtn a:hover{background-color: #003d96;border-color:#003d96;}
.pageBtn a span:hover{background: url("../images/moreImgHover.png") no-repeat right center;color: #fff;}
.pageBtn a span{font-size: 16px;color:#999999;float: left;display: inline;background: url("../images/moreImg.jpg") no-repeat right center;padding-right:32px;}



/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */
.articleShare .shareParent .shareFont{ border: none;}
.articleShare .shareParent .shareFont.icon-weibo{color:#ff2d2d}
.articleShare .shareParent .shareFont.icon-weibo:hover{ background: none; color: #ff2d2d;}
.articleShare .shareParent .shareFont.icon-wechat{color:#13a8f5}
.articleShare .shareParent .shareFont.icon-wechat:hover{ background: none; color: #13a8f5;}
.articleShare .shareParent .shareFont.icon-qq{color:#2aa515}
.articleShare .shareParent .shareFont.icon-qq:hover{ background: none; color: #2aa515;}
/* ========== 单篇+文章页 end ========== */
/* ========== 全图列表 start ========== */
/*下属企业 start*/
.underlingBox{overflow: hidden;}
.underlingLeft{width:77.7778%;float: left;display: inline;}
.underlingLeft .articleC{background:url(../test/underlingImg.jpg) no-repeat center bottom;    background-size: 100% 100%;}
.underlingLeft .title{height: 128px;line-height: 128px;font-size:30px;color:#333333;display: block;border-bottom: 1px solid #ebebeb;text-align: center;margin-bottom: 50px;}

.underlingLeft .pic::before{padding-top:56.3333%;}
.underlingLeft .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.underlingLeft .leftCon{min-height:28px;line-height: 28px;font-size:16px;color:#666666;}
.underlingList{width:320px;float: right;display: inline;position: relative;z-index: 2;cursor: pointer;}
.underlingList dd a{height: 80px;border:1px solid #ebebeb;background-color: #fff;display: block;}
.underlingList dd .text{font-size:18px;color:#666666;height: 80px; line-height:80px;text-align: center;}
.underlingList dd:hover a{height: 110px;background-color: #003d96;margin-left: -30px;border-color:#003d96;}
.underlingList dd:hover .text{color: #fff;line-height:110px;}
.underlingList .ddBox{display: none;}
.underlingList .ddBox.active{display: block;}
.underlingList .listBtn a{color:#666666;display: block;}
.underlingList .listBtn:hover a{color:#fff;display: block;}
/*下属企业 end*/
/* 全图列表1 start */
.imglist{position: relative; margin-right: -30px;}
.imglist::after{ display: block;content: ''; clear: both; visibility: hidden; overflow: hidden;}
.imglist dd{ float: left;display: inline; width:33.3333%;margin-bottom:30px;}
.imglist dd a{ display:block;margin-right: 30px;/* position: relative; */}
.imglist dd .pic { overflow: hidden; position: relative; }
.imglist dd .pic::before{display: block;content: '';padding-top:56.3043%;} /*::before 占位符，图片等比比例：高除宽*/
.imglist dd .pic img{display: block; width: 100%;height: 100%; object-fit: cover;position: absolute;left: 0;top: 0;}
.imglist dd .title{font-size: 16px;text-align: center;color: #333333;width:100%;height: 55px;line-height: 55px;background: #fff;}

/* 全图列表1 end */
/*全图列表2start*/
.imglist2{position: relative; margin-right: -30px;}
.imglist2::after{ display: block;content: ''; clear: both; visibility: hidden; overflow: hidden;}
.imglist2 dd{ float: left;display: inline; width:100%;margin-bottom:30px;}
.imglist2 dd a{ display:block;margin-right: 30px;position: relative;}
.imglist2 dd .pic { overflow: hidden; position: relative; }
.imglist2 dd .pic::before{display: block;content: '';padding-top:9.7436%;} /*::before 占位符，图片等比比例：高除宽*/
.imglist2 dd .pic img{display: block; width: 100%;height: 100%; object-fit: cover;position: absolute;left: 0;top: 0;}
/*全图列表2end*/

/* 视频列表 start */

/* 视频列表 end */
/* 资质荣誉 start */

/* 资质荣誉 end */
/* 期刊杂志 start */
/* 期刊杂志 end */
/* 数字报纸 start */
/* 数字报纸 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
.imgText1{padding: 30px 0;}
.imgText1 dd {overflow: hidden;background-color: #fff;margin-bottom:30px;padding: 30px;border-radius:10px;}
.imgText1 dd:last-child .ddCon{border-bottom:none;}
.imgText1 dd .pic{float: left; display: inline;width: 19.4444%; position: relative;margin-right: 30px;}
.imgText1 dd .pic::before{display: block;content: '';padding-top:55.6429%;}
.imgText1 dd .pic a img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.imgText1 dd .text {overflow: hidden; display: block;}
.imgText1 dd .text .title a{height:35px;line-height:35px; font-size: 18px;color:#333333;display: block;margin-bottom:20px;}
.imgText1 dd .text .conText{height:50px;line-height: 25px;font-size: 14px;overflow: hidden;color:#666666;margin-bottom:20px;}
.imgText1 dd .text .time{display: block;font-size:14px;color:#999999;height: 30px;line-height: 30px;}
.imgText1 dd:hover .text .title a{color: #075bce;}
/* 图文列表1 end */
/* 图文列表2 start*/
.Scroll{position: relative;width:50%;}
.Scroll .bdBox{position: relative;overflow: hidden;}
.Scroll .bdBox::before{padding-top:54.6875%;display: block;content: '';}
.Scroll .bd{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.Scroll .bd .slick-list,.column3Scroll .bd .slick-track{ height: 100%;}
.Scroll .bd .myslide .con{ height: 100%;}
.Scroll .bd .myslide .con a{ display: block;height: 100%;}
.Scroll .bd .myslide .con img{width: 100%;height: 100%;}
.Scroll .bd .myslide .con .html{ display: none;}
.Scroll .text{position: absolute;left: 0;bottom: 0;width: 100%;height:55px;background-color:rgba(0,0,0,0.6);}/*-webkit-  处理兼容*/
.Scroll .text .conTitle a{display: block;height: 55px;line-height: 55px;color: #fff;font-size: 20px;overflow: hidden;margin-left:22px;width:75.3333%;}
.Scroll .Dot{float:right;display: inline;margin-right:22px;}
.Scroll .Dot ul{font-size: 0;position: absolute;right: 0;bottom: 0;padding:22px ;}
.Scroll .Dot ul li{width: 30px;height: 3px;background-color: #fff;display: inline-block; margin-right:20px;}
.Scroll .Dot ul li.slick-active{ background: #003d96;}/*当前li状态*/

.imgText2{background-color: #fff;}
.imgText2 dd {overflow: hidden; }
.imgText2 dd .ddCon{overflow: hidden;}
.imgText2 dd:last-child .ddCon{border-bottom:none;}

.imgText2 dd .pic::before{padding-top:54.6875%;}
.imgText2 dd .pic a img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.imgText2 dd .text {overflow: hidden;padding-top:145px;}
.imgText2 dd .text .title{margin-bottom:20px;}
.imgText2 dd .text .cnTitle{height:37px;line-height:37px; font-size:30px;color:#333333;display: block;}
.imgText2 dd .text .enTitle{height:17px;line-height: 17px;font-size:14px;overflow: hidden;color:#cccccc;}
.imgText2 dd .text .conText{font-size:14px;color:#777777;min-height:25px;line-height: 25px;margin-bottom: 50px;}
.imgText2 dd .text em{width: 35px;height: 35px;border-radius: 100%;border:1px solid #e6e6e6;position: relative;display: block;background: url(../images/imgText2More.png) no-repeat center center;}

.imgText2 dd.odd .Scroll{float: right;display: inline;margin-left:70px;}
.imgText2 dd.even .Scroll{float: left;display: inline;margin-right:70px;}
.imgText2 dd.odd .ddCon .text{padding-left:240px;}
.imgText2 dd.even .ddCon .text{padding-right:240px;}
.imgText2 dd .text em:hover{background:#003d96 url(../images/imgText2More-h.png) no-repeat center center;border-color:#003d96;}
/* 图文列表2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
.textList{overflow: hidden;margin-right:-30px;}
.textList dd{width: 33.3333%;float: left;display: inline;}
.textList dd .ddCon{background-color: #fff;margin:0 30px 30px 0;padding: 20px 30px;}
.textList dd .listCon{border-bottom: 1px solid #f5f5f5;padding-bottom: 13px;margin-bottom: 13px;}
.textList dd .listCon .listTitle{height:42px;line-height: 42px;overflow: hidden;}
.textList dd .listCon .listTitle a{font-size:20px;color:#333333;}
.textList dd .listCon .listContent{font-size:14px;color:#666666;height:25px;line-height: 25px;overflow: hidden;}
.textList dd .listMore{overflow: hidden;}
.textList dd .listMore .text{font-size:14px;color:rgba(102,102,102,0.5);}

.textList dd:hover .listMore .text{color: #7f9eca;}
.textList dd:hover .listCon .listTitle a{color:#003d96;}
.textList dd:hover .listCon .listContent{color:#7f9eca;}

/* 全文列表1 end */
/* 全文列表2 start */
.textList2{overflow: hidden;}
.textList2 dd{width:100%;float: left;display: inline;margin-bottom:30px;}
.textList2 dd .ddCon{background-color: #fff;padding:0 30px;}
.textList2 dd .listCon{border-bottom: 1px solid #f5f5f5;}
.textList2 dd .listCon .listTitle{height:70px;line-height:70px;overflow: hidden;}
.textList2 dd .listCon .listTitle a{font-size:18px;color:#333333;}
.textList2 dd .listCon .listContent{font-size:14px;color:#999999;height:50px;line-height: 25px;overflow: hidden;margin-bottom:25px;}
.textList2 dd .listMore{overflow: hidden;height:70px;line-height: 70px;color:#999999;}
.textList2 dd .listMore span{font-size:14px;height: 70px;line-height: 70px;float: left;display: inline;}
.textList2 dd .listMore .more{float: right;display: inline;background:url(../images/moreJt.png) no-repeat center right;padding-right:20px;line-height:70px;height: 70px;}

.textList2 dd:hover .listCon {border-color: #8e9dc4;}
.textList2 dd:hover .listCon .listTitle a{color:#003d96;}
.textList2 dd:hover .listMore{color:#7f9eca;}
.textList2 dd:hover .listMore .more{background:url(../images/moreJtHover.png) no-repeat center right;color:#7f9eca;}
/* 全文列表2 end */
/* ========== 文字列表 end ========== */
/* ========== 瀑布流 start ========== */
/* 纵向瀑布流start */
/* 纵向瀑布流end */
/* 横向瀑布流start */
/* 横向瀑布流end */
/* ========== 瀑布流 end ========== */
/* ————— 公用表单 start ————— */
.input{ border: 1px solid #ddd; padding:0 10px}
.input input{ border: none; background: none; width: 100%; height: 38px; line-height: 38px; font-size: 14px; color: #333;}
.textarea{ border: 1px solid #ddd; padding:5px 10px}
.textarea textarea{ border: none; background: none; width: 100%; height: 120px; line-height: 25px; font-size: 14px; color: #333;}
a.formBtn{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #ddd; background: #FFF; border-radius: 3px; font-size: 14px; color: #333; padding:0 30px; margin: 0 5px;}
a.formBtn:hover{ opacity: .9;}

.formYzm .input{ width: 50%; float: left; display: inline;}
.formYzm .yzmImg{ width: 118px; height: 38px; border: 1px solid #ddd; background: #ddd; float: left; display: inline; margin-left: 20px;}
.formYzm .yzmImg img{ display: block; width: 100%; height: 100%;}

.formSubBtn{ font-size: 0; text-align: left; margin: 0 -5px;}
.formSubBtn a{ padding:0 40px; border-radius: 5px;}
.formSubBtn a.submit{ background: #1e5ab0; color: #FFF;}
.formSubBtn a.reset{ background: #ddd; color: #8b8b8b;}
/* ————— 公用表单 end ————— */

/* ========== 联系我们 start ========== */
.relationCon{overflow: hidden;position: relative;}
.relationLeft{float: left;display: inline;width:43.0729%;background:url(../test/relationBgImg.jpg) no-repeat center center;background-size: 100% 100%;padding:73px 0;}
.relationLeft .relatonLogo{height: 50px;margin-bottom:35px;}
.relationLeft .conBox{width:508PX;margin-left:242px;}
.relationLeft .title{font-size:24px;color:#333333;height:110px;line-height: 110px;}
.relationLeft .textCon{font-size:14px;color:#999999;min-height:25px;line-height: 25px;margin-bottom:120px;}

.relationEwm .left{float: left;display: inline;margin-right:50px;}
.relationEwm table{overflow: hidden;width: 315px;height: 177px;}
.relationEwm table tr{position: relative;}
.relationEwm table .row td{padding-left: 0;}
.relationEwm table td{font-size:16px;height: 30px;line-height: 30px;padding-left: 40px;}
.relationEwm table .em1{background:url(../images/relationTb1.png) no-repeat center center;width: 30px;height: 30px;position: absolute;left: 0;}
.relationEwm table .em2{background:url(../images/relationTb2.png) no-repeat center center;width: 30px;height: 30px;position: absolute;left:48%;}
.relationEwm table .em3{background:url(../images/relationTb3.png) no-repeat center center;width: 30px;height: 30px;position: absolute;left: 0;}
.relationEwm .right{overflow: hidden;position: relative;}
.relationEwm .right .text::before{display: block;content:'';background:url(../images/relationTb4.png) no-repeat center center;width: 30px;height: 30px;position: absolute;left: 0;}
.relationEwm .right .text{padding-left:40px;font-size:16px;color:#666666;height: 30px;line-height: 30px;margin-bottom:8px;}

.relationRight{overflow: hidden;height: 100%;position: absolute;left: 43.0729%;top: 0;right: 0;}
.relationRight .map{overflow: hidden;height: 100%;background-color: #fff;}
/* ========== 联系我们 end ========== */
/* develop start */
.devolopConC{background:url(../test/fzlcBgImg.jpg) no-repeat center bottom;background-size:100% 100%;}
.developCon span{font-size:30px;color:#333333;height: 115px;line-height: 115px;display: block;text-align: center;}
.developCon .developText{font-size:16px;color:#666666;min-height: 28px;line-height: 28px;width: 1183px;text-align: center;margin: 0 auto;}

.phColumn3{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}

.developBox .phTitle{margin-bottom: 33px;}
.developBoxList{margin-right: -295px;padding-top: 77px;}
.developBoxList dd{float: left;display: inline;width: 50%;margin-bottom:77px;}

.developBoxList dd .con{margin-right: 295px;padding-right: 75px;}
.developBoxList dd.dd2 .con,.developBoxList dd.dd4 .con,.developBoxList dd.dd6 .con{padding-left: 75px;padding-right: 0;}
.developBoxList dd .con .text .title{text-align:center;font-size: 24px;color: #333333;line-height: 45px;height: 45px;overflow: hidden;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 2px solid #cccccc;}
.developBoxList dd.dd2 .con .text .title,.developBoxList dd.dd4 .con .text .title,.developBoxList dd.dd6 .con .text .title{padding-left: 45px;}
.developBoxList dd .con .text{position: relative;}
.developBoxList dd .con .text::after{display: block;content: "";right: -78px;top: 60px;width: 74px;height: 74px;background:url(../images/developBg1.png)no-repeat center center;position: absolute;transform: rotate(45deg);-webkit-transform: rotate(87deg);}
.developBoxList dd.dd2 .con .text::after{display: block;content: "";left: -72px;top: 60px;width: 74px;height: 74px;background:url(../images/developBg1.png)no-repeat center center;position: absolute;transform: rotate(135deg);-webkit-transform: rotate(183deg);}
.developBoxList dd.dd5 .con .text::after{display: block;content: "";right: -73px;top: -21px;width: 74px;height:74px;background:url(../images/developBg1.png)no-repeat center center;position: absolute;transform: rotate(-45deg);-webkit-transform: rotate(0deg);}
.developBoxList dd.dd6 .con .text::after{display: block;content: "";left: -77px;top: -13px;width: 74px;height:74px;background:url(../images/developBg1.png)no-repeat center center;position: absolute;transform: rotate(-135deg);-webkit-transform: rotate(-96deg);}
.developBoxList dd.dd3 .con .text::after{display: block;content: "";right: -65px;top: 20px;width: 56px;height: 74px;background:url(../images/developBg1.png)no-repeat center center;position: absolute;transform: rotate(0deg);-webkit-transform: rotate(45deg);}
.developBoxList dd.dd4 .con .text::after{display: block;content: "";left: -66px;top: 19px;width: 56px;height: 74px;background:url(../images/developBg1.png)no-repeat center center;position: absolute;transform: rotate(0deg);-webkit-transform: rotate(45deg);}

.developBoxList dd.dd2 .con .text::before,.developBoxList dd.dd4 .con .text::before,.developBoxList dd.dd6 .con .text::before{left: 0;}
.developBoxList dd .con .text::before{display: block;content: "";right: 0;top: 52px;width: 12px;height: 12px;border-radius: 50%;background-color: #cccccc;position: absolute;z-index: 2;}
.developBoxList dd .con .text .info{text-align: justify;font-size: 16px;color: #666;line-height: 45px;height: 135px;overflow: hidden;padding: 0 60px 0 130px;}
.developBoxList dt{width: 295px;height: 250px;position: relative;top: 44px;left: 50%;margin-left: -290px;background: url("../images/phColumn3Icon.png") no-repeat center center;}
.developBoxList dt .text{text-align: center;position: absolute;left: 30%;top: 21px;line-height: 35px;height: 70px;color: #fff;font-size: 24px;width: 120px;}

.developC3{margin-bottom: 50px;}
.developC3 .title{font-size:26px;height: 50px;line-height: 50px;text-align: center;margin-bottom:33px;}
.column3List{overflow: hidden;margin-right:-30px;}
.column3List dd{width: 50%;float: left;display: inline;}
.column3List dd .ddBox{margin-right: 30px;position: relative;}
.column3List dd .bg{position: relative;}
.column3List dd .bg::before{display: block;content:'';padding-top:45.4546%;}
.column3List dd .bg img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.column3C {position: absolute;left: 50%;top:50%;transform:translate(-50%,-50%);width: 300px;text-align: center;}
.column3C .bg1{background:url(../images/column3TB1.png) no-repeat center center;width: 50px;height: 50px;margin: 0 auto;}
.column3C .bg2{background:url(../images/column3TB3.png) no-repeat center center;width: 50px;height: 50px;margin: 0 auto;}
.column3C .bg3{background:url(../images/column3TB3.png) no-repeat center center;width: 50px;height: 50px;margin: 0 auto;}
.column3C .icon{transform: rotateY(0deg);-webkit-transform: rotateY(0deg);transition: all .4s;-webkit-transition: all .4s;}
.column3C .cnTitle{font-size:18px;color:#ffffff;height: 35px;line-height: 35px;}
.column3C .enTitle{font-size:14px;color:#ffffff;height: 25px;line-height: 25px;}

.mask{position: absolute;width: 100%;height: 100%;opacity: 0;background-color:rgba(0,0,0,.2);left: 0;top: 0;}
.ddBox:hover .mask{opacity:1;}
.ddBox:hover .column3C{z-index: 2;}
.ddBox:hover .column3C .icon{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
/* develop end */
/*组织架构 start*/
.zzjgConC{background:url(../test/fzlcBgImg.jpg) no-repeat center bottom;background-size:100% 100%;}
.zzjgCon{padding:83px 0;}
/*组织架构 end*/
/*下属企业 start*/
.underlingBox{overflow: hidden;}
.underlingLeft{width:77.7778%;float: left;display: inline;}
.underlingLeft .articleC{background:url(../test/underlingImg.jpg) no-repeat center bottom;    background-size: 100% 100%;}
.underlingLeft .title{height: 128px;line-height: 128px;font-size:30px;color:#333333;display: block;border-bottom: 1px solid #ebebeb;text-align: center;margin-bottom: 50px;}

.underlingLeft .pic::before{padding-top:56.3333%;}
.underlingLeft .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.underlingLeft .leftCon{min-height:28px;line-height: 28px;font-size:16px;color:#666666;}
.underlingList{position: relative;z-index: 2;cursor: pointer;float: right;display: inline;width: 320px;}
.underlingList dd a{height: 80px;border:1px solid #ebebeb;background-color: #fff;display: block;}
.underlingList dd .text{font-size:18px;color:#666666;height: 80px; line-height:80px;text-align: center;}
.underlingList dd:hover a{height: 110px;background-color: #003d96;margin-left: -30px;border-color:#003d96;}
.underlingList dd:hover .text{color: #fff;line-height:110px;}
/*下属企业 end*/
/* ========== 党建专栏 start ========== */
/*公共部分 start*/
/*more start*/
.more{font-size:14px;color:#999999;height:25px;line-height: 25px;}
.more span{overflow: hidden;}
.more .btn{float: right;display: inline;padding-right:20px;position: relative;}
.more .btn::before{    display: block;content: '';background: url(../images/moreJt.png) no-repeat center center;width: 15px;height: 8px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.more:hover .btn{color:#c41220;}
.more:hover .btn::before{background: url(../images/moreRed1.png) no-repeat center center;}
/*more end*/
/*公共Title  start*/
.partyTitle{
    font-size: 28px;
    font-family: "Adobe Heiti Std";
    color: rgba(51, 51, 51);
    text-align: center;
    position: relative;
    padding: 50px 0;
}
.partyTitle::after{display: block;content: '';background: url(../images/partyTbL.png) no-repeat center center;position: absolute;left: 38%;top: 50%;width: 120px;height: 13px;transform: translate(-40%,-50%)}
.partyTitle::before{display: block;content: '';background: url(../images/partyTbR.png) no-repeat center center;position: absolute;right: 34%;top: 50%;width: 120px;height: 13px;transform: translateY(-50%);}
/*公共Title  end*/
/*更多按钮 start*/
.partyBtn{height: 50px;width: 150px;border-radius: 50px;border:1px solid #cccccc;margin: 0 auto;text-align:center;}
.partyBtn a{display: block;font-size:14px;color:#999999;line-height: 50px;position: relative;text-align: center;background:url(../images/moreJt.png) no-repeat center right;display: inline-block;padding-right:20px;}
.partyBtn:hover{background-color:#c41220;}
.partyBtn:hover a{background:url(../images/moreRed.png) no-repeat center right;color:#fff;}
/*更多按钮 end*/
/*公共部分 end*/
.partyMl5 {
    margin-left: 5px;
}

.partyMl10 {
    margin-left: 10px;
}

.partyMl15 {
    margin-left: 15px;
}

.partyMl20 {
    margin-left: 20px;
}

.borderBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}


.calumn1{
    overflow: hidden;
    background:url(../test/calumn1Bgimg.png) no-repeat center bottom;
    background-size: 100% 100%;
    padding-bottom:50px;
}
.partyScroll .slick-dots{
    z-index: 100;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.partyScroll .slick-dots li{
    margin:28px 5px 28px 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cccccc;
}
.partyScroll .slick-active{
    background: #db3913!important;
}

.partyMass{
    overflow: hidden;
    padding: 0 30px;
}
.partyScroll{position: relative;float: left;display: inline;width:47.3611%;margin-bottom: 10px;
    box-shadow: 3px 6px 5px rgb(0,0,0,.1)}
.partyScroll .bdBox{position: relative;overflow: hidden;}
.partyScroll .bdBox::before{padding-top:56.1584%;display: block;content: '';}
.partyScroll .bd{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.partyScroll .bd .slick-list,.column3Scroll .bd .slick-track{ height: 100%;}
.partyScroll .bd .myslide .con{ height: 100%;}
.partyScroll .bd .myslide .con a{ display: block;height: 100%;}
.partyScroll .bd .myslide .con img{width: 100%;height: 100%;}
.partyScroll .bd .myslide .con .html{ display: none;}
.partyScroll .text{width: 100%;height:60px;background-color:#fff;position: relative;}/*-webkit-  处理兼容*/
.partyScroll .text .conTitle {display: block;line-height: 60px;color: #333333;font-size: 20px;overflow: hidden;margin-left:22px;width:75.3333%;}
.partyScroll ul{padding-right:20px;}
.partyMassText{ overflow: hidden;padding-top:17px;}
.partyMassText dd{overflow: hidden;border-bottom: 1px solid #ebebeb;}
.partyMassText2{padding:15px 0;}
.partyMassText2 dd{height: 42px; line-height: 42px;}
.partyMassText2 dd a{font-size:15px;color: rgba(92, 92, 92); display: block;overflow: hidden;font-family: "Microsoft YaHei";position: relative;padding-left:20px;}
.partyMassText2 dd a em{width: 6px;height: 6px;border-radius: 100%;background-color: #cccccc;line-height: 6px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.partyMassText2 dd span{ float: right; display: inline; overflow: hidden; margin-left: 50px;}
.partyMassText2 dd:hover a{ color: #c41220;}
.partyMassText2 dd:hover a em{background-color: #c41220;}

.calumn1Nosee{
    display: none !important;
    transition: 0.4s;
}
.partyMassExpand .partyMassTitle {    height: 33px;line-height: 33px;}
.partyMassExpand .partyMassTitle a{
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color:#333333;
    display: block;
}
.partyMassExpand .partyMassData{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #999999;
    font-weight: bold;
}
.partyMassExpand .textC{
    height:50px;
    line-height: 25px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #999999;
    text-align: left;
    padding-bottom: 25px;
}
.calumn2{
    width: 100%;
    height: 872px;
    position: relative;
}
.calumnBj{
    width: 100%;
    height:100%;
    clip-path: url(#calumn2bj);
    background: url(../images/djcolumn2Bg.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -70px;
    z-index:1;
}
.calumn2Con {
    width: 100%;
    height:100%;
    overflow: hidden;
    z-index: 2;
}
.calumn2Con .partyBtn{border-color: #fff;}
.calumn2Con .partyBtn a{color:#fff;background:url(../images/partybaiJt.png) no-repeat center right;}
.calumn2Con .partyBtn:hover{background-color:#e6b789;border-color:#e6b789;}
.calumn2Con .partyBtn:hover a{color:#fff;}
.calumn2Con .partyTitle{
    background-clip: text;
    -webkit-background-clip: text;
    color:transparent;
    padding-top: 136px;
    position: relative;
}
.calumn2Con .partyTitle::before{display: block;content: '';background: url(../images/partyTbhsR.png) no-repeat center center;position: absolute;right: 35%;top: 66%;width: 120px;height: 13px;transform: translateY(-50%);}

.calumn2Con .partyTitle::after{
    display: block;
    content: '';
    background: url(../images/partyTbhsL.png) no-repeat center center;
    position: absolute;
    left: 38%;
    top: 65%;
    width: 120px;
    height: 13px;
    transform: translate(-40%,-50%);
}
.calumn2List {overflow: hidden;margin-right: -30px;padding: 22px -20px;    margin-bottom: 30px;}
.calumn2List dd{width: 50%;float: left;display: inline;overflow: hidden;margin-bottom:30px;}
.calumn2List dd .ddCon{margin-right:30px;padding:22px 20px;background-color: #fff;}
.calumn2List .ddLeft {float: left;display: inline;width:61.8571%;margin-right:20px;}
.calumn2List .ddLeft .title{font-size:16px;color:#333333;height: 30px;line-height: 30px;margin-bottom:15px;}
.calumn2List .ddLeft .con{font-size:14px;color:#999999;height:50px;line-height: 25px;margin-bottom:27px;}
.calumn2List .ddRight{overflow: hidden;}
.calumn2List .ddRight .pic::before{padding-top:56.1798%;}
.calumn2List .ddLeft:hover .title{color:#c41220;}
.calumn3 {
    background:url(../test/calumn3Bg1.png) no-repeat center bottom ;
    position: relative;
    background-size:100% 100%;
    padding-bottom: 50px;
}
.calumn3 .partyTitle{padding:0;margin-bottom:50px;}
.calumn3List{margin-right:-30px;overflow: hidden;padding:0 -20px;margin-bottom:30px;}
.calumn3List dd{width: 33.3333%;float: left;display: inline;margin-bottom: 30px;}
.calumn3List dd .ddCon{margin-right:30px;background-color: #fff;padding:22px 20px;}
.calumn3List dd .text{font-size:16px;color:#333333;height: 56px;line-height: 28px;padding-bottom:25px;border-bottom: 1px solid #fafafa;}
.calumn3List dd .more{height: 30px;line-height: 30px;font-size:16px;color:#999999;padding: 23px 0 20px;position: relative;}
.calumn3List dd .more::before{background:url(../test/ddBgimg.png) no-repeat center right;position: absolute;right: 0;top: -54px;display: block;content: '';width: 103px;height: 103px;background-size:100% 100%;}
.more .btn1{float: right;display: inline;padding-right:20px;position: relative;}
.more .btn1::before{ display: block;content: '';background: url(../images/more1.png) no-repeat center center;width: 15px;height: 20px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.calumn3List dd:hover .text{color:#c41220;}
.calumn3List dd:hover span{color:#dd9194;}
.calumn3List dd:hover .btn1{color:#dd9194;}
.calumn3List dd:hover .btn1::before{background: url(../images/more2.png) no-repeat center center;}

.calumn4{
    position: relative;
    padding-bottom:60px;
}
.calumn4 .calumnTitle{
    top: 0;
}
.eduList{ overflow: hidden; margin-right: -30px;}
.eduList dd{ overflow: hidden; float: left; display: inline; width: 33.3333%; margin-bottom:30px;}
.eduList dd .con{overflow: hidden;box-shadow:4px 7px 6pxrgba(0,0,0,.1);margin-right: 30px;}
.eduList dd .a{ display: block;}
.eduList dd .pic{ width: 100%; overflow: hidden; position: relative;}
.eduList dd .pic:before{ display: block; content: ''; padding-top: 56.3043%;}
.eduList dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.eduList dd .text{ display: block; background:#ffffff;padding: 30px; overflow:hidden;}
.eduList dd .text .eduTitle{line-height: 40px;height: 40px; font-size: 18px;font-family: "Microsoft YaHei";color: rgba(51, 51, 51);}
.eduList dd .text .eduContent{ font-size: 14px;font-family: "Microsoft YaHei";color: rgba(102, 102, 102);line-height: 26px;height: 78px;}
.eduList dd .text .eduData{font-size: 15px;color: rgba(153, 153, 153);font-family: "Microsoft YaHei";}
.eduList dd .text .lookMore{background: url("../images/common/next.png")no-repeat right 5px}
.eduList dd .text .lookMore span{margin-right: 15px;}
.eduList dd:hover .text .eduTitle{ color: #cc323e;}
.eduList dd:hover .text .eduContent{ color: #dd9194;}
.eduList dd:hover span{color:#dd9194;}
.eduList dd:hover .text .btn1{color:#dd9194;}
.eduList dd:hover .text .btn1::before{background: url(../images/more2.png) no-repeat center center;}
.eduList dd:hover .text .lookMore{ background: url("../images/common/nextHover.png")no-repeat right 5px;}
/* ========== 党建专栏 end ========== */
/*集团概况 start*/
.overViewC1{background:url(../test/overViewBg.png) no-repeat center bottom;background-size:cover;padding-bottom:77px;}
.overViewTitle{text-align: center;padding-top:70px; margin-bottom: 30px;}
.overViewTitle .cnTitle{font-size:30px;color:#003d96;height: 52px;line-height: 52px;}
.overViewTitle .enTitle{font-size:18px;color:#d9d9d9;height: 30px;line-height: 30px;text-transform: uppercase;}
.overViewText{font-size:16px;color:#666666;min-height: 28px;line-height: 28px;width: 1183px;text-align: center;margin: 0 auto;padding:60px 0 77px;}
.overViewC1 .partyBtn:hover{background-color: #003d96;}

.overViewC2{background:url(../test/overViewC2bg.png) no-repeat center bottom;background-size:cover;padding-bottom:77px;}
.overViewC2Con img{height: 672px;padding-top:30px;}

.overViewC3{background:url(../test/overViewC3bg.png) no-repeat center bottom;background-size:cover;padding-bottom:77px;}

.overViewC4{background:url(../test/overViewC4bg.png) no-repeat center bottom;background-size:cover;background-attachment: fixed;}
.overViewC4 .cnTitle{color:#fff;}
.overViewC4 .overViewText{font-size:16px;color:#fff;min-width:30px;line-height: 30px;display: block;text-align:left;}
.overViewC4 span{font-size:16px;color:#fff;min-width:30px;line-height: 30px;display: block;width:1183px;margin:0 auto;text-align: right;}

.overViewC5{background:url(../test/overViewC5bg.png) no-repeat center bottom;background-size:cover;padding-bottom:77px;}
.textList{overflow: hidden;margin-right:-30px;padding-top: 30px;}
.textList dd{width: 33.3333%;float: left;display: inline;}
.textList dd .ddCon{background-color: #fff;margin:0 30px 30px 0;padding: 20px 30px;}
.textList dd .listCon{border-bottom: 1px solid #f5f5f5;padding-bottom: 13px;margin-bottom: 13px;}
.textList dd .listCon .listTitle{height:42px;line-height: 42px;overflow: hidden;}
.textList dd .listCon .listTitle a{font-size:20px;color:#333333;}
.textList dd .listCon .listContent{font-size:14px;color:#666666;height:25px;line-height: 25px;overflow: hidden;}
.textList dd .listMore{overflow: hidden;}
.textList dd .listMore .text{font-size:14px;color:rgba(102,102,102,0.5);}

.textList dd:hover .listMore .text{color: #7f9eca;}
.textList dd:hover .listCon .listTitle a{color:#003d96;}
.textList dd:hover .listCon .listContent{color:#7f9eca;}
.overViewC5 .partyBtn:hover{background-color: #003d96;}

.overViewC6{background:url(../test/overViewC6bg.png) no-repeat center bottom;background-size:100% 100%;padding-bottom:77px;}
.overViewC6List{overflow: hidden;margin-right:-20px;padding:0 -43px;position: relative;}
.overViewC6List dd{width:25%;margin-bottom:20px;float: left;display: inline;position: relative;}
.overViewC6List dd .ddCon{margin-right:20px;background-color: #fff;height: 120px;padding:0 43px;}
.overViewC6List dd span{min-height:35px;line-height: 35px;font-size:20px;color:#666666;padding-top:23px;display: block;}
.overViewC6List dt {width:50%;height:120px;float: right;display: inline;font-size:20px;color:#666666;text-align: center;line-height: 120px;}
.overViewC6List dt .dtBtn{background-color: #fff;margin-right:20px;}
.overViewC6List .ddhover{width: 100%;position: absolute;z-index:1;display: none;}
.overViewC6List .ddhover .ddhoverBox{background-color: #fff;padding:20px 35px 25px ;margin-right:20px;box-shadow:3px 5px 5px rgba(0,0,0,.1);/*transition: all 300ms;-webkit-transition: all 300ms; transform: translateX(-20px);-webkit-transform: translateX(-20px);*/}
.overViewC6List .ddhover .icon{border:15px solid transparent;display: inline-block;position: absolute;margin-left: -20px;}
.overViewC6List .ddhover .title a{font-size:20px;color:#666666;height:70px;line-height: 35px;display: block;}
.overViewC6List .ddhover .con{font-size:14px;color:#999999;height:75px;line-height:25px;margin-bottom:40px;}
.overViewC6List .ddhover .more{height: 25px;line-height: 25px;text-align: right;background:url(../images/moreJt.png) no-repeat center right;padding-right:25px;}
.overViewC6List .ddhover .more a{font-size:14px;color:#999999;display: block;}
/* 横向处理start */
.overViewC6List .ddhover.left{left: -100%;}
.overViewC6List .ddhover.left .icon{right:-10px;border-left-color:#fff;}
.overViewC6List .ddhover.right{left: 100%;}
.overViewC6List .ddhover.right .icon{left:-10px;border-right-color:#fff;}
/* 横向处理end */
/* 纵向处理start */
.overViewC6List .ddhover.up{top:0;}
.overViewC6List .ddhover.down{bottom:0;}
.overViewC6List .ddhover.down .icon{bottom:19px;}
/* 纵向处理end */
.overViewC6List dd:hover span{color:#003e97;}
.overViewC6List .ddhover.show{display: block;}
.overViewC6List .ddhover:hover .title a{color:#003e97;}
.overViewC6List .ddhover:hover .more{background:url(../images/moreJtHover.png) no-repeat center right;}
.overViewC6List .ddhover:hover .more a{color:#7f9eca;}
/* .overViewC6List dd:hover .ddhover .ddhoverBox{transform: translateX(0);-webkit-transform: translateX(0);} */
/*集团概况 end*/
/*用人理念 start*/
.conceptCon{width:87.5%;background: #fff;box-shadow:1px 2px 3px rgba(0,0,0,.1);font-size:0;margin-bottom:175px;position: relative;}
.conceptLeft{width: 720px;padding: 120px 0 125px;margin-left: 195px;display: inline-block;text-align: justify;}
.conceptLeft .title{font-size:30px;color:#333333;height: 100px;line-height: 100px;}
.conceptLeft .text{font-size:24px;color:#666666;min-height: 35px;line-height:35px;}
.conceptRight{display: inline-block;width:24.7318%;position: absolute;bottom:-95px;right:178px;}
.conceptRight .pic::before{padding-top:120.4819%;}
.conceptCon em::before{display: block;content:'';background:url(../images/conceptImg.png) no-repeat center top;position: absolute;right:57px;top:-45px;width: 158px;height: 105px;}
/*用人理念 end*/
