@charset "utf-8";
html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-size: 62.5%;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    /* background: #fafafa; */
    word-break: break-all;
}

ul,
li,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0px !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important
}

.cl {
    zoom: 1;
}

.cl::after {
    content: "";
    clear: both;
    display: block;
    line-height: 0;
    visibility: hidden;
}

.txt-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp:2; */
}

.hd-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding-bottom: 6px;
}

.hd-lf {
    padding-top: 12px;
}

.hd-top {
    padding: 0px 8px;
    font-size: 1.4rem;
}

.hd-top .tel {
    margin-left: 42px;
    margin-top: 6px;
}

.hd-top .tel span {
    margin-right: 6px;
}

.lang-btn {
    position: relative;
    padding: 4px 10px;
    margin-top: -4px;
    cursor: pointer;
}

.lang-btn i {
    font-size: 14px;
}

.lang-btn span i {
    margin-right: 2px;
    font-size: 1.4rem;
}

.lang-btn span {
    margin-left: 0px;
    padding: 6px;
    display: inline-block
}

.lang-btn span a {
    color: white;
}

.lang-btn span:nth-child(2) {
    display: none;
}

.lang-btn span:hover {
    background: #F59A03;
    color: #fff;
}

.hd-nav ul li {
    float: right;
    position: relative;
    margin-left: 32px;
}

.hd-nav li a {
    color: #fff;
    font-size: 1.8rem;
    /* margin-left: 36px; */
    display: block;
    padding-bottom: 12px;
    padding: 0 4px 12px;
    border-bottom: 2px solid transparent;
}

.hd-nav li a:hover {
    border-bottom: 2px solid #F59A03;
}

.hd-nav ul li.search-btn {
    margin-left: 42px;
    font-size: 2.0rem;
    cursor: pointer;
}

.hd-nav ul li.search-btn span {
    font-size: 2.0rem;
    margin-right: 10px;
}

.hd-nav ul li button:focus {
    outline: 0;
}

.hd-nav ul li button {
    border: none;
    background: none
}

.hd-nav .search-wrap {
    width: 250px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: -1;
    opacity: 0;
    width: 0;
    margin-left: 0px;
}

.hd-nav ul .search-wrap input {
    outline: 0;
    border: 0;
    font-size: 1.6rem;
    padding: 8px;
    background: none;
    color: #666;
}

.hd-nav ul .search-wrap span {
    color: #999;
    font-size: 2.4rem;
}

.hd-nav ul .search-wrap .close-btn {
    margin-right: 0px;
    color: #999;
    padding-left: 2px;
    cursor: pointer;
}

.scrollon {
    background: #373737;
}

.scrollon .hd-top {
    display: none;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.scrollon .hd-lf {
    padding: 0;
}

.scrollon .hd-logo {
    transform: scale(.78);
    -webkit-transform: scale(.78);
    transition: all .3s;
}

.scrollon .hd-nav {
    margin-top: 20px;
}

.scrollon .hd-nav li a {
    padding: 0px 4px 16px;
}

.hd-mb {
    background: #373737;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 666;
    width: 100%
}

.hd-mb .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    ;
}

.hd-mblf span,
.hd-mbrt span {
    font-size: 2.8rem;
}

.hd-mbmid img {
    width: 140px;
}

.hd-mbmid .logo {
    display: block;
}


/* ä¾§è¾¹æ èœå• */

.sidebar {
    position: fixed;
    z-index: 680;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: left .4s ease-out;
    -moz-transition: left .4s ease-out;
    -o-transition: left .4s ease-out;
    -ms-transition: left .4s ease-out;
    transition: left .4s ease-out;
}

.sidebar-cont {
    width: 90%;
    height: 100%;
    background: #373737;
}

.sidebar-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b8b8b8;
    padding: 4px 15px;
}

.sidebar-top span {
    font-size: 2.0rem;
    color: #fff;
}

.sidebar-top .logo {
    margin: auto;
    display: block;
}

.sidebar-top img {
    width: 140px;
    /* margin: auto; */
}

.sidebar-item {
    font-size: 1.8rem;
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
    padding: 15px;
}

.sidebar-item span {
    color: #F59A03;
    font-size: 1.4rem;
}

.sidebar-item a {
    color: #fff;
}

.sidebar-submenu {
    font-size: 1.6rem;
    display: none;
    margin-top: 6px;
}

