@charset "utf-8";

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 7px;
	opacity: 1;
	border-radius: initial;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #0051a3;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 25px;
}

/* 首页 */
.announ_main {
	width: 100%;
	height: 76px;
	line-height: 76px;
	border-bottom: 1px solid #eee;
}

.announ_main .announ_right {
	width: 282px;
	padding-top: 20px;
}

.announ_main .announ_right .search {
	width: 282px;
	height: 35px;
	line-height: 35px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #f6f6f6;
	position: relative;
}

.announ_main .announ_right .search input {
	outline: none;
	border: 0 none;
	height: 35px;
	line-height: 35px;
}

.announ_main .announ_right .search .txt {
	width: 200px;
	background: none;
	padding-left: 15px;
	display: block;
	color: #999;
}

.announ_main .announ_right .search .btn {
	width: 50px;
	background: url(../img/sou.png) no-repeat center #0051a3;
	background-size: 25px 25px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.announ_main .announ_right .search .btn:hover {
	background-color: #ed8e06;
}

.announ_main .announ_left span {
	display: inline-block;
}

.announ_main .announ_left a {
	display: inline-block;
	padding: 0 10px 0 0;
}

.announ_main .announ_left a s {
	width: 1px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	background: #e9e9e9;
	vertical-align: middle;
}

.announ_main .announ_left a:first-child s {
	display: none;
}

.title {
	padding-bottom: 40px;
}

.title h2 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #0051a3;
	display: flex;
    justify-content: center;
    align-items: center;
}

.title h2::before {
	content: "";
	width: 28px;
	height: 10px;
	display: inline-block;
	margin-right: 25px;
	background:url(../img/dot.png) no-repeat;
}

.title h2::after {
	content: "";
	width: 28px;
	height: 10px;
	display: inline-block;
	margin-left: 25px;
	background:url(../img/dot.png) no-repeat;
}

