@charset "UTF-8";

/* ========== 单篇+文章页 start ========== */
.articleC {
    background: #FFFFFF;
}

.articleBox {
    line-height: 36px;
    padding: 10px 50px 0;
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}

.articleBox img {
    max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
    clear: both;
    line-height: 50px;
    font-size: 30px;
    font-family: "microsoft yahei";
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    padding: 0 50px;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
    display: block;
    clear: both;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
    padding: 8px 50px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    text-align: center;
}

.articleTime span {
    margin-right: 16px;
    font-size: 15px;
    color: #666666;
    vertical-align: inherit;
    display: inline-block;
}

.articleTime span>span {
    margin-right: 0;
}

.articleTime .span1 {
    color: #999999;
}

.shareBox .sharejs_list .sharejs_item {
    position: relative;
    z-index: 100
}

/* ————— 发布信息 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 #008ad4;
    background: #008ad4;
}

.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 50px 20px 50px;
}

.articleHand a {
    display: inline-block;
    line-height: 32px;
    padding: 0 20px 0px 30px;
    background: url(../images/common/file/file.png) no-repeat left center;
    color: #666;
    margin-bottom: 10px;
}

.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;
    text-align: center;
    font-family: Arial;
    font-size: 0;
}

.articlePage a {
    margin: 0 5px;
    background: #ccc;
    padding: 3px 12px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.articlePage a:hover {
    color: #fff;
    background: #008ad4;
}

.articlePage a.hover {
    color: #fff;
    background: #008ad4;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
    display: block;
    line-height: 34px;
    color: #666666;
    font-size: 18px;
    padding: 30px 50px;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
}

.articlePageBox {
    width: 50%;
    float: left;
    display: inline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 15px;
}

.articlePageBox+.articlePageBox {
    padding-left: 15px;
    padding-right: 0;
}

.pageUp a {
    font-size: 18px;
    color: #333333;
    position: relative;
    z-index: 10;
}

.articlePageBox:hover,
.pageUp a:hover {
    color: #008ad4;
}

/* ————— 上一篇/下一篇 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 ————— */
.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: #008ad4;
    color: #FFF;
}

.formSubBtn a.reset {
    background: #ddd;
    color: #8b8b8b;
}

/* ————— 公用表单 end ————— */
/* ========== 全图列表 start ========== */
.imgList1Dl {
    overflow: hidden;
    margin: 0 -30px;
}

.imgList1Dl dd {
    width: 33.3333%;
    float: left;
    display: inline;
    margin-bottom: 30px;
}

.imgList1Dl dd .con {
    display: block;
    background: #FFFFFF;
    margin: 0 30px 0 0;
    overflow: hidden;
}

.imgList1Dl dd .pic::before {
    padding-top: 66.5217%;
}

