/*全局样式--begin*/
body
{
    /*font-family:"Helvetica","Hiragino Sans GB","PingFang HK","STHeitiTC-Light","Microsoft Yahei","WenQuanYi Micro Hei","Arial",sans-serif;*/
    font-family: 'Microsoft Yahei', '微软雅黑', Helvetica, Arial, sans-serif;
    /*-webkit-text-size-adjust: 100%; 值为none，当样式表里font-size<12px时，中文版chrome浏览器里字体显示仍为12px*/
    /*-ms-text-size-adjust: 100%;*/

    -webkit-font-smoothing: antialiased; /* 让页面里的字体变清晰 */
    -moz-osx-font-smoothing: grayscale; /*抗锯齿属性*/
    -webkit-text-stroke: 1px transparent;
}

a,
button,
input
{
    color: #fff;
    outline: none!important;

    blr: expression(this.onFocus=this.blur());
}

a:hover,
a:focus
{
    text-decoration: none;

    color: #de5411;
}

li
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths
{
    position: relative;

    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;

}

@media ( min-width: 768px)
{
    .col-sm-5ths
    {
        float: left;

        width: 20%;
    }
}

@media ( min-width: 992px)
{
    .col-md-5ths
    {
        float: left;

        width: 20%;
    }
}

@media ( min-width: 1200px)
{
    .col-lg-5ths
    {
        float: left;

        width: 20%;
    }
}

/*全局样式--end*/

/*SJ--全局样式--begin*/
/*过渡样式--begin*/
.transition
{
    -webkit-transition: all .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .5s ease 0s; /* Firefox 4 */
    -o-transition: all .5s ease 0s; /* Opera */
    transition: all .5s ease 0s;
}

/*过渡样式--end*/
/*文字阴影--begin*/
.text-shadow
{
    text-shadow: 0 0 45px #000;
}

/*文字阴影--end*/
/*颜色color--begin*/
/*文字颜色*/
.text-color-white
{
    color: #fff;
}

.text-color-orange
{
    color: #de5411;
}

.text-color-grey
{
    color: #666;
}

.text-color-lightgrey
{
    color: #777;
}

a.text-color-grey:hover
{
    color: #de5411;
}

/*标题颜色*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6
{
    color: #dd5410;
}

/*颜色color--end*/
/*字体样式font--begin*/
.text-size-huge
{
    font-size: 50px;
}

.text-size-larger
{
    font-size: 24px;
    line-height: 36px;
}

.text-size-large
{
    font-size: 20px;
    line-height: 32px;
}

.text-size-medium
{
    font-size: 18px;
    line-height: 30px;
}

.text-size-normal
{
    font-size: 15px;
    line-height: 20px;
}

.text-size-small
{
    font-size: 12px;
}

.text-size-tiny
{
    font-size: 10px;
}

.font14
{
    font-size: 14px;
    line-height: 20px;
}

.font18
{
    font-size: 18px;
    line-height: 30px;
}

.font20
{
    font-size: 20px;
    line-height: 32px;
}

.font24
{
    font-size: 24px;
    line-height: 36px;
}
.font60
{
    font-size: 60px;
    line-height: 1;
}

