@import '/assets/css/font-awesome.css';


h1 {
    margin-top:0px;
}

h2 {
    font-size: 20px;
    font-family: Arial;
    line-height: 24px
}

h3 {
    font-size: 17px;
    font-family: Arial;
    line-height: 20px
}

h4 {
    font-size: 16px;
    font-family: Tohoma;
    line-height: 14px;    
}

h1,
h2
{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-weight: 700
}

b,strong {
    font-weight: 600
}


h3,
h4,
h5
h6 {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-weight: 600
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

body {
    font-family: 'Lucida Grande', 'Microsoft Yahei';
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    overflow-x: hidden;
    line-height:1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

form {
    margin: 0
}

label {
    font-weight: normal
}

a {
    cursor: pointer
}

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


p {
    margin:0 
 }

img {
    border: none;
    max-width:100%;
    height:auto;
  }


/*from bootstrap*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    vertical-align: middle
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}


.form-group {
    margin-bottom: 15px;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}


dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height: 46px
    }
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}


/*bxwrapper*/
 .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.bx-wrapper .bx-pager {
    left: 0;
    right: 0;
    bottom: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    z-index: 999
}

.bx-wrapper .bx-pager .bx-pager-item {
    overflow: hidden;
    text-indent: -100px;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager a {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 3px;
    outline: 0;
    background: #ddd;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 22px;
    font-size: 13px;
    font-weight: normal
}

.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a.active {
    background: #fff;
    border-color: #c60001;
    color: #fff
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -16px;
    outline: 0;
    width: 34px;
    height: 70px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
    background: #666 url(../img/b1.png) no-repeat -41px -27px
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    opacity: .6
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
    background: #666 url(../img/b1.png) no-repeat -5px -27px
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
    opacity: .6
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.sep-resource-info .page-title {
    font-size: 28px;
    margin-bottom: 30px
}

.sep-resource-info .richtext {
    font-size: 16px
}

.sep-resource-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list .sep-datalist li {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 140px;
    padding: 15px 10px 50px 10px;
    line-height: 1em;
    overflow: hidden
}

.sep-resource-list .sep-datalist li .thumb {
    float: left;
    display: none;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    margin-right: 15px
}

.sep-resource-list .sep-datalist li .thumb img {
    max-width: 100%;
    max-height: 100%;
    border: none
}

.sep-resource-list .sep-datalist li .title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    /*height: 1em;*/
   line-height:1.35em;
   overflow: hidden;
  /* text-overflow: ellipsis;*/
   /*white-space: nowrap;*/
   font-size: 15px
}

.sep-resource-list .sep-datalist li .summary {
    display: block;
    color: #666;
    line-height: 1.5em
}

.sep-resource-list .sep-datalist li .published, 
.sep-resource-list .sep-datalist li .updated {
    display: inline-block; /* 保证它们并排显示 */
    color: #999;
    font-size: 12px;
    margin: 0 15px 5px 0;
}

.sep-resource-list .sep-datalist li .published:before,
.sep-resource-list .sep-datalist li .updated:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073"; /* 你可以选择不同的图标 Unicode，依据需求来选择 */
    margin-right: 5px;
}

.sep-resource-list .sep-datalist li .btn-read {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    font-size: 12px
}

.sep-resource-grid {
    margin-top: 10px
}

.sep-resource-grid .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden
}

.sep-resource-grid .sep-datalist li {
    position: relative;
    float: left;
    width: 33.3%;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 10px
}

.sep-resource-grid .sep-datalist li .thumb {
    display: block;
    width: 100%;
    height: 220px;
    line-height: 216px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px
}

.sep-resource-grid .sep-datalist li .thumb img {
    max-width: 100%;
    max-height: 100%;
    border: none
}

.sep-resource-grid .sep-datalist li .title {
    line-height: 1.5em;
    height: 3em;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    font-weight: bold
}

.sep-resource-grid .sep-datalist li .summary {
    display: block;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    color: #777
}

.sep-resource-grid .sep-datalist li .published {
    display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
    display: none
}

.sep-form {
    padding: 30px 15px
}

.sep-form .form-group {
    position: relative;
    padding: 0 5% 0 18%
}

.sep-form .form-group .control-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px
}

.sep-form .form-group .control-label .required {
    color: #c00
}

.sep-form .form-group .radio,
.sep-form .form-group .checkbox {
    margin: 0;
    padding: 7px 0
}

.sep-form .form-group .regex-tip {
    position: absolute;
    top: 3px;
    right: 35%;
    z-index: 99;
    padding-right: 15px
}

.sep-form .form-group.has-success:after {
    right: 15%
}

.sep-pagination {
    text-align: center
}

/*.sep-pagination .pagination li a,
.sep-pagination .pagination li span {
    padding: 3px 10px
}*/

.sep-pagination .pagination li.active a,
.sep-pagination .pagination li.active span {
    border-color: #999;
    background: #dddddd;
    color: #fff;
}

.breadcrumb {
    background: none;
    padding: 30px 0;
    margin: 0 0 0 14px
}

.breadcrumb:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f015";
    margin-right: 5px;
    margin-top: 2px;
    display: inline-block;
    color: #888;
    vertical-align: top
}

.breadcrumb li:after {
    margin-left: 5px;
    content: '>'
}

.breadcrumb>li+li:before {
    content: none
}

.breadcrumb li:last-child:after {
    content: none
}

/* 询盘表单弹窗 */
/* === Inquiry Popup: Overlay === */
.inquiryformpop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
.inquiryformpop.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

/* === Popup Panel === */
.popup-form {
  position: relative;                    /* anchor for .popup-actions */
  width: 85%;
  max-width: 600px;
  background: #ebebeb;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  padding: 45px 30px 10px;

  /* keep visual gap from viewport edges and enable inner scroll */
  max-height: calc(100vh - 48px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#popup-form-container .sep-form{
  padding: 15px 0; 
}

/* === Actions (Clear + Close) fixed at top-right === */
.popup-actions {
  position: absolute;
  top: 12px;
  right: 16px;
  display: flex;
  align-items: center;
  gap:15px;
  z-index: 2;
}
.popup-actions .form-reset-btn {
  appearance: none;
  border: 1px solid #d0d5dd;
  color: #344054;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 9999px;                 /* pill */
  cursor: pointer;
  transition: background .15s, border-color .15s, box-shadow .15s;
}
.popup-actions .form-reset-btn:active { background: #d0d5dd; }
.popup-actions .form-reset-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52,64,84,.18);
}
.popup-actions .close-btn {
  font-size: 30px;
  color: #475467;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: color .15s, transform .1s;
}
.popup-actions .close-btn:hover { color: #1f2937; }
.popup-actions .close-btn:active { transform: scale(.96); }

/* === Header (title + link + prompt) === */
.popup-form-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: bold;
}

/* title-row: 标题和邮箱同行，上下居中 */
.popup-form-header .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center; /* 上下居中 */
}

.popup-form-title {
  font-size: 24px;
}
.popup-form-header .rt {
  color: #ff6800;
  text-decoration: none;
}

/* prompt 保持在下一行 */
.popup-form-prompt {
  display: block;
  margin-top: 5px;
  color: #ff6800;
  font-size: 18px;
}

#popup-form-container button {
  width: 200px;
  text-align: center;
  display: table;
  background: #ff6800;
  border-color: #ff6800;
  border-radius: 12px;
  outline: none;
  margin: 0 auto;
}

/* === Open trigger (outside the popup) === */
.open-inquiry-btn {
  cursor: pointer;
}
button.open-inquiry-btn {
  width: 200px;
  height: 30px;
  text-align: center;
  color: #fff;
  display: table;
  margin: 20px auto;
  background: #ff6800;
  border-color: #ff6800;
  border-radius: 12px;
  outline: none;
}
button.open-inquiry-btn:hover {
  background: #e79861;
  border-color: #e79861;
}

/* === Optional: regex tip === */
.sep-form .form-group .regex-tip {
  position: absolute;
  top: 3px;
  right: 35%;
  z-index: 99;
  padding-right: 15px;
}
.sep-form .form-group .regex-tip {
  display: none !important;
}

/* === Animation === */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* === Responsive === */
@media (max-width: 480px) {
  .popup-form {
    width: 90%;   
    max-height: calc(100vh - 32px);
    padding: 45px 20px 30px;
  }
}

/*whatsapp 聊天弹窗*/
/* 外容器 */
#whatsappChatWrapper {
  display: none; /* 页面加载完全隐藏 */
  position: fixed;
  bottom: 80px;
  right: 100px;
  z-index: 999;
}

/* 弹窗整体 */
#whatsappChatWindow {
  width: 320px;
  max-height: 400px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* 头部 */
.chat-header {
  background: #25D366;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  display: flex;
  align-items: center; /* 垂直居中 */
   justify-content: space-between; /* 内容两端对齐 */
 }

/* 消息区域 */
.chat-messages {
  flex: 1;
  padding: 10px 10px 50px;
  overflow-y: auto;
  background: #f6f6f6;
}

/* 初始消息样式 */
.initial-msg {
  background: #e1f3dd;
  padding: 8px 12px;
  margin-bottom: 5px;
  border-radius: 15px;
}

/* 输入区域 */
.chat-input {
  padding: 10px;
  border-top: 1px solid #ddd;
  display: flex;
}

.chat-input textarea {
  flex: 1;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
}

/* 圆形发送按钮 */
.send-btn {
  margin-left: 5px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
}

.send-btn:hover {
  opacity: 0.9;
}

/* 右上角关闭按钮 */
.chat-close {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
}

.chat-close:hover {
  color: #ddd;
}

@media screen and (max-width: 767px) {
  #whatsappChatWrapper {
  display: none; 
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 999;
}
}

