body{ overflow-x: hidden;}
ul,li{ list-style: none;}
a:hover{ text-decoration: none;}
.col-22{ 
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pl_30{
	padding-left: 60px;
}
.ulp0{ padding: 0 !important;}
.txt_center{ text-align: center;}
.pr_30{
	

}
.pr_30:before {
    content: "";
    height: 83px;
    background: #cf1126;
    position: absolute;
    top: 0;
    width: 69px;
    transform: skew(-20deg);
    transform-origin: left top;
    overflow: hidden !important;
	z-index: -1;}
.bgh{
	background:#cf1126 !important;
}
.tophot{
	margin-top: 15px;
}
.tophot .row .col-22 a ul{
	padding: 0 20px;
}
.tophot .row .col-22 a ul li{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 20px;
	text-align: center;
}
.tophot .row .col-22 a{
	display: block;
}
.tophot .row .col-22 a:hover li{
	color: #cd0000;
}
.tophot .row .col-22 a ul li{
	color: #333;
}
.tophot .row .col-22 a ul li img{
	width: 80%;
}
    .swiper {
      width: 100%;
     
    }
.topbg{
	min-height: 300px;
    display-radio: 1;
    padding-top: 20px;
    padding-bottom:0px;
    background_radio: 2;
    background-fill-value: background-image;
    background-image: url(../images/topbg.png);
    background-size: cover;
	}	

.mySwiper1 .swiper-slide {
      text-align: center;
      font-size: 18px;
    /*  background:url(../images/tophotprd_bg.jpg) no-repeat;*/
      display: flex;
      justify-content: center;
      align-items: center;
	  padding-bottom:100px;
    }

.mySwiper1 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.mySwiper1 .swiperul{ padding:0 15px !important; color:#333; position:absolute; bottom:0;}	
.mySwiper1 .swiperul .c1{ font-weight:bold; font-size:20px; }
.mySwiper1 .swiperul .c2{ 
line-height: 1.5;
    font_radio: 2;
    display-radio: -webkit-box;
    font-size: 14px;
    color:#666;
    text-align: center;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    font-family: Microsoft JhengHei;
    font-weight: bold;
}
.mySwiper1 .swiper-slide a:hover .swiperul{ bottom:30px; transition:all 0.5s;}
.mySwiper1 .sbgg{ display:block;}
.action-icon {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 30;
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.gradient-card{
	    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
	}
.gradient-card::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    height: 0px;
    width: 100%;
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(79 70 229 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(129 140 248 / 0.4) var(--tw-gradient-to-position);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}


.gradient-hover {
          position: relative;
          overflow: hidden;
          width: 300px;
          height: 200px;
          margin: 20px;
          border-radius: 8px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          transition: transform 0.3s ease;
        }
        
        .gradient-hover:hover {
          transform: translateY(-5px);
        }
        
        .gradient-hover::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 0;
          background: linear-gradient(to top, rgba(79, 70, 229, 0.8), rgba(129, 140, 248, 0.4));
          transition: height 0.5s ease-out;
          z-index: 1;
        }
        
        .gradient-hover:hover::after {
          height: 50%;
        }
	
	
.swiperul {
  position: relative;
  overflow: hidden;
}

.swiperul::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, rgba(79, 70, 229, 0.8), rgba(129, 140, 248, 0.4));
  transition: height 0.5s ease-out;
  z-index: 1;
}

.gradient-hover:hover::after {
  height: 50%;
}	
	
.mySwiper1 .topreimg{ width:80%; padding-top:30%;margin:0 auto;}	
.mySwiper1 .topreimg img{ width:100%; height:auto; }