@media screen and (max-width: 767px)
{
    .text-size-larger
    {
        font-size: 18px;
        line-height: 30px;
    }

    .text-size-large
    {
        font-size: 16px;
        line-height: 28px;
    }

    .text-size-medium
    {
        font-size: 14px;
        line-height: 26px;
    }

    .text-size-normal
    {
        font-size: 14px;
        line-height: 26px;
    }

    .font18
    {
        font-size: 14px;
        line-height: 26px;
    }

    .font20
    {
        font-size: 14px;
        line-height: 26px;
    }

    .font24
    {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
    .font18
    {
        font-size: 14px;
        line-height: 26px;
    }

    .font20
    {
        font-size: 14px;
        line-height: 26px;
    }

    .font24
    {
        font-size: 18px;
        line-height: 30px;
    }

    .text-size-huge
    {
        font-size: 40px;
    }
    .font60
    {
        font-size: 44px;
        line-height: 1;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px)
{
    .font18
    {
        font-size: 14px;
        line-height: 26px;
    }

    .font20
    {
        font-size: 16px;
        line-height: 28px;
    }

    .font24
    {
        font-size: 20px;
        line-height: 32px;
    }
    .text-size-huge
    {
        font-size: 42px;
    }
    .font60
    {
        font-size: 48px;
        line-height: 1;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1680px)
{
    .font18
    {
        font-size: 16px;
        line-height: 28px;
    }

    .font20
    {
        font-size: 18px;
        line-height: 30px;
    }

    .font24
    {
        font-size: 22px;
        line-height: 34px;
    }
    .text-size-huge
    {
        font-size: 44px;
    }
    .font60
    {
        font-size: 54px;
        line-height: 1;
    }

}

/*字体样式font--end*/
/*边距格式化*/
.padding-0
{
    padding: 0;
}

.padding-top-0
{
    padding-top: 0;
}

.padding-right-0
{
    padding-right: 0;
}

.padding-bottom-0
{
    padding-bottom: 0;
}

.padding-left-0
{
    padding-left: 0;
}

.margin-0
{
    margin: 0;
}

.margin-top-0
{
    margin-top: 0;
}

.margin-right-0
{
    margin-right: 0;
}

.margin-bottom-0
{
    margin-bottom: 0;
}

.margin-left-0
{
    margin-left: 0;
}
.margin-top-40
{
    margin-top: 40px;
}
/*回到顶部按钮--begin*/
.btt
{
    font-size: .9em;

    position: fixed;
    right: 30px;
    bottom: 30px;
}

.slide
{
    transition: all .5s linear 0s;
    -webkit-transition: all .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .5s ease 0s; /* Firefox 4 */
    -o-transition: all .5s ease 0s; /* Opera */
}

.slide--down
{
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -o-transform: translateY(120px);
}
.slide--reset1
{
    display: block;
    transform: translateY(-130px);
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -o-transform: translateY(-130px);
}
.slide--reset
{display: block;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}
/*回到顶部按钮--end*/
/*关闭图标--begin*/
.span_close
{
    position: relative;

    display: block;
    float: right;

    font-size: 30px;
    margin-left: 16px;
    color: #de5411;
    border-radius: 50%;
}

/*关闭图标--end*/
/*SJ--全局样式--end*/

.matrix-dock
{
    overflow-y: hidden;

    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 150%;
}

.image-dock
{
    display: block;
    overflow-y: hidden;

    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 120%;

    background-color: #dedede;
}

.image-dock img
{
    position: relative;
    top: 0;
    bottom: 0;

    width: 100%;
}

.artworks-dock
{
    overflow-y: hidden;

    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 120%;
}

.artwork-dock
{
    position: relative;

    display: block;

    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 100%;
}

.artwork-dock .img
{
    position: absolute;
    top: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
}

.artwork-dock .img img
{
    max-height: 100%;
}

/*header部分--begin*/
#header
{
    width: 100%;
    min-width: 1300px;
}

.main_header
{
    position: relative;

    text-align: center;

    color: #fff;
}

/*页面顶部渐变条*/
.main_header .main_top
{
    width: 100%;
    height: 15px;
    /*background-image: linear-gradient(to right, rgba(247, 181, 44, 1) 0px, rgba(233, 85, 4, 1) 100%);*/
}

/*header部分--end*/
/*图标默认显示  ul设置隐藏*/
#logo_show
{
    display: none;
}

/*经过li 样式变化*/
#logo_show li:hover
{
    background-color: #de5411;
}

/*左侧logo呼吸灯显示--begin*/

#drop_img
{
    -webkit-animation: drop_img 1.2s infinite;
    animation: drop_img 1.2s infinite;
}

/*logo下拉菜单弹出窗*/
.modal-wechat-share,
.modal-dialog-mailandphone
{
    margin: 16% auto 30px;
}

.logo_p
{
    font-family: Helvetica, Arial;
    font-size: 44px;

    padding: 12px 0;

    text-align: center;

    color: #595758;
}

.logo_p_mail
{
    font-size: 30px;

    padding: 39px 0;
}
.logo_p_mail a{
    display: inline-block;
    width: 100%;
}
.logo_p.logo_p_mail span.logo-p-mail-info
{
    font-size: 22px;

    margin-top: 10px;
}

.logo_p.logo_p_mail img
{
    margin-bottom: 19px;
}

.logo_p img
{
    display: block;

    width: 10%;
    margin: 0 auto 10px;
}

.logo_p span.logo-p-info
{
    font-size: 27px;

    display: block;

    color: #888;
}

.logo_p .logo_p_span
{
    font-size: 15px;
}

@keyframes drop_img
{
    0%
    {
        opacity: 1;
    }
    30%
    {
        opacity: .1;
    }
    100%
    {
        opacity: 1;
    }
}

@-webkit-keyframes drop_img
{
    0%
    {
        opacity: 1;
    }
    30%
    {
        opacity: .1;
    }
    100%
    {
        opacity: 1;
    }
}

/*导航左侧logo样式*/
.navbar-header .logo,#logo-social-touch
{
    position: fixed;
    z-index: 9999;

    min-height: 50px;
}

.navbar-header #logo-social-touch
{
    margin-left: 56px;
    display: flex;
    font-size: 49px;
    margin-top: 5px;
    -webkit-margin-before: 0;
}
.drop_down #drop_img
{
    width: 50px;
    height: 50px;
}

.navbar-header .logo .li_first
{
    display: none;
}

.navbar-header .logo .fab-menu
{
    position: fixed;
    z-index: 9999;
    top: 95px;
    left: 75px;

    clear: both;
    margin-top: -31px;
}

.navbar-header .logo .fab-menu-inner li
{
    position: absolute;
    top: 0;

    width: 50px;
    height: 50px;
    padding: 10px 0;

    border: 2px solid #de5411;
    border-radius: 50px;
    background-color: #000;
}

.navbar-header .logo li .fab-menu-btn:hover,
.navbar-header .logo .fab-menu-inner li:hover
{
    color: #fff;
    background-color: #de5411;
}

.navbar-header .logo li .fab-menu-btn:after,
.navbar-header .logo .fab-menu-inner li:after
{
    background-color: #000;
}

.navbar-header .logo li a
{
    font-size: 22px;
    line-height: 26px;

    text-align: center;

    color: #fff;
}
.navbar-header .logo li .fab-menu-btn
{
    font-size: 22px;
    line-height: 46px;

    position: absolute;
    top: -16px;

    width: 50px;
    height: 50px;

    text-align: center;

    border: 2px solid #de5411;
    border-radius: 50px;
    background-color: #000;
}

.navbar-header .logo .fab-menu-inner .message
{
    padding-left: 10px;
}

.fab-menu-inner div[data-fab-label]::after
{
    margin-top: -13px;

    background-color: #000;
}

/*左侧logo呼吸灯显示--end*/
/*导航菜单--begin*/
.headroom
{
    transition: transform 200ms linear;
    -webkit-transition: transform 200ms linear; /* Safari 和 Chrome */
    -moz-transition: transform 200ms linear; /* Firefox 4 */
    -o-transition: transform 200ms linear; /* Opera */

    will-change: transform;
}

.headroom--pinned
{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.headroom--unpinned
{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

#infscr-loading
{
    display: inline-block;

    width: 100%;

    text-align: center;
}


#main-header
{
    position: absolute;
    z-index: 9999;

    width: 100%;

    border: 0;
    margin-left: -15px;
}

.header-line
{
    width: 100%;
    height: 8px;

    background-image: linear-gradient(to right, rgba(247, 181, 44, 1) 0px, rgba(233, 85, 4, 1) 100%);
}
/*语言标签--begin*/
.language {
    background-color: #3f3d3c;
    width: 94px;
    position: absolute;
    z-index: 9999;
    top:8px;
    right: 3%;
    text-align: center;

    line-height: 30px;
    color: #fff;
    border-radius: 5px;

}
.language .language-title {
    background: url("../images/language-bg.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 108%;
    height: 30px;
    margin-left: -4px;
    cursor: pointer;
}
.language .language-list {
    height: 0;
    overflow: hidden;
    transition:height .5s;
    -moz-transition:height .5s; /* Firefox 4 */
    -webkit-transition:height .5s; /* Safari and Chrome */
    -o-transition:height .5s; /* Opera */
}
.language .language-list ul {
    padding: 0 8px;
    margin-bottom: 5px;
    color: #ddd;
    cursor: pointer;

}
.language .language-list ul li:first-child{
    border-bottom: 1px solid #6d6b6a;
}

.language .language-list ul li ,.language .language-list ul li a:focus{
    color: #ddd;
}
.language .language-list ul li:hover {
    color: #de5411;
}
.language:hover .language-list {
    height: 65px;
}

/*语言标签--end*/


.nav-container
{
    padding: 40px 60px 0 60px;

    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0px, rgba(0, 0, 0, 0) 100%);
}

#main-nav .dropdown
{
    padding-bottom: 20px;
}

#main-nav .navbar_a
{
    font-size: 14px;
    line-height: 44px;

    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 0;

    text-align: center;
    text-decoration: none;

    border: 2px solid #df5411;
    border-radius: 50px;
    background-color: #000;
    -webkit-transition: all .3s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .3s ease 0s; /* Firefox 4 */
    -o-transition: all .3s ease 0s; /* Opera */
    transition: all .3s ease 0s;
}

#main-nav .navbar_a:hover
{
    color: #fff;
    background-color: #df5411;
}

#main-nav .navbar_a:focus
{
    color: #fff;
}

.nav .open > .navbar_a::before
{
    position: absolute;
    right: 0;
    bottom: -22px;
    left: 0;

    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;

    content: '';

    opacity: .8;
    border-right: 18px solid transparent;
    border-bottom: 15px solid #000;
    border-left: 18px solid transparent;
}

#main-nav .dropdown-menu
{
    padding: 30px;

    text-align: center;
    vertical-align: top;

    border: none;
    background-color: rgba(0, 0, 0, .8);
}

.dropdown-menu > li > a
{
    color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    text-decoration: none;

    color: #de5411;
    background-color: transparent;
}

#main-nav .dropdown-menu a
{
    padding: 0;
}

#main-nav .dropdown-menu .dropdown-submenu
{
    display: inline-block;

    min-width: 12%;
    padding-right: 10px;
    padding-left: 40px;

    text-align: left;
    vertical-align: top;
}
#main-nav .dropdown-menu .dropdown-submenu .menu-icon
{
    font-size: 25px;

    vertical-align: middle;

    color: #fff;
}
#main-nav .dropdown-menu .dropdown-submenu .menu-group
{
    font-size: 16px;

    padding: 0 0 10px 0;
}

#main-nav .dropdown-menu .dropdown-submenu .menu-group span
{
    margin-right: 10px;
    margin-left: -36px;
}

#main-nav .dropdown-menu .dropdown-submenu ul
{
    margin: 0;
    padding: 0;
}

#main-nav .dropdown-menu .dropdown-submenu ul li
{
    font-size: 14px;
    line-height: 16px;

    margin: 0;
    padding: 6px 0;

    list-style: none;
}

#main-nav .dropdown-menu .submenu-20
{
    width: 16%;
}

#main-nav .dropdown-menu .submenu-20 ul li
{
    float: left;

    width: 50%;
}

/*导航右侧搜索框search--begin*/
.sb-search
{
    position: relative;

    float: right;
    overflow: hidden;

    width: 0;
    min-width: 50px;
    height: 50px;

    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;

    -webkit-backface-visibility: hidden;
}

.sb-search-input
{
    font-family: inherit;
    font-size: 14px;

    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 100%;
    height: 50px;
    margin: 0;
    padding: 10px 26px 10px 20px;

    color: #fff;
    border: 2px solid #7e7e7e;
    border-radius: 50px;
    outline: none;
    background: #000;
}

.sb-search-input::-webkit-input-placeholder
{
    color: #7e7e7e;
}

.sb-search-input:-moz-placeholder
{
    color: #7e7e7e;
}

.sb-search-input::-moz-placeholder
{
    color: #7e7e7e;
}

.sb-search-input:-ms-input-placeholder
{
    color: #7e7e7e;
}

.sb-icon-search,
.sb-search-submit
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    text-align: center;
}

.sb-search-submit
{
    z-index: -1;

    opacity: 0;
    color: transparent;
    border: 2px solid transparent;
    border-radius: 50px;
    outline: none;
    background: #000; /* IE needs this */

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
}

.sb-icon-search
{
    z-index: 90;

    width: 46px;
    height: 46px;
    margin-top: 2px;
    margin-right: 2px;

    color: #fff;
    border: none;
    border-radius: 50px;
    background: #000;

    speak: none;
}
.sb-search-open .sb-icon-search
{
    transform: rotateZ(-80deg);
    -webkit-transform: rotateZ(-80deg);
    -moz-transform: rotateZ(-80deg);
    -o-transform: rotateZ(-80deg);

}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search
{
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search
{
    z-index: 11;

    color: #fff;
    background: #000;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit
{
    z-index: 90;
}

/*导航右侧搜索框search--end*/
/*导航手机版语言标签--begin*/
.nav-footer {
    background-color: #221715;
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-left: -40px;
    z-index: 11;
    line-height: 50px;
    padding-left: 25px;
}
.footer-code-language-zh , .footer-code-language-us{
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: 200% 200%;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 50px;
}
.footer-code-language-zh {
    background-image: url("../images/language.jpg");
    background-position:bottom left;
}

.footer-code-language-us{
    background-image: url("../images/language.jpg");
    background-position:bottom right;
}

.footer-code-language-ch.active{
    background-position:top left;
}
.footer-code-language-us.active{
    background-position:top right;
}
/*导航手机版语言标签--end*/
/*导航菜单--end*/
/*header分享样式--begin*/
.share.bdsharebuttonbox
{
    position: absolute;
    right: 75px;
    bottom: 40px;

    width: 140px;
    height: 35px;
    padding: 0 5px;

    text-align: center;

    color: #b5b5b6;
    border: 1px solid #b5b5b6;
    border-radius: 30px;
    background-color: #000;
}

.share.bdsharebuttonbox span
{
    font-size: 14px;
    line-height: 33px;

    display: inline-block;

    vertical-align: middle;
}

.share.bdsharebuttonbox a
{
    font-size: 20px;

    display: inline-block;

    margin-left: 12px;
    padding: 0;

    vertical-align: middle;

    color: #b5b5b6;
    background: transparent none no-repeat scroll center center;
    background-size: 100%;
}
.share.bdsharebuttonbox a:hover
{
    color: #de5411;
}
/*header分享样式--end*/

/*底部footer--begin*/
.footer
{
    background-color: #f4f4f4;
}

.footer-link .logo
{
    margin-top: 42px;
    margin-bottom: 24px;
    padding: 0;
    margin-left: -2.5%;
}

.footer-link ul
{
    margin-top: 32px;
    margin-bottom: 24px;
}

.footer-link ul span
{
    font-size: 16px;
    line-height: 42px;

    color: #595757;
}

.footer-link ul li
{
    white-space: nowrap;
}

.footer-link ul li a
{
    font-size: 13px;
    line-height: 2em;

    color: #666;
}
.footer-link ul li a:hover
{
    color: #de5411;
}

/*todo start*/

.h_footer_link_language_main
{
    float: right;

    width: 160px;
    height: 72px;
}

.h_footer_link_language_main span
{
    font-size: 18px;
    font-weight: bold;

    display: inherit;

    color: #595757;
}

.h_footer_link_language_main a
{
    float: left;

    margin: 12px 10px 0 0;
}

/*todo end*/

.footer-bottom
{
    background-color: #c9caca;
}

.footer-bottom p
{
    font-size: .8em;
    line-height: 28px;

    margin-bottom: 0;

    text-align: right;
}
.footer-bottom p a.footer-file {
    margin-top: -8px;
    display: block;
    text-align: right;
    padding-bottom: 5px;
}
.footer-bottom p a.footer-file:hover
{
    color: #333;
    text-decoration: underline;
}
.footer-bottom p a.footer-file:focus {
    color: #333;
}

.footer-code-language-ch{
    background-image: url("../images/viewfile.png");
    background-position:bottom left;
}

.footer-file .footer-code-language-ch {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 100% 100%;
    margin-right: 2px;
    vertical-align: middle;
}
/*底部--end*/
/*主要内容模块*/

.bg-color-grey
{
    background-color: #efefef;
}

/*返回顶部图标--begin*/
.return-top
{
    font-size: 26px;
    line-height: 57px;

    width: 51px;
    height: 51px;
    padding: 0;

    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .3s ease 0s; /* Firefox 4 */
    -o-transition: all .3s ease 0s; /* Opera */

    color: #fff;
    border: 1px solid #de5411;
    border-radius: 50px;
    background-color: #de5411;
    z-index: 999;
}

.return-top:hover
{
    color: #de5411;
    background-color: #fff;
}

/*编辑器添加内容*/
.text_main
{
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
    line-height: 1.8em;
    color: #777;
}
.text_main_see_more{
    display: none;
}
.text_main p{
    margin-bottom: 1px;

    text-align: justify;
}
.text_main img
{
    display: inline;

    max-width: 100%;
    height: auto!important;
}
.text_main ul ,
.text_main ol
{
    padding-left: 24px;
}
.text_main ul li,
.text_main ol li
{
    list-style: inherit;

    color: #de5411;
}

.text_main ul li p,
.text_main ol li p
{
    color: #777;
    margin-bottom: 10px;
}
.text_main a{
    color:#de5411;
    border-bottom: 1px dotted #de5411;
}
.text_main a:hover{
    color:#de5411;
    border-bottom: 1px solid #de5411;
}

/*面包屑breadcrumb--begin*/
.breadcrumb
{
    height: 30px;
    margin: 0 0 10px 0;
    padding: 10px 0;

    opacity: .6;
    background-color: transparent;
}

.breadcrumb > .active,
.breadcrumb > li > a,
.breadcrumb > li > a:hover
{
    font-size: 14px;

    color: #666;
}

.breadcrumb > li + li::before
{
    font-size: .8em;
    line-height: 1.7;

    content: '>';
    vertical-align: text-bottom;

    color: #666;
}

/*面包屑breadcrumb--end*/

.banner_share
{
    position: relative;
    /*overflow: hidden;*/
}
/*摘要框--start*/

.description-dock
{
    position: relative;

    padding: 10px 0;

    background-color: #de5411;
}
.description-dock .breadcrumb
{
    position: relative;
    z-index: 1;

    height: auto;
    margin: 0;
    padding:10px 0;

    opacity: .6;
    background-color: transparent;
}

.description-dock .breadcrumb > .active,
.description-dock .breadcrumb > li > a,
.description-dock.breadcrumb > li > a:hover
{
    color: #fff;
}

.description-dock .breadcrumb > li + li::before
{
    color: #fff;
}

.description-dock .title
{
    font-size: 50px;
    line-height: 135px;

    position: absolute;
    z-index: 0;
    top: -135px;

    color: #ddd;

    width: 100%;
    left: 0px;
    padding-left: 200px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .8) 100px);
    height: 135px;
}
.description-dock .title1b
{
    font-size: 20px;
    line-height: 135px;

    position: absolute;
    z-index: 0;
    top: -135px;

    color: #ddd;

    width: 100%;
    left: 0px;
    padding-left: 0px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .8) 100px);
    height: 135px;

}

.description-dock .summary
{
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
}
/*摘要框拓展样式--begin*/
.description-dock.padding-0 {
    padding: 0;
}
.description-dock.background-none{
    background: none;
}
.description-dock.background-none .breadcrumb > .active,.description-dock.background-none .breadcrumb > li > a, .description-dock.background-none .breadcrumb > li > a:hover{
    color: #666;
}
.description-dock.background-none .breadcrumb > li + li::before {
    color: #666;
}
/*摘要框拓展样式--end*/
/*摘要框--end*/

/*工具栏tool-pdf 分享 新浪 微信 小图标 --begin*/
.content-toolbar
{
    margin-bottom: 26px;
    padding-bottom: 10px;

    border-bottom: 1px solid #de5411;
}

.content-toolbar span
{
    margin-right: 20px;
}

.content-toolbar span a
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #de5411;
    border: 1px solid #de5411;
    border-radius: 50%;
}
.content-toolbar span .ico_wechat,
.content-toolbar span .ico_sina{
    font-size: 22px;
}
.content-toolbar span a:hover
{
    color: #fff;
    background-color: #de5411;
}
/*工具栏tool-pdf 分享 新浪 微信 小图标 --end*/
/*申请*/
.apply
{
    margin-bottom: 50px;

    background-color: #de5411;
}

.apply p
{
    font-size: 20px;
    line-height: 84px;

    margin: 0;
}

.apply .btn-apply
{
    font-size: 24px;
    line-height: 40px;

    margin: 22px 0;
    padding: 0 50px;

    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .8s ease 0s; /* Firefox 4 */
    -o-transition: all .8s ease 0s; /* Opera */

    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.apply .btn-apply:hover
{
    color: #de5411;
    background-color: #fff;
}

/*页面下方扩展内容*/

/*更多图标 --begin*/
.page-more:hover
{
    transition: color .3s ease 0s;
    -webkit-transition: color .3s ease 0s; /* Safari 和 Chrome */
    -moz-transition: color .3s ease 0s; /* Firefox 4 */
    -o-transition: color .3s ease 0s; /* Opera */
    text-decoration: underline;
    color: #de5411;
}
.more-span
{
    font-size: 10px;
    line-height: 20px;
    text-align: center;

    display: inline-block;
    margin-left: 16px;
    padding-left: 0px;
    height: 20px;
    width: 20px;


    color: #de5411;
    border: 1px solid #de5411;
    border-radius: 50%;
    vertical-align: text-bottom;
}
.more-span::before {
    margin: auto;
}
.more-span:hover
{

    background-color: #de5411;
    color: #fff;
}
/*更多图标 --end*/
.extend-content-container
{
    padding-bottom: 70px;
}

.extend-content
{
    margin: 0 0 20px 0;
}

.extend-content h2
{
    font-size: 20px;
    line-height: 28.8px;

    margin: 0 -2px 8px;

    color: #de5411;
    border: none;
}

.extend-content h2 a
{
    font-size: 16px;
    line-height: 30px;

    float: right;

    color: #595757;
}

.extend-content .row
{
    padding: 0 10px;
}

.extend-content-article
{
    padding: 0 2px;
}

.extend-content-article a.h_shadow
{
    position: relative;

    display: block;
    overflow: hidden;

    /*height: 176px;*/

    background-color: #efefef;
}

.extend-content-article a img
{
    width: 100%;
}

.extend-content-article a p
{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 56px;
    margin: 0;
    padding:8px 22px;

    color: #595757;
    color: #fff;
    line-height: 22px;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
}

.extend-content-article a:hover p
{
    transition: background-color .5s ease 0s;
    -webkit-transition: background-color .3s ease 0s; /* Safari 和 Chrome */
    -moz-transition: background-color .3s ease 0s; /* Firefox 4 */
    -o-transition: background-color .3s ease 0s; /* Opera */

    background-color: rgba(222, 84, 17, .8);
}

/*页面下方扩展案例*/
.related-cases
{
    /*margin: 0 -20px;*/
}

/*页面下方 小图 扩展案例*/

#timeline {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#dates {
    width: 100%;
}

#dates li {
    list-style: none;
    float: left;
    width: 130px;
    font-size: 24px;
    text-align: center;
}
/*年份高亮--begin*/
#dates li .selected{
    font-size: 40px;
    color: #fff;
}
/*年份高亮--end*/





