* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: Arial, Helvetica, sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 0!important;
}
a{
    text-decoration: none!important;
}
.custom-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    border-radius: 100px;
    font-weight: normal;
  }
.btn-13 {
    background: #E50014;
   color: #fff;
   z-index: 1;
 }
 .btn-13:after {
   position: absolute;
   content: "";
   width: 100%;
   height: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   background: linear-gradient(to top,#fa3737,#ff7272);
   transition: all 0.3s ease;
   border-radius: 100px;
 }
 .btn-13:hover {
   color: #fff;
 }
 .btn-13:hover:after {
   top: 0;
   height: 100%;
 }
 .btn-13:active {
   top: 2px;
 }
/* 平滑滚动 */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
}

.scrollbar-track-y{
    width: 5px !important;
    background-color: rgba(0,0,0,0.2) !important;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/

.carousel-inner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

/*主导航*/
#mainMenu .active .mainLink {
    color: #E50014;
}
.mini_top .active .mainLink {
    color: #E50014!important;
}
#mainMenu .logo {
    background-image: url(logo1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 80px;
    transition: all .2s;
}
#mainMenu{
    position: fixed;
    padding: 0;
    z-index: 999;
    color: #fff;
}
#mainMenu .mainLink{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#mainMenu ul{
    list-style-type: none;
    padding-left: 0;
}

#mainMenu ul li{
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

/*主导航二级菜单*/
#mainMenu .secondMenu{
    position: absolute;
    left: -30px;
    top: 55px;
    background: #E50014;
    padding: 15px 0px 15px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}

#mainMenu .secondMenu a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 15px;
    top: 18px;
    background-color: #fff;
    transition: all .2s ease-in-out;
}
#mainMenu .secondMenu a:hover:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    left: 15px;
    top: 18px;
    background-color: #fff;
}
#mainMenu .secondMenu a{
    display: block;
    white-space: nowrap;
    color: #fff;
    line-height: 30px;
    padding: 30px;
    position: relative;
}
#mainMenu .lx div{
    background: url(dh.png) left center no-repeat;
    padding-left: 38px;
    margin-right: 15px;
}
#mainMenu .lx{
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-content: flex-end;
}
#mainMenu .lx div p{
    font-size: 13px;
    color: #919191;
    line-height: 10px;
    padding-top: 7px;
}
#mainMenu .lx div b{
    font-size: 18px;
}
.mini_top{
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    color: #000!important;
}
.mini_top .logo{
    background-image: url(logo2.png) !important;
}
.mini_top .mainLink{
    color: #000!important;
}
#mainMenu .mainLink:hover{
    color: #E50014;
}
.mini_top .mainLink:hover{
    color: #E50014!important;
}
#mainMenu {
    
}

.carousel-control-next {
    width: 3%!important;
}
.carousel-control-prev{
    width: 3%!important;
}
#lbwenzi{
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.carousel-item #lbwenzi{
    text-align: left;
    bottom: 37%;
    z-index: 1;
}
#lbwenzi h1{
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
    font-weight: bold;
}
#lbwenzi p{
    font-size: 17px;
    line-height: 35px;
    opacity: 0.6;
    font-weight: 300;
}
#lbwenzi span{
    display: block;
    overflow: hidden;
    font-size: 27px;
    margin-bottom: 45px;
}
/*简介*/
#jianjie{
    background-color: #F8F8F8;
    padding:80px 0;
}
#jianjie .shipin img{
    max-width: 100%;
    border-radius: 10px;
}
#jianjie .shipin{
    position: relative;
}
.tx_svd_icon {
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #E50014;
    color: #fff;
    border: none;
    top: 50%;
    left: 26%;
    transition: all 0.4s ease;
}
.tx_svd_icon::before{
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    border: 6px solid rgb(245, 6, 6 ,0.6);
    opacity: 0.6;
    left: -5px;
    top: -5px;
    border-radius: 100px;
}
.tx_svd_icon::after{
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    border: 10px solid rgb(245, 6, 6, 0.6);
    opacity: 0.6;
    left: -10px;
    top: -10px;
    border-radius: 100px;
}
.tx_svd_icon:hover{
    animation: 1s linear infinite witr-shadow;
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(252, 2, 2, 0.3), 0 0 0 10px rgba(252, 2, 2, 0.3), 0 0 0 20px rgba(252, 2, 2, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(252, 2, 2, 0.3), 0 0 0 20px rgba(252, 2, 2, 0.3), 0 0 0 30px rgba(252, 2, 2, 0);
    }
}
.tx_svd_icon i{
     font-size: 29px;
}
#jianjie h1{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
}
#jianjie .cl{
    color: #919191;
    margin: 35px 0;
    line-height: 26px;
}
#jianjie h6{
    display: block;
    overflow: hidden;
    padding-bottom: 28px;
}
#jianjie h6 i{
    color: #E50014;
}
#jianjie h6 p{
    display: block;
    overflow: hidden;
    padding-bottom: 7px;
    width: 140px;
    float: left;
}
/*业务*/
.hm h1{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 75px;
}
.hm span{
    text-align: center;
    color: #919191;
    display: block;
}
#lb1{
    padding: 45px 30px;
    margin-bottom: 20px;
}
#lb1 .tu {
    display: block;
    overflow: hidden;
    color: #fff;
    position: relative;
    transition: all .3s linear;
    overflow: hidden;
    border-radius: 10px;
}
#lb1 .tu::before{
    content: '';
    position: absolute;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
}
#lb1 .tu  img {
    width: 100%;
}
#lb1 .tu .wz {
    display: flex;
    overflow: hidden;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
    padding: 40px 40px;
    transform: translateY(20px);
    flex-direction: column;
    justify-content: flex-end;
}
#lb1 .tu:hover .wz{
    transform: translateY(0px);  
}

