@charset "utf-8";

/*public*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* body 的 min-width 是 PC 端布局约束;若不加媒体查询,移动端延迟加载本文件时
   (pc-css-loader 为断点切换预载)会把页面撑到 1200px 宽,导致移动端排版错乱 */
@media (min-width: 768px) {
    body {
        color: #3d3d3d;
        min-width: 1200px;
        font-family: 'Segoe UI';
        font-size: 14px;
    }
}

a {
    display: inline-block;
    transition: all 0.3s ease-out;
}

a:hover,
a:active {
    /* color: #ed3d3e; */
    text-decoration: none;
}

span {
    display: inline-block;
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
}

.clear-fix:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

ul:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pt-10,
.pt-15,
.pt-20,
.pt-25,
.pt-30 {
    clear: both;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.color-red {
    color: #ff4e4e;
}

.color-green {
    color: #5fb878;
}

.color-blur {
    color: #288feb;
}

.color-666 {
    color: #666;
    text-align: left;
}

.color-999 {
    color: #999;
}

.color-white {
    /* color: #fff; */
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.wp-1170 {
    width: 1170px;
    margin: 0 auto;
}

.wp-1170:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.top-bg .wp-1170 p {
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
}

.top-bg .wp-1170 p:hover {
    color: red;
}

.location_img img {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}

.el-icon-location {
    font-size: 20px;
}

.layui-row {
    clear: both;
}


/*top*/

.top-bg {
    background: #f5f5f5;
    line-height: 40px;
    font-size: 16px;
    position: relative;
}

.top-bg p {
    display: inline-block;
}

.top-nav {
    background: none;
    padding: 0;
}

.top-nav .layui-nav-bar {
    display: none;
}

.top-nav .layui-nav-item {
    line-height: 40px;
}

.top-nav .layui-nav-child {
    top: 40px;
    border: none;
    border-radius: 0;
}

.top-nav .layui-nav-item>a {
    color: #2e2e2e;
}

.top-nav .layui-nav-item>a:hover {
    color: #ed3d3e;
}

.top-nav .layui-nav-more {
    border-top-color: #222;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent #222;
}

.top-ul li {
    float: left;
    padding-left: 15px;
}


/*nav*/

.nav-bg {
    background: #222;
    cursor: default;
}

.atm-nav {
    background: none;
    padding: 0;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.atm-nav li {
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.atm-nav .layui-this:after,
.atm-nav .layui-nav-bar,
.atm-nav .layui-nav-itemed:after {
    display: none;
}

.atm-nav .layui-nav-more {
    display: none;
}

.atm-nav .layui-nav-item a {
    color: #fff;
}

.atm-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #ed3d3e;
}

.about-this a {
    color: #ed3d3e;
}

.atm-nav a {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.atm-nav .layui-nav-child {
    border: none;
    top: 70px;
    min-width: 270px;
    padding: 0;
    background: #ed3d3e;
}

.atm-nav .layui-nav-child dd {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.atm-nav .layui-nav-child a {
    border: none;
    color: #fff;
    background: #ed3d3e;
    text-transform: none;
    line-height: 50px;
}

.atm-nav .layui-nav-child a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.atm-nav .layui-nav-item {
    line-height: 70px;
}

.nav-ul>li {
    float: left;
    padding-left: 45px;
}

.nav-ul span {
    color: #ed3d3e;
    float: left;
    font-size: 60px;
    height: 70px;
}

.nav-ul i {
    vertical-align: top;
    padding-top: 6px;
}

.nav-ul h3 {
    font-size: 16px;
    padding-top: 15px;
    color: #ed3d3e;
}

.nav-ul p {
    padding-top: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.nav-ul .fl {
    padding-left: 15px;
}

.nav-ul li:hover span {
    border-color: #222;
}

.top-search-box {
    position: relative;
}

.top-search-box button {
    background: #ed3d3e;
    color: #ffffff;
    font-size: 30px;
    height: 70px;
    line-height: 68px;
    outline: medium none;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
    /* border: 2px solid #ed3d3e; */
    border-radius: 0;
}

.top-search-box button:hover {
    background: none;
    border: 2px solid #ed3d3e;
    border-radius: 0;
}

.top-search-box button i {
    vertical-align: top;
    padding-top: 18px;
}

.search-box button i {
    vertical-align: top;
    padding-top: 12px;
    font-size: 18px;
}

.top-search-box .search-box {
    background: #ed3d3e none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    /* opacity: 0; */
    padding: 2px;
    /* position: absolute;
    right: 68px;
    top: 10%; */
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /* visibility: hidden; */
    width: 280px;
    z-index: 999;
    margin-top: 10.5px;
}

.top-search-box:hover .search-box {
    top: 10%;
    opacity: 1;
    visibility: visible;
}

.top-search-box .search-box li form {
    position: relative;
}

.top-search-box .search-box li form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    display: block;
    font-weight: 300;
    height: 45px;
    outline: medium none;
    padding-left: 10px;
    padding-right: 60px;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top-search-box .search-box li form button {
    background: #fff none repeat scroll 0 0;
    /* border: 1px solid #ed3d3e; */
    border-left: 1px solid #ed3d3e;
    color: #222;
    font-size: 13px;
    height: 45px;
    line-height: 46px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 500ms ease 0s;
    width: 45px;
}

.top-search-box .search-box li form input:focus {
    border: 1px solid #222;
}

.top-search-box .search-box li form input:focus+button,
.top-search-box .search-box li form button:hover {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #222;
}


/*footer*/

.footer-bg {
    background: #222;
    color: #c1c1c1;
    padding-top: 60px;
    overflow: hidden;
    cursor: default;
}

.footer-left {
    width: 300px;
}

.footer-left-ul li {
    clear: both;
    padding-bottom: 15px;
}

.footer-left-ul li:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.footer-left-ul span {
    float: left;
    width: 25px;
}

.footer-left .footer-left-ul h3 {
    color: #c1c1c1;
    font-size: 14px;
    line-height: 1.5em;
}

.footer-left-ul p {
    line-height: 18px;
}

.footer-left-ul li div {
    width: calc(100% - 25px);
    padding-right: 20px;
}

.footer-right {
    width: 870px;
    padding-left: 60px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.footer-right:before {
    background: #222 none repeat scroll 0 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: -1;
    -moz-box-shadow: 1px 0 8px #111;
    -webkit-box-shadow: 1px 0 8px #111;
    box-shadow: 1px 0 8px #111;
}

.footer-left h3 {
    color: #fff;
    font-size: 18px;
}

.footer-bg a {
    line-height: 30px;
    color: #c1c1c1;
}

.footer-bg a:hover {
    text-decoration: underline;
    color: #ed3d3e;
}

.footer-bg a img {
    width: 240px;
    height: 69px;
}

.footer-right-dl {
    float: left;
    width: 150px;
}

.footer-right-dl dt a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
}

.footer-right-dl:first-child {
    padding-left: 0;
}

.footer-right-dl:last-child {
    padding-left: 8px;
    width: 206px;
}

.footer-right-dl:nth-of-type(2) {
    padding-left: 15px;
}

.footer-right-dl:nth-of-type(3) {
    padding-left: 22px;
}

.footer-bottom {
    padding: 25px 0;
    font-size: 16px;
}

.footer-bottom img {
    padding-top: 9px;
}

.footer-btn a {
    color: #fff;
    line-height: 44px;
}

.footer-btn a:hover {
    color: #fff;
    text-decoration: none;
}


/*banner*/

.layui-carousel>[carousel-item]>* {
    background: #f6f6f6;
}

.banner-text {
    height: 100%;
}

.banner-text h2 {
    font-size: 42px;
    text-align: left;
}

.banner-text p,
.banner-text ul {
    font-size: 24px;
}

.banner-text span+span {
    padding-left: 20px;
}

.banner-ul li+li {
    padding-top: 20px;
}

.banner-text a {
    line-height: 54px;
    height: 54px;
    padding: 0 40px;
    text-align: left;
}

.banner-text1 h2 {
    padding-top: 150px;
    text-align: left;
}

.banner-text2 h2 {
    padding-top: 150px;
    text-align: left;
}

.banner-text3 h2 {
    padding-top: 120px;
    text-align: left;
}


/*left-menu start*/

.spr-collapse {
    border: none;
}

.spr-collapse .layui-colla-title {
    background: #eee;
    cursor: pointer;
}

.spr-collapse .layui-colla-title:hover {
    background: #ed3d3e;
    color: #fff;
}

.spr-collapse .layui-colla-title1 {
    background: none;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 30px;
}

.spr-collapse .layui-colla-title1:hover {
    background: none;
    color: #288feb;
}

.buy-left {
    padding: 15px 10px;
}

.layui-colla-title1 .layui-colla-icon {
    font-size: 12px;
}

.spr-collapse .layui-colla-item {
    border: none;
}

.spr-collapse .layui-colla-content {
    border: none;
    padding: 5px;
}

.spr-collapse .layui-colla-content1 {
    padding: 0 0 0 30px;
}

.spr-collapse .layui-collapse {
    border: none;
}

.buy-left-ul i {
    padding-right: 5px;
    color: #4c84a5;
}

.buy-left-ul li {
    line-height: 25px;
    cursor: pointer;
    font-size: 12px;
}

.buy-left-ul li label {
    cursor: pointer;
}

.buy-left-ul li:hover {
    color: #288feb;
}

.buy-left-ul .buy-left-this {
    color: #288feb;
}

.buy-left-ul .buy-left-this i {
    color: #288feb;
}


/*left-menu end*/

.list-bg1 {
    background: #f7f7f7;
}

.list-title {
    font-size: 40px;
    line-height: 155px;
    text-align: center;
    font-weight: bold;
}

.help-container {
    cursor: default;
}

.page-menu {
    line-height: 55px;
    border-bottom: solid 1px #f0f0f0;
    font-size: 14px;
}

.page-menu-breadcrumb {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.page-menu-breadcrumb a:hover {
    color: #ed3d3e !important;
}

.page-menu-breadcrumb i {
    padding: 0 5px;
    color: #ed3d3e;
}

.page-menu-breadcrumb cite {
    color: #ed3d3e;
}

.list-left {
    width: 270px;
    padding: 45px 20px 45px 0;
}

.page-wp {
    padding: 45px 0;
}

.list-select-wp {
    padding-bottom: 20px;
}

.layui-form-select dl dd.layui-this {
    background: #ed3d3e;
}

.go-select .layui-input {
    height: 50px;
}

.go-select .layui-form-select dl {
    top: 52px;
}

.list-right {
    width: 900px;
    padding: 45px 0 45px 20px;
    border-left: solid 1px #f0f0f0;
    cursor: default;
}

.list-ul1 {
    padding-top: 10px;
}

.list-ul1 li {
    padding: 15px 0 10px;
    border-bottom: solid 1px #f0f0f0;
    clear: both;
}

.list-ul1 a img {
    border: solid 1px #f0f0f0;
    width: 70px;
    float: left;
    margin-right: 15px;
}

.list-ul1 a p {
    line-height: 24px;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-ul1 a:hover {
    color: #ed3d3e;
    text-decoration: none;
}

.list-ul1 a:hover p {
    color: #ed3d3e;
}

.list-ul1 a:hover img {
    border-color: #ed3d3e;
}

.list-title1 {
    font-size: 18px;
    font-weight: bold;
}

.list-title1 a:hover {
    color: #ed3d3e;
}

.page-number {
    padding: 45px 0;
}

.page-number .layui-laypage a,
.layui-laypage span {
    min-width: 20px;
    margin: 0 3px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.page-number .layui-laypage-em {
    border-radius: 3px;
}

.page-text {
    line-height: 50px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.page-text1 {
    float: left;
    line-height: 50px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 600;
}

.font-icon1 {
    font-size: 120px;
    color: #fa9d17;
    vertical-align: middle;
}

.warning-text {
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
    line-height: 30px;
    font-size: 16px;
}

.layui-input:hover,
.layui-textarea:hover {
    border-color: #ed3d3e !important;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #ed3d3e !important;
}

a.search-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ed3d3e;
    float: right;
    margin-left: -1px;
    color: #fff;
    position: relative;
    z-index: 1;
}

a.search-btn .fa-search {
    font-size: 20px;
}

a:hover.search-btn {
    color: #fff;
    background: #222;
}

.search-text {
    width: 450px;
}

.layui-input,
.layui-select,
.layui-textarea {
    border-radius: 0;
}

.layui-laypage a:hover {
    color: #ed3d3e;
}

.go-text .layui-form-label {
    width: 100px;
    padding: 9px 15px 9px 0;
}

.go-text1 .layui-form-item .layui-input-inline {
    margin-right: 0;
}

.go-text1 .go-input-inline1 {
    width: 250px;
}

.go-text1 .go-input-inline2 {
    width: 618px;
}


/*Products List-right*/

.products-title {
    position: relative;
    font-size: 16px;
    padding-bottom: 0;
    clear: both;
}

.products-title-text:hover {
    color: #ed3d3e;
    cursor: pointer;
}

.products-title strong,
.products-title a {
    background: #fff;
    padding-right: 10px;
    font-weight: bold;
    cursor: default;
    color: #333333;
}

.products-title a:hover {
    color: #ed3d3e;
    cursor: pointer;
}

.products-title:after {
    width: 96.5%;
    border-bottom: 1px solid #ddd;
    content: '';
    position: absolute;
    top: 24px;
    left: 15px;
    z-index: -1;
}

.products-title1:after {
    width: 97.5%;
}

.products-list-ul li {
    width: 50%;
    float: left;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products-list-ul li:nth-last-child(odd) {
    padding-left: 10px;
}

.products-list-ul1 li {
    width: 25%;
    float: left;
}

.products-list-ul2 li {
    font-size: 12px;
    width: 28%;
    float: left;
    line-height: 24px;
}

.products-list-ul2 li:first-child {
    width: 15%;
}

.products-list-ul1 li span {
    font-size: 16px;
    color: #ed3d3e;
}

.products-list-ul2 li span {
    font-size: 11px;
    color: #ed3d3e;
}

.products-list {
    /* height: 234px; */
    padding: 15px 0;
    border-bottom: solid 1px #f0f0f0;
}

.products-list .layui-btn .fa {
    padding-right: 5px;
}

.products-list-img {
    width: 23%;
}

.products-list-img1 {
    width: 18%;
}

.products-list-img a {
    border: solid 1px #f0f0f0;
    display: block;
}

.products-list-img a:hover {
    border-color: #ed3d3e;
}

.products-list-text {
    width: 77%;
    padding-left: 15px;
    height: 201px;
    position: relative;
}

.products-list-text .btn-wrapper {
    position: absolute;
    bottom: 0;
}

.products-list-text .products-list-a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.products-list-text .products-list-a:hover {
    color: #ed3d3e;
}

a.layui-btn-sm2 {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 14px;
    padding: 0 15px;
    background: #ed3d3e;
}

a.layui-btn-sm3 {
    font-size: 14px;
    padding: 0 15px;
    color: #ed3d3e !important;
    border-color: #ed3d3e;
    height: 22px;
    line-height: 19px;
    font-weight: bold;
}

a.layui-btn-sm3:hover {
    color: #ed3d3e;
    border-color: #ed3d3e;
    background-color: #fceded;
}

.btn-orange {
    padding: 0 25px;
    background: #ed3d3e;
}

.btn-orange i {
    padding-right: 5px;
}

#preview {
    position: absolute;
    background: #eee;
    padding: 5px;
    display: none;
    color: #fff;
    max-width: 500px;
    z-index: 999;
}

.search-text2 {
    width: 201px;
}

.products-list-text1 {
    width: 82%;
    height: 210px;
    position: relative;
}

.products-list-text1 .products-list-ul li {
    line-height: 24px;
}

.products-list-text1 .products-list-ul1 {
    padding: 5px 10px;
    line-height: 24px;
}


/*Products Details*/

.details-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.details-left {
    width: 350px;
}

.list-menu h2 {
    padding: 0 15px;
    line-height: 42px;
    background: #eee;
    font-size: 16px;
}

.list-menu-ul {
    padding: 10px 0;
}

.list-menu-ul li {
    padding: 0 15px;
    font-size: 14px;
    line-height: 25px;
}

.list-menu-ul a {
    display: block;
}

.list-menu-ul a i {
    padding-right: 8px;
    font-size: 15px;
}

.list-menu-ul a:hover,
.list-menu-ul a:hover i {
    color: #288feb;
}


/*主容器*/

.con-FangDa {
    width: 350px;
    height: auto;
}


/*正常容器*/

.con-fangDaIMg {
    width: 350px;
    height: 350px;
    position: relative;
    background-color: #fff;
    border: solid 1px #f0f0f0;
}

.con-fangDaIMg>img {
    width: 100%;
    height: 100%;
}


/*滑块*/

.magnifyingBegin {
    width: 210px;
    height: 210px;
    left: 0;
    top: 0;
    background: url(../images/details-bg1.png);
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    cursor: move;
    display: none;
}


/*放大镜显示区域*/

.magnifyingShow {
    width: 450px;
    height: 450px;
    display: none;
    position: absolute;
    right: -460px;
    top: 0;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #f0f0f0;
}

.magnifyingShow>img {
    width: 750px;
    height: 750px;
    max-width: none;
}


/*设置选择图片容器*/

.con-FangDa-ImgList {
    padding-top: 10px;
}

.con-FangDa-ImgList>li {
    margin-right: 10px;
    width: 110px;
    float: left;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center;
}

.con-FangDa-ImgList>li:last-child {
    margin-right: 0;
}

.con-FangDa-ImgList>li>img {
    vertical-align: top;
}

.con-FangDa-ImgList>.active {
    border-color: #ed3d3e;
}

.popup-close {
    right: 10px;
    top: 8px;
}

.popup-close .layui-icon {
    font-size: 24px;
}

.tab-picture li img {
    max-width: 100px;
}

.tab-picture .layui-tab-title {
    border: none;
    height: auto;
    padding-right: 10px;
    width: 112px;
    float: left;
}

.tab-picture .layui-tab-title li {
    padding: 0;
    border: solid 1px #eee;
    display: block;
    margin-bottom: 10px;
}

.tab-picture .layui-tab-title .layui-this {
    border-color: #fff;
}

.tab-picture .layui-tab-title .layui-this:after {
    border: 1px solid #288feb;
    height: 100%;
    width: 100px;
}

.tab-picture .layui-tab-content {
    padding: 0;
    float: left;
    border: solid 1px #eee;
}

.details-right {
    width: 529px;
    padding-left: 10px;
}

.details-right-ul {
    color: #666;
}

.details-right-ul li {
    border-bottom: dashed 1px #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.details-right-ul li::after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.details-right-ul li h3,
.details-right-ul li p {
    float: left;
    line-height: 24px;
}

.details-right-ul li h3 {
    width: 145px;
}

.details-right-ul li p {
    width: 374px;
}

.details-right-ul li p span {
    color: #ed3d3e;
    font-size: 18px;
}


/*switch*/

.switch-title h3 {
    font-size: 28px;
    display: inline-block;
}

.switch-title a {
    margin-left: 10px;
    color: #ed3d3e;
    border: solid 1px #ed3d3e;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 3px;
}

.switch-title a:hover {
    background-color: #fceded;
}

.switch-btn1 i {
    margin-right: 5px;
}

.switch-btn2 i {
    padding-left: 5px;
}

.picLB {
    margin: 0 -15px;
    padding-top: 15px;
}

.picLB li {
    width: 273px;
    height: 400px;
    margin: 0 15px;
    overflow: hidden;
    background: #fff;
    position: relative;
    float: left;
}

.picLB li a {
    display: block;
}

.picLB li span {
    border: solid 1px #f0f0f0;
    display: block;
    position: relative;
    overflow: hidden;
}

.picLB li img {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}

.picLB li p {
    line-height: 20px;
    color: #666;
    padding-top: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.picLB li a:hover {
    color: #666;
}

.picLB li a:hover span {
    border-color: #ed3d3e;
}

.picLB li a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.picLB {
    overflow: hidden;
    zoom: 1;
}

.picLB li a strong {
    color: #ed3d3e;
    font-weight: normal;
}

.picLB li a div {
    padding-top: 5px;
}

.detail-title-h3 {
    font-size: 28px;
}

.detail-ul1 {
    margin: 0 -30px;
    padding-top: 10px;
}

.detail-ul1 li {
    float: left;
    width: 20%;
    text-align: center;
    color: #666;
}

.popup-wp {
    display: none;
}


/*information*/

.information-wp {
    padding: 45px 0;
}

.x-ing {
    padding-right: 5px;
}

.word-aux {
    color: #999;
    padding-left: 10px;
    line-height: 38px;
}

.go-text2 .layui-input-block {
    margin-left: 115px;
}

.send-btn {
    min-width: 160px;
}

.number-on {
    line-height: 30px;
}

.number-on i {
    padding: 0 14px 0 3px;
}

a.number-on:hover {
    color: #288feb;
}

.layui-form-item .input-w1 {
    width: 120px;
    padding-right: 10px;
}

.layui-form-item .input-w2 {
    width: 285px;
}

.layui-form-item .input-w3 {
    width: 405px;
}

.layui-form-item .input-w4 {
    width: 415px;
}

.go-text1 .layui-form-label {
    width: 115px;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #288feb;
}

.information-wp1 {
    padding: 10px 0 20px 29px;
}

.information-wp2 {
    padding-left: 29px;
    overflow: visible !important;
}

.file-btn i {
    color: #288feb;
}

.file-btn:hover,
.layui-form-checkbox[lay-skin='primary']:hover i {
    border-color: #288feb;
}

.layui-form-checked[lay-skin='primary'] i {
    background: #288feb;
    border-color: #288feb;
}


/*popup*/

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.p-content {
    min-width: 300px;
    min-height: 200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    background: #fff;
}

.pd-10 {
    padding: 10px;
}

.popup-content {
    clear: both;
}

.popup-title {
    padding: 10px;
    font-size: 16px;
    border-bottom: solid 1px #eee;
}

.popup-title .popup-close {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.popup-title .popup-close:hover {
    color: #4d90fe;
}

.text-input1 label {
    display: block;
    padding-bottom: 10px;
}

.text-area1 {
    width: 100%;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.btn-01 {
    padding: 7px 20px;
    background: #1e95fb;
    color: #fff;
    border-radius: 3px;
}

a.btn-01:hover {
    color: #fff;
}

.text-right {
    text-align: right;
}

.p-content1 {
    border-radius: 3px;
}


/*service*/

.rides-cs {
    font-size: 12px;
    background: #ed3d3e;
    position: fixed;
    top: 250px;
    right: 0;
    _position: absolute;
    z-index: 1500;
    border-radius: 6px 0 0 6px;
}

.floatL {
    width: 36px;
    float: left;
    position: relative;
    z-index: 1;
    height: 167px;
}

.floatL .btnOpen,
.floatL .btnCtn {
    color: #fff;
    display: block;
    width: 36px;
    height: 100%;
    position: relative;
    z-index: 9;
    padding: 8px;
    font-size: 18px;
    cursor: pointer;
}

.btnOpen-text {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 100px;
    height: 20px;
    position: absolute;
    left: -33px;
    top: 85px;
}

.btnOpen-fa {
    position: absolute;
    bottom: 10px;
    left: 12px;
}

.floatR {
    float: left;
    overflow: hidden;
    display: none;
    height: 167px;
    width: 190px;
}

.floatR .cn {
    background: #f7f7f7;
    height: 167px;
}

.cn .titZx {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    padding: 5px;
}

.cn ul li {
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #e6e4e4;
    font-size: 14px;
    overflow: hidden;
    margin-left: 5px;
}

.cn ul li i {
    width: 20px;
    padding-right: 7px;
    text-align: center;
}

.cn ul li a {
    color: #777;
    display: block;
}

.cn ul li a:hover {
    color: #ed3d3e;
}


/*index-main*/

.atm-wp1 {
    padding: 50px 0 60px;
    cursor: default;
}

.atm-wp2 {
    padding: 40px 0;
}

.atm-title1 {
    font-size: 34px;
    padding-bottom: 20px;
    border-bottom: solid 2px #ed3d3e;
    margin: 0 auto;
    margin-bottom: 28px;
    display: inline-block;
    color: #3d3d3d;
}

.atm-title2 {
    font-size: 34px;
    display: inline-block;
    border-bottom: 2px solid #ed3d3e;
    padding-bottom: 6px;
    margin-bottom: 20px;
    cursor: default;
}

.atm-title3 {
    font-size: 28px;
    padding-bottom: 34px;
}

.index-ul1 {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
}

.index-ul1 li {
    padding-bottom: 18px;
}

.index-ul1 span {
    float: right;
    padding-left: 15px;
}

.index-ul2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.index-ul2 li {
    padding-bottom: 18px;
}

.index-ul2 span {
    float: left;
    padding-right: 15px;
}

.index-ul span {
    font-size: 24px;
    padding-top: 5px;
    color: #ed3d3e;
    width: 49px;
    text-align: center;
}

.atm-index2 {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.atm-index2:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-item {
    position: relative;
    padding-left: 40px;
    background: #ffffff;
    /*z-index:1*/
}

.single-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #222;
    content: '';
    z-index: -1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}

.single-item:hover:before {
    height: 100%;
    opacity: 1;
}

.single-item .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: #ed3d3e;
}

.single-item .icon-holder::before {
    content: '';
    position: absolute;
    border-top: 8px solid transparent;
    border-left: 6px solid #ed3d3e;
    border-bottom: 8px solid transparent;
    top: 45%;
    right: -6px;
}

.single-item .icon-holder .icon-box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-item .icon-holder .icon-box .icon {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.single-item .icon-holder span::before {
    color: #fff;
    display: block;
    font-size: 30px;
    text-align: center;
}

.single-item .text-holder {
    padding: 27px 20px 25px;
}

.text-holder img {
    width: 290px;
    height: 290px;
}

.text-holder .showbox img {
    width: 100%;
}

.single-item .text-holder h5 {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
    transition: all 500ms ease;
}

.single-item .text-holder p {
    transition: all 500ms ease;
    line-height: 26px;
    color: #666;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.single-item:hover .text-holder h5 {
    color: #ffffff;
}

.single-item:hover .text-holder p {
    color: #fff;
}

.atm-tab-wp {
    margin-top: 0;
}

.atm-tab {
    text-align: center;
    border-bottom: none;
}

.atm-tab li {
    background: #f3f3f3;
    margin-right: 1px;
    font-size: 20px;
    font-weight: bold;
}

.atm-tab .layui-this {
    color: #fff;
    background: #ed3d3e;
}

.atm-tab .layui-this:after {
    border: none;
}

a.products-a {
    display: block;
    overflow: hidden;
}

a.products-a span {
    border: solid 1px #f0f0f0;
    display: block;
    position: relative;
    overflow: hidden;
}

a.products-a img {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}

a.products-a p {
    line-height: 24px;
    min-height: 53px;
    color: #666;
    padding-top: 5px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.products-a:hover span {
    border-color: #ed3d3e;
}

a.products-a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

a.products-a-img {
    height: 347px;
}

.atm-content {
    padding-top: 35px;
}

.atm-bg4 {
    background: #222;
}

.pos-r div {
    font-size: 12px;
}

.pos-r div strong {
    color: #ed3d3e;
    font-size: 14px;
    font-weight: normal;
}

.special-wp {
    padding-bottom: 50px;
}

.atm-content a.products-a {
    height: 347px;
}

.special-a .products-a strong {
    color: #ed3d3e;
}

.special-a a.products-a div:nth-last-child(3) {
    padding-top: 5px;
}

.special-a a.products-a p {
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-latest-blog {
    transition: all 500ms ease;
}

.single-latest-blog .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-latest-blog .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;
    height: 200px;
}

.single-latest-blog .img-holders {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.single-latest-blog .img-holders img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 200px;
    height: 200px;
}

.single-latest-blog .text-holder {
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 17px;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
}

.single-latest-blog .text-holder:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #ffffff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    content: '';
    z-index: -1;
}

.single-latest-blog:hover .text-holder {
    border-color: #fff;
}

.single-latest-blog:hover .text-holder:before {
    height: 100%;
    opacity: 1;
}

.single-latest-blog .text-holder .meta-info {
    margin-bottom: 12px;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 23px;
}

.single-latest-blog .text-holder .meta-info li {
    display: inline-block;
    margin: 0 8px;
}

.single-latest-blog .text-holder .meta-info li i {
    color: #ed3d3e;
    font-size: 14px;
    display: inline-block;
    padding-right: 8px;
}

.single-latest-blog .text-holder .meta-info li a {
    color: #ed3d3e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Segoe UI';
    transition: all 500ms ease;
}

.single-latest-blog .text-holder .blog-title {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 100;
    line-height: 28px;
    padding: 0;
    transition: all 500ms ease 0s;
    min-height: 110px;
}

.single-latest-blog:hover .text-holder .blog-title {
    color: #3d3d3d;
    transition: all 500ms ease;
}

.single-latest-blog .text-holder .meta-info li a:hover {
    color: #222;
}

.single-latest-blog:hover .text-holder .blog-title:hover {
    color: #ed3d3e;
}

.atm-photo-img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 95px;
    margin: 0 auto;
    overflow: hidden;
    padding: 7px;
    width: 95px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.atm-photo-img img {
    width: 79px;
    height: 79px;
    border-radius: 50%;
}

.atm-photo:hover .atm-photo-img {
    background: #222;
    border-color: #222;
}

.atm-photo:hover .atm-photo-text {
    border-color: #e7e3e3;
}

.atm-photo-text {
    border: 1px solid #f7f7f7;
    margin-top: -48px;
    z-index: -1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 74px 25px 23px;
    font-size: 16px;
    font-weight: bold;
}

.client-info {
    background: #fff none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    padding: 15px 25px 12px;
    border-left: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    line-height: 24px;
}

.client-info a i {
    color: #43c3ea;
    font-size: 24px;
    vertical-align: middle;
    padding-right: 3px;
}

.client-info a {
    color: #ed3d3e;
}

.client-info:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #222;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    content: '';
    z-index: -1;
}

.atm-photo:hover .client-info {
    border-color: #222;
}

.atm-photo:hover .client-info a {
    border-color: #2222;
    color: #fff;
}

.atm-photo:hover .client-info a:hover {
    color: #ed3d3e;
}

.atm-photo:hover .client-info:before {
    height: 100%;
    opacity: 1;
}

.atm-bg6 {
    background: #f7f7f7;
}

.atm-logo {
    margin: 0 -15px;
}

.atm-logo li {
    float: left;
    text-align: center;
    padding: 8px 15px;
    width: 20%;
}

.atm-logo li span {
    border: solid 1px #eaeaea;
}

.atm-logo li:hover span {
    border-color: #ed3d3e;
}

.atm-logo li span img {
    width: 205px;
    height: 85px;
}


/*company*/

.company-text {
    font-size: 16px;
}

.company-text-img img {
    padding-bottom: 10px;
}

.video-container {
    position: absolute;
    top: 19px;
    left: 66px;
    width: 453px;
    overflow: hidden;
}

.video-background {
    width: 585px;
    height: 308px;
}

video {
    display: inline-block;
    width: 100%;
    max-height: 100%;
}


.company-text h2 {
    font-size: 34px;
    padding-bottom: 20px;
}

.company-text p {
    color: #666;
    padding-bottom: 10px;
    line-height: 24px;
    text-align: justify;
}

.company-text2 {
    position: relative;
    padding-left: 40px;
}

.company-text2 h3 {
    font-size: 20px;
}

.company-text2 span {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #ed3d3e;
    width: 24px;
    text-align: center;
}

.company-text2 p {
    line-height: 28px;
    font-size: 16px;
}

.company-img {
    border-radius: 50%;
    display: inline-block;
    border: dashed 2px #3b3634;
    padding: 10px;
    position: relative;
    width: 100%;
}

.company-wp3:hover .company-img {
    border-color: #ed3d3e;
}

.company-img span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 0;
    background: #ed3d3e;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.company-img img {
    border-radius: 50%;
    width: 100%;
}

.company-exhibition {
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}


/*contact info*/

.contact-info-title {
    background: #222;
    color: #fff;
    line-height: 50px;
    padding-left: 10px;
    font-size: 18px;
}

.contact-info-ul {
    border: solid 1px #222;
    padding: 6px 20px;
}

.contact-info-ul li {
    border-bottom: solid 1px #f0f0f0;
    padding-top: 20px;
}

.contact-info-ul li:last-child {
    border: none;
}

.contact-info-ul span {
    color: #ed3d3e;
}

.contact-info-ul h3 {
    font-weight: normal;
}

.contact-info-ul p {
    color: #3d3d3d;
    line-height: 24px;
    padding-top: 5px;
    font-weight: 400;
}

.contact-info-ul a {
    color: #3d3d3d;
    font-weight: 400;
}

.contact-info-ul a:hover {
    color: #ed3d3e;
}

.contact-form .layui-input {
    height: 50px;
}

.contact-form .layui-textarea {
    min-height: 178px;
}

.contact-form .layui-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}


/*Photo Gallery*/

.contact-ul {
    padding: 10px 0 10px;
}

.contact-ul li {
    border-bottom: solid 1px #f0f0f0;
}

.contact-ul .fa-folder-o {
    padding-right: 5px;
}

.contact-ul a {
    display: block;
    color: #666;
    padding: 15px 0;
}

.contact-ul a:hover,
.contact-ul .about-this a {
    color: #ed3d3e;
}

.contact-photo h4 {
    padding-top: 15px;
    text-align: center;
    font-weight: normal;
    cursor: default;
}


/*Video Conference*/

.video-wp {
    position: relative;
    padding: 40px 0 30px 90px;
    border-bottom: solid 2px #f0f0f0;
}

.video-wp h3 {
    font-size: 18px;
    padding-bottom: 15px;
}

.video-wp span {
    position: absolute;
    left: 0;
    width: 70px;
    line-height: 70px;
    background: #ed3d3e;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.video-wp p {
    padding: 10px 0;
    color: #999;
}

a.video-btn1 {
    color: #ed3d3e;
}

a.video-btn1:hover {
    text-decoration: underline;
}

.video-btn2 {
    font-weight: bold;
    padding-top: 5px;
}

.line-24 {
    line-height: 24px;
}


/*Site Navigation*/

.site-menu {
    padding: 20px 0;
    border-bottom: solid 1px #f0f0f0;
}

.site-menu h2 {
    font-size: 18px;
}

.site-menu span {
    padding-top: 15px;
}

.site-menu span+span {
    padding-left: 20px;
}


/*management*/

.management-text h2 {
    font-size: 30px;
    padding-bottom: 10px;
}

.management-text p {
    color: #666;
    padding-bottom: 6px;
    line-height: 24px;
}

.management-img {
    text-align: right;
}

.management-wp img {
    border-radius: 5px 5px 0 0;
}

.management-text2 {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    min-height: 260px;
}

.management-text2 h2 {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.management-text2 p {
    line-height: 24px;
    color: #666;
    text-align: left;
}

.management-text3 {
    position: relative;
    padding: 0 30px 30px 40px;
    margin-top: -5px;
    margin-left: 20px;
}

.management-text3:last-child {
    padding-bottom: 0;
}

.management-text3 span {
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #ed3d3e;
    width: 24px;
    text-align: center;
    top: 5px;
}

.management-text3 p {
    line-height: 30px;
    font-size: 16px;
}


/*Custom Production*/

.custom-wp {
    text-align: center;
}

.custom-wp span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #ed3d3e;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
}

.custom-wp h3 {
    padding-top: 15px;
    line-height: 24px;
}

.custom-wp2 {
    border: solid 1px #f0f0f0;
    text-align: center;
    padding: 17px 20px 20px;
}

.custom-wp2 h3 {
    padding-bottom: 15px;
    font-size: 18px;
}

.custom-wp2:hover {
    color: #ed3d3e;
    border-color: #ddd;
}

.index-btn a {
    color: #fff;
    border: solid 1px #ed3d3e;
    line-height: 40px;
    padding: 0 50px;
    font-size: 16px;
}

.index-btn a:hover {
    border-color: #fff;
    color: #ed3d3e;
}


/*20170930 - 公告*/

.notice-text p {
    line-height: 1.8em;
    font-size: 16px;
}

.notice-text h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.notice-text .notice-text2 {
    text-indent: 0;
    color: #288feb;
}

.notice-text span {
    color: #288feb;
    text-indent: 0;
}

.notice-text a {
    color: #ed3d3e;
}

.layui-layer-title {
    color: #ed3d3e !important;
    font-size: 18px !important;
    font-weight: bold;
}

.layui-btn-sm4 {
    margin: 1px 0;
}

.products-title .products-title1-more {
    float: right;
    background: #fff;
    padding-left: 8px;
    padding-right: 0;
    color: #288feb;
}

.products-title .products-title1-more:hover {
    color: #ed3d3e;
    cursor: pointer;
}

.more-btn {
    color: #ed3d3e;
    border: solid 1px #ed3d3e;
    line-height: 46px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
}

.more-btn:hover {
    background-color: #fceded;
}

.more-btn .fa-angle-right {
    font-size: 16px;
    font-weight: 600;
}

.more-btn-wp1 {
    padding-top: 10px;
}


/*20200320-question*/

.question-bg {
    background: #f5f5f5;
    position: relative;
    padding-bottom: 80px;
}

.question-banner .question-banner-text {
    text-align: center;
    top: 75px;
    width: 100%;
}

.question-banner {
    position: relative;
}

.question-banner-text {
    position: absolute;
}

.question-banner-text span {
    background: rgba(255, 255, 255, 0.8);
    color: #ed3d3e;
    text-transform: uppercase;
    z-index: 1;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 30px;
}

.question-news {
    line-height: 48px;
    padding: 0 20px;
    background: #fff;
}

.question-news i {
    color: #ed3d3e;
    padding-right: 5px;
}

.question-bg2 {
    background: #f5f5f9;
}

.question-l {
    width: 260px;
    background: #fff;
}

.question-r {
    width: 900px;
    background: #fff;
}

.font-no {
    font-weight: normal;
}

.question-l h1 {
    line-height: 60px;
    padding: 0 20px;
}

.question-l-h2 {
    padding: 6px 0;
}

.question-l-h2 a {
    padding: 0 20px;
    line-height: 26px;
    display: block;
}

.question-l-h2 a:hover {
    background: #f5f5f9;
    color: #333;
}

.question-l-menu {
    border: none;
}

.question-l-menu .layui-colla-title {
    background: none;
    padding: 0 20px;
    margin-top: 15px;
}

.question-l-menu .layui-colla-icon {
    left: 230px;
    font-size: 12px;
    color: #666;
}

.question-l-menu .layui-colla-content {
    padding: 0;
    border: none;
    font-size: 12px;
}

.question-l-menu .layui-colla-content a {
    padding: 0 20px 0 25px;
    border: none;
    display: block;
    line-height: 26px;
}

.question-l-menu .layui-colla-content a:hover {
    background: #f5f5f9;
    color: #333;
}

.question-l-menu .layui-colla-item {
    border: none;
}

a.question-1 {
    border-left: 2px solid #ed3d3e !important;
    background: #f5f5f9;
    padding-left: 18px;
}

.question-l-h2-2 {
    margin-top: 15px;
}

.question-r-title1 {
    padding: 0 20px;
    line-height: 60px;
    border-bottom: solid 1px #f5f5f9;
    font-weight: normal;
}

.pd-40 {
    padding: 40px;
}

.question-r-text {
    min-height: 609px;
}

.question-r-text-list {
    min-height: 494px;
}

.question-r-text h3 {
    line-height: 42px;
    border-bottom: solid 1px #f5f5f9;
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

.question-r-text p {
    line-height: 22px;
    padding-bottom: 10px;
}

.question-r-text p a {
    color: #288feb;
}

.question-r-text p a:hover {
    text-decoration: underline;
}

.question-r-text2 {
    padding: 0 20px;
}

.question-r-text h4 {
    line-height: 24px;
    padding-bottom: 5px;
}

.question-r-bottom {
    border-top: solid 1px #f5f5f9;
    line-height: 34px;
}

.question-r-bottom a {
    background: #ed3d3e;
    line-height: 32px;
    float: right;
    color: #fff;
}

.question-r-bottom a+a {
    margin-right: 10px;
}

.question-r-bottom a span {
    color: #ed3d3e;
    background: #fff;
    border: solid 1px #ed3d3e;
    width: 30px;
    text-align: center;
}

.question-r-bottom a strong {
    padding: 10px;
    font-weight: normal;
}

.question-list li {
    line-height: 44px;
}

.spot {
    font-size: 12px;
    font-family: 'Segoe UI';
}

.question-l-menu .layui-colla-content a.question-1 {
    padding: 0 20px 0 23px;
}

.text-indent {
    text-indent: 1em;
}

.text-d {
    text-decoration: underline;
}

.title-wraper {
    text-align: center;
}

/* ===== 图片布局稳定:固定产品图容器高度,防止懒加载/图片加载撑开布局导致排版跳动 ===== */
.products-list-img {
    height: 190px;
    overflow: hidden;
}

.products-list-img a,
.products-list-img .imgbox {
    display: block;
    width: 100%;
    height: 100%;
}

.products-list-img .mainimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a.products-a span {
    height: 196px;
}

a.products-a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}