@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('../fonts/font-awesome/css/font-awesome.min.css');


/*banner*/
.banner .swiper-pagination-bullet{
	width: 35px;
	height: 6px;
	border-radius: 0;	
	background-color: #fff;
	opacity: .8;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main);
}


/*关于我们*/
.syAbout .main{
	padding: 35px 20px;
	border:1px solid #f1f2f3;
	border-radius: 15px;
}
.commonTit{
	font-size: 18px;
	margin-bottom: 15px;
}

.commonTit span{
	display: inline-block;
	font-weight: bolder;
	color: var(--primary);
}

.commonTit font{
	display: inline-block;
	color: #999;
	font-weight: lighter;
}

.aboutMid .des{
	margin-bottom: 15px;
}

.aboutMid .des p{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}

.more a{
	display: inline-block;
	padding: 5px 45px;
	background-color: var(--primary);
	transition: all .4s ease;
}

.more a svg{
	width: 30px;
}

.more a:hover{
	background-color: var(--main);
}

.aboutRight .item a{
	display: block;
	border-radius: 15px;
	overflow: hidden;
}

.aboutRight .item:nth-child(2){
	margin-top: 15px;
}

.aboutRight .item:hover .div-img img{
	transform: scale(1.05);
}

.proLists .swiper{
	padding-bottom: 55px;
}

.proLists .swiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.syProduct{
	background-color: rgba(248, 248, 248, 1);
}

.commonTit2{
	margin-bottom: 25px;
}

.commonTit2 span{
	display: inline-block;
	font-size: 24px;
	color: var(--primary);
	font-weight: bolder;
}

.commonTit2 font{
	display: inline-block;
	color: #A8A8A8;
	font-weight: lighter;
}

