/*------------------------------------------------------------------------*\
	# 共通与重置
\*------------------------------------------------------------------------*/

.body {
    overflow-x: hidden;
    padding: 70px 0 0 0;
}

a {
    color: #168de9;
    cursor: pointer;
}

a:focus,
a:hover {
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
}


/*.body {padding: 0;}*/


/*------------------------------------------------------------------------*\
	# 最小宽度
\*------------------------------------------------------------------------*/

.body,
.header,
.footer {
    min-width: 1200px !important;
    overflow-x: auto;
}

.container {
    min-width: 1200px !important;
}

.header,
.footer {
    overflow-x: hidden;
}

.username a {
    color: #333;
}

.username a:hover {
    color: #fa6e00
}


/*------------------------------------------------------------------------*\
	# 页头
\*------------------------------------------------------------------------*/

.header {
    z-index: 999;
    width: 100%;
}

#header {
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 4px 2px rgba(51, 51, 51, 0.05);
}

.header-top {
    position: relative;
    position: fixed;
    left: 0;
    right: 0;
    /*top: 90px;*/
    z-index: 999;
    background-color: #fff;
    height: 70px;
    font-size: 13px;
    width: 1200px;
    margin: 0 auto;
}

.header-top .container {
    z-index: 999999;
    position: relative;
    background-color: #fff;
    /*height:70px;*/
    width: 1200px!important;
    margin: 0 auto;
}

.header-top .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999995;
    /*background-color: #fa6e00;*/
    left: 50%;
}

.header-top .title-wrap {
    cursor: pointer;
    width: 260px;
    height: 65px;
}

.header-top .title-wrap .logo {
    margin-top: 19px;
    width: 32px;
    height: 32px;
}

.header-top .title-wrap .web-title {
    margin-top: 20px;
    width: 32px;
    height: 32px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 13px;
    left: 10px;
    margin-right: 110px;
}

.header-top .btn-login {
    margin-left: 20px;
    color: #666666;
    cursor: pointer;
    line-height: 60px;
}

.header-top .btn-login:hover {
    color: #fa6e00;
}

.header-top .nav li {
    margin-right: 30px;
    margin-left: 25px;
    height:70px;
}

.header-top .nav li:last-child {
    margin-right: 5px;
}

.header-top .nav li a.navbar-nav-link {
    color: #333;
    padding: 3px 0 0;
    line-height: 64px;
    font-size: 14px;
}

.header-top .nav li.active a {
    color: #666666;
    border-bottom: 3px solid #fa6e00;
    color: #fa6e00;
}

.header-top .nav>li>a:focus {
    background: #fff;
}

.header-top .nav>li>a:hover {
    border-bottom: 3px solid #fa6e00;
    background-color: #fff;
    color: #fa6e00;
}

.header-top .nav.navbar-right {
    background-color: #fa6e00;
    position: relative;
}

.header-top .nav.navbar-right span {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
}

.header-top .nav.navbar-right span:hover {
    color: #ffd451;
}

.header-top .nav.navbar-right .line {
    border-left: 1px solid #fff;
    height: 13px;
    width: 0;
    position: relative;
    top: 2px;
    margin: 0 10px;
}

.header-top .h-product-service:hover .header-floating {
    transform: rotate3d(0, 0, 0, 0deg);
    transform-origin: 50% 0%;
    max-height: 1000px;
    display: block;
}

.header-top .nav.navbar-right .avatar {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.header-top .nav.navbar-right .avatar img {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.header-top .nav.navbar-right .color {
    color: #333;
}

.header-top .nav.navbar-right .color a {
    color: #333;
}

.header-top .nav.navbar-right .color a:hover {
    color: #fa6e00;
}

.header-top .nav.navbar-right .line-color {
    border-color: #333;
}

.header-top .nav.navbar-right .login-01 {
    padding: 0 35px;
}

.header-top .nav.navbar-right .login-02 {
    display: none;
}

.header-top .nav.login-02.navbar-right {
    padding-right: 0;
    padding-left: 0;
}

.bgcolor {
    background: #fff !important;
}


/*------------------------------------------------------------------------*\
	# 页头--悬浮
\*------------------------------------------------------------------------*/

.header-floating {
    position: fixed;
    /*top: 70px;*/
    top:70px;
    left: 0;
    padding-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    width: 100%;
    z-index: 99999999;
    box-shadow: inset 0px 4px 2px rgba(51, 51, 51, 0.05);
    border-bottom: 0.5px solid #e5e5e5;
    transform: rotate3d(1, 0, 0, -90deg);
    display: none;
    max-height: 6px;
    transform-origin: 50% 0%;
    transition: 500ms ease-in-out;
    overflow: hidden;
}

.header-floating .header-floating-content {
    float: left;
    width: 540px;
    padding: 5px 0;
    margin-left: 25px;
    /*padding-bottom:65px;*/
}

.header-floating .header-floating-content.header-floating-content-01 {
    width: 500px;
    margin-left: 175px;
}


/*20190725屏蔽增值产品div*/


/*.theader-floating .theader-floating-content {float: left; width: 570px; padding:5px 0; padding-bottom:95px;}
.theader-floating .theader-floating-content.header-floating-content-01 {width: 500px; margin-left: 135px;}
.theader-floating .theader-floating-item {    position: relative;
    margin-bottom: 23px;
    width: 232px;
    height: 300px;
    display: inline-block;
    padding: 30px;
    margin-right: 30px;}
.theader-floating .theader-floating-item:hover {background: #F4F4F4;}
.theader-floating .theader-floating-item .theader-floating-item-icon {display: inline-block; width: 36px; height: 36px; margin-top: 5px;}
.theader-floating .theader-floating-item .theader-floating-item-text {position: absolute; top: 11px; left: 60px; color: #333; font-size: 15px;}
.theader-floating .theader-floating-item .theader-floating-item-info {position: absolute; top: 37px; left: 60px; right: 20px; color: #999; }

@media (max-width: 1200px) {
	.theader-floating .theader-floating-content.theader-floating-content-01 {margin-left: 110px;}
}
.theader-floating .theader-floating-content.theader-floating-content-01 {
    width: 500px;
    margin-left: 105px;
    margin-top:0;
}*/


/*20190725屏蔽增值产品div*/

.header-floating .header-floating-line {
    position: absolute;
    top: 20%;
    left: 46%;
    border-right: 1px solid #ddd;
    padding: 75px 0;
    margin-top: 12px;
}

.header-floating .header-floating-title {
    padding-left: 60px;
    padding-bottom: 10px;
    margin-top: 18px;
    font-size: 18px;
    color: #999;
}

.header-floating .header-floating-item {
    position: relative;
    margin-bottom: 13px;
    width: 232px;
    height: 100%;
    display: inline-block;
    padding: 10px;
    margin-right: 30px;
}

.header-floating .header-floating-item:hover {
    background: #F4F4F4;
}

.header-floating .header-floating-item .header-floating-item-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: 5px;
}

.header-floating .header-floating-item .header-floating-item-text {
    position: absolute;
    top: 11px;
    left: 60px;
    color: #333;
    font-size: 15px;
}

.header-floating .header-floating-item .header-floating-item-info {
    position: absolute;
    top: 37px;
    left: 60px;
    right: 20px;
    color: #999;
}

@media (max-width: 1200px) {
    .header-floating .header-floating-content.header-floating-content-01 {
        margin-left: 110px;
    }
}

.header-floating .header-floating-content.header-floating-content-01 {
    width: 500px;
    margin-top: 0;
}


/*------------------------------------------------------------------------*\
	# 页头--悬浮--图标
\*------------------------------------------------------------------------*/

.icon-img-01 {
    background: url(./img/floating_icon_01.png) no-repeat;
}

.icon-img-02 {
    background: url(./img/floating_icon_02.png) no-repeat;
}

.icon-img-03 {
    background: url(./img/floating_icon_03.png) no-repeat;
}

.icon-img-04 {
    background: url(./img/floating_icon_04.png) no-repeat;
}

.icon-img-05 {
    background: url(./img/floating_icon_05.png) no-repeat;
}

.icon-img-06 {
    background: url(./img/floating_icon_06.png) no-repeat;
}

.icon-img-07 {
    background: url(./img/floating_icon_07.png) no-repeat;
}

.icon-img-08 {
    background: url(./img/floating_icon_08.png) no-repeat;
}

.icon-img-09 {
    background: url(./img/floating_icon_09.png) no-repeat;
}

.icon-img-10 {
    background: url(./img/tszc_logo.png) no-repeat;
}


/*------------------------------------------------------------------------*\
	# 页脚
\*------------------------------------------------------------------------*/

.footer {
    background-color: #333333;
    color: #999999;
    font-size: 13px;
    line-height: 30px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}

.footer .footer-top {
    background-color: #444444;
    height: 310px;
}

.footer .category-title {
    position: relative;
    padding: 52px 0 19px 0;
    border-bottom: 1px solid #4e4e4e;
    font-size: 16px;
    color: #ccc;
    margin-right: 70px;
}

.footer .category-title .em-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    border-bottom: 2px solid #fa6e00;
}

.footer .footer-bottom {
    background-color: #3d3d3d;
    color: #999999;
    text-align: center;
    height: 140px;
    padding: 40px 0 0 0;
}

.footer .footer-bottom .props-detail {
    margin-right: 15px;
}

.footer .icon-national-emblem {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(./img/icon_national_emblem.png) no-repeat top left;
    position: relative;
    top: 3px;
    left: -3px;
}

.footer .qrcode {
    width: 100px;
    height: 100px;
    margin-top: 28px;
}

.footer .site-map {
    margin: 19px 0 0 0;
}

.footer .site-map li {
    line-height: 36px;
    font-size: 13px;
}

.footer .site-map li a {
    color: #999999;
}

.footer .site-map li a:hover {
    color: #fa6e00;
}

.footer .category-title-phone {
    font-size: 18px;
    margin: 125px 0 0 0;
    position: relative;
    color: #ccc;
}

.footer .category-title-phone img {
    position: relative;
    left: -10px;
}

.footer .category-title-phone .em-line {
    position: absolute;
    bottom: 10px;
    left: 39px;
    display: inline-block;
    width: 20px;
    border-bottom: 2px solid #fa6e00;
}

.footer .category-title-phone .phone-number {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background-color: #325082;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    margin-left: 20px;
}

.footer .mask {
    position: absolute;
    left: 50%;
    margin-left: 557px;
    width: 500px;
    display: inline-block;
    height: 60px;
    top: 125px;
    /*background-color: #325082;*/
}

.footer .copyright {
    margin-top: 5px;
}


/*------------------------------------------------------------------------*\
	# 轮播图
\*------------------------------------------------------------------------*/

.banner-show {
    height: 440px;
}

.banner-show .carousel {
    height: 440px;
    margin-top: 70px;
}


/*.banner-show .carousel-control.left {background: none !important; display: none;}
.banner-show .carousel-control.right {background: none !important; display: none;}*/


/*------------------------------------------------------------------------*\
	# 组标题
\*------------------------------------------------------------------------*/

.section-title {
    position: relative;
    color: #333;
    font-size: 22px;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
}

.section-title .em-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: inline-block;
    width: 30px;
    border-bottom: 3px solid #333;
}

.section-title .more {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    bottom: 26px;
}

.section-title .more:hover {
    color: #fa6e00;
}

.section-title .more .fa {
    font-size: 16px;
    margin-left: 5px;
}

.section-title .tabs-policy {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -132px;
    border-bottom: none;
    padding: 21px 0;
}

.section-title .tabs-policy li a {
    padding-right: 25px;
    font-size: 14px;
    border: none;
    color: #333;
}

.section-title .tabs-policy.nav-tabs>li:hover>a {
    background: #fff;
    color: #FA6E00;
}

.section-title .tabs-policy.nav-tabs>li.active>a,
.section-title .tabs-policy.nav-tabs>li.active>a:hover,
.section-title .tabs-policy.nav-tabs>li.active>a:focus {
    color: #FA6E00;
    border: none;
    background: #fff;
}

.section-title .tabs-policy.nav-tabs>li.active .triangle-symbol {
    display: block;
}


/* 空心向上三角 */

.section-title .tabs-policy.nav-tabs>li .triangle-symbol {
    display: none;
    content: '';
    position: absolute;
    bottom: -23px;
    right: 49px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 10px;
    width: 10px;
    transform: rotate(-46deg);
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}


/* 实心向上三角 */


/*.section-title .tabs-policy.nav-tabs>li .triangle-symbol {display: none;content: ''; border-top: 10px transparent dashed; border-left: 10px transparent dashed; border-right: 10px transparent dashed; border-bottom: 10px #ddd solid; position: absolute; bottom: -14px; right: 44px; background: #fff; z-index: 1; transform: rotate(0deg);}*/


/*------------------------------------------------------------------------*\
	# 首页-企业logo
\*------------------------------------------------------------------------*/

.download {
    background-color: #fff;
    padding: 10px 0 65px 0;
}

.download-wrap {
    text-align: center;
    padding: 35px 20px;
    border-top: 4px solid #fff;
    width: 97%;
    height: 383px;
}


/*.download-wrap {text-align: center; padding: 35px 20px;border: 1px solid #f7f7f7; border-top: 4px solid #fff; width:90%; }*/

