@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: center;
}
.index-banner .swiper-slide img{
    width: 100%;
}
.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-pagination-bullet:focus{
    outline: none;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background:#ffffff;
    text-align: center;
    line-height: 60px;
    transition: .4s;
}
.index-banner .swiper-button-prev .iconfont,
.index-banner .swiper-button-next .iconfont{
    font-size: 35px;
    color:#999999;
    display: inline-block;
}
.index-banner .swiper-button-prev .iconfont{
    transform: rotate(180deg);
}
.index-banner .swiper-button-prev:hover,
.index-banner .swiper-button-next:hover{
    background: #4867a9;
}
.index-banner .swiper-button-prev:hover .iconfont,
.index-banner .swiper-button-next:hover .iconfont{
    color:#fff;
}

.index-banner .swiper-slide img.swiper_img{
	width: 100%;
	height: 100%;
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
@keyframes mymove

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1); /*放大1.1倍*/

	}



}



@-webkit-keyframes mymove /*Safari and Chrome*/

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1); /*放大1.1倍*/

	}

}

/* 标题 */
.title-box{
    text-align: center;
}
.title-box>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-box>div h5{
    font-size: 42px;
    color:#000000;
    font-family: myFont4;
    position: relative;
}
.title-box>div h5 span{
    font-family: myFont4;
}
.title-box>div i{
    display: block;
    width: 55px;
    height: 2px;
    background:#000000;
    margin-left: 15px;
}
.title-box>div i:first-child{
    margin-left: 0;
    margin-right: 15px;
}
.title-box h5 span{
    font-family: myFont4;
    color:#4867a9;
}
.title-box p{
    font-size: 17px;
    color:#999999;
    text-transform: uppercase;
    font-family: myFont1;
}