.commonTit2 p{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.proLists a.item{
	display: block;
	border:1px solid #e7e5e5;
	background-color: #fff;
	margin-bottom: 25px;
}

.proLists a.item .div-text{
	padding: 15px 0;
}

.proLists a.item .div-text p{
	color: #333;
	font-weight: bolder;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.proLists a.item:hover .div-img img{
	transform: scale(1.05);
}

.proLists a.item:hover .div-text p{
	color: var(--primary);
}

.commonTit3{
	margin-bottom: 25px;
}

.commonTit3 p.p1{
	font-size: 24px;
    color: var(--primary);
    font-weight: bolder;
}

.commonTit3 p.p2{
	color: #A8A8A8;
    margin-top: 10px;
}

.gx span{
	display: inline-block;
	border-top:1px solid var(--primary);
	width: 350px;
	margin-top: 23px;
}

.gx span i{
	display: inline-block;
	background-color: #fff;
	width: 100px;
	transform: translateY(-12px);
}

.gx span i svg{
	display: inline-block;
	width: 24px;
	height: 24px;
	fill: var(--primary);
}

.newsList .item a{
	display: block;
	padding: 15px;
	border:1px solid #f0f0f0;
	background-color: #fff;
	color: #000;
}

.newsList .item p.tit{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.newsList .item p.des{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: rgba(102,102,102,1);
	margin-bottom: 15px;
	line-height: 1.8;
}

.newsList .item .time{
	color: #969696;
    font-size: 12px;
}

.newsList .item:hover .div-img img{
	transform: scale(1.05);
}

.newsList .item:hover .div-text p.tit{
	color: var(--primary);
}

.syPartner{
	background-color: rgba(248, 248, 248, 1);
}

.syPartner .gx span i{
	background-color: rgba(248, 248, 248, 1);
}

.partnerList .item{
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.partnerList .item:hover .div-img img{
	transform: scale(1.05);
}

.mainFooter{
	padding: 15px 0;
	background-color: rgba(6, 50, 87, 1);
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.mainFooter a{
	color: #fff;
}

/*内页开始*/
.mbxDh{
    padding: 15px 0;
    background-color: rgba(244, 244, 244, 1);
    font-size: 14px;
}

.mbxDh i{
    display: inline-block;
    margin-right: 5px;
}
.mbxDh svg{
    width: 16px;
    height: 16px;
    fill: #6c757d;
    transform: translateY(-2px);
}

.mbxDh a{
    color: #212529;
}

.mbxDh span{
    display: inline-block;
    margin: 0 8px;
}

.leftSlider .item{
	margin-bottom: 25px;
}

.leftSlider .item .tit{
	font-size: 16px;
	padding: 15px 25px;
	background-color: var(--primary);
	color: #fff;
	font-weight: bolder;
}

.leftSlider .item .tit span{
	font-size: 14px;
	font-weight: lighter;
}

.leftSlider .item ul li a{
	color: #333;
	display: block;
	padding: 15px 15px 15px 30px;
	font-size: 14px;
	background-color: #f5f5f5;	
	position: relative;
}

.leftSlider .item ul li a:after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d9d9d9;
	left: 15px;
	top: 50%;
	transform: translateY(-3px);
}

.leftSlider .item ul li a:hover{
	background-color: #eff8f8;
}

.leftSlider .item ul li:not(:last-child){
	border-bottom: 1px solid #eee;
}

.leftSlider .item .info{
	border:1px solid #dbdbdb;
	border-top: unset;
	padding: 20px 15px 45px 15px;
	font-size: 14px;
	color: #666;
}

.leftSlider .item .info a{
	color: #666;
}

.leftSlider .item .info a:hover{
	color: var(--primary);
}

.leftSlider .item .info p:not(:last-child){
	margin-bottom: 10px;
}

.nrCon .des{
	padding-top: 25px;
}

.nrCon .des p{
	font-size: 14px;
	margin-bottom: 25px;
	color: #666;
	line-height: 2;
}

.topCon .div-text{
    height: 100%;
}

.topCon .div-text p.title{
   font-size: 24px;
   font-weight: bolder;
   line-height: 2;
   color: #333;
}

.topCon .div-text p.p1{
    font-size: 14px;
    margin-top: 15px;
}

.topCon .div-text p.key{
    font-size: 14px;
}

.topCon .div-text p.des{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}

.topBtn{
    margin-top: 45px;
}

.topBtn a{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: var(--primary);
    border: 1px solid var(--primary);
    transition: all .36s ease;
    padding: 10px 45px;
    border-radius: 30px;
}

.topBtn a:hover{
    background: var(--primary);
    color: #fff;
}

.proBig{
    border:1px solid #eee;
    margin-bottom: 15px;
}

.proSmall .swiper-button-prev:after,.proSmall .swiper-button-next:after{
    display: inline-block;
    font-size: 24px;
    color: #333;
}

.proSmall .div-img{
    border:1px solid #eee;
}

.nrtit{
    margin-top: 45px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    margin-bottom: 25px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 25px;
    border-bottom: 0px solid #fd6f03;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.jsCon .con{
    min-height: 250px;
    margin-bottom: 25px;
}

.jsCon .con strong{
    font-weight: bolder;
}

.jsCon .con p{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.jsCon .con p img{
    margin: 10px 0;
}

.keywords{
    margin-top: 35px;
    margin-bottom: 45px;
}

.keywords span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 59px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
}

.nyXg{
    background-color: #fff;   
}

.newslist2{
    margin-top: 45px;
}
.newslist2 .item a{
    display: block;
    margin: 0px auto 30px;
    border-bottom: 1px dotted #d4d4d4;
    padding-bottom: 30px;
}

.newslist2 .item .div-img{
    width: 18%;
    min-width: 300px;
    border-radius: 5px;
    height: 100%;
    margin-right: 25px;
}

.newslist2 .item .div-text p.title{
    font-size: 16px;
    color: #06c;
    font-weight: bolder;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newslist2 .item .div-text .time{
    font-size: 14px;
    color: #ababab;
    min-width: 120px;
    text-align: right;
}

.newslist2 .item .div-text .des{
	margin-top: 15px;
    line-height:1.8;
    font-size: 14px;
    color: #878787;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    margin-top: 5px;
}

.newslist2 .item:hover .div-img img{
    transform: scale(1.1);
}

.newslist2 .item:hover .div-text p.title{
    color: #bc2931;
}

.prev-next{
	margin-top: 35px;
	font-size: 14px;
}

.prev-next a{
	color: #999;
}

.prev-next a:hover{
	color: var(--primary);
}

.newsDetail h2.title{
	font-size: 20px;
	text-align: center;
}

.newsDetail .meta{
	padding: 15px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 12px;
	color: #969696;
}

.newsDetail .meta span{
	display: inline-block;
	margin: 0 10px;
}

.newsDetail .meta span svg{
	fill: #969696;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px);
}

.newsDetail .con .des p{
	line-height: 1.8;
    margin-bottom: 13px;
    font-size: 14px;
}

.gshu{
	padding: 15px;
	margin-bottom: 15px;
	border:1px solid #eee;
	font-size: 14px;
	line-height: 2;
    background: #eeeeee6e;
}

.sbList .item{
	margin-bottom: 25px;
}

.sbList .item a{
	display: block;
	cursor: pointer;
}

.sbList .item .div-img{
	border:4px solid #d8d7d7;
}

.sbList .item .div-text{
	padding: 10px 0;
	text-align: center;
}

.sbList .item:hover .div-img img{
	transform: scale(1.05);
}

.honorList .item{
	margin-bottom: 25px;
}

.honorList .item a{
	display: block;
	cursor: pointer;
}

.honorList .item:hover .div-img img{
	transform: scale(1.05);
}

.divMsg{
	max-width: 650px;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
}

.divMsg .item{
	margin-bottom: 15px;
}

.divMsg input,.divMsg textarea{
	display: block;
	width: 100%;
	padding: 10px 15px;
	border:1px solid #eee;
	border-radius: 5px;
	font-size: 14px;
}

.divMsg input::placeholder,.divMsg textarea::placeholder{
	color: #ccc;
}

.divMsg button{
	display: inline-block;
	padding: 10px 45px;
	text-shadow: unset;
	background-color: var(--primary);
	color: #fff;
	border-radius: 5px;
	border:none;
	outline: none;
}

.divMsg button:hover{
	background-color: var(--main);
}

.nyContact .div-text p.title{
	font-size: 20px;
	font-weight: bolder;
	color: #333;
	margin: 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.nyContact .div-text .des p{
	margin-bottom: 20px;
	color: #666;
}

.nyContact .div-text .des p a{
	color: #666;
}

.nyContact .div-text .des p a:hover{
	color: var(--primary);
}

.pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}































