@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: #162b40;
    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
}


.dropdown:hover .dropdown-menu {
    display: block;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}

#navBox{background:#162b40;}
.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; background:#F8F8F8;}
.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:28px; color: #333; font-weight: bold;}
.top-l .top-txt .t2{font-size:18px; color: #333; padding-top: 5px; font-weight: 300;}
.top-r .top-tel{padding-top:10px;}
.top-r .top-tel .top-tel-txt{font-size: 20px; margin-bottom: 5px;}
.top-r .top-tel .top-tel-sz{font-size:20px;color: #d8403f}
.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: 90px; border: 1px solid #162b40;}
.top-ewm .ewmtxt{width:22px;line-height: 14px; display: flex; align-items: center; background: #162b40; color: #FFF; font-size: 12px; text-align: center;}


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

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

.is-nav{ margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center;}
.is-nav li{padding:0; margin: 0; list-style: none;}
.is-nav li a{padding: 0 20px; 
    font-size: 16px;
    line-height: 3;
	color: #333;
    border: 1px solid #efefef;
    display: inline-block; background: #F8F8F8;}
.is-nav li a:hover{background:#162b40; color: #fff;}
.is-nav li+li a {
    border-left-color: transparent;
}
.is-nav li:first-child a {
    border-radius: 30px 0 0 30px;
}
.is-nav li:last-child a {
    border-radius: 0 30px 30px 0;
}
.is-list{margin-top:30px; display: flex; flex-wrap: wrap;}
.is-list .is-box{width:25%; padding:15px;}
.is-list .is-box .pic{ overflow: hidden;}
.is-list .is-box .pic img{width:100%; transition:0.5s ease all;}
.is-list .is-box .tit{font-size: 16px; text-align: center;}
.is-list .is-box .tit a{color:#333; display:block;  padding:10px 0; transition:0.5s ease all; background: #f2f2f2;}
.is-list .is-box:hover .tit a{background:#162b40; color: #FFF;}
.is-list .is-box:hover .pic img{transform:scale(1.1);}
.more{margin-top:20px; text-align: center;}
.more a{padding:15px 50px; border-radius: 50px; background: #F8F8F8; color: #444; border: 1px solid #EEE;}
.more a:hover{background:#162b40; color: #FFF;}
.i-why{background:#f3f8ff}
.gy-tit{font-size:28px; text-align: center; font-size: #333; font-weight: bold}
.gy-tit span{color: #162b40;padding: 0px 5px;}
.gy-ftit{font-size:20px; color: #666; text-align: center; padding-top: 15px;}
.gy-list{padding-top:50px;}
.gy-list .gy-box{width:32%; border-radius: 25px 0 25px 0; background: #FFF; padding: 20px; transition: 0.5s ease all;}
.gy-list .gy-box:hover{transform: translate3d(0,-10px,0);}
.gy-list .gy-box .gy-sz{font-size:66.5px; text-align: center; color: #162b40; font-weight: bold; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.gy-list .gy-box .gy-bt{text-align:center; font-size: 22px; color: #333; margin-bottom: 15px;}
.gy-list .gy-box .gy-txt{line-height: 1.8; font-size: 15px; color: #333; margin-bottom: 15px;  min-height:82px; text-align: center;}
.gy-list .gy-box .gy-pic img{width:100%;}
.caselist{ }
.caselist .case-lm{width:100%; height: 40px; border-bottom: solid 1px #ddd;  }
.caselist .case-tit{font-size:20px; color: #666; border-bottom: solid 1px #000;}
.caselist .case-ftit{font-size: 12px; color: #666; padding:10px 0 0 10px;}
.case-box{padding-top:30px;}
.case-box .case-item{border:1px solid #eee; padding:10px;}
.case-box .case-item-pic{ overflow: hidden;}
.case-box .case-item-pic img{width:100%; height: auto; transition:0.5s ease all;}
.case-box .case-item:hover .case-item-pic img{transform:scale(1.1)}
.case-box .case-item-tit {
    width: 86%;
    margin: -15px auto 0;
    border-radius: 5px;
    background: #FFF;
    font-size: 14px;
	padding:10px 0;
    color: #333;
    text-align: center;
    position: relative;
    z-index: 999;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.ban-bl {
    background-color: rgba(0,0,0,0.7)!important;
}


.in_about{padding:0; display: flex; flex-flow: wrap; margin-bottom: 20px;}
.pt100{padding-top:100px;}
.in_about .d_w55{width:55%;}
.in_about .d_w40{width:40%;}
.in_about .d_ml5{margin-left: 5%;}
.in_about .a_txt{ color: rgb(89, 110, 128); font-size: 16px; line-height: 2; text-align: justify;}
.in_about .a_txt p{text-indent: 2rem;}
.in_about .a_txt h4 {
    font-size: 22px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    position: relative;
    color: #444;
}
.in_about .a_txt h4::after {
    width: 50px;
    height: 4px;
    border-radius: 5px;
    background: #162b40;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.in_about .a_img{position: relative;}
.in_about .a_img img{width:100%; height: auto; border-radius: 20px 0 20px 0; }
.in_about .a_img::after{position: absolute; left: -10px; bottom: -10px; width:40%; height: 60%; content: ""; background: #162b40; z-index: -1;}





.youshi{background:#f8f8f8; }
.ys-tit{ font-size:36px; color: #000; margin-bottom: 10px; font-weight: bold}
.ys-ftit{font-size:16px; color: #cdcdcd;}
.youshi .ys-box{padding-top:20px;}
.youshi .ys-box .ys-item{width:24%; background-color:rgba(255,255,255,0.7); padding:60px 25px; text-align: center; border-radius: 10px;}
.youshi .ys-box .ys-item .ys-pic{margin-bottom: 30px; width:100%;}
.youshi .ys-box .ys-item .ys-pic img{width:30%; }
.youshi .ys-box .ys-item .ys-pic i{font-size:2.8rem; color: #162b40;}
.youshi .ys-box .ys-item .ys-txt{width:100%;}
.youshi .ys-box .ys-item .ys-t1{ color: #333333; font-size: 24px; font-weight: bold; margin-bottom: 10px;}
.youshi .ys-box .ys-item .ys-t2{ color: #666666; font-size: 16px;}

.hot-pro{background:#f8f8f8;}
.hotbox{border:1px solid #EEE; padding:10px; background: #FFF; margin-top: 30px;}
.hotbox .hot-pic{overflow: hidden;}
.hotbox .hot-pic img{transition:0.5s ease all; width: 100%;}
.hotbox:hover .hot-pic img{transform: scale(1.05);}
.hotbox:hover{border:1px solid #ddd;}
.hotbox a{color:#333;}
.hotbox .hot-tit{font-size:20px; padding:10px;}
.hotbox .hot-ftit span{ color: #bf272c; font-size: 16px;}
.hotbox .hot-ftit{ padding:0 10px 10px; font-size: 14px; color: #666;}
.hotbox .hot-cs{padding:0 10px 10px; font-size: 12px; color: #666;}
.hotbox .hot-cs span{color:#333;}
.zc-box{background:#F8F8F8;}
.zcbox{ margin-bottom: 40px;}
.zcbox .zc-title{ margin-bottom:10px; border-bottom: 1px solid #EEE; padding-bottom:5px; position: relative;}
.zcbox .zc-title::after{bottom:0; width:8%; background: #bf272c; content: ""; left: 0; position: absolute; z-index: 9; height: 1px;}
.zcbox .zc-title .zc-name{color:#333; font-size: 24px; padding-bottom: 10px;}
.zcbox .zc-title .zc-name span{color:#666;  font-size: 18px; padding-left: 10px;}
.zcbox .zc-title .zc-more a{ color:#333;}
.zcbox .zc-title .zc-more a:hover{ color: #162b40;}
.zcbox .zc-list{ padding:10px 0;}
.zcbox .zc-list .zc-item{width:calc(25% - 20px); border:1px solid #F4F4F4; padding: 5px 10px; transition:0.5s ease all; margin: 10px; background: #FFF;}
.zcbox .zc-list .zc-item a{ color:#333;}
.zcbox .zc-list .zc-item .zc-pic{overflow: hidden;}
.zcbox .zc-list .zc-item .zc-pic img{width:100%; overflow: hidden; transition:0.5s ease all;}
.zcbox .zc-list .zc-item .zc-tit{font-size:20px; padding:10px;}
.zcbox .zc-list .zc-item .zc-ftit span{ color: #bf272c; font-size: 16px;}
.zcbox .zc-list .zc-item .zc-ftit{ padding:0 10px 10px; font-size: 14px; color: #666;}
.zcbox .zc-list .zc-item .zc-cs{padding:0 10px 10px; font-size: 14px; color: #666;}
.zcbox .zc-list .zc-item .zc-cs span{color:#333;}
.zcbox .zc-list .zc-item:hover .zc-pic img{transform:scale(1.05);}
.zcbox .zc-list .zc-item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);}

/*首页关于我们*/
.iabout-img{width:48%;}
.iabout-box{width:48%;}
.iabout-box .iabout-tit{font-size:2.2rem; font-weight: bold; margin-bottom: 20px;}
.iabout-box .iabout-txt{line-height:2; text-indent: 2rem;}
.iabout-img img{width:100%; border-radius: 15px;}
.about-szlist{ padding: 20px 0;}
.about-szbox{width:33%; border-right: 1px solid #F0F0F0; text-align: center;}
.about-szbox:last-child{border-right:none;}
.about-szbox-tit{font-size:2.5rem; font-weight: bold; position: relative;}
.about-szbox-tit span{color: #666; font-size: 16px; position: absolute; top: 5px; padding-left: 5px;}
.about-szbox-txt{font-size:18px; color: #444;}
.about-more{ margin-top: 20px; text-align: right;  display: flex; width: 100%; justify-content: flex-end;}
.about-more a{color:#333; border:1px solid #141414; padding:10px 35px; transition:0.5s ease all;}
.about-more a:hover{padding:10px 45px 10px 25px;  color: #162b40; border:1px solid #162b40;}

.pagelist{text-align:center; margin-top: 30px;}

.in-about{background: #f3f8ff; }
.about-box{ background: #FFF; border-radius: 10px; padding: 20px;  flex-direction: row-reverse}
.about-box .about-l{border-right: 1px solid #EEE; width:25%; padding: 0 20px;}
.about-box .about-l .about-item{ margin-bottom:20px; padding: 20px; position: relative; color: #444;}
.about-box .about-l .about-item::after{content: ""; z-index: 9; position: absolute; width:100%; height: 1px; background: #EEE; left: 0; bottom: 0;}
.about-box .about-l .about-item::before{content: ""; z-index: 10; position: absolute; width:22%; height: 1px; background: #e52f22; left: 0; bottom: 0; transition: 0.5s ease all;}
.about-box .about-l .about-item:hover::before{width:100%;}
.about-box .about-l .about-item:hover{ color:#e52f22; }
.about-box .about-l .about-item .about-t1{font-size:18px; font-weight: bold;  margin-bottom: 20px;}
.about-box .about-l .about-item .about-t2{ font-size: 2.5rem; position: relative;}
.about-box .about-l .about-item .about-t2 span {
    font-size: 16px;
    position: absolute;
    top: 5px;
    padding-left: 5px;
}
.about-box .about-r{ width:75%; padding:10px 30px;}
.about-box .about-r .about-lm{font-size:24px; color: #333; margin-bottom: 20px;}
.about-box .about-r .about-txt{ font-size: 16px; color: #666; line-height: 1.8; text-align: justify;}

.gs-pic-box{width:30%; margin-bottom:25px;}
.gs-pic-box a{cursor: pointer}
.gs-pic-box .gs-pic{overflow: hidden; border-radius: 10px;}
.gs-pic-box .gs-pic img{width:100%;height: auto; transition: 0.5s ease all; border-radius: 10px;}
.gs-pic-box .gs-pic img:hover{ transform:scale(1.1)}
.gs-pic-box .gs-tit{ text-align:center; font-size: 18px; padding:10px;}


.pro-list{background:#f3f8ff; padding:60px 0;}
.pro-list .pro-box{padding:20px; background: #FFF; border-radius: 10px; flex-direction: row-reverse;}
.pro-list .pro-list-l{width:22%; border-right: 1px solid #F0F0F0; padding:20px;}


.pro-list .pro-list-l .pro-lm .pro-tit{font-size:22px; color: #333; position: relative; margin-bottom: 40px;}
.pro-list .pro-list-l .pro-lm .pro-tit::after{position: absolute; left: 0; bottom: -10px; width: 100%; height: 1px; background: #F5F5F5; content: ""; z-index: 9;}
.pro-list .pro-list-l .pro-lm .pro-tit::before{position:absolute; left: 0; bottom: -10px; width: 22%; height: 2px; content: ""; background: #162b40; z-index: 10; transition:0.5s ease all;}
.pro-list .pro-list-l .pro-lm .pro-tit:hover::before{width:100%;}
.pro-list .pro-list-l .pro-lm .pro-tit span{color:#F0F0F0; padding: 0 10px; font-size: 18px;}
.pro-list .pro-list-l .pro-lm .pro-item{  font-size: 18px; border-bottom: 1px solid #eee; margin-bottom: 10PX;}
.pro-list .pro-list-l .pro-lm .pro-item a{ color:#FFF; padding: 15px 10px; display: block;  transition: 0.5s ease all; background: #162b40;}
.pro-list .pro-list-l .pro-lm .pro-item a:hover{padding-left: 15px; color: #FFF; background: #141414;}
.pro-list .pro-list-l .pro-lm .active a{ color: #FFF; background: #141414;}
.pro-list .pro-list-l .zixun{ margin-top:30px; margin-bottom: 20px; position: sticky; top: 80px; z-index: 9;}
.pro-list .pro-list-l .zixun .zx-tit{font-size:22px; color: #333; margin-bottom: 10px;}
.pro-list .pro-list-l .zixun .zx-ewm img{width:80%;}
.pro-list .pro-list-l .zixun .zx-ftit{font-size:14px; color: #666; padding:10px 0;}
.pro-list .pro-list-l .zixun .tel{ margin-top: 20px; margin-bottom: 20px; }
.pro-list .pro-list-l .zixun .tel .ico{width:18%;}
.pro-list .pro-list-l .zixun .tel .ico img{width:100%; height: auto;}
.pro-list .pro-list-l .zixun .tel .tel-txt{width:80%;}
.pro-list .pro-list-l .zixun .tel .tel-txt .tel-txt-tit{font-size:16px; color: #666; font-size: 20px; margin-bottom: 15px;}
.pro-list .pro-list-l .zixun .tel .tel-txt .tel-txt-dh{ font-size: 22px; color: #d8403f; margin-bottom: 10px;}
.pro-list .pro-list-l .zixun .tel .tel-txt .tel-txt-dh i{padding-right:10px;}
.pro-list .pro-list-l .zixun .zx-btn{ margin-top: 20px;}
.pro-list .pro-list-l .zixun .zx-btn .online{width:45%;}
.pro-list .pro-list-l .zixun .zx-btn .online a{font-size:16px; color: #FFF; background: #162b40; display: block; padding: 5px 0px; border-radius: 5px; text-align: center;}
.pro-list .pro-list-l .zixun .zx-btn .red a{ background: #e52f22;}
.w50{width:50%;}

.pro-list .pro-list-r{width:78%; padding:20px 30px;}
.pro-list .pro-list-r .pp-lm{font-size:24px; color: #333; margin-bottom: 20px; border-bottom: 1px solid #EEE;  padding-bottom: 10px;}
.pro-list .pro-list-r .pp-txt{ font-size: 16px; color: #666; line-height: 1.8; text-align: justify;}
.pro-list .pro-smtxt .pro-pic{width:40%; border-radius: 10px;}
.pro-list .pro-smtxt .pro-pic img{width:100%;height: auto; border-radius: 10px;  border: 1PX solid #f4f4f4;}
.pro-list .pro-smtxt .pro-txt{width:55%;}
.pro-list .pro-smtxt .pro-txt .pro-txt-tit{font-size: 20px; color: #333; border-bottom: 1px solid #F2F2F2; padding-bottom: 15px; margin-bottom: 5px;}
.pro-list .pro-smtxt .pro-txt .pro-txt-smtext{ padding:10px 0; line-height: 1.8; font-size: 16px; color: #333;}
.pro-list .pro-smtxt .pro-txt .pro-txt-td{padding:10px 0;}
.pro-list .pro-smtxt .pro-txt .pro-txt-td .td-item{margin-right:10px;}
.pro-list .pro-smtxt .pro-txt .pro-txt-td .td-item a{padding:8px 15px; background: #295e92; color: #FFF; border-radius: 5PX;}
.pro-list .pro-smtxt .pro-txt .pro-txt-td .td-item a:hover{background:#162b40}
.pro-list .pro-smtxt .pro-txt .pro-lx{ padding-top: 20px;}
.pro-list .pro-smtxt .pro-txt .pro-lx .l-l{width:65%;}
.pro-list .pro-smtxt .pro-txt .pro-lx .l-l .l-l-ico{width:15%;}
.pro-list .pro-smtxt .pro-txt .pro-lx .l-l .l-l-txt{width:85%;}
.pro-list .pro-smtxt .pro-txt .pro-lx .l-l .l-l-box{width:100%;}
.pro-list .pro-smtxt .pro-txt .pro-lx .l-l .l-l-txt .l-l-dh{font-size:28px; margin-top: 2px; color: #162b40;}
.pro-list .pro-smtxt .pro-txt .pro-lx .l-r{width:35%; text-align: center;}
.pro-list .pro-smtxt .pro-txt .pro-lx .l-r img{width:80%;}
.pro-list .pro-smtxt .pro-txt .pro-lx .l-r p{ text-align: center; font-size: 14px; margin-top: 5px;}
.pro-list .pro-detail{padding:20px 0; line-height: 1.8;}

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


.casetxt-tit{ text-align: center; font-size: 18px; margin-bottom: 20px;}
.casetxt-box{font-size:16px; line-height: 1.8; color: #333; margin-bottom: 20px;}

/*新闻资讯*/
.newsbox{background:#f3f8ff; padding:15px;}
.newslist{display:flex;  flex-flow: wrap; background: #FFF;}
.newslist .news-box{padding: 15px 0; width:100%; margin-bottom: 10px; border-bottom: 1px solid #F0F0F0; display: flex; justify-content: space-between; flex-flow: wrap;}

.newslist .news-box .news-pic{width:24%;}
.newslist .news-box .news-pic img{max-width:100%; height: auto;}
.newslist .news-box .news-txt{width:74%;}
.newslist .news-box .news-txt .title{font-size: 20px; color: #000; margin-bottom: 15px; margin-top: 8px;}
.newslist .news-box .news-txt .title a{ color:#333; transition: 0.5s ease all;}
.newslist .news-box .news-txt .title a:hover{ color: #162b40; padding-left: 10px;}
.newslist .news-box .news-txt .time{ font-size: 14px; color: #999; margin-bottom: 15px;}
.newslist .news-box .news-txt .time i{margin-right: 5px;}
.newslist .news-box .news-txt .smtext{ font-size: 14px; color:#666; line-height: 1.8; margin-bottom: 25px;}
.newslist .news-box .news-txt .ck{width:150px; text-align: center; }
.newslist .news-box .news-txt .ck a{padding:10px 0; border: 1px solid #DDD; color: #333; display: block;}
.newslist .news-box .news-txt .ck a:hover{ background: #162b40 color: #FFF;}
.newstxt{padding:20px; background: #FFF;}
.newstxt .title{font-size:32px; color: #000000; text-align: center; margin-bottom: 15px;}
.newstxt .ftitle{ text-align:center; color: #666;}
.newstxt .ftitle span{padding-right:10px; margin-right: 10px; border-right: 1px solid #ddd; color: #162b40;}
.newstxt .pagetxt{padding-top:25px; font-size: 16px; color: #262626; line-height: 1.8;}
.newstxt .fy{border:1px solid #f0f0f0; display: flex; flex-flow: wrap; margin-top: 30px;}
.newstxt .fy a{color:#333;}
.newstxt .fy a:hover{color: #162b40;}
.newstxt .fy a i{padding:0 5px;}
.newstxt .fy .fy-l{width:50%; border-right: 1px solid #f0f0f0; padding:10px; transition: 0.5s ease all;}
.newstxt .fy .fy-l:hover{padding-left:20px;}
.newstxt .fy .fy-r{width:50%; padding:15px; text-align: right; padding:10px; transition: 0.5s ease all;}
.newstxt .fy .fy-r:hover{padding-right:20px;}
.ibanner img{width:100%; height: auto;}
.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:#162b40; content: ""; }
.bread .name{font-size:24px;}
.snav{font-size:13px;  padding-top: 10px; color:#666;}
.snav a{color:#1e3c72;}
.snav a:hover{ color: #162b40;}
.snav span{padding:0 5px; color: #999;}
.snav i{padding-right:5px;}

/*联系我们*/
.contact{display: flex; flex-wrap: wrap;}
.contact .c_l{width:50%; padding:40px; position: relative;}
.contact .c_l .tit{color:#000; font-size: 32px; margin-bottom: 10px;}
.contact .c_l .ftit{font-size: 18px; color: #888; border-bottom: 1px solid #F2F2F2; margin-bottom: 20px; padding-bottom: 30px;}
.contact .c_l .name{font-size:22px; color: #25384f; margin-bottom: 20px;}
.contact .c_l .tx{font-size:18px; color: #444; margin-bottom: 10px;}
.contact .c_l .red{ color: #FF0004; font-size: 28px}
.contact .c_l .ewm{ position:absolute; right:10%; top:40%;}
.contact .c_l .ewm dt{text-align: center; padding:10px; font-size: 16px;}
.contact .c_l .ewm img{width:150px; height: auto;}

.contact .c_r{width:50%;}
.icase-item{width:calc(33.3333% - 20px); transition: 0.5s ease all; margin:10px;}
.icase-item:hover{transform: translate3d(0,-5px,0); box-shadow: 0 15px 30px rgba(0,0,0,.1);}
.icase-item a{color:#333;}
.icase-item .icase-item-pic{overflow: hidden;}
.icase-item .icase-item-pic img{width:100%; height: auto; transition: 0.5s ease all;}
.icase-item .icase-item-pic img:hover{transform:scale(1.1);}
.icase-item .icase-item-tit{ text-align:center; padding: 10px; font-size: 18px; background: #F5F5F5;}
.icase-item a:hover{color: #162b40;}

.footer{padding:50px 0; background: #212d3a;}
.footer .f-box{width: 25%;}
.footer .f-box .f-tit{font-size:20px; color: #e8e8e9; font-weight: bold; margin-bottom: 15px;}
.footer .f-box .f-dh{font-size:16px; color: #b0bec5; margin-bottom: 8px;}
.footer .f-box .f-dh i{padding-right:10px;}
.footer .f-box .f-list .f-nav{padding:5px 0; font-size: 15px;}
.footer .f-box .f-list .f-nav a{color:#b0bec5;}
.footer .f-box .f-list .f-nav a:hover{ color:#FFF;}	
.footer .f-box .ewm .ewm-pic img{width:120px;}
.footer .f-box .ewm .ewm-tit{ padding-top:10px; font-size: 14px; color: #bbbbbc;}

.copyright{ padding:20px; font-size: 14px; text-align: center; background: #212d3a; color: #b0bec5; border-top: 1px solid rgba(255,255,255,0.1)}
.copyright a{ color:#b0bec5;}
.copyright a:hover{ color:#FFF;}


.incase{ margin-bottom:20px; width:100%;}
.incase .incase-pic{width:30%;}
.incase .incase-pic img{width:100%; height:auto;
}
.incase .incase-txt{width:70%; padding:10px 20px;}
.incase .incase-tit{font-size:18px; margin-bottom:10px;}
.incase .incase-tit a{color:#333;}
.incase .incase-smtext{font-size:14px; line-height:1.8; color:#666; margin-bottom:15px;}
.incase .incase-lm{}
.incase .incase-lm span{border-radius:5px; padding:5px 15px; font-size:14px; color:#666; border:1px solid #DDD;}
.fenye{border-top: 1px solid #E5E5E5;}
.fenye ul{overflow: hidden;margin-top: 28px; padding: 0;}
.fenye ul li{float: left;width: 45%;overflow: hidden;font-size: 18px;color:#333333;height: 30px;line-height: 30px;font-size: 16px;color:#333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.fenye ul li:nth-child(2){float: right;}
.fenye ul li a{color:#666;}


.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: #162b40;
    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: #141414;
    background-color: #eee;
    border-color: #ddd
}
.footfix{display:none;}
.table{margin:1em auto 0 auto; border-collapse:collapse; cellspacing:0; cellpadding:0; text-align:center; width:100%; clear:both;}
.table tr:first-child{font-size:14px;background:#f8f8f8;}
.table td{padding:10px; text-align:center; border:1px solid #E8E8E8;}
.tbj{background:#f3f8ff;}
.footfix{display:none;}
#owl1 .owl-dots{ display:none;}

.pro-zx{margin-top:10px;}
.pro-zx .zx-item{ margin-right:10px;}
.pro-zx .zx-item a{display:block; color:#FFF; background:#d23b2a; font-size:16px; padding:10px 20px;}
.pro-zx .zx-item a:hover{ background:#ff1a00}



.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/arrow.svg") left center no-repeat ; background-position: left 10px center; border-bottom:1px solid #EEE;}
.pro-xl .down a{color:#333; display:block; padding: 15px 15px 15px 30px; font-weight:normal; font-size:18px;}
.pro-xl .up{background: url("../images/title-arrow.svg") left center no-repeat ; background-position: left 10px center; color:#d23b2a!important; }
.pro-xl .up a{color:#d23b2a!important;}
.pro-xl dd{display: none; padding:10px 0; margin:0;  background:#F9F9F9;}
.pro-xl dd  ul{padding:0 20px; margin: 0;}
.pro-xl dd  ul li{font-size:16px; color: #333; line-height: 40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pro-xl dd  ul li a{color:#000; font-size:16px; text-decoration: none; padding-left:0; transition:0.5s ease all; }
.pro-xl dd  ul li .active{color: #9a221a; font-weight:bold;}
.pro-xl dd  ul li a:hover{color: #9a221a; padding-left:5px;}
.pro-xl .single{ padding: 15px; margin-top: 10px; background: #F1F1F1;}
.pro-xl .single .cur{ color: #d23b2a; font-weight: bold;}
.pro-xl .single a{ display:block; color: #333; text-decoration: none; font-weight: normal;}


@media (max-width:767px) {
	.mob{display:block;}
	.pc{display:none;}
	.container{width:100%!important;}
	.navbar-brand img {height: 45px;}
	#navBox {background: #FFF;}
	.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{ color: #162b40!important; background: #FFF!important;}
	.nav-link:focus, .nav-link:hover{color: #162b40!important; background: #FFF!important;}
	.nav-link{color:#333!important;}
	.zcbox .zc-list .zc-item{width:100%; margin:5px 0;}
	.footer .f-box{width:50%; margin-bottom: 20px;}
	.huiwu .hw-item{width:100%;}
	.huiwu .hw-item .hw-txt .hw-tit{font-size:20px; }
	.huiwu .hw-item .hw-txt .hw-tit span{font-size:14px;}
	.huiwu .hw-item .hw-txt .hw-smtext{font-size:14px;}
	.pro-list .pro-list-l{width:100%; padding:5px;}
	.pro-list .pro-list-r{width:100%; padding:5px;}
	.pro-list .pro-box{padding:5px;}
	.pd60-0{padding:30px 0;}
	.pd60-0-20{padding:40px 0 10px;}
	.pro-list{padding:30px 0;}
	.pro-list .pro-smtxt .pro-pic{width:100%; margin-bottom: 20px;}
	.pro-list .pro-smtxt .pro-txt{width:100%;}
	.pro-list .pro-smtxt .pro-txt .pro-lx .l-l{width:100%;}
	.pro-list .pro-smtxt .pro-txt .pro-lx .l-r{width:100%;}
	.pro-list .pro-smtxt .pro-txt .pro-lx .l-l .l-l-txt .l-l-dh{font-size:24px;}
	.pro-list .tj-item{width:calc(50% - 10px); margin: 5px;}
	.zcbox .zc-title .zc-name span{display:none;}
	.youshi .ys-box .ys-item{width:100%; margin-bottom: 20px; padding:20px;}
	.youshi .ys-box .ys-item .ys-pic{width:35%; margin-bottom:0; display:flex; justify-content: center; align-items: center;}
	.youshi .ys-box .ys-item .ys-pic img{width:50%;}
	.youshi .ys-box .ys-item{text-align:left;}
	.youshi .ys-box .ys-item .ys-t1{font-size:18px;}
	.youshi .ys-box .ys-item .ys-t2{font-size:14px;}
	.youshi .ys-box .ys-item .ys-txt{width:65%; }
	.ys-tit{font-size:26px; margin-bottom: 0px;}
	.iabout-img{width:100%; margin-bottom: 20px;}
	.iabout-box{width:100%;}
	.iabout-box .iabout-tit{font-size: 1.4rem;}
	.iabout-box .iabout-txt{font-size:14px;}
	.about-szbox-tit{font-size:1.8rem;}
	.about-szbox-txt{font-size:16px;}
	.about-szbox{border-right: none;}
	.about-box{ padding: 0;}
	.about-box .about-r{width:100%; padding:10px 0;}
	.about-box .about-l{width:100%; border-right:none; display: flex; padding:0; justify-content: space-between;}
	.about-box .about-l .about-item .about-t1{font-size:18px; font-weight: normal;}
	.about-box .about-l .about-item{width:33%; padding:20px 5px;}
	.about-box .about-l .about-item .about-t2{font-size:1.8rem;}
	.in-about{padding:30px 0;}
	.copyright{ margin-bottom:40px;}
	.footfix{display:block;  position: fixed; bottom: 0; left: 0; width:100%;  background:#bf272c; z-index: 99999;}
	.fixbox{width:50%; display: flex; justify-content: center; padding:15px 0; border-right: 1px solid #FFF;}
	.fixbox a{ color: #FFF; font-size: 20px;}
	.fixbox a i{padding-right:10px;}
	.nav-link{font-size:20px!important; padding: 12px 0!important;}
	#owl1 .owl-dots{ display:block;}
	#owl1 .owl-dots .owl-dot span{background:#bf272c}
	.snav{display:none;}
	.bread .name{font-size:18px;}
		.footfix{ width:100%; position: fixed; bottom: -1px; background: #FFF; box-shadow: 10px 7px 15px 4px rgba(0,0,0,.13); z-index: 999999; display:block;}
.footfix ul{padding:8px 0 5px; margin: 0; display: flex;}
.footfix ul li{width:25%;  text-align: center;}
.footfix ul li i{font-size:22px; color:#162b40;}
.footfix ul li p{width:100%; text-align: center; margin: 5px 0 0; padding:0; font-size: 13px; color: #666;}
	.contact .c_l{width:100%; padding: 0;}
	.contact .c_r{width:100%; height: 260px;}
	.in_about .d_w55{width:100%;}
	.in_about .d_w40{width:100%;}
	.is-nav li a{padding:0 15px; font-size: 14px;}
	.headline .ftit{font-size:1rem;}
	.headline .tit{font-size:1.6rem}
	.gy-list .gy-box{width:100%; margin-bottom: 20px; border-radius: 10px;}
	.gs-pic-box{width:100%; margin-bottom: 15px;}
	.icase-item{width:100%;  margin-bottom:20px;}
	.is-list .is-box{width:50%; padding:5px;}
	.is-nav li:first-child a {
    border-radius: 0;
}
.is-nav li:last-child a {
    border-radius:0;
}
}