.related-cases .extend-content-case
{
    padding: 0 2px;
}

.related-cases .extend-content-case a
{
    display: block;

    width: 100%;
    height: 100%;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .5s ease 0s; /* Firefox 4 */
    -o-transition: all .5s ease 0s; /* Opera */
}
.related-cases .extend-content-case .mask-text{
    padding: 25% 18px 18px;
}
.related-cases .extend-content-case .mask-text img{
    width:100%;
}
.related-cases .extend-content-case .mask-text p{
    bottom: 0;
    font-size: 14px;
    height: 40px;
    left: 0;
    line-height: 20px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    overflow:hidden;
}

.extend-content-article .content-info ,.extend-content-article .extend-hidden{
    display: none;
}
.mask
{
    position: relative;

    width: 100%;
    height: 100%;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .5s ease 0s; /* Firefox 4 */
    -o-transition: all .5s ease 0s; /* Opera */
    vertical-align: middle;

    background-color: #de5411;
}
/*.mask:hover .mask-img,*/
/*.mask:focus .mask-img*/
/*{*/
    /*opacity: 0;*/
/*}*/
.mask:hover .mask-text,
.mask:focus .mask-text
{
    background: transparent;
}
.mask-text
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;

    width: 100%;
    height: 100%;
    padding: 18px;

    color: #fff;

}
.case_main .mask-text img{
    margin: 32% auto auto;
    width: 50%;
}
.case_main .mask-text p{
    bottom: 38%;
    left: 0;
    position: absolute;
    right: 0;
    margin:0;
    transform: translate(0px, 100%);

    -webkit-transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
    padding:0 18px;
}
.mask-text img
{
    margin: auto;
}
.mask-img{
    padding-bottom:100%;
}
.mask-img img{
    position: absolute;
    top:0;
    right:0;
    left:0;
    width:100%;
}
.mask-opacity-bg{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,.5);
}
.mask-bg{
    background-color: #de5411;
}
.related-cases .extend-content-case .brand-logo
{
    display: block;

    max-width: 100%;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .5s ease 0s; /* Firefox 4 */
    -o-transition: all .5s ease 0s; /* Opera */
}