/* 基本轮播样式 */
.sep-mainbody .featured-carousel {
  position: relative;
  overflow: hidden;
  max-width: 1140px;
  margin: auto;
  padding: 20px 0;
}

/* 插入式询盘表单样式 */
.custom-form{max-width:100%;margin:0 10px;}
.custom-row{display:flex;gap:10px;flex-wrap:wrap;}
.custom-field{flex:1;display:flex;flex-direction:column;margin-bottom:15px;}
.custom-field label{font-weight:bold;margin-bottom:5px;}
.custom-input,.custom-textarea{padding:8px 10px;font-size:14px;border:1px solid #ccc;border-radius:4px;}
.custom-textarea{resize:vertical;min-height:100px;}
.custom-input:focus,.custom-textarea:focus{border-color:#4caf50;outline:none;}
.custom-btn{background:#ff6800;color:#fff;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-size:14px;}
.custom-btn:hover{background:#ff8c33}
.toast-message{background:#4caf50;color:#fff;padding:10px 15px;border-radius:4px;opacity:0;transform:translateY(-10px);transition:0.3s;font-size:14px;margin-bottom:10px;}
.toast-message.visible{opacity:1;transform:translateY(0);}
.toast-message.error{background:#f44336;}

.article-contact-form {
  background-color: #f5f5f5;
  padding: 20px;
  gap:20px;
  border-radius: 8px;
  max-width: 600px;
  margin: 10px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: opacity 0.3s;
}

.message-title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  display: block; /* 确保它是块级元素 */
  margin-bottom: 20px; /* 设定与下方内容的间距 */
}


/* 轮播列表 */
.sep-mainbody .featured-carousel .carousel-wrapper ul {
  display: flex;
  transition: transform 0.4s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 每个产品 li 响应式宽度 */
.sep-mainbody .featured-carousel .product-item {
  flex: 0 0 25%;       /* 默认一行4个 */
  padding: 0 10px;
  box-sizing: border-box;
}

/* 图片容器 */
.sep-mainbody .featured-carousel .item-image {
  position: relative;
  background: #fff;
  overflow: hidden;
  width: 100%;
}

.featured-carousel .sep-factory-title {
  font-size: 26px;
  margin-bottom: 15px;
}

/* 图片 */
.sep-mainbody .featured-carousel .item-image img {
  width: 100%;    /* 填满 li 宽度 */
  height: auto;   /* 保持比例 */
  display: block;
}

/* 悬浮文字 */
.sep-mainbody .featured-carousel .product-desc {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  padding: 15px;
  gap: 13px;     
  padding:30PX;
  text-align: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.sep-mainbody .featured-carousel .item-image:hover .product-desc {
  opacity: 1;
  pointer-events: auto;
}

/* 文字样式 */
.sep-mainbody .featured-carousel .product-desc p {
   line-height: 1.4;
}

/* 更多按钮 */
.sep-mainbody .featured-carousel .more-btn {
  color: #fff;
  background: #a1a46d;
  width: 61px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
}

.sep-mainbody .featured-carousel .more-btn:hover {
  background-color: #e5e5e5;
}

/* 确保 wrapper 是定位参考点 */
.sep-mainbody .featured-carousel .carousel-wrapper {
  position: relative;
}

/* 初始时通过 visibility 隐藏箭头，确保箭头不占用位置，且不可见 */
.sep-mainbody .featured-carousel .carousel-btns .btn-prev,
.sep-mainbody .featured-carousel .carousel-btns .btn-next {
  visibility: hidden;  /* 隐藏箭头，但占据空间 */
  position: absolute;
  top: 50%;                        /* 垂直居中 */
  transform: translateY(-50%);     /* 往上移动自身高度一半，真正居中 */
  pointer-events: all;
  cursor: pointer;
  font-size: 18px;
  width: 30px;
  height: 45px;
  background:#eee;
  color:#a1a46d;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}


/* 左右分开 */
.sep-mainbody .featured-carousel .carousel-btns .btn-prev {
  left: 10px;
}

.sep-mainbody .featured-carousel .carousel-btns .btn-next {
  right: 10px;
}



/* 响应式 */
@media (max-width: 1199px) {
  .sep-mainbody .featured-carousel .product-item { flex: 0 0 33.3333%; } /* 一行3个 */
}
@media (max-width: 991px) {
  .sep-mainbody .featured-carousel .product-item { flex: 0 0 50%; } /* 一行2个 */
}
@media (max-width: 575px) {
  .sep-mainbody .featured-carousel .product-item { flex: 0 0 100%; } /* 一行1个 */
}


 /*table of contents*/
 .table-of-contents {
        padding: 10px;
         margin-bottom: 20px;
    }
    .table-of-contents h3 {
      font-size: 18px;
       margin-bottom: 16px;
    }
    .table-of-contents ul {
      list-style-type: none;
      padding-left: 0;
    }
    .table-of-contents li {
      margin: 8px 0;
     font-weight: bold;  }


/*TOC*/
#toc-container {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

/* TOC 标题：文字靠左，箭头靠右 */
#toc-header {
    display: flex;
    justify-content: space-between; /* 左右分开 */
    align-items: center;
    /*background: #f5f5f5;*/
    padding: 6px 12px;
    font-weight: bold;
    cursor: pointer; /* 鼠标悬停显示手指 */
}

#toc-text {
    font-size:18px;
}

#toc-arrow {
    font-size: 18px;   /* 可以根据需要调整大小，例如 18px、20px */
    line-height: 1;
}

/* TOC 列表 */
#toc-list {
    margin: 15px 10px;
    padding: 0;
    list-style: none;
}

.panel-content #toc-list {
    list-style: none ;
    padding-left: 0;
}

.panel-content #toc-list li {
    list-style: none ;
    margin: 5px 0;
}

/* TOC 列表项 */
#toc-list li {
    margin: 5px 0;
}

/* TOC 链接 */
#toc-list li a {
    text-decoration: none;
    color: #333;
    font-weight: normal; /* 默认H3是正常 */
}

#toc-list li a:hover {
    text-decoration: underline;
}

/*richtext li*/
.richtext ul {   
  padding-left: 1.5em;
 margin: 10px 5px 10px 5px;
} 

.richtext ul li { 
  list-style:disc;
  color: #333;
  line-height: 1.5; 
  padding-left:0.3em;
  margin-bottom:7px;
}

/*carousel banner*/
  .carousel {
     position: relative;
     width: 100%;
     max-width: 1140px;
     height:410px;
    margin: 0px auto;
    overflow: hidden;
  }

  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
  }

  .slide.active {
    opacity: 1;
    z-index: 1;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /*dots 统一放在 carousel 底部*/
  .dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
  }

  .dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
  }

  .dot.active {
    background: #333;
  }

  @media (max-width: 768px) {
    .carousel {
      height: 200px;
    }
  }

  /* two-column-blog */
.two-column {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}

.left-column, .right-column {
    display: table-cell;
    vertical-align: middle;
}

.left-column {
    width: 25%;
    padding-right: 12px; /* 左右列间距 */
}

.left-column img {
    max-width: 100%;
    max-height: 230px;
    height: auto;
    width: auto;
    display: block;
}

.right-column {
    width: 75%;
    line-height: 1.6;
}

/* a 标签保持 inline */
.right-column a {
    display: inline;
    text-decoration: underline;
}

/* 响应式：屏幕小于600px时，左列图片换行到上方 */
@media screen and (max-width: 600px) {
    .two-column {
        display: block;
    }
  
    .left-column, .right-column {
        display: block;
        width: 100%;
        text-align: center; /* 图片居中 */
    }
  
    .right-column {
        margin-top: 10px; /* 图片和文字间距 */
        text-align: left;  /* 文字靠左 */
    }  
  
  .left-column img {
    max-height: 350px; /* 手机端限制为300px */
    height: auto;      /* 保持比例 */
    width: auto;       /* 保持比例 */
  }  
}


  
  /* image & words inline */
.inline-image-text {
    display: flex;
    align-items: center; /* 左右列垂直居中 */
    gap: 10px;
}

.inline-image-text .left { /* 左边图片容器 */
    flex: 0 1 auto;      /* 宽度自适应内容 */
    max-width: 100%;     /* 不超过父容器 */
    display: flex;       /* 使用 flex 容器 */
    justify-content: center; /* 水平居中图片 */
    align-items: center;     /* 垂直居中图片（可选） */
}

.inline-image-text .left img {
    max-width: 100%;    /* 图片不超出容器宽度 */
    max-height: 200px;  /* 桌面端最大高度 */
    width: auto;        /* 保持比例 */
    height: auto;       /* 保持比例 */
    display: block;
}

.inline-image-text .right { /* 右边文字容器 */
    flex: 1;            /* 占满剩余空间 */
}

@media (max-width: 640px) {
    .inline-image-text {
        flex-direction: column; 
        align-items: center; /* 手机端水平居中 */
    }

    .inline-image-text .left {
        width: 100%;
        max-width: none;
    }

    .inline-image-text .left img {
        width: 100%;       /* 图片宽度铺满容器 */
        height: auto;      /* 保持比例 */
        max-height: none;  /* 移除最大高度限制 */
    }
}


  /* button */
.button {
    display: inline-block;
    background: #8FC31F;
    color: white;
    margin-top:10px;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 40px;
    font-weight: bold;
    font-size: 15px;
 }

.button:hover {
  background-color: #000000;
  color: white;
}

.cta-box {
            background-color: #346DA6;
            color: white;
            padding: 15px;
            border-radius: 10px;
            margin: 30px 0;
        }


#wowslider-container1 {
    zoom: 1;
    position: relative;
    width: 100%;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}


* html #wowslider-container1 {
    width: 640px
}


