.banner{max-width:1912px; margin:0 auto;}

.ind_news{
    background: #fff;
    padding: 20px 0;
}

.ind_news_l{
    width: 93px;
}
.ind_news_r{
    width: calc(100% - 93px);
    padding-left: 40px;
    overflow: hidden;
}

.ind_news_scroll{
    height: 40px;
}
.ind_news_scroll_item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    line-height: 40px;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_news_scroll_item .time{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 118px;
}
.ind_news_scroll_item .time .time_tt{
    font-size: 12px;
    padding-right: 9px;
}
.ind_news_scroll_item .tt{
    width: calc(100% - 118px - 130px);
    color: #333;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_news_scroll_item .more{
    width: 120px;
    text-align: right;
}
.ind_news_scroll_item:hover .tt{
    color: #0a0404;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.indexprobox{
    margin: 96px auto;
}

.titbox{
    position: relative;
}
.titbox .tit{
    font-size: 48px;
    line-height: 53px;
    font-family: "Poppins";
    font-weight: bold;
}
.titbox .titdesc{
    margin-top:8px;
    font-size:18px;
    line-height:24px;
    width:60%;
}
.titbox .more{
    position: absolute;
    top:7px;
    right:0px;
    width:25%;
    max-width:280px;
}

.titbox .more a{
    display: block;
    width:100%;
    height:56px;
    text-align: center;
    line-height:56px;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    background-color: #5b9bf3;
}
.titbox .more a img{ 
    padding-left:12px;
}

.titbox .more a:hover{
    cursor: pointer;
    background-color:#16288b;
}


.procatebox{
    margin-top:24px;
    width:100%;
    display: flex;
    display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
}
.procatebox .procateitem{
    width:33%;
    height:360px;
    background-color: #5b9bf3;
    overflow: hidden;
}
.procatebox .procateitem:nth-child(1),.procatebox .procateitem:nth-child(2){
    width:49.75%;
    margin-bottom:0.5%;
}
.procatebox .procateitem:hover{
    cursor: pointer;
    box-shadow:5px 5px 5px rgba(0,0,0,.1);
    transition:all 0.35s;
    transform:translate(0,-5px);
}
.procatebox .procateitem:hover img{
    transform:scale(1.05);
}