.title p {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.cont1-tab .cont1-tab-l{
	width: 20%;
    padding: 25px 20px;
    background: url(../img/p-bg.png) no-repeat 100% 100%;
    background-size: cover;
}
.cont1-tab .cont1-tab-l i{
	font-size: 50px;
	color: #fff;
	margin-right: 12px;
}
.cont1-tab .cont1-tab-l div{
	color: #fff;
}
.cont1-tab .cont1-tab-l div h3{
	font-size: 27px;
}
.cont1-tab .cont1-tab-l div p{
	font-size: 14px;
	margin-top: 4px;
}
.cont1-tab .cont1-tab-r{
	width: 75.5%;
	position: relative;
}
.cont1-tab a {
	text-align: center;
	background: #0051a3;
	color: #fff;
	box-sizing: border-box;
	line-height: 58px;
	transition: .5s;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont1-tab a:hover{
	background: #0a91e2
}
.cont1-tab a:last-child{
    background: #cf0000;
    color: #333;
    font-weight: bold;
    color:#fff;
}
.cont1-tab a:last-child .iconfont{
	display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 4px;
    /* transform: rotate(-180deg); */
	transition: .5s;
}
.cont1-tab a:last-child:hover .iconfont{
	margin-left: 10px;
}
.cont1-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
	margin-top: 30px;
}

.cont1-list a {
	display: block;
}
.cont1-list a i {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.cont1-list a:hover i img {
	transform: scale(1.04);
}

.cont1-list a h4 {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 50px;
	background-color: #eee;
	transition: .5;
	display:block;
}
.cont1-list a:hover h4{
	background: #0051a3;
	color:#fff;
}

.more a {
	display: block;
	text-align: center;
	font-size: 18px;
	float: left;
	width: 250px;
	height: 50px;
	line-height: 50px;
}

.more {
	width: 510px;
	margin: 0 auto;
	display: block;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	position: relative;
	height: 55px;
	line-height: 55px;
}

.more .gd {
	color: #fff;
	background: #0051a3;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #0051a3;
}

.more .zx {
	border: 2px solid #e5e5e5;
	color: #333;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0 none;
}

.more .zx:hover {
	background: #ed8e06;
	border: 2px solid #ed8e06;
	color: #fff;
	border-left: 0 none;
}

/* 中间广告 */
.xunpan {
	width: 100%;
	background: url(../img/xunpan.png) no-repeat center top;
	color: #fff;
}

.xunpan .w1200 {
	
}
.xunpan .zixun{
	text-align: center;
	padding: 65px 0;
}
.xunpan .zixun h2{
	font-weight: bold;
	font-size: 50px;
}
.xunpan .zixun p{
	font-size: 25px;
	padding: 20px 0;
}
.xunpan .zixun div em{
	font-size: 52px;
	font-weight: bold;
}
.xunpan .zixun i{
	font-size: 50px;
}

.icon {
	vertical-align: middle;
	background: url(../img/icon.png) no-repeat;
	display: inline-block;
}



/* 合作客户 */
.index-coope .index-coope-list{
	width: 81%;
	border: 1px solid #ebebeb;
}
.index-coope .index-coope-list .swiper-slide{
	width: 100%;
	height: 170px;
}
.index-coope .index-coope-list .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-coope .index-coope-title{
	width: 200px;
    height: 140px;
    background: url(../img/pic5.png) no-repeat 100% 100%;
    background-size: cover;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 30px 0 0 30px;
}
.index-coope .index-coope-title p{
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 7px;
}

/* 数字滚动 */
.digital-box{
	width: 100%;
	background:url(../img/pic6.png) no-repeat 100% 100%;
	background-size: cover;
}
.digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.digital li{
    font-size: 17px;
    color:#fff;
    width: 25%;
    padding:50px 0;
}
.digital li em{
    font-family: myFont1;
}
.digital li i{
    font-size: 20px;
    vertical-align: top;
    margin-left: 5px;
}
.digital li p{
    color:#fff;
}
.digital li strong{
    font-size: 45px;
    font-weight: normal;
}
.digital li:last-child:before{
    display: none;
}


/* 护栏资讯 */
.cont3{
	background:#f5f5f5;
}
.index-news-box .index-l{
	width: 65%;
}
.index-news-box .index-r{
	width: 33%;
	background:#fff;
}
.index-news-box .index-l .n-top .img-box .date{
	background:#0051a3;
	color:#fff;
	width: 25%;
	height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 56px;
	font-weight: bold;
}
.index-news-box .index-l .n-top .img-box .date p{
	font-weight: lighter;
	font-size: 19px;
	letter-spacing: 1px;
}
.index-news-box .index-l .n-top .img-box .img{
	width: 75%;
	height: 190px;
	overflow: hidden;
}
.index-news-box .index-l .n-top:hover .img-box .img img{
	transform: scale(1.04);
}
.index-news-box .index-l .n-top .text h5{
	font-size: 18px;
	color:#0051a3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news-box .index-l .n-top .text p,
.index-news-box .index-l .n-bottom .text p{
	font-size: 15px;
	color:#5a5a5a;
	line-height: 24px;
	margin-top: 7px;
}
.index-news-box .index-l .n-bottom .text{
	width: 80%;
}
.index-news-box .index-l .n-bottom .date{
	width: 11%;
	font-size: 56px;
	color:#404040;
	text-align: center;
}
.index-news-box .index-l .n-bottom .date p{
	font-size: 18px;
	color:#404040;
}
.index-news-box .index-l .n-bottom .text h5{
	font-size: 18px;
	color:#333;
}
.index-news-box .index-l .n-bottom:hover h5,
.index-news-box .index-l .n-bottom:hover p,
.index-news-box .index-l .n-bottom:hover .date{
	color:#0051a3;
}
.index-news-box .index-r .wd-title{
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color:#333;
	margin:25px 0 20px 30px;
}
.index-news-box .index-r .wd-title p{
	font-size: 22px;
	font-weight: bold;
}
.index-news-box .index-r .cjwt-box{
	width: 85%;
	margin:0 auto;
}
.index-news-box .index-r .cjwt-box .wen .wen-t{
	width: 20px;
	height: 20px;
	background:#0353a4;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 20px;
}
.index-news-box .index-r .cjwt-box .wen .wen-title,
.index-news-box .index-r .cjwt-box .wen .wen-des{
	width: 91%;
}
.index-news-box .index-r .cjwt-box .da .wen-t{
	background:#ff602a;
}
.index-news-box .index-r .cjwt-box .wen .wen-title{
	font-size: 18px;
	color:#333;
}
.index-news-box .index-r .cjwt-box .wen .wen-des{
	font-size: 14px;
	line-height: 24px;
	color:#999999;
}
.cjwt-box .swiper-pagination{
	width: 335px;
	margin:20px 0;
}

.cjwt-box .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: initial;
	border:1px solid #333;
	background:none;
	border-radius: 50%;
	margin: 0 5px;
}

.cjwt-box .swiper-pagination-bullet-active {
	border:1px solid #0051a3;
	background:#0051a3;
}
.index-news-box .index-r .cj-tel{
	background:url(../img/pic8.png) no-repeat 100% 100%;
	background-size: cover;
	height: 165px;
	color:#fff;
	padding-left: 35px;
	font-size: 15px;
}
.index-news-box .index-r .cj-tel img{
	padding-top: 25px;
	display: block;
	margin-bottom: 7px;
}
.index-news-box .index-r .cj-tel p{
	font-size: 27px;
	font-weight: bold;
	margin-top: 10px;
}

/* 地图 */
.ditu-box .ditu-list,
.ditu-box .ditu-content{
	width: 50%;
}
.ditu-box .ditu-content{
	background:#0051a3;
	overflow: hidden;
	padding:60px 0 60px 100px;
	color:#fff;
}
.ditu-box .ditu-content .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.ditu-box .ditu-content .img img{
	width: 100%;
	height: auto;
}
.ditu-box .ditu-content h5{
	font-size: 24px;
}
.ditu-box .ditu-content .ditu-xinde{
	position: relative;
	z-index: 9;
}
.ditu-box .ditu-content .des{
	font-size: 16px;
	line-height: 45px;
	margin: 30px 0 50px 0;
}
.ditu-box .ditu-content a{
	display: block;
	width: 210px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 17px;
	border:1px solid #fff;
	color:#fff;
	transition: .5s;
}
.ditu-box .ditu-content a:hover{
	background:#ff602a;
	border:1px solid #ff602a;
}

/* 服务支持 */
.cont8-list{
	display: flex;
	justify-content: space-between;
}
.cont8-list .cont8-img{
	width: 45%;
	height: 408px;
	overflow: hidden;
}
.cont8-list .cont8-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cont8-list .cont8-left{
	width: 24%;
}
.cont8-list .cont8-left dl:first-child{
	margin-top: 0;
}
.cont8-list .cont8-left dl{
	border:1px solid #e6e6e6;
	padding:20px;
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.cont8-list .cont8-left dl dt{
	width:66px;
	height: 66px;
	background:#565955;
	border-radius: 50px;
	text-align: center;
	line-height: 60px;
}
.cont8-list .cont8-left dl dt .iconfont{
	font-size: 38px;
	color:#fff;
}
.cont8-list .cont8-left dl dd{
	width: 60%;
	margin-left: 20px;
}
.cont8-list .cont8-left dl dd h5{
	font-size: 18px;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont8-list .cont8-left dl dd p{
	font-size: 14px;
	color:#666666;
	text-align: justify;
	margin-top: 6px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cont8-list .cont8-right dl:first-child dt .iconfont{
	font-size: 33px;
}
.cont8-list .cont8-right dl:last-child dt{
	background:#0051a3;
}
.cont8-list .cont8-right dl:last-child dd p{
	font-size: 20px;
	font-weight: bold;
	color:#0051a3;
}

/* 四大核心优势 */
.cont2-title{
	background:url(../img/ys-bg.png) no-repeat 100% 100%;
	background-size:cover;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont2-title .title{
	padding-bottom: 0;
}
.cont2-title .title h2,
.cont2-title .title p{
	color:#fff;
}
.cont2-title .title h2::before,
.cont2-title .title h2::after{
	background:url(../img/white.png) no-repeat;
}
.cont2-list{
	padding:80px 0 110px 0;
}
.cont2-list dl{
	margin-bottom: 100px;
}
.cont2-list dl dt{
	width: 54%;
	float: left;
}
.cont2-list dl dd{
	width: 41%;
	float: right;
	/* height: 390px;
	overflow: hidden; */
}
.cont2-list dl:last-child{
	margin-bottom: 0;
}
.cont2-list dl:nth-child(2n) dt{
	float: right;
}
.cont2-list dl:nth-child(2n) dd{
	float: left;
}
.cont2-list dl dt .cont2-item{
	display: flex;
	align-items: center;
	margin:15px 0 25px 0;;
}
.cont2-list dl dt .cont2-item .math{
	width: 79px;
	height: 79px;
	color:#fff;
	text-align:center;
	line-height: 79px;
	font-size: 50px;
	font-weight: bold;
	border-radius: 50px;
	background:#0051a3;
}
.cont2-list dl dt .cont2-item .text{
	font-size: 36px;
	color:#0051a3;
	font-weight: bold;
	margin-left: 20px;
}
.cont2-list dl dt .des{
	margin-top: 55px;
	margin-left: 40px;
}
.cont2-list dl dt .des p{
	font-size: 16px;
	color:#666666;
	margin-top: 15px;
	background:url(../img/lx.png) no-repeat left center;
	padding-left: 25px;
}

/* 关于我们 */
.cont4{
	background:#fbfbfb;
}
.cont4 .cont4-img{
	width: 50%;
	height: 430px;
	overflow: hidden;
}
.cont4 .cont4-text{
	width: 45%;
}
.cont4 .cont4-text h5{
	font-size: 25px;
	color:#333333;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
}
.cont4 .cont4-text h5::before{
	content: '';
	display: block;
	width: 39px;
	height: 4px;
	background:#cf0000;
	position: absolute;
	left: 0;
	bottom:-23px;
}
.cont4 .cont4-text .des{
	line-height: 30px;
	font-size: 16px;
	color:#4a4a4a;
	margin-top: 50px;
	text-align:justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.cont4 .cont4-text .link-box{
	display: flex;
	margin-top: 45px;
}
.cont4 .cont4-text .link-box a{
	display: block;
	width: 140px;
	height: 45px;
	background:#0051a3;
	margin-right: 20px;
	font-size: 17px;
	color:#fff;
	text-align: center;
	line-height: 45px;
	transition: .5s;
}
.cont4 .cont4-text .link-box a:last-child{
	background:#333333;
}
.cont4 .cont4-text .link-box a:hover{
	background:#cf0000;
}



/* 内页开始 */
.ny_banner{
    width: 100%; 
    overflow: hidden; 
    position: relative;
}
.ny_banner img{
    width: 100%;
    /* animation:sec_banner 5s; 
    animation-timing-function: ease-out; */
}
.ny_banner .ny_banner_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .5s;
}
.ny_banner .ny_banner_txt div{
    text-align: center;
}
.ny_banner .ny_banner_txt h3{
    font-size: 30px;
    color: #fff;
}
.ny_banner .ny_banner_txt p{
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
/* 新闻分类 */
.menu2 {
    border-bottom: 1px #F5F5F5 solid;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.menu2 a {
    width: 130px;
    font-size: 16px;
    transition: all 0.2s;
    color: #333333;
    text-align: center;
    margin: 0 50px;
    position: relative;
}
/* .menu2 a::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    background-color: #074299;
    position: absolute;
    bottom: -32px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
} */
/* .menu2 a:hover::after,.menu2 a#menu2_on::after{
    width: 100%;
} */
.menu2 #menu2_on,.menu2 a:hover{
    color: #074299;
}
/* 新闻中心 */
.ny_news .ny_news_t{
    margin-bottom: 50px;
}
.ny_news .ny_news_t .ny_news_l,.ny_news .ny_news_t .ny_news_r{
    width: 50%;
}
.ny_news .ny_news_t .ny_news_l img{
    width: 100%;
    height: 388px;
    object-fit: cover;
}
.ny_news .ny_news_t .ny_news_r{
    background: #F5F5F5;
    padding: 50px;
    box-sizing: border-box;
}
.ny_news .ny_news_r a{
    display: block;
}
.ny_news .ny_news_r b{
    color: #074299;
    font-size: 20px;
    font-weight: bold;
    height: 36px;
    display: block;
}
.ny_news .ny_news_r h5{
    font-size: 22px;
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
}
.ny_news .ny_news_r p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ny_news .ny_news_r em{
    color: #074299;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.ny_news .ny_news_r em i{
    font-size: 30px;
    transition: .4s;
}
.ny_news .ny_news_r a:hover em i{
    margin-left: 10px;
}
.ny_news .ny_news_b ul li{
    color: #333333;
    box-sizing: border-box;
    padding: 40px 18px;
    transition: .4s;
    border-bottom: #E6E6E6 solid 1px;
}
.ny_news .ny_news_b ul li h5{
    font-size: 22px;
    width: 1000px;
    color: #333;
    line-height: 22px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s;
}
.ny_news .ny_news_b ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.ny_news .ny_news_b ul li .c3_news_r_time{
    width: 15%;
}
.ny_news .ny_news_b ul li .c3_news_r_txt{
    width: 85%;
}
.ny_news .ny_news_b ul li .c3_news_r_time{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 15%;
}
.ny_news .ny_news_b ul li .c3_news_r_time em{
    color: #333;
    font-size: 30px;
}
.ny_news .ny_news_b ul li .c3_news_r_time span{
    color: #666666;
    font-size: 18px;
}
.ny_news .ny_news_b ul li .c3_news_r_time i{
    background: url(../img/jj.png) left center no-repeat;
    height: 15px;
    margin-top: 15px;
}
.ny_news .ny_news_b ul li:hover{
    background-color: #F5F5F5;
}

/* 联系我们 */
.ny_content{
    margin: 40px 0;
}

/* 当前位置*/
.dizhi_box{
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #F5F5F5;
}
.dizhi_box .dizhi_zz{
    align-items: center;
}
.dizhi_box .dizhi_zz i{
    margin-right: 5px;
    font-size: 20px;
}
.dizhi_box .dizhi_zz a,.dizhi_box .dizhi_zz i{
    font-size: 16px;
    color: #6f6f6f;
}
/* 解决方案 */
.team_box{
    padding: 50px 0;
}
.news_list ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.news_list ul li a{
    display: block;
    position: relative;
}
.news_list ul li{
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    position: relative;
}
.news_list ul li::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #074299;
    position: absolute;
    bottom: -1px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.news_list ul li:hover::after{
    width: 100%;
}
.news_list ul li i{
    height: 240px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ececec;
}
.news_list ul li img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.news_list ul li a:hover p{
    color: #074299;
}
.news_list ul li a:hover img{
    transform: scale(1.2);
}
.news_list ul li p{
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
.news_list ul li div{
    color: #666;
    font-size: 14px;
}
/* 关于我们 */
.ab_box{
}
.ab_box .about_txt{
    width: 57%;
}
.ab_box .about_txt h3{
    font-size: 40px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}
.ab_box .ab_title .ab_he{
    height: 50px;
    width: 1px;
    background: #333;
    transform: rotate(-45deg);
    margin-left: 18px;
}
.wenhua_box{
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.wenhua_box div{
    margin-top: 20px;
}
.wenhua_box div h5{
    font-size: 25px;
}
.wenhua_box div::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #074299;
    position: absolute;
    
}
.wenhua_box div:nth-child(1)::after{
    left: 0;
    top: 7px;
}
.wenhua_box div:nth-child(2)::after{
    left: 0;
    top: 105px;
}
.wenhua_box div:nth-child(3)::after{
    left: 0;
    top: 205px;
}
.wenhua_box div p{
    
}
.ab_box .about_txt p{

}
.ab_box .ab_img{
    width: 40%;
}
.ab_box .ab_img img{
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.about_box .ab-title{
	font-size: 20px;
	color:#333;
	font-weight: bold;
	margin-bottom: 30px;
}
.about_box .des{
	font-size: 16px;
    color: #333;
    line-height: 35px;
	text-align: justify;
}
.ny_about{
    margin-bottom: 80px;
    /* background: #f7f7f7; */
    /* background: url(../images/ym_bg.png) #f7f7f7 no-repeat center center; */
    /* background-size: cover; */
    /* background-size: cover;
    background-position: initial;
    
    background-repeat: no-repeat;
    background-attachment: fixed; */
    /* padding-bottom: 100px; */
}
.ny_about .about_txt p img{
    width: 600px;
    margin: 0 auto 50px auto;
}
.ny_about .about_txt{
    text-align: center;
}
.ny_about .about_txt p{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-align: justify;
}
.wenhua img{
    margin: 0 auto;
}
/* 律师环境 */
.cont4-box div.cont4-l,.cont4-box div.cont4-r {
    width: 49.5%;
}

.cont4-box a {
    width: 49%;
    float: left;
    overflow: hidden;
}
.cont4-box p{
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
}
.cont4-box a i{
    height: 300px;
    overflow: hidden;
    display: block;
}
.cont4-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.cont4-box a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 5;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cont4-l a:nth-child(1) {
    width: 100%;
    height: auto;
}

.cont4-l a:nth-child(2) {
    margin-right: 2%;
}

.cont4-r a:nth-child(1) {
    margin-right: 2%;
}

.cont4-r a:last-child {
    width: 100%;
}
/* 荣誉资质 */
.honor-box{
    padding: 60px 0;
    background: url(../img/ym_bg.jpg) no-repeat center top;
    position: relative;
    box-sizing: border-box;
    background-attachment: fixed;
}
.honor-box .c-title{
    color:#ebf0fd;
}
.honor-box .c-title::before{
    background:#ebf0fd;
}
.honor-list .honor-img{
    overflow: hidden;
	height: 200px;
}
.honor-list .honor-img img{
    width: 100%;
    /* height: 400px; */
    transition: .6s;
    object-fit: cover;
}
.honor-list .swiper-slide:hover .honor-img img{
    transform: scale(1.07);
}
.honor-list .honor-title{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    opacity: 0;
    transition: .4s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor-list .swiper-slide:hover .honor-title{
    opacity: 1;
    cursor: pointer;
}
.honor-list .swiper-pagination{
    position: inherit;
    margin-top: 60px;
}
.honor-list .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background:#fff;
    opacity: .5;
    margin:0 6px;
        outline: none;
}
.honor-list  .swiper-pagination-bullet-active{
    width: 32px;
    height: 16px;
    background: #fff;
    opacity: 1;
    border:0;
}
.partner-list a{
    float: left;
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    width: 15.6%;
    margin-top: 15px;
    overflow: hidden;
    transition: .4s;
}
.partner-list a:nth-child(6n){
    margin-right: 0;
}
.partner-list a img{
    width: 100%;
    height: 75px;
    transition: .4s;
}
.partner-list a:hover img{
    transform: scale(1.04);
}

.huanjinswiper{position: relative;}
.huanjinswiper .swiper-pagination{position: inherit;margin-top: 50px;}
.huanjinswiper .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background:#074299;
    opacity: .5;
    margin:0 6px;
    outline: none;
}
.huanjinswiper .swiper-pagination-bullet-active{
    width: 32px;
    height: 16px;
    background: #074299;
    opacity: 1;
    border:0;
}
.huanjinswiper .swiper-slide .img{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.huanjinswiper .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.huanjinswiper .swiper-slide .text{
	line-height: 30px;
	margin-top: 5px;
	font-size: 16px;
	color:#333;
	text-align: center;
}
.ab_num{
}
.s2_number{
    margin-top: 30px;
}
.ab_num li{
    text-align: center;
    font-size: 20px;
}
.ab_num li i{
    font-size: 40px;
    color: #074299;
}
.ab_num li h3{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.ab_num li p{
    color: #797979;
}
/* 标题 */
.title_box {
    padding: 0 0 40px 0;
    text-align: center;
}
.title_box h3{
    color: #ebebeb;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.title_box p{
    font-size: 42px;
    color: #333;
    font-weight: bold;
}
/* 新闻详情 */
.deail_l{
    align-items: center;
}
.ny_newsdeal h1{
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}
.pro_bor{
    border-bottom: 1px dashed #e1e0e6;
    padding-bottom: 30px;
}
.ny_newsdeal .ny_time{
    text-align: left;
}
.newsdetail_box{
    border-bottom: 1px dashed #e1e0e6;
    margin: 40px 0 60px 0;
    padding-bottom: 40px;
}
.newsdetail_box p{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
}
.newsdetail_box h3{
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.newsdetail_box img{
    max-width: 100%;
    margin: 0 auto;
}

/* 产品详情 */
/* .showPro{padding-top: 50px;} */
.showPro .reLink{margin-bottom: 0;}
.showPro .showContxt{padding: 30px 0 35px;color: #666;font-size: 14px;line-height: 30px;text-align: justify;}
.showPro .showContxt img{max-width: 100%;height: auto !important;margin: 0 auto;}
.showPro .showimgCon{padding: 0 0 30px;font-size: 16px;line-height: 32px;}
.showPro .showimgCon .txtcon{width: 52%;height: 332px;float: right;position: relative;}
.showPro .showimgCon .txtcon .tit{position: relative;font-size: 20px;margin-bottom: 15px;color: #0060c6;font-weight: bold;line-height: 24px;padding-bottom: 14px;border-bottom: 1px solid #dddddd;padding-right: 60px;}
.showPro .showimgCon .txtcon .tit .goBack{position: absolute;right: 0;top: 0;color: #999999;font-size: 14px;display: block;font-weight: normal;cursor: pointer;}
.showPro .showimgCon .txtcon .tit .goBack s{width: 20px;height: 20px;background-position: -440px -62px;margin-left: 6px;}
.showPro .showimgCon .txtcon .tit .goBack:hover{color: #047fcc;}
.showPro .showimgCon .txtcon .txt{font-size: 14px;line-height: 28px;color: #666;text-align: justify;}
.showPro .showimgCon .txtcon .txt .item{margin-bottom: 7px;max-height: 144px;overflow: hidden;}
.showPro .showimgCon .txtcon .tel-btn{width: 100%;position: absolute;left: 0;bottom: 0;border-top: 1px solid #ddd;padding-top: 40px;}
.showPro .showimgCon .txtcon .tel-btn .btn{width: 118px;float: right;height: 40px;line-height: 40px;margin-top: 5px;font-size: 20px;text-align: center;color: #fff;cursor: pointer;background: #0060c6;}
.showPro .showimgCon .txtcon .tel-btn .btn:hover{background: #333;}
.showPro .showimgCon .txtcon .tel-btn .tel{width: 280px;float: left;}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong{display: block;color: #666;}
.showPro .showimgCon .txtcon .tel-btn .tel s{width: 42px;height: 42px;display: block;float: left;margin-right: 6px;margin-top: 4px;background-position: right bottom;background-image: url(../img/icon_blue.png);}
.showPro .showimgCon .txtcon .tel-btn .tel span{font-size: 16px;line-height: 20px;}
.showPro .showimgCon .txtcon .tel-btn .tel strong{color:#0060c6;font-size: 28px;line-height: 28px;}
.showPro .showimg{width: 44%;position: relative;float: left;overflow: hidden;border: 1px solid #dddddd;}
.showPro .showimg .bigimg{width: 100%;height: 332px;display: block;position: relative;}
.showPro .showimg .bigimg .list{width: 100%;}
.showPro .showimg .bigimg .list li{width: 100%;height: 332px;float: left;border: 0;margin-right: 1px;object-fit: cover;}
.showPro .showimg .bigimg .list img{width: 100%;height: 100%;display: block;transition: all ease 300ms;}
.showPro .showimg .smallimg{width: 100%;height: 76px;position: relative;padding-top: 30px;z-index: 10;overflow: hidden;}
.showPro .showimg .list{width: 324px;overflow: hidden;position: relative;margin: 0 auto;}
.showPro .showimg .listcon{width: 600% !important;position: relative;}
.showPro .showimg .prev,
.showPro .showimg .next{width: 20px;height: 76px;z-index: 10;position: absolute;top: 30px;cursor: pointer;background: #f9f9f9 url(../img/show-btn-ico.png) no-repeat 0 center;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg .prev:hover,.showPro .showimg .next:hover{background-color: #f9f9f9;}
.showPro .showimg .prev{left: 0;background-position: 3px center;}
.showPro .showimg .next{right: 0;background-position: -84px center;}
.showPro .showimg li{width: 94px;height: 70px;margin-right: 10px;float: left;cursor: pointer;position: relative;border: 3px solid #fff;transition: all .5s;}
.showPro .showimg li img{width: 100%;height: 100%;display: block;object-fit: cover;}
.showPro .showimg li.on{width: 94px;height: 70px;border: 3px solid #0060c6;}
.relateTit{height: 58px;line-height: 58px;border-bottom: 1px solid #e4e4e4;margin: 0 auto;width: 100%;}
.relateTit h3{font-size: 18px;display: inline-block;*display: inline;*zoom: 1;color: #333;position: relative;}
.relateTit h3 .line{width: 100%;height: 2px;display: block;position: absolute;left: 0;bottom: -1px;background: #0060c6;}
#ie{position: fixed;top: 0;width: 100%;height: 100%;z-index: 9999;background: #00aeff;}
#ie p{position: absolute;top: 50%;margin-top: -60px;left: 50%;margin-left: -540px;width: 1080px;color: #fff;font-size: 20px;line-height: 2;text-align: center;}
.showPro>strong{color: #333;font-size: 15px;}
.showPro>a{color: #666}
.relate-tit{width: 100%;height: 39px;line-height: 40px;background: #fafafa;border-bottom: 1px solid #CCC;}
.relate-tit h3{float: left;font-size: 14px;line-height: 40px;display: block;padding: 0 30px;background:  #0060c6;color: #FFF;}
.relate-pro{margin: 20px 0;}
.relate-pro ul{margin-top: 20px;}
.relate-pro ul li{float: left;width: 210px;margin-right: 10px;transition: all .5s;}
.relate-pro ul li:nth-child(4n){margin-right: 0;}
.relate-pro ul li a{display: block;border: 1px solid #eaeaea;}
.relate-pro ul li .img{position: relative;width: 100%;height: 210px;overflow: hidden;}
.relate-pro ul li .img img{display: block;width: 100%;height: 100%;transition: all .5s;object-fit: cover;}
.relate-pro ul li h3{color: #555;font-size: 14px;text-align: center;display: block;line-height: 35px;background: #fff;padding: 0 10px;border-top: 1px solid #eaeaea;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.relate-pro ul li:hover .img img{transform: scale(1.1);}
.relate-pro ul li:hover h3{color: #fff;background: #0060c6;}
.relate-pro .swiper-container-horizontal>.swiper-scrollbar{position: relative;left: 0;bottom: 0;width: 100%;margin-top: 10px;}
.relate-pro .swiper-scrollbar-drag{background: #0060c6;}
.relate-news ul{padding-top: 10px;}
.relate-news ul li{float: left;position: relative;width: 48%;line-height: 35px;}
.relate-news ul li:nth-child(even) {float: right;}
.relate-news ul li a{display: block;color: #666;padding-right: 100px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 15px;}
.relate-news ul li a:before{content: '+';font-weight: bold;font-size: 16px;line-height: 1;margin-right: 5px;}
.relate-news ul li span{position: absolute;top: 0;right: 0;color: #999;white-space: nowrap;font-size: 15px;}
.relate-news ul li a:hover{color: #0060c6;}

.detail .title{padding-bottom: 20px;border-bottom: 1px solid #f3f3f3;text-align: center;margin-bottom: 20px;padding-top: 0px;}
.detail .title h1{font-size: 30px;font-weight: bold;padding-bottom: 15px;color: #333;}
.detail .title span{line-height: 18px;font-family: arial;color: #999;margin-right: 14px;font-size: 14px;}
.detail .title span:last-child{margin-right: 0;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail .title .i2{background-position: -104px 0;margin-left: 30px;}


/* 新闻分类 */
.new_type{
    
}
.new_type a{
    margin-left: 10px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
}
.new_type a.cur,.new_type a:hover{
    color: #fff;
    background-color: #074299;
}
/* 产品中心 */
.ny_pro{
    padding: 40px 0 60px 0;
}
.ny_pro .seach form{
    margin-bottom: 60px;
}
.ss_box{
    position: relative;
}
.ny_pro .seach form .navpro{
    border: 1px solid #ddd;
    width: 800px;
    padding: 0 20px;
    color: #333;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ny_pro .seach form .navpro i{
    font-size: 26px;
    cursor: pointer;
}
.ny_pro .seach form .btn{
    width: 180px;
    height: 50px;
    background: #074299;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.ny_pro .seach form label{
    font-size: 18px;
    color: #333;
}
/* 产品中心 */
.pro_list{

}
.pro_box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 15px;
} 
.pro_box ul li{
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
}
.pro_box ul li a{
    display: block;
}
.pro_box ul li img{
    width: 100%;
    height: 218px;
    object-fit: cover;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.pro_box ul li a:hover img{
    transform: scale(0.93, 0.93);
    -moz-transform: scale(0.93, 0.93);
    -webkit-transform: scale(0.93, 0.93);
    -ms-transform: scale(0.93, 0.93);
}
.pro_box ul li i{
    display: block;
    width: 38px;
    height: 1px;
    background-color: #828282;
    margin: 0 auto;
    margin-top: 20px;
}
.pro_box ul li h5{
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.pro_box ul li p{
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
    height: 48px;
}
/* 搜索展示 */
.options {
    display: block;
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 9;
    width: 100%;
    height: auto;
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    border-radius: 2px;
    background-color: #fafafa;
    border: #e0dfdf 1px solid;
    box-sizing: border-box;
}
.options .item{
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.options .item .label{
    width: 16px;
    height: 16px;
    border: 1px solid #c9c9cf;
}
.options .item .label img {
    display: none;
}
.options .item .text {
    font-size: 16px;
    font-weight: 400;
    color: #5F5F6C;
    margin-left: 11px;
}
.options .item.active .label {
    background-color: #074299;
    border-color: #074299;
}
.options .item.active .label img {
    display: block;
    width: 15px;
    margin-top: 2px;
    margin-left: 1px;
}
.search-tags{
    margin-bottom: 30px;
}
.search-tags .label {
    font-size: 16px;
    color: #93939E;
    height: 50px;
    width: 100%;
    border-bottom: #C9C9CF 1px solid;
}
/* 在线留言 */
.ny_ss{
    padding: 60px 0;
}
/* .ny_ss_title{
    margin-bottom: 60px;
} */
.ny_ss_title h3{
    font-size: 28px;
    color: #333;
    text-align: center;
	margin-bottom: 10px;
}
.ny_ss_title p{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
}
.service-text {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 40px;
}
.service-text p span{
	color:#1a3288;
	font-weight: bold;
}
.service_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
}
.service_box li {
    width: 380px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.service_box li i{
    font-size: 40px;
    color: #999;
    margin-bottom: 20px;
}
.service_box li h3{
    display: block;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #333;
}
.service_box li p{
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.service_box li:hover{
    background: #074299;
    color: #fff;
}
.service_box li:hover p,.service_box li:hover h3,.service_box li:hover i{
    color: #fff;
}
.tel_h{
    display: none;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.tel_h span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.tel_h img{
    width: 151.1px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/* 留言 */
.form-box .message-box{
	margin-top: 70px;
}
.form-box .message-box .title-r{
	font-size: 20px;
    color: #1a3288;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #1a3288;
    padding-bottom: 20px;
}
.form-box .message-box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
}
.form-box .message-box ul li input{
    background: #ffffff;
    line-height: 55px;
    width: 94%;
    color: #333;
    padding-left: 20px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #f1f1f1;
}
.form-box .message-box .form_btn{
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto;
    text-align: center;
    font-size: 20px;
    background: #1a3288;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
	transition: .5s;
}
.form-box .message-box .form_btn:hover{
	background:#ed8e06;
}


/* 联系我们 */
.contact-box{
	display: flex;
	justify-content: space-between;
	padding:50px 0 60px 0 ;
}
.contact-box .contact-l{
	width: 50%;
}
.contact-box .contact-r{
	width: 47%;
}
.contact-box .contact-r .img{
    width: 130px;
    text-align: center;
}
.contact-box .contact-r .img img{
    width: 100%;
    display: block;
}
.contact-box .contact-r .img p{
    font-size: 14px;
    color:#666;
    line-height: 20px;
}
.contact-box .contact-l h5{
	font-size: 21px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
	position: relative;
}
.contact-box .contact-l .des,
.contact-box .contact-r{
	font-size: 16px;
    line-height: 40px;
    color: #333;
}
.contact-box .contact-l h5::before{
	display: block;
    content: '';
    width: 40px;
    height: 2px;
    background: #1a3288;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.contact-box .contact-r{
	margin-top: 76px;
}

/* 工程案例 */
.case-list{
	overflow: hidden;
}
.case-list dl{
	border: 1px solid #eaeaea;
    width: 31.7%;
    margin: 0 25px 25px 0;
    float: left;
	transition: .5s;
}
.case-list dl:nth-child(3n){
	margin-right: 0;
}
.case-list dl dt{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.case-list dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.case-list dl:hover dt img{
	transform:scale(1.04)
}
.case-list dl dd{
	padding:20px;
}
.case-list dl dd h4{
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
    color: #333;
    padding-bottom: 15px;
}
.case-list dl dd .more-c{
	color: #666;
	font-size: 16px;
}
.case-list dl dd .more-c .iconfont{
	font-size: 25px;
}
.case-list dl:hover{
	box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}
.case-list dl:hover h4{
	border-bottom: 1px solid #1a3288;
}
.case-list dl:hover h4,
.case-list dl:hover h5,
.case-list dl:hover .iconfont{
	color:#1a3288;
}


/*产品中心*/
.c1 .c1_pro{
	
}
.pro_typebox{
    align-items: flex-start;
}
.pro_lbox{
    width: 22%;
}
.pro_l{
    width: 100%;
    position: relative;
}
.pro_l.dingweis {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: white;
}
.pro_r,.ny_newsdeal_r{
    width: 76%;
}
.pro_nybox{
    align-items: flex-start;
}
.pro_l .pro_type{
    background: #0051a3;
    padding: 30px 0;
    padding-left: 20px;
    color: #fff;
    box-sizing: border-box;
}
.pro_l .pro_type h3{
    font-size: 30px;
}
.pro_l .pro_type p{
    font-size: 18px;
    color: #e0e0e0;
    text-transform: uppercase;
}
.pro_l ul{
    border: 1px solid #e1e1e1;
    border-bottom: 0;
}
.pro_l ul li{
    border-bottom: 1px solid #e1e1e1;
    line-height: 48px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.pro_l ul li a{
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.pro_l ul li a:hover,.pro_l ul li.pro_l_active{
    background: #f3f3f3;
}
.pro_l ul li i{
    font-size: 32px;
}



/* 分页 */
.page-box {
    margin-bottom: 60px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 40px;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    /* border-radius: 50px; */
    transition: .5s;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #0060c6;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background-color: #0060c6;
    color:#fff;
}