/* 行业应用 */
.cont1-list{
    position: relative;
    width: 100%;
    height: 600px;
    min-width: 1200px;
}
.cont1-list .msn-focus .hd{
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .6);
    padding:50px 0;
}
.cont1-list .msn-focus .hd ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.cont1-list .msn-focus .hd ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 15% 30px 50px;
    cursor: pointer;
    transition: .5s;
}
@media screen and (min-width:1600px){
    .cont1-list .msn-focus .hd ul li{
        padding:30px 26% 30px 50px;
    }
}
.cont1-list .msn-focus .hd ul li .des,
.cont1-list .msn-focus .hd ul li{
    color:#fff;
}
.cont1-list .msn-focus .hd ul li .iconfont{
    font-size: 40px;
}
.cont1-list .msn-focus .hd ul li h5{
    font-size: 21px;
    font-family: myFont1;
}
.cont1-list .msn-focus .hd ul li p{
    font-size: 16px;
    font-family: myFont;
    text-transform: uppercase;
    margin-top: 5px;
}
.cont1-list .msn-focus .hd ul li:hover,
.cont1-list .msn-focus .hd ul li.on{
    background:linear-gradient(to right,#4867a9,transparent);
}

.cont1-list .msn-focus .bd{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont1-list .msn-focus .bd li{
    position: relative;
    height: 600px;
}
.cont1-list .msn-focus .bd li .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont1-list .msn-focus .bd li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont1-list .msn-focus .bd li .text{
    position: absolute;
    left: 60px;
    bottom: 60px;
    color:#fff;
    width: 40%;
}
.cont1-list .msn-focus .bd li .text h5{
    font-size: 28px;
    font-family: myFont1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont1-list .msn-focus .bd li .text p{
    font-size: 17px;
    font-family: myFont1;
    margin-top: 5px;
}

/* 产品列表 */
.cont1-item{
    width: 100%;
    padding:70px 0;
    background:url(../images/bg2.png) no-repeat left top;
}
.cont1-item-list .img,.pro-list dl dt{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.cont1-item-list .img img,
.pro-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.cont1-item-list .swiper-slide:hover .img img,
.pro-list dl:hover dt img{
    transform: scale(1.04);
}
.cont1-item-list .text{
    padding:15px;
    background:#fff;
}

.cont1-item-list .text p,
.pro-list dl dd p{
    width: 100%;
    height: 38px;
    color:#666666;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    font-family: myFont1;
    transition: .3s;
    border-radius: 3px;
}
.cont1-item-list .swiper-slide:hover .text p,
.pro-list dl:hover p{
    background:#4867a9;
    color:#fff;
}

/* 关于我们 */
.cont2-box .cont2-top{
    width: 100%;
    background:url(../images/a1.png) no-repeat left top;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 25px;
}
.cont2-top .title{
    font-size: 42px;
    color:#fff;
    position: relative;
}
.cont2-top .title::before{
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background:#fff;
    position: absolute;
    left: 0;
    bottom:-25px;
}
.cont2-top .link,.cont3-box .link{
    width: 200px;
    height: 60px;
    border:1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    transition: .5s;
}
.cont3-box .link{
    border:1px solid #999999;
    margin: 0 auto;
}

.cont2-top .link a,
.cont3-box .link a{
    color:#fff;
    font-size: 17px;
    display: block;
}
.cont2-top .link .iconfont,
.cont3-box .link .iconfont{
    color:#fff;
    font-size: 25px;
    vertical-align: middle;
    margin-left: 10px;
    transition: .4s;
}
.cont3-box .link a,
.cont3-box .link .iconfont{
    color:#999999;
}
.cont2-top .link:hover,
.cont3-box .link:hover{
    background:#4867a9;
    border:1px solid #4867a9;
}
.cont2-top .link:hover .iconfont,
.cont3-box .link:hover .iconfont{
    margin-left: 15px;
}
.cont3-box .link:hover a,
.cont3-box .link:hover .iconfont{
    color:#fff;
}

.cont2-bottom{
    width: 100%;
    background:url(../images/a2.png) no-repeat left top;
    background-size: cover;
    padding:30px 0 110px 0;
}
.cont2-box .cont2-bottom .cont2-about{
    width: 75%;
    font-size: 17px;
    color:#fff;
    line-height: 35px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.cont2-box .cont2-bottom .cont2-about p{
    font-family: myFont1;
}


/* 发展历程 */
.cont2-process .swiper-container{
    width: 80%;
    margin:0 auto;
}
.cont2-process .swiper-button-prev,
.cont2-process .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background:#ffffff;
    text-align: center;
    line-height: 40px;
    transition: .4s;
    position: absolute;
    top: 108px;
}
.cont2-process .swiper-button-prev .iconfont,
.cont2-process .swiper-button-next .iconfont{
    font-size: 25px;
    color:#999999;
    display: inline-block;
}
.cont2-process .swiper-button-prev .iconfont{
    transform: rotate(180deg);
}
.cont2-process .swiper-button-prev:hover,
.cont2-process .swiper-button-next:hover{
    background: #4867a9;
}
.cont2-process .swiper-button-prev:hover .iconfont,
.cont2-process .swiper-button-next:hover .iconfont{
    color:#fff;
}

.cont2-process .swiper-slide .year{
    color:#fff;
    font-size: 48px;
}
.cont2-process .swiper-slide .year span{
    font-size: 20px;
    font-family: myFont1;
    margin-left: 7px;
}
.cont2-process .swiper-slide .circle{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border:1px solid #fff;
    position: relative;
    margin:25px 0;
}
.cont2-process .swiper-slide .circle::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background:#fff;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.cont2-process .swiper-slide .des{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.cont2-process .line{
    width: 100%;
    height: 2px;
    background:#fff;
    position: absolute;
    left: 0;
    top: 106px;
}

/* 新闻动态 */
.cont3-box .cont3-list dl{
    width: 30%;
    border-radius: 10px;
    position: relative;
    height: 390px;
}
.cont3-box .cont3-list dl .img{
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.cont3-box .cont3-list dl .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: .5s;
}
.cont3-box .cont3-list dl:hover .img{
    opacity: 1;
}
.cont3-box .cont3-list dl dt{
    font-size: 59px;
    color:#b2b2b2;
    line-height: 45px;
    font-family: myFont4;
    width: 149px;
    position: relative;
    z-index: 1;
    /* transition: .5s; */
}
.cont3-box .cont3-list dl:hover dt{
    background:#3a599a;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding:30px 0;
    color:#fff;
}
.cont3-box .cont3-list dl dt p{
    font-family: myFont1;
    font-size: 17px;
}
.cont3-box .cont3-list dl dd h5{
    font-size: 22px;
    color:#333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:25px 0;
}
.cont3-box .cont3-list dl dd p{
    font-size: 18px;
    color:#999999;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cont3-box .cont3-list dl dd .iconfont{
    font-size: 26px;
    display: inline-block;
    margin-top: 40px;
}
.cont3-box .link{
    margin-top: 50px;
}


/* 内页开始 */
.ny_banner{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 270px;
}
.ny_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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;
}

/* 当前位置*/
.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;
}

/* 栏目二级导航 */
.menu2 {
    border-bottom: 1px #F5F5F5 solid;
    line-height: 65px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    background: #fbfbfb;
}
.menu2 a {
    font-size: 18px;
    transition: all 0.2s;
    color: #333333;
    text-align: center;
    margin: 0 50px;
    position: relative;
    display: block;
    font-family: myFont1;
}
.menu2 a::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    background-color: #074299;
    position: absolute;
    bottom: 0;
    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;
}