.download-wrap .down-title {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.download-wrap .down-desc {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
    margin-top: 10px;
    color: #999;
    line-height: 22px;
}

.download-wrap .down-icon {
    margin-top: 49px;
    width: 70px;
    height: 70px;
    display: inline-block;
}

/*.download-wrap .down-icon.down-icon-01 {
    background: url(./img/down_01.png) no-repeat top left;
}*/
.download-wrap .down-icon.down-icon-01 {
    background: url(./img/hszs_index.png) no-repeat top left;
    width: 71px;
    height: 70px;
    display: inline-block;
}

.download-wrap .down-icon.down-icon-02 {
    background: url(./img/down_02.png) no-repeat top left;
}

.download-wrap .down-icon.down-icon-03 {
    background: url(./img/down_03.png) no-repeat top left;
}

.download-wrap .down-icon.down-icon-04 {
    background: url(./img/down_04.png) no-repeat top left;
}

.download-wrap .down-btn {
    display: inline-block;
    padding: 5px 45px;
    border: 1px solid #325082;
    margin: 45px 0 0 0;
    cursor: pointer;
    font-size: 12px;
    color: #325082;
}

.download-wrap:hover .down-icon.down-icon-01 {
    background: url(./img/hszs_index_hover.png) no-repeat top left;
}

.download-wrap:hover .down-icon.down-icon-02 {
    background: url(./img/down_02_hover.png) no-repeat top left;
}

.download-wrap:hover .down-icon.down-icon-03 {
    background: url(./img/down_03_hover.png) no-repeat top left;
}

.download-wrap:hover .down-icon.down-icon-04 {
    background: url(./img/down_04_hover.png) no-repeat top left;
}

.download-wrap:hover {
    border-top: 4px solid #fa6e00;
    /*border-left:1px solid #f4f4f4; border-right:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4;*/
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
}

.download-wrap:hover .down-btn {
    color: #fff;
    background-color: #325082;
}


/*------------------------------------------------------------------------*\
	# 首页-企业logo
\*------------------------------------------------------------------------*/

.partnership {
    background-color: #f7f7f7;
    /*margin-top: 60px;*/
    height: 360px;
    padding: 10px 0 130px 0;
}

.enterprise-logo {
    position: relative;
    text-align: center;
}

.enterprise-logo .lr-line {
    position: absolute;
    top: 40px;
    display: inline-block;
    height: 20px;
}

.enterprise-logo .l-line {
    left: 0;
    border-left: 1px solid #ddd;
}

.enterprise-logo .r-line {
    right: 0;
    border-right: 1px solid #ddd;
}

.enterprise-logo .logo-img {
    width: 200px;
    height: 100px;
}


/*------------------------------------------------------------------------*\
	# 首页-新闻：政策法规
\*------------------------------------------------------------------------*/

.news-wrap {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}

.news-wrap .news-title {
    margin: 7px 0 5px 0;
    color: #333;
    font-size: 14px;
}

.news-wrap .news-prop {
    color: #999;
    font-size: 12px;
}

.news-wrap .news-prop .fa {
    margin-right: 5px;
}

.news-wrap .news-prop .date-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 4px;
}

.news-wrap .news-prop .news-time {
    position: relative;
}

.news-wrap .news-prop .news-time .news-time-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -17px;
    top: 1px;
}

.news-wrap:hover .news-title,
.news-wrap:hover .date-title {
    color: #fa6e00;
}

.news-wrap.notice {
    padding: 10px 0 12px 0;
}

.news-wrap.notice .news-time {
    position: relative;
    top: 8px;
}

.news-time-icon-01 {
    background: url(./img/time.png) no-repeat center;
}

.news-time-icon-02 {
    background: url(./img/eye.png) no-repeat center;
}


/*------------------------------------------------------------------------*\
	# 课程
\*------------------------------------------------------------------------*/

.row-class {
    margin-left: -10px;
    margin-right: -10px;
}

.row-class .class-advanced-img {
    height: 356px;
    background: url(./img/class_advanced.png) no-repeat top right;
    margin: 15px;
}

.class-advanced {
    background-color: #fafbfd;
}

.class-wrap {
    color: #ffffff;
    margin: 10px 5px;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 4px 2px rgba(51, 51, 51, 0.05);
}

.class-wrap.class-type-01 {
    background-color: #fae6cc;
}

.class-wrap.class-type-02 {
    background-color: #d8e4dc;
}

.class-wrap.class-type-03 {
    background-color: #d2d8e4;
}

.class-wrap.class-type-04 {
    background-color: #d0e4f0;
}

.class-wrap.class-type-05 {
    background-color: #f4d2c8
}

.class-wrap.class-type-01 .class-level-01 .prop-01 {
    color: #666;
}

.class-wrap.class-type-02 .class-level-01 .prop-01 {
    color: #3c7850;
}

.class-wrap.class-type-03 .class-level-01 .prop-01 {
    color: #1f3e77;
}

.class-wrap.class-type-04 .class-level-01 .prop-01 {
    color: #1478b4;
}

.class-wrap.class-type-05 .class-level-01 .prop-01 {
    color: #fa6900;
}

.class-wrap.class-type-01 .class-level-01 .prop-03 {
    background-color: rgba(103, 124, 163, 0.7)
}

.class-wrap.class-type-02 .class-level-01 .prop-03 {
    background-color: #3c7850;
}

.class-wrap.class-type-03 .class-level-01 .prop-03 {
    background-color: rgba(103, 124, 163, 0.7);
}

.class-wrap.class-type-04 .class-level-01 .prop-03 {
    background-color: #1478b4;
}

.class-wrap.class-type-05 .class-level-01 .prop-03 {
    background-color: #fa6e00;
}

.class-wrap .class-level-01 {
    position: relative;
    height: 158px;
    padding: 10px;
    overflow: hidden;
}

.class-wrap .class-level-01 .prop-01 {
    display: block;
    font-size: 14px;
    margin: 10px 0 0 10px;
    z-index: 99;
    position: relative;
}

.class-wrap .class-level-01 .prop-02 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 0 10px;
    z-index: 99;
    position: relative;
}

.class-wrap .class-level-01 .prop-03 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    z-index: 99;
}

.class-wrap .class-level-01 .prop-04 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 316px;
    margin-left: -158px;
    background: #fff;
}

.class-wrap .class-level-03 {
    background-color: #fff;
    padding: 10px;
}

.class-wrap .class-level-03 .row00 {
    color: #333;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
    width: 250px;/*需要配合宽度来使用*/
}

.class-wrap .class-level-03 .row01 {
    color: #999;
    font-size: 12px;
    border-bottom: 1px dashed #ddd;
    margin: 18px 0 0 0;
    padding: 0px 0 8px 0;
}

.class-wrap .class-level-03 .row01 img {
    position: relative;
    top: -2px;
    left: -2px;
}

.class-wrap .class-level-03 .row01 .fa {
    margin-right: 3px;
}

.class-wrap .class-level-03 .row01 .fa.fa-thumbs-up.selected {
    color: #fe9a4c;
}

.class-wrap .class-level-03 .row01 .fa.fa-heart.selected {
    color: #fc706f;
}

.class-wrap .class-level-03 .row01 .icon-wrap {
    margin-left: 15px;
}

.class-wrap .class-level-03 .row02 {
    color: #fa6e00;
    margin-top: 10px;
    font-size: 20px;
}

.class-wrap .class-level-03 .row02 .pull-right {
    position: relative;
    top: -3px;
}

.class-wrap .class-level-03 .row02 .fa {
    margin-right: 5px;
}

.class-wrap .class-level-03 .row02 .row02-btn {
    font-size: 12px;
    border: 1px solid #eee;
    cursor: initial;
    color: #8a8a8a;
    margin-left: 4px;
    padding: 1.5px 5px;
    background-color: #f4f5f7;
}

.class-wrap:hover {
    box-shadow: 0px 4px 2px rgba(51, 51, 51, 0.1);
}

.class-wrap:hover .class-level-02 {
    height: 160px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
}


/*.class-wrap .class-level-03 .row02 .row02-btn:hover {background-color: #fa6e00; color: #fff; border-color: #fa6e00;}*/


/*------------------------------------------------------------------------*\
	# 动画
\*------------------------------------------------------------------------*/

.download-wrap,
.download-wrap .down-btn,
.news-wrap .news-title,
.section-title .more,
.class-wrap,
.switch .btn.btn-primary,
.header-top .nav.navbar-right span,
.pro-download-item-bg-01,
.pro-download-item-bg-02,
.pro-download-item-bg-03,
.pro-download-item-bg-04,
.pro-download-item-bg-05,
.pro-download-item-bg-06,
.btn,
.downBtn,
.dd-ad-desc-btn,
.pro02_topImg_btn,
.pro05-banner-btn,
.list-text,
.yuanjing_content,
.text,
.header-floating-item {
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
}


/*------------------------------------------------------------------------*\
	# 右侧底部悬浮层
\*------------------------------------------------------------------------*/

.d-side-bar {
    position: fixed;
    bottom: 120px;
    /*bottom: 10px;*/
    right: 10px;
    width: 45px;
    z-index: 10000;
}

.d-side-bar a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #325082;
    margin-bottom: 10px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
}

.d-side-bar a i {
    width: 25px;
    height: 25px;
    display: block;
    margin: 10px auto 0;
}

.d-side-bar a i.d-side-icon-top {
    position: relative;
    top: 10px;
}

.d-side-icon-01 {
    background: url(../css/img/d-side-icon-01.png) no-repeat center;
}

.d-side-icon-02 {
    background: url(../css/img/d-side-icon-02.png) no-repeat center;
}

.d-side-icon-03 {
    background: url(../css/img/d-side-icon-03.png) no-repeat center;
}

.d-side-icon-04 {
    background: url(../css/img/d-side-icon-04.png) no-repeat center;
}

.d-side-icon-05 {
    background: url(../css/img/d-side-icon-05.png) no-repeat center;
}

.d-side-icon-08 {
    background: url(../css/img/d-side-icon-08.png) no-repeat center;
}

.d-side-bar a:hover {
    background-color: #fa6e00;
}

.d-side-bar #d-kefu:hover .hides {
    display: block
}

.d-side-bar a .hides {
    display: none;
    width: 160px;
    padding-left: 10px;
    background: #325082;
    position: absolute;
    right: 0;
    top: 0px;
}

.d-side-bar a .hides .d-side-text {
    float: left;
    margin-left: 5px;
    color: #fff;
}

.d-side-bar a .hides .d-side-icon {
    float: left;
}

.d-side-bar a i {
    display: block;
    margin: 10px auto 0;
}

.d-side-bar #d-weixin {
    background-position: 0 -130px;
    position: relative;
}

.d-side-bar #d-weixin:hover .chat-tips {
    display: block;
}

.d-side-bar .chat-tips {
    padding: 10px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 50px;
    top: -32px;
    background-color: #ffffff;
    display: none;
}

.d-side-bar #d-weibo {
    background-position: 0 -130px;
    position: relative;
}

.d-side-bar #d-weibo:hover .weibo-tips {
    display: block;
}

.d-side-bar .weibo-tips {
    padding: 10px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 50px;
    top: -50px;
    background-color: #ffffff;
    display: none;
    width: 260px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    box-shadow: 0 0 1px #999;
    padding: 15px 20px;
    margin: 5px;
    color: #999;
}

.d-side-bar #d-message-board {
    background-position: 0 -130px;
    position: relative;
}

.d-side-bar #d-message-board:hover .erweima-tips {
    display: block;
}

.d-side-bar .erweima-tips {
    padding: 10px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 50px;
    top: -50px;
    background-color: #ffffff;
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.d-side-bar>a.back-to-top {
    background: none;
}

.d-side-bar .back-to-top {
    position: relative;
    border-radius: 0;
    right: 0;
    bottom: 0;
}

.d-side-bar .back-to-top>div {
    background-color: #fa6e00;
    height: 100%;
    margin-top: -10px;
}


/*------------------------------------------------------------------------*\
	# 辅助
\*------------------------------------------------------------------------*/

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*------------------------------------------------------------------------*\
	# 首页切换
\*------------------------------------------------------------------------*/

.switch {
    margin-top: -50px;
}

.switch .nav-tabs {
    border-bottom: none;
}

.switch .nav-tabs>li {
    background: rgba(255, 255, 255, .5);
}

.switch .nav-tabs>li {
    background: #eee\9;
}

.switch .nav>li>a {
    padding: 15px 35px;
    margin-right: 0;
}

.switch a {
    color: #333;
}

.switch a:hover,
a:focus {
    color: #fa6e00;
}

.switch .nav-tabs>li.active>a {
    color: #fa6e00;
    border: none;
}

.switch .nav-tabs>li:hover a {
    background: #fff;
}

.switch .tab-content {
    background: #fff;
    box-sizing: border-box;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(51, 51, 51, 0.05);
}

.switch .keywords {
    margin-top: 17px;
    color: #989898;
    font-size: 13px;
}

.switch .keyword {
    margin-left: 12px;
}

.switch .form-inline .form-group {
    display: block;
    float: left;
    /*overflow: hidden;*/
}

.switch .form-inline .form-input {
    width: 84%;
}

.switch label {
    display: block;
    margin: 10px 0;
    float: left;
    font-weight: normal;
    width: 70px;
    text-align: right;
}

.switch .form-inline .form-control {
    width: 100px;
    float: left;
    border: 1px solid #dddddd;
    font-size: 12px;
    height: 40px;
    color: #333;
    box-shadow: none;
}

.switch .form-inline .form-control:focus {
    box-shadow: none;
}

.switch .btn.btn-primary {
    background-color: #325082 !important;
    position: relative;
    padding-left: 30px;
    height: 40px;
    width: 140px;
}

.switch .btn.btn-primary .fa {
    margin-right: 5px;
}

.switch .btn.btn-primary:hover {
    background-color: #143c78 !important;
}

.switch .search-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../css/img/search-icon.png) no-repeat center;
    position: absolute;
    top: 12px;
    left: 29px;
}


