﻿:root{

    --blue:#0040bb;

}

*{

    margin:0;

    padding:0;

    box-sizing: border-box;

}

@font-face {

    font-family: 'bb3347';

    src: url(../images/bb3347.ttf);

}

img{

    border:none;
	max-width:100%;

}

ul,li,dl,dd,dt{

    list-style: none;

}

a,a:hover{

    text-decoration: none;

    color:#000;

}

.cl{

    clear: both;

}

.cbody,

.head{

    width:1240px;

    margin:0 auto;

}

.head{
	width:1300px;
	
    height:107px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.menu{
	
	flex:.9;

}

.menu ul{

    display:flex;

    justify-content: space-around;

    align-items: center;

}

.menu ul>li{

    flex:1;

    display: flex;

    justify-content: center;

    align-items: center;

    height:34px;

}

.menu ul>li.active{

    background: #093c8a;
	
	border-radius: 20px;

}
.menu ul>li.active a{
	color:#fff;
}

.menu ul>li>a{

    font-size:15px;

    color:#555555;

}

/* 轮播 */

#full-screen-slider {width:100%; height:582px;position:relative;}

#slides { display:block; width:100%; height:582px; list-style:none; padding:0; margin:0; position:relative}

#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}

#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}

#pagination { display:block; list-style:none; position:absolute; left:50%; bottom:30px; z-index:990;  padding:5px 15px 5px 0; margin:0;}

#pagination li { display:flex;justify-content: center;align-items: center; list-style:none;border-radius:50%;width:16px; height:16px; float:left; margin-left:15px;}

#pagination li a { display:block; width:6px; height:6px; padding:0; margin:0;border-radius:50%;text-indent:-9999px;background-color: #fff;}

#pagination li.current {border:1px solid #ffff;}

/* 产品中心 */

.probox{
	padding-bottom:20px;
    background: #f9f9f9;

}

.probox .cbody{

    display:flex;

    justify-content: space-between;

    padding-top:44px;

}

.probox-l{

    width:23%;
	
}
.category{
	background:#fff;
}
.category dt {
    height: 60px;
    line-height: 60px;
    background: #0577C2;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.category dd {
    border: #e5e5e5 1px solid;
    border-top: none;
}
.category dd ul li{
    position: relative;
}
.parent a span::before,
.category dd ul li ul li::before{
	content:'';
	width:8px;
	height:12px;
	background:url(../images/jiantou.jpg) no-repeat;
	position:absolute;
	top: 50%;
    left: 45px;
    transform: translateY(-50%);
}
.parent a span::before{
	left:30px;
}
.category dd ul li a {
    height: 45px;
    line-height: 45px;
    border-bottom: #e5e5e5 1px solid;
    padding-left: 44px;
    display: block;
    color: #666;
    position: relative;
	font-size:14px;
}
.category dd ul li.active a,
.category dd ul li a:hover {
    color: #0577C2;
}
.category dd ul li.active a::after,
.category dd ul li a:hover::after {
    content: '';
    width: 4px;
    height: 14px;
    background: #0577C2;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.category>dd>ul>li>span {
    width: 6px;
    font-size: 10px;
    color: #0577C2;
    margin-right: 10px;
    position: absolute;
    left: 22px;
    top: 16px;
}

.category dd ul li:last-child a {
    border-bottom: none;
}

.category dd ul li .subCategory{
    display: none;
}
.category dd ul li .subCategory li a {
    padding-left: 60px;
    position: relative;
}
.category dd ul li .subCategory li a span{
    width: 6px;
    font-size: 10px;
    color: #0577C2;
    margin-right: 10px;
    position: absolute;
    left: 46px;
    top: 0px;
}



/*  2021-12-10 之前样式
.probox-l dl{

    border-bottom: 1px solid #eeeeee;

    padding:10px 0;

}

.probox-l dl dt{

    height:42px;

    line-height:42px;

    padding-left:24px;

    position: relative;

    cursor: pointer;

}

.probox-l dl dt a{

    font-size:18px;

    color:#393939;

    text-transform:uppercase;

}

.probox-l dl.active dt a{

    color:var(--blue);

}

.probox-l dl dt::before{

    content:'·';

    font-size:50px;

    line-height:0;

    color:#666666;

    position: absolute;

    left:0px;

    top:50%;

}

.probox-l dl.active dt::before{

    color:var(--blue);

}

.probox-l dl dt::after{

    content:'';

    background: url(../images/probox-l.gif) no-repeat;

    height:7px;

    width:16px;

    position: absolute;

    right:5px;

    top:50%;

    transform: rotate(180deg);

}

.probox-l dl.active dt::after{

    transform: rotate(0deg);

}

.probox-l dl dd{

    padding-left:24px;

    height:36px;

    line-height:36px;

    display:none;

}

.probox-l dl.active dd{

    display:block;

}

.probox-l dl dd a{

    font-size:14px;

    color:#838383;

    text-transform:uppercase;

}

.probox-l dl.active dd a:hover,

.probox-l dl.active dd.active a{

    color:var(--blue);

}*/

.probox-r{

    flex:1;

    padding:0px 24px 0 24px;

}

.probox-r ul{

    display:flex;

    flex-wrap: wrap;

    justify-content: space-around;

}

.probox-r ul li{

    display:flex;

    flex-direction: column;

}

.probox-r ul li a:nth-child(1){

    width:290px;

    height:290px;

    overflow: hidden;

    background: #eeeeee;

    display: flex;

    justify-content: center;

    align-items: center;

}

.probox-r ul li a:nth-child(1) img{
	width:100%;
	height:100%;
	transition: all .5s;

}
.probox-r ul li a:nth-child(1):hover img{
	    transform: scale(1,1);
}

.probox-r ul li a:nth-child(2){

    font-size:18px;

    color:#393939;

    height:72px;

    width:100%;

    display:flex;

    justify-content: center;

    align-items: center;

}

/* 优势 */

.adva{

    height:auto;

    /*background: url(../images/adva_bg.jpg) repeat-x;*/
	
	line-height:0;

}
/*
.adva .cbody{

    display: flex;

    justify-content: center;

    align-items: center;

}

.adva-l{

    display: flex;

    flex-direction: column;

    justify-content:space-between;

    height:450px;

}

.adva-l ul{

    width:296px;

    text-align:right;

}

.adva-l ul li:nth-child(1){

    font-size:24px;

    color:#393939;

}

.adva-l ul li:nth-child(2){

    font-size:14px;

    color:#8a8a8a;

    line-height:22px;

    margin-top:15px;

}

.adva-r ul{

    text-align:left;

}

.adva-c{

    padding:0 16px;

}*/

/* 关于 */

.about{

    height:560px;

    background: url(../images/about_bg.jpg) no-repeat;

}

.about .tabox p,

.about .tabox a{

    color:#fff;

}

.about .cbody{

    background: #fff;

    margin-top:40px;

    display: flex;

    padding:40px;

}

.about-l {

    padding-right: 50px;
	width:80%;

}

.about-l a:nth-child(1){

    display:block;

    padding-bottom: 12px;

    border-bottom: 1px solid #eeeeee;

}

.about-l p{

    font-size:17px;

    color:#7b7b7b;

    line-height:30px;

    margin-top:8px;

    text-indent: 2rem;

}

.about-l a:last-child{

    width:115px;

    height:34px;

    border:1px solid var(--blue);

    margin:30px 0 0 10px;

    display:flex;

    justify-content: center;

    align-items: center;

    font-size:14px;

    color:var(--blue);

}

/* 案例 */

.case{


}

.case-body{

    position: relative;

    overflow: hidden;

    margin-top:44px;
	
	width:100%;

}

.case-body .swiper-slide a:last-child{

    display: flex;

    justify-content: center;

    align-items: center;

    height:56px;

    font-size:16px;

    color:#393939;
	
	width:100%;

}
.case-body .swiper-slide{
	padding:0 .5rem;
}

.next,

.prev{

    position: absolute;

    top:102px;

    cursor: pointer;
	z-index:999;

}

.next{

    left:13px;

}

.prev{

    right:17px;

    transform: rotate(180deg);

}

/* 新闻 */

.news{

    height:582px;

    background: #f9f9f9;

}

.news .cbody{

    display:flex;

    justify-content: space-between;

    margin-top:44px;

}

.news-l{

   position:relative;

}

.news-l p:first-child{

    width:360px;

    height:360px;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;
	
	border-radius:10px;

}

.news-l p:first-child img{

	width:100%;
	height:100%;

}

.news-l p:last-child{

    background:rgba(255, 255, 255, .6);

    width:360px;

    height:68px;

    overflow: hidden;

    padding:10px 0 0 20px;

    display: block;

    flex-direction: column;
	
	position:absolute;
	
	bottom:0;

}

.news-l p:last-child a{

    font-size:16px;

    color:#333333;

}

.news-l p:last-child span{

    font-size:13px;

    color:#939393;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

    width:320px;

    margin-top:10px;
	
	display:block;

}

.news-r{

    padding-left:30px;

    flex:1;

}

.news-r ul li{

    display: flex;

    justify-content: space-between;

    align-items: center;

    height:54px;

    border-bottom: 1px solid #e9e9e9;

    position: relative;

}

.news-r ul li:last-child{

    border:none;

}

.news-r ul li::before{

    content: '';

    width:8px;

    height:12px;

    background: url(../images/jiantou.jpg) no-repeat;

    position: absolute;

    top:50%;

    left:10px;
	
	transform: translateY(-50%);

}

.news-r ul li a{

    padding-left:30px;

    font-size:15px;

    color:#515050;

}

.news-r ul li span{

    font-size:14px;

    color:#555555;

}

/* 友情 */

.link{

    height:63px;

    background: #f9f9f9;

    line-height:60px;

}

.link .cbody{

    display: flex;

}

.link span{

    font-size:16px;

    color:#009ae9;

    position: relative;

    display:block;

    width:120px;

    text-align: center;

}

.link span::before{

    content:'';

    width:20px;

    height:20px;

    background: url(../images/link.png) no-repeat;

    position: absolute;

    top:50%;

    left:0px;

    transform: translateY(-50%) translateX(-50%);

}

.link span::after{

    content:'|';

    font-size:16px;

    color:#cfcfcf;

    line-height: 0;

    position: absolute;

    top:50%;

    right:0;

}

.link a{

    font-size:14px;

    color:#616161;

    margin:0 20px;

}

/* foot */

.foot{

    height:341px;

    background: url(../images/foot-bg.jpg) no-repeat;

}

.foot .cbody{

    display:flex;

    justify-content: space-between;

    color:rgba(173, 174, 180, .95);

}

.foot .cbody:nth-child(1){

    height:270px;

    padding:45px 0;

    justify-content: space-around;

}

.foot .cbody:nth-child(1)>a{

    display: flex;

    align-items: center;

}

.foot .cbody:nth-child(1) div{

    display:flex;

    flex-direction: column;

}

.foot-nav ul{

    width:200px;

    display: flex;

    flex-wrap: wrap;

}

.foot-nav ul li{

    margin-right:20px;

}

.foot .cbody:nth-child(1) div>a{

    font-size:16px;

    color:#fff;

    position: relative;

    padding: 10px 0;

    margin-bottom:20px;

}

.foot .cbody:nth-child(1) div>a::before{

    content: '';

    height:1px;

    width:36px;

    background: #61656b;

    position: absolute;

    left:0;

    bottom: 0;

}

.foot .cbody:nth-child(1) div ul li{

    height:26px;

    line-height:26px;

}

.foot .cbody:nth-child(1) div ul li a{

    font-size:14px;

    color:rgba(173, 174, 180, .95);

}

.foot .cbody:nth-child(1) div span{

    font-size:14px;

    color:#adaeb4;

    line-height:26px;
	
	width:280px;

}

.foot .cbody:nth-child(2){

    border-top: 1px solid #363e46;

    height:70px;

    align-items: center;

    padding:0 10px;

}

.foot .cbody:nth-child(2) p a,

.foot .cbody:nth-child(2) p{

    font-size:13px;

    color:rgba(255, 255, 255, .5);

}

.foot .cbody:nth-child(2) p span{

    font-size:12px;

    color:rgba(150, 150, 150, .85);

    display: block;

    margin-top:4px;

}

/* 单页 */

.page .cbody{

    display:flex;

    justify-content: space-between;

    padding:20px 0;
	
	align-items: flex-start;

}

/* 左侧 */
.side{
    display:flex;
    flex-direction: column;
}
.side-box{
    border:1px solid #e9e9e9;
    padding:10px;
    width:240px;
    border-radius: 5px;
}
.side-name{
    font-size: 20px;
    font-weight: bold;
    color: #585858;
    line-height: 18px;
    margin: 15px 0 0 15px;
    border-left: 4px solid #2486c3;
    height: 18px;
    padding-left: 10px;
}
.side-box dl dt{
    background: url(../images/pro_bg.png) no-repeat center;
    height: 36px;
    line-height: 36px;
    padding-left: 60px;
    margin:15px 0 5px 0;
}
.side-box dl dt a{
    color: #fff;
    font-size: 14px;
	text-transform:uppercase
}
.side-box dl dd{
    height: 30px;
    background: url(../images/ff.png) no-repeat 9px center;
    background-size: 3%;
    padding-left: 22px;
    border-bottom: 1px dashed #e1e1e1;
    width:180px;
    margin: 0 auto 10px auto;
	word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side-box dl dd a{
    font-size: 14px;
    color:#323232;
	text-transform:uppercase
}
.side-box dl dd.active a{
	color:#2486c3;
}
.tebox{
    margin-top:2rem;
    width:240px;
}
.tebox-name{
    width: 210px;
    margin-left: 10px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 8px;
}
.tebox-name span{
    font-size: 18px;
    color: #000;
    font-weight: normal;
    border-left: 5px solid #385791;
    height: 18px;
    line-height: 16px;
    padding-left: 5px;
    display: block;
}
.tebox-desc{
    font-size: 12px;
    color: #323232;
    line-height: 25px;
    margin-top: 15px;
    margin-left: 15px;
    background: url(../images/lx_bg.jpg) no-repeat center bottom;
    height: 256px;
}


.page .view{

    flex:1;

    border:1px solid #e9e9e9;

    min-height:300px;

    margin-left:20px;

}

.nav{

    height:46px;

    line-height:46px;

    border-bottom: 1px solid rgba(150, 150, 150, .2);

    padding:0 20px;

    display: flex;

    justify-content: space-between;

}

.nav,

.nav span,

.nav a{

    font-size:14px;

    color:rgb(85, 85, 85);

}

.nav-title h1,

.nav-title {

    font-size:16px;

    color:rgb(46, 46, 46);

    font-weight: bold;

}

.view-body{

    padding:20px ;

}

.view-body .news-r{

    padding:0;

}

/* 分页 */

.pagination{

    display: inline-block;

    padding-left: 0;

    margin: 20px 0;

    border-radius: 4px;

}

.pager{

    display: flex;

    justify-content: center;

    margin:1rem 0;

}

.pager li {

    display: inline;

}

.pager li span,

.pager li a

{

    margin:0 8px;

    border:none;

    color:var(--blue);

}

.pager li span,

.pagination > .active > span:focus , .pagination .page-item span{

    color: #9d9d9d !important;

}

.pagination > .disabled > span{

    background: white !important;

    color:#666666;

}

/* 上下篇 */

.view-tool{

    border-top:1px #e2e2e2 solid;

    text-align: left;

    padding:10px 15px 10px 0;



}

.view-tool ul li{

    color:#464646;

    height:30px;

    line-height:30px;

    margin:0px 20px 0px 20px;

    font-size:14px;

	overflow:hidden;

}

.view-tool ul li a{

    font-size:14px;

    color:#464646;

}

.view-title{

    text-align: center;

    font-size: 16px;

    font-weight: bold;

    margin-top: 20px;

    color: #000000;

}

/* 文字信息 */

.view-time{

    text-align: center;

    border-bottom: 1px solid #e0e0e0;

    margin:20px auto 10px auto;

    padding-bottom: 10px;

    color:#707070;

}

/* 产品列表页 */

.product-list ul li{

    float:left;

    width:30.3%;

    height:322px;

    margin:10px 1.5%;

}

.product-list ul li a:nth-child(1){

    width:100%;

    height:280px;

    overflow: hidden;

    display:flex;

    justify-content: center;

    align-items: center;

    background: rgba(222, 222, 222, .3);

}

.product-list ul li a:nth-child(1) img{

    height: 100%;
	height:100%;
	
    transition: all .5s;

}

.product-list ul li a:nth-child(1):hover img{
	transform: scale(1.1,1.1);
}

.product-list ul li a:nth-child(2){

    height:34px;
	
	text-align: center;
		
    display: block;
	
    line-height: 34px;

    font-size:14px;

    text-transform:uppercase;

    overflow: hidden;


}

.view-info{

    padding:1rem 0;
		
	font-size:16px;

}

.view-info img{

    max-width:100%;

}

/* 公用标题 */

.tabox{

    text-align: center;

    padding-top:70px;

}

.tabox a{

    font-size:30px;

    color:#393939;

}

.tabox p{

    font-size:14px;

    color:#8a8a8a;

    margin-top:10px;

}

.bar-page{

    width: 100%;

    height:360px;

    overflow: hidden;

    display:flex;

    justify-content: center;

    align-items: center;

}

/* 新闻页 */
.nebox ul li{
    display:flex;
    justify-content:space-between;
    border-bottom: 1px solid #ececec;
    padding:18px 10px;
}
.nebox ul li p:nth-child(1){
    width:260px;
    height:180px;
	overflow:hidden;
}
.nebox ul li p:nth-child(1) img{
    width:100%;
}
.nebox ul li p:nth-child(2){
    flex:1;
    padding-left:20px;
    display:flex;
    flex-direction: column;
}
.nebox ul li p:nth-child(2) a{
    font-size:16px;
    font-weight: bold;
    margin-top:10px;
}
.nebox ul li p:nth-child(2) span{
    margin-top:10px;
    font-size:14px;
    line-height:26px;
    color:#6d6d6d;
    height:104px;
    overflow: hidden;
}
.nebox ul li p:nth-child(2) .time{
    font-size:12px;
    display: flex;
    justify-content: flex-end;
    height:auto;
}












