@charset "utf-8";
/* CSS Document */

body {padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";}
ul,ol{list-style:none; padding: 0; margin: 0;}
.clear{clear:both;}
.pd60-0{padding:60px 0;}
.pd60-0-20{padding:60px 0 20px;}
.container{width:1200px; margin: 0 auto;}
.mt40{margin-top:40px;}
img{max-width:100%; height: auto;}
a{text-decoration:none;}
/*导航end*/
.owl-dots {
    text-align: center;

}

.owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    border-radius: 50px;
    background: #FFF;
    display: inline-block;
    opacity: .5;
    margin: 0 4px;
	transition:0.5s ease all;
}
.owl-dots .owl-dot.active span {
    opacity: 1;
    width: 20px;
	
}

#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#owl0.owl-carousel .owl-nav .owl-next, #owl0.owl-carousel .owl-nav .owl-prev {
    opacity: 0;
}
#owl0.owl-carousel .owl-nav i {
    font-size: 40px;
    color: #fff;
    opacity: 0.5;
}
#owl0.owl-carousel .owl-nav .owl-next {
    right: 80px;
}
#owl0.owl-carousel .owl-nav .owl-prev {
    left: 80px;
}
#owl0.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}
#owl0.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}
#owl0.owl-carousel .owl-nav .owl-next:hover i, #owl0.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl0.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    outline: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*OWL1*/

#owl1.owl-carousel .owl-nav i {
    font-size: 60px;
    color: #ff4a01;
    opacity: 0.8;
}
#owl1.owl-carousel .owl-nav .owl-next {
    right: -20px;
	top: 45%;
}
#owl1.owl-carousel .owl-nav .owl-prev {
    left: -20px;
	top: 45%;
}

#owl1.owl-carousel .owl-nav .owl-next:hover i, #owl1.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl1.owl-carousel:hover .owl-nav button {
    opacity: 1
}



.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}

#navBox{background:#d01c1d;}
.fixed{background:#fff; box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
	position: fixed;
	width:100%;
	top:0;
	z-index: 999;
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04); 
	animation: fadeInDown .5s;
}

