@charset "utf-8";
@keyframes sec_banner{
    0%{transform: scale(1.1); opacity: 0.1;}
    20%{ opacity: 1;}
    100%{transform: scale(1);}
}
body {
    font-family: "pingfang", "PingFang SC", "Microsoft Yahei", "Helvetica Neue", arial, \5b8b\4f53, Helvetica, STHeiTi, sans-serif;
    color: #333;
}
.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	position: relative;
	background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    /* animation:sec_banner 5s; 
    animation-timing-function: ease-out; */
} 

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 100px;
}

.banner .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background-color: #fff0;
	opacity: 1;
	box-sizing: border-box;
	border-radius: 50px;
	border: 1px solid #fff;
}
.banner .swiper-slide-active img{
    animation:sec_banner 5s; 
    animation-timing-function: ease-out;
}
.banner .swiper-pagination-bullet-active {
	background-color: #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 30px;
}
.banners img {
	width: 100%;
	height: auto;
}
/*banner上面的文案*/
.banner .ba_box{
	position: absolute;
    vertical-align: middle;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem;
    text-align: center;
}
.banner .ba_txt{
	margin-bottom: 100px;
}
.banner .ba_txt h5{
	font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.banner .ba_txt h3{
	font-size: 45px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
}
.ba_icon ul li{
	text-align: center;
    margin: 0 50px;
    color: #fff;
    font-size: 16px;
}
.ba_icon ul li i{
    font-size: 35px;
}
.ba_icon ul li p{
	font-size: 28px;
}
.ba_icon ul li div{

} 

.banner .swiper-pagination span{position: relative;}
.banner .swiper-pagination span:first-child::before{
    width: 1000px;
    left: -1000px;
}
.banner .swiper-pagination span:last-child::after{
    width: 1000px;
    left: 18px;
}
.banner .swiper-pagination span::after{    
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: white;
    width: 100px;
    left: 18px;
    margin: auto;
}
.banner .swiper-pagination span::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: white;
    width: 100px;
    left: -100px;
    margin: auto;
}
/*产品中心*/
.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: #003580;
    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;
}
/* 内容页 */
.deail_r{
    border-bottom: 1px solid #dddd;
    margin-bottom: 50px;
}
.deail_r ul li{
    width: 20%;
    line-height: 45px;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 16px;
}
.deail_r ul li.avtive,.deail_r ul li:hover{
    background: #ddd;
}
.deail_r ul li a{
    display: block;
    color: #333;
}
.c1 .c1_pro ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 20px;
}
.c1 .c1_pro ul li{
	box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 11%);
}
.c1 .c1_pro ul li a{
	display: block;
    overflow: hidden;
}
.c1 .c1_pro ul li img{
	width: 100%;
    height: 330px;
    transition: .4s;
    object-fit: cover;
}
.c1 .c1_pro ul li .c1_pro_title{
	padding: 20px;
    background: #fff;
}
.c1 .c1_pro ul li .c1_pro_title h5{
	font-size: 24px;
	color: #333333;
    margin-bottom: 10px;
}
.c1 .c1_pro ul li .c1_pro_title p{
	font-size: 18px;
	color: #666666;
}
.c1 .c1_pro ul li a:hover p{
	color: #074299;
}
.c1 .c1_pro ul li a:hover img{
	transform: scale(1.05);
}
.more{
	display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    height: 53px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    background: #074299;
    font-size: 18px;
    line-height: 53px;
    color: #fff;
   	cursor: pointer;
   	transition: .4s;
}
.more:hover i{
	margin-left: 10px;
}
.more a{
	display: block;
	color: #fff;
	margin-right: 10px;
}
.more i{
    transition: .4s;
	font-size: 33px;
}
/*解决方案*/
.c2{
	background: url(../images/bg1.png) no-repeat center center;
    background-size: cover;
    margin-top: 60px;
    background-position: initial;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.c2 .c2_jj{
	padding-bottom: 60px;
}
.c2 .c2_jj ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 20px;
}
.c2 .c2_jj ul li{
	position: relative;
	text-align: center;
}
.c2 .c2_jj ul li img{
	width: 100%;
    height: 350px;
    object-fit: cover;
}
.c2 .c2_jj ul li .c1_pro_title_bg{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 47%);
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    transition: all .5s;
}
.c2 .c2_jj ul li a{
	display: block;
}
.c2 .c2_jj ul li .c1_pro_title h5{
	font-size: 24px;
	color: #fff;
    margin-bottom: 30px;
}
.c2 .c2_jj ul li .c1_pro_title p{
	width: 157px;
    height: 47px;
    font-size: 16px;
    background: #074299;
    text-align: center;
    line-height: 47px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: center;
}
.c2 .c2_jj ul li .c1_pro_title p i{
	font-size: 30px;
    transition: .4s;
}
.c2 .c2_jj ul li a:hover .c1_pro_title p i{
    margin-left: 10px;
}
.c2 .c2_jj ul li a:hover .c1_pro_title_bg{
	opacity: 1;
}
/*新闻中心*/
.c3{

}
.c3 .c3_news_l,.c3 .c3_news_r{
	width: 48.5%;
    height: 418px;
}
.c3 .c3_news_l img{
	width: 100%;
    height: 418px;
    object-fit: cover;
}
.c3 .c3_news_l{
	position: relative;
}
.c3 .c3_news_l .c3_news_l_box{
	position: absolute;
    bottom: 0;
   	background: rgb(7 66 153 / 90%);
    width: 100%;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    align-items: center;
}
.c3 .c3_news_l .c3_news_l_time,.c3 .c3_news_r ul li .c3_news_r_time{
	display: flex;
    flex-direction: column;
    text-align: left;
    width: 15%;
    z-index: 3;
}
.c3 .c3_news_l .c3_news_l_time em,.c3 .c3_news_r ul li .c3_news_r_time em{
	font-size: 14px;
}
.c3 .c3_news_l .c3_news_l_time span,.c3 .c3_news_r ul li .c3_news_r_time span{
	font-size: 22px;
}
.c3 .c3_news_l .c3_news_l_txt,.c3 .c3_news_r ul li .c3_news_r_txt{
	width: 83%;
    z-index: 3;
}
.c3 .c3_news_l .c3_news_l_txt h5{
    margin-bottom: 10px;
}
.c3 .c3_news_l .c3_news_l_txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.c3 .c3_news_l .c3_news_l_txt h5,.c3 .c3_news_r ul li .c3_news_r_txt h5{
	font-size: 18px;
}
.c3 .c3_news_r ul li{
	padding-bottom: 20px;
    margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.c3 .c3_news_r ul li:hover strong{
    right: 0;
}
.c3 .c3_news_r ul li strong{
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgb(7 66 153 / 90%);
    z-index: 2;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.c3 .c3_news_r ul li:hover h5,.c3 .c3_news_r ul li:hover em,.c3 .c3_news_r ul li:hover span{
	color: #fff !important;
}
.c3 .c3_news_r ul li:hover p,.c3 .c3_news_r ul li:hover p a{
    color: #fff !important;
}
.c3 .c3_news_r ul li:hover p a{
    margin-left: 10px;
}
.c3 .c3_news_r ul li .c3_news_r_txt h5{
	color: #333333;
    margin-bottom: 10px;
}
.c3 .c3_news_r ul li .c3_news_r_time em,.c3 .c3_news_r ul li .c3_news_r_time span{
	color: #666666;
}
.c3 .c3_news_r ul li .c3_news_r_time i{
	background: url(../images/jj.png) left center no-repeat;
    height: 15px;
    margin-top: 15px;
}
.c3 .c3_news_r ul li .c3_news_r_txt p{
	font-size: 16px;
    color: #808080;
    line-height: 1.6;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c3 .c3_news_r ul li .c3_news_r_txt em{
    color: #074299;
    float: right;
}
/*优势展示*/
.c4 .c4_ys{
	background: url(../images/ys.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}
.c4 .c4_ys ul{
	display: flex;
	justify-content: space-between;
}
.c4 .c4_ys ul li{
	width: 199px;
    height: 224px;
	text-align: center;
	background: url(../images/ys01.png) no-repeat center center;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .5s;
    cursor: pointer;
}
.c4 .c4_ys ul li:hover{
    margin-top: 10px;
	background: url(../images/ys02.png) no-repeat center center;
}
.c4 .c4_ys ul li:hover h3{
	color: #fff;
}
.c4 .c4_ys ul li:hover p{
	color: #fff;
}
.c4 .c4_ys ul li:nth-child(2n+2){
	margin-top: 120px;
}
.c4 .c4_ys ul li a{
	padding: 15px;
    box-sizing: border-box;
}
.c4 .c4_ys ul li h3{
	color: #074299;
	font-size: 26px;
	margin-bottom: 10px;
}
.c4 .c4_ys ul li p{
	color: #3a3a3a;
    font-size: 18px;
    text-align: center;
}
.c4 .c4_ys .y_more{
	width: 223px;
    height: 45px;
    background: #074299;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
}
.c4 .c4_ys .y_more a{
	color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c4 .c4_ys .y_more i{
	font-size: 30px;
    margin-right: 10px;
}
/*合作伙伴*/
.c5 .c5_team ul li{
	width: 15%;
    margin-bottom: 30px;
    height: 81px;

}
.c5 .c5_team ul li img{
	/* filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); */
    /* opacity: 0.4; */
    transition: .4s;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
}
.c5 .c5_team ul li:hover img{
	/* filter: none;
    filter: grayscale(0); */
    /* opacity: 1; */
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*公司地址*/
.c6{
	margin-bottom:50px;
}
.c6 .c6_conet_l,.c6 .c6_conet_r{
	width: 50%;
}
.c6 .c6_conet_r{
	background: url(../images/l.png) no-repeat center center;
    background-size: cover;
    align-items: center;
    display: flex;
    transition: all .5s;
    cursor: pointer;
    height: 500px;
}
.c6 .c6_conet_r .c6_conet_r_txt{
	padding: 0 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
}
.c6 .c6_conet_r .c6_conet_r_txt h3{
	font-size: 24px;
    margin-bottom: 30px;
}
.c6 .c6_conet_r .c6_conet_r_txt p{
	line-height: 2.5;
}
.c6 .c6_conet_r .c6_conet_r_txt a {
    height: 55px;
    display: block;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    width: 211px;
    border: 1px solid #fff;
    transition: .4s;
}
.c6 .c6_conet_r .c6_conet_r_txt a:hover{
	background: #074299;
}
/* 窗口悬浮 */
.s_spserv__wrap {
    position: fixed;
    right: 16px;
    bottom: 82px;
    padding: 9px;
    z-index: 9
}

.s_spserv__wrap-morebottom {
    bottom: 115px
}

.s_spserv__wrap-backtop {
    bottom: 117px
}

.s_spserv__item {
    width: 48px;
    height: 48px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    color: #333
}

.s_spserv__item:last-of-type {
    margin-bottom: 0
}

.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    transition: .4s;
}
.s_spserv__pic .iconfont{
    font-size: 25px;
}
.s_spserv__pic:hover{
    background:#074299;
    color:#fff;
}

.s_spserv__line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.s_spserv__hoverarea{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px
}
.not-ie-hoverarea:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff
}

.s_spserv__hoverarea-block {
    display: block
}
.s_spserv__wxpic {
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 9px auto
}

.s_spserv__hoverarea-wx {
    text-align: center;
    padding: 15px 15px
}
.back_top_wrapper{
    position: fixed;
    right: 25px;
    bottom: 65px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background:#074299;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 30px;
    color:#fff;
}
.back_top_wrapper:hover{
    cursor: pointer;
    position: fixed;
    right: 24px;
    bottom: 52px;
}
/* 内页开始 */
.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(../images/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: 60px 0;
}
.ny_content .callus_l,.ny_content .callus_r{
    width: 43%;
}
.ny_content .callus_l h1,.ny_content .callus_r h1{
    font-size: 50px;
    font-family: blokcn;
    font-weight: bold;
    height: 60px;
    color: #e5e5e5;
    text-transform: uppercase;
}
.ny_content .callus_l h5,.ny_content .callus_r h5{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    height: 70px;
    border-bottom: #666666 solid 2px;
}
.ny_content .callus_l img{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ny_content .callus_l p{
    text-align: center;
    font-size: 16px;
}
.ny_content .callus_l .code_box{
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.ny_content .callus_r ul{
    margin-top: 40px;
}
.ny_content .callus_r ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: #e6e6e6 solid 1px;
    line-height: 50px;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.ny_content .callus_r ul li i{
    font-size: 26px;
}
/* 当前位置*/
.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;
}
.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(../images/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;
}
.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: 100px;
    font-weight: bold;
    opacity: 0;
    transition: .4s;
}
.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;}
.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;
}
.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 4% 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: 30px;
}
.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: 60px 0;
}
.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;
}
.video_box{
    width: 60%;
    margin: 0 0;
}
.video_box .swiper-container-horizontal>.swiper-pagination-bullets,
.video_box .swiper-pagination-custom,
.video_box .swiper-pagination-fraction {
    bottom: 50px;
}
.video_box ul li{
    text-align: center;
}
.video_box ul li img{
    width: 100%;
    height: 326px;
    object-fit: cover;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
}
.video_box ul li iframe{
    margin: 0 auto;
    width: 640px;
    height: 368px;
}
.video_box ul li video{
    margin: 0 auto;
    width: 640px;
    height: 368px;
}
.newsdetail_nrbox{
    margin-bottom: 50px;
}
.newsdetail_nrbox .newsdetail_nr{
    display: none;
}
.deail_l{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.deail_title{
    width: 36%;
}
.deail_tag{
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
}
.deail_tag h5{
    color: #000;
    font-weight: 400;
    width: 95px;
    margin-bottom: 5px;
}
.deail_tag div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 71%;
    font-weight: 100;
}
.deail_he{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.deail_tel{
    line-height: 48px;
}
.deail_pic{
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}
.deail_tel{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.tel_box,.tel_box_show{
    width: 46%;
    position: relative;
}
.tel_s{

}
.tel_s a{
    text-align: center;
    font-size: 16px;
    background: #013681;
    color: #fff;
    display: block;
}
/* 新闻分类 */
.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: 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.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
}
.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: 1;
    overflow: hidden;
}
.pro_box ul li .pro_more{
    display: block;
    width: 78px;
    height: 34px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    background-color: #b6b6b6;
    border-radius: 22px;
    color: #fff;
    margin-bottom: -14px;
    margin-top: 5px;
}
.pro_box ul li a:hover .pro_more{
    background: #074299;
}
/* 搜索展示 */
.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: 22px;
    color: #333;
    text-align: center;
}
.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: 30px;
}
.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;
}