/*新闻页面标签页*/
.article-filter-container
{
    padding: 1em 0;
}



.article-filter-tools button
{
    font-size: 18px;
    line-height: 25px;

    float: left;

    color: #de5411;
    border-color: #de5411;
    background-color: #fff;
    border-radius: 30px;
}

.article-filter-tools button:hover,
.article-filter-tools button.article-button
{
    color: #fff;
    border-color: #de5411;
    background-color: #de5411;
}

.article-filter-tools button::before
{
    line-height: 28px;

    float: right;

    margin-left: 10px;
    transform: rotateZ(80deg);
    -webkit-transform: rotateZ(80deg);
    -moz-transform: rotateZ(80deg);
    -o-transform: rotateZ(80deg);



    transition: all .5s ease 0s;
    -webkit-transition: transform .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: transform .5s ease 0s; /* Firefox 4 */
    -o-transition: transform .5s ease 0s; /* Opera */

}

.article-filter-tools button.article-button::before  {
    transform: rotateZ(10deg);

    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
}
.article-filter-tools .article-filter-keywords
{

    margin-left: 12px;

    color: #595757;
    margin-bottom: 0;
    padding: 6px 12px;
}

.article-filter-tools .article-filter-keywords .term
{
    font-size: 14px;
    line-height: 28px;

    float: left;

    padding-right: 12px;
}

