@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;}
img{max-width:100%;}
.clear{clear:both;}

.container{width:1200px; margin: 0 auto;}
.top{padding:15px 0; border-bottom: 1px solid #F2F2F2;}
.top .logo{width:25%; float: left;}
.top .logo img{max-width:100%; height: auto;}
.top .tel{float: right; width:240px;}
.top .tel .tubiao{float:left; margin-right: 10px; padding-top: 3px;}
.top .tel .tubiao i{font-size:48px; color: #ef5e35;}
.top .tel .t1{font-size: 15px; color: #ef5e35;}
.top .tel .t2{ font-size: 22px; color: #ef5e35; font-weight: bold;}
.mob{display:none;}
.nav_bj{background:#FFF;}
.nav-item{position:relative;}
.nav-item:after{content:""; left: 50%; bottom: 0; width:0; height: 3px; position: absolute; transition:0.5s ease all;}
.nav-item a{padding:15px 30px; display: block; font-size: 16px; color: #000; text-decoration: none; display: block;}
.nav-item a:hover{ color: #ef5e35;}
.navbar-nav li:hover:after{content:""; left: 50%; margin-left: -30px; width:60px; border-radius: 5px; bottom: 0;  height: 3px; position: absolute; background: #ef5e35;}
.text-bj{background:#ef5e35;}
.nav-active:after{content:""; left: 50%; margin-left: -30px; width:60px; border-radius: 5px; bottom: 0;  height: 3px; position: absolute; background: #ef5e35;}

#owl0.owl-carousel:hover .owl-nav button {
    opacity: 1;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 6px;
    border-radius: 5px;
    background: #FFF;
    display: inline-block;
    opacity: .6;
    margin: 0 3px;
	transition:0.5s ease all;
}
.owl-dots .owl-dot.active span {
    opacity: 0.9;
    width: 22px;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    outline: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom:25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
#owl0.owl-carousel .owl-nav .owl-prev {
    left: 80px;
}
#owl0.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}
#owl0.owl-carousel .owl-nav .owl-next {
    right: 80px;
}
#owl0.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}
#owl0.owl-carousel .owl-nav i {
    font-size: 60px;
    color: #fff;
    opacity: 0;
}
#owl0.owl-carousel:hover .owl-nav i, #owl0.owl-carousel:hover .owl-nav i {
    opacity: 1;
}

.fixed {
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -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);
    padding: 5px 0!important;
}

.ititle{font-size: 32px; font-weight: bold; color: #333; text-align: center; position: relative; height: 60px;}
.ititle:after{position:absolute; content: ""; width:50px;  height: 3px; border-radius: 20px; background: #fdca4a; bottom: 0; left: 50%; margin-left: -25px;}
.ititle span{color: rgb(233, 94, 36)}
.iftitle{padding:10px; font-size: 20px; color: #666; text-align: center; font-weight: 300;}

.services{padding:40px 0; background: #f2f3f5;}
.services .s_list{display:flex; margin-top: 20px; width:100%; flex-flow: wrap;}
.services .s_list .s_box{width:23%; margin: 0 1% 15px; background: #FFF;  padding:10px;}
.services .s_list .s_box .pic{position:relative; overflow: hidden;}
.services .s_list .s_box .pic img{width:100%; height: auto; transition: 0.5s ease all;}
.services .s_list .s_box .pic img:hover{transform:scale(1.08);}
.services .s_list .s_box dt{line-height:50px; text-align: center; height: 50px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.services .s_list .s_box dt a{color:#333; text-decoration:none;}

/*关于我们*/
.in_banner img{width:100%; height: auto;}
.abouttxt{padding:40px 0;}
.abouttxt .a_l{width:58%; float: left;}
.abouttxt .a_l .t1{ margin-bottom: 15px;}
.abouttxt .a_l .t1 span{position:relative; color: #1a1a1a; font-size: 18px;}
.abouttxt .a_l .t1 span:after {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	margin-left: 10px;
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #e95e24;
    top: 50%;
	border-radius: 5px;
}
.abouttxt .a_l .t2{ font-size: 24px; margin-bottom: 25px; color: #444;}
.abouttxt .a_l .text{ line-height:30px; font-size: 16px; color: #333; text-align: justify;}
.abouttxt .a_l .text a{color: #333;}
.abouttxt .a_l .text a:hover{color: #ef5e35;}
.abouttxt .a_r{width:40%; float: right;}
.abouttxt .a_r .t_img{position: relative;}
.abouttxt .a_r .b_img{background:#da4f3f; position: absolute; left: -10px; bottom: -10px; width:60%; height: 60%; z-index: -10}



.dropdown:hover .dropdown-menu {
    display: block;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}
.youshi{padding:40px 0; background:url("../images/ysbg.jpg") top center no-repeat; background-size:cover;}
.youshi .ititle{color: #FFF;}
.youshi .ititle:after{ background: #fff; }
.youshi .ititle span{color: #FFF;}
.youshi .iftitle{color: #FFF;}
.youshi .ystxt{margin-top:20px; display:flex; flex-flow: wrap;}
.youshi .ystxt .ysbox{width:50%; display: flex; margin-bottom: 20px;}
.youshi .ystxt .ysbox .ico{width:50px; height: 50px; line-height: 50px; text-align: center; border-radius: 100%; background: rgb(233, 94, 36); font-size: 20px; color: #FFF; margin-right: 20px;}
.youshi .ystxt .ysbox .txt{ color:rgba(255,255,255,0.9);}
.youshi .ystxt .ysbox .txt dt{font-size:18px; margin-bottom: 5px;}
.youshi .ystxt .ysbox .txt dd{font-size:14px;}

.inews{padding:40px 0; background: #f0f0f0;}
.inews .n_box{ display: flex; flex-flow: row;}
.inews .n_box .n_l{width:60%; background:#FFF; border-top: 5px solid rgb(233, 94, 36); display: flex; padding:30px; flex-direction: column;}
.inews .n_box .n_l dl{margin-bottom:10px; border-bottom: 10px; border-bottom: 1px solid #F2F2F2;}
.inews .n_box .n_l dl dt{ font-size:16px; margin-bottom: 5px;}
.inews .n_box .n_l dl dt a{color:#333; text-decoration: none; transition: 0.5s ease all;}
.inews .n_box .n_l dl dt a:hover{color: rgb(233, 94, 36); padding-left:5px;}

.inews .n_box .n_l dl dd{font-size: 13px; color: #888; line-height: 24px;}
.inews .n_box .n_r{width:35%; margin-left: 5%; background:#FFF; border-top: 5px solid rgb(233, 94, 36); display: flex; padding:20px; flex-direction: column;}
.inews .n_box .n_r dl{width:100%; display: flex; flex-direction: row;}
.inews .n_box .n_r dl .time{width:60px; height: 60px; background: #F2F2F2; color: #666; padding:5px;}
.inews .n_box .n_r dl .time .d{font-size:18px;}
.inews .n_box .n_r dl .time .y-m{font-size:15px;}
.inews .n_box .n_r dl .nr{widht:calc(100% - 80px); margin-left: 20px;}
.inews .n_box .n_r dl .nr dt{font-size:16px; margin-bottom: 5px;}
.inews .n_box .n_r dl .nr dt a{color:#333; text-decoration: none; transition: 0.5s ease all;}
.inews .n_box .n_r dl .nr dt a:hover{color: rgb(233, 94, 36); padding-left:5px;}
.inews .n_box .n_r dl .nr dd{font-size: 13px; color: #888; line-height: 24px;}
.about_txt{padding:20px 0; font-size: 14px; color: #333; line-height: 28px;}
.newslist{padding:30px 0;}
.newslist dl{ padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #F4F4F4;}
.newslist dl img{width:200px; height: 150px; float: left; margin-right: 15px;}
.newslist dl dt{ font-size: 20px; margin-bottom: 15px;}
.newslist dl dt a{ color:#444; text-decoration: none; transition: 0.5s ease all;}
.newslist dl dt a:hover{color: #e95e24; padding-left: 5px;}
.newslist dl dd{ line-height: 30px; font-size: 14px; color: #888;}
.newslist dl .more{  margin-top: 15px;  }
.newslist dl .more a{ color: #999; font-size: 14px; transition:0.5s ease all; }
.newslist dl .more a:hover{ padding-left:10px;color: #e95e24;}

.newstxt{padding:10px; color: #333;}
.newstxt .tit{padding-bottom: 15px; font-size: 20px; border-bottom: 1px solid #F4F4F4; margin-bottom: 15px;}
.newstxt .ftit{padding-bottom:15px; font-size: 12px; color: #999; text-align: left;}
.newstxt .ftit span{padding:0 10px;}
.newstxt .detail{ line-height: 30px; font-size: 14px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #F4F4F4;}
.newstxt .fenye{ display: flex; margin-top: 20px; font-size: 14px;}
.newstxt .fenye .fybox{width:50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/*面包屑*/
.snav{ background:#f2f3f5; padding: 10px 0; font-size: 12px; color: #666; text-align: right;border-bottom: 1px solid #F0F0F0;}
.snav a{color:#666; text-decoration: none;}
.snav a:hover{ color: #e95e24;}
.snav i{margin-right:5px;}

.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
}
.mtel{display:none;}

.footer{background: #444444; padding:30px 0; font-size: 13px; color: rgb(175, 175, 175); line-height: 28px; text-align: center;}

@media (max-width:767px) {
	.container{width:100%;}
	.top{display: none;}
	.mob{display:block;}
	.mob img{width:60%;}
	.nav_bj{background:#fff;}
	.navbar-toggler{position:absolute; top: 15px; right: 0;}
	.nav-item a{text-align:center;}
	.services .s_list .s_box{width:48%;   padding:10px;}
	.abouttxt .a_l{width:100%; margin-bottom: 15px;}
	.abouttxt .a_r{width:100%;}
	.youshi .ystxt{margin-top:20px; display:flex; flex-flow:column;}
	.youshi .ystxt .ysbox{width:100%;}
	.inews .n_box{ display: flex; flex-direction: column;}
	.inews .n_box .n_l,.inews .n_box .n_r{width:100%; padding:10px; margin-bottom: 15px; margin-left: 0;}
	.newslist dl img{width:100%; height: auto; margin-bottom: 15px;}
	.mtel{width:50px; padding:10px 0; position: fixed; right:0; bottom: 10%; background: rgba(233, 94, 36, 0.9); text-align: center; border-radius: 15px 0 0 15px; display:block;}
	.mtel i{ color:#FFF; font-size: 28px;}
}