.top{border-bottom:1px solid #F4F4F4; padding: 8px 0; font-size: 12px; color: #333;}
.top-l .top-logo{margin-right:15px; padding-right: 15px; border-right:1px solid #EEE;}
.top-l .top-logo img{height:70px; width: auto;}
.top-l .top-txt{padding-top:10px;}
.top-l .top-txt .t1{font-size:22px; color: #333;}
.top-l .top-txt .t2{font-size:16px; color: #666; padding-top: 4px;}
.top-r .top-tel{padding-top:10px;}
.top-r .top-tel .top-tel-txt{font-size: 20px;}
.top-r .top-tel .top-tel-sz{font-size:20px;color: #ff4a01}
.top-r .ico img{width:60px; padding-top: 15px; padding-right: 5px;}
.mob{display:none;}
.top-ewm{ display: flex; margin-left: 20px;}
.top-ewm .ewmimg{margin-left: 20px;}
.top-ewm .ewmimg img{max-height: 80px; border: 1px solid #ff4a01;}
.top-ewm .ewmtxt{width:22px;line-height: 14px; display: flex; align-items: center; background: #ff4a01; color: #FFF; font-size: 12px; text-align: center;}


.headline {text-align:center;}
.headline .tit{font-size: 2rem; color: #333;}
.headline .tit span{ color:#ff4a01; padding: 0 10px;}
.headline .line{ height: 3px; width:50px; background: #ff4a01; position: relative; margin: 10px auto;}
.headline .line::after{position: absolute; top: 0;  left: -12px; content:""; width:3px; height: 3px; background: #ff4a01;}
.headline .line::before{position: absolute; top: 0;  right: -12px; content:""; width:3px; height: 3px; background: #ff4a01;}
.headline .ftit{ margin: 0 auto; font-size: 1.1rem; color: #666; font-weight: 300; line-height: 1.8;}

.hotline{width:50%; max-width: 180px; text-align: center; margin: 0 auto; margin-top: 20px;}
.hotline a{ font-size:18px; background: #ff4a01; color: #FFF; border-radius: 10px; padding:10px 0; display: block;}
.hotline a:hover{ background: #141414; color: #FFF;}



.tab-container {
  display: flex;
}

.tab-menu {
  width: 200px;
  background-color: #f5f5f5;
  border-right: 1px solid #EEE;
  display: flex;
	flex-wrap: wrap;
}

.tab-item {
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #EEE;
  transition: background-color 0.3s;
  width: 100%;
	display: flex;
	align-items: center;
}

.tab-item:hover {
  background-color: #e9e9e9;
}

.tab-item.active {
  background-color: #fff;
  font-weight: bold;
}
.tab-item img{width:30%; margin-right: 10px;}


.tab-content {
  flex: 1;
  padding:0 20px;
  background-color: #fff;
}

.content-item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.content-item.active {
  display: block;
  opacity: 1;
} 
.nav-list{padding:10px;}
.nav-pro .nav-item{width:25%; border: 1px solid #FFF;}
.nav-pro .nav-item:hover{border:1px solid #EEE;}
.nav-pro .nav-item:hover .nav-item-pic img{transform: scale(1.1)}
.nav-pro .nav-item-pic{text-align:center; overflow: hidden; padding-top: 10px;}
.nav-pro .nav-item-pic img{width:70%; transition: 0.5s ease all;}
.nav-pro .nav-item-tit{padding:10px 0; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap;}
.nav-pro .nav-item-tit a{ color:#333; font-size: 16px; }
.pd50-0{padding:50px 0;}

.i-pro{background:#f0f1f5;}
.line-box{text-align:center; padding: 25px; margin-bottom: 10px;}
.line-box .line-tit{font-size: 32px; color: #333; margin-bottom: 10px; font-weight: bold;}
.line-box .line-ftit{font-size: 16px; color: #666;}
.pinpai-item{background:#FFF; border-radius: 10px; margin-bottom: 25px; padding: 25px 0;}
.pinpai-item .pinpai-logo{width:18%; border-right: 1px solid #EEE; padding: 10px 20px;}
.pinpai-item .pinpai-logo .tit{ margin-bottom: 15px; padding-bottom: 15px; position: relative; font-size: 20px; font-weight: bold;}
.pinpai-item .pinpai-logo .tit::after{width:33.33%; position: absolute; left: 0; bottom: 0; height: 2px; background: #d01c1d; content: "";}
.pinpai-item .pinpai-logo .ftit{font-size: 16px; color: #666; line-height: 1.8; text-align: justify; margin-bottom: 15px;}
.pinpai-item .pinpai-logo .more{width:60%;}
.pinpai-item .pinpai-logo .more a{display:block; background:#d01c1d; color: #FFF; padding: 8px 20px; border-radius:12px 0 12px 0;}
.pinpai-item .pinpai-logo .more a:hover{background:#141414; color: #FFF;}
.pinpai-item .pinpai-list{width:82%; padding:0 15px;}
.pinpai-item .pinpai-list .list-item{width:24%; border:1px solid #FFF; padding: 20px; margin: 0 0.5%}
.pinpai-item .pinpai-list .list-item:hover{border:1px solid #d01c1d;}
.pinpai-item .pinpai-list .list-item .list-pic{margin-bottom:15px; overflow: hidden;}
.pinpai-item .pinpai-list .list-item .list-pic img{transition:0.5s ease all;}
.pinpai-item .pinpai-list .list-item .list-pic:hover img{transform: scale(1.05);}
.pinpai-item .pinpai-list .list-item .list-tit{overflow:hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center;}
.pinpai-item .pinpai-list .list-item .list-tit a{font-size:16px; color: #333;}


.i-about{background:url("../images/about_bg.jpg"); background-size: cover; padding: 50px 0;}
.i-about .about-pic{width:40%;}
.i-about .about-pic img{width:100%; border-radius: 20px 0 20px 0;}
.i-about .about-box{width:56%;}
.i-about .about-box .about-tit{font-size: 26px; font-weight: bold; color: #333; margin-bottom: 20px;}
.i-about .about-box .about-txt{ line-height:2; font-size: 18px; color: #666;}
.i-about .about-box .about-txt a{ color: #d01c1d; padding:5px 15px; }
.i-about .about-box .sz-box{padding:10px 0; width: 78%;}

.i-about .about-box .sz-item{}
.i-about .about-box .sz-item .t1{font-size:42px; color: #333; font-weight: bold;}
.i-about .about-box .sz-item .t1 span{font-size:14px; color: #000; font-weight: normal;}
.i-about .about-box .sz-item .t2{font-size:16px; color: #333; text-align: center;}

.ctsb{background:url("../images/ctsb.jpg"); background-size: cover; padding: 50px 0;}
.ctsb .ctsb-l{width:55%;}
.ctsb .ctsb-l .t1{color:#000; font-size: 42px; font-weight: bold; margin-bottom: 20px;}
.ctsb .ctsb-l .smtext {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
	margin-bottom: 10px;
}
.ctsb .ctsb-l .dingzhi{margin-bottom: 30px; font-size: 20px; color: #d01c1d;}
.ctsb .ctsb-l .yingyong{margin-bottom:20px;}
.ctsb .ctsb-l .yingyong .yy-item{ position: relative; margin-bottom: 15px; padding-left: 20px; font-size: 20px; width: 50%;}
.ctsb .ctsb-l .yingyong .yy-item:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    border: solid 2px #d01c1d;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.ctsb .ctsb-l .yingyong .yy-item a{color:#333;transition: 0.5s ease all;}
.ctsb .ctsb-l .yingyong .yy-item a:hover{padding-left:8px; color: #d01c1d;}
.ctsb .ctsb-l .gengduo{width:160px;  text-align: center;  font-size: 16px;}
.ctsb .ctsb-l .gengduo a{ background: #d01c1d;  color:#FFF; display: block; border-radius: 50px; padding:10px 0;}
.ctsb .ctsb-l .gengduo a:hover{background:#000;}
.ctsb .ctsb-r{width:45%; text-align: center;}
.ctsb .ctsb-r .icase-item{width:calc(33.333% - 20px); margin: 10px; background: #FFF; border-radius: 10px;}
.ctsb .ctsb-r .icase-item .icase-item-pic{padding:10px;}
.ctsb .ctsb-r .icase-item .icase-item-pic img{width:100%;}
.ctsb .ctsb-r .icase-item .icase-item-tit{ padding-bottom: 10px;  text-align: center; font-size: 16px;}
.ctsb .ctsb-r .icase-item .icase-item-tit a{ color:#333;}
.i-news{background:#eeeff0; padding:50px 0;}
.i-news-title {
    font-size: 24px;
    line-height: 64px;
    color: #333;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.i-news-title .t {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    background-color: #eeeff0;
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: #333;
    line-height: 64px;
}
.i-news-title:after {
    position: absolute;
    width: 100%;
    top: 50%;
    border-top: 1px solid #d6d7d8;
    content: '';
    left: 0;
}

.i-news .news-box{background:#FFF; width:calc(50% - 10px); padding: 15px; margin-bottom: 20px; transition: 0.5s ease all;}
.i-news .news-box:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);

}
.i-news .news-box .news-tit{border-bottom:1px dashed #d8d8d8; padding: 15px 0;}
.i-news .news-box .news-tit .n-title a{font-size:20px; color: #333;}
.i-news .news-box .news-tit .n-title a:hover{color:#d01c1d;}
.i-news .news-box .news-tit .n-time{font-size:14px; color: #000;}
.i-news .news-box .news-txt{padding:10px 0; line-height: 28px; color: #333; font-size: 14px;}


.about-page{background:#f0f0f0; padding: 50px 0;}
.about-page .about-page-box{background:#FFF; padding: 30px;}
.about-page .about-page-box .about-nl{width:78%; padding: 0 20px; font-size: 18px; color: #444;  line-height: 1.8;}
.about-page .about-page-box .about-nl p{ margin-bottom: 15px;}
.about-page .about-page-box .about-nr{width:20%;}
.about-page .about-page-box .about-nr .sz-box{ font-size: 36px; color: #d01c1d; font-weight: bold; border-bottom: 1px solid #EEE; padding: 25px 0;}
.about-page .about-page-box .about-nr .sz-box span{font-size:18px; padding: 0 10px;  font-weight: normal;}


.pro-page{padding:50px 0;}
.pro-page .pro-box{margin-bottom:30px;}
.pro-page .pro-box .box-nav{ margin-bottom:30px;}
.pro-page .pro-box .box-nav .nav-item{margin:10px;  border:2px solid #EEE;}
.pro-page .pro-box .box-nav .on{border:2px solid #d01c1d!important;}
.pro-page .pro-box .box-nav .nav-item img{width:150px;}
.pro-page .pro-box .box-nav .nav-item:hover{border:2px solid #d01c1d;}


.pro-left{background:#f5f6f7; width: 20%;}
.pro-left .zixun{ margin-top:30px; margin-bottom: 20px; position: sticky; top: 80px; z-index: 999; padding: 0 20px;}
.pro-left .zixun .zx-tit{font-size:22px; color: #333;}
.pro-left .zixun .zx-ewm img{width:80%;}
.pro-left .zixun .zx-ftit{font-size:14px; color: #666; padding:10px 0;}
.pro-left .zixun .tel{ margin-top: 20px; margin-bottom: 20px; }
.pro-left .zixun .tel .ico{width:18%;}
.pro-left .zixun .tel .ico img{width:100%; height: auto;}
.pro-left .zixun .tel .tel-txt{width:80%;}
.pro-left .zixun .tel .tel-txt .tel-txt-tit{font-size:16px; color: #666;}
.pro-left .zixun .tel .tel-txt .tel-txt-dh{ font-size: 22px; color: #FF0004;}
.pro-left .zixun .zx-btn{ margin-top: 20px;}
.pro-left .zixun .zx-btn .online{width:45%;}
.pro-left .zixun .zx-btn .online a{font-size:16px; color: #FFF; background: #033d75; display: block; padding: 5px 0px; border-radius: 5px; text-align: center;}
.pro-left .zixun .zx-btn .red a{ background: #e52f22;}

.pro-right{width:80%; padding:30px 30px; font-size: 14px;}
.pro-right .pro-smtext{padding:20px 0;}
.pro-right .pro-smtext .pro-img{border: 1px solid #DDD;}
.pro-right .pro-smtext .pro-img{width:40%;}
.pro-right .pro-smtext .pro-jieshao{width:58%;}
.pro-right .pro-smtext .pro-jieshao .title{font-size: 28px; color: #000; margin-bottom: 20px;}
.pro-right .pro-smtext .pro-jieshao .jianjie{background: #f5f6f7; padding: 15px; color: #666; font-size: 14px; line-height: 2; margin-bottom: 20px;}
.pro-right .pro-smtext .pro-jieshao .lx-btn a{background:#d01c1d; padding: 10px 20px; color: #FFF;}
.snav{color:#666; font-size: 14px; border-bottom:1px solid #f0f0f0; margin-bottom:10PX; padding-bottom:10px;}
.snav a{color:#333;}
.snav a:hover{color: #d01c1d;}

.page-txt{font-size: 16px; color: #444; line-height: 1.8; padding: 10px 0;}


.bread{ border-bottom:1px solid #EEE; padding-bottom: 10px; position: relative; margin-bottom: 25px;}
.bread::after{position:absolute; left: 0; bottom: 0; width:8%; height: 2px; background:#ff4a01; content: ""; }
.bread .name{font-size:24px;}
.snav{font-size:13px;  padding-top: 10px; color:#666;}
.snav a{color:#666;}
.snav a:hover{ color: #ff4a01;}
.snav i{padding-right:5px;}
.pro-right .pro-tj{padding-top:10px;}
.pro-right .tj-item{width:calc(33.33333% - 20px); margin: 10px; transition:0.5s ease all;  border:1px solid #F5F5F5;}
.pro-right .tj-item:hover{border:1px solid #666;}
.pro-right .tj-item a{ color:#444;}
.pro-right .tj-item .tj-pic{overflow: hidden;}
.pro-right .tj-item .tj-pic img{width:100%; height: auto; transition: 0.5s ease all}
.pro-right .tj-item .tj-pic img:hover{transform:scale(1.05);}
.pro-right .tj-item .tj-tit{ padding:15px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; background:#F8F8F8;}

.pagelist{padding:20px 0; text-align: center;}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}


.new-snav{height: 80px; border: 1px solid #e5e5e5; background: #FFF;}
.new-snav .new-item:after {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    width: 1px;
    height: 22px;
    background: #e5e5e5;
}
.new-snav .new-item{margin:0 2px;}
.new-snav .new-item a{display:block; padding:  0 30px; line-height: 80px; color: #666;}
.new-snav .new-item a:hover{background:#d01c1d; color: #FFF;}
.new-snav .on a{background:#d01c1d!important; color: #FFF!important;}

.new-page{background: #f0f0f0; padding: 50px 0;}

.new-page .new-page-box{background:#FFF; padding:20px; margin-bottom: 20px;  transition: 0.5s ease all; border-radius: 10px;}
.new-page .new-page-box:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-box-shadow: 0 2px 18px rgba(0,0,0,0.14);
    box-shadow: 0 2px 18px rgba(0,0,0,0.14);
}
.new-page .new-page-box:hover .time-box{background:#FF0004!important;}
.new-page .new-page-box:hover .center-tit a{color:#FF0004!important;}
.new-page .new-page-box .new-img{width:15%;}
.new-page .new-page-box .new-img img{width:100%;}
.new-page .new-page-box .new-center{width:70%;}
.new-page .new-page-box .new-center .center-tit{font-size: 20px; margin-bottom: 15px;}
.new-page .new-page-box .new-center .center-tit a{color:#333;}
.new-page .new-page-box .new-center .center-smtext{font-size: 14px; line-height: 1.8; color: #666;}
.new-page .new-page-box .new-time{width:12%;}
.new-page .new-page-box .new-time .time-box{background:#535353; border-radius: 0 20px 0 20px; text-align: center; padding:8px 20px; color: #FFF;}
.new-page .new-page-box .new-time .time-box .time-d{font-size:36px;}
.new-page .new-page-box .new-time .time-box .time-y-m{font-size:16px;}
.new-page-txt{background:#FFF; border-radius: 10px; padding: 50px;}
.new-page-txt .page-title {
    font-size: 30px;
	text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.new-page-txt .page-time{text-align:center; font-size: 14px; color: #666;}
.new-page-txt .page-box{padding-top:30px; border-top:1px dashed #e6e6e6; margin-top: 30px; line-height: 1.8; font-size: 16px; color: #444;}

.pro-right .pro-detail{padding:20px 0;}
.pro-right .pro-detail .detail-tit{font-size:25px; color: #333; padding: 15px 0; border-bottom: 1px solid #efefef;}
.pro-right .pro-detail .detail-tit i {
    width: .4rem;
    height: .4rem;
    background: #d01c1d;
    border-radius: 100%;
    margin-right: 10px;
}


.pro-right .pro-detail .detail-txt{line-height:1.8; font-size: 16px; color: #444; margin-top: 20px;}


.pro-left .pp-lm{font-size:22px; color: #FFF; background: #d01c1d; font-weight: bold; padding: 20px; border-bottom: 1px solid #DDD; margin-bottom: 15px;}
.pro-xl{padding:0 20px;}
.pro-xl dt .cur{ color: #FFF; font-weight: bold; }
.pro-xl dt a{ display:block; color: #333; text-decoration: none; }
.pro-xl .down{background: url("../images/add.png") right center no-repeat ; background-position: right 10px center; border-bottom:1px solid #EEE;}
.pro-xl .down a{color:#333; display:block; padding: 15px 15px 15px 10px; font-weight:normal; font-size:18px;}
.pro-xl .up{background: url("../images/ade.png") right center no-repeat ; background-position: right 10px center; color:#d01c1d!important; border-bottom:1px solid #d01c1d;}
.pro-xl .up a{color:#d01c1d!important;}
.pro-xl dd{display: none; padding:10px 0; margin:0;}
.pro-xl dd  ul{padding:0 10px; margin: 0;}
.pro-xl dd  ul li{font-size:16px; color: #333;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pro-xl dd  ul li a{color:#000; font-size:14px; padding: 8px 15px; display: block; text-decoration: none;  transition:0.5s ease all; position: relative;}
.pro-xl dd  ul li a:before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 2px;
    top: 50%;
    background: #ddd;
}
.pro-xl dd  ul li a:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 2px;
    top: 0;
    background: #ddd;
}

.pro-xl dd  ul .active a{color: #9a221a!important; font-weight:bold!important;}
.pro-xl dd  ul li a:hover{color: #9a221a; padding-left:20px;}
.pro-xl .single{ padding: 15px; margin-top: 10px; background: #F1F1F1;}
.pro-xl .single .cur{ color: #d01c1d; font-weight: bold;}
.pro-xl .single a{ display:block; color: #333; text-decoration: none; font-weight: normal;}

.bread{ border-bottom:1px solid #EEE; padding-bottom: 10px; position: relative; margin-bottom: 25px;}
.bread::after{position:absolute; left: 0; bottom: 0; width:8%; height: 2px; background:#006bb9; content: ""; }
.bread .name{font-size:24px;}
.snav{font-size:13px;  padding-top: 10px; color:#666;}
.snav a{color:#666;}
.snav a:hover{ color: #006bb9;}
.snav i{padding-right:5px;}

.contact-page{padding:50px 0;}
.contact-page .contact-lm{ margin-bottom: 20px;}
.contact-page .contact-lm h3 {
    font-size: 36px;;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
}
.contact-page .contact-lm h5 {
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
}
.contact-page .company-name{font-size:22px; font-weight: bold; color: #000; margin-bottom: 15px; border-bottom: 1px solid #ddd; padding: 15px 0;}
.contact-page .company-tel{ margin-bottom: 15px;}
.contact-page .company-tel .t1{font-size: 16px; color: #333;}
.contact-page .company-tel .t2{font-size: 32px; color: #000;}
.contact-page .company-list p{font-size:16px; color: #666; margin-bottom: 5px;}

.contact-l{width:48%;}
.contact-r{width:48%;}


.footer{background:#1e1b2e; padding: 50px 0 20px;}
.footer .f-nav{width:60%;}
.footer .f-nav .f-logo{width:50%}
.footer .f-nav .f-logo img{width:60%; padding-top:5%;}
.footer .f-nav .f-box{width:25%;}
.footer .f-nav .f-box .f-tit{font-size:20px; color: #FFF; position: relative; margin-bottom: 30px;}
.footer .f-nav .f-box .f-tit:after {
    content: "";
    display: block;
    width: 28px;
    background: rgba(255,255,255,0.25);
    height: 1px;
    margin-top: 15px;
}
.footer .f-nav .f-box .f-list{margin-bottom:10px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.footer .f-nav .f-box .f-list a{font-size: 14px; color: rgba(255,255,255,.5);}
.footer .f-nav .f-box .f-list a:hover{color:#FFF;}
.footer .f-contact{width:38%; border-left: solid 1px rgba(255,255,255,0.1); padding-left: 50px;}
.footer .f-contact .f-tit{font-size:20px; color: #FFF; position: relative; margin-bottom: 30px;}
.footer .f-contact .f-tit:after {
    content: "";
    display: block;
    width: 28px;
    background: rgba(255,255,255,0.25);
    height: 1px;
    margin-top: 15px;
}
.footer .f-contact .c-txt{ line-height: 30px; font-size: 14px; color: rgba(255,255,255,0.5);}
.copyright{border-top:solid 1px rgba(255,255,255,0.1); text-align: center; padding:10px 0; color: rgba(255,255,255,0.3); font-size: 14px; background:#1e1b2e;}
.copyright a{padding:0 15px; color: rgba(255,255,255,0.7);;}
.copyright a:hover{color:#FFF;}

.fenye{margin-top:25px; font-size: 14px; line-height: 2;}

@media (max-width:767px) {
	.mob{display:block!important;}
	.pc{display:none!important;}
	.container{width:100%;}
.navbar-brand img {height: 45px;}
	#navBox {background: #FFF;}
	.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{ color: #ff4a01!important; background: #FFF!important;}
	.nav-link:focus, .nav-link:hover{color: #ff4a01!important; background: #FFF!important;}
	.nav-link{color:#333!important;}
	.dropdown-menu {
    visibility: visible!important;
    opacity: 1!important;
    transform: scaleY(1)!important;}
	.tab-container {flex-wrap: wrap;}
	.tab-menu{width:100%; border:1px solid #EEE; font-size: 14px;;}
	.tab-item{width:50%;}
	.nav-pro .nav-item{width:50%;}
	.nav-pro .nav-item-tit a{font-size:12px;}
	.nav-list{padding:10px 0;}
	.footer .f-nav .f-logo{width:100%; margin-bottom: 25px;}
	.footer .f-nav{width:100%;}
	.footer .f-nav .f-box{width:50%;}
	.footer .f-contact {
    width: 100%;
    border-left: 0;
    padding-left: 0px;
}
	.pinpai-item .pinpai-logo{width:100%; border-right: none;}
	.pinpai-item .pinpai-list{width:100%;}
	.pinpai-item .pinpai-list .list-item{width:49%; margin: 0 0.5%}
	.pinpai-item .pinpai-list .list-item .list-tit a {
    font-size: 12px;}
	.i-about .about-pic{width:100%;}
	.i-about .about-box{width:100%; margin-top: 15px;}
	.i-about .about-box .about-tit {
    font-size: 20px;}
	.i-about .about-box .about-txt {
    line-height: 2;
    font-size: 15px;
}
	.i-about .about-box .sz-item .t1 {
    font-size: 20px;
}
	.i-about .about-box .sz-box{width:100%;}
	.i-about .about-box .sz-item .t2{font-size:13px;}
	.ctsb .ctsb-l{width:100%;}
	.ctsb .ctsb-r{width:100%}
	.ctsb .ctsb-l .t1 { font-size: 36px;}
	.i-news .news-box{width:100%;}
	.pc{display:none;}
	.footer .f-nav .f-logo img{margin-top:0;}
	.footer {
    padding: 20px 0 20px;
}
	.about-page .about-page-box .about-nl{width:100%; padding: 10px;}
	.about-page .about-page-box .about-nr{width:100%;}
	.about-page .about-page-box{padding:10px;}
	.pro-page .pro-box .box-nav .nav-item img{width:90px;}
	.pro-page .pro-box .box-nav .nav-item{margin:5px;}
	.pro-left{width:100%;}
	.pro-right{width:100%;}
	.pro-right {
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;}
	.pro-right .pro-smtext .pro-img{width:100%; margin-bottom: 15px;}
	.pro-right .pro-smtext .pro-jieshao{width:100%;}
	.new-snav .new-item a{line-height: 50px;}
	.new-snav{height:50px;}
	.new-page .new-page-box .new-img{width:100%; margin-bottom: 10px;}
	.new-page .new-page-box .new-center{width:100%;}
	.new-page .new-page-box .new-time{display:none!important;}
	.new-page .new-page-box .new-time-m{display:block!important; font-size: 13px; color: #888; margin-bottom: 5px;}
	.new-page .new-page-box .new-center .center-tit{margin-bottom:5px;}
	.new-page-txt{padding:25px 10px;}
	.new-page-txt .page-title{font-size:18px;}
	.contact-l{width:100%;}
	.contact-r{width:100%;}
	#map{height:260px!important;}
	.pinpai-item .pinpai-logo .more{width:100%; text-align: center;}
	
	
}