#wowslider-container1 .ws_images ul {
    position: relative;
    width: 10000%;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible
}

#wowslider-container1 .ws_images ul li {
    position: relative;
    width: 1%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    float: left;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important
}

#wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    vertical-align: top;
    border: none;
    overflow: hidden
}

#wowslider-container1 .ws_images ul a {
    width: 100%;
    display: block;
    color: transparent
}

#wowslider-container1 img {
    max-width: none !important
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
    margin: 0
}

#wowslider-container1 .ws_images iframe {
    position: absolute;
    z-index: -1
}

#wowslider-container1 .ws-title>div {
    display: inline-block !important
}

#wowslider-container1 a {
    text-decoration: none;
    outline: none;
    border: none
}

#wowslider-container1 .ws_bullets {
    float: left;
    position: absolute;
    z-index: 70
}

#wowslider-container1 .ws_bullets div {
    position: relative;
    float: left;
    font-size: 0
}

#wowslider-container1 .ws_bullets a {
    line-height: 0
}

#wowslider-container1 .ws_script {
    display: none
}

#wowslider-container1 sound,
#wowslider-container1 object {
    position: absolute
}

#wowslider-container1 .ws_effect {
    position: static;
    width: 100%;
    height: 100%
}

#wowslider-container1 .ws_photoItem {
    border: 2em solid #fff;
    margin-left: -2em;
    margin-top: -2em
}

#wowslider-container1 .ws_cube_side {
    background: #a6a5a9
}

#wowslider-container1.ws_gestures {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move
}

#wowslider-container1.ws_gestures.ws_grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move
}

#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
    display: none
}

#wowslider-container1 .ws_video_btn {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55
}

#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
    display: block
}

#wowslider-container1 .ws_video_btn div {
    position: absolute;
    background-image: url(playvideo.png);
    background-size: 200%;
    top: 50%;
    left: 50%;
    width: 7em;
    height: 5em;
    margin-left: -3.5em;
    margin-top: -2.5em
}

#wowslider-container1 .ws_video_btn.ws_youtube div {
    background-position: 0 0
}

#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
    background-position: 100% 0
}

#wowslider-container1 .ws_video_btn.ws_vimeo div {
    background-position: 0 100%
}

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
    background-position: 100% 100%
}

#wowslider-container1 .ws_playpause.ws_hide {
    display: none !important
}

#wowslider-container1 .ws_bullets {
    padding: 15px 0
}

#wowslider-container1 .ws_bullets a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #34495e;
    float: left;
    text-indent: -4000px;
    position: relative;
    margin-left: 5px;
    color: transparent
}

#wowslider-container1 .ws_bullets a.ws_selbull {
    background: #fff;
    color: #fff
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
    position: absolute;
    top: 50%;
    height: 7em;
    margin-top: -3.5em;
    width: 5em;
    z-index: 60;
    display: none
}

#wowslider-container1 a.ws_next {
    right: 0
}

#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:before {
    content: '';
    position: absolute;
    width: 100%;
    height: .3em;
    background: #fff;
    top: 3.2em;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent
}

#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span b:before {
    background: #34495e;
    width: 0
}

#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span b:after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span b:before {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 1em
}

#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span b:before {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    right: 1em
}

#wowslider-container1 a.ws_next:hover span i:before,
#wowslider-container1 a.ws_next:hover span b:before,
#wowslider-container1 a.ws_prev:hover span i:before,
#wowslider-container1 a.ws_prev:hover span b:before {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

#wowslider-container1 a.ws_next:hover span i:after,
#wowslider-container1 a.ws_next:hover span b:after,
#wowslider-container1 a.ws_prev:hover span i:after,
#wowslider-container1 a.ws_prev:hover span b:after {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

#wowslider-container1 a.ws_prev:hover span b:after,
#wowslider-container1 a.ws_prev:hover span b:before,
#wowslider-container1 a.ws_next:hover span b:after,
#wowslider-container1 a.ws_next:hover span b:before {
    width: 100%
}

#wowslider-container1 .ws_playpause {
    position: absolute;
    width: 3em;
    height: 2em;
    top: 1.5em;
    left: .5em;
    z-index: 59
}

#wowslider-container1 .ws_pause span i,
#wowslider-container1 .ws_pause span b {
    position: absolute;
    width: .2em;
    height: 2em;
    background: #fff;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out
}

#wowslider-container1 .ws_pause span i {
    left: 1.4em
}

#wowslider-container1 .ws_pause span b {
    left: 2.1em
}

#wowslider-container1 .ws_play span {
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-left-color: #fff;
    border-width: 10px;
    top: 0;
    left: 1.4em;
    -webkit-transition: border-left-color 300ms ease-in-out;
    transition: border-left-color 300ms ease-in-out
}

#wowslider-container1 .ws_pause:hover span i,
#wowslider-container1 .ws_pause:hover span b {
    background: #34495e
}

#wowslider-container1 .ws_play:hover span {
    border-left-color: #34495e
}

#wowslider-container1 .ws_bullets {
    bottom: 0;
    left: 50%
}

#wowslider-container1 .ws_bullets div {
    left: -50%
}

#wowslider-container1 .ws_bulframe span {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    bottom: -5px;
    margin-left: -5px;
    left: 50%
}

#wowslider-container1 .ws-title {
    position: absolute;
    font: 1.8em 'PT Sans', sans-serif;
    margin-right: 10em;
    z-index: 50;
    color: #34495e;
    background: none;
    padding: 30px;
    bottom: 0;
    top: auto;
    opacity: 0
}

#wowslider-container1 .ws-title div,
#wowslider-container1 .ws-title span {
    display: inline-block;
    background-color: #fff
}

#wowslider-container1 .ws-title div {
    display: block;
    margin-top: .5em;
    font-size: .8em;
    line-height: 1.15em;
    padding: 5px 20px
}

#wowslider-container1 .ws-title span {
    font-size: 1.6em;
    padding: 10px 20px
}

#wowslider-container1 .ws_images>ul {
    animation: wsBasic 16s infinite;
    -moz-animation: wsBasic 16s infinite;
    -webkit-animation: wsBasic 16s infinite
}

@keyframes wsBasic {
    0% {
        left: 0
    }

    12.5% {
        left: 0
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: 0
    }

    12.5% {
        left: 0
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: 0
    }

    12.5% {
        left: 0
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

* html #wowslider-container1 .ws_shadow {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine1//bg.png', sizingMethod='scale')
}

*+html #wowslider-container1 .ws_shadow {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine1//bg.png', sizingMethod='scale')
}

#wowslider-container1 .ws_bullets a img {
    text-indent: 0;
    display: block;
    bottom: 15px;
    left: -43px;
    visibility: hidden;
    position: absolute;
    border: 5px solid #fff;
    max-width: none
}

#wowslider-container1 .ws_bullets a:hover img {
    visibility: visible
}

#wowslider-container1 .ws_bulframe div div {
    overflow: visible;
    position: relative
}

#wowslider-container1 .ws_bulframe div {
    left: 0;
    overflow: hidden;
    position: relative;
    width: 0;
    background-color: #fff
}

#wowslider-container1 .ws_bullets .ws_bulframe {
    display: none;
    bottom: 18px;
    margin-left: 6px;
    overflow: visible;
    position: absolute;
    cursor: pointer;
    border: 0 solid #fff
}

#wowslider-container1 .ws_bulframe div div {
    height: auto
}

@media all and (max-width:760px) {
    #wowslider-container1 .ws_fullscreen {
        display: block
    }
}

@media all and (max-width:400px) {

    #wowslider-container1 .ws_controls,
    #wowslider-container1 .ws_bullets,
    #wowslider-container1 .ws_thumbs {
        display: none
    }
}

body {
    width: 100%;
    padding: 0;
    background: url(../img/body_img.jpg);
    color: #000
}

* {
    font-size: 14px;
    font-family: Arial
}

a {
    text-decoration: underline
}

ul li {
    list-style: none
}

ul li a {
    text-decoration: none
}
ul li a :hover{
    color:#a1a46d;
}

ol,
ul {
    margin: 0;
    padding: 0
}

.h2 {
    font-size: 16px;
    font-family: Arial;
    letter-spacing: 24px
}

.table-wrapper{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: auto;                 /* auto | thin | none */
  scrollbar-color: #b48c00 #111;         /* 拇指颜色  轨道颜色 */
}

/* WebKit (Chrome/Edge/Safari) */
.table-wrapper::-webkit-scrollbar{
  height: 10px;   /* 水平滚动条高度 */
  width: 10px;    /* 万一出现垂直滚动条，也控制其宽度 */
}

table {
    width: 100%
}

td,
th {
    border: 1px solid #999;
   text-align: left;       /* 文字靠右 */
    vertical-align: middle;  /* 垂直居中 */
    padding: 5px
    border-collapse: collapse
}


dl {
    margin: 0
}



a:hover {
    color: #a1a46d
}

.clear {
    clear: both
}

.sep-shortcut {
    height: 108px;
    position: relative;
    z-index: 999;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 3px 3px 10px #989898
}

.sep-shortcut .sep-header-auto {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
    background: none;
    padding: 0 20px;
    height: 127px
}

.sep-shortcut .sep-header-auto .logo {
    margin-top: 17px;
    float: left;
    width: 18%;
    display: inline-block
}

.sep-shortcut .sep-header-auto .logo img {
    width: 100%
}