.my02{ background:rgba(239,242,247,1); padding-bottom:20px;}
.mySwiper2 .conten{ background:#fff; padding:20px;}
.mySwiper2 .conten .conten_img{ width:40%; float:left; padding:0 !important;}
.mySwiper2 .conten .conten_img img{ width:100%; height:202px;}
.mySwiper2 .conten .cont_txt{ width:60%; float:right; padding-top:5%;}

.mySwiper2 .conten .cont_txt .con_tit{ font-family:Impact; font-size:18px; color:#333;}

.mySwiper2 .conten a:hover .cont_txt .con_tit{ color:#cd0000;}
.mySwiper2 .conten .cont_txt .con_time{ color:rgba(190,190,190,1); font-size:13px;}
.mySwiper2 .conten .cont_txt .con_time i{ margin-right:7px;}
.mySwiper2 .conten .cont_txt .con_conten{
	display-radio: -webkit-box;
    font_radio: 2;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-family: Microsoft JhengHei;
    color: rgba(149,149,149,1);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    margin-top: 15px;
    font-weight: bold;}

.tit1{ font-size:36px; font-family:Impact; margin-bottom:10px; text-align:center; padding-top:40px;}
.tit2{ font-size:14px; text-align:center;}
.zb_bg{
	    min-height: 300px;
    display-radio: 1;
    background-fill-value: background-image;
    background-image: url(../images/zb_bg.jpg);
    background_radio: 2;
    background-size: cover;
	}
.zb_bgcon{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 10%;
    background_radio: 1;
	}		
.zb_bgconten{
	    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: 930px;
    margin-left: auto;
    margin-right: 0px;
    background-color: rgba(203,0,0,0.77);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 5%;
    padding-bottom: 3%;
    padding-right: 5%;
    padding-top: 5%;
    background_radio: 2;
	color:#fff;
	}
.zb_bgconten a{ color:#fff;}	

.zb_bgconten img{ width:57px; height:60px;}
.zb_bgconten .p1 a{ font-size:46px; font-family:Impact; padding-left:40px;}	
.zb_bgconten .p2{    line-height: 2;
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: rgba(255,255,255,1);
    font-family: Microsoft JhengHei;
	padding-left:97px;}
.zb_bgconten .p3{ font-family:Impact; font-size:42px;}	
.zb_bgconten .p4{ font-size:15px;}
.mt30{ margin-top:30px;}
.bootsearch{
	height:350px;
    background_radio: 2;
    display-radio: 1;
    min-height: 0px;
    background-fill-value: background-image;
    background-image:  url(../images/bootsearch.jpg);
    background-size: cover;

}
.bootlogo{ background: url(../images/bootlogo.png) no-repeat center 20px; min-height: 148px;}
.form-control {
	float:left;
    display: block;
    width: 70%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;

	margin-left:5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.b_button{
	    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 70px;
    padding: 8px;
    background_radio: 2;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    padding-top: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: 10px;
    display-radio: block;
    background-color:#bd0000;
    color: rgba(255, 255, 255, 1);
	border:none;
	    background-color: #cd0000;
    font-size: 14px;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #cd0000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
	}

.bootsearch .container .contensearch{ width:300px; height:51px; background:#fff; margin-top:250px; float:right;}
.boot{
	background:#f6f6f6;
	padding:60px 0 10px 0;
	color:#333;
	border-bottom:#ddd 1px solid;
	}
.boot .boottit{ font-size:18px; font-weight:bold; padding:15px 0 10px 0;}	
.boot .boottit a{ color:#666;}
.boot .boottit a:hover{ color:#333;}
.boot .bootcon a{ font-size:14px; color:#666; font-family:Microsoft JhengHei;}
.boot .bootcon a:hover{ color:#333;}
.boot .contct{ font-size:14px; font-weight:bold; color:#333;}
.boot span{ font-family:Impact; font-size:30px; color:#cd0000;}
.boot .pl60{ padding-left:80px !important;}
.bootbbb{ font-size:14px; background:#f6f6f6; height:100px; line-height:100px; text-align:center; color:#b3b3b3;}
.bootbbb a{color:#b3b3b3; font-size:14px;}
.bootbbb a:hover{ color:#333;}

.bootulcon:before {
    position: absolute;
    content: "";
    top: 0;
    width: 18px;
    height: 3px;
    background:#bd0000;
}	
.head2{ height: 83px;}
.swiper-wrapper{ padding-bottom:50px;}
.bb1{bottom:10px !important;}

/*contact*/
.ltoplist{ background:rgba(37,37,37,1);}
.h70{ height: 70px; line-height: 70px;}
.fr{ float: right; color: #fff; font-size: 14px;}
.fr a{  color: #fff; font-size: 14px;}
.fr a:hover{ color: #cd0000;}
.contactbg{   background-color: rgba(250,250,250,1);}
.contact_con{
	max-width: 100%;
	height: 444px;
	padding: 40px 20px;
	    background: #ffffff;
    transition: all 0.5s;
}
.contact_con i{ font-size: 64px;}
.contact_con .ico{ width: 64px; margin: 0 auto;}
.contact_con .conct_tit{ font-family: Impact; font-size: 26px; text-align: center; margin-bottom: 24px;}
.contact_con .conct_con{ padding: 0 20px; font-size: 16px; line-height: 30px; color: #666;}
.mtb44{ margin: 44px auto;}
@media(min-width:1470px) {
    .container {
        max-width: 1470px;
    }
}
.text-light{ color: #333 !important;}
#mainNav .navbar-brand>img {
    max-width: 350px; margin-top:5px;
}

#mainNav .bi {
    font-size: 24px;
    margin: 0 5px;
}

#mainNav,
#mainNav .navbar-nav {
    transition: all .5s ease !important;
    height: 83px;
	background: #fff;
}

#mainNav .navbar-nav {
    align-items: center;
}

#mainNav .dropdown-menu {
	position: fixed;
    top: 83px;
    left: 0;
    z-index: 1000;
        transition: all ease .3s;
    float: left;
    min-width: 100%;
    padding:0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
	background: rgb(240 240 240);
    background-clip: padding-box;
    border:none;
    border-radius:0;
}
.p0{
	width: 100%;
	padding: 0 !important;
}
#mainNav .show{
	opacity: 1;
}

#mainNav .container {
    display: block;
}

#mainNav a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
	font-weight: bold;
}
.pt20{ padding: 20px 150px;}
.nav-link{ font-size: 19px !important;}
.nav_pp{ padding: 0 30px;}
.dropdown-item{ font-family: Impact; font-size: 19px !important; text-align: center;}
.nav_2conli{ margin: 10px 0;}
.nav_2con{
	margin-left: 15px;
	font-size: 15px !important;
    border-left: 1px solid rgb(0 0 0 / 20%);
    padding-left: 15px !important;
    color: rgb(0 0 0 / 70%) !important;
    font-family: Microsoft JhengHei;
    font-weight:normal !important;
}
.nav_img{ background: #fff; margin: 20px 0; }
.nav_img img{  text-align: center;width: 100%;}

#mainNav .nav-item {
    margin: 0 10px;
}
.list_no{ list-style: none;}
.nav_tit a{
	font-size: 19px;
	font-family:Impact;
}
#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 {
    
}

#indexVideo .modal-dialog {
    max-width: 65%;
    margin: 1.75rem auto;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

/* 首页轮播图 hack */
#mainCarousel {
    width: 100%;
}

#mainCarousel .carousel-caption h5{    color: #000;
    font-size: clamp(1.875rem, -0.894rem + 5.77vw, 3rem);
    letter-spacing: clamp(0rem, -0.115rem + 0.24vw, 0.125rem);
    font-weight: bold;
    font-family: Arial;}
#mainCarousel .carousel-caption p{
	color: #000;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: Arial;
}




#mainCarousel .carousel-item>img {
    object-fit: cover;
}

#mainCarousel .carousel-caption {
    left: 0;
    top: -20%;
    right: 0;
    bottom: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#mainCarousel .opacity {

    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: 20px;
    font-weight: 1000;
    color: #222;
    margin-top: 20px;
}
.list-aa{ width:100%; height:auto; float:left;}

.leftbar .list-group {
    border-radius: 0;
}

.leftbar .list-group-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.dropright a{ font-weight: bold; margin-top: 10px; font-size: 18px;}
.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: 420px;
    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,.bi-card-text,.mobile{
    color:#fff !important;
}
.btn-search:hover,.bi-card-text:hover,.mobile:hover{
    color: #ff0 !important;
}
@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) }



/*内容页表格样式*/
.am-table 
        {
			width:100%;
            border-collapse: collapse !important;
            margin: 0 auto;
            text-align: center;
			TBBLE-LBYOUT: fixed;
			font-size:1rem;
        }
.am-table th{
	line-height:65px; font-size:30px;}					
.am-table td{ width:50%; padding:10px;}
.am-table  td, table th
        {
            border: 1px solid #ccc;
            color: #666;
			word-WRBP: break-word;
        }
.am-table td,p,span{word-break: break-all; }		
.am-table  thead th
        {
            background-color: #CCE8EB;
            width: 100px;
        }
.am-table  tr:nth-child(odd)
        {
            background: #fff;
        }
 
.am-table  tr:nth-child(even)
        {
            background: #f2f2f2;
		}