.imgList1Dl dd .text {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.imgList1Dl dd .con:hover .text {
    color: #0282cd;
}

/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
.imgTextList1Dl dd .con {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 30px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-bottom: 1px solid #f3f3f3;
}

.imgTextList1Dl dd .con:hover {
    background-color: #fff;
}

.imgTextList1Dl dd .pic {
    width: 350px;
    float: left;
    display: inline;
    margin-right: 30px;
}

.imgTextList1Dl dd .pic::before {
    padding-top: 65.7143%;
}

.imgTextList1Dl dd .text {
    overflow: hidden;
    padding: 25px 0 0;
}

.imgTextList1Dl dd .title {
    margin-bottom: 16px;
}

.imgTextList1Dl dd .title a {
    display: inline-block;
    font-size: 18px;
    color: #595959;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgTextList1Dl dd .con:hover .title a {
    color: #0282cd;
}

.imgTextList1Dl dd .info {
    font-size: 15px;
    color: #808080;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    margin-bottom: 16px;
}

.imgTextList1Dl dd .textC {
    overflow: hidden;
}

.imgTextList1Dl dd .more {
    float: right;
    display: inline;
}

.imgTextList1Dl dd .more a {
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 8px 0 8px 8px;
    border: 2px solid #e6e6e6;
    font-size: 15px;
    color: #999999;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.imgTextList1Dl dd .con:hover .more a {
    color: #fff;
    background-color: #0282cd;
    border-color: #0282cd;
}

.imgTextList1Dl dd .publish {
    overflow: hidden;
}

.imgTextList1Dl dd .time,
.imgTextList1Dl dd .look {
    float: left;
    display: inline;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.imgTextList1Dl dd .time {
    margin-right: 70px;
    background-image: url('../images/time.png');
    background-size: auto 18px;
}

.imgTextList1Dl dd .look {
    background-image: url('../images/look.png');
    background-size: auto 14px;
}

.imgTextList2Dl dd {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 100%;
    background-image: url('../images/list2Bg1.jpg');
    overflow: hidden;
}

.imgTextList2Dl dd:nth-child(even) {
    background-position: bottom left;
    background-image: url('../images/list2Bg2.jpg');
}

.imgTextList2Dl dd .pic {
    width: 50%;
    float: left;
    display: inline;
}

.imgTextList2Dl dd:nth-child(even) .pic {
    float: right;
}

.imgTextList2Dl dd .pic::before {
    padding-top: 76.0417%;
}

.imgTextList2Dl dd .text {
    overflow: hidden;
    position: relative;
}

.imgTextList2Dl dd .text:before {
    display: block;
    content: '';
    padding-top: 76.0417%;
}

.imgTextList2Dl dd .text::after {
    content: '';
    display: block;
    width: 71px;
    height: 136px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: #f8b551;
}

.imgTextList2Dl dd:nth-child(even) .text::after {
    background-color: #008ad4;
    right: 0;
    left: unset;
}

.imgTextList2Dl dd .textC {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-left: 15.8333%;
    padding-right: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.imgTextList2Dl dd .title {
    position: relative;
    margin-bottom: 15px;
}

.imgTextList2Dl dd .title a {
    position: relative;
    z-index: 5;
    font-family: 'pht';
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
}

.imgTextList2Dl dd .title::before {
    content: '';
    display: block;
    width: 100px;
    height: 12px;
    background-color: #f8b551;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.imgTextList2Dl dd:nth-child(even) .title::before {
    background-color: #008ad4;
}

.imgTextList2Dl dd .subTile {
    font-family: 'pht';
    font-size: 30px;
    color: #333333;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-bottom: 58px;
}

.imgTextList2Dl dd .info {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    height: 168px;
    overflow: hidden;
    margin-bottom: 45px;
}

.imgTextList2Dl dd .more a {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    border: 2px solid #e5e5e5;
    padding: 0 36px;
    border-radius: 27px;
    font-size: 15px;
    color: #666666;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.imgTextList2Dl dd .more a span {
    display: block;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 5px;
    background-image: url('../images/more1.png');
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.imgTextList2Dl dd .more a:hover {
    border: 2px solid #008ad4;
    background-color: #008ad4;
    color: #fff;
}

.imgTextList2Dl dd .more a:hover span {
    background-image: url('../images/more2.png');
}

/* ========== 图文列表 end ========== */
/* ========== 搜索 start ========== */

.retrievalBox {
    font-size: 0;
    text-align: center;
}

.retrievalBox::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.retrievalCon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    border-radius: 1px;
    background-color: #fff;
    margin: 0 15px 6px;
}

.retrievalCon .aykj_cssSelect .aykj_selectBox {
    border: none;
}

.retrievalCon .aykj_cssSelect .aykj_selectLt {
    height: 48px;
    line-height: 48px;
    min-width: 240px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #666666;
}

.retrievalCon .aykj_cssSelect .aykj_optionBox {
    text-align: left;
}

.retrievalCon .aykj_cssSelect .aykj_optionBox span {
    font-size: 14px;
}

.retrievalCon .aykj_cssSelect .aykj_optionBox:hover,
.retrievalCon .aykj_cssSelect .selected {
    background: #0282cd;
}

.retrievalCon .aykj_cssSelect .aykj_selectRt:before {
    right: 20px;
}

.retrievalCon .input {
    float: left;
    display: inline;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    width: 240px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    background-color: none;
    outline: none;
}

.retrievalCon .input::-webkit-input-placeholder {
    color: #666666;
}

.retrievalCon .btn {
    float: left;
    display: inline;
    background-color: #008ad4;
    cursor: pointer;
    border-radius: 1px;
    width: 71px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 48px;
    background-image: url('../images/search.png');
}

/* ========== 搜索 end ========== */
/* ========== 全文列表 start ========== */
.textList1Dl dd .con {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 40px 50px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-bottom: 1px solid #f3f3f3;
}

.textList1Dl dd .con:hover {
    background-color: #fff;
}

.textList1Dl dd .con .timeC {
    float: left;
    display: inline;
    margin-right: 40px;
    border-right: 1px solid #f0f0f0;
    padding-right: 50px;
}

.textList1Dl dd .con .text {
    overflow: hidden;
}

.textList1Dl dd .con .time1 {
    font-size: 44px;
    color: #4c4c4c;
    position: relative;
    padding-bottom: 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    margin-bottom: 20px;
}

.textList1Dl dd .con .time1::before {
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}



.textList1Dl dd .con .time2 {
    font-size: 14px;
    color: #999999;
}

.textList1Dl dd .con .title a {
    display: inline-block;
    font-size: 20px;
    color: #595959;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    height: 44px;
    line-height: 44px;
}

.textList1Dl dd .con:hover .title a,
.textList1Dl dd .con:hover .time1 {
    color: #008ad4;
}

.textList1Dl dd .info {
    overflow: hidden;
    font-size: 15px;
    color: #808080;
    line-height: 26px;
    position: relative;
}

.textList1Dl dd .textC {
    max-height: 52px;
    overflow: hidden;
    float: left;
}

.textList1Dl dd a.more {
    display: inline;
    color: #008ad4;
}

/* ========== 全文列表 end ========== */
/* ========== 加入我们表单 start ========== */
.aboutUsFormBox {
    padding: 70px 50px 60px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.aboutUsFormBtn {
    font-size: 0;
    text-align: center;
}

.aboutUsFormBtn button,
.aboutUsFormBtn a {
    display: inline-block;
    border-radius: 6px;
    background-color: #008ad4;
    height: 65px;
    line-height: 65px;
    padding: 0 90px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    cursor: pointer;
    border: none;
    outline: none;
}

.aboutUsFormBtn button:hover,
.aboutUsFormBtn a:hover {
    opacity: .8;
}

.aboutUsForm {
    margin-right: -20px;
}

.aboutUsForm .item {
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 20px;
}

.aboutUsForm .item.w100 {
    width: 100%;
}

.aboutUsForm .con {
    margin-right: 20px;
}

.aboutUsForm .bg {
    border-radius: 6px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.aboutUsFormCon {
    display: table;
    width: 100%;
}

.aboutUsForm .title,
.aboutUsForm .inputDiv input {
    height: 65px;
}

.aboutUsForm .title,
.aboutUsForm .inputDiv {
    display: table-cell;
}

.aboutUsForm .pdtb20 {
    padding: 20px 0;
}

.aboutUsForm .title {
    width: 110px;
    padding-left: 20px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.aboutUsForm .title.titlew1 {
    width: 94px;
}

.aboutUsForm .title2 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 16px;
}

.aboutUsForm .title span {
    display: inline-block;
    vertical-align: middle;
}

.aboutUsForm .inputDiv2 {
    margin-bottom: 20px;
}

.aboutUsForm .inputDiv textarea,
.aboutUsForm .inputDiv input {
    border: none;
    outline: none;
    background: none;
    width: 100%;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.aboutUsForm .inputDiv input {
    padding-right: 20px;
    padding-left: 10px;
}

.aboutUsForm .inputDiv textarea {
    height: 300px;
    resize: none;
    padding: 0 20px;
    line-height: 25px;
}

.aboutUsForm .inputDiv input::-webkit-input-placeholder,
.aboutUsForm .inputDiv textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #999999;
    font-style: italic;
}

.aboutUsForm .required.required.required[class] {
    font-size: 16px;
    color: #ff0000;
}

.aboutUsForm .aykj_beautify_radio {
    position: relative;
    top: 9px;
}

.aboutUsForm .aykj_cssRadioBox .aykj_cssRadio_icn {
    border: 1px solid #dedede;
}

.aboutUsForm .aykj_cssRadio_icn {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.aboutUsForm .aykj_cssRadio_icn i {
    width: 8px;
    height: 8px;
    background: #dedede;
    margin: -4px 0 0 -4px;
}

.aboutUsForm .aykj_cssRadioBox.checked .aykj_cssRadio_icn {
    border: 1px solid #008ad4;
}

.aboutUsForm .aykj_cssRadioBox.checked .aykj_cssRadio_icn i {
    background: #008ad4;
}

.aboutUsForm .aykj_cssRadio_text {
    font-size: 16px;
    color: #555555;
}

.aboutUsFormBtn2 {
    overflow: hidden;
}

.aboutUsFormBtn2 * {
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}

.aboutUsFormBtn2 button,
.aboutUsFormBtn2 a {
    margin-right: 20px;
    border-radius: 5px;
    padding: 0 60px;
    color: #ffffff;
    background-color: #ffa02d;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.aboutUsFormBtn2 .btn2 {
    background-color: #3398ff;
}

.aboutUsFormBtn2 button:hover,
.aboutUsFormBtn2 a:hover {
    opacity: .8;
}

.aboutUsFormBtn2 span {
    color: #999999;
}

.aboutUsFormCon2 {
    float: left;
    margin-right: 20px;
}

.aboutUsForm .aboutUsFormCon2 .inputDiv input {
    width: 130px;
}

.aboutUsFormYzm {
    width: 208px;
    height: 65px;
    cursor: pointer;
}

.aboutUsFormYzm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========== 加入我们表单 end ========== */
/* ========== 联系我们 start ========== */
.aboutUsBox {
    padding: 60px 50px 50px;
    background-color: #fff;
}

.aboutUsMap {
    height: 557px;
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}

.aboutUsMap .amap-icon img,
.aboutUsMap .amap-icon,
.aboutUsMap .amap-marker {
    width: auto !important;
    overflow: unset !important;
}

.aboutUsText {
    overflow: hidden;
    margin-bottom: 40px;
}

.aboutUsText .title,
.aboutUsText .text {
    float: left;
    display: inline;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.aboutUsText .title {
    font-size: 18px;
    color: #444444;
    margin-right: 20px;
}

.aboutUsText .text {
    font-size: 14px;
    color: #999999;
    margin-right: 35px;
    text-transform: uppercase;
}

.aboutUsText .line {
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    position: relative;
}

.aboutUsText .line::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    display: inline-block;
    vertical-align: middle;
}

.aboutUsDl {
    padding-bottom: 50px;
    margin-right: -30px;
    overflow: hidden;
}

.aboutUsDl dd {
    float: left;
    display: inline;
    width: 33.3333%;
}

.aboutUsDl dd .con {
    overflow: hidden;
    margin-right: 30px;
}

.aboutUsDl dd .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 50px;
    background-color: #f5f5f5;
    margin-right: 20px;
    float: left;
    display: inline;
    margin-top: 18px;
}

.aboutUsDl dd .icon.tel {
    background-color: #80c269;
    background-image: url('../images/tel.png');
}

.aboutUsDl dd .icon.email {
    background-color: #13b5b1;
    background-image: url('../images/email.png');
}

.aboutUsDl dd .icon.address {
    background-color: #556fb5;
    background-image: url('../images/address.png');
}

.aboutUsDl dd .text {
    overflow: hidden;
}

.aboutUsDl dd .title {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    line-height: 45px;
}

.aboutUsDl dd .info {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

/* ========== 联系我们 end ========== */
/* ========== 资质荣誉 start ========== */

.hornorList {
    overflow: hidden;
    margin-right: -30px;
}

.hornorList dd {
    width: 25%;
    float: left;
    display: inline;
    margin-bottom: 30px;
}

.hornorList dd .con {
    margin-right: 30px;
    overflow: hidden;
    background: #FFFFFF;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.hornorList dd .picBox {
    padding: 40px 45px;
    border-bottom: 1px solid #e7e7e7;
}

.hornorList dd .pic {
    cursor: pointer;
}

.hornorList dd .pic::before {
    padding-top: 133.3333%;
}

.hornorList dd .pic img {
    object-fit: contain;
}

.hornorList dd .con .text {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.hornorList dd .con:hover .text {
    color: #008ad4;
}

/* ========== 资质荣誉 end ========== */
/* ========== 公司简介 start ========== */
.companyProfile {
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 45px 75px 70px;
}

.companyProfile .title {
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: bold;
}

.companyProfile .info {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.companyProfile .info p {
    overflow: hidden;
}

.companyProfile .info img {
    max-width: 100%;
}

/* ========== 公司简介 end ========== */
/* ========== 发展历程 start ========== */
.developmentBox {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('../images/developmentBg2.jpg');
    height: 836px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 94px;
}

.developmentSlick .prev,
.developmentSlick .next {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #008ad4;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 195px;
}

.developmentSlick .prev {
    left: 0;
}

.developmentSlick .next {
    right: 0;
}

.developmentSlick .prev::before,
.developmentSlick .next::before {
    display: block;
    content: '';
    color: #FFFFFF;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.developmentSlick .prev::before {
    left: 20px;
    border-left: solid 2px currentColor;
    border-top: solid 2px currentColor;
}

.developmentSlick .next::before {
    left: 16px;
    border-bottom: solid 2px currentColor;
    border-right: solid 2px currentColor;
}

.developmentSlick .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.developmentSlick .slick-dots li {
    border: 1px solid #008ad4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.developmentSlick .slick-dots li.slick-active {
    border: 1px solid #008ad4;
    background: #008ad4;
}

.developmentSlick {
    position: relative;
    overflow: hidden;
    height: 605px;
}

.developmentSlick .bd {
    overflow: hidden;
    margin: 0 84px;
}

.developmentSlick .slick-list {
    overflow: visible;
    margin-right: -120px;
}

.developmentSlick .myslide {
    float: left;
    display: inline;
}

.developmentSlick .slickCon {
    display: block;
    margin-right: 120px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.developmentSlick .bd,
.developmentSlick .slick-list,
.developmentSlick .slick-track,
.developmentSlick .myslide,
.developmentSlick .slickCon {
    height: 100%;
}

.developmentSlick .slickCon .dots {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(0, 138, 212, .6);
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.developmentSlick .slide2 .slickCon .dots{
    bottom: 50px;
}
.developmentSlick .slide3 .slickCon .dots{
    bottom: 0px;
}
.developmentSlick .slickCon .dots::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 5;
}

.developmentSlick .slick-current .slickCon .dots::after {
    background-color: #fff45c;
}
.developmentCon {
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/devline2.png');
    background-size: 20px auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
}
.developmentSlick .slide2 .developmentCon{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.developmentSlick .slide3 .developmentCon{
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
}

.developmentCon .year {
    font-size: 30px;
    color: #008ad4;
    font-weight: bold;
    margin-bottom: 25px;
}
.developmentCon .year a{
    color: #008ad4;
}
.developmentCon .text {
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    margin-bottom: 52px;
    padding-right: 20px;
    overflow-y: auto;
}
.developmentCon .pic{
    /* opacity: 0;
    visibility: hidden; */
    transition: .3s ease;
    -webkit-transition: .3s ease;
}
.developmentSlick .slick-current .developmentCon .pic {
    opacity: 1;
    visibility: visible;
}
.developmentCon .pic::before {
    padding-top: 66.6667%;
}

/* ========== 发展历程 end ========== */