.indexabout{display: flex;background: #f9f9f9;flex-wrap: wrap;}
.indexabout .left{width: 60%;padding: 0px;display:flex;justify-content:flex-end;align-items:center;position:relative;}
.indexabout .left .box{width:78%;padding-right:70px;}
.indexabout .left h1,.indexabout .left .aboutsy-title{font-size: 48px; line-height:53px; color: #000000;margin-bottom: 8px;    font-family: "Poppins";
    font-weight: bold;
}
.indexabout .left h4{font-size: 24px;color: #646464;margin-bottom: 24px;}
.indexabout .left p{font-size: 17px;color: #000000;line-height: 32px;margin-bottom: 6px;}
.indexabout .left  .more{
    margin-top:24px;
}
.indexabout .left  .more-a{background: #5b9bf3;margin-left: 50px; padding: 8px 35px;border-radius: 10px;overflow: hidden;font-size: 20px;color: #ffffff;}
.indexabout .right{width: 40%; position:relative;}
.card-thumb img{-ms-flex-negative:0;flex-shrink:0;width:100%;transition:all .2s ease}
.indexvideo{position: absolute; left:50%; top:50%; width:80px;    transform: translate(-50%, -50%);}

.ys_videom_video {
    display: none;
    margin: 0 auto
}

.ys_videom_iframebox {
    display: none
}

.ys_videom_btn {
    cursor: pointer
}

.ys_videom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84)
}

.ys_videom_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ys_videom_close {
    position: absolute;
    right: 0;
    top: -0.5em;
    cursor: pointer;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #fff;
    height:32px;
    width:32px;
}
.ys_videom_close img{max-width:100%}
.ys_videom_close .iconfont {
    font-size: inherit
}

.ys_videom_content {
    width: 1000px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
    text-align: center
}

.ys_videom_video {
    max-width: 100%;
    max-height:640px;
    vertical-align: middle;
    background: #000
}

.ys_videom_iframebox {
    text-align: center
}

.ys_videom_iframebox iframe {
    max-width: 100%;
    min-width: 100px;
    min-height: 100px
}


.honor-li{position: relative;}

.videoopen{max-width:108px}
.videoopen img{max-width:100%}

@media screen and (max-width:480px) {
    .ys_videom_iframebox iframe {
        max-height: 33vh
    }
    .ys_videom_close{
      width:24px;
    }

    .honor-span{font-size: 14px; line-height:32px;}
    .videoopen{max-width:48px;}
}







.aboutnum{
    padding:32px 0px 64px;
    background: #f9f9f9;
}
.aboutnum ul{
    display: flex;
    display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.aboutnum ul li {
	width: 20%;
	text-align: left;
	padding: 25px 0px;
    text-align: center;
}

.aboutnum ul li + li {
	border-left: 0px solid #cecece;
}

.aboutnum ul li h3 span {
	font-size: 40px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	color: #5b9bf3;
	padding-right: 10px;
}

.aboutnum ul li h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000000;
}

.aboutnum ul li h2 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
    padding-bottom:12px;
    text-transform: capitalize;
}

@media (max-width: 1440px) {
	.aboutnum ul li h3 span {
		font-size: 30px;
	}

	.aboutnum ul li h2 {
		font-size: 16px;
	}

	.aboutnum ul li h3 {
		font-size: 14px;
	}

	.aboutnum ul li {
		width: 16.666%;
		text-align: left;
		border-left: 1px solid #cecece;
		padding: 25px 2.5vw;
	}
}

@media (max-width: 1280px) {
	.aboutnum ul li h3 span {
		font-size: 20px;
	}

	.aboutnum ul li h2 {
		font-size: 16px;
	}

	.aboutnum ul li h3 {
		font-size: 14px;
	}

	.aboutnum ul li {
		width: 33.333%;
	}
}

@media (max-width: 1200px) {
	.aboutnum ul li {
		width: 50%;
		padding: 25px 10px;
		border-left:0px;
	}
}
@media (max-width: 768px) {
    .aboutnum{padding:12px 0px;}
    .aboutnum ul li{padding:12px 0px;}
    .aboutnum ul li h2{text-align: center; padding:0px;}
    .aboutnum ul li h3{text-align:center; font-size:14px;}
    .aboutnum ul li h3 span{font-size:32px;}
}


.appbox{
    margin:96px 0px;
}
.app-con{
    position: relative;
}
.app-top-cate{
    margin: 45px 0 18px;
    display: flex;
    display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.app-top-cate li{
    width:24%;
}
.app-top-cate li.active{
    background-color: #5b9bf3;
}
.app-top-cate li a{
    margin-top:12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.app-top-cate li a .pp_num{
    font-size:48px;
    font-family: "impact";
    padding-right:12px;
}
.app-top-cate li a .pp_nm{
    font-size:16px;
    line-height:24px;
}
.app-top-cate li:hover{
    cursor: pointer;
}
.app-top-cate li:hover a{
    color:#5b9bf3
}


.qualitybox{
    background-color:#f9f9f9;
    padding: 96px 0px;
}
.qualitycon{
    margin-top:45px;
    width:100%;
    display: flex;
    display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
    background-color: #5b9bf3;
}
.qualitycon .qualityitem{
    position: relative;
    width:32%;
    color:#fff
}
.qualitycon .qualityitem:nth-child(2),.qualitycon .qualityitem:nth-child(5){
    width:36%;
}
.qualitycon .qualityitem:nth-child(2n){
    padding:24px  40px;
}
.qualitycon .qualityitem h3{
    text-align: center;
    margin-bottom: 16px;
}
.qualitycon .qualityitem p{
    background:url(../images/icon-lx.png) no-repeat top left;
    background-position: 0px 4px;
    padding-left:20px;
    line-height:24px;
    font-size: 16px;
}

.customerbox{
    width:100%;
    display: flex;
    display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
    position: relative;
    background-color: #5b9bf3;
    background:url(../images/cbg.jpg.webp) no-repeat;
    background-position: 0px -50px;

}
.customerlist{
    width:50%;
    background-color: #EDEFF2;
    padding: 72px 96px 72px 96px;
    display: flex;
    display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
    justify-content: flex-start
}
.customercon{
    width:50%;
    position: relative;
    margin-top: -150px;
}

.customerlist .customeritem{    
    width: calc((100% - 24px)/5);
    margin-right:6px;
    margin-bottom: 6px;
    border: 1px solid #ddd;}
.customerlist .customeritem:nth-child(5n){
    margin-right: 0px;
}
.customercontit{
    text-align: center;
    font-size: 44px; 
    line-height:53px; 
    color: #2a6198;
    margin-bottom: 8px;    
    font-family: "Poppins";
    font-weight: bold;
}

.customercon p{
    padding:0px 96px;
    max-width:760px;
    margin:0 auto;
    font-size:15px;
    text-align: center;
    line-height:21px;
    color:#2a6198;
}

.customercon a{
    display:block;
    margin:18px auto 0px;
    width:160px;
    height:42px;
    text-align: center;
    line-height:42px;
    color:#fff;
    background-color: #2a6198;
}


.newsbox{
    margin:96px 0px;
}
.newslist{
    width:100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top:45px;
}
.newslist .newsitem{
    width: calc((100% - 72px)/3);
    background-color: #fff;
    transition: all 0.5s;
    position: relative;
}
.newslist .newsitem img{
    max-width:100%;
    position: relative;
    z-index: 1;
}

.newsitem-info{
    width:100%;
    padding:40px 20px;
}
.newsitem-info .date{
    width:100%;
    position: relative;
}
.newsitem-info .date .day{
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    color:#5b9bf3;
}
.newsitem-info .date .year{
    font-size:14px;
    padding-left: 50px;
    position: absolute;
    top:50%;
    left:45px;
    transform: translateY(-50%);
    line-height: 1.4;
    color:#333333;
}
.newsitem-info .date .year:after {
    content: "";
    height: 2px;
    background: #5b9bf3;
    position: absolute;
    width: 25px;
    right: -40px;
}
.newsitem-info .tit {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    padding: 0;
    margin: 10px 0;
}
.newsitem-info .tit a{
    font-size: 18px;
    line-height: 1.3;
    color:#020202;
    font-weight: bold;
}
.newsitem-info .des{
    display:none;
}

.newslist .newsitem:hover{
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.newslist .newsitem:hover .newsitem-info{
    position: absolute;
    top:0px;
    z-index: 2;
    background-color: #fff;
    height:100%;
    background: url(../images/bg1.jpg) no-repeat center bottom;
    background-size: cover;
}
.newslist .newsitem:hover .newsitem-info .date{
    display:none;
}
.newslist .newsitem:hover .newsitem-info .des{
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    padding-top: 40px;
    background-size: auto;
    font-size: 16px;
    line-height: 2;
    color: #888;
    background: url(../images/icon-yh.png) no-repeat 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.newsmore{margin:64px auto 0px; width:180px;}

@media screen and (min-width: 300px) and (max-width: 767px){
    .wrapper{width:96%; margin:0 auto;}
    .ind_news_scroll_item .more{display:none}
    .ind_news_scroll_item .time{display:none}
    .ind_news_scroll_item .tt{width:100%;}
    .ind_news{padding:8px 0px;}
    .indexprobox{margin:0px 0px 24px; border-top:1px solid #ccc; padding-top:12px;}
    .titbox .tit{font-size: 24px; text-align:center}
    .titbox .titdesc{width:100%; text-align:center}
    .titbox .more{display:none}
    .procatebox .procateitem{height: auto; width:100%; margin-bottom:0.5%}
    .procatebox .procateitem:nth-child(1), .procatebox .procateitem:nth-child(2){width:100%;}
    .indexabout .left{width:100%;}
    .indexabout .left .box{width:96%; margin:0 2%; padding-right:0px;}
    .indexabout .left h1, .indexabout .left .aboutsy-title{font-size: 24px; text-align: center; padding-top:18px;}
    .indexabout .left h4{font-size: 20px;text-align: center; margin-bottom:8px;}
    .indexabout .left .more{margin-top:8px;}
    .indexabout .left .more-a{margin-left:0px; margin-top:12px; display:block; text-align:center; width:200px;}
    .indexabout .right{width:100%; margin-top:20px;}
    .aboutnum ul{    flex-wrap: wrap;}
    .aboutnum ul li:nth-child(3){width:100%;}
    .procatebox .procateitem:hover img{transform: scale(1);}
    .appbox{margin:42px 0px;}
    .app-top-cate li{width:100%; text-align: center; margin-bottom:12px;}
    .app-top-cate{    flex-wrap: wrap;}
    .procatebox .procateitem:hover{    transform: translate(0, 0px);}
    .qualitybox{padding:42px 0px;}
    .qualitycon .qualityitem:nth-child(2n){
        padding: 16px 20px;
    }
    .qualitycon .qualityitem{width:100%;}
    .qualitycon .qualityitem:nth-child(2), .qualitycon .qualityitem:nth-child(5){width:100%;}
    .customerbox{flex-wrap: wrap;}

    .customerlist{width:100%; padding:12px 12px;}
    .customercon{width:100%; margin-top:0px; padding:40px 0px; background: url(../images/cbg.jpg.webp) no-repeat right bottom;         background-size: 200%;}
    .customercontit{font-size: 24px;}
    .customercon p{padding:0px 24px}

    .newsbox{margin:42px 0px;}
    .newslist .newsitem{width:100%;}
    .newslist {width: 100%; display: flex; flex-wrap: wrap;}
    .newsitem-info{padding:20px 12px;}
    
    .ind_news_r{padding-left:12px;}
}