/* 新闻详情 */
.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;
}

/* 产品展示 */
.pro-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 25px 25px;
}
.pro-list dl{
    border: 1px solid #eee;
    transition: .5s;
}
.pro-list dl dd{
    padding:15px;
}
.pro-list dl:hover{
    box-shadow: 1px 1px 15px #ccc;
}

/* 相关产品 */
.relate-tit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    border-bottom: 1px solid #CCC;
}
.relate-tit h3{
    float: left;
    font-size: 18px;
    line-height: 50px;
    display: block;
    padding: 0 35px;
    background: #5d7ab9;
    color: #FFF;
    font-family: 'myFont1';
}
.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: 240px;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: 17px;
    text-align: center;
    display: block;
    background: #fff;
    padding: 12px 10px;
    border-top: 1px solid #eaeaea;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'myFont1';
}
.relate-pro ul li:hover .img img{transform: scale(1.1);}
.relate-pro ul li:hover h3{color: #fff;background: #5d7ab9;}
.relate-pro .swiper-container-horizontal>.swiper-scrollbar{position: relative;left: 0;bottom: 0;width: 100%;margin-top: 10px;}
.relate-pro .swiper-scrollbar-drag{background: #5d7ab9;}
.relate-news{
    padding: 20px 0 60px 0;
}
.relate-news ul{padding-top: 20px;}
.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: 16px;
    font-family: 'myFont1';
}
.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;font-family: 'myFont1';}
.relate-news ul li a:hover{color: #5d7ab9;}


/* 分页 */
.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: #5d7ab9;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background-color: #5d7ab9;
    color:#fff;
}


/* 在线留言 */
.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:#5d7ab9;
	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: #5d7ab9;
    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: #5d7ab9;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #5d7ab9;
    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: #5d7ab9;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
	transition: .5s;
}
.form-box .message-box .form_btn:hover{
	background:#ed8e06;
}


/* 新闻中心 */
.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: 401px;
    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;
    min-height: 90px;
}
.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;
}

/* 上下分页 */
.delHandle {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 70px;
	width: 100%;
    line-height: 1;
    align-items: center;
    /* padding: 0 40px; */
    justify-content: space-between;
}
.delHandle .item a:hover,
.delHandle .item a:hover .iconfont{
    color:#5d7ab9;
}
.delHandle .item a i{
	font-size: 20px;
}
.delHandle .item a span{
	margin-right: 15px;
	font-size: 16px;
}
.delPrev-r a span{
	margin-left: 15px;
}
.delHandle .item a .iconfont{
    display: inline-block;
    transition: .5s;
}
.delHandle .item a:hover .iconfont{
    margin-left: 4px;
}