/*------------------------------------------------------------------------*\
	# 产品页01
\*------------------------------------------------------------------------*/

.pro01-banner {
    width: 100%;
    height: 420px;
    background: url(../css/img/dbtsb01.png) no-repeat center;
}

.pro01-content {
    margin: 0 auto;
    width: 1200px;
    height: 420px;
    padding: 70px 0 132px;
}

.pro01-title {
    font-size: 40px;
    color: #fff;
    padding-top: 10px;
}

.pro01-explain {
    font-size: 25px;
    color: #fff;
    margin-top: 4px;
    letter-spacing: 3px;
}

.pro01-phone {
    font-size: 15px;
    color: #fff;
    margin-top: 14px;
    letter-spacing: 1px;
}

.pro01-banner .pro01-banner-btngroups {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -425px;
    margin-bottom: -63px;
}

.pro01-banner .pro01-banner-btn {
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid #8CA5CE;
    border-radius: 30px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 21px;
}

.pro01-line {
    width: 32px;
    height: 2px;
    background: #fff;
    margin-top: 16px;
}

.pro01-people {
    width: 1200px;
    margin: 0 auto;
    height: 690px;
    padding: 65px 0 132px;
}

.pro01-people01,
.pro01-class01,
.pro01-servide01 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.pro01-people02,
.pro01-class02,
.pro01-servide02 {
    font-size: 18px;
    color: #8e8e8e;
    text-align: center;
    margin-top: 20px;
}

.pro01-people03,
.pro01-class03,
.pro01-servide03 {
    font-size: 18px;
    color: #8e8e8e;
    text-align: center;
    margin-top: 7px;
}

.pro01-people04 {
    width: 812px;
    height: 316px;
    background: url(../css/img/dbts02.png) no-repeat;
    margin: 0 auto;
    margin-top: 61px;
}

.pro01-class {
    width: 100%;
    margin: 0 auto;
    height: 790px;
    background: #fafafa;
    padding: 70px 0 132px;
}

.pro01-class04 {
    width: 812px;
    height: 512px;
    background: url(../css/img/dbts03.png) no-repeat 32px 0;
    margin: 0 auto;
    margin-top: 40px;
}

.pro01-servide {
    width: 1200px;
    margin: 0 auto;
    height: 780px;
    padding: 72px 0;
}

.pro01-group01 {
    width: 100%;
    height: 162px;
    overflow: hidden;
    margin-top: 30px;
}

.pro01-group02 {
    width: 100%;
    height: 162px;
    overflow: hidden;
    margin-top: 132px;
}

.pro01-icon01 {
    width: 176px;
    height: 160px;
    float: left;
    text-align: center;
    line-height: 26px;
    margin-left: 80px;
}

.pro01-icon01:first-child {
    margin-left: 0px;
}

.pro01-icon01-title {
    font-size: 16px;
    margin-top: 30px;
    color: #666;
}

.pro01-select {
    background: url(../css/img/dbts04.png) no-repeat center #f4f5f9;
    width: 100%;
    height: 500px;
    text-align: center;
    font-size: 22px;
    padding: 60px 0 58px;
}


/*------------------------------------------------------------------------*\
	# 产品页02
\*------------------------------------------------------------------------*/

.pro02_topImg {
    position: relative;
    height: 419px;
    background: url(./img/pro02topImg.png) center no-repeat;
}

.pro02_topImg .pro02_topImg_centerWarp {
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
    color: #fff;
    /*border-top:#fff 1px solid;*/
}

.pro02_topImg .pro02_topImg_centerWarp>div {
    margin-bottom: 20px;
}

.pro02_topImg .pro02_topImg_centerWarp .pro02_topImg_icon>img {
    width: 55px;
    height: auto;
}

.pro02_topImg .pro02_topImg_centerWarp .pro02_topImg_tit1 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.pro02_topImg .pro02_topImg_centerWarp .pro02_topImg_tit2 {
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: lighter;
    color: rgba(255, 255, 255, .8)
}

.pro02_topImg .pro02_topImg_centerWarp .pro02_topImg_btn {
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid #d5e3fb;
    border-radius: 30px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.pro02_topImg .pro02_topImg_centerWarp .pro02_topImg_btn a {
    color: #fff;
}

.pro02_topImg .pro02_topImg_centerWarp .pro02_topImg_btn:hover {
    background: #fff;
    color: #1E468C;
    cursor: pointer;
    border: 1px solid #457bd1;
}

.pro02_topImg .pro02_topImg_centerWarp .pro02_topImg_phone {
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.pro02_lr_textWarp {
    padding: 193px 0 180px 0;
    overflow: hidden;
}

.pro02_lr_img .fl,
.pro02_lr_textWarp .fl {
    float: left;
}

.pro02_lr_img .fr,
.pro02_lr_textWarp .fr {
    float: right;
}

.pro02_lr_textWarp .pro02_lr_textWarp_tit {
    font-size: 32px;
    color: #333;
    margin-bottom: 18px;
}

.pro02_lr_textWarp .pro02_lr_textWarp_desc {
    color: #7a7a7a;
    font-size: 20px;
    line-height: 34px;
}

.pro02_lr_img {
    padding: 45px 0;
    overflow: hidden;
}

.pro02_lr_img>img {
    max-width: 580px;
    height: auto;
    margin-top: 30px;
}

.pro02_bg_grey {
    background: #fafafa;
}


/*------------------------------------------------------------------------*\
	# 金融服务
\*------------------------------------------------------------------------*/

.jrfw-group01 {
    width: 100%;
    margin-top: 30px;
}

.jrfw_topImg {
    position: relative;
    height: 419px;
    background: url(./img/jrfw_banner.png) center no-repeat;
}

.jrfw_topImg .jrfw_topImg_centerWarp {
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
    color: #fff;
    border-top: #fff 1px solid;
}

.jrfw_topImg .jrfw_topImg_centerWarp>div {
    margin-bottom: 20px;
}

.jrfw_topImg .jrfw_topImg_centerWarp .jrfw_topImg_icon>img {
    width: 55px;
    height: auto;
}

.jrfw_topImg .jrfw_topImg_centerWarp .jrfw_topImg_tit1 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.jrfw_topImg .jrfw_topImg_centerWarp .jrfw_topImg_tit2 {
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: lighter;
    color: rgba(255, 255, 255, .8);
    margin-top: -10px
}

.jrfw_topImg .jrfw_topImg_centerWarp .jrfw_topImg_btn {
    height: 50px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 40px;
    margin-top: 20px;
}

.jrfw_topImg .jrfw_topImg_centerWarp .jrfw_topImg_btn a {
    color: #fff;
}

.jrfw_topImg .jrfw_topImg_centerWarp .jrfw_topImg_btn:hover {
    background: #fff;
    color: #fa6e00;
    cursor: pointer;
}

.jrfw_topImg .jrfw_topImg_centerWarp .jrfw_topImg_phone {
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.jrfw_lr_textWarp {
    padding: 193px 0 180px 0;
    overflow: hidden;
}

.jrfw_lr_img .fl,
.jrfw_lr_textWarp .fl {
    float: left;
}

.jrfw_lr_img .fr,
.jrfw_lr_textWarp .fr {
    float: right;
}

.jrfwlr_textWarp .jrfw_lr_textWarp_tit {
    font-size: 22px;
    color: #333;
    margin-bottom: 18px;
}

.jrfw_lr_textWarp .jrfw_lr_textWarp_desc {
    color: #7a7a7a;
    font-size: 17px;
    line-height: 34px;
}

.jrfw_lr_img {
    padding: 45px 0;
    overflow: hidden;
}

.jrfw_lr_img>img {
    max-width: 580px;
    height: auto;
}

.jrfw_bg_grey {
    background: #fafafa;
}

.jrfw-icon01 {
    width: 176px;
    height: 160px;
    float: left;
    text-align: center;
    line-height: 26px;
    margin-left: 20px;
}

.jrfw-xiaozi {
    font-size: 14px;
    color: #999;
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.jrfw_main {
    width: 1200px;
    margin: 0 auto;
}

.sqlc_title {
    padding: 60px 0;
    text-align: center;
    font-size: 32px;
    color: #333;
}

.sqlc_desc {
    background: url('img/jrfw-dian.png') no-repeat center center;
    width: 1034px;
    height: 30px;
    margin: 0 auto;
}

.jrfw-zi {
    width: 130px;
    padding: 30px 0;
    text-align: center;
    font-weight: 600;
}

.jrfw-footer-bg {
    background: url('img/jrfw_footer.png');
    width: 100%;
    height: 240px;
}

.jrfw_btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 20px;
    position: relative;
    top: 40px;
}

.jrfw_btn:hover {
    color: #1E468C;
    background: #fff;
}

.jrfw_btn:link {
    color: #fff;
}

.jrfw-form {
    width: 450px;
    margin: 0 auto;
    padding: 30px 0;
}

.jrfw-form input {
    float: right;
    height: 40px;
    width: 338px;
    padding-left: 15px;
    color: #333;
}

.jrfw-form label {
    width: 100px;
    text-align: right;
    height: 40px;
    line-height: 40px;
}

.jrfw-form select {
    width: 338px!important;
    height: 40px!important;
    float: right!important;
    padding-left: 15px!important;
    color: #333!important;
}

.jrfw-form button {
    width: 110px;
    text-align: center;
    color: #fff;
    background: #1E468C;
    border: none;
    height: 35px;
}

.jrfw-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.jrfw-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.jrfw-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.jrfw-form input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}


/*------------------------------------------------------------------------*\
	# 产品页03
\*------------------------------------------------------------------------*/

.pro03_topImg {
    position: relative;
    height: 420px;
    background: url(./img/pro03topimg.png) center no-repeat !important;
}

.pro03_topImg .pro03_topImg_centerWarp {
    width: 1200px;
    margin: 0 auto;
    padding-top: 88px;
    text-align: center;
    color: #fff;
    /*border-top:#fff 1px solid;*/
}

.pro03 .pro02_lr_textWarp {
    padding: 205px 0 180px 0;
    overflow: hidden;
}

.pro03 .pro02_lr_img {
    padding: 59px 0 45px 0;
}

.pro03 .pro03_topImg .pro03_topImg_centerWarp .pro03_topImg_icon {
    margin-bottom: 10px;
}

.pro03 .pro03_topImg .pro03_topImg_centerWarp .pro03_topImg_icon>img {
    width: 65px;
    height: auto;
}

.pro03 .pro03_topImg .pro03_topImg_centerWarp .pro03_topImg_tit1 {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 4px;
}

.pro03 .pro03_topImg .pro03_topImg_centerWarp .pro03_topImg_tit2 {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .8)
}

.pro03_topImg .pro03_topImg_centerWarp .pro03_topImg_phone {
    font-size: 15px;
}

.pro03-down {
    width: 886px;
    margin: 0 auto;
}

.pro03-down-tit {
    font-size: 23px;
    text-align: center;
    color: #333;
    margin-bottom: 36px;
}

.pro03-down .card {
    padding: 22px;
    text-align: center;
    color: #666;
    font-size: 22px;
}

.pro03-down .card.bg_b {
    background: #c1ecff;
}

.pro03-down .card.bg_y {
    background: #ffe4d3;
}

.pro03-down .item {
    padding: 0 8px
}

.pro03-down .listWarp {
    padding: 38px 5px
}

.pro03-down .listWarp.pr {
    padding-right: 14px;
}

.pro03-down .listWarp.pl {
    padding-left: 14px;
}

.pro03-down .listWarp .listOne {
    position: relative;
    color: #7a7a7a;
    padding: 13px;
    margin-bottom: 22px;
    font-size: 16px;
    border-radius: 3px;
}

.pro03-down .listWarp .listOne:last-child {
    margin-bottom: 0;
}

.pro03-down .listWarp .bor-b {
    border: #d7e9f7 solid 1px;
}

.pro03-down .listWarp .text-r {
    text-align: right;
}

.pro03-down .listWarp .text-r .sj {
    width: 10px;
    height: 10px;
    border-right: #d7e9f7 solid 1px;
    border-bottom: #d7e9f7 solid 1px;
    position: absolute;
    right: -5px;
    top: 18px;
    background: #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.pro03-down .listWarp .bor-y {
    border: #f8e3d2 solid 1px;
}

.pro03-down .listWarp .bor-y .sj {
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: #f8e3d2 solid 1px;
    border-left: #f8e3d2 solid 1px;
    left: -5px;
    top: 18px;
    background: #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}


/*------------------------------------------------------------------------*\
	# 产品页04
\*------------------------------------------------------------------------*/

.pro04-banner {
    width: 100%;
    height: 420px;
    background: url(../css/img/yxts.png) no-repeat center;
}

.pro04-content {
    margin: 0 auto;
    width: 1200px;
    height: 420px;
    padding: 88px 0 120px;
}

.pro04-icon {
    width: 60px;
    height: 60px;
    background: url(../css/img/yxts000.png) no-repeat center;
    margin: 0 auto;
}

.pro04-title {
    font-size: 41px;
    color: #fff;
    text-align: center;
    margin-top: 14px;
    letter-spacing: 3px;
}

.pro04-explain {
    font-size: 21px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 3px;
}

.pro04-phone {
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
    text-align: center;
    letter-spacing: 1px;
}

.pro04-btn {
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height: 35px;
    width: 200px;
    height: 35px;
    margin: 0 auto;
    color: #fff;
    margin-top: 30px;
    padding: 10px 25px;
}

.pro04-phone a:hover {
    background: #fff;
    color: #666 !important;
}

.pro04-phone a:focus {
    color: #fff;
}


/*------------------------------------------------------------------------*\
	# 产品页05
\*------------------------------------------------------------------------*/

.pro05-banner {
    height: 756px;
    width: 100%;
    background: url('../css/img/pro05-banner.png') no-repeat center;
    position: relative;
}

.pro05-banner .pro05-banner-title01 {
    position: absolute;
    left: 50%;
    top: 151px;
    margin-left: -256px;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
}

.pro05-banner .pro05-banner-title02 {
    position: absolute;
    left: 50%;
    top: 198px;
    margin-left: -256px;
    color: #fff;
    font-size: 22px;
}

.pro05-banner .pro05-banner-text {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -425px;
    margin-top: -92px;
}

.pro05-banner .pro05-banner-btngroups {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -425px;
    margin-bottom: -63px;
}

.pro05-banner .pro05-banner-btn {
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid #8CA5CE;
    border-radius: 30px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 21px;
}

.pro05-banner .pro05-banner-btn i {
    margin-right: 12px;
    color: #fff;
}

.pro05-banner .pro05-banner-btn:hover {
    background: #fff;
    color: #1E468C;
    cursor: pointer;
}

.pro05-banner .pro05-banner-btn:hover i {
    color: #1E468C;
}

.pro05-item01 .pro05-item01-title {
    font-size: 30px;
    margin-bottom: 8px;
    position: relative;
}

.pro05-item01 .pro05-item01-title .pro05-item01-title-point {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -4px;
}

.pro05-item01 .pro05-item01-text {
    font-size: 16px;
    margin: 30px auto 0;
    width: 770px;
}

.pro05-item01 .pro05-item01-img {
    height: 178px;
    width: 100%;
    background: url('../css/img/pro05-img-05.png') no-repeat center;
    margin-bottom: 141px;
}

.pro05-item02 {
    background: #F3FBFE;
    padding: 141px 0;
}

.pro05-item02 .pro05-item02-title {
    font-size: 44px;
}

.pro05-item02 .pro05-item02-text {
    margin-top: 38px;
}

.pro05-item02 .pro05-item02-text .pro05-item02-text-list {
    margin-bottom: 26px;
    position: relative;
    width: 100%;
}

.pro05-item02 .pro05-item02-text .pro05-item02-text-list .pro05-item02-text-list-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    background-color: #1E468C;
    border-radius: 50%;
    margin-right: 11px;
}

.pro05-item02 .pro05-item02-text .pro05-item02-text-list .pro05-item02-text-list-title {
    position: absolute;
    top: 2px;
    font-size: 18px;
}

.pro05-item02 .pro05-item02-text .pro05-item02-text-list .pro05-item02-text-list-text {
    position: absolute;
    top: 31px;
    font-size: 15px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-right: 100px;
}

.pro05-item02 .pro05-item02-img {
    width: 499px;
    height: 340px;
    background: url('../css/img/pro05-img-06.png') no-repeat center transparent;
    margin-top: 67px;
    float: right;
}

.pro05-icon01 {
    background: url('../css/img/pro05-icon-01.png') no-repeat center transparent;
}

.pro05-icon02 {
    background: url('../css/img/pro05-icon-01.png') no-repeat center transparent;
}

.pro05-icon03 {
    background: url('../css/img/pro05-icon-03.png') no-repeat center transparent;
}

.pro05-icon04 {
    background: url('../css/img/pro05-icon-04.png') no-repeat center transparent;
}

.pro05-icon05 {
    background: url('../css/img/pro05-icon-05.png') no-repeat center transparent;
}

.pro05-icon06 {
    background: url('../css/img/pro05-icon-06.png') no-repeat center transparent;
}

.pro05-icon07 {
    background: url('../css/img/pro05-icon-07.png') no-repeat center transparent;
}

.pro05-icon08 {
    background: url('../css/img/pro05-icon-08.png') no-repeat center transparent;
}

.pro05-icon09 {
    background: url('../css/img/pro05-icon-09.png') no-repeat center transparent;
}

.pro05-icon10 {
    background: url('../css/img/pro05-icon-10.png') no-repeat center transparent;
}

.pro05-icon11 {
    background: url('../css/img/pro05-icon-11.png') no-repeat center transparent;
}

.pro05-icon12 {
    background: url('../css/img/pro05-icon-12.png') no-repeat center transparent;
}

.pro05-icon13 {
    background: url('../css/img/pro05-icon-13.png') no-repeat center transparent;
}

.pro05-icon14 {
    background: url('../css/img/pro05-icon-14.png') no-repeat center transparent;
}

.pro05-icon15 {
    background: url('../css/img/pro05-icon-15.png') no-repeat center transparent;
}

.pro05-icon16 {
    background: url('../css/img/pro05-icon-16.png') no-repeat center transparent;
}

.pro05-item03 {
    padding: 135px 0 178px;
    position: relative;
}

.pro05-item03 .pro05-item03-title {
    font-size: 44px;
}

.pro05-item03 .pro05-item03-module {
    width: 448px;
    height: 265px;
    border: 1px solid #EAEAEA;
    text-align: center;
    border-radius: 3px;
    margin: 136px auto 0;
    padding: 74px 26px 0;
}

.pro05-item03 .pro05-item03-module .pro05-item03-module-icon {
    margin: -130px auto 29px;
    background-color: #fff;
}

.pro05-item03 .pro05-item03-module .pro05-item03-module-icon.pro05-item03-module-icon-01 {
    width: 133px;
    height: 101px;
}

.pro05-item03 .pro05-item03-module .pro05-item03-module-icon.pro05-item03-module-icon-02 {
    width: 165px;
    height: 93px;
}

.pro05-item03 .pro05-item03-module .pro05-item03-module-icon-down {
    margin: 41px auto 0;
    background-color: #fff;
}

.pro05-item03 .pro05-item03-module .pro05-item03-module-icon-down.pro05-item03-module-icon-01 {
    width: 138px;
    height: 125px;
}

.pro05-item03 .pro05-item03-module .pro05-item03-module-icon-down.pro05-item03-module-icon-02 {
    width: 138px;
    height: 102px;
}

.pro05-item03 .pro05-item03-module .pro05-item03-module-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.pro05-item03 .pro05-item03-module .pro05-item03-module-text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.pro05-item03 .pro05-item03-img {
    width: 522px;
    height: 311px;
    background: url('../css/img/pro05-computer.png') no-repeat center transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -88px -264px;
    z-index: 1;
}

.pro05-item04 {
    background: #FAFAFA;
    padding: 128px 0;
}

.pro05-item04 .pro05-item04-container {
    position: relative;
}

.pro05-item04 .pro05-item04-title {
    font-size: 44px;
    position: absolute;
    top: 0;
    left: 0;
}

.pro05-item04 .pro05-item04-img {
    width: 723px;
    height: 538px;
    background: url('../css/img/pro05-bg.png') no-repeat center transparent;
    position: relative;
    left: 50%;
    margin-left: -500px;
}

.pro05-item04 .pro05-item04-module {
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: 80px;
}

.pro05-item04 .pro05-item04-module .pro05-item04-module-text01 {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 18px;
}

.pro05-item04 .pro05-item04-module .pro05-item04-module-text02 {
    margin-left: 64px;
    margin-bottom: 4px;
    color: #999;
    width: 330px;
}

.pro05-item04 .pro05-item04-module-01 {
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -30px;
    width: 307px;
}

.pro05-item04 .pro05-item04-module-01 .pro05-item04-module-text01 {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 18px;
}

.pro05-item04 .pro05-item04-module-01 .pro05-item04-module-text02 {
    margin-bottom: 4px;
    color: #999;
}

.pro05-item04 .pro05-item04-module-02 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: 80px;
    width: 307px;
}