.sidebar-submenu li {
    border-bottom: 1px solid #4d4d4d;
    padding: 6px 6px 6px 12px;
}

.sidebar-submenu li:last-child {
    border-bottom-width: 0px;
}

.sidebar-submenu li a {
    color: #fff;
    display: inline-block;
    width: 92%;
}

.sidebar-threemenu {
    display: none;
}

.sidebar-threemenu li a {
    font-size: 1.6rem;
}

.sidebar-threemenu li:last-child {
    border-bottom: 0;
}

.sidebar-lang {
    color: #fff;
    padding: 15px;
}

.sidebar-langtit {
    font-size: 1.8rem;
}

.sidebar-langtit i {
    font-size: 1.4rem;
}

.sidebar-langlist {
    display: none;
}

.sidebar-langlist li a {
    color: #fff;
    font-size: 2.0rem;
    display: block;
    padding: 6px 20px;
    border-bottom: 1px solid #4d4d4d;
}


/* æ‰‹æœºç«¯æœç´¢å¼¹æ¡†é¡µé¢ */

.mb-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 777;
    background: #F59A03;
    padding: 15px;
    display: none;
}

.mb-seach-main {
    margin-top: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.mb-seach-main input {
    padding: 4px 6px;
    border: 0;
    width: 92%;
    outline: 0;
    font-size: 1.6rem;
}

.mb-seach-main span {
    font-size: 2.4rem;
    margin-right: 6px;
}


/* è½®æ’­å›¾ */

.index-banner img {
    max-width: 100%;
}

.banner-fixlist {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 888;
    background: rgba(0, 0, 0, .7);
    padding: 12px 0;
}

.banner-fixlist li {
    float: left;
    width: 25%;
    text-align: center;
}

.banner-fixlist li a {
    color: #fff;
    font-size: 1.8rem;
}

.banner-fixlist li a span {
    display: block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: #F59A03;
    margin: -50px auto auto;
    border-radius: 100%;
    margin-bottom: 10px;
    transition: transform .2s;
}

.banner-fixlist li a span i {
    font-size: 3.4rem;
}

.banner-fixlist li a:hover p {
    color: #00b5ef
}

.banner-fixlist li a:hover span {
    transform: scale(1.1);
}


/*.md-banner-fixlist{
	background: #F5F7FA;
}*/

.md-banner-item {
    text-align: center;
    margin-bottom: 36px;
}

.md-banner-item:nth-child(-n+2) {
    margin-top: 24px;
}

.md-banner-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.md-banner-item a i {
    font-size: 3.4rem;
    background: #f59a04;
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
}

.md-banner-item p {
    font-size: 1.6rem;
    margin-top: 10px;
}

.index-prod {
    padding: 60px 0;
}

.index-prodlf h1 {
    color: #F59A03;
    margin: 45px 0 20px;
    font-size: 3.0rem;
}

.index-prodlf .desc {
    font-size: 1.8rem;
    text-indent: 2em;
}


/* è®¾å¤‡å“è´¨ */

.pinz {
    background: url("../images/en_pinz_bg.png"/*tpa=http://www.sendonelec.cn/index-en/themes/simpleboot3/public/assets/images/en_pinz_bg.png*/) no-repeat center 0;
    height: 587px;
    overflow: hidden;
}

.index-comtit {
    color: #F59A03;
    text-align: center;
    margin: 45px 0;
}

.index-comtit h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
}

.index-comtit h2 i {
    width: 100px;
    height: 1px;
    background: #eee;
    display: inline-block;
    margin: 18px;
    position: relative;
}

.index-comtit h2 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 45px;
    height: 3px;
    background: #F59A03;
}

.index-comtit h2 i:nth-child(1)::before {
    right: 0;
    left: auto;
}

.index-comtit p {
    font-size: 1.8rem;
}

.pinz .index-comtit {
    color: #fff;
}

.pinz .container {
    position: relative;
}

.pin-rt li {
    background: url("../images/pinz_k01.png"/*tpa=http://www.sendonelec.cn/index-en/themes/simpleboot3/public/assets/images/pinz_k01.png*/) no-repeat;
    width: 204px;
    height: 177px;
    float: left;
    text-align: center;
    margin-left: 39px;
    margin-bottom: 30px;
    color: #b2b8c1;
}

