@charset "UTF-8";
/* ========== 单篇+文章页 start ========== */
.articleC {background: #FFFFFF;padding: 0 228px 23px;}
.articleBox {line-height: 27px;padding: 10px 0;color: #8c8c8c;font-size: 15px;}
.articleBox img {max-width: 100%;}
/* ————— 标题 start ————— */
.articleTitle {clear: both;line-height: 45px;font-size: 30px;font-family: "microsoft yahei";color: #4d4d4d;font-weight: bold; text-align: center;position: relative;}
/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {display: block;clear: both;color: #8c8c8c;font-size: 15px;line-height: 35px;padding: 14px 0 18px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {padding-right: 40px;font-size: 15px;color: #8c8c8c;}
.articleTime span em{display: inline-block;margin-right: 7px;vertical-align: middle;}
.articleTime span .time{width: 16px;height: 15px;background: url(../images/timer.png) center center no-repeat;}
.articleTime span .read{width: 16px;height: 10px;background: url(../images/read.png) center center no-repeat;}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}
/* ————— 分享 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 #1e5ab0;background: #1e5ab0;}
.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: inline-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;}
.articleHand a:hover{text-decoration: underline;}
/* ————— 文件 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: #0d4ca3;}
.articlePage a.hover {color: #fff;background: #0d4ca3;}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {display: block;height: 45px; line-height: 45px;color: #8c8c8c;font-size: 15px; overflow: hidden;padding-top: 16px;border-top: 1px solid #e6e6e6;}
.articlePageBox{width: 50%;overflow: hidden;}
.articlePageBoxR{text-align: right;}
.pageUp a {font-size: 15px;color: #8c8c8c;}
.articlePageBox:hover span,.articlePageBox:hover a{color: #0d4ca3;}
/* ————— 上一篇/下一篇 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 ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 全图列表 start ========== */
/* 全图列表1 start */
.imgList1{overflow: hidden;margin:0 -10px;}
.imgList1 dd{width: 33.3333%;float: left;display: inline;margin-bottom: 30px;}
.imgList1 dd .con{display: block;background: #FFFFFF;margin:0 30px 0 0;border-radius: 5px; overflow: hidden;}
.imgList1 dd .con .pic::before{padding-top: 56.563462%;}
.imgList1 dd .con .pic .newPic{position: absolute !important;left: 0;top: 0;}
.imgList1 dd .con .text{height: 60px;line-height: 60px;padding: 0 20px;font-size: 16px;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.imgList1 dd .con:hover .text{color: #1e5ab0;}
/* 全图列表1 end */
/* 视频列表 start */
.videoList{overflow: hidden;margin-right: -40px;margin-bottom: -30px;}
.videoList dd{width: 33.3333%;float: left;display: inline;margin-bottom: 40px;cursor: pointer;}
.videoList dd .con{background-color: #fff;margin-right: 40px;}
.videoList dd .con .pic{border-radius: 4px 4px 0 0;overflow: hidden;position: relative;}
.videoList dd .con .pic .play{display: inline-block; width: 34px;height: 34px;background: url(../images/palyPic2.png) center center no-repeat;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transition: all .3s linear;-webkit-transition: all .3s linear;}
.videoList dd .con .pic::before{padding-top: 66.6667%;}
.videoList dd .con .title{height: 70px;line-height: 70px;font-size: 18px;color: #555555;padding: 0 20px;text-align: center;}
.videoList dd:hover .con .pic .play{width: 78px;height: 78px;background-image: url(../images/playPic1.png); }
.videoList dd:hover .con .title{color: #0d4ca3;}
/* 视频列表 end */
/* 资质荣誉 start */
.honorSlick .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.honorSlick .slick-dots li {
    width: 10px !important;
    height: 10px !important;
    background: rgba(13, 76, 163, .2);
    border-radius: 50%;
    margin: 0 5px;
    transition: all .5s;
}
.honorSlick .slick-dots li.slick-active {background: #0d4ca3;}
.honorUp{background-color: #fff;padding: 39px 100px 43px;margin-bottom: 60px;position: relative;overflow: hidden;transition: all .5s;}
.honorTitle{position: relative;}
.honorTitle .cnTitle{height: 68px;line-height: 68px;font-size: 30px;color: #4c4c4c;text-align: center;position: relative; z-index: 2;}
.honorTitle .cnTitle::before {
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 4px;
    background-color: #0d4ca3;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.honorTitle .enTitle{height: 35px;line-height: 35px;font-size: 30px;color: #f2f2f2;text-transform: uppercase;position:absolute;left: 50%;top: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 1;}


.honorSlickTitle {
    padding-top: 46px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.honorSlickUl {
    padding: 0 10px;
    overflow: hidden;
}
.honorSlickUl::-webkit-scrollbar-thumb {
    background: #0d4ca3 !important;
    width: 5px;
    transform: scale(0);
}
.honorSlickUl::-webkit-scrollbar {
   background: rgba(234, 85, 20,.1) !important;
   width: 5px;
}
.honorSlickUl li {
    width: 25%;
    float: left;
    line-height: 32px;
    height: 64px;
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 15px;
    overflow: hidden;
}
.honorSlickUl li .icon {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../test/xg/honorSlickUlIcon.png) center center no-repeat;
    background-size: 100%;
    margin-top: 5px;
    margin-right: 16px;
}
.honorSlickUl li .title {
    overflow: hidden;
    padding-right: 10px;
    box-sizing: border-box;
}

.honorDn .enTitle{color: #ffffff;}
.honorImgList{overflow: hidden;margin-right: -30px;margin-bottom: -30px;padding-top: 30px;}
.honorImgList dd{width: 33.3333%; float: left;display: inline;margin-bottom: 30px;}
.honorImgList dd .con{padding: 30px;background-color: #fff;margin-right: 30px;}
.honorImgList dd .con .pic{border-radius: 4px;overflow: hidden;margin-bottom: 16px;}
.honorImgList dd .con .pic::before{padding-top: 65.3944%;}
.honorImgList dd .con .title{height: 50px;line-height: 25px;font-size: 18px;color: #333333;text-align: center;}
.honorImgList dd:hover .con .title{color: #0d4ca3;}
/* 资质荣誉 end */
/* 期刊杂志 start */
/* 期刊杂志 end */
/* 数字报纸 start */
/* 数字报纸 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
.imgTextBoxUp{width: 100%;height: 48px;margin-bottom: 40px;position: relative;z-index: 8;}
.imgTextBox::after{display: block;content: "";clear: both;visibility: hidden;}
.imgTextBox .searchBox::after{display: block;content: "";clear: both;visibility: hidden;}
/* .imgTextBox .aykj-form-formBox{margin: 0;height: 47px;line-height: 47px;background-color: #fff;border-radius: 4px;border: 1px solid #e6e6e6;}
.imgTextBox .aykj-form-formBox1{width: 260px;margin-right: 20px;}
.imgTextBox .aykj_cssSelect .aykj_selectLt{min-height: 47px;line-height: 47px;border: none;}*/
.imgTextBox .aykj-form-formBox{margin-left: 20px;}
.imgTextBox .aykj-form-formBox2{width: 224px;}
.imgTextBox .aykj-form-input{height: 47px;line-height: 47px;background-color: #fff;} 
.imgTextBox .inputTime{height: 47px;line-height: 47px;background-color: #fff;border-radius: 4px;border: 1px solid #e6e6e6;width: 220px;padding: 0 20px;}
.imgTextBox .inputTime .icn{width: 12px;height: 7px;background: url(../images/xiaLa2.png) center center no-repeat;margin-top: 20px;cursor: pointer;}
.imgTextBox .inputTime input{overflow: hidden;width: 90%;border: none;height: 46px;line-height: 46px;cursor: pointer;font-size: 14px;}
.layui-laydate-content td.laydate-selected{background: #ecf4ff !important;}

.imgTextBox .searchBtn{height: 48px;line-height: 48px;width: 77px;border-radius: 4px;background:#0d4ca3 url(../images/searchIcon.png) center center no-repeat;}
.imgText{margin-bottom: -30px;overflow: hidden;}
.imgText dd{margin-bottom: 30px;}
.imgText dd .con{padding: 20px;overflow: hidden;background-color: #fff;}
.imgText dd .con .pic{float: left;display: inline;width: 259px;overflow: hidden;border-radius: 4px;margin-right: 40px;}
.imgText dd .con .pic::before{padding-top: 63.7066%;}
.imgText dd .con .text{overflow: hidden;}
.imgText dd .con .text .title{height: 30px;line-height: 30px;margin-bottom: 6px;padding-top: 6px;}
.imgText dd .con .text .title a{font-size: 18px;color: #4c4c4c;}
.imgText dd .con .text .info{height: 52px;line-height: 26px;font-size: 15px;color: #8c8c8c;margin-bottom: 41px;}
.imgText dd .con .text .time{height: 25px;line-height: 25px;overflow: hidden;}
.imgText dd .con .text .time span{display: block;font-size: 16px;color: #cccccc;overflow: hidden;}
.imgText dd .con .text .time a{display: block;width: 22px;height: 22px; float: right;margin-top: 3px; display: inline;background: #e6e6e6 url(../images/more1.png) center center no-repeat;} 
.imgText dd:hover .con .text .title a{color: #0d4ca3;}
.imgText dd:hover .con .text .time a{background-color: #0d4ca3;}
/* 图文列表1 end */
/* 图文列表2 start */
.imgText1{overflow: hidden;margin-right: -40px;margin-bottom: -40px;}
.imgText1 dd{width: 33.3333%;float: left;display: inline;margin-bottom: 40px;}
.imgText1 dd .con{background-color: #fff;padding: 30px;border-radius: 4px;overflow: hidden;margin-right: 40px;}
.imgText1 dd .con .pic{margin-bottom: 22px;overflow: hidden;}
.imgText1 dd .con .pic::before{padding-top: 69.4656%;}
.imgText1 dd .con .title{text-align: left;margin-bottom: 24px;height: 35px;line-height: 35px;}
.imgText1 dd .con .title a{font-size: 18px;color: #333333;}
.imgText1 dd .con .info{height: 60px;overflow: hidden;}
.imgText1 dd .con .info .infoR a{display: block; width: 11px;height: 11px;background: url(../images/huiMore.png) center center no-repeat;margin-top: 9px;}
.imgText1 dd .con .info .infoL{overflow: hidden;}
.imgText1 dd .con .info .infoL span{display: inline-block;height: 30px;line-height: 30px;font-size: 15px;color: #999999;margin-right: 8px;overflow: hidden;}
.imgText1 dd .con .info .infoL span i{display: inline-block;font-size: 15px;color: #999999;font-style: normal;}
.imgText1 dd:hover .con .title a{color: #0d4ca3;}
/* 图文列表2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
.textList{margin-bottom: -30px;}
.textList dd{margin-bottom: 30px;}
.textList dd .con{padding: 27px 30px;background-color: #fff;}
.textList dd .con .title{height: 30px;line-height: 30px;margin-bottom: 9px;}
.textList dd .con .title a{font-size: 18px;color: #4d4d4d;}
.textList dd .con .time{margin-bottom: 20px;height: 25px;line-height: 25px;}
.textList dd .con .time span{display: inline-block;font-size: 15px;color: #8c8c8c;margin-right: 43px;}
.textList dd .con .time span i{font-size: 15px;color: #8c8c8c;font-style: normal;}
.textList dd .con .time span em{display: inline-block;vertical-align: middle;margin-right: 7px;}
.textList dd .con .time .timer em{width: 16px;height: 15px;background: url(../images/timer.png) center center no-repeat;}
.textList dd .con .time .read em{width: 16px;height: 10px;background: url(../images/read.png) center center no-repeat;}
.textList dd .con .info{height: 25px;line-height: 25px;font-size: 15px;color: #8c8c8c;}
.textList dd:hover .con .title a{color: #0d4ca3;}
/* 全文列表1 end */
/* 全文列表2 start */
.textList1{overflow: hidden;margin-right: -40px;margin-bottom: -30px;}
.textList1 dd{width: 50%;float: left;display: inline;margin-bottom: 30px;}
.textList1 dd .con{overflow: hidden;margin-right: 40px;background-color: #fff;padding: 30px 10px;}
.textList1 dd .con .time{width: 95px;text-align: center;position: relative;margin-right: 20px;}
.textList1 dd .con .time::before{display: block;content: "";width: 1px;height: 90%;background-color: #e5e5e5;position: absolute;right: 0;top: 5%;}
.textList1 dd .con .time .year{height: 35px;line-height: 35px;font-size: 30px;color: #4d4d4d;}
.textList1 dd .con .time .month{height: 20px;line-height: 20px;font-size: 15px;color: #4d4d4d;}
.textList1 dd .con .text{overflow: hidden;}
.textList1 dd .con .text .title{height: 30px;line-height: 30px;margin-bottom: 8px;}
.textList1 dd .con .text .title a{font-size: 18px;color: #4d4d4d;}
.textList1 dd .con .text .info{height: 25px;line-height: 25px;}
.textList1 dd .con .text .info span{display: inline-block;font-size: 15px;color: #999999;margin-right: 30px;}
.textList1 dd .con .text .info span i{font-size: 15px;color: #999999;font-style: normal;}
.textList1 dd:hover .con .time .year,.textList1 dd:hover .con .time .month{color: #0d4ca3;}
.textList1 dd:hover .con .text .title a{color: #0d4ca3;}
.textList1 dd:hover .con .text .info span,.textList1 dd:hover .con .text .info span i{color: #0d4ca3;}
/* 全文列表2 end */
/* ========== 文字列表 end ========== */
/* ========== 瀑布流 start ========== */
/* 纵向瀑布流start */
/* 纵向瀑布流end */
/* 横向瀑布流start */
/* 横向瀑布流end */
/* ========== 瀑布流 end ========== */
/* ————— 公用表单 start ————— */
.input{padding:0 10px;height: 50px;line-height: 50px;}
.input input{ border: none; background: none; width: 100%; height: 50px; line-height: 50px; font-size: 14px; color: #333;}
.textarea{padding: 10px;}
.textarea textarea{ border: none; background: none; width: 100%; height: 250px; 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 ========== */
/* 留言展示列表start */
/* 留言展示列表end */
/* 留言表单start */
/* 留言表单end */
/* ========== 留言 end ========== */
/* ========== 招聘 start ========== */
/* 列表start */
/* 列表end */
/* 表单start */
/* 表单end */
/* ========== 招聘 end ========== */
/* ========== 联系我们 start ========== */
/* ========== 联系我们 end ========== */
/* ========== 问卷调差 start ========== */
/* 问卷列表 start */
/* 问卷列表 end */
/* 问卷调查 start*/
/* 问卷调查 end*/
/* 问卷详情 start*/
/* 问卷详情 end*/
/* ========== 问卷调查 end ========== */
/* ========== 组织架构 start ========== */
/* .organization{}
.organization .pic{} */
.organization .pic::before{padding-top:55.4167% ;}
/* ========== 组织架构 end ========== */
/* ========== 领导班子 start ========== */
.leaderTeam{width: 100%;overflow: hidden;}
.leaderTeam tr td{height: 60px;border: 1px solid #ebebeb;}
.leaderTeam tr td.td1{text-align: center;font-size: 18px;color: #4d4d4d;font-weight: bold;}
.leaderTeam tr td.td1 span {
    display: block;
    text-align: justify;
    text-align-last: justify;
    /*兼容ie*/
    text-justify: distribute-all-lines;
    margin: auto;
    width: 75px;
}
.leaderTeam tr td.td2{padding:5px 140px;font-size: 16px;color: #8c8c8c;}
.leaderTeam tr td.td2 span{width: 120px;}
/* ========== 领导班子 end ========== */
/* ========== 基本信息 start ========== */
.information tr.tr20 td{height: 225px;line-height: 225px;}
.information tr.tr20 td.td2{height: 225px;line-height: 26px; padding: 34px 140px 36px;text-align: justify;}
/* ========== 基本信息 end ========== */
/* ========== 分配及发行 start ========== */
.interestTitle{position: relative;margin-bottom: 28px;overflow: hidden;}
.interestTitle .cnTitle{height: 50px;line-height: 50px;font-size: 30px;color: #4c4c4c;text-align: center;position: relative; z-index: 2;}
.interestTitle .enTitle{height: 35px;line-height: 35px;font-size: 30px;color: #f2f2f2;text-align: center;text-transform: uppercase;position: absolute;left: 50%;top: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 1;}
.interest th{height: 60px;line-height: 60px;font-size: 18px;font-size: #4d4d4d;font-weight: bold;text-align: center;border: 1px solid #ebebeb;background-color: #fafafa;} 
.interest tr td{font-size: 16px;color: #8c8c8c;text-align: center;padding: 5px 10px !important;}
.interest tr td.td1{font-weight: normal;}
.interest tr td.td2{padding: 0;}
/* ========== 分配及发行 end ========== */
/* ========== 产品体系 start ========== */
.productIconList{overflow: hidden;margin-bottom: 28px;}
.productIconList dd{width: 12.5%;float: left;display: inline;cursor: pointer;}
.productIconList dd .con{text-align: center;}
.productIconList dd .con .icon{display: inline-block; width: 50px;height: 50px;border-radius: 50%;border: 1px solid #e6e6e6;position: relative; background-color: #fff;}
.productIconList dd .con .icon img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.productIconList dd .con .icon .img2{display: none;}
.productIconList dd .con .title{height: 35px;line-height: 35px;font-size: 15px;color: #4d4d4d;}
.productIconList dd:hover .con .icon,.productIconList dd.hover .con .icon{background-color: #0d4ca3;}
.productIconList dd:hover .con .icon .img2,.productIconList dd.hover .con .icon .img2{display: block;}
.productIconList dd:hover .con .icon .img1,.productIconList dd.hover .con .icon .img1{display: none;}
.productCenter{overflow: hidden;}
.productCenterUp{margin-bottom: 40px;overflow: hidden;background-color: #fff;padding: 40px 30px;}
.productCenterL{width: 48.5417%;margin-right: 50px;}
.productCenterL .pic{overflow: hidden;}
.productCenterL .pic::before{padding-top: 57.6538%;}
.productCenterR{overflow: hidden;}
.productCenterR .title{line-height: 40px;font-size: 30px;color: #4d4d4d;position: relative;padding-top: 42px;margin-bottom: 20px;overflow: hidden;padding-bottom: 10px;}
.productCenterR .title::before{display: block;content: "";height: 1px; width: 165px;background-color: #e5e5e5;position: absolute;left: 0;bottom: 0;}
.productCenterR .textC {overflow: hidden;margin-bottom: 16px;}
.productCenterR .textC .icon {
    width: 20px;
    height: 18px;
    background: url(../test/xg/jx.png) center center no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 12px;
}
.productCenterR .textC .text {
    line-height: 22px;
    font-size: 15px;
    color: #8c8c8c;
    overflow: hidden;
}
.productCenterR .info{height: 226px; line-height: 28px;font-size: 15px;color: #8c8c8c;overflow: hidden;text-align: justify;}
.productCenterDn{width: 100%;background-color: #f2f2f2;}
.productImgList{overflow: hidden;margin-right: -40px;margin-bottom: -40px;}
.productImgList dd{width: 50%;float: left;display: inline;margin-bottom: 40px;}
.productImgList dd .con{padding: 40px 30px 24px;background-color: #fff;margin-right: 40px;}
.productImgList dd .con .pic{border-radius: 4px;overflow: hidden;margin-bottom: 15px;}
.productImgList dd .con .pic::before{padding-top: 69.375%;}
.productImgList dd .con .titleBox {
    overflow: hidden;
}
.productImgList dd .con .title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #4d4d4d;
    overflow: hidden;
    padding-right: 20px;
}
.productImgList dd .con .textC {
    float: right;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.productImgList dd .con .textC .icon {
    width: 20px;
    height: 18px;
    background: url(../test/xg/jx.png) center center no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 12px;
    margin-top: 14px;
}
.productImgList dd .con .textC .text {
    line-height: 50px;
    font-size: 15px;
    color: #8c8c8c;
    overflow: hidden;
}

.productImgList dd:hover .con .title{color: #0d4ca3;}
/* ========== 产品体系 end ========== */
/*recruitmentList start*/
.recruitmentList{margin-bottom: -30px;}
.recruitmentList dd{margin-bottom: 30px;}
.recruitmentListCon{background-color: #fff;}
.recruitmentListUp{overflow: hidden;padding: 0 30px;}
.recruitmentListUpR{width:36px;height: 36px;margin-top: 22px; border-radius: 50%; background:#f5f5f5 url(../images/recruit1.png) no-repeat center center;cursor: pointer;}
.recruitmentListUpL{overflow: hidden;height: 80px;line-height: 80px;}
.recruitmentListUpL span{display: inline-block;font-size: 18px;color: #666666;width: 15%;margin-right: 50px;overflow: hidden; white-space:nowrap;}
.recruitmentListUpL span.frist{width: 25%;}
.recruitmentListDn{padding: 26px 30px 40px; display: none;}
.recruitmentListDnText{line-height: 26px;font-size: 15px;color: #8c8c8c;margin-bottom: 53px;}
.recruitmentListDnText b{color: #4d4d4d;font-style: normal;}
.recruitmentListDnText i{color: #0d4ca3;font-style: normal;}
.recruitmentListDn a{display: inline-block;padding: 0 33px;height: 48px;line-height: 48px;border-radius: 24px;background-color: #0d4ca3;font-size: 14px;color: #f5f5f5;}
.recruitmentListUpR.active{background-image: url(../images/recruit2.png);background-color: #0d4ca3;}
/*recruitmentList end*/
/* ========== 互动交流 start ========== */
.recruitmentFromBox{background-color: #fff;padding: 30px 30px 40px;overflow: hidden;}
.recruitmentFromCon{margin-right: -40px;}
.recruitmentFromBox .item{width: 50%;float: left;display: inline;margin-bottom: 30px;}
.recruitmentFromBox .item .itemCon{margin-right: 40px;background-color: #f5f5f5;padding: 0 10px;}
.recruitmentFromBox .label{height: 50px;line-height: 50px;}
.recruitmentFromBox .label span{display: inline-block;font-size: 14px;color: #f00;}
/* .recruitmentFromBox .label span i{color: #f00;font-style: normal;margin-right: 11px;} */
.recruitmentFromBox .input{overflow: hidden;}
.recruitmentFromBox .textarea{overflow: hidden;}
.recruitmentFromBox .w100{width: 100% !important;}
.recruitmentFromBox .yzm{width: 113px;height: 45px;}
.recruitmentFromBox .change{display: inline-block; height: 50px;line-height: 50px;font-size: 14px;color: #666666;margin-left: 20px;}
.recruitmentFromBtn{text-align: center;}
.recruitmentFromBtn a{display: inline-block;padding: 0 72px;height: 50px;line-height: 50px;border-radius: 4px; background-color: #d2d2d2;vertical-align: middle;margin-right: 35px;font-size: 18px;color: #666666;}
.recruitmentFromBtn .submit{background-color: #0d4ca3;color: #fff;}
/* ========== 互动交流 end ========== */
/* ========== 调研预约 end ========== */
.recruitmentFrom2Box{overflow: hidden;padding: 30px 30px 10px;}
.recruitmentFrom2Box .item .input{position: relative;}
.recruitmentFrom2Box .item .input input{position: relative;z-index:9;}
.recruitmentFrom2Box .item .input input.inputDate{cursor: pointer;}
.recruitmentFrom2Box .item .input .date{width: 24px;height: 24px;background: url(../images/date1.png) center center no-repeat;position: absolute;right: 20px;top: 13px;cursor: pointer;z-index: 1;}
.recruitmentFrom2Box .upLoad{display: inline-block;height: 50px;line-height: 50px;border-radius: 4px;background-color: #0d4ca3;font-size: 15px;color: #ffffff;padding: 0;margin-right: 20px;}
.recruitmentFrom2Box .upLoad .webuploader-pick{padding: 0 31px;height: 100%;background: none;}
.recruitmentFrom2Box span{height: 50px;line-height: 50px;display: inline-block;font-size: 15px;color: #666666;}
.recruitmentFrom2Box .recruitmentFromBtn{float: left;display: inline;}
.recruitmentFrom2Box .recruitmentFromBtn a{margin-right: 20px;width: 180px;text-align: center;padding: 0;}
.recruitmentFrom2Box .recruitmentFromBtn .submitYY{background-color: #0d4ca3;color: #fff;}
.recruitmentFrom2Box .right{float: right;display: inline;margin-right: 30px;}
.layui-laydate.layui-laydate .layui-this {
    background-color: #0d4ca3!important;
    color: #fff!important;
}
/* ========== 调研预约 end ========== */
/* ========== 财务情况 end ========== */
.financeBox{overflow: hidden;}
.financeBox .pic{overflow: hidden;}
.financeBox .pic::before{padding-top: 44.7917%;}
/* ========== 财务情况 end ========== */
/* ========== 公司简介 start ========== */
/* 公共部分 start*/
.cnColunmTitle{position: relative;text-align: center;}
.cnColunmTitle .colunmTitleL{margin: 0;}
.cnColunmTitle .enTitle{font-size: 30px;}
/* 公共部分 end*/
.cnColunm1{padding: 40px 0 60px;background: url(../images/cnColunm1Bg.jpg) center center no-repeat;background-size: cover;}
.cnColunm1 .colunmTitle{padding-top: 50px;}
.cnColunm1 .info{height: 290px;line-height: 29px;font-size: 15px;color: #8c8c8c;padding: 11px 0 0;}
.cnColunm2{background: url(../images/cnColunm2Bg.jpg) center center no-repeat;background-size: cover;padding: 46px 0;}
.cnColunm2 .cnTitle{color: #fff;}
.cnColunm2 .enTitle{color:rgba(255, 255, 255, 0.1);position: absolute;left: 50%;top: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.cnColunm1TextList{margin-bottom: 52px;padding-top: 16px;}
.cnColunm1TextList::after{display: block;content: "";clear: both;visibility: hidden;}
.cnColunm1TextList dd{width: 12.5%;float: left;display: inline;}
.cnColunm1TextList dd .con{padding: 0 15px;display: block;transition: all .3s linear;-webkit-transition: all .3s linear;}
.cnColunm1TextList dd .con .icon{width: 50px;height: 50px;border-radius: 50%;background-color: #fff;margin: 0 auto;position: relative;transition: all .3s linear;-webkit-transition: all .3s linear;}
.cnColunm1TextList dd .con .icon img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transition: all .3s linear;-webkit-transition: all .3s linear;}
.cnColunm1TextList dd .con .icon img.img1{visibility: visible;opacity: 1;}
.cnColunm1TextList dd .con .icon img.img2{visibility: hidden;opacity: 0;}
.cnColunm1TextList dd .con .text{height: 35px;line-height: 35px;font-size: 15px;color: #fff;text-align: center;}
.cnColunm1TextList dd:hover .con{transform: translateY(-5px);-webkit-transform: translateY(-5px);}
.cnColunm1TextList dd:hover .con .icon{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);background-color: #0d4ca3;}
.cnColunm1TextList dd:hover .con .icon img.img1{visibility: hidden;opacity: 0;}
.cnColunm1TextList dd:hover .con .icon img.img2{visibility: visible;opacity: 1;}

.cnColunm2 .info{width: 56.3889%;margin: 0 auto;height:50px;line-height: 25px;font-size: 15px;color: #ffffff;}
.cnColunm3{background: url(../images/cnColunm3Bg.jpg) center bottom no-repeat;padding-top: 50px;background-size: cover;}
.cnColunm3 .enTitle{color: #f2f2f2;position: absolute;left: 50%;top: -5px;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.cnColunm3 .info{line-height: 25px;font-size: 15px;color: #8c8c8c;padding-top: 9px;text-align: justify;margin-bottom: 56px;padding:  0 27px;}
.cnColunm3 .cnTitle{width: 100%;}
.cnColunm3Btn{text-align: center;margin-bottom: 67px;}
.cnColunm3More{display: inline-block;padding: 0 18px; height: 33px;border: 1px solid #8c8c8c;border-radius: 18px;line-height: 33px;margin: 0 auto;font-size: 15px;color: #8c8c8c;transition: all .3s linear;-webkit-transition: all .3s linear;}
.cnColunm3More em{display: inline-block;width: 14px;height: 12px;background: url(../images/huiArrow.png) center center no-repeat;margin-left: 19px;}
.cnColunm3More:hover{background-color: #0d4ca3;color: #fff;}
.cnColunm3More:hover em{background: url(../images/baiArrow.png) center center no-repeat;}

.cnColunm3TextList{overflow: hidden;padding-bottom: 80px;}
.cnColunm3TextList dd{width: 14.2857%;float: left;display: inline;font-size: 0;}
.cnColunm3TextList dd .con{padding: 0 10px;}
.cnColunm3TextList dd .con .deatil{height: 55px;line-height: 55px;text-align: center;font-size: 40px;color: #0d4ca3;font-weight: bold;overflow: hidden;}
.cnColunm3TextList dd .con .deatil .deatilCon{position: relative;display: inline-block;font-size: 0;}
.cnColunm3TextList dd .con .deatil span{max-width: 185px;height: 55px;line-height: 55px; display:inline-block;font-size: 40px;color: #0d4ca3;font-weight: bold;}
.cnColunm3TextList dd .con .deatil span.spanA{margin-right: 10px;}
.cnColunm3TextList dd .con .deatil i{display:inline-block;height: 20px;line-height: 20px; font-size: 14px;color: #666666;vertical-align: middle;font-style: normal;position: absolute;right: -20px;top: 0;font-weight: normal;}
.cnColunm3TextList dd .con .title{height: 30px;line-height: 30px;font-size: 16px;color: #4d4d4d;overflow: hidden;text-align: center;}
.cnColunm4{overflow: hidden;background-color: #fff;padding:35px 0 65px}
.cnColunm4Con{position: relative;overflow: hidden;}
.cnColunm4R{width: 33.9583%;margin: 0 5.833% 0 13.8889%;}
.cnColunm4R .pic::before{padding-top: 100%;}
.cnColunm4L{overflow: hidden;position: absolute;left: 0;top: 0;height: 100%;width: 46.3198%;}
.cnColunm4L .text{line-height: 28px;font-size: 15px;color: #8c8c8c;text-align: justify;}
/* ========== 公司简介 end ========== */
/* ========== 全产业链 start ========== */
.industryImgText{overflow: hidden;}
.industryImgText dd .con{overflow: hidden;position: relative;}
.industryImgText dd .con .conL{width: 50%;float: left;display: inline;}
.industryImgText dd.odd .con .conL{width: 50%;float: right;display: inline;}
.slickScroll .pic::before{padding-top: 54.375%;}
.slickScroll .bd{position: relative;}
.slickScroll .bd .slick-dots{position: absolute;bottom: 43px;left: 0;width: 100%;text-align: center;font-size: 0;}
.slickScroll .slick-dots li {border: 1px solid #FFFFFF;width: 10px;height: 10px;border-radius: 50%;margin: 0 5px;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;}
.slickScroll .slick-dots li.slick-active {border: 1px solid #FFFFFF;background: #FFFFFF;}
.industryImgText dd .con .conR{width: 50%;float: right;display: inline;background-color: #fff;height: 100%;position: absolute;}
.industryImgText dd.odd .con .conR{float: left;display: inline;width: 50%;}
.industryImgText dd .con .conR .conRC{padding: 69px 80px;}
.industryImgText dd .con .contact{transform: translateY(100px);-webkit-transform: translateY(100px);transition: all .3s linear;-webkit-transition: all .3s linear;}  
.industryImgText dd .industryTitle{margin-bottom: 18px;}
.industryImgText dd .industryTitle .cnTitle{height: 40px;line-height: 40px;font-size: 30px;color: #4d4d4d;}
.industryImgText dd .industryTitle .enTitle{height: 20px;line-height: 20px;font-size: 14px;color: #cccccc;}
.industryImgText dd .con .conR .info{line-height: 25px;font-size: 15px;color: #8c8c8c;margin-bottom: 59px;}
.industryImgText dd .industryEwmBox{width: 130px;text-align: center;opacity: 0;visibility: hidden;transform: translateY(10px);-webkit-transform: translateY(10px);transition: all .5s linear;-webkit-transition: all .5s linear;}
.industryImgText dd .industryEwm{width: 130px;height: 130px;border-radius: 4px;background-color: #cfdbed;position: relative;}
.industryImgText dd .industryEwm .picBox{width: 120px;height: 120px;border-radius: 4px;background-color: #0d4ca3;position: relative;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.industryImgText dd .industryEwm .picBox img{width: 110px;height: 110px; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.industryEwmBox .title{display: inline-block;text-align: center; height: 25px;line-height: 25px;font-size: 15px;color: #8c8c8c;padding-top: 15px;}
.industryImgText dd:hover .industryTitle .cnTitle{color: #0d4ca3;}
.industryImgText dd:hover .con .contact{transform: translateY(0px);-webkit-transform: translateY(0px);}  
.industryImgText dd:hover .conR .industryEwmBox{visibility: visible;opacity: 1;transform: translateY(0px);-webkit-transform: translateY(0px);}
/* ========== 全产业链 end ========== */
/* ========== 企业文化 start ========== */
.cuColunm1{background: url(../images/cuColunm1Bg.jpg) center center no-repeat;background-size: cover;}
.cuColunm1C{padding: 100px 0 266px;overflow: hidden;position: relative;}
.cuColunm1L{width: 60.2083%;background-color: #fdfdfd;position: absolute;left: 0;top:34.3359%;z-index: 2;padding: 26px 0 40px;padding-left: 80px;}
.cuColunm1L .cuColunm2TextList {padding-top: 0;}
.cuColunm1L .cuColunm2TextList dd {
    margin-bottom: 16px;
}
.cuColunm1 .cuColunmTitle{padding: 0 60px ;}
.cuColunmTitle .cnTitle{font-weight: bold;}
.cuColunmTitle .enTitle{color: rgba(242, 242, 242, 0.5);}
.cuColunm1R{width: 50%;}
.cuColunm1R .pic{overflow: hidden;}
.cuColunm1R .pic::before{padding-top: 60%;}
.cuColunm2{background-color: #fff;}
.cuColunm2C{position: relative;padding: 53px 0;}
.cuColunm2C::after{display: block;content: "";clear: both;visibility: hidden;}
.cuColunm2CL{width: 72.2222%;position: absolute;left: -240px;top: 0;}
.cuColunm2CL.pic{overflow: hidden;}
.cuColunm2CL.pic::before{padding-top: 60.5769%;}
.cuColunm2CR{width: 44.4444%;float: right;display: inline;}
.cuColunm2CRC{padding: 0 98px;}
.cuColunm2TextList{padding-top: 35px;margin-bottom: -22px;}
.cuColunm2TextList dd{margin-bottom: 22px;}
.cuColunm2TextList dd .con{overflow: hidden;}
.cuColunm2TextList dd .con .conL{width: 8px;height: 48px;background-color: #c7c7c7;margin-right: 32px;margin-top: 7px;}
.cuColunm2TextList dd .con .conR{overflow: hidden;}
.cuColunm2TextList dd .con .conR .title{height: 30px;line-height: 30px;font-size: 26px;color: #4d4d4d;font-weight: bold;margin-bottom: 7px;}
.cuColunm2TextList dd .con .conR .info{height: 60px; line-height: 30px;font-size: 20px;color: #8c8c8c;}
.cuColunm3{background-color: #fff;}
.cuColunm3C{padding: 39px 0 70px;overflow: hidden;}
.cuColunm3CR{width: 47.5%;}
.cuColunm3CR .picBox{width: 500px;height: 500px;border-radius: 50%;overflow: hidden;;}
.cuColunm3CR .picBox img{width: 100%;height: 100%;}
.cuColunm3CL{overflow: hidden;}
.cuColunm3 .cuColunmTitle{padding-top: 85px;}
/* ========== 企业文化 end ========== */
/* ========== 人才理念 start ========== */
.pnColunm1{background: url(../images/pnColunm1Bg.jpg) center center no-repeat;background-size: cover;}
.pnColunm1C{padding: 110px 0 114px;overflow: hidden;}
.pnColunm1CR{width:60.9028%;}
.pnColunm1C .pic{overflow: hidden;}
.pnColunm1C .pic::before{padding-top: 59.9771%;}
.pnColunm1CL{overflow: hidden;padding: 132px 0;}
.pnColunm1 .cnTitle{font-weight: bold;}
.pnColunm1 .enTitle{font-size: 40px;}
.pnColunm1TetxList{padding-top: 28px;}
.pnColunm1TetxList dd{margin-bottom: 23px;}
.pnColunm1TetxList dd .con{padding: 0 24px;position: relative;}
.pnColunm1TetxList dd .con::before{display: block;content: "";width: 4px;height: 18px;background-color: #0d4ca3;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.pnColunm1TetxList dd .con .info{height: 35px;line-height: 35px;font-size: 18px;color: #8c8c8c;}
.pnColunm2{background: url(../images/pnColunm2Bg.jpg) center bottom no-repeat;background-size: cover;}
.pnColunm2C{padding: 36px 0 60px;}
.pnColunm2C .colunmTitle{position: relative;margin-bottom: 33px;}
.pnColunm2C .cnTitle{font-weight: bold;}
.pnColunm2C .enTitle{color: rgba(77, 77, 77, 0.1);position: absolute;bottom: 0;left: 20px;top: 13px;}
.pnColunm2C .pic{overflow: hidden;}
.pnColunm2C .pic::before{padding-top: 43.8889%;}
/* ========== 人才理念 end ========== */
/* ========== 联系我们 start ========== */
.contactUsBoxUp{height: 430px;background-color: #fff;}
.contactUsTitle{text-align: center;padding-top: 30px;margin-bottom: 31px;}
.contactUsTitle .cnTitle{height: 50px;line-height: 50px;font-size: 30px;color: #4c4c4c;}
.contactUsTitle .enTitle{height: 30px;line-height: 30px;font-size: 22px;color: rgba(51, 51, 51, 0.1);}
.contactUsBoxUp .map{height: 600px;}
.contactUsBoxDn{height: 600px;background: url(../images/contactUsBg.jpg) center center no-repeat;background-size: cover;}
.contactUsBoxDnC{position: relative;height: 600px;}
.contactUsImgText{width: 100%;position: absolute;left: 0;bottom: 50px;}
.contactUsImgText::after{display: block;content: "";clear: both;visibility: hidden;}
.contactUsImgText dd{width: 33.3333%;float: left;display: inline;}
.contactUsImgText dd .con{padding: 0 64px;text-align: center;}
.contactUsImgText dd .con .icon{display: inline-block; width: 88px;height: 88px;border-radius: 50%;background-color: #4265a8;position: relative;margin-bottom: 16px;background-position: center center;background-repeat: no-repeat;}
.contactUsImgText dd .con .icon::before{display: block;content: "";width: 104px;height: 104px;border-radius: 50%; border: 1px dashed rgba(246, 247, 247, 0.1);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.contactUsImgText dd .con .info{height: 50px;line-height: 25px;font-size: 15px;color: #fff;}
/* ========== 联系我们 end ========== */
/* ========== 通知公告2 start ========== */
.textList5 dd {
	padding: 10px 0;
}

.textList5 dd .con {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 30px 30px 10px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}

.textList5 dd .timeBox {
	width: 150px;
	height: 118px;
	border-right: 1px solid #E5E5E5;
}

.textList5 dd .timeBox .date {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}

.textList5 dd .timeBox .month {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

.textList5 dd .inforR {
	width: 200px;
	height: 118px;
}

.inforRC {
	overflow: hidden;
}

.inforRC .views {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #9999;
	margin-right: 28px;
}

.inforRC .more {
	overflow: hidden;
}

.inforRC .more a {
	display: block;
	height: 44px;
	width: 70px;
	background: #e5e5e5 url(../images/moreW.png) center center no-repeat;
	overflow: hidden;
	border-radius: 30px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}

.textList5 dd .text {
	overflow: hidden;
	margin-right: 30px;
	padding: 6px 55px 0;
	height: 118px;
	box-sizing: border-box;
}

.textList5 dd .text .title {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #595959;
	font-size: 18px;
	margin-bottom: 5px;
}

.textList5 dd .text .title a {
	color: #595959;
}

.textList5 dd .text .textC {
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	font-size: 15px;
	color: #858585;
}

.textList5 dd .con:hover {
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(30, 33, 136, 0.15);
}

.textList5 dd .con:hover .more a {
	background: #1e2188 url(../images/moreW_h.png) center center no-repeat;
}

.textList5 dd .con .more a:hover {
	opacity: .9;
}

.textList5 dd .con .title a:hover {
	color: #1e2188;
}

/* ========== 通知公告2 end ========== */