#lb1 .tu .wz h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
#lb1 .tu .wz span{
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 0;
}
#lb1 .tu .wz p{
    display: block;
    overflow: hidden;
    background-color: #E50014;
    width: 30px;
    height: 3px;
    margin-top: 15px;
    transition: all .3s linear;
}
#lb1 .tu:hover .wz p{
    width: 60px;
}
#lb1 .tu .wz div{
    padding-top: 15px;
    transition: all .3s linear;
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0.6;
}
#lb1 .tu:hover .wz div{
    height: auto;
}
#lb1 .owl-nav{
    display: none;
}
#lb1 .owl-dots{
    margin-top: 35px;
}
/* #lb1 .owl-nav {
    position: absolute;
    top: 40%;
    font-size: 40px;
    color: #ccc;
    width: 97%;
}
#lb1 .owl-nav .owl-prev{
    position: absolute;
    left: -15px;
}
#lb1 .owl-nav .owl-next{
    position: absolute;
    right: -15px;
}
#lb1 .owl-nav span{
    display: block;
    overflow: hidden;
    line-height: 30px;
    width: 38px;
    height: 38px;
    background-color: #E50014;
    border-radius: 100px;
} */


 /*集货仓*/
 #al{
    background-image: url(jhc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 640px;
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
}
#al::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}
#al .container{
    z-index: 998;
}
#al h1{
    font-size: 35px;
    font-weight: bold;
}
#al span{
    line-height: 26px;
    width: 34%;
    display: block;
    opacity: 0.6;
    margin-bottom: 40px;
}
 /*新闻*/
#xw .owl-theme .owl-nav {
    display: none;
    
}
#xw .owl-theme .owl-dots{
    width: 100%;
    text-align: right;
    position: absolute;
    top: -55px;
    padding: 0;
}
#xw h1{
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    margin-top: 75px;
}
#xw .vl{
    color: #919191;
    padding-bottom: 40px;
    display: block;
    overflow: hidden;
}
#xw .xw1{
    border-radius: 10px;
    display: block;
    overflow: auto;
}
#xw .xw1 .tList{
    display: block;
    overflow: hidden;
    position: relative;
}
#xw .xw1 .tList img{
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
#xw .xw1:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#xw .xw1:hover .tList1{
    box-shadow: 0 5px 8px -5px rgba(151,163,184,.2), 0 15px 16px -15px rgba(151,163,184,.2), 0 25px 32px -25px rgba(151,163,184,.2);
}
#xw .xw1 .tList span{
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #E50014;
    width: 140px;
    height: 40px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