.pin-rt li:hover {
    background: url("../images/pinz_k02.png"/*tpa=http://www.sendonelec.cn/index-en/themes/simpleboot3/public/assets/images/pinz_k02.png*/) no-repeat;
    color: #dfe5f1;
}

.pin-rt li b {
    display: block;
    font-size: 1.8rem;
    color: #fff;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.pin-rt li span {
    display: block;
    line-height: 20px;
    padding: 10px 38px 0;
    font-size: 14px;
    word-break: break-all;
}

.pin-rt {
    width: 730px;
    padding: 5px 0 0;
}

.pinz-tel {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 204px;
    position: absolute;
    top: 400px;
    right: 0;
}

.pinz-tel i {
    display: inline-block;
    color: #fff;
    padding: 4px 6px;
    background: #F59A03;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 6px;
}

.pinz-mb dl {
    margin-bottom: 32px;
    color: #fff;
    display: flex;
    align-items: center;
}

.pinz-mb dl dt span {
    font-size: 3.4rem;
    color: #fff;
    font-weight: normal;
    /*    padding: 12px;*/
    background: #F59A03;
    border-radius: 100%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 15px;
}

.pinz-mb dl dd b {
    font-size: 1.8rem;
    font-weight: normal;
}

.pinz-mb dl dd p {
    font-size: 1.6rem;
}


/* 首页新闻 */

.index-news .news-lf dt a,
.index-news .news-rt dl a {
    display: block;
}

.index-news .news-lf dt a:hover h4,
.index-news .news-rt dl a:hover h4,
.index-news .news-lf a:hover h4 {
    color: #f59a04;
}

.index-news .news-lf dt {
    margin-bottom: 25px;
}

.index-news .news-lf dt p {
    height: 210px;
    float: left;
    background: #F59A03;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 30px 4px 0;
    word-break: break-all;
}

.index-news .news-lf dt p i {
    display: block;
    font-size: 12px;
    /* color: #a1bade; */
    text-transform: uppercase;
    line-height: 26px;
}

.index-news .news-lf dt p b {
    display: block;
    padding: 20px 0 0;
    font-size: 26px;
    font-style: italic;
    color: #fff;
}

.index-news .news-lf dt p span {
    color: #fff;
    display: block;
    padding: 5px 0 0;
    font-size: 14px;
    font-style: italic;
}

.index-news .news-lf dt .news-pic {
    height: 210px;
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
}

.index-news .news-lf dt .news-pic img {
    height: 100%;
}

.index-news .news-desc {
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
    line-height: 20px;
    text-indent: 2em;
    position: relative;
}

.p-after::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.index-news .news-rt dl {
    padding: 14px 0px;
    margin-bottom: 0px;
    border-bottom: #eee 1px solid;
}

.index-news .news-rt dl:last-child {
    border-bottom: 0px;
}

.index-news .news-rt dt {
    font-size: 2.0rem;
    color: #888;
    font-style: italic;
    padding: 8px 0 0;
    font-weight: normal;
    text-align: center;
}

.index-news .news-rt dt b {
    font-size: 4.0rem;
}


/* å…³äºŽæˆ‘ä»¬ */

.ab-desc {
    background: #fff;
    padding: 32px;
    font-size: 1.6rem;
    margin: -60px auto 0;
    z-index: 555;
    position: relative;
    width: 92%;
    /*text-align: center;*/
    box-shadow: 0px 4px 16px 0px #d1d1d1;
    text-indent: 2em;
}

.ab-desc a {
    display: block;
    margin: 20px auto;
    font-size: 1.8rem;
    /*color: #FFF;
	background: #F59A03;*/
    border: 1px solid #F59A03;
    color: #F59A03;
    padding: 8px;
    border-radius: 4px;
    width: 150px;
    text-align: center;
    text-indent: 0em;
}

.ab-desc a:hover {
    color: #FFF;
    background: #F59A03;
}


/* é¡µé¢åº•éƒ¨ */

.footer {
    background: #373737;
    padding: 36px 0px;
    margin-top: 64px;
}

.ft-share {
    width: 26%;
    float: left;
    padding-left: 20px;
}

.ft-share .bdsharebuttonbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ft-copyright {
    font-size: 1.6rem;
    color: #C5C5C5;
}

.ft-dl {
    color: #C5C5C5;
    font-size: 1.4rem;
    float: left;
    width: 18%;
    border-right: 1px solid #b8b8b8;
    padding-left: 15px;
}