.sep-shortcut .sep-header-auto .sep-search {
    float: right;
    width: 80%;
    margin-top: 17px
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact {
    text-align: right;
    margin-bottom: 20px
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact span {
    margin-left: 12px;
    line-height: 25px;
    display: inline-block;
    color: #969696;
    vertical-align: top
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact span a {
    color: #969696;
    text-decoration: none
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact span a:hover {
    color: #a1a46d
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact span i {
    margin-right: 5px;
    float: left;
    font-size: 15px;
    margin-top: 5px
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact span:hover {
    color: #a1a46d
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang {
    margin-left: 14px;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang span em {
    margin-left: 8px;
    font-size: 12px;
    transition: .3s
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang .fix {
    position: absolute;
    display: none;
    top: 25px;
    right: 0;
    width: 236px;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang .fix li {
    padding: 0 17px;
    text-align: left
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang .fix li a {
    display: block;
    margin: 0 5px;
    padding: 9px 0;
    border-bottom: 1px solid #999
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang .fix li a img {
    margin-right: 16px
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang .fix li:hover {
    background: #e2e2e2
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang .fix li:hover a {
    color: #a1a46d;
    border-bottom: 1px solid #e2e2e2
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang .fix li:last-child a {
    border: none
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang:hover .fix {
    display: block
}

.sep-shortcut .sep-header-auto .sep-search .sep-contact .sep-lang:hover span em {
    display: inline-block;
    -webkit-transform: rotate(180deg)
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav {
    float: left;
    position: relative
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul {
    height: 25px
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li {
    float: left;
    margin-right: 15px;
    padding-bottom: 11px;
    position: relative
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li i {
    vertical-align: top
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li a {
    font-size: 16px;
    padding: 0 2px;
    margin-top: 6px;
    display: block;
    /*padding-bottom: 5px*/
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li a:hover {
    color: #96c62d
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu {
    position: absolute;
    top: 46px;
    left: -25%;
    background: #fff;
    padding: 10px 0 100px;
    visibility: hidden
}

/*导航contact样式*/
.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .sep-nav-title.nav-contact  {
  color: #ff6800;
  font-weight: bold;
  border: 1px solid #ff6800;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  transition: all 0.25s ease;
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li:hover .sep-nav-title.nav-contact {
    padding-bottom: 0px;
    /*color: #fff;*/
     border: 1px solid #96c62d; /* 统一保持原边框 */
  
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div a {
    white-space: nowrap;
    padding-bottom: 0;
    border-bottom: none
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div a:hover {
    padding-bottom: 0;
    border-bottom: none
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div .nav-dropmenu-title {
    line-height: 36px;
    margin: 0;
    display: block;
    padding: 0 75px 0 25px;
    white-space: nowrap;
    position: relative
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div .nav-dropmenu-title i {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div ul {
    overflow: hidden;
    max-width: 610px;
    min-width: 270px;
    min-height: 100%;
    height: initial;
    line-height: initial;
    background: #f0f0f0;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 10px 0 0
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div ul li {
    margin: 0;
    padding: 0 3%;
    float: none
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div ul li a {
    line-height: 36px;
    margin: 0;
    padding: 0 65px 0 15px
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div ul li:nth-child(1) a {
    font-size: 16px
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div ul li:nth-child(2) {
    display: block
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li .nav-dropmenu div:nth-child(1) ul {
    display: block
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li:nth-child(1) a {
    margin-top: 0;
    font-size: 28px;
    height: 35px
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li:nth-child(2) {
    display: none
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li:nth-child(4) .nav-dropmenu div:nth-child(1) ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li:hover .sep-nav-title {
    padding-bottom: 5px;
    color: #96c62d;
    border-bottom: 2px solid #96c62d
}

.sep-shortcut .sep-header-auto .sep-search .sep-nav ul li:hover .nav-dropmenu {
    visibility: visible
}

.sep-shortcut .sep-header-auto .sep-search .sep-header-form {
    float: right
}

.sep-shortcut .sep-header-auto .sep-search .sep-header-form form {
    display: inline-block;
    width: 190px;
    height: 25px;
    border-bottom: 1px solid #818181;
    margin-left: 20px;
    background: none
}

.sep-shortcut .sep-header-auto .sep-search .sep-header-form form input {
    border: none;
    height: 25px;
    vertical-align: top
}

.sep-shortcut .sep-header-auto .sep-search .sep-header-form form .sep-shortcut-text {
    width: 147px;
    background: none;
    padding-left: 6px;
    color: #818181;
    outline: none;
    font-size: 16px
}

.sep-shortcut .sep-header-auto .sep-search .sep-header-form form .sep-shortcut-submit {
    width: 33px;
    background: url(../img/ss.png) center no-repeat
}

.bx-wrapper .bx-controls-direction a {
    display: none
}

.sep-mainbody {
    line-height: initial;
    padding: 0;
    margin: 0
}

.sep-mainbody .sep-products .sep-max-width {
    width:100%;
     margin: 0 auto;
}

.sep-mainbody .sep-index-banner {
    max-height: 550px;
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto
}

.sep-mainbody .sep-products {
    max-width:1140px;
    margin:0 auto;
  }

@media screen and  (max-width:1141px) {
.sep-mainbody .sep-products,
.sep-mainbody .featured-carousel{
      margin:20px;
  }
    }

.sep-mainbody .sep-products ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap:0 20px;
    flex-wrap: wrap;
}

.sep-mainbody .sep-products ul li {
    /* float: left; */
    width: 32%;
    min-height: 220px;
    margin-bottom: 25px;
    background: #ebebe3;
    padding: 2%;
}

@media (max-width: 768px) {
.sep-mainbody .sep-products ul li {
    padding: 3%;
}
}

.fade-in-section {
    opacity: 0;
    /* 初始透明度 */
    transform: translateY(20px);
    /* 初始位置稍微偏移 */
    transition: opacity 1s, transform 1s;
    /* 动画过渡效果 */
}

li.fade-in-section {
    display: flex;
    align-items: center;  /* 整个 dl 垂直居中 */
    justify-content: center; /* 水平居中 */
    margin: 20px 0;
}

.fade-in-section.active {
    opacity: 1;
    /* 完全不透明 */
    transform: translateY(0);
    /* 回到原位 */
}

.sep-mainbody .sep-products ul li dl {
    display: flex;
    align-items: center; /* 左右垂直居中 */
    gap: 2%;
    width: 100%;
    position: relative; /* logo 相对 dl 定位 */
}

.sep-mainbody .sep-products.right-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 5px;
}

/* logo 定位在 dd 右上角 */
.right-content .logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: auto;
}

.sep-mainbody .sep-products .sep-home-title {
    font-size: 26px;
    margin: 30px 0 12px 0;   /* 水平居中块级元素 */
    text-align: center;      /* 让文字内容居中 */
}
@media (max-width: 768px) {
    .sep-mainbody .sep-products .sep-home-title {
        font-size: 20px;     /* 手机端字体缩小 */
          }
    
}
}

.sep-mainbody .sep-products ul li dl dt {
    width:44%;
    float: left
}

.sep-mainbody .sep-products ul li dl dt img {
    width: 100%;
}


.sep-mainbody .sep-products ul li dl dd {
    width: 56%;
    float: right
     
}

.sep-mainbody .sep-products ul li dl dd p {
    line-height: 20px;
    color: #444
}


.sep-mainbody .sep-products ul li dl .sep-products-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    display: block
}

.sep-mainbody .sep-products ul li dl .sep-products-title:hover {
    color: #a1a46d
}

.sep-mainbody .sep-products ul li dl .sep-products-more {
    display: inline-block;
    padding: 2px 16px;       /* 控制上下左右留白 */
    background: #a1a46d;
    color: #fff;
    font-size: 16px;
    text-align: center;
  margin-top: 10px;
       white-space: nowrap;     /* 不换行 */
}

.sep-mainbody .sep-products ul li dl .sep-products-more:hover {
    text-decoration: underline
}

.sep-mainbody .sep-strong-title {
    border-bottom: 1px solid #a7a7a7;
    line-height: 41px;
    margin-bottom: 18px;
    font-size: 24px;  
  }

/* 父容器 */
.sep-mainbody .sep-blog-about {
    display: flex;
    flex-wrap: wrap;       /* 小屏自动换行 */
    gap: 30px;             /* 左右模块间距 */
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 博客模块：固定宽度 */
.sep-mainbody .sep-blog-about .sep-index-blog {
    flex: 0 0 36%;         /* PC 固定36% */
    box-sizing: border-box;
}
.sep-mainbody .sep-blog-about .sep-index-blog {
    flex: 0 0 calc(36% - 15px); /* 减去一半 gap */
    box-sizing: border-box;
}

/* 关于我们模块：自动占剩余宽度 */
.sep-mainbody .sep-blog-about .sep-index-about {
    flex: 1 ;        /* 占剩余空间 */
    box-sizing: border-box;
}

.sep-mainbody .sep-blog-about .sep-index-blog .sep-strong-title .blog-link {
  font-size: 24px;                 /* 文字大小 */
  text-decoration: none;           /* 去掉默认的下划线 */
  display: flex;                   /* 启用 flexbox 布局 */
  justify-content: space-between;  /* 文字和图标分开对齐 */
  align-items: center;             /* 确保文字和图标垂直居中 */
  color: inherit;                  /* 保持文本颜色 */
  width: 100%;                     /* 宽度100%，占满父容器 */
}

.sep-mainbody .sep-blog-about .sep-index-blog .sep-strong-title .click-arrow
{
  margin-left: 10px;
  font-size: 25px;  /* 可根据需要调整图标大小 */
}


/* 单个模块 dl：左右布局 */
.sep-mainbody .sep-blog-about .sep-index-blog dl {
    display: flex;           
    align-items: center;  
      padding: 10px;      
    box-sizing: border-box;
    margin-bottom: 15px;
    min-width: 0;    
  background: #a1a46d;
}

/* 左图 */
.sep-mainbody .sep-blog-about .sep-index-blog dl dt {
    flex: 0 0 35%;           /* 左列35% */
    margin-right: 10px;
    height: 145px;
    display: flex;           /* 让 dt 成为 flex 容器 */
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    overflow: hidden;        /* 超出部分裁掉 */
}

.sep-mainbody .sep-blog-about .sep-index-blog dl dt img {
    max-width: 100%;         /* 图片不超出容器 */
    max-height: 100%;        /* 保持在 dt 高度内 */
    object-fit: contain;     /* 保持比例完整显示 */
}


/* 右文字列 */
.sep-mainbody .sep-blog-about .sep-index-blog dl dd {
    flex: 1;                  
    display: flex;
    flex-direction: column;   /* 标题+描述上下排列 */
    justify-content: center;  /* 垂直居中对齐图片 */
    min-width: 0;             /* 避免文字撑开 */
}

.sep-mainbody .sep-blog-about .sep-index-blog dl dd a {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none
}

.sep-mainbody .sep-blog-about .sep-index-blog dl dd a:hover {
    text-decoration:underline
}

.sep-mainbody .sep-blog-about .sep-index-blog dl dd p {
    line-height: 20px
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
   .sep-mainbody .sep-blog-about {
     margin: 0 20px;
  }
  
  .sep-mainbody .sep-blog-about .sep-index-blog {
    flex: 0 0 28%; 

}
    .sep-mainbody .sep-blog-about .sep-index-blog dl {
        flex-direction: column;    /* 上下布局 */
        align-items: flex-start;   /* 内容靠左 */
    }

    .sep-mainbody .sep-blog-about .sep-index-blog dl dt {
        flex: none;
        width: 100%;
        margin-right: 0;
    }

    .sep-mainbody .sep-blog-about .sep-index-blog dl dd {
        width: 100%;
        justify-content: flex-start; 
        margin-top: 10px;          /* 图片与文字间距 */
    }
}


@media screen and (max-width: 767px) {
   .sep-mainbody .sep-blog-about {
        flex-direction: column;
        gap: 15px;
       margin:20px;
    }

    .sep-index-blog,
    .sep-index-about {
        flex: 1 1 100%; /* 占满整行 */
    }
}


/* ================================================
   About Us Tab 模块 CSS
   ================================================ */


/* Tab 容器 */
.sep-mainbody .sep-blog-about .sep-index-about {
    width: 100%;
    box-sizing: border-box;
}


/* Tab 内容按钮 */
#calibration-information .sep-index-more,
#company-profile .sep-index-more {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    background-color: #a1a46d;  /* 背景色可改 */
    color: #fff;
    text-decoration: none;
    border-radius: 4px;         /* 圆角，可选 */
    transition: background 0.3s;
}

#calibration-information .sep-index-more:hover,
#company-profile .sep-index-more:hover {
    text-decoration: underline;
}

/* Tab 按钮 */
.sep-mainbody .sep-blog-about .sep-index-about .index-about-title a {
    display: inline-block;
    width: 39%;
    height: 50px;
    line-height: 50px;
    background: #c3c3c3;
    text-align: center;
    margin-right: 10px;
    -webkit-transform: skewX(35deg);
    text-decoration: none;
  transition: background-color 0.3s; /* 【增加】更流畅的过渡 */
}

.sep-mainbody .sep-blog-about .sep-index-about .index-about-title a.about-choose {
    background: #a1a46d;
    color: #fff;
}

.sep-mainbody .sep-blog-about .sep-index-about .index-about-title a:nth-child(1) {
    margin-left: -17px;
}

.sep-mainbody .sep-blog-about .sep-index-about .index-about-title a span {
    -webkit-transform: skewX(-35deg);
    display: block;
    font-size: 20px;
}

.sep-mainbody .sep-blog-about .sep-index-about .index-about-describe dl {
    display: none;          /* 默认隐藏 */
    flex-direction: row;    /* PC 左右布局 */
    margin-bottom: 20px;
    background: #fff;
    padding: 2%;
      min-height:300px;
   opacity: 0;  /* 【增加】隐藏内容，防止干扰布局 */
    transition: opacity 0.3s ease;  /* 【增加】延迟显现 */
}

.sep-mainbody .sep-blog-about .sep-index-about .index-about-describe dl.active {
    display: flex;          /* 激活显示 */
  opacity: 1;  /* 【增加】通过 opacity 实现淡入效果 */
    flex-direction: row;    /* 保持左右布局 */
  }

  .sep-mainbody .sep-blog-about .sep-index-about .index-about-title {
    position: relative;
    overflow: hidden;  /* 隐藏超出的部分 */
}


/* 左图 */
.sep-mainbody .sep-blog-about .sep-index-about .index-about-describe dl dt {
    flex: 0 0 35%;
    margin-right: 20px;
}
.sep-mainbody .sep-blog-about .sep-index-about .index-about-describe dl dt img {
    width: 100%;
    display: block;
}

/* 右文字 */
.sep-mainbody .sep-blog-about .sep-index-about .index-about-describe dl dd {
    flex: 1;
    line-height: 1.5;
}

/* 手机端上下布局 */
@media (max-width: 768px) {
    .sep-mainbody .sep-blog-about .sep-index-about .index-about-describe dl,
    .sep-mainbody .sep-blog-about .sep-index-about .index-about-describe dl.active {
        flex-direction: column; /* 上下布局 */
    }
    .sep-mainbody .sep-blog-about .sep-index-about .index-about-describe dl dt {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    /* 先去掉 skew，方便做长方形 */
    .sep-mainbody .sep-blog-about .sep-index-about .index-about-title a {
        width: 100%;            /* 全宽，纵向排列 */
        margin-right: 0;        /* 去掉右边距 */
        margin-bottom: 10px;    /* 下间距 */
        height: 50px;           /* 高度可调 */
        line-height: 50px;      /* 文字垂直居中 */
        -webkit-transform: none;
    }

    .sep-mainbody .sep-blog-about .sep-index-about .index-about-title a span {
        -webkit-transform: none; /* 去掉文字倾斜 */
        display: block;
    }
  .sep-mainbody .sep-blog-about .sep-index-about .index-about-title a:nth-child(1) {
    margin-left: 0px;
}
}


/* 支持区块整体 */
.sep-mainbody .sep-support {
    max-width: 1140px;
    min-width: 300px;
    margin: 0px auto;
}

/* 外层容器 */
.sep-mainbody .sep-support .sep-support-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;           /* 自动换行 */
    box-sizing: border-box;
}

/* 单个模块 dl：左右布局 */
.sep-mainbody .sep-support .sep-support-content dl {
    display: flex;           
    align-items: center;      /* 左右垂直居中 */
    flex: 0 0 32%;            /* PC端3列 */
    border: 1px solid #c6c6c6;
    padding: 10px;            /* 内部上下间距 */
    box-sizing: border-box;
    margin-bottom: 15px;
    min-width: 0;             /* 避免文字撑开 */
}

/* 左图 */
.sep-mainbody .sep-support .sep-support-content dl dt {
    flex: 0 0 35%;            /* 左列30% */
    margin-right: 10px;
}

.sep-mainbody .sep-support .sep-support-content dl dt img {
    width: 100%;
    display: block;
}

/* 右文字列 */
.sep-mainbody .sep-support .sep-support-content dl dd {
    flex: 1;                  
    display: flex;
    flex-direction: column;   /* 标题+描述上下排列 */
    justify-content: center;  /* 垂直居中对齐图片 */
    min-width: 0;             /* 避免文字撑开 */
}

/* 标题 */
.sep-mainbody .sep-support .sep-support-content dl dd a {
    font-size: 18px;
    color: #a1a46d;
    margin-bottom: 6px;
    text-decoration: none;
}

/* 描述 */
.sep-mainbody .sep-support .sep-support-content dl dd p {
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;
    margin: 0;
}

/* 手机端：每行一个模块，但保持左右布局 */
@media screen and (max-width: 767px) {
    .sep-mainbody .sep-support .sep-support-content dl {
        flex: 0 0 100%;       /* 每行1个模块 */
        flex-wrap: nowrap;    /* 保持左右布局，不换行 */
        padding: 8px 10px;    /* 上下8px，左右10px间距 */
    }

    .sep-mainbody .sep-support .sep-support-content dl dt {
        flex: 0 0 30%;       /* 左图30% */
        margin-right: 10px;
    }

    .sep-mainbody .sep-support .sep-support-content dl dd {
        flex: 1;             /* 右文字70% */
    }
  }

@media screen and (max-width: 1141px) {
   .sep-mainbody .sep-support {
       margin: 20px;
}
}


.sep-footer {
  width:100%;
  margin-top: 60px;
  padding: 20px 20px 0 20px;              /* 上下内边距 */
   border-top: 1px solid #e4e4e4;   /* 顶部分割线 */  
   box-shadow: 0 -3px 10px -3px rgba(0, 0, 0, 0.3); /* 仅顶部阴影 */
  position: relative;           /* 如果以后用伪元素可以参考 */
}
  
.sep-footer .sep-footer-container {
      max-width: 1140px;    /* 最大宽度，可根据设计调整 */
    margin: 0 auto;       /* 水平居中 */
    /*padding: 0 30px;   */
    box-sizing: border-box; /* 包括 padding 在内计算宽度 */
}


.sep-footer .footer-hot-product {
    width: 66%;
    margin-bottom: 44px
}

.sep-footer .footer-hot-product dt {
    font-size: 24px;
    margin-bottom: 10px
}

.sep-footer .footer-hot-product dd {
    width: 50%;
    float: left;
    margin-bottom: 5px
}

.sep-footer .footer-hot-product dd a {
    text-decoration: none
}

.sep-footer .footer-hot-product dd a:before {
    content: '\f101';
    font-family: FontAwesome;
    padding-right: 5px
}

.sep-footer .footer-contact {
    overflow: hidden;
    width: 33%
}

.sep-footer .footer-contact dt {
    font-size: 24px;
    margin-bottom: 10px
}

.sep-footer .footer-contact dd {
    line-height: 17px;
    margin-bottom: 10px;
    color: #3d3d3d
}

.sep-footer .footer-contact dd i {
    display: inline-block;
    width: 17px;
    margin-right: 12px;
    vertical-align: top
}

.sep-footer .footer-contact dd a {
    color: #3d3d3d
}

.sep-footer .footer-contact dd a:hover {
    color: #e41c1c
}

.sep-footer .sep-company {
    margin: 20px 0 30px;
}

.sep-footer .sep-company p {
    display: inline-block;
    color: #6a6a6a
}

.sep-footer .sep-company p span {
    color: #fff;
    margin-left: 5px
}

.sep-footer .sep-company .sep-footer-nav {
    margin-left: 8px;
    display: inline-block
}

.sep-footer .sep-company .sep-footer-nav a {
    border-left: 1px solid #8f8f8f;
    padding: 0 5px;
    text-decoration: none
}

.sep-footer .sep-company .sep-footer-nav a:last-child {
    margin-left: 30px;
    border-left: none
}

.sep-footer .sep-company .sep-footer-social {
    position: absolute;
    right: 0;
    bottom: 95px
}
.sep-footer .sep-company img {
    width:26px;
    height:26px;
}
.sep-footer .sep-company .sep-footer-social a:last-child {
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    border: 1px solid #a1a46d;
    vertical-align: top
}

.sep-footer .sep-company .sep-footer-social a:last-child i {
    color: #a1a46d
}

@media screen and (max-width:1470px) {
    .sep-shortcut .sep-header-auto .sep-search .sep-nav ul li:nth-child(4) .nav-dropmenu div:nth-child(1) ul {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        -ms-column-count: initial;
        -o-column-count: initial
    }
}


@media screen and (max-width:1070px) {
    .sep-shortcut .sep-header-auto .logo {
        width: 20%
    }
}

@media screen and (max-width:1060px) {
    .sep-mainbody .sep-products ul li dl .sep-products-title {
        margin: 20px 0 5px 0
    }

    .sep-footer .sep-company .sep-footer-social {
        bottom: 60px
    }
}


@media screen and (max-width:940px) {
    .sep-shortcut .sep-header-auto .sep-search .sep-nav {
        width: 100%
    }

    .sep-mainbody .sep-products ul li dl .sep-products-title {
        margin: 0 0 5px 0
    }

    .sep-shortcut .sep-header-auto .sep-search .sep-header-form {
        margin-top: -91px
    }

    .sep-mainbody .sep-blog-about .sep-index-about .index-about-content .index-about-title a {
        width: initial;
        padding: 0 30px
    }

    .sep-mainbody .sep-blog-about .sep-index-about .index-about-content .index-about-describe dl dd {
        margin-top: 0
    }

    .sep-footer .sep-company p {
        display: block;
        text-align: center
    }

    .sep-footer .sep-company .sep-footer-nav {
        margin-top: 20px;
        display: block;
        text-align: center
    }
}

@media screen and (max-width:865px) {
    .sep-mainbody .sep-products ul li {
        width: 45%
    }

    .sep-mainbody .sep-blog-about .sep-index-about .index-about-content .index-about-title a {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        -webkit-transform: skewX(0deg)
    }

    .sep-mainbody .sep-blog-about .sep-index-about .index-about-content .index-about-title a span {
        -webkit-transform: skewX(0deg)
    }

    .sep-mainbody .sep-blog-about .sep-index-about .index-about-content .index-about-title a:nth-child(1) {
        margin-left: 0
    }

    .sep-mainbody .sep-blog-about .sep-index-about .index-about-content .index-about-describe dl dt {
        width: 100%;
        float: none
    }

    .sep-mainbody .sep-blog-about .sep-index-about .index-about-content .index-about-describe dl dd {
        width: 100%;
        float: none;
        margin-top: 10px
    }
}

@media screen and (max-width:580px) {
    .sep-mainbody .sep-products ul li {
        width: 100%;
        float: none;
        margin: 0 auto 15px; 
    }
}


a {
    color: #333
}

a:hover {
    color: #a1a46d;
}

.lf {
    float: left
}

.rt {
    float: right
}

.sep-text-align {
    text-align: center
}

.sep-text-align table {
    display: inline-block;
    width: 100%
}

.list-des {
     height: 13.5em;
    /*height: auto;*/
    overflow: hidden;
    padding: 5px 15px;
}

/*.list-des ul li:before {
    content: '●';
    padding-right: 5px
}*/

.sep-des-more {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 10px;
    background: url(../img/des_bg.png) no-repeat center bottom;
    padding-bottom: 20px
}

.sep-des-more a {
    font-size: 14px;
    display: inline-block;
    padding-right: 5px
}

.sep-des-more a i {
    font-size: 24px;
    color: #d5d5d5;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-des-more a i.rot {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.sep-main .sep-container {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto
}

.sep-main .sep-container .panel {
    margin: 0;
    background: none;
    border: none;
    padding:0 10px;
}

.sep-main .sep-container .panel-body {
    padding: 0
}

.sep-main .sep-container .sep-breadcrumb {
    margin: 35px 0
}

.sep-main .sep-container .sep-container-content {
    margin-bottom: 30px
}

/* 容器保持背景图和相对定位 */
.sep-main .sep-container .container-title {
    background: url(../img/product-img.jpg) center no-repeat;
    background-size: cover;
    position: relative; /* 让绝对定位生效 */
}

/* h1 居中标题 */
.sep-main .sep-container .container-title h1 {
    height: 108px;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center;     
    margin: 0;
}

/* snippet 输出的时间 */
.article-date {
    position: absolute;
    right: 10px;       /* 右下角距离 */
    bottom: 10px;
    font-size: 12px;
    color: #eee;
    background: rgba(0,0,0,0.3); /* 半透明底 */
    padding: 2px 6px;
    border-radius: 4px;
    pointer-events: none; /* 防止覆盖点击 */
    z-index: 2;           /* 确保在背景上显示 */
}


/*
.sep-main .sep-container .container-title p {
    height: 108px;
    line-height: 108px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
*/


.sep-main .sep-container .container-title p {
    height: auto;           /* 高度自适应文本内容 */
    line-height: normal;    /* 默认行高，让文字自然分行 */
    text-align: center;     /* 居中对齐 */
    font-size: 18px;        /* 修正单位 */
    color: #fff;
    word-break: break-word; /* 长单词换行 */
}

.sep-main .sep-container .container-social {
    margin: 15px 0;
    text-align: center
}

.sep-main .sep-container .container-social a {
  display: inline-flex; 
  justify-content: center; 
  align-items: center;    
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
}

.sep-main .sep-container .container-social a i {
    font-size: 16px
}

.sep-main .sep-container .container-social a:hover {
    color: #d92026
}

.sep-main .sep-container .vice-text .vice-text-body {
    padding:5px 15px;
    height:216px;
    overflow: hidden;
    position: relative
}

.sep-main .sep-container .vice-text .vice-text-body p {
    line-height: 24px
}

.sep-main .sep-container .vice-text .vice-max-hegiht {
    height: initial
}

.sep-main .sep-container .vice-text .vice-text-more {
    border-top: 1px solid #a1a46d;
    margin-top: 20px;
    text-align: center
}

.sep-main .sep-container .vice-text .vice-text-more img {
    cursor: pointer
}

.sep-main .sep-container .vice-text .vice-text-more a {
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #a1a46d;
    vertical-align: top;
    margin-left: 3px
}

.sep-main .sep-container .sep-sidebar {
    float: left;
    width: 23%
}

.sep-main .sep-container .sep-sidebar .panel .panel-header {
    background: #a1a46d;
    color: #fff;
    font-size: 15px;
    padding: 12px 18px
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu {
    margin-top: 1px;
    position: relative
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu a {
    display: block;
    padding: 14px 18px;
    font-size: 13px;
    background: #ddd;
    text-decoration: none
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu .selected {
    background: #ddd
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu span {
    position: absolute;
    top: 15px;
    right: 10px;
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #373737;
    cursor: pointer
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu ul {
    display: none
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu ul li {
    border-bottom: 1px solid #ddd;
    padding-left: 18px;
    position: relative
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu ul li i {
    position: absolute;
    top: 15px;
    left: 19px;
    font-size: 12px
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu ul li a {
    margin-left: 16px;
    padding: 12px 0;
    display: inline-block;
    background: none
}

.sep-main .sep-container .sep-sidebar .panel .panel-body .dropmenu ul li:last-child {
    border-bottom: none
}

.sep-main .sep-container .sep-sidebar .panel-about {
    margin-top: 20px
}

.sep-main .sep-container .sep-sidebar .panel-about .panel-body .dropmenu .selected {
    background: #eaeaea
}

.sep-main .sep-container .sep-sidebar .panel-about .panel-body .dropmenu:hover .selected {
    background: #eee;
    color: #a1a46d
}

.sep-main .sep-container .sep-sidebar .panel-about .panel-body .dropmenu:hover span {
    color: #a1a46d
}

.sep-main .sep-container .sep-primary {
    float: right;
    width: 74%;
    overflow: hidden
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list {
    overflow: hidden
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list li {
    width: 48%;
    margin: 0 1% 20px;
    float: left
}

@media screen and (min-width: 768px) {
    .sep-main .sep-container .sep-primary .panel .panel-body .panel-list li {
        min-height: 177px;
    }
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list li .panel-product-title {
    display: block;
    background: #ddd;
    box-shadow: 0 2px 4px #cbcbcb;
    padding: 6px 4%;
    color: #565655;
    position: relative;
    font-weight: bold;
   margin-bottom:0px;      
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list li .panel-product-title:hover {
    color: #a1a46d
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list li .panel-body-layout {
    border: 1px solid #ddd;
    background: #e7e7e7;
    background: -webkit-linear-gradient(-45deg, #e7e7e7, #fff);
    overflow: hidden;
    padding: 1%
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list li .panel-body-layout p {
    line-height: 20px;
    padding: 1% 0 0 2%;
    color: #444
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list li .panel-body-layout img {
    width: 30%;
    float: right;
    margin-left: 5px;
    border: 1px solid #dedede
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list li .panel-body-layout ul li {
    float: none;
    margin: 10px 10px 10px 5%;
    list-style: square;
    font-size: 12px;
    width: 100%;
    min-height: 0
}

@media screen and (max-width: 480px) {
  .sep-main .sep-container .sep-primary .panel .panel-body .panel-list li .panel-body-layout ul li {
   width:63%;
 } 
}

.sep-main .sep-container .sep-primary .panel .panel-body .panel-list li .panel-body-layout ul li a {
    display: inline-block;
    background: none;
    box-shadow: none;
    padding: 0;
    font-weight: initial
}

.sep-main .sep-container .sep-primary .panel .sep-pagination {
    margin-top:15px
}

.sep-main .sep-container .sep-primary .panel .sep-pagination .pagination li a {
    color: #333;
    /*background: #ebebeb;*/
    margin: 0 3px
}

.sep-main .sep-container .sep-primary .panel .features .features-title {
    font-size: 24px
}

.sep-main .sep-container .sep-primary .panel .features .vice-text .vice-text-body {
    height: 0
}

.sep-main .sep-container .sep-primary .panel .features .vice-text .vice-text-body .features-content {
    margin-top: 10px
}

.sep-main .sep-container .sep-page p {
    text-align: left;
    line-height: 24px
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products {
    overflow: hidden
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .multiple {
    float: left;
    width: 53%
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .multiple img {
    width: 100%
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products-title {
    font-size: 19px;
    line-height: 28px;
    font-weight: initial;
    border-bottom: 1px solid #aaa;
    padding: 1px 0;
    display: block
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products {
    float: right;
    width: 44%
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products .panel-list {
    /* margin-top: 20px */
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products .panel-list li {
    width: 100%;
    float: none;
    margin: 0 1% 32px;
    line-height: initial
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products .panel-list li .panel-body-layout {
    padding: 2% 3%
}

.sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products .panel-list li .panel-body-layout p {
    line-height: 22px;
    padding: 0
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-social {
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-social .btn-social {
    display: inline-block;
    margin-top: 14px
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-social .btn-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #5b5b5b;
    font-size: 13px;
    border-radius: 4px;
    background: #fff
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-social .btn-social a:hover {
    color: #388f3e
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-social .panel-enquiries {
    display: inline-block;
    vertical-align: top;
    float: right
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-social .panel-enquiries a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
    border-radius: 4px;
    margin-right: 5px;
    background: #a1a46d;
    color: #fff;
    text-decoration: none
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-social .panel-enquiries a:last-child {
    /* padding: 0 80px; */
    background: #ff020c;
    height: 50px;
    line-height: 50px;
    font-size: clamp(18px, 3vw, 20px);
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-social .panel-enquiries a:before {
    margin-right: 7px
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-content {
    margin-top: 20px;
    padding: 0 2%
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-content table p {
    margin: 0;
    line-height: initial
}

.sep-main .panel-content h2 {
    color: #346DA6;
    margin-bottom:15px;
    margin-top:25px;
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-content h3 {
    /*display: inline-block;*/
    padding: 2px;
    font-size: 17px;
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-content p {
    line-height: 25px;
    margin: 15px 0
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-content h4 {
    font-size:15px;
    line-height:16px;
}

.sep-main .sep-container .sep-primary-details .panel-body .panel-content ul li {
    list-style: square;
    margin-left: 24px;
    padding-left: 20px;
    line-height: 24px
}

.sep-main .sep-container .sep-primary-details .relate-article-list {
    margin-top: 10px
}

.sep-main .sep-container .sep-primary-details .relate-article-list .relate-title {
    text-align: center;
    font-size: 18px;
    font-family: Open Sans;
    color: #fff;
    background: #a1a46d;
    margin: 20px 0;
    padding: 5px 0
}

.sep-main .sep-container .sep-primary-details .relate-article-list ul {
    overflow: hidden
}

.sep-main .sep-container .sep-primary-details .relate-article-list ul li {
    width: 46%;
    float: left;
    margin: 0 2%;
    list-style: square
}

.sep-main .sep-container .sep-primary-details .relate-article-list ul li a {
    display: block;
    font-size: 14px;
    margin-top: 10px
}

.sep-main .sep-container .sep-search .panel .panel-body .panel-list li {
    min-height: 125px
}

.share em {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    opacity: .4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.contact-now {
    position: fixed;
    width: 60%;
    top: 20%;
    left: 20%;
    display: none;
    z-index: 99
}

.contact-now .contact-now-x {
    font-weight: bold;
    position: absolute;
    color: #fff;
    cursor: pointer;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    border-radius: 50px;
    background: #333;
    top: -5px;
    right: -5px
}

.contact-now .sep-form {
    padding: 30px 15px;
    z-index: 99;
    background: #fff;
    border-radius: 6px
}

.contact-now .sep-form .sep-form2-i {
    font-weight: bold;
    position: absolute;
    color: #fff;
    cursor: pointer;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    border-radius: 50px;
    background: #333;
    top: -5px;
    right: -5px
}

.contact-now .sep-form .form-group {
    position: relative;
    padding: 0 0 0 20%
}

.contact-now .sep-form .form-group .control-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px;
    color: #333
}

.contact-now .sep-form .form-group .control-label .required {
    color: #c00;
    font-size: 12px
}

.contact-now .sep-form .form-group .form-control {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb
}

.contact-now .sep-form .form-group textarea.form-control {
    height: auto
}

.contact-now .sep-form .form-group .regex-tip {
    position: absolute;
    top: 3px;
    right: 25%;
    padding-right: 15px
}

.at-resp-share-element .at-share-btn .at-label {
    display: none
}

.share .at-style-responsive .at-share-btn {
    padding: 0
}

.product_rec {
    padding-top: 20px;
    border-top: 1px solid #999
}

.product_rec h2 {
    font-size: 20px
}

.product_rec ul {
    padding: 0
}

.product_rec ul li {
    list-style: none;
    float: left;
    width: 31%;
    margin: 0 1%
}

.product_rec ul li img {
    width: 100%
}

.product_rec ul li a {
    margin-top: 20px
}

.product_rec ul li a:hover {
    color: #f00
}

.thumb-img {
    text-align: center;
    margin: 10px 0
}

.thumb-img img {
    width: 40%
}

.fix:before {
    content: '';
    display: table;
    clear: both
}

.fix:after {
    content: '';
    display: table;
    clear: both
}

.sep-main .sep-general-form {
    margin-top: 30px;
    background: #ebebeb;
    padding: 25px
}

.sep-main .sep-general-form .sep-general-form-title span {
    font-family: Arial;
    font-size: 20px;
    color: #000
}

.sep-main .sep-general-form .sep-general-form-title a {
    font-size: 16px;
    color: #ff6800
}

.sep-main .sep-general-form .sep-general-form-title a i {
    font-size: 16px;
    color: #ff6800;
    padding-right: 10px
}

.sep-main .sep-general-form .sep-general-form-prompt {
    font-family: Arial;
    font-size: 20px;
    color: #ff6800;
    margin: 15px 0;
    margin-bottom: 20px
}

.sep-main .sep-general-form .sep-form {
    padding: 0
}

.sep-main .sep-general-form .sep-form.has-error input::-webkit-input-placeholder {
    display: none
}

.sep-main .sep-general-form .sep-form>div {
    display: inline-block
}

.sep-main .sep-general-form .sep-form>div.form-group {
    width: 49%;
    padding: 0 11%;
    padding-right: 0
}

.sep-main .sep-general-form .sep-form>div.form-group.has-success:after {
    right: 0
}

.sep-main .sep-general-form .sep-form>div.form-group .regex-tip {
    top: -2px;
    right: 3%;
    display: none
}

.sep-main .sep-general-form .sep-form>div.form-group .control-label {
    width: 21%;
    font-weight: normal;
    color: #414141;
    font-family: Arial
}

.sep-main .sep-general-form .sep-form>div:nth-child(8) {
    width: 100%
}

.sep-main .sep-general-form .sep-form>div:nth-child(8) .control-label {
    width: 10.5%
}

.sep-main .sep-general-form .sep-form>div:nth-child(8) textarea.form-control {
    width: 98%
}

.sep-main .sep-general-form .sep-form>div:nth-child(9) {
    width: 60%
}

.sep-main .sep-general-form .sep-form>div:nth-child(9) .control-label {
    width: 18%
}

.sep-main .sep-general-form .sep-form>div:nth-child(9) .regex-tip {
    display: none
}

.sep-main .sep-general-form .sep-form>div:last-child {
    width: 100%
}

.sep-main .sep-general-form .sep-form>div:last-child .btn.btn-primary {
    width: 200px;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #ff6800;
    border-color: #ff6800;
    border-radius: 12px;
    outline: none
}

@media screen and (max-width:640px) {
    .sep-main .sep-general-form .sep-form>div.form-group {
        width: 98%;
        padding: 0 20%;
        padding-right: 0
    }

    .sep-main .sep-general-form .sep-form>div.form-group .control-label {
        width: 20%
    }
}

.sep-quickmenu-fixed {
    position: fixed;
    top: 180px;
    right: 0
}

.sep-quickmenu-fixed a {
    display: block;
    background: #a1a46d;
    color: #fff;
    text-align: center;
    padding: 8px;
    margin-bottom: 2px;
    font-size: 14px;
    width: 46px;
    line-height: 1.2em;
    position: relative
}

.sep-quickmenu-fixed a .fa {
    font-size: 24px;
    display: block;
    margin-bottom: 4px
}

.sep-quickmenu-fixed a:hover {
    background: #95985f
}

.sep-quickmenu-fixed a:nth-child(1) span {
    height: 44px;
    line-height: 44px;
    background: #a1a46d;
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
    transition: 1s;
    padding: 0 8px;
    z-index: -1
}

.sep-quickmenu-fixed a:hover span {
    left: -136px
}

.cp_le {
    width: 100%;
    position: relative;
    margin: 0 auto 30px;
    vertical-align: top
}

#cp_le_22 {
    width: 100%
}

.cp_small li {
    display: none
}

.cp_small li img {
    border: 1px solid #aaa;
    width: 100%
}

.to_us {
    margin: 0 0 30px;
    margin-top: 20px
}

.to_us a {
    display: inline-block;
    padding: 0 15px;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1c3f77;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    margin: 0 15px 0 0
}

.to_us a:hover {
    background: #369
}

.cp_small li:first-child {
    display: block
}

.cp_bigimg {
    position: absolute;
    left: 0;
    bottom: 10px
}

.cp_bigimg li {
    width: 42px;
    height: 42px;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 50%;
    border: 3px solid #a5bcbb;
    overflow: hidden;
    cursor: pointer
}

.cp_bigimg img {
    border-radius: 50%
}

.cp_bigimg .on {
    border-color: #ad393f
}

.cp_ri {
    width: 310px;
    display: inline-block;
    margin: 0 0 0 30px
}

.cp_ri h6 {
    font-size: 18px;
    line-height: 45px
}

.cp_ri p {
    font-size: 14px
}

.cp_ri div {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 228px
}

.cp_ri .now {
    display: block;
    min-width: 111px;
    height: 26px;
    line-height: 26px;
    background: #1c3f77 url(../images/icon_6.png) no-repeat 11px center;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    float: left;
    padding: 0 15px 0 42px
}

.cp_ri .now:hover {
    text-decoration: underline;
    background-color: #369
}

.cp_bigimg_11 {
    width: 400%;
    margin: 15px 0 0;
    overflow: hidden
}

.cp_bigimg_11 .on {
    border-color: #1c3f77
}

.cp_bigimg_11 li {
    width: 4%;
    float: left;
    margin: 0 .5%;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer
}

.cp_bigimg_11 li img {
    width: 100%
}

.tags {
    margin-top: 10px
}

.tags p {
    font-size: 24px
}

.tags a {
    display: inline-block;
    background: #bbbaba;
    color: #fff;
    margin: 1%;
    border-radius: 3px;
    padding: 3px;
    text-decoration: none
}

@media screen and (max-width:940px) {
    .sep-main .sep-container .sep-sidebar {
        display: none;
        float: none
    }

    .sep-main .sep-container .sep-primary {
        width: 100%;
        float: none;
        padding:0 15px;
    }
}

@media screen and (max-width:768px) {
    .sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .multiple {
        width: 70%;
        float: none;
        margin: 0 auto 10px
    }

    .sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products {
        width: 70%;
        float: none;
        margin: 0 auto
    }
}

@media screen and (max-width:640px) {
    .sep-main .sep-container .sep-primary .panel .panel-body .panel-list li {
        width: 80%;
        float: none;
        margin: 15px auto;
    }

    .sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products {
        width: 80%
    }

    .sep-main .sep-container .sep-primary-details .panel-body .panel-social .btn-social {
        display: block;
        text-align: center
    }

    .sep-main .sep-container .sep-primary-details .panel-body .panel-social .panel-enquiries {
        margin-top: 20px;
        display: block;
        text-align: center;
        margin-left: 0;
        float: none
    } 
}


@media screen and (max-width:480px) {
    .sep-main .sep-container .sep-primary-details .panel-body .panel-social .panel-enquiries a {
        margin: 5px 0 0 0;
        width: 90%
    }

    .sep-main .sep-container .sep-primary .panel .panel-body .panel-list li {
        width: 98%;
         }

    .sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .multiple {
        width: 98%
    }

    .sep-main .sep-container .sep-primary-details .panel-body .multiple-many-products .many-products {
        width: 98%
    }
}

.search_moblie {
    display: none;
    width: 100%;
    background: #2e2e2e;
    padding: 10px 0;
    position: absolute;
    top: 60px;
    z-index: 1000
}

.search_moblie form {
    width: 96%;
    margin: 0 auto;
    position: relative
}

.search_moblie .header_s {
    width: 100%;
    border-radius: 0;
    background: #eaf4fd;
    padding: 13px 10px;
    font-size: 14px;
    border: none;
    color: #000;
    border-radius: 6px;
    outline: none
}

.search_moblie .submit {
    width: 10%;
    background: transparent;
    border: none;
    margin-left: 0;
    padding: 0;
    padding-top: 3px;
    position: absolute;
    right: 20px;
    top: 7px
}

.submit {
    border: none;
    outline: none;
    padding: 8px 15px;
    border-radius: 6px;
    background: #323232;
    color: #ddd;
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
    font-family: Segoe UI
}

.search_moblie .submit i {
    font-size: 24px;
    color: #3a3a3a
}

.header {
    height: 60px;
    display: none;
    background: #fff
}

.header_left {
    height: 100%;
    width: 82%;
    background: #fff
}

.header_left a img {
    margin-left: 10px;
    margin-top: 15px;
    width:100px
}

.header_left .change,
.header_left .search {
    height: 32px;
    width: 32px;
    padding: 0
}

.header_left #click {
    background: #00aead;
    margin-top: 14px
}

.header_left .change i,
.header_left .search i {
    height: 32px;
    width: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer
}

.header_left .search {
    position: relative;
    top: 14px
}

.header_left .change i.on,
.header_left .search i.on {
    background: #fff;
    color: #00aead
}

.header_left .change {
    text-align: center
}

.change3 {
    position: relative;
    right: 20px
}

.change {
    margin-bottom: 5px
}

#change1,
#change {
    display: inline-block;
    line-height: 27px;
    font-size: 14px;
    height: 27px;
    margin-left: 10px;
    cursor: pointer;
    color: #00aead
}

#change1 {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    color: #fff
}

.header_left .change span {
    position: relative;
    top: 4px
}

.header_menu {
    width: 18%
}

.header_menu i {
    content: '\f0c9';
    font-family: FontAwesome;
    color: #666;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 18px;
    top: 14px;
    cursor: pointer;
    border: 1px solid #666;
    border-radius: 6px
}

.nav {
    width: 90%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 60px;
    z-index: 1000;
    right: 90%;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform .7s ease-out;
    -webkit-transition: transform .7s ease-out;
    display: none
}

.nav>ul>li {
    background: #2e2e2e;
    color: #fff
}

.nav>ul>li.has-childs ul {
    display: none
}

.nav ul li {
    padding: 0 0 0 0;
    color: #a1a46d;
    font-size: 14px;
    border-bottom: 1px solid #404040;
    position: relative
}

.nav>ul>li>a {
    border-bottom: none
}

.nav ul li>a {
    display: inline-block;
    padding: 20px 0 20px 0;
    padding-left: 60px
}

.nav>ul>li a {
    color: #fff;
    border-bottom: 1px solid #404040
}

.nav>ul>li ul li {
    background: #3b3b3b
}

.nav>ul>.has-childs>ul>li a {
    display: block;
    padding: 20px 0 20px 0;
    padding-left: 60px
}

.nav>ul>li ul li a {
    color: #bfbfbf
}

.nav>ul>.has-childs:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10%;
    top: 18px
}

.language_con {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999999;
    display: none
}

.language_main ul {
    position: relative;
    z-index: 9999
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #143592;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.lanbox .language_main2 {
    width: 90%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 60px;
    z-index: 1000;
    right: 90%;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform .7s ease-out;
    -webkit-transition: transform .7s ease-out;
    display: none
}

.lanbox .lan_fixed {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.lanbox .language_main2 ul li {
    background: #2e2e2e;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #404040;
    position: relative
}

.lanbox .language_main2 ul li a {
    display: block;
    padding: 20px 0 20px 0;
    padding-left: 60px;
    color: #fff
}

.lanbox .language_main2 ul li a img {
    position: absolute;
    right: 60px
}

#bottom {
    display: none
}

.bottom {
    margin-top: 30px;
    background: #383d41;
    border-top: 13px solid #a1a46d
}

#bottom .ul_3 {
    float: none;
    margin-left: 0;
    width: 92%;
    margin: 0 auto;
   padding-bottom: 60px;
   padding-top:20px;
}

.bottom .ul_3 div {
    width: 100%;
    margin: 0
}

.bottom ul li {
    font-size: 14px;
    color: #a6a6a6;
    line-height: 30px;
    margin: 0 10px
}

#bottom .ul_3 div li {
    color: #fff
}

#bottom .ul_3 div li a {
    color: #fff
}

@media screen and (max-width:768px) {
    header {
        display: none
    }

    footer {
        display: none
    }

    .header {
        display: block
    }

    #bottom {
        display: block
    }
}

/*隐藏52图标*/
  a[href*="51.la"],
  a[href*="51.la"] *,
  [title*="51.La"],
  [src*="51.la"],
  [href*="51.la/?comId"],
  div[id*="LA-"],
  iframe[src*="51.la"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
  }