#xw .xw1 .tList1{
    display: block;
    overflow: hidden;
    background-color: #F8F8F8;
    width: 100%;
    padding: 40px 30px;
    color: #636363;
    margin-bottom: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#xw .xw1 .tList1 div{
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
#xw .xw1 .tList1 span{
    color: #E50014;
    border-bottom: 3px solid #E50014;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
}
/*伙伴*/
#hb{
    margin-top: 60px;
}
#hb #lb3 img{
    display: block;
    overflow: hidden;
    width: 100%;
}
#hb #lb3 .tu{
    display: block;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    width: 99%;
    border-radius: 10px;
}
#hb #lb3 .owl-nav{
    display: none;
}
#hb #lb3 .owl-dots{
    display: none;
}
/*底部*/
#di{
    background-color: #000;
    border-top: 5px solid #E50014;
    margin-top: 80px;
    color: #6a6a6a;
    padding-top: 55px;
}
#di h2{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
}
#di .di1 p{
    display: block;
    overflow: hidden;
    width: 84%;
    padding-top: 20px;
}
#di .di2 a{
    display: block;
    overflow: hidden;
    width: 100%;
    color: #6a6a6a;
    position: relative;
    transition: all .3s ease-in-out;
}
#di .di2 a:hover{
    color: #E50014;
    padding-left: 20px;
}
#di .di2 a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    top: 12px;
    background-color: #E50014;
    transition: all .3s ease-in-out;
}
#di .di2 a:hover:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    left: 0;
    top: 12px;
    background-color: #E50014;
}
#di .di3 a{
    color: #E50014;
    border-bottom: 2px solid #E50014;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
#di .di3 a:hover{
    border: 1px solid #E50014;
    padding: 8px 10px;
}
#di .di3 p{
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
}
#di .di4 h1{
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    font-family: emoji;
}
#di5{
    border-top: 1px solid #3d3d3d;
    padding: 25px 0px;
    margin-top: 25px;
}
#di5 #test{
    cursor: pointer;
}
#di5 #test i{
    color: #E50014;
}
/*内页*/
.banner {
    width: 100%;
    height: 400px;
    background-position: center center;
    color: #fff;
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-bottom: 40px;
    background-size: cover;}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 90%);
	z-index: 1;
}
.a1 {
    background-image: url(a1.jpg);
}
.a2 {
    background-image: url(a2.jpg);
}
.a3 {
    background-image: url(a3.jpg);
}
.a4 {
    background-image: url(a4.jpg);
}
.a5 {
    background-image: url(a5.jpg);
}
.banner div {
    z-index: 998;
    animation: yidong 2s;
}	
@keyframes yidong
    {
    from {letter-spacing: 20px; left: 200px; opacity: 0}
    to {letter-spacing: 0px;left:50px; opacity: 1}
    } 
.banner div h3{
	font-size:30px;
	text-shadow: 0px 0px 0px #000;
	}
.banner div h3  .navLink{font-family: 'mont1';}  
.banner div h5{
	font-size:14px;
	opacity:0.7;}
.banner div h5 a{
    color: #FFF;
    opacity:0.7;
}
.banner div h5 .nav{
	display: contents;
    color: #FFF;}			
.banner div h3 a{
	color:#fff;
}
#pagemenu{
    background-color: #f8f9f9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 998;
    border-bottom: 1px solid #dfe0e2;
    }
#pagemenu a{
    color: #000;
    font-size: 18px;
    margin-right: 55px;
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
    float: left;
    font-family: 'mont1';
    }
#pagemenu a:hover{
    color: #E50014;
    }
#pagemenu .smenuvnow{
    color: #E50014;
    }
#nr{
    padding-top: 55px;  
}
#nr img{
    max-width: 100%;
}
#nr p{
    line-height: 26px;
    color: #919191;
}
.jjnr h1{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
} 
.jjnr strong {
    color: #000;
    padding-bottom: 30px;
} 
.jjnr video{
    border-radius: 10px;
}
.jjnr1{
    background-color: #F8F8F8;
    padding: 45px 0;
    text-align: center;
    margin: 45px 0;
    border-radius: 10px;
} 
.jjnr1 i{
    color: #E50014;
    display: block;
    font-size: 35px;
}
.jjnr2 h1{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
}
.jjnr2 img{
    max-width: 100%;
}

.ywnr img{
    width: 100%;
}
.ywnr .ywnr1{
    background-color: #F8F8F8;
    margin-bottom: 25px;
    position: relative;
    border-radius: 10px;
    display: block;
    overflow: auto;
}
.ywnr .ywnr1 h2{
    font-size: 20px;
    font-weight: bolder;
    padding: 44px 30px 20px 30px;
    margin-bottom: 0;
}
.ywnr .ywnr1 p{
    padding: 0px 30px 45px 30px;
}
.ywnr .ywnr1::before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #E50014;
    transition: all .4s ease-in-out;
}
.ywnr .ywnr1:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #E50014;
}
.jhcnr1{
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background-color: #F8F8F8;
    margin-bottom: 35px;
}
.jhcnr .cpquery{
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.jhcnr img{
    width: 100%;
    transition: all .3s ease-in-out;
    border: 0;
    padding: 0;
    border-radius: 10px;
}
.jhcnr:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.jhcnr1:hover .cpquerytitle i{
    color: #E50014;
}
.jhcnr1:hover{
    box-shadow: 0 5px 8px -5px rgba(151,163,184,.2), 0 15px 16px -15px rgba(151,163,184,.2), 0 25px 32px -25px rgba(151,163,184,.2);
}
.jhcnr .cpquerytitle a{
    color: #000;
}
.jhcnr .cpquerytitle i{
    color: #000;
    float: inline-end;
    font-size: 18px;
    margin-top: -2px;
}
.jhcnr .cpquerytitle{
    padding: 19px 20px;
}
#biaoge .input{
    width: 98%;
    border: none;
    background-color: #F8F8F8;
    margin-bottom: 22px;
    height: 50px;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 10px;
}
.textarea{
    width: 99%;
    border: none;
    background-color: #F8F8F8;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-top: 8px;
} 
.button2{
    border: none!important;
    width: 145px!important;
    margin-left: 15px!important;
}
.lxnr h1{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
}
.lxnr strong{
    color: #000;
}
.newsquery img{
	width:100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}