.article-filter-tools .article-filter-keywords .term::before
{
    margin-right: 12px;

    content: '|';
}

.article-filter-tools .article-filter-keywords .term:first-child::before
{
    content: '';
}

.article-filter-tools .article-filter-keywords .term .search-close
{
    cursor: pointer;

    color: #de5411;
    font-size: 15px;
    margin-left: 5px;
    vertical-align: middle;
}

.article-filter-sorter
{
    float: right;

    padding: 6px 0;
    margin: 0;

    text-align: right;
}

.article-filter-sorter li
{
    display: inline-block;

    padding: 0 15px;

    vertical-align: middle;

    color: #b5b5b6;
    border-right: 1px solid #b5b5b5;
}

.article-filter-sorter li.last
{
    padding: 0 0 0 15px;

    border-right: none;
}

.article-filter-sorter li a
{
    color: #595757;
}

.article-filter-sorter li.active a
{
    color: #de5411;
}

.article-filter-content
{
    display: none;

    margin-top: 17px;
    padding: 28px 0;

    background-color: #fff;
}

.article-filter-content-btn
{
    font-size: 18px;

    display: block;

    width: 62px;
    height: 62px;
    margin: 10px auto 0;
    padding: 0;

    border-radius: 50%;
    border-color: #de5411;
    color: #fff;

    background-color: #de5411
}

.article-filter-content-btn:hover,
.article-filter-content-btn:focus
{
    color: #de5411;
    border-color: #de5411;
    background-color: #fff;
}

.article-filter-content::before
{
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;

    content: '';
    transform: translate(-500px, -41px);
    -webkit-transform: translate(-500px, -41px);
    -moz-transform: translate(-500px, -41px);
    -o-transform: translate(-500px, -41px);

    border-right: 16px solid transparent;
    border-bottom: 13px solid #fff;
    border-left: 16px solid transparent;
}

.article-filter-content form .form-group
{
    margin-right: auto;
    margin-left: auto;
}

.article-filter-content .form-horizontal label
{
    font-weight: inherit;
    line-height: 26px;

    padding: 0;
}

.article-filter-content .form-horizontal .control-label
{
    font-size: 18px;

    text-align: left;

    color: #de5411;
}

.btn-close
{
    display: table;

    margin: 0 auto;

    cursor: pointer;
}

.btn-close::before
{
    font-size: 28px;

    display: block;

    content: '∧';
    transform: scale(2, 1);
    -webkit-transform: scale(2, 1);
    -moz-transform: scale(2, 1);
    -o-transform: scale(2, 1);


    color: #de5411;
}



.article-grid-list .pager-more
{
    margin: 0;
    padding: 0;

    text-align: center;
}

.article-grid-list li
{
    display: inline;
}

.box-shadow
{
    box-shadow: 0 0 10px #ddd;
}

.article
{
    margin-bottom: 15px;

    background-color: #fff;
}