.pro05-item04 .pro05-item04-module-02 .pro05-item04-module-text01 {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 18px;
}

.pro05-item04 .pro05-item04-module-02 .pro05-item04-module-text02 {
    margin-bottom: 4px;
    color: #999;
}

.pro05-item05 {
    padding: 120px 0;
}

.pro05-item05 .pro05-item05-title {
    font-size: 44px;
    margin-bottom: 70px;
}

.pro05-item05 .pro05-item05-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.pro05-item05 .pro05-item05-text {
    text-align: center;
    margin-top: 17px;
    font-size: 18px;
}

.pro05-item05 .pro05-item05-img {
    width: 100%;
    height: 319px;
    background: url('../css/img/pro05-img-01.png') no-repeat center transparent;
    margin-top: 73px;
}

.pro05-item06 {
    background: #FAFAFA;
    padding: 140px 0;
}

.pro05-item06 .pro05-item06-title {
    font-size: 44px;
    margin-bottom: 55px;
}

.pro05-item06 .pro05-item06-text {
    font-size: 18px;
    margin-bottom: 10px;
}

.pro05-item06 .pro05-item06-img {
    width: 956px;
    height: 446px;
    background: url('../css/img/pro05-img-02.png') no-repeat center transparent;
    margin: 22px auto 0;
}

.pro05-item07 {
    padding: 100px 0;
}

.pro05-item07 .pro05-item07-img {
    width: 100%;
    height: 387px;
    background: url('../css/img/pro05-img-03.png') no-repeat center transparent;
    margin: 0 auto;
    position: relative;
}

.pro05-item07 .pro05-item07-img .pro05-item07-img-text {
    position: absolute;
    right: 249px;
    top: 50%;
    margin-top: -65px;
}

.pro05-item07 .pro05-item07-img .pro05-item07-img-text .pro05-item07-img-text-01 {
    font-size: 44px;
    margin-bottom: 10px;
}

.pro05-item07 .pro05-item07-img .pro05-item07-img-text .pro05-item07-img-text-02 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #999;
    position: relative;
    padding-left: 10px;
}

.pro05-item07 .pro05-item07-img .pro05-item07-img-text .pro05-item07-img-text-02 .pro05-item07-img-point {
    position: absolute;
    top: -5px;
    left: 0;
}

.pro05-item08 {
    background: #FAFAFA;
    padding: 142px 0;
}

.pro05-item08 .pro05-item08-container {
    position: relative;
}

.pro05-item08 .pro05-item08-title {
    font-size: 44px;
    position: absolute;
}

.pro05-item08 .pro05-item08-container .pro05-item08-img {
    width: 100%;
    height: 459px;
    background: url('../css/img/pro05-img-04.png') no-repeat center transparent;
}

.pro05-item09 {
    padding: 128px 0;
}

.pro05-item09 .pro05-item09-title {
    font-size: 44px;
    margin-bottom: 70px;
}

.pro05-item09 .pro05-item09-list {
    padding: 0 20px;
}

.pro05-item09 .pro05-item09-list .pro05-item09-list-icon {
    margin: 0 auto 40px;
}

.pro05-item09 .pro05-item09-list .pro05-item09-list-icon-01 {
    width: 169px;
    height: 107px;
}

.pro05-item09 .pro05-item09-list .pro05-item09-list-icon-02 {
    width: 118px;
    height: 114px;
}

.pro05-item09 .pro05-item09-list .pro05-item09-list-icon-03 {
    width: 152px;
    height: 109px;
}

.pro05-item09 .pro05-item09-list .pro05-item09-list-icon-04 {
    width: 147px;
    height: 124px;
}

.pro05-item09 .pro05-item09-list .pro05-item09-list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro05-item09 .pro05-item09-list .pro05-item09-list-text {
    font-size: 14px;
    color: #666;
    line-height: 27px;
    padding: 0 40px;
}

.pro05-item09 .pro05-item09-btn {
    width: 209px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #144796;
    color: #fff;
    font-size: 20px;
    margin: 100px auto 0;
    border-radius: 3px;
}

.pro05-item09 .pro05-item09-label {
    margin-top: 20px;
    color: #999;
}


/*------------------------------------------------------------------------*\
	# download
\*------------------------------------------------------------------------*/

.pro-download {
    padding-bottom: 60px;
}

.pro-download .pro-download-item {
    width: 380px;
    height: 280px;
    margin-bottom: 40px;
    background-color: #F6F6F6;
}

.pro-download .pro-download-item .pro-download-item-bg {
    width: 100%;
    height: 100%;
    padding: 50px 40px 0 ;
}

.pro-download .pro-download-item .pro-download-item-title {
    color: #333;
    font-size: 26px;
    width: 210px;
    height:74px;
}

.pro-download .pro-download-item .pro-download-item-text {
    color: #999;
    font-size: 14px;
    width: 310px;
    margin-top: 30px;
}

.pro-download .pro-download-item .pro-download-item-text.pro-download-item-text-01 {
    margin-top: 30px;
}

.pro-download-item-bg-01 {
    background: url('../css/img/hts_bg.png') no-repeat center;
}

.pro-download-item-bg-02 {
    background: url('../css/img/scqy_bg.png') no-repeat center;
}

.pro-download-item-bg-03 {
    background: url('../css/img/xtts_bg.png') no-repeat center;
}

.pro-download-item-bg-04 {
    background: url('../css/img/wmqy_bg.png') no-repeat center;
}

.pro-download-item-bg-05 {
    background: url('../css/img/jtgs_bg.png') no-repeat center;
}

.pro-download-item-bg-06 {
    background: url('../css/img/tslwk_bg.png') no-repeat center;
}

.pro-download-item-bg-07 {
    background: url('../css/img/hszs_bg.png') no-repeat center;
}