.newsquery {
	background-color: #F5F5F5;
	margin-left: 0;
    margin-right: 0;}
.newsquery  .col-12{
	padding-left:0;}		
.newsquery{
	margin-bottom: 30px;
    border-radius: 10px;
	color:#000;
    display: flex;
    align-content: center;
    align-items: center;}
.newsquery:hover{text-decoration: none;
}
.newsquery h4{
    font-size: 20px;
    line-height: 26px;
}
.newsquery span{
	display:block;
	overflow:hidden;
    color: #E50014;
    padding-bottom: 12px;
}	
.newsquery .col-lg-7{
	padding-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.newsquery p{
    padding-bottom: 30px;
}
.active>.page-link, .page-link.active{
    background-color: #E50014!important;
    border-color: #E50014!important;
}
.banner .xwbt {
    width: 50%;
    font-size: 25px;
    line-height: 35px;
}
.banner .fa{
    float: right;
    color: #E50014;
    border-bottom: 2px solid #E50014;
    padding-bottom: 1px;
    opacity: 1;
    font-weight: bold;
}
.PingHei_text{
    margin-top: 35px;
}
.PingHei_text a{color: #000;}
.shadow{
    display: none;
}
@media (max-width: 1680px){

.carousel-item #lbwenzi{
    left: 10%;
    bottom: 33%;
}
#lbwenzi h1 {
    font-size: 35px;
}
#lbwenzi span{
    font-size: 20px;
} 
#lbwenzi p {
    font-size: 14px;     
}
}
@media (max-width: 1440px){
.carousel-item #lbwenzi{
        left: 4%;
        bottom: 33%;
}
#lbwenzi h1 {
    font-size: 35px;
}
#lbwenzi span{
    font-size: 20px;
} 
#lbwenzi p {
    font-size: 14px;     
}
}
@media (max-width: 1400px){
    .carousel-item #lbwenzi{
            left: 9%;
            bottom: 33%;
    }
    #lbwenzi h1 {
        font-size: 35px;
    }
    #lbwenzi span{
        font-size: 20px;
    } 
    #lbwenzi p {
        font-size: 14px;     
    }
    }
@media (max-width: 768px){
#mainMenu {
    background: #000;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10;
}
.carousel-inner:before{
    opacity: 0;
}
#jianjie {
    padding: 50px 0;
}
#jianjie .shipin img{
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding-top: 40px;
}
.hm h1 {
    margin-top: 50px;
}
#lb1 .tu .wz{
    padding: 28px 20px;
}
#lb1 .tu .wz span {
    display: none;
}
#lb1 .tu:hover .wz div {
    display: none;
}
#lb1 {
    margin-bottom: 0;
}
#al span {
    width: 100%;
}
#al {
    min-height: 430px;
}
#xw h1 {
    margin-top: 50px;
}
.banner {
    height: 240px;
    background-size: cover;
}
.banner::before {
    height: 240px;
}
#pagemenu a {
    margin-right: 30px;
}
.jjnr2 img {
    margin-top: 35px;
}
.jjnr video {
    border-radius: 10px;
}
.newsquery img {
    border-radius: 15px;
}
.newsquery .col-12 {
    padding-right: 0px;
}
.newsquery .col-lg-7 {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 30px;
}
#di {
    margin-top: 50px;
}
.banner .xwbt {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}
.banner {
    padding-bottom: 12px;
}
#nr .lxnr{
    margin-bottom: 35px;
}
#hb {
    margin-top: 30px;
}
.menu{
    color: #000;
}
.jjnr .col-lg-5{
    margin-bottom: 35px;
}
}