.article > a
{
    display: block;

    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 57%;
}

.article > a img
{
    width: 100%;
}

.article-meta
{
    padding: 15px 15px 15px 15px;
}

.article-meta .title
{
    height: 90px;
}

.article-meta .title a
{
    font-weight: bold;
    line-height: 1.5em;
}

.article-meta .summary
{
    line-height: 1.5em;

    overflow: hidden;

    height: 130px;
}

.article-meta span
{
    font-size: 10px;
}
/*市场活动*/
.activity-detail-time{
    padding:10px 0;
    color: #666;
}
.activity-detail-time span{
    margin-right:10px;
}
/*新闻列表页 内容为空时 显示的内容的样式*/
.new_list_no_text
{
    padding: 130px 0 140px;
}

.new_list_no_text p
{
    font-size: 24px;
    line-height: 36px;

    color: #595757;
}

.new_list_no_text span.no-content
{
    display: block;
    width: 50px;
    margin: 40px auto 0;
}
/*案例--begin*/
.case-category-item,
.case-item
{
    margin: 0;
    padding: 1px;
}

.stamp
{
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 100%;
}

.return
{
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 100%;

    cursor: pointer;

    color: #fff;
    background-color: #595757;
}
.return span{
    bottom: 0;
    color: #fff;
    height: 56px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.return p
{
    position: absolute;
    bottom: 38%;

    width: 100%;
    margin:0;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
}
.return.icon-st-case-return::before
{
    display: block;

    padding-top: 40%;
}
.case-item
{
    position: absolute;
    top: 0;
    left: 0;
}

.case-category-item a,
.case-item a
{
    border: none;
    position: relative;

    display: block;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .5s ease 0s; /* Firefox 4 */
    -o-transition: all .5s ease 0s; /* Opera */

    border-radius: 0;
    background-color: #efefef;
}
.case-category-item a
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.case-content
{
    position: absolute;
    top: 60%;
    left: 50%;

    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    text-align: center;
    width:100%;
    height:100%;
}
.case-content .case-btn-ico
{
    font-size: 72px;
    margin-top: 32%;
    display: block;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .5s ease 0s; /* Firefox 4 */
    -o-transition: all .5s ease 0s; /* Opera */

    color: #de5411;
}
.case-content .case-btn-ico-text
{
    bottom: 38%;
    color: #de5411;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
   transform: translate(0px, 100%);
    -webkit-transform: translate(0px,100%);
    -moz-transform: translate(0px,100%);
    -o-transform: translate(0px,100%);


    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: all .5s ease 0s; /* Firefox 4 */
    -o-transition: all .5s ease 0s; /* Opera */

    color: #de5411;
}
.case-category-item a:hover
{
    background-color: #de5411;
}
.case-category-item a:hover .case-btn-ico-text,
.case-category-item a:hover .case-btn-ico
{
    color: #fff;
}

.cases
{
    z-index: 99;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.case_main .pager-more
{
    margin: 0;
    padding-left: 0;
}
.case_main .pager-more a
{
    padding:0 0 100%;
    background-color: #595757;
}
.case_main .pager-more a span
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 56px;

    margin: auto;

    color: #fff;
}
.case_main .pager-more a p{
    position: absolute;
    left:0;
    right:0;
    bottom:38%;
    color: #fff;
    margin:0;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
}
.case_main #infscr-loading
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #efefef;
}
.case_main #infscr-loading img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
}
.case_main #infscr-loading div
{
    height: 100%;
}
.case_main #infscr-loading div em
{
    display: flex;
    flex-direction: row;

    height: 100%;

    align-items: center;
    justify-content: center;
}
.product-category-grid .term-product a,
.service-category-grid .term-service a{
 background-color: #595757;
}
.product-category-grid .term-product a,
.service-category-grid .term-service a{
    cursor: auto;
}
.product-category-grid a .case-btn-ico-text,
.service-category-grid .term-service a p{
    color: #fff;
    bottom:50%;
    transform: translate(0px, 50%);
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
}


