@media(min-width:1470px) {
    .container {
        max-width: 1470px;
    }
}

#mainNav .navbar-brand>img {
    max-width: 200px; margin-top:5px;
}

#mainNav .bi {
    font-size: 24px;
    margin: 0 5px;
}

#mainNav,
#mainNav .navbar-nav {
    transition: all .5s ease !important;
    height: 75px;
}

#mainNav .navbar-nav {
    align-items: center;
}

#mainNav .dropdown-menu {
    border-top: 1px solid rgb(255, 102, 0);
    top: 160%;
}

#mainNav .container {
    display: block;
}

#mainNav a {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

#mainNav .nav-item {
    margin: 0 10px;
}

#mainNav .dropdown-item {
    color: rgb(0, 0, 0);
}

#mainNav .nav-item:hover {
    color: rgba(255, 102, 0, 1);
    border-bottom: 1px solid rgba(255, 102, 0, 1);
}

#mainNav .nav-item:hover>a {
    color: rgba(255, 102, 0, 1);
}

#mainNav.navbar-light {
    background-color: white;
}

#mainNav.navbar-light a,
#mainNav.navbar-light .btn {
    color: rgb(0, 0, 0) !important;
}

#indexVideo .modal-dialog {
    max-width: 65%;
    margin: 1.75rem auto;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

/* 首页轮播图 hack */
#mainCarousel {
    width: 100%;
}

#mainCarousel .carousel-caption>h5,
#mainCarousel .carousel-caption p {
    color: rgb(252, 250, 250);
    font-weight: 600;
    font-size: 36px;

}

#mainCarousel .carousel-caption>p {
    font-size: 18px;
    font-weight: 400;
}

#mainCarousel .carousel-item>img {
    object-fit: cover;
}

#mainCarousel .carousel-caption {
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#mainCarousel .opacity {
    background-color: rgb(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* 热销产品Item */
.hotProBox {
    display: flex;
}

.hotProItem:hover {
    text-decoration: none;
}

.hotProItem:hover p {
    color: rgb(255, 102, 0);
    text-decoration: underline;
    transition: all .3s ease;
}

.hotProItem:hover p+p {
    text-decoration: none;
}

.hotProItem:hover img {
    transform: scale(1.2);
    transition: all 1s;
}

.hotProItem {
    width: 25%;
    margin: 10px;
}

.hotProItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotProItem div {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.hotProItem p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    margin: 5px 0;
    padding: 0;
}

.hotProItem p+p {
    color: rgb(241, 2, 21) !important;
}

/* 在线留言背景 */
.msgbg {
    background-image: url('/statics/web/images/c56f7806440a937cf3d5cd7224cc59c4.png');
}

.msgbox {
    display: flex;
    width: 100%;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.msgbox h2,
.msgbox p,
.msgbox form {
    width: 70%;
}

/* 合作品牌 */
.hzpp {
    background-image: url('/statics/web/images/5c58735aa1bebd072e8906e08de2a2e3.png');
    background-position: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.hzpp h2 {
    display: block;
    color: rgb(4, 0, 0);
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.hzpp img {
    width: 100%;
    object-fit: cover;
}

.titleLink {
    display: block;
    width: 100%;
    text-align: center;
     padding: 25px;
}

.titleLink a {
    color: rgb(4, 0, 0);
    font-size: 36px;
    font-weight: 500;
}

.titleLink a:hover {
    color: rgb(255, 102, 0);
    text-decoration: none;
    transition: all .3s ease;
}




.titleLinkwap {
    display: block;
    width: 100%;
    text-align: center;
     padding: 5px;
}

.titleLinkwap a {
    color: rgb(4, 0, 0);
    font-size: 36px;
    font-weight: 500;
}

.titleLinkwap a:hover {
    color: rgb(255, 102, 0);
    text-decoration: none;
    transition: all .3s ease;
}


/* 首页关于我们 */
.aboutusBox {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 335px; padding: 5px;
}

.aboutusBox h1 {
    text-align: left;
    width: 100%;
}

.aboutusBox .playerIco {
    font-size: 100px;
    color: white;
    position: absolute;
    opacity: .7;
}

.aboutusBox .playerIco:hover {
    cursor: pointer;
    color: rgb(255, 102, 0);
    transition: all .3s ease;
}

.footer {
    background: rgb(39, 48, 55);
}

.footer h2 {
    color: rgba(255, 255, 255);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.f-link {
    list-style: none;
    padding: 0;
}

.f-link li {
    color: rgb(168, 173, 176);
    display: flex;
    min-height: 20px;
    margin-top: 12px;
    align-items: center;
}

.f-link a {
    color: rgb(168, 173, 176);
    font-size: 16px;
}

.f-link a>i {
    margin-right: 10px;
}

.fqr img {
    width:80%;
}


.f-link2 li {
    color: rgb(168, 173, 176);
     width: 33%; float: left;
    min-height: 20px; margin-bottom: 12px;
  text-align: center;
}



.fixedbar {
    position: fixed;
    top: 50%;
    margin-top: -135.5px;
    right: 25px;
    z-index: 999;
}

.fixedbar .email {
    color: #fd9d0b;
}

.fixedbar .email:hover {
    color: white;
    background-color: #fd9d0b;
}

.fixedbar .whatsup,
.fixedbar .wechat {
    color: #37de55;
}

.fixedbar .whatsup:hover,
.fixedbar .wechat:hover {
    color: white;
    background-color: #37de55;
}

.fixedbar .mobile {
    color: #ff7e11;
}

.fixedbar .mobile:hover {
    color: white;
    background-color: #ff7e11;
}

.fixedbar a,
.fixedbar button {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px !important;
    height: 55px;
    font-size: 24px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.tooltipimg img {
    width: 100%;
    display: block;
}

/* 图片白光划过特效 */
.highlight-box {
    overflow: hidden;
    position: relative;
}

.highlight-box img {
    width: 100%;
    height:100%;
    margin-bottom: 15px;
}

.highlight-box:before {
    display: block;
    top: -200%;
    left: -100%;
    width: 50%;
    height: 300%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .05) 20%,
            rgba(255, 255, 255, .6) 65%, rgba(255, 255, 255, .05) 100%);
    background: linear-gradient(left, rgba(255, 255, 255, .05) 20%,
            rgba(255, 255, 255, .6) 65%, rgba(255, 255, 255, .05) 100%);
    content: '';
    z-index: 2;
    position: absolute;
}

.highlight-box:hover:before {
    animation: crossed .5s linear;
}

#sendmsg .modal-dialog {
    max-width: 35%;
}

#sendmsg p {
    text-align: center;
    padding: 0 10%;
}

.pagenav {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
}

.pagenav a,
.pagenav span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 5px;
}

.pagenav a {
    background-color: #ff7e11;
    color: white;
}

.pagenav span {
    border: 1px solid #ddd;
}

.leftbar {
    background-color: white;
    margin-top: 50px;
    padding: 15px;
    border-radius: 5px;
}

.rightBox {
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.proItem {
    display: block;
    width: 100%;
    margin: 0px;
    border-radius: 5px;
    padding: 15px;
    background-color: white;
    margin-bottom: 30px;
}

.leftbar h1 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-top: 20px;
}

.leftbar .list-group {
    border-radius: 0;
}

.leftbar .list-group-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.leftbar .list-group-item a {
    color: #222;
    display: block;
    width: 100%;
}

.leftbar .list-group-item.active {
    border-left: 2px solid #ff7e11;
    background-color: transparent;
    transition: all .3s ease;
    padding-left: 25px;
}

.leftbar .list-group-item.active a {
    color: #ff7e11 !important;
}

.leftbar .list-group-item a:hover {
    text-decoration: none;
}

.leftbar .dropdown-menu {
    left: 40px !important;
    border: none;
}

.leftbar .btn-group {
    width: 100%;
}

.media {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

a.newItem:hover h5 {
    color: #ff7e11;
}

a.newItem:hover {
    text-decoration: none;
}

a.newItem .media img {
    width: 280px;
}

a.newItem .media h5 {
    color: rgb(33, 37, 41);
    font-size: 20px;
    font-weight: 400;
}

a.newItem .media span {
    color: #222;
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

a.newItem .media p {
    color: #222;
}

.newsContent {
    margin: 50px 0;
    background-color: white;
    padding: 30px;
    width: 100%;
}

.newsContent img {
    width: 100% !important;
}

.newNav {
    margin-bottom: 50px;
}

.newNav a {
    display: inline-block;
}

.tab-pane {
    padding: 30PX;
    width: 100%;
}

.tab-pane img,
.tab-pane table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

.proTip h3 {
    color: red;
    margin: 20px;
}

.proTipAd .card {
    text-align: center;
    padding: 15px;
    border: none;

}

.proTipAd .card img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#proSwiper img {
    width: 100%;
    height:auto;
    object-fit: cover;
}
#proSwiperthumb{
    margin-top: 10px;
}
#proSwiperthumb img {
    width: 100% !important;
    height: 100px;

    object-fit: cover;
    border:1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}