.ft-dl:last-child {
    border-right: 0px;
}

.ft-dl a {
    color: #C5C5C5;
}

.ft-dl a:hover {
    color: #f59a04;
}

.ft-dl dt {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 16px;
}

.ft-dl dd {
    margin-bottom: 16px;
}


/* æ‰‹æœºç«¯åº•éƒ¨ */

.footer-itemtit {
    font-size: 1.8rem;
    border-bottom: 1px solid #4d4d4d;
    padding: 10px 15px;
    color: #fff;
}

.footer-itemtit span {
    font-size: 1.4rem;
}

.ft-submenu {
    display: none;
}

.ft-submenu li {
    border-bottom: 1px solid #4d4d4d;
    padding: 6px 20px 6px 25px;
    font-size: 1.6rem;
}

.ft-submenu li span {
    font-size: 1.2rem;
}

.ft-submenu li:last-child {
    border-bottom: 0px;
}

.ft-submenu li a {
    color: #fff;
    word-break: break-all;
    display: inline-block;
    width: 92%;
}

.ft-threemenu {
    display: none;
}

.ft-threemenu li a {
    color: #fff;
    font-size: 1.4rem;
}

.mb-ftshare {
    padding: 15px;
    text-align: center;
}

.mb-ftshare .bdshare-button-style0-32 {
    display: flex;
    justify-content: space-around;
}


/* æ–°é—»è¯¦æƒ… */

.news-detaillf-top {
    margin-bottom: 20px;
}

.news-detaillf-top span {
    margin: 10px 20px;
    font-size: 1.6rem;
    color: #888;
}

.news-detaillf-top span i {
    font-size: 2.0rem;
    margin-right: 8px;
}

.news-detaillf-cont {
    font-size: 1.6rem;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 20px;
}

.news-detaillf-cont img {
    max-width: 100%;
}

.news-detaillf-page {
    padding-top: 20px;
}

.news-detaillf-page p {
    margin-bottom: 10px !important;
    font-size: 1.6rem;
}

.news-detailrt-search {
    margin: 40px 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    background: #fff;
    display: flex;
    justify-content: space-around;
}

.news-detailrt-search input {
    border: 0;
    font-size: 1.8rem;
    outline: 0;
    width: 80%;
}

.news-detailrt-search span {
    font-size: 2.4rem;
}

.news-detailrt-recommend h4 {
    font-size: 2.0rem;
}

.news-detailrt-list {
    border: 1px solid #ccc;
}

.news-detailrt-list li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.news-detailrt-list li:last-child {
    border-bottom: 0px;
}

.news-detailrt-list li a {
    font-size: 1.6rem;
}

.news-detailrt-list li a:hover {
    color: #F59A03;
}

.topnav {
    background: #F5F5F5;
}

.topnav-list li {
    float: left;
}

.topnav-list li a {
    font-size: 2.0rem;
    display: block;
    padding: 15px;
    position: relative;
}

.topnav-list li a.on {
    background: #F59A03;
    color: #fff;
}

.topnav-list li a.on::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0px;
    height: 0px;
    border-top: 12px solid #F59A03;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateX(-50%);
}


/* å…¬å¸ç®€ä»‹ */

.title0 {
    margin: 40px 0 10px;
}

.title0-lf em {
    font-size: 3.0rem;
    color: #333;
    font-style: normal;
}

.title0-lf span {
    font-size: 1.4rem;
    color: #999;
}