.product-category-grid .term-product a .case-content,
.service-category-grid .term-service a .case-content{
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.case-item-mask{
    position: relative;
    padding-bottom: 100%;
}
.case-item-mask-img{
    position: absolute;
    top:0;
}
.case-item-mask-text{
    height: 100%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 60%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.case-item-mask-text:hover,
.case-item-mask-text:focus{
    background-color: #de5411;
}
.case-item-mask-text-bg{
    background-color: #de5411;
}
.case-item-mask-text span{
    color: #de5411;
    display: block;
    margin-top: 32%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    color:#fff;
}
.case-item-mask-text p{
    bottom: 38%;
    color: #de5411;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);


    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    color: #fff;
}
/*案例--end*/
/*搜索页搜索框--begin*/
.search_main_form
{
    border: 1px solid #595757;
    border-radius: 25px;
}

.search_main_form form
{
    width: 97%;
    padding: 5px;

    border-radius: 28px;
}

.search_main_form form span.input-group-btn
{
    width: 1% !important;
}

.search_main_form button
{
    background-color: transparent;
}

.search_main_form .input-group input
{
    padding-left: 0;

    border: transparent;
    box-shadow: none;
}

.search_main_form input:focus
{
    border: transparent;
    box-shadow: none;
}

/*搜索页搜索框--end*/
/*搜索页内容标题和摘要--begin*/
.search_title
{
    padding-bottom: 2%;

    border-bottom: 1px solid #000;
}

.search_text
{
    padding-bottom: 1%;
}

.search_text h3 a:hover
{
    text-decoration: underline;
}

.search_text p
{
    font-size: 16px;

    margin: 0;
}

/*搜索页内容标题和摘要--end*/

/*产品页页面banner--begin*/
.product_text_banner_main
{
    position: relative;

    background-color: #000;
}
.product_text_banner_main .carousel-control{
    background:none;
}
.product_banner_btn_main{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.product_banner_btn_main img
{
    position: absolute;
    right: 0;
    top: 34%;
    left: 0;

    display: block;

    width:110px;
    margin: auto;

    cursor: pointer;
}

.product_banner_btn_main p
{

    position: absolute;
    right: 0;
    top: 60%;
    left: 0;

    text-align: center;

    color: #bbb;
}

.product_banner_btn_centent
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.product_banner_btn_centent ul
{
    left: 50%;
    position: absolute;
    top: 34%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);


}
.product_banner_btn_centent ul li
{
    height: 22%;
    -webkit-transition: opacity .5s ease 0s;
    -moz-transition: opacity .5s ease 0s;
    -ms-transition: opacity .5s ease 0s;
    -o-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
}
.product-banner-ul
{
    width: 668px;
}
.product-banner-ul li{
    transform: rotateY(80deg);
    -webkit-transform: rotateY(80deg);
    -moz-transform: rotateY(80deg);
    -o-transform: rotateY(80deg);
    opacity: 0;


}
.product_banner_btn_centent ul li a
{
    display: inline-table;

    height: 100%;
}
.product_banner_btn_centent ul li a .product-icon
{
    font-size: 60px;
    line-height: 100px;

    display: inline-block;

    width: 100px;
    height: 100px;

    color: #fff;
    border: 2px solid #de5411;
    border-radius: 50%;
}
.product_banner_btn_centent ul li a:hover .product-icon
{
    background-color: #de5411;
}
.product_banner_btn_centent ul li p
{
    font-size: 26px;
    line-height: 36px;

    width: 100%;
    margin: 14px auto 0;

    transition: opacity .5s ease 0s;
    -webkit-transition: opacity .5s ease 0s; /* Safari 和 Chrome */
    -moz-transition: opacity .5s ease 0s; /* Firefox 4 */
    -o-transition: opacity .5s ease 0s; /* Opera */
    text-align: center;

    opacity: 0;
    color: #fff;
}

.product_text_banner_main .product_banner_btn_centent ul li a:hover p
{
    opacity: 1;
}

.product_banner_btn_centent ul li p span
{
    font-size: 20px;

    display: block;
}

.product_banner_btn_centent ul li a img
{
    height: 100%;
}

.product_dspan .product_banner_btn_centent ul li
{

}

.product_banner_img
{
    position: absolute;
    top: 0;
    text-align: center;
}

.product_banner_img span.product-close
{
    height: 40px;
    width: 40px;
    line-height: 37px;
    position: absolute;
    right: 32px;
    top: 60px;
    z-index: 99;
    border-radius: 50%;
    font-size: 22px;
    border: 2px solid #de5411;
    transform: rotateZ(-48deg);
    -webkit-transform: rotateZ(-48deg);
    -moz-transform: rotateZ(-48deg);
    -o-transform: rotateZ(-48deg);
}
.product_banner_img span.product-close:hover,
.product_banner_img span.product-close:focus
{
    background-color: #de5411;
    color: #fff;
}
/*轮播图底部小点样式--begin*/
.carousel-indicators li
{
    margin: 1px 5px;

    transition: all .8s ease 0s;
    -webkit-transition:  all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-animation: all .8s ease 0s;
}
.carousel-indicators li:hover
{
    width: 12px;
    height: 12px;
    margin: 0 4px;

    transition: all .3s ease 0s;
    -webkit-transition:  all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-animation: all .3s ease 0s;

    border-color: #de5411;
    background-color: #de5411;
}
.carousel-indicators li.active
{
    margin: 0 4px;

    border-color: #de5411;
    background-color: #de5411;
}
/*轮播图底部小点样式--end*/
/*产品轮播图左右箭头--begin*/

.carousel-control > span:first-child{
    color: #fff;
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    z-index: 6;
    display: block;
    top:50%;
    height: 38px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.carousel-control.left .product-left,.carousel-control.left .honor-left{
    left: 20px;
}
.carousel-control.right .product-right,.carousel-control.right .honor-right{
    transform: rotateY(180deg) translateY(-50%);
    -webkit-transform: rotateY(180deg) translateY(-50%);
    -moz-transform: rotateY(180deg) translateY(-50%);
    -o-transform: rotateY(180deg) translateY(-50%);
    right: 20px;
}
.carousel-control.left .honor-left,.carousel-control.right .honor-right {
    top:-25%;
}
/*产品轮播图左右箭头--end*/
/*产品页页面banner--end*/
/*获奖banner栏--begin*/
/*年份tab栏--begin*/
.company-tab
{
    background-color: #de5411;
    overflow: hidden;
}

.company-tab ul
{
    margin: 0;
    text-align: right;
}

.company-tab li
{
    display: inline-block;
}
.company-tab li a
{
    font-size: 34px;
    line-height: 66px;

    padding: 0 36px;

    color: #e18754;
}

.company-tab li.active a
{
    /*color: #fff;*/
}

.company-tab li a:hover
{
    color: #fff;
}

/*年份tab栏--end*/

/*企业荣誉奖项轮播图--begin*/
.company-text
{
    overflow: hidden;
    overflow-x: auto;
}

/*企业荣誉奖项遮罩和文字--begin*/
#honor-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#honor-carousel .honor-carousel-container {
    position: relative;
    margin: 0;
    padding: 0;
    width: 20000em;
}
#honor-carousel .honor-carousel-container .item {
    float: left;
}

#honor-carousel .honor-carousel-container .item .padding-0{
    position: relative;
}
.company-text .item div{
    background-color: #000;
}
.company-text .item img{
    opacity: .6;
    width: 100%;
}
.company-text .item p
{
    font-size: 18px;
    line-height: 26px;
    height:52px;
    overflow: hidden;

    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    margin: auto 0;
    padding:0 15px;

    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.company-text .item div:hover p{
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*企业荣誉奖项遮罩和文字--end*/
/*企业荣誉奖项轮播图左右箭头--begin*/
.company-text .carousel-control
{
    top: 0;
    bottom: 0;

    width: 40px;
    height: 0px;
    margin: auto 0;

    background: transparent;
}

.company-text .carousel-control.left
{
    left: 3%;
}

.company-text .carousel-control-left-span::before
{
    font-size: 120px;
    line-height: 12px;

    content: '‹';
}

.company-text .carousel-control.right
{
    right: 3%;
}

.company-text .carousel-control-right-span::before
{
    font-size: 120px;
    line-height: 12px;

    content: '›';
}

/*企业荣誉奖项轮播图左右箭头--end*/
/*企业荣誉奖项轮播图--end*/

/*关于我们 公司简介*/
.social-qrcode-box
{
    position: absolute;
    z-index: 10;

    width: 100%;
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);*/
    padding: 0;
}
.about-contact .nav-tabs
{
    padding-bottom: 1px;

    border-bottom: 1px solid #c1c1c1;
    position: relative;
}
/*.about-contact .nav-tabs li.active a::before*/
/*{*/
    /*font-weight: 100;*/
    /*line-height: .1;*/

    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: -13px;*/
    /*left: 0;*/

    /*display: block;*/

    /*width: 20px;*/
    /*height: 21px;*/
    /*margin: 0 auto;*/

    /*content: '︿';*/

    /*color: #c1c1c1;*/
    /*background-color: #fff;*/
/*}*/
.about-contact .about-our-tabico{
    position: absolute;
    z-index: 9;
    left:25px;
    bottom:-1px;

    width:20px;
    height:6px;
    border-bottom:1px solid #fff;
}
.about-contact .about-our-tabico::before{
   content: '';
    width:14px;
    border-bottom: 1px solid #c1c1c1;
    display: block;
    transform: rotateZ(-45deg);
    margin-left: -2px;
}
.about-contact .about-our-tabico::after{
    content: '';
    width:14px;
    border-bottom: 1px solid #c1c1c1;
    display: block;
    transform: rotateZ(45deg);
    margin-left: 8px;
    margin-top: -1px;
}
.about-contact .nav-tabs li a
{
    font-size: 20px;

    color: #c1c1c1;
    border: none;
}

.about-contact .nav-tabs li.active a
{
    color: #595757;
}

.about-contact .nav-tabs li a:hover,
.about-contact .nav-tabs li a:focus
{
    color: #595757;
    border: transparent;
    background: transparent;
}
.about-contact .tab-content
{
    position: relative;
}


.about-contact .tab-pane
{
    padding: 30px 0;
}

.about-contact .tab-pane p
{
    margin-bottom: 0;
}

.about-contact .tab-pane p span
{
    margin-right: 20px;

    color: #de5411;
}

.social-qrcode-box .container
{
    padding: 4px 15px 15px 52px;

    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);

    margin-top: -4px;
}
.social-qrcode-box .container img
{
    width: 8%;
    margin-right: 2%;
}
#map-container
{
    position: relative;

    width: 100%;
    padding-bottom: 40%;
}