.btn-search{
    color:white;
}
.btn-search:hover{
    color: #ff7e11;
}
@keyframes crossed {
    0% {
        top: -200%;
        left: -100%;
    }

    100% {
        top: -50px;
        left: 100%;
    }
}

.headtop {
	height: 40px; 
	line-height: 40px;
	color: #fff;
}
.headtop span {
	color: #fff;
}

.headtop span a { display:block;}
.headtop span:nth-child(1)  {
	cursor: pointer;
	width: 100px;
	height: 40px;
	background: url(../images/zw.jpg)  no-repeat left;
	padding-left: 40px;
	display:block; float:left;
	line-height:40px
}



.headtop span:nth-child(2)  {
	cursor: pointer;
	width:180px;
	height: 40px;
	background: url(../images/alb.jpg) no-repeat left;
	padding-left: 40px;
	display:block;
	line-height:40px;float:left;
}

.topfr{ float:left; position:relative; margin-left:20px; padding-right:20px;}
.imgbox{ position:absolute; right:0; top:55px; width:170px; height:auto; background:#fff; z-index:1000; opacity: 1; }
.imgbox li{ width:100%; height:40px; line-height:40px; float:left; text-align:left; text-indent:10px; border-bottom:1px solid #ddd; list-style:none;}
.imgbox li a{ color:#000 !important;}
.imgbox li img{ margin-right:10px; vertical-align:middle; display:inline !important;}
.topfr .imgbox {
filter:progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5); opacity: 1; visibility: hidden; transition: all .6s ease 0s; transform: translate3d(0, 10px, 0); -moz-transform: translate3d(0, 10px, 0); -webkit-transform: translate3d(0, 10px, 0); padding:0; margin:0;}
.topfr:hover .imgbox { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0) }