.title0-rt {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.title0-rt .breadcrumb {
    background: none;
    font-size: 1.4rem;
    margin-bottom: 0px;
}

.title0-rt .breadcrumb span {
    color: #999;
    margin-right: 12px;
}

.mb-topnav {
    background: #F59A03;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 1.8rem;
    position: relative;
}

.mb-topnav a {
    color: #fff;
}

.mb-topnav a span,
.mb-topnav-arrow {
    font-size: 1.8rem;
}

.mb-topnav-list {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 444;
    display: none;
}

.mb-topnav-list li a {
    color: #333;
    display: block;
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.about-cont {
    font-size: 1.8rem;
}

.about-cont-tit,
.link-cont-tit {
    color: #F59A03;
    margin-top: 10px;
}

.about-cont img {
    max-width: 100% !important;
    height: auto !important;
}

.link-contlf p {
    margin-top: 16px;
    font-size: 1.6rem;
}

.link-contlf p span {
    margin-right: 8px;
}

.join-item {
    margin-bottom: 12px;
}

.join-item input,
.join-item textarea {
    border: 1px solid #ddd;
    padding: 6px;
    outline: 0;
    font-size: 1.4rem;
    width: 100%;
    border-radius: 4px;
}

.link-map {
    margin-top: 20px;
}

.culture-cont-top {
    position: relative;
    margin: 20px auto 30px;
}

.culture-cont-toptxt {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.2rem;
    margin-bottom: 18px;
}

.culture-cont-toptxt p em {
    font-style: normal;
    color: #F59A03;
}

.culture-img,
.culture-txt {
    padding: 0px;
}

.culture-txt {
    background-color: #eee;
    padding: 20px;
}

.culture-txt h3 {
    margin-bottom: 15px;
    color: #F59A03;
    margin-top: 0px !important;
    font-size: 2.0rem;
}

.culture-txt p {
    font-size: 1.6rem;
    margin-bottom: 10px !important;
}

.culture-img img {
    width: 100%;
}


/* èµ„è´¨ */

.aptitude-item {
    margin-bottom: 30px;
}

.aptitude-item a {
    display: block;
    border: 1px solid #eee;
    background: #fff;
    padding: 15px;
    transition: all .4s;
}

.aptitude-item a:hover {
    box-shadow: 0px 7px 17px 3px #eee;
}

.aptitude-item a:hover .txt {
    color: #F59A03;
}

.aptitude-item .img {
    height: 200px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    overflow: hidden;
}

.aptitude-item .img img {
    max-width: 100%;
    /* height: 100%; */
    max-height: 100%;
}

.aptitude-item .txt {
    font-size: 1.6rem;
    margin-top: 10px;
    text-align: center;
}

.page .pagination>li>a,
.page .pagination>li>span {
    margin: 0 10px;
    font-size: 1.6rem;
    color: #333;
}

.page .pagination>li:last-child>a,
.page .pagination>li:last-child>span,
.page .pagination>li:first-child>a,
.page .pagination>li:first-child>span {
    border-radius: 0px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #F59A03;
    background: none;
}

.pager li {
    font-size: 1.4rem;
}

.aptitude-cont {
    margin-top: 30px;
}


/* äº§å“æœåŠ¡ */

.prod-nav {
    display: flex;
    justify-content: center;
}

.prod-nav ul li {
    float: left;
}

.prod-nav a {
    font-size: 1.8rem;
    display: block;
    padding: 20px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod-nav a:hover,
.prod-nav a.on {
    color: #F59A03;
}

.xypprod-nav {
    margin: 20px;
    text-align: center;
}

.xypprod-nav a {
    font-size: 1.6rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xypprod-nav a:hover,
.xypprod-nav a.on {
    color: #F59A03;
}

.prod-search-wrap {
    display: flex;
}

.prod-search {
    /* width: 40%; */
    border: 1px solid #ddd;
    border-radius: 80px;
    display: flex;
    align-items: center;
    margin: auto;
}

.prod-search input {
    outline: 0;
    padding: 6px 10px 6px 20px;
    width: 94%;
    border: 0;
    border-radius: 80px 0 0 80px;
    font-size: 1.6rem;
}

.prod-search span {
    font-size: 2.8rem;
    color: #999;
}

.prod-subnav {
    font-size: 1.4rem;
    margin: 20px auto;
    border-bottom: 1px solid #ddd;
    background: #F5F5F5;
    display: flex;
    align-items: center;
}

.prod-subnav-tit {
    background: #ddd;
    padding: 10px;
    text-align: center;
}

.prod-subnav-list {
    background: #f5f5f5;
}

.prod-subnav-list li {
    float: left;
}

.prod-subnav-list li a {
    margin: 6px;
    display: block;
}

.prod-subnav-list li a:hover,
.prod-subnav-list li a.on {
    color: #F59A03;
}

.mb-prodsubnav a {
    font-size: 1.4rem;
    padding: 10px 0px;
    /* white-space: nowrap; */
    /* width: auto !important; */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb-prodsubnav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #F59A03;
}

.mb-prodsubnav .swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 2px !important;
    left: 0;
    top: 44px !important;
}


/* äº§å“è¯¦æƒ… */

.prod-detail-crumb .breadcrumb {
    background: none;
    font-size: 1.4rem;
    margin: 14px 0px;
}

.prod-detail-crumb .breadcrumb span {
    margin-right: 10px;
    color: #F59A03;
}

.prod-imgbig .swiper-slide {
    border: 1px solid #ddd;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-imgbig .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.prod-imgsm {
    margin-top: 20px;
}


/* .prod-imgsm .swiper-wrapper {
    display: flex;
    justify-content: center;
} */

.prod-imgsm .swiper-slide {
    border: 1px solid #f2f2f2;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.prod-imgsm .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.prod-detai-toprt h3 {
    font-size: 2.2rem;
}

.prod-detai-toprt-desc {
    font-size: 1.6rem;
}

.prod-imgsm .swiper-slide-thumb-active {
    border: 1px solid #F59A03;
}

.shiyongchangjing {
    font-size: 1.8rem;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 12px;
    word-break: break-all;
}


/* æ–°é—»åˆ—è¡¨ */

.news-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.news-item a:hover h4 {
    color: #f59a04;
}

.news-btn:hover {
    background: #f59a04;
    color: #fff;
}

.news-desc {
    font-size: 1.4rem;
    text-indent: 2em;
    position: relative;
    line-height: 20px;
}

.news-btn {
    font-size: 1.6rem;
    border: 1px solid #F59A03;
    color: #f59a04;
    display: block;
    padding: 8px 12px;
    text-align: center;
    margin-top: 42px;
}

.news-top {
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.news-item p {
    font-size: 1.4rem;
    margin-top: 6px;
    color: #999;
}

.news-imgbig img {
    max-width: 100%;
}

.news-img .swiper-slide {
    height: 200px;
    background: #fff;
}

.news-img .swiper-slide img {
    height: 100%;
    display: block;
    margin: auto;
}

.news-txt {
    font-size: 1.6rem;
}

.news-txt .swiper-slide .desc {
    -webkit-line-clamp: 6;
    text-indent: 2em;
    position: relative;
    line-height: 20px;
}

.news-txt .time {
    font-size: 1.4rem;
    color: #999;
    margin: 6px 0px;
}

.news-txt .btn {
    border: 1px solid #F59A03;
    color: #f59a04;
    font-size: 1.6rem;
    width: 160px;
    padding: 8px 12px;
    border-radius: 0;
}

.news-item .news-desc {
    -webkit-line-clamp: 2;
}

.tect-top {
    margin: 30px 0px;
}

.tect-toplf h2 {
    margin-top: 0px !important;
}

.tect-toplf p {
    font-size: 2.2rem;
}

.tect-item {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 12px;
    box-shadow: 0px 0px 6px #eee;
}

.tect-item:hover {
    box-shadow: 0px 7px 17px 3px #eee;
}

.tect-item h3 {
    margin-top: 0px;
}

.tect-item p {
    font-size: 1.8rem;
}

.tect-item p span {
    margin-right: 12px;
}

.tect-toprt select {
    height: 40px;
    padding: 0 4px;
    font-size: 1.8rem;
    outline: 0;
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px #eee;
}

.select-top {
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.8rem;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.select-top input {
    border: 0;
    outline: 0;
}

.select-list {
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: scroll;
    margin-top: 10px;
    display: none;
}

.select-list li a {
    display: block;
    font-size: 1.8rem;
    padding: 2px 10px;
}

.select-list li a:hover {
    background: #F59A03;
    color: #fff;
}

.md-banner-fixlist .container {
    display: flex;
    flex-wrap: wrap;
}

.prod--detail-cont {
    margin-top: 40px;
}

.prod-detail-tab {
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px;
}

.prod-detail-tab li {
    float: left;
    font-size: 2.0rem;
    margin-right: 20px;
    padding: 6px;
    cursor: pointer;
}

.prod-detail-tab li.on {
    border-bottom: 2px solid #f59a04;
    color: #f59a04;
}

.prod-detail-tab li:hover {
    color: #f59a04;
}

.prod-detail-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    word-break: break-all;
}

.prod-detail-item {
    width: 100%;
    display: none;
    font-size: 1.6rem;
}

.prod-detail-item.active {
    display: block;
}

.sNavbg {
    background: url("../images/ico_navbg.png"/*tpa=http://www.sendonelec.cn/index-en/themes/simpleboot3/public/assets/images/ico_navbg.png*/) no-repeat right bottom, url("../images/navbg.png"/*tpa=http://www.sendonelec.cn/index-en/themes/simpleboot3/public/assets/images/navbg.png*/) repeat;
    padding: 20px;
    position: absolute;
    display: none;
    width: 560px;
    left: -22px;
    background-color: #fff;
}

.sNavbg ul {
    float: left;
    width: 160px;
    text-align: left;
}

.hd-nav ul li:hover .sNavbg {
    display: block;
}

.sNavbg li {
    border-bottom: 1px #ddd solid;
    float: left !important;
    width: 100%;
    padding: 8px 0px;
    margin-left: 0 !important;
}

.sNavbg li a {
    color: #000;
    font-size: 1.6rem;
    padding-bottom: 0 !important;
    margin-left: 0;
    display: block;
    width: 100%;
    line-height: 1.2;
    word-break: break-all;
    word-break: break-all;
}

.sNavbg li a:hover {
    color: #f59a04;
    /* border: 0px; */
    border-bottom: 2px solid #fff;
}

.sNavbg .txt {
    float: right;
    padding: 30px 20px;
    font-size: 16px;
    color: #005faf;
    line-height: 2;
    background: url("../images/ico1_3bg.png"/*tpa=http://www.sendonelec.cn/index-en/themes/simpleboot3/public/assets/images/ico1_3bg.png*/) no-repeat left top, url("../images/ico1_2bg.png"/*tpa=http://www.sendonelec.cn/index-en/themes/simpleboot3/public/assets/images/ico1_2bg.png*/) no-repeat right bottom;
}

.about-nav .sNavbg {
    left: -192px;
}

.zhichi-nav .sNavbg {
    left: -290px;
}

.link-nav .sNavbg {
    left: -396px;
}

.sNavbg .txt p {}

.mb-bg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 670;
    display: none;
}


/* .xiazai-list li {
    list-style-type: disc;
} */

.xiazai-list li a {
    display: block;
    margin-bottom: 10px;
}

.xiazai-list li a:hover {
    color: #f59a04;
}

.searesult-top {
    background: #f7f7f7;
    padding: 12px;
}

.searesult-topcont input {
    padding: 6px 6px;
    border: 1px solid #ccc;
    margin-right: 8px;
    outline: 0;
}

.searesult-topcont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    color: #666;
}

.searesult-topcont span {
    font-size: 2.4rem;
    cursor: pointer;
}

.searesult-toptxt {
    padding-top: 10px;
    font-size: 1.4rem;
}

.search-list {
    margin-top: 15px;
}

.search-list li {
    list-style-type: decimal;
    font-size: 1.6rem;
    margin-bottom: 12px;
    margin-left: 18px;
}

.search-list li a {
    font-size: 1.6rem;
}

.search-list li a span {
    color: #f59a04;
}


/* 底部二维码 */

.qrcode-img {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.qrcode-img img {
    width: 92px;
    height: 92px;
    /* margin-left: 15px; */
    margin-top: 15px;
}

.qrcode-img p {
    color: #c5c5c5;
    font-size: 1.4rem;
    margin-top: 6px;
}


/*产品报备*/

.products_list {
    margin-top: 10px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    display: -webkit-box;
}

.products_list .product_pic{
    width: 86px;
}

.products_list span {
    line-height: 36px;
    font-size:36px;
    padding: 0 5px;
    font-weight: 900;
}

.products_list img {
    max-height: 36px;
    max-width: 36px;
}

.products_list .title {
    line-height: 36px;
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    -webkit-box-flex:1;
}

.products_list .title a:hover {
    color: #F59A03;
}

.products_list .title a {
    color: #333;
    text-decoration: none;
}

.products_list .product_but{
    width: 165px;
}

.products_list input {
    border: 1px solid #ddd;
    padding: 6px;
    outline: 0;
    font-size: 1.6rem;
    width: 80px;
    border-radius: 4px;
    float: left;
}

.products_list .check {
    width: 36px;
    height: 36px;
}

.products_list .check input {
    width: 36px;
    height: 16px;
    margin-top: 10px;
}

.modal-body .swiper-wrapper a {
    cursor: pointer;
}

.report select {
    height: 25px;
    padding: 0 4px;
    font-size: 1.6rem;
    outline: 0;
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px #eee;
}