#map
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}


/*加入我们 内容*/
.join_text_div
{
    padding: 50px 0;
    border-top:none;
    border-right:none;
    border-left:none;
    border-bottom: 1px solid #de5411;
    box-shadow: none;
}
.join_text_div .join_text_div_title{
    color: #de5411;
}
.join_text_div .panel-heading
{
    padding: 0;
    background-color: transparent;
}
#accordion .join_text_div .panel-collapse .panel-body{
    border:transparent;
    padding:0;
}
.join_text_div h3
{
    height: 100%;
    margin: 0;
    float: left;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.join_text_div h3 a{
    display: inline-block;
    width:100%;
}
.join_text_div h3 a.collapsed .join-icon-arrow
{
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.join_text_div h3 a .join-icon-arrow
{
    font-size: 18px;
    margin-top: 3px;
    color: #666;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
}



.join_text_div ul
{
    padding: 0;
}

.join_text_div ul li
{
    position: relative;

    float: left;

    width: 30%;
    margin-bottom: 12px;
    margin-right: 10px;
}
.collapse{
    display: block;
}
.join_text_div ul li.join_text_li_hot::before
{
    font-size: 12px;
    line-height: 18px;

    position: absolute;
    top: -6px;
    left: -20px;

    display: block;

    width: 18px;
    height: 18px;

    content: 'H';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #de5411;
}

.join_text_div ul li a
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    color: #595757;
}

.join_text_div ul li a:hover,
.join_text_div ul li a:focus
{
    color: #de5411;
}





/*生活在时趣--begin*/
.career-text h2
{
    margin-bottom: 3%;
}

.career-text .career-img
{
    font-size: 68px;

    display: block;

    width: 68px;
    margin: 3% auto -10px;

    color: #de5411;
}
/*工具栏 表单*/
.toolbar_form{
    position: relative;
}
.toolbar_form_post{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background-color: #fff;
    z-index: 99;

}
.toolbar_form h5{
    padding-left: 15px;
}
.bootbox-close-button{
    position: relative;
    z-index: 999;
}
.toolbar_form .form-horizontal .form-group{
    margin:0;
}
.toolbar_form .form-horizontal .input-group{
    z-index: 1;
}
.toolbar_form .form-horizontal label{
    padding:0;
    text-align: left;
    line-height: 34px;
}
.toolbar_form .help-block{
    height:1.42857em;
    margin:0;
}
.toolbar_form .modal_detail_btn{
    border: 1px solid #de5411;
    border-radius: 50%;
    color: #de5411;
    display: table;
    height: 60px;
    margin: 30px auto;
    padding: 0;
    width: 60px;
}
.toolbar_form .modal_detail_btn:hover,
.toolbar_form .modal_detail_btn:focus
{
    color: #fff;
    background-color: #de5411;
}
.toolbar_form .required > label::after{
    content: '*';
    color: #ff0000;
}
/*---面包屑*/
.toolbar_form_tab ul{
    padding-left: 15px;
    padding-bottom: 20px;
}
.toolbar_form_tab li{
    float: left;
}
.toolbar_form_tab li:first-child::before
{
    margin-right: 0;
    padding-left: 0;

    content: '';
}

.toolbar_form_tab li::before
{
    margin-right: 20px;
    padding-left: 20px;

    content: '|';

    color: #595757;
}
.toolbar_form_file{
    border:1px solid #595757;
    padding:0 15px;
}
.toolbar_form_file li{
    border-bottom:1px solid #595757;
   line-height: 28px;
}
.toolbar_form_file li:last-child{
    border:none;
}
.toolbar_form_file li .icon-st-join-recruit{
    color: #de5411;
}
.toolbar_form_file .form-group-file-no a{
    color: #595757;
}
.toolbar_form_yes button,
.toolbar_form_no button
{
    background-color: #de5411;
    border-radius: 5px;
    color: #fff;
    float: none;
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    padding: 8px 30px 10px;
    margin-top: 30px;
}
.toolbar_form_yes span,
.toolbar_form_no span{
    display: inline-block;
    margin:80px auto 40px;
}
/*分页样式*/
.pagination{
    float: right;
}
.pagination li{
   display: inline-block;
}
.pagination li a{
   border-radius: 50%;
    border:none;

}
.pagination li.active a{
    background-color: #de5411;
    color: #fff;
    border-color: #de5411;
}
.pagination li span{
    border-radius: 50%;
}
ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span,
ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span{
    border-radius: 50%;
}
ul.pagination > li:first-child > a,
 ul.pagination > li:last-child > a{
     background-color: #de5411;
     color: #fff;
    border-color: #de5411;
 }
ul.pagination > li:first-child > span,
ul.pagination > li:last-child > span{
    background-color: #595757;
    color: #fff;
    border-color: #595757;
}
/*最小值为1200*/

.content-container
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px)
{
    .content-container
    {
        width: 750px;
    }
}
@media (min-width: 992px)
{
    .content-container
    {
        width: 970px;
    }
}
@media (min-width: 1200px)
{
    .content-container
    {
        width: 1000px;
    }
}

@media (max-width: 1440px){
    .case-content .case-btn-ico{
        font-size: 50px;
    }
}
.insight-tip {
    position: absolute;
    top: 7px;
    right: 13%;
    width: 90px;
    height: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-weight: bold;
}
@media (max-width: 768px) {
    .insight-tip {
        display: none;
    }
}
.insight-tip .insight-tip-arrow {
    width: 20px;
    height: 18px;
}
.insight-tip .insight-tip-insight {
    width: 128px;
    /*height: 56px;*/
    cursor: pointer;
    object-fit: contain;
}
.free-tool {
    right: 0px;
    width: 60px;
    height: 154px;
    display: block !important;
}
.back-top {
    display: block !important;
    bottom: 112px;
    right: 0px;
    padding: 0px 8px;
    z-index: 9;
}


.back-top .back-top-img {
    height: 50px;
    width: 50px;
}