.pro-download .pro-download-item:hover {
    cursor: pointer;
}

.pro-download .pro-download-item:hover .pro-download-item-title,
.pro-download .pro-download-item:hover .pro-download-item-text {
    color: #fff;
}

.pro-download .pro-download-item:hover .pro-download-item-bg.pro-download-item-bg-01 {
    background: url('../css/img/hts_bg_hover.png') no-repeat center;
}

.pro-download .pro-download-item:hover .pro-download-item-bg.pro-download-item-bg-02 {
    background: url('../css/img/scqy_bg_hover.png') no-repeat center;
}

.pro-download .pro-download-item:hover .pro-download-item-bg.pro-download-item-bg-03 {
    background: url('../css/img/xtts_bg_hover.png') no-repeat center;
}

.pro-download .pro-download-item:hover .pro-download-item-bg.pro-download-item-bg-04 {
    background: url('../css/img/wmqy_bg_hover.png') no-repeat center;
}

.pro-download .pro-download-item:hover .pro-download-item-bg.pro-download-item-bg-05 {
    background: url('../css/img/jtgs_bg_hover.png') no-repeat center;
}

.pro-download .pro-download-item:hover .pro-download-item-bg.pro-download-item-bg-06 {
    background: url('../css/img/tslwk_bg_hover.png') no-repeat center;
}

.pro-download .pro-download-item:hover .pro-download-item-bg.pro-download-item-bg-07 {
    background: url('../css/img/hszs_bg_hover.png') no-repeat center;
}


/*------------------------------------------------------------------------*\
	# download_detail
\*------------------------------------------------------------------------*/

.dd-top {
    background: #75AA4D url('../css/img/dd-banner.png') no-repeat center;
    color: #fff;
    height: 500px;
}

.dd-top .dd-top-textWarp {
    /*padding:43px 0 95px 0;*/
    padding-top: 73px;
    width: 885px;
}

.dd-top .dd-top-tit {
    font-size: 35px;
    margin-bottom: 14px;
}

.dd-top .dd-top-bb-num {
    font-size: 12px;
    margin-bottom: 30px;
}

.dd-top .dd-top-desc {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px #fff dashed;
}

.dd-top .dd-top-warn {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 27px;
    overflow: hidden;
}

.dd-top .dd-top-warn>i {
    margin-right: 8px;
    margin-top: 2px;
    float: left;
    width: 20px;
    height: 20px;
}

.dd-top .dd-top-warn .dd-top-warn-icon {
    background: url('../css/img/dd-top-warn-icon.png') no-repeat center;
    ;
}

.dd-top .dd-top-warn>div {
    float: left;
    width: 815px;
}

.dd-top .dd-top-btngroup {
    overflow: hidden;
}

.dd-top .dd-top-btngroup a {
    color: #fff
}

.dd-top .dd-top-btngroup .btn {
    width: 120px;
    float: left;
    margin: 5px;
    border: 1px solid #fff;
    text-align: center;
    padding: 9px 0;
}

.dd-top .dd-top-btngroup .btn:first-child {
    margin-left: 0;
}

.dd-top .dd-top-btngroup .btn:hover {
    color: #689745;
    cursor: pointer;
    background: #fff;
}

.dd-adWarp {
    width: 100%;
    height: 200px;
    background: url(../css/img/dd-adWarp-bg.png) no-repeat center;
}

.hts-adWarp {
    width: 100%;
    height: 200px;
    background: url(../css/img/hts_adbg1.png) no-repeat center;

}


/*
    by jason on 20201021 begin
*/
.hts-main{
    width:1200px;
    position:relative;
    margin:0 auto;
}

.hts-main span{
    position:absolute;
    left:650px;
    top:185px;
        background: #fad07c;
    color: #35437b;
        width: 120px;
    text-align: center;
        height: 40px;
        font-size:16px;
    line-height: 40px;
}

.hts-main span:hover{
        box-shadow: 0 4px 6px rgba(0, 16, 130, 0.4);
    transition-duration: 0.5s;
}

/* end*/

.dd-ad {
    min-width: 1200px;
    padding: 45px 0;
    overflow: hidden;
}

.dd-ad>img {
    vertical-align: middle;
    float: left;
}

.dd-ad .dd-ad-desc {
    float: left;
    width: 700px;
    margin-left: 20px;
    padding-top: 9px;
}

.dd-ad .dd-ad-desc .tit1 {
    font-size: 32px;
    color: #325082;
}

.dd-ad .dd-ad-desc .tit1 span {
    color: #fa6e00;
}

.dd-ad .dd-ad-desc .tit2 {
    font-size: 22px;
    color: #333;
    margin-top: 20px
}

.dd-ad .dd-ad-desc .tit2 span {
    font-weight: bold;
    margin-right: 12px;
}

.dd-ad .dd-ad-desc .tit2 .dd-ad-desc-btn {
    text-align: center;
    position: relative;
    /*top:20px;*/
    left: 20px;
    padding: 12px 45px;
    margin-right: 0;
    border-radius: 45px;
    background: #325082;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.dd-ad .dd-ad-desc .tit2 .dd-ad-desc-btn:hover {
    background: #FA6E00;
}

.dd-bg-f4 {
    min-width: 1200px;
    background: #f4f4f4;
    padding: 36px 0 20px 0;
}

.dd-tit {
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    color: #333;
    padding-bottom: 22px;
}

.dd-tit .line {
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #333;
}

.dd-osWarp .download-warp {
    overflow: hidden;
    margin-bottom: 40px;
}

.dd-osWarp .download-warp .downBtn.fl {
    float: left
}

.dd-osWarp .download-warp .downBtn.fr {
    float: right
}

.dd-osWarp .download-warp .downBtn.mauto {
    margin: 0 auto;
}

.dd-osWarp .download-warp .downBtn {
    width: 380px;
    border-radius: 45px;
    background: #fff;
    color: #666;
    padding: 13px 15px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
}

.dd-osWarp .download-warp .downBtn:hover {
    border: 1px solid #fa6e00;
}

.dd-osWarp .download-warp .downBtn .btn-right {
    float: right;
    width: 53px;
}

.dd-osWarp .download-warp .downBtn .downBtnCycle {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #325082;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.dd-osWarp .download-warp .downBtn .vline {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #ddd;
    vertical-align: middle;
    margin-right: 18px;
}