/* 关于我们 */
.about-title{
    font-size: 45px;
    color: #333333;
    text-align: center;
    font-family: myFont4;
}
.about-title p{
    font-size: 18px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 6px;
}
.about-title i{
    display: block;
    width: 60px;
    height: 1px;
    background: #d9232e;
    margin: 20px auto 0;
}
.about-cont1 .primle-text{
    width: 57%;
}
.about-cont1 .primle-text h4{
    font-family: myFont4;
    font-size: 40px;
    margin-bottom: 15px;
    color:#222222;
}
.about-cont1 .primle-text .ab_he{
    height: 50px;
    width: 1px;
    background: #333;
    transform: rotate(-45deg);
    margin-left: 18px;
}
.about-cont1 .primle-text .primle-all{
    font-size: 16px;
    font-family: myFont1;
    line-height: 32px;
    text-align: justify;
    /* text-indent: 2em; */
    color:#333333;
    margin:25px 0 50px 0;
    height: 217px;
    overflow-y: scroll;
    padding-right: 25px;
}
.about-cont1 .primle-text .wh_box .wenhua_box{
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.wenhua_box div{
    margin-top: 20px;
}
.wenhua_box div h5{
    font-size: 25px;
    color:#222222;
    font-family: myFont4;
}
.wenhua_box div::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #0eabba;
    position: absolute;
}
.wenhua_box div:nth-child(1)::after{
    left: 0;
    top: 13px;
}
.wenhua_box div:nth-child(2)::after{
    left: 0;
    top: 92px;
}
.wenhua_box div:nth-child(3)::after{
    left: 0;
    top: 205px;
}
.about-cont1 .primle-img{
    width: 38%;
    height: 550px;
    margin-top: 40px;
}
.about-cont1 .primle-img img{
    width: 100%;
    height: 100%;
}
.about-cont1 .about-math{
    border-bottom: 1px solid #ddd;
    padding:90px 0 80px 0;
}
.about-cont1 .about-math .digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.about-cont1 .about-math .digital li{
    position: relative;
    font-size: 17px;
    color: #333333;
    /* width: 25%; */
    position: relative;
}
.about-cont1 .about-math .digital li strong{
    font-size: 36px;
    color:#222222;
}
.about-cont1 .about-math .digital li i{
    vertical-align: top;
}
.about-cont1 .about-math .digital li em{
    font-family: myFont1;
}
.about-cont1 .about-math .digital li::before{
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    background: #c3c3c3;
    position: absolute;
    top: 17px;
    right: -95px;
}
.about-cont1 .about-math .digital li:last-child:before{
    display: none;
}

/* 内页发展历程 */
.process-box .about-title,
.process-box .about-title p{
    color:#fff;
}


/* 荣誉资质 */
.honor-box{
    padding:70px 0 170px 0;
}
.honor-box .swiper-slide .img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding:3px;
    border:1px solid #eee;
}
.honor-box .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s;
}
.honor-box .swiper-slide:hover .img img{
    transform: scale(.95);
}
.honor-box .swiper-slide .des{
    background: #f5f5f5;
    text-align: center;
    line-height: 25px;
    padding: 13px 10px;
    color: #444;
    font-size: 17px;
    font-family: 'myFont1';
}
.honor-box .swiper-pagination{
    width: 100%;
    margin-top: 55px;
    text-align: center;
}
.honor-box .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background:#5d7ab9;
    border-radius: 50px;
    margin:0 5px;
}
.honor-box .swiper-pagination-bullet-active{
    width: 40px;
    height: 15px;
}

/* 行业应用 */
.traffic-box{
    width: 100%;
    background:url(../images/hy_pic1.png) no-repeat left top;
    background-size: cover;
    border-radius: 10px;
    padding:60px 70px;
    margin-bottom: 30px;
}
.traffic-box:nth-child(2){
    background:url(../images/hy_pic2.png) no-repeat left top;
    background-size: cover;
}
.traffic-box:nth-child(3){
    background:url(../images/hy_pic3.png) no-repeat left top;
    background-size: cover;
}
.traffic-box:last-child{
    background:url(../images/hy_pic4.png) no-repeat left top;
    margin-bottom: 80px;
    background-size: cover;
}
.traffic-box .traffic-title{
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    display: flex;
    color:#fff;
}
.traffic-box .traffic-title .iconfont{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border:1px solid #fff;
    text-align: center;
    line-height: 80px;
    font-size: 53px;
    margin-right: 20px;
}
.traffic-box .traffic-title h5 .p1{
    font-size: 32px;
}
.traffic-box .traffic-title h5 .p2{
    font-size: 17px;
    text-transform: uppercase;
}
.traffic-box .traffic-des,
.traffic-box .traffic-des p{
    font-family: myFont1;
    color:#fff;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
}
.traffic-box .traffic-list ul{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 10px 10px;
}
.traffic-box .traffic-list ul li{
    width: 100%;
    height: 170px;
}
.traffic-box .traffic-list ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}


/* 联系我们 */
.ny_content{
    margin: 60px 0;
}
.ny_content .callus_l,.ny_content .callus_r{
    width: 46%;
}
.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: 20px;
}
.ny_content .callus_r ul li{
    display: flex;
    /* justify-content: space-between; */
    margin-top: 20px;
    border-bottom: #e6e6e6 solid 1px;
    line-height: 30px;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    padding-bottom: 15px;
}
.ny_content .callus_r ul li .iconfont{
    font-size: 26px;
}
.ny_content .callus_r ul li p{
    text-align: left;
    margin-left: 10px;
}