.dd-osWarp .download-warp .downBtn .downIcon {
    background: url(./img/downImg.png) center center no-repeat !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.dd-trouble {
    padding: 35px 0;
}

.dd-trouble .nav-tabs {
    width: 260px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -130px;
    font-size: 15px;
    border: none;
}

.dd-trouble .nav-tabs>li.active>a,
.dd-trouble .nav-tabs>li.active>a:hover,
.dd-trouble .nav-tabs>li.active>a:focus {
    border: none;
    color: #FA6E00;
    cursor: pointer;
}

.dd-trouble .nav-tabs>li>a {
    cursor: pointer;
    background: none;
    border: none;
    color: #333;
    padding: 10px 12px;
}

.dd-trouble .nav-tabs>li>a:hover {
    color: #FA6E00;
}

.dd-trouble .dd-ask {
    overflow: hidden;
    margin-bottom: 40px;
}

.dd-askAnswer {
    padding: 40px 0 30px 0;
    border-bottom: 1px dashed #ddd;
}

.dd-askAnswer:last-child {
    border: none;
    padding-bottom: 15px;
}

.dd-trouble .dd-ask .dd-ask-img {
    background: url(./img/dd_ask.png) center center no-repeat !important;
    width: 40px;
    height: 40px;
    float: left;
}

.dd-trouble .dd-ask .dd-ask-desc {
    float: left;
    margin-left: 20px;
    position: relative;
    padding: 10px 20px;
    background: #f4f4f4;
    border-radius: 8px;
}

.dd-trouble .dd-ask .dd-ask-desc .sj {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #f4f4f4;
    left: -5px;
    top: 14px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.dd-trouble .dd-answer {
    overflow: hidden;
}

.dd-trouble .dd-answer .dd-answer-img {
    background: url(./img/answer.png) center center no-repeat !important;
    width: 40px;
    height: 40px;
    float: left;
}

.dd-trouble .dd-answer .dd-answer-desc {
    float: left;
    margin-left: 20px;
    color: #999;
}

.dd-trouble .dd-answer .dd-answer-desc-list .list-num,
.dd-trouble .dd-answer .dd-answer-desc-list .list-text {
    float: left;
    margin-left: 5px;
    overflow: hidden;
}

.dd-answer-desc-list .list-text {
    width: 1090px;
}

.dd-trouble .dd-answer .dd-answer-desc-list {
    overflow: hidden;
    margin-bottom: 10px;
}


/*------------------------------------------------------------------------*\
	# technique
\*------------------------------------------------------------------------*/

.tech-banner {
    width: 100%;
    height: 420px;
    background: url(../css/img/techbanner.png) no-repeat center;
}

.tech-content {
    margin: 0 auto;
    width: 1200px;
    height: 420px;
    padding: 88px 0 120px;
}

.tech-icon {
    width: 60px;
    height: 60px;
    background: url(../css/img/techicon.png) no-repeat center;
    margin: 0 auto;
}

.tech-title {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
    letter-spacing: 2px;
}

.tech-explain {
    font-size: 18px;
    color: #fff;
    margin-top: 16px;
    text-align: center;
    letter-spacing: 2px;
}

.tech-phone {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 2px;
}

.tech-suport {
    width: 100%;
    padding: 0px 0 80px;
}

.tect-suport-title {
    text-align: center;
    font-size: 23px;
}

.tect-suport-phone {
    text-align: center;
    color: #325082;
    font-size: 20px;
    margin-top: 24px;
    letter-spacing: 1px;
}

.tect-suport-hot {
    text-align: center;
    color: #333;
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 40px;
    font-weight:bold;
}

.tech-suport .table {
    margin-top: 0;
}

.tech-suport .table tr th {
    text-align: center;
    background: #999;
    padding: 20px 0;
}

.tech-suport .table tr td {
    text-align: center;
    padding: 6px 0;
    color: #666;
    background:#fff;
}

.tect-suport-week {
    margin:8px 0 16px 0;
    text-align: center;
    color: #333;
    line-height:24px;
    font-size:14px;
}

.tect-suport-box {
    text-align: center;
    color: #325082;
    font-size: 18px;
    margin-top: 14px;
    letter-spacing: 1px;
}

.tect-suport-yx {
    color: #325082;
    margin-top: 20px;
    font-size: 18px;
}

.tect-suport-phone02 {
    margin-left: 80px;
}


/*------------------------------------------------------------------------*\
	# 通知公告列表
\*------------------------------------------------------------------------*/

.page-warp {
    background-color: #f7f7f7;
    padding-top: 20px;
}

.bg-fff {
    background-color: #fff;
    border-top: 1px solid #fff;
}

.p20 {
    padding: 0 20px 24px 20px;
}

.p30 {
    padding: 0 20px 54px 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.notice-list {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dashed #ddd;
    height: 80px;
    line-height: 80px;
}

.notice-list:hover .list-text {
    color: #FA6E00;
}

.notice-list .list-text {
    padding-right: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list .list-other {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 80px;
    text-align: right;
    color: #999;
}

.notice-list .list-other>span>i {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.notice-list .list-other .list-other-look {
    width: 65px;
    text-align: left;
    display: inline-block;
}

.card-warp {
    padding: 0 0 0 0;
    border: 1px solid #f7f7f7;
}

.notice_list .class-wrap,
.notice_detail .class-wrap,
.policy .class-wrap {
    margin: 20px 0 0 0
}

.policy_pageWarp {
    background-color: #f4f4f4;
}


/*------------------------------------------------------------------------*\
	# 通知公告详情
\*------------------------------------------------------------------------*/

.notice_detail .qa-answer-wrap .qa-answer-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
    color: #333333;
}

.qa-answer-wrap {
    padding: 15px 50px 20px 50px;
}

.qa-answer-wrap .qa-answer-title {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
    color: #333333;
}

.qa-answer-wrap .qa-answer-info {
    margin: 20px 0 0 0;
    color: #989898;
    font-size: 13px;
}

.qa-answer-wrap .qa-btn {
    margin: 10px 0 0 0;
    font-size: 13px;
}

.qa-answer-wrap .qa-btn .fa {
    margin-right: 5px;
}

.qa-answer-wrap textarea {
    margin: 10px 0 0 0;
}

.qa-answer-wrap .qa-answer-info .fa {
    margin-right: 5px;
}

.qa-answer-wrap .qa-answer-info .qa-detail {
    margin-right: 20px;
}

.qa-answer-wrap .qa-answer {
    margin: 20px 0 0 0;
    line-height: 24px;
    color: #666666;
    font: 16px/26px Microsoft Yahei;
}

.qa-answer-wrap img {
    margin: 10px 0 0 0;
}

.qa-answer-wrap .btn-default .fa {
    margin-right: 5px;
}

.qa-answer-wrap .qa-answer-user {
    margin: 30px 0 10px 0;
    position: relative;
    padding: 25px 0 0 50px;
    border-top: 1px solid #ddd;
}

.qa-answer-wrap .qa-answer-user img {
    position: absolute;
    left: 0;
    top: 12px;
}

.qa-answer-wrap .qa-answer-user span {
    position: absolute;
    color: #133d79;
    font-size: 16px;
    top: -12px;
    left: 0;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 10px 0 0;
    font-weight: bold;
}

.qa-answer-wrap .qa-help-wrap .qa-help {
    border: 1px solid #ddd;
    text-align: center;
    color: #666666;
}

.qa-answer-wrap .qa-help-wrap .qa-help .fa {
    font-size: 34px;
    margin: 15px 0 5px 0;
}

.qa-answer-wrap .qa-help-wrap .qa-help .qa-help-btn {
    margin: 0px 0 15px 0;
}

.qa-answer-wrap .qa-help-wrap .qa-help-title {
    margin: 21px 0 15px 0;
    font-size: 16px;
    color: #333333;
}

.qa-answer-wrap .qa-help-wrap .qa-help-title span {
    margin-right: 5px;
    width: 3px;
    height: 10px;
    background-color: #143c79;
    display: inline-block;
}

.qa-answer-wrap .qa-help-wrap .qa-help-desc {
    margin: 0px 0 15px 0;
    color: #999999;
}

.notice_detail .qa-answer-info .pull-right .news-time-icon-02 {
    width: 14px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.qa-answer>p {
    margin: 26px 0;
}

.qa-answer>table{
    width:100% !important;
}


/*------------------------------------------------------------------------*\
	# 搜索结果列表
\*------------------------------------------------------------------------*/

.search_result .list-other .list-other-look {
    text-align: right;
}

.search_result .list-other {
    width: 70px;
}

.search_result .list-text {
    padding-right: 70px
}


/*------------------------------------------------------------------------*\
	# 政策法规
\*------------------------------------------------------------------------*/

.top_select {
    background: url(./img/topselBg.png) center center no-repeat !important;
    position: relative;
    color: #fff;
    height: 102px;
}

.top_select .tit {
    position: absolute;
    left: 0;
    width: 141px;
    height: 30px;
    border-right: 1px solid #fff;
    line-height: 30px;
    font-size: 23px;
    padding: 0 26px 0 20px;
    top: 35px;
}

.top_select .selitem_warp {
    padding-left: 180px;
    padding-top: 23px;
}

.top_select .selitem_warp .selItem {
    display: inline-block;
    width: 96px;
    cursor: pointer;
}

.top_select .selitem_warp .selItem a {
    color: #fff;
}

.top_select .selitem_warp .selItem:hover {
    color: rgba(255, 255, 255, .7)
}

.page_middle {
    padding-top: 20px;
    margin-bottom: 40px;
}

.search_warp {
    position: relative;
    height: 140px;
    color: #fff;
}

.page_middle .search {
    position: absolute;
    height: 140px;
    width: 100%;
}

.page_middle .search .searchTit {
    width: 141px;
    padding: 0 26px 0 20px;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10;
}

.search .searchBtn {
    position: absolute;
    right: 20px;
    top: 27px;
    background-color: #325082 !important;
    border-color: #2e6da4;
    padding: 9px 22px;
    z-index: 10;
}

.searchBtn>i {
    margin-right: 5px;
}

.search_center {
    z-index: 1;
    padding: 27px 158px 0 139px;
    min-height: 137px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.addBoxShadow {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.page_middle .tiemWarp {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 0 20px 39px 20px;
}

.wordsWarp {
    padding-top: 36px;
    color: #999;
    padding-bottom: 16px;
}

.wordsWarp .smallBlock {
    width: 7px;
    height: 7px;
    background-color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

.wordsWarp .col-xs-6 {
    margin-bottom: 34px;
    width: 214px !important;
}

.wordsWarp .col-xs-6.w160 {
    width: 160px !important;
}

.wordsWarp .col-xs-6 .text {
    cursor: pointer;
}

.wordsWarp .col-xs-6:hover .text {
    color: #fa6e00;
}

.wordsWarp .col-xs-6:hover .smallBlock {
    background: #fa6e00;
}

.policy .tabs-policy {
    margin-right: -198px;
    border-bottom: none;
    width: 620px;
    padding: 22px 0 0 0;
}

.policy .tabs-policy li {
    border-bottom: 2px solid #fff
}

.policy .tabs-policy .active {
    border-bottom: 2px solid #fa6e00;
}

.policy .section-title {
    padding: 24px 0;
}

.policy .section-title .tabs-policy a {
    height: 55px;
    padding: 0 0;
    line-height: 55px;
    width: 120px;
    text-align: center;
}

.policy .section-title .tabs-policy .active a {
    font-size: 24px !important;
}

.right-warp {
    padding-left: 0;
}

.policy .news-wrap.notice {
    padding: 10px 0 12px 0;
}

.policy .form-control {
    height: 40px;
    width: 196px;
    line-height: 40px;
}

.policy .search_center .input-group .btn {
    padding: 9px 30px;
    background-color: #f4f4f4;
}

.search .search_more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    border-top: 1px solid #ddd;
    color: #999;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
}

.search .search_more-btn>span>i {
    margin-left: 5px;
}

.search .search_more-btn:hover {
    color: #fa6e00;
}

.moreSearchWarp {
    margin-top: 20px;
    margin-bottom: 30px;
}

.moreSearchWarp .item {
    position: relative;
    height: 69px
}

.moreSearchWarp .item .itemlabel {
    width: 70px;
    position: absolute;
    height: 40px;
    line-height: 40px;
    color: #000;
}

.moreSearchWarp .item .edit {
    padding-left: 70px;
}

.moreSearchWarp .item.prl .itemlabel {
    text-align: right;
    width: 94px;
}

.moreSearchWarp .item.prl .edit {
    padding-left: 94px
}

.moreSearchWarp .item .edit.pr15 {
    padding-right: 22px
}

.moreSearchWarp {
    display: none;
}


/*------------------------------------------------------------------------*\
	# 分页
\*------------------------------------------------------------------------*/

.pagination-wrap {
    color: #666666;
    margin: 15px 0 0px 0;
    padding: 25px 0;
    border-top: 1px solid #ddd;
    text-align: right;
}

.pagination-wrap .pagination-prop {
    display: inline-block;
    position: relative;
    top: -11px;
    margin-right: 10px
}

.pagination-wrap .pagination-prop .current {
    padding: 0 5px;
}

.pagination-wrap .pagination-prop .total {
    padding: 0 5px;
}

.pagination-wrap nav {
    display: inline-block;
}

.pagination-wrap nav .pagination {
    margin: 0;
}

.pagination-wrap nav .pagination>.active>a,
.pagination-wrap nav .pagination>.active>span,
.pagination-wrap nav .pagination>.active>a:hover,
.pagination-wrap nav .pagination>.active>span:hover,
.pagination-wrap nav .pagination>.active>a:focus,
.pagination-sm>li>a,
.pagination-sm>li>span {
    color: #999;
}

.pagination-sm>li>a,
.pagination-wrap nav .pagination>.active>a {
    margin-right: 10px;
}

.pagination-sm>li:last-child>a {
    margin-right: 0;
}

.pagination-wrap nav .pagination>.active>span:focus {
    border-color: #143c78;
    background: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: #143c78;
    background: #fff;
}

.dd-tophts {
    background: #fb7d1a url('../css/img/huituis_bg.png') no-repeat center;
    color: #fff;
    height: 500px;
}

.dd-jituan {
    background: #555555 url('../css/img/jituan_bg.png') no-repeat center;
    color: #fff;
    height: 500px;
}

.dd-wenku {
    background: #3c5a96 url('../css/img/wenku_bg.png') no-repeat center;
    color: #fff;
    height: 600px;
}

.dd-topxt {
    background: #fb6b47 url('../css/img/xiaotu_bg.png') no-repeat center;
    color: #fff;
    height: 500px;
}

.dd-topcs {
    background: #48a2e0 url('../css/img/waimao_bg.png') no-repeat center;
    color: #fff;
    height: 500px;
}

.list_a {
    color: #333;
}

.list_a:hover {
    color: #fa6e00;
}

.certificate {}

.certificate .certificate-filter {
    text-align: center;
}

.certificate .certificate-bg {
    text-align: center;
    margin: 30px auto 40px auto;
    padding: 280px 0 0 0;
    width: 694px;
    height: 937px;
    background: url(./img/certificate.png) no-repeat;
}

.certificate .certificate-bg1 {
    text-align: center;
    margin: 30px auto 40px auto;
    padding: 280px 0 0 0;
    width: 694px;
    height: 937px;
    background: url(./img/newcertificate.png) no-repeat;
}

.certificate .certificate-user {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: #b37f45;
}

.certificate .certificate-desc {
    font-size: 21px;
    line-height: 33px;
    margin: 50px auto 0 auto;
    width: 500px;
    text-align: center;
    color: #b37f45;
}

.search-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(./img/search-icon.png) no-repeat center;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.search_center {
    z-index: 1;
    padding: 27px 158px 0 139px;
    min-height: 137px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.category-tel-title {
    color: #ccc;
    font-size: 18px;
    padding: 20px 0;
}

.category-tel-bg {
    background: #325082;
    height: 60px;
    line-height: 60px;
    width: 100%;
}

.category-tel-ico {
    padding: 20px;
    margin-bottom: 15px;
}

.category-tel-ico img {
    margin-top: -5px;
}

.category-line {
    position: absolute;
    border-right: 1px solid #ddd;
    height: 25px;
    margin-top: 18px;
}

.category-telnum {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}

.aaaleft {
    width: 30px;
}

.mbx_t {
    color: #999;
    padding-right: 10px;
}

.mbx_s a {
    color: #325082;
    padding: 0 10px;
}

.mbx_s a:hover {
    color: #3397dd
}

.mbx_l {
    color: #333;
    padding: 0 10px;
}

.mbx {
    padding: 15px 0;
    font-size: 14px;
    padding-left: 5px;
}


/*关于我们*/

.about-banner {
    height: 360px;
    width: 100%;
    background: url('../img/about/banner.png') no-repeat center;
    position: relative;
}

.about-banner-logo {
    text-align: center;
    padding-top: 70px;
}

.about-banner-title {
    width: 500px;
    margin: 0 auto;
    background-color: rgba(204, 51, 0, 0.5);
    filter: Alpha(opacity=50);
    /* 只支持IE6、7、8、9 */
    position: static;
    /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom: 1;
    /* For IE8 and earlier */
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    font-size: 26px;
}

.about-banner-title span {
    color: #fff;
    position: relative;
}

.about-banner-bg1 {
    padding: 80px 0;
}

.banner-title-1 {
    background: url('../img/about/banner-title-1.png') no-repeat;
    width: 630px;
    margin: 0 auto;
    height: 65px;
}

.banner-title-1 h1 {
    text-align: center;
    padding-top: 30px;
}

.about-text {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    padding: 48px 0;
}

.about-banner-bg2 {
    background: #f4f4f4;
}

.shiming_bg {
    background: url('../img/about/shiming.png') no-repeat;
    width: 346px;
    margin: 0 auto;
    height: 65px;
    position: relative;
    top: 40px;
}

.shiming_bg h1 {
    text-align: center;
    padding-top: 30px;
}

.hezuo_bg {
    background: url('../img/about/hezuo.png') no-repeat;
    width: 591px;
    margin: 0 auto;
    height: 65px;
    position: relative;
    top: 40px;
}

.hezuo_bg h1 {
    text-align: center;
    padding-top: 30px;
}

.hezuo-title {
    clear: both;
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
    color: #999;
}

.hezuo-text {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: center;
}

.email-txt {
    text-align: center;
    color: #325082;
    font-size: 18px;
    position: relative;
    top: 40px;
}

.banner2_bg {
    background: url(../img/about/banner2.png) no-repeat center top;
    width: 100%;
    height: 320px;
}

.banner2_txt {
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    padding-top: 170px;
}

.fazhan_bg {
    background: url(../img/about/banner3.png) no-repeat center top;
    width: 100%;
    height: 1030px;
    position: relative;
}

.fazhan_t {}

.fazhan_t h1 {
    text-align: center;
    padding-top: 120px;
}

.fanzhan_main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fanzhan_n1 {
    position: absolute;
    left: 0;
    width: 180px;
    height: 160px;
    top: 510px;
}

.fanzhan_n2 {
    position: absolute;
    left: 0;
    width: 180px;
    height: 160px;
    top: 220px;
    left: 150px;
}

.fanzhan_n3 {
    position: absolute;
    left: 0;
    width: 180px;
    height: 160px;
    top: 420px;
    left: 410px;
}

.fanzhan_n4 {
    position: absolute;
    left: 0;
    width: 180px;
    height: 160px;
    top: 190px;
    left: 630px;
}

.fanzhan_n5 {
    position: absolute;
    left: 0;
    width: 180px;
    height: 160px;
    top: 390px;
    left: 830px;
}

.fanzhan_n6 {
    position: absolute;
    left: 0;
    width: 180px;
    height: 160px;
    top: 50px;
    left: 1020px;
}

.fanzhan_num {
    width: 80px;
    background: #325082;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
}

.fanzhan_num p {
    font-size: 24px;
    color: #fff;
}

.fanzhan_year {
    float: left;
    background-color: rgba(250, 110, 0, 0.7);
    filter: Alpha(opacity=70);
    position: static;
    width: 100px;
    height: 30px;
    margin-top: 20px;
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-right: 10px;
}

.fanzhan_bottom {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    filter: Alpha(opacity=70);
    margin-top: 50px;
    height: 110px;
    border-top: 2px solid #fff;
}

.fanzhan_bottom p {
    color: #fff;
    padding: 10px;
}

.about_fuwu_bg {
    background: #f4f4f4;
    width: 100%;
    padding: 80px 0;
}

.yuanjing_bg {
    padding: 20px 0;
}

.yuanjing_title {
    background: url('../img/about/yuanjing.png') no-repeat;
    width: 287px;
    margin: 0 auto;
    height: 65px;
    position: relative;
    top: 40px;
}

.yuanjing_title h1 {
    text-align: center;
    padding-top: 30px;
}

.yuanjing_1_bg {
    background: url(../img/about/yuanjing_1.png) no-repeat;
    width: 220px;
    height: 420px;
    margin-top: 40px;
}

.yuanjing_2_bg {
    background: url(../img/about/yuanjing_2.png) no-repeat;
    width: 220px;
    height: 420px;
}

.yuanjing_3_bg {
    background: url(../img/about/yuanjing_3.png) no-repeat;
    width: 220px;
    height: 420px;
    margin-top: 40px;
}

.yuanjing_4_bg {
    background: url(../img/about/yuanjing_4.png) no-repeat;
    width: 220px;
    height: 420px;
}

.yuanjing_title_nei {
    background-color: rgba(250, 110, 0, 0.9);
    filter: Alpha(opacity=90);
    position: static;
    width: 140px;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-top: 50px;
    text-align: center;
}

.yuanjing_title_nei p {
    color: #fff;
    font-size: 18px;
}

.yuanjing_content {
    background-color: rgba(0, 0, 0, 0.5);
    filter: Alpha(opacity=50);
    position: absolute;
    width: 220px;
    height: auto;
    padding: 10px;
    bottom: 0;
    display: none;
    min-height: 120px;
}

.yuanjing_content p {
    color: #fff;
}

.download-wrapa {
    text-align: center;
    padding: 35px 20px;
    border: 1px solid #f7f7f7;
    border: 1px solid #ccc;
}

.download-wrapa .down-title {
    font-size: 20px;
    color: #333;
}

.download-wrapa .down-desc {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
    margin-top: 10px;
    color: #999;
    line-height: 22px;
}

.download-wrapa .down-icon {
    margin-top: 49px;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.download-wrapa .down-icon.down-icon-05 {
    background: url(./img/down_05.png) no-repeat top center;
}

.download-wrapa .down-icon.down-icon-06 {
    background: url(./img/down_06.png) no-repeat top center;
}

.download-wrapa .down-icon.down-icon-07 {
    background: url(./img/down_07.png) no-repeat top center;
}

.download-wrapa:hover .down-icon.down-icon-05 {
    background: url(./img/down_05_hover.png) no-repeat top center;
}

.download-wrapa:hover .down-icon.down-icon-06 {
    background: url(./img/down_06_hover.png) no-repeat top center;
}

.download-wrapa:hover .down-icon.down-icon-07 {
    background: url(./img/down_07_hover.png) no-repeat top center;
}

.download-wrapa:hover {
    border: none;
    background-color: #fff;
    box-shadow: 0px 4px 2px rgba(51, 51, 51, 0.05);
}

.nodata {
    width: 234px;
    margin: 0 auto;
    padding: 80px 0;
}

.ser_btn {
    margin-right: 20px;
    text-align: right;
}

.tsjy_ad {
    width: 400px;
    height: 160px;
    display: flex;
    justify-content: space-between;
}

.tsjy_ad .btnad {
    padding: 0 20px;
    line-height: 35px;
    color: #fff;
    background: #325082;
    width: 120px;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 30px;
    letter-spacing: 3px;
}


/*20190820*/

.s_item_bg {
    text-align: left;
    margin-top: 20px;
    margin-left: 30px;
}

.s_item_bg ul li {
    float: left;
    margin-right: 20px;
    color: #999;
}

.s_item_bg a {
    color: #999;
}


/*20191106 学院图表*/

.head_xyico {
    background: url('img/head_xy.png') no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 55px;
}


/* 20200206 */

.dbts_ul {
    margin-top: 30px;
    line-height: 35px;
}

.dbts_ul li {
    list-style-type: disc;
    margin-left: 22px;
}

.dbts02_bg {
    background: #fafafa;
    position: relative;
    top: 40px;
    width: 100%;
    clear: both;
    height: 500px;
}

.dbts03_bg {
    width: 1200px;
    margin: 0 auto;
}

.dbts_table table,
table tr th,
table tr td {
    border: 1px solid #efefef;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.cc {
    color: #fa6900;
}

.dbts_main {
    position: relative;
    width: 100%;
    clear: both;
    height: 500px;
}

.ad_top {
    position: fixed;
    width: 100%;
    height: 90px;
    background: url("../css/img/ad_top.png") no-repeat center center;
}

.adwarp_new {
    background: url("../css/img/adWarp_banner.png") no-repeat center center;
    width: 100%;
    height: 200px;
}

.adwarp_title {
    background: url("../css/img/adWarp_new.png") no-repeat center center;
    width: 405px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    font-size: 22px;
    color: #fff;
}

.sc-vedio {
    text-align: right;
    margin-top: 60px;
    color: #666;
}

.yz1 .search-tip {
    line-height: 20px;
    background: #ee7900;
    position: absolute;
    left: 20px;
    top: -36px;
    z-index: 10000;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}

.yz1 .searchyz-icon {
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #ee7900 transparent transparent transparent;
}

.class-wrap .class-level-03 .row05 {
    color: #A3A3A3;
    font-size: 12px;
}


/* 退税助手 */

.ad_content_bg {
    background: url('./img/ad_content_bg.png') no-repeat #f6f8fc;
    min-height: 680px;
    height: auto;
    width: 100%;
}

.tszs_logo {
    background: url('./img/ad_tszs_logo.png') no-repeat;
    width: 294px;
    height: 74px;
    margin-top: 190px;
}

.tszs_txt {
    font-size: 22px;
    color: #333;
    margin-top: 10px;
    letter-spacing: 8px;
}

.tszs_btn_group {
    margin-top: 38px;
}

.tszc_btn_zhu {
    width: 140px;
    height: 36px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    background: #ef7800;
    margin-right: 20px;
    border-radius: 5px;
    float: left;
    cursor: pointer;
}

.tszc_btn_zhu:hover {
    box-shadow: 0 4px 6px rgba(239, 120, 0, 0.4);
    transition-duration: 0.5s;
}

.tszc_btn_az {
    width: 140px;
    height: 36px;
    text-align: center;
    color: #ef7800;
    line-height: 36px;
    float: left;
    border: 1px solid #ef7800;
    background: #fff8f3;
    border-radius: 5px;
    cursor: pointer;
}

.tszc_btn_az:hover {
    box-shadow: 0 4px 6px rgba(239, 120, 0, 0.4);
    transition-duration: 0.5s;
}

.tszc_content {
    clear: both;
    padding-top: 20px;
    font-size: 14px;
    color: #666;
}

.tszs_s_title {
    width: 340px;
    margin: 0 auto;
    height: 102px;
    background: url(./img/tszs_s_title.png) no-repeat center center;
}

.tszc_ul {
    padding: 50px 0 110px 0;
}

.tszc_ul ul li {
    float: left;
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

.tszs_ul1 {
    font-size: 16px;
    color: #333;
    margin-top: 16px;
    text-align: center;
}

.tszs_w_bg {
    width: 100%;
    height: 420px;
}

.tszs_left_bg {
    display: table;
    height: 420px;
}

.tszs_left_nei {
    display: table-cell;
    vertical-align: middle;
}

.tszs_right_bg {
    display: table;
    height: 420px;
}

.tszs_right_nei {
    display: table-cell;
    vertical-align: middle;
    padding-left: 115px;
}

.tszs_right_title {
    font-size: 30px;
    color: #333;
    margin-bottom: 12px;
}

.tszs_right_con {
    color: #666;
    font-size: 18px;
    width: 415px;
}

.tszs_c_bg {
    width: 100%;
    height: 420px;
    background: #f6f8fc;
}


/* index */

.dw_logo {
    float: left;
    margin-right: 20px;
}

.dw_bg {
    float: left;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.dw_icon {
    background: url(../css/img/dw_icon_d.png);
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 6px;
}

.dw_icon:hover {
    background: url(../css/img/dw_icon.png);
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 6px;
    color: #ef7800;
}



.dw_li {
    float: left;
    padding: 0 30px;
    margin-left:25px;
    color: #333;
    font-size: 14px;
    background: url(../css/img/dw_icon_d.png) no-repeat;
    height:17px;
    line-height:17px;
   
}

.dw_li:hover {
    float: left;
    padding: 0 30px;
   margin-left:25px;
     color: #ef7800;
    font-size: 14px;
    background: url(../css/img/dw_icon.png) no-repeat;
    height:17px;
    line-height:17px;
}

.dw_line {
    height: 16px;
    width: 1px !important;
    background: #ddd;
    float: left;
    margin-top: 3px;
}


/* 技术支持 */

.jszc_title_h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 40px 0 16px 0;
    font-weight:bold;
}

.jszc_left_border {
    border-left: 3px solid #2f2f2f;
    padding-left: 12px;
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    float: left;
}

.jszc_bottom_line {
    height: 1px;
    width: 970px;
    background: #d3d3d3;
    margin-left: 30px;
    margin-top: 10px;
    float: left;
}

.jszc_txt {
    clear: both;
    color: #333;
    font-size: 16px;
    padding: 26px 0 34px 0;
}

.rx_icon {
    float: left;
}

.rx_txt {
    float: left;
    font-size: 16px;
    padding-left: 16px;
    margin-top: 5px;
}

.rx_txt div {
    margin-bottom: 5px;
}

/*20200829 生产企业在线客服*/

.zxkf_left_bg{
    width:590px;
    position:relative;
    margin-right:20px;
    height:70px;
    font-size:16px;
    border-radius:10px;
    float:left;
    display:table;
    background-image: linear-gradient(to right, #fff , rgba(255,255,255,0.8));
    cursor:pointer;
}

.zxkf_left_bg:hover{
    box-shadow: rgba(51,51,51,0.3) 0px 4px 6px;
    transition-duration: 0.5s;
}

.zxkf_logo{
    float:left;
     display: table-cell;
    vertical-align: middle;
    padding:10px;
    margin-top:10px;
}

.zxkf_txt{
    font-size:15px;
    color:#666;
    line-height:30px;
    margin-top:10px;
    margin-bottom:10px;
}

.zxkf_right_icon{
   position:absolute;
   top:25px;
   right:20px;
    padding-left:20px;
    background:url(../css/img/zxkf_right_icon.png) no-repeat;
    width:25px;
    height:24px;
}


.zxkf_right_bg{
    width:590px;
    position:relative;
   
    height:70px;
    font-size:16px;
    border-radius:10px;
    float:left;
    display:table;
    background-image: linear-gradient(to right, #fff , rgba(255,255,255,0.8));
    cursor:pointer;
}

.zxkf_right_bg:hover{
    box-shadow: rgba(51,51,51,0.2) 0px 4px 6px;
    transition-duration: 0.5s;
}

.jszc_bg{
    width: 1200px;
    margin-bottom: 20px;
    height: 160px;
    margin: 0 auto;
  
}

.jszc_item{
    width:386px;
    margin-right:21px;
    height:160px;
    border-radius:4px;
   background:#Fff;
   float:left;
}

.jszc_item:last-child{
     margin-right:0;
}

.jszc_item:hover{
    box-shadow:0 4px 6px rgba(0,0,0,0.1)
}

.jszc_top_img{
    background:url('img/gd_top_img.png') no-repeat;
    width:100%;
    height:80px;
}


.jszc_top_img_dl{
    background:url('img/dl_top_img.png') no-repeat;
    width:100%;
    height:80px;
}

.jszc_top_img_hn{
    background:url('img/hn_top_img.png') no-repeat;
    width:100%;
    height:80px;
}


.jszc_btn_dl{
    width:160px;
    height:32px;
    line-height:32px;
    border:1px solid #317bff;
    font-size:14px;
    color:#317bff;
    text-align:center;
    margin:20px auto;
    cursor:pointer;
}

.jszc_btn_dl:hover{
    width:160px;
    height:32px;
     line-height:32px;
    background:#317bff;
    color:#fff;
    text-align:center;
    cursor:pointer;
}


.jszc_btn_hn{
    width:160px;
    height:32px;
    line-height:32px;
    border:1px solid #fa6e00;
    font-size:14px;
    color:#fa6e00;
    text-align:center;
    margin:20px auto;
    cursor:pointer;
}

.jszc_btn_hn:hover{
    width:160px;
    height:32px;
     line-height:32px;
    background:#fa6e00;
    color:#fff;
    text-align:center;
    cursor:pointer;
}

.jszc_btn_gd{
    width:160px;
    height:32px;
    line-height:32px;
    border:1px solid #00a4dd;
    font-size:14px;
    color:#00a4dd;
    text-align:center;
    margin:20px auto;
    cursor:pointer;
}

.jszc_btn_gd:hover{
    width:160px;
    height:32px;
     line-height:32px;
    background:#00a4dd;
    color:#fff;
    text-align:center;
    cursor:pointer;
}

.kfzx_bg{
    width:100%;
    height:56px;
    line-height:56px;
    margin-bottom:40px;
    font-size:16px;
    margin-top: 20px;
    color:#333;
    background:#fff;
}

.kfzx_item{
    padding:0 24px;
    float:left;
    line-height:56px;
     height:56px;
}

.cpzxrx_icon{
    width:24px;
    height:24px;
    background:url(img/cpzxrx_icon.png) no-repeat;
    display:block;
    margin-right:8px;
    margin-top:16px;
    float:left;
}

.cpzxrx_txt{
    float:left;
}

.fmfwrx_icon{
    width:24px;
    height:24px;
    background:url(img/fmfwrx.png) no-repeat;
    display:block;
    margin-right:8px;
    margin-top:16px;
    float:left;
}


.jszcyx_icon{
    width:24px;
    height:24px;
    background:url(img/jszcyx.png) no-repeat;
    display:block;
    margin-right:8px;
    margin-top:16px;
    float:left;
}

.tsyx_icon{
    width:24px;
    height:24px;
    background:url(img/tsyx.png) no-repeat;
    display:block;
    margin-right:8px;
    margin-top:16px;
    float:left;
}
.zxian{
    float:left;
    color:#ddd;
}


.gd-tech-banner {
    width: 100%;
    height: 420px;
    background: url(../css/img/gd_banner.png) no-repeat center;
}

.dl-tech-banner {
    width: 100%;
    height: 420px;
    background: url(../css/img/dl_banner.png) no-repeat center;
}

.hn-tech-banner {
    width: 100%;
    height: 420px;
    background: url(../css/img/hn_banner.png) no-repeat center;
}

.zxrx_bg{
    padding:40px 0;
    width:100%;
    background:#f5f5f5;
}

.zxrx_main{
    height:136px;
}

.zxrx_item{
    width:386px;
    background:#fff;
    height:136px;
    border-radius:4px;
    margin-right:21px;
    float:left;
    position:relative;
   
   
}

.zxrx_item:last-child{
    margin-right:0;
}

.zxrx_icon{
    padding:32px;
    float:left;
    
}

.zxrx_title{
    padding:20px 0;
    float:left;
    width: 250px;
}
.zxrx_h1{
    font-size:16px;
    color:#333;
    line-height:20px;
}

.zxrx_h1 span{
    width:44px;
    height:20px;
    background:#fa5a32;
    color:#fff;
    font-size:12px;
    margin-left:8px;
    padding:3px 8px;
    margin-top:2px;
}
.zxrx_tel{
    font-size:26px;
    color:#333;
    font-weight:bold;
    color:#325082;
    letter-spacing:1px;
    line-height:26px;
    margin-top:10px;
}

.zxrx_h6{
    font-size:12px;
    color:#666;
    line-height:18px;
    padding:4px 0 8px;
    overflow:hidden;
}

.zxrx_pc_btn{
    border:1px solid #fa6e00;
    height:28px;
    line-height:28px;
    font-size:14px;
    padding:5px 10px;
    color:#fa6e00;
    margin-right:8px;
}

.zxrx_pc_btn:hover{
    background:#fa6e00;
    color:#fff;
}

.zxrx_h6 ul{
    list-style:square!important;
}

.zxrx_h6 li{
    float:left;
    font-size:12px; 
    color:#666;
    line-height:18px;
    margin-right:8px;
    position: relative;
    padding-left:8px;
}

.zxrx_h6 li:after {
    content: "";
    background: #666;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius:2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transition:translate(-50%,0); 
}

.mfkc_title{
    padding:40px 0 24px;
    font-size:22px;
    color:#333;
    line-height:32px;
    border-bottom:1px solid #ddd;
      position:relative;
   
}

.mfkc_line{
    width:30px;
    height:3px;
    background:#333;
    position:absolute;
    top:94px;
  
}

.scb_main{
    margin:24px 0;
    height:140px;
}

.scb_item{
    display: inline-block;
    
    border: 1px solid #c8d2f0;
    border-radius: 4px;
}

.scb_class{
    margin-bottom:40px;
    height:295px;
}

.class-wrap .class-level-03 i.icon-user {
    background: url(./img/icon_20_20.png) -139px -78px;
}
.class-wrap .class-level-03 i {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: -2px;
}

.class-wrap .class-level-03 i.icon-heart {
    background: url(./img/icon_20_20.png) -10px -102px;
}

.class-wrap .class-level-03 i.icon-thumb {
    background: url(./img/icon_20_20.png) -139px -10px;
}

.scb_news_main{
    height:236px;
    margin-bottom:80px;
}

.scb_news{
    margin-top:24px;
}

.scb_news li{
    color:#333;
    font-size:14px;
    line-height:20px;
    clear:both;
    height:20px;
    padding-bottom:16px;
}

.scb_news_left{
    float:left;
     padding-bottom:16px;
     overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
    width: 450px;/*需要配合宽度来使用*/
}

.scb_news_right{
    color:#999;
    float:right;
    line-height:20px;
     padding-bottom:16px;
}
.scb_news a{
    color:#333;
}


.scb_news a:hover{
    color:#fa6e00;
}


/*
    首页底部可关闭广告
    params:css
    by  jason 20201016
*/

 .footermask {
            position: fixed;
            max-width:100%;
            bottom: 0;
            right: 100%;
            width: 100%;
            /*height:70px;*/
            height: auto;
            background: url("./img/footer_ad20201029.png");
            /*background: url("./img/footer_banner20201230.png");*/
            z-index: 1001;
            cursor:pointer;
           
        }
        
        .closeee {
            background: url("./img/footerAd20201016_close.png") no-repeat center center;
        }
        
        .footermask .gotoCenter {
            display: block;
            width: 1000px;
            height: 108px;
            margin: 0 auto;
        }
        
        .footermask .closeee {
            position: absolute;
            top: 0px;

            /*top:-30px;*/
            right: 0px;
            margin-left: 0px;
            width: 40px;
            height: 100%;
            cursor: pointer;
        }
        
        .clickarea {
            position: absolute;
            top: 0;
            left: 200px;
            margin-left: 0px;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }
        
        .fd_btn {
            position: absolute;
            right: 70px;
            top: 55px;
            width: 120px;
            height: 35px;
            line-height: 35px;
            background: #ef5e25;
            text-align: center;
            color: #fff;
            font-size: 16px;
        }
        
        .fd_btn:hover {
            color: #fff;
            box-shadow: 0 4px 6px rgba(239, 120, 0, 0.4);
            transition-duration: 0.5s;
        }
         .fd_btn:focus {
            color: #fff;
        }
        
        .footer_thumbnail {
            position: fixed;
            left: 0px;
            bottom: 0px;
            width: 116px;
            height: 71px;
            cursor: pointer;
            z-index:999999;
            /*display: none;*/
        }

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


/*
    专属技术支持CSS
    by jason  on 2020/10/22
*/

.jszc_btn_main{
    width:230px;
    margin:0 auto;
    height:80px;
    text-align:left;
}

.jszc_mf{
    width:51px;
    height:51px;
    position:relative;
    top:-25px;
    left:15px;
}

.jszc_zxrx{
    font-size:16px;
    color:#333;
    position:relative;
    top:-40px;
}
.jszc_btn{
    width:100px;
    height:30px;
    font-size:14px;
    line-height:28px;
    color:#00a4dd;
    text-align:center;
    border:1px solid #00a4dd;
    margin-left:10px;
    display:inline-block;
    cursor:pointer;
}

.jszc_btn:hover{
    background:#00a4dd;
    color:#fff;
}

.jszc_btn1{
    width:100px;
    height:30px;
    font-size:14px;
    line-height:28px;
    color:#317bff;
    text-align:center;
    border:1px solid #317bff;
   margin-left:10px;
    display:inline-block;
    cursor:pointer;
}

.jszc_btn1:hover{
    background:#317bff;
    color:#fff;
}

.jszc_btn2{
    width:100px;
    height:30px;
    font-size:14px;
    line-height:28px;
    color:#fa6e00;
    text-align:center;
    border:1px solid #fa6e00;
   margin-left:10px;
    display:inline-block;
    cursor:pointer;
}

.jszc_btn2:hover{
    background:#fa6e00;
    color:#fff;
}


/*
    公告图标添加
    by jason on 2020/11/11
*/

.gg_icon{
    display:inline-block;
    background:url('img/tzgg_icon.png') center center;
    background-size:100%;
    width:16px;
    height:16px;
   position:relative;
   top:3px;
   right:10px;
}




.header-bg{
    width:100%;
    background:#Fff;
    overflow:hidden;
    position:relative;
    top:0px;
    height:70px;
    box-shadow: 0px 4px 2px rgba(51, 51, 51, 0.05);
}


.mt90{
    margin-top:92px;
}

.ad_top1{
    background:url('img/ad/top_head20201112.png');
    width:100%;
    position: fixed;
    height:90px;
}

/*
    params adWarp 公共按钮（立即报名）
    by jason on 2020/11/12
*/

.ybtn{
    position:relative;
    margin-left:595px;
   top:210px;
   width:120px;
   height:40px;
   line-height:40px;
   color:#9a4a08;
   background:#ffe473;
   border-radius:20px;
   display:block;
   text-align:center;
}

.ybtn:hover {
     color:#9a4a08;
     box-shadow: 0 4px 6px rgba(0, 23, 107, 0.4);
    transition-duration: 0.5s;
}

/*
    params 深圳背景
    return 440300
    by jason on 2020/11/12
*/

.sz_bg{
     width: 100%;
    height: 280px;
    background:url('img/ad/sz_bg20201112.png');
}

/*
    params 广东背景
    return 440000
    by jason on 2020/11/12
*/
.gd_bg{
     width: 100%;
    height: 280px;
    background:url('img/ad/gd_bg20201112.png');
}

/*
    params 河北背景
    return 13
    by jason on 2020/11/12
*/

.hb_bg{
     width: 100%;
    height: 281px;
    background:url('img/ad/hb_bg20201112.png');
}

/*
    params 河南背景
    return 13
    by jason on 2020/11/19
*/

.hn_bg{
     width: 100%;
    height: 281px;
    background:url('img/ad/hn_bg20201119.png');
}



/*
    params 黑龙江、吉林、辽宁、内蒙古
    time 2020/11/19
    by jason on 2020/11/12
*/

.time20201119_adbg{
     width: 100%;
    height: 280px;
    background:url('img/ad/hjl20201119_adwarp.png');
}

.time20201119_btn{
    position:relative;
    margin-left:545px;
   top:140px;
   width:130px;
   height:43px;
   line-height:43px;
   color:#9d4d11;
   background:#fbd07c;
   border-radius:40px;
   display:block;
   text-align:center;
}

.time20201119_btn:focus{
      color:#9d4d11;
}

.time20201119_btn:hover {
     color:#9d4d11;
    box-shadow: 0 4px 6px rgba(239, 120, 0, 0.4);
    transition-duration: 0.5s;
}

/*
    params 山西、贵州、北京、江西、重庆、山东、福建、安徽、西藏、陕西、青海、宁夏
    time 2020/11/23
    by jason on 2020/11/12
*/

.time20201123_adbg{
     width: 100%;
    height: 280px;
    background:url('img/ad/bj20201123_adwarp.png');
}

.time20201123_btn{
    position:relative;
    margin-left:545px;
   top:140px;
   width:130px;
   height:43px;
   line-height:43px;
   color:#fff;
   background:#c43316;
   border-radius:40px;
   display:block;
   text-align:center;
}

.time20201123_btn:focus{
      color:#fff;
}

.time20201123_btn:hover {
     color:#fff;
    box-shadow: 0 4px 6px rgba(239, 120, 0, 0.4);
    transition-duration: 0.5s;
}

/*
    params 山西、贵州、北京、江西、重庆、山东、福建、安徽、西藏、陕西、青海、宁夏
    time 2020/11/25
    by jason on 2020/11/12
*/
.time20201125_adbg{
     width: 100%;
    height: 280px;
    background:url('img/ad/nb20201125_adwarp.png');
}

/*
    params adWarp.html 读取地区码部分
    by jason on 2020/11/12

*/

.time20201126_adbg{
     width: 100%;
    height: 280px;
    background:url('img/ad/nb20201125_adwarp.png');
}
.adWarpDqm{
    margin-left:40px;
    margin-top:37px;
    font-size:18px;
    color:#fff;
    font-weight:bold;
}

.imgUp{
    width:100%;
    height:640px;
    position:absolute;
    z-index:99999;
    top:0px;
    background:url('img/ad/xiala_index2.png');
    cursor:pointer;
    
}
/*
    params 20201203AD
    return 
    by jason on 2020/11/12
*/

.adWarp20201203{
     width: 100%;
    height: 280px;
    background:url('img/adwarp20201203.png');
}


.certificate-zsbh{
    padding:20px 0;
    text-align:center;
    color: #b37f45;
    font-size:18px;
}
/*
    params 用户中心弹窗
    return css
    by jason on 2020/12/11
*/
.login-02 .hoverWarp{
        position: absolute;
    left: -50%;
    margin-left: -60px;
    width: 250px;
    height: 255px;
    display: none;
    z-index: 999999999;
    background: #fff;
    box-shadow: 0 1px 2px #b1b1b1;
    padding: 10px 15px 10px 10px;
    line-height: normal;

}

.login-02:hover .hoverWarp{
    display:block;
}


.user-quick-nav {
    text-align: center;
    display: block;
    margin: 0;
    padding: 5px;
    cursor: pointer;
}

.hoverWarp_body .fa {
    font-size: 18px;
    margin: 5px 0 0 0;
}

.user-quick-nav .nav-name {
    margin: 8px 0 8px 0;
    display: block;
    font-size: 12px;
    color: #999;
}



.hoverWarpname{
    clear:both;
     width: 100%;
    height: 32px;
    display: block;
    line-height:32px;
    text-align:center;
    border-top: 1px solid #dddddd;
    padding-top:10px;
}

.hoverWarpname .fa {
    font-size: 14px;
  
}

.user-quick-nav:hover {
    background: #f3f9ff;
}


 .newyearHeader{
                background:url('img/newyearHeader.png') no-repeat;
                background-size:100% 100%;
                width:100%;
                height:90px;
                  max-height: 100%;
        max-width: 100%;
            }







