.header-fluid{
    background:#fff;
    box-shadow: 0 0 3px #666;
    position: relative;
}
.header{
    width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}
.header .logo{
    width:200px;
}
.header .navbar{
    width:710px;
}
.header-tel p{
    font-size:16px;
    color:#666;
}
.header-tel h3{
    color:#222;
    font-size:25px;
}
.navbar>.nav>ul{
    display: flex;
    justify-content: space-between;
}
.navbar>.nav>ul>li{
    width:calc(100%/7);
    position: relative;
}
.navbar>.nav>ul>li>a{
    line-height: 90px;
    display: block;
    height: 90px;
    font-size:16px;
    text-align: center;
}
.navbar>.nav>ul>li:hover>a,
.navbar>.nav>ul>li.active>a{
    background:#0d56a7;
    color:#fff;
}
.navbar>.nav>ul>li>.childmenu{
    position: absolute;
    top:100%;
    left:0;
    width:150px;
    border-left:2px solid #0d56a7;
    background:#ffffff;
    display: none;
    z-index:100;
    border-bottom:2px solid #0d56a7;
}
.navbar>.nav>ul>li:nth-of-type(2)>.childmenu{
    width:200px;
}
.navbar>.nav>ul>li>.childmenu>a{
    font-size:15px;
    display: block;
    padding-left:20px;
    line-height: 40px;
    border-top: 1px solid #f0f0f0;
    color:#333;
}
.navbar>.nav>ul>li>.childmenu>a:hover{
    background:#0d56a7;
    color:#fff;
    border-color:#0d56a7;
}
.navbar>.nav>ul>li:hover .childmenu{
    display: block;
}

.fluid{
    padding:80px 0;
}
.container{
    width:1200px;
    margin:0 auto;
}
.main-title{
    margin-bottom: 40px;
}
.main-title .smtitle{
    text-align: center;
}

.main-title .smtitle .title{
    font-size: 42px;
    color: #222222;
}
.main-title .smtitle p{
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
}
.main-title .smmore{
    width:140px;
    line-height: 42px;
    border:1px solid #999;
    color:#666;
    
    height: 44px;
}
.daohang,
.banner-mobile {
    display: none;
}

.banner-mobile,
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-mobile img,
.banner img {
    width: 100%;
    display: block;
}

.banner-mobile .owl-theme .owl-controls .owl-page,
.banner .owl-theme .owl-controls .owl-page {
    display: block;
    float: left;
}

.banner-mobile .owl-theme .owl-nav,
.banner .owl-theme .owl-nav {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}

.banner-mobile .owl-theme .owl-nav div,
.banner .owl-theme .owl-nav div {
    width: 40px;
    line-height: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.507);
    opacity: 0.7;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 0px;
    font-size: 30px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.banner-mobile .owl-theme .owl-nav div:hover,
.banner .owl-theme .owl-nav div:hover {
    background-color: rgba(0, 0, 0, 0.95);
}

.banner-mobile .owl-theme .owl-nav div.owl-prev,
.banner .owl-theme .owl-nav div.owl-prev {
    left: 10px;
}

.banner-mobile .owl-theme .owl-nav div.owl-next,
.banner .owl-theme .owl-nav div.owl-next {
    right: 10px;
}

.banner-mobile .owl-theme .owl-nav div.owl-next::before,
.banner .owl-theme .owl-nav div.owl-next::before {
    content: "\e610";
}

.banner-mobile .owl-theme .owl-nav div.owl-prev::before,
.banner .owl-theme .owl-nav div.owl-prev::before {
    content: "\e663";
}

.banner-mobile .owl-theme .owl-dots,
.banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-mobile .owl-theme .owl-dots .owl-dot span,
.banner .owl-theme .owl-dots .owl-dot span {
    margin: 0 2px;
    height: 10px;
    width: 18px;
    background-color: #fff;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    box-shadow: 0 0 0 1px #f1f1f1;
}

.banner-mobile .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #0d56a7;
}

.banner-mobile .owl-theme .owl-controls,
.banner .owl-theme .owl-controls {
    margin-top: 0;
}
.business-fluid{
    background:#f8f8f8;
}
.business-list{
    display: flex;
    flex-wrap: wrap;
}

/* .business-item:nth-of-type(1){
    margin-top: 160px;
}
.business-item:nth-of-type(2){
    margin-top: 120px;
}
.business-item:nth-of-type(3){
    margin-top: 80px;
}
.business-item:nth-of-type(4){
    margin-top: 40px;
}
.business-item:nth-of-type(5){
    margin-top: 0px;
} */
.business-item {
    width:calc(100%/5 - 12px); 
    margin-right:15px;
    margin-bottom: 15px;
}
.business-item:nth-of-type(5n){
    margin-right: 0;
}
.business-item a{
    display: block;
    width:100%;
    background:#fff;
    padding:25px 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 5px #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.business-item a:hover{
    background:#0d56a7;
}
.business-item a .img{
    width:100%;
    border-radius: 10px;
    overflow: hidden;
    margin:0 auto;
    box-shadow: 0 0 10px #dbdbdb;

}
.business-item a .img:hover{
    padding:1px;
    background:#fff;
}
.business-item a .img img{
    width:100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 5px #ddd;
}
.business-item a:hover .img img{
    box-shadow: 0 0 0 #ddd;
}
.business-item a .info .title{
    margin-top: 20px;
    text-align: center;
    font-size:16px;
    font-weight: 600;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.business-item a:hover .info .title{
    color:#fff;
}
.business-item a .info .bmore{
    width:120px;
    line-height: 28px;
    margin:20px auto 0;
    border:1px solid #0d56a7;
    color:#0d56a7;
    text-align:center;
}
.business-item a:hover .info .bmore{
border:1px solid #fff;
    color:#fff; 
}

.product-list{
    display: flex;
    flex-wrap: wrap;
}
.product-item{
    width:calc(100%/4 - 15px);
    margin-right: 20px;
    margin-bottom: 30px;
    border:1px solid #dedede;
}
.product-item:nth-of-type(4n){
    margin-right: 0;
}
.product-item a{
    display: block;
    width:100%;
    padding:8px 8px 5px;
}
.product-item a .img{
    width:100%;
    overflow: hidden;
}
.product-item a .img img{
    display: block;
    width:100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-item a:hover .img img{
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}
.product-item a .info{
    padding:15px 8px 5px;
}
.product-item a .info .title{
    width:100%;
    font-size:18px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-item a .info .des{
    font-size: 14px;
    line-height:22px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    color:#999;
    height: 44px;
    margin:5px 0 10px;
}
.product-item  a .pmore{
    color:#0d56a7;
}
.product-item a:hover .info .title{
    color:#0d56a7;
}
.ys-fluid{
    background:url(../images/bg2.jpg) no-repeat top center;
}
.ys-title{
    text-align: center;
    margin-bottom: 70px;
}
.ys-title .title1{
    font-size:50px;
    color:#fff;
    margin-bottom: 10px;
}
.ys-title .title1 span{
    /* color:#da0203; */
    color:#f7c107;
}
.ys-title .title2{
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.ys-item{
    width:100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}
.ys-item .ys-info,
.ys-item .ys-img{
    width:50%;
}
.ys-item:nth-of-type(2),
.ys-item:nth-of-type(4){
    flex-direction: row-reverse;
}
.ys-item:nth-of-type(1) .ys-info,
.ys-item:nth-of-type(3) .ys-info{
    padding-right: 70px;
}
.ys-item:nth-of-type(2) .ys-info,
.ys-item:nth-of-type(4) .ys-info{
    padding-left:70px;
}
.ys-item .ys-info .info{
    padding-left:110px;
    position: relative;
}
.ys-item .ys-info .num{
    position: absolute;
    left:0;
    top:0;
    width:72px;
    height: 83px;
    text-align: center;
    line-height: 83px;
    font-size:30px;
    font-weight: bold;
}
.ys-item .ys-info .num{
    color:#fff;
    background:url(../images/num_b.png) no-repeat center center;
}
.ys-item1 .ys-info .num{
    color:#0d56a7;
    background:url(../images/num_w.png) no-repeat center center;
}
.ys-item .ys-info .ystitle{
    font-size:27px;
    color:#222;
    margin-bottom: 20px;
}
.ys-item1 .ys-info .ystitle{
    color:#fff;
}
.ys-item .ys-info .list p{
    font-size:16px;
    line-height: 30px;
    position: relative;
    padding-left:25px;
    margin-bottom: 10px;
}
.ys-item1 .ys-info .list p{
color:#fff;
}

.ys-item .ys-info .list p:after{
    content:'';
    position: absolute;
    top:11px;
    left:0;
    width:10px;
    height: 10px;
    transform: rotate(-45deg);
}
.ys-item .ys-info .list p:after{
background:#0d56a7;
}
.ys-item1 .ys-info .list p:after{
background:#fff;
}
.about-fluid{
    /* background:#f0f0f0; */
    background:url(../images/bg1.jpg) no-repeat top center;
}
.about{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.about-info{
    width:480px;
    padding:30px 20px 20px;
    border:1px solid #ddd;
}
.about-info .about-title .english{
    font-weight: 600;
    font-size: 58px;
    color: #ccc;
    text-transform: uppercase;
}
.about-info .about-title .english span{
    color:#0d56a7;
}
.about-info .about-title .title{
    font-size: 30px;
    color: #212121;
}
.about-info .about-title .smtit{
    font-size:20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about-des{
    font-size:15px;
    line-height: 30px;
    height: 240px;
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.aboutimgBox{
    width:700px;
    box-shadow: 0 0 10px #ddd;
}
.aboutimgTop{
    position: relative;
}
.iconvideo{
    width:70px;
    height: 70px;
    background:#0d56a7;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 70px;
    text-align: center;
    color:#fff;
    font-size:30px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.iconvideo i.iconfont{
    font-size:44px;
}
.videoBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.videoBox .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7)
}

.videoBox .video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#fff;
    padding-bottom: 10px;
}

.videoBox .video .videobox {
    width: 750px;
    height: 420px;
}

.videoBox .video .close {
    text-align: center;
    text-align: center;
    margin:10px auto 0;
    line-height: 40px;
    border-radius: 10px;
    overflow: hidden;
    font-size:20px;
    color:#333;
    cursor: pointer;
    font-weight: 600;
    
}


.aboutlist{
    padding:25px;
    background:#fff;
}
.aboutlist ul{
    display: flex;
    justify-content: space-between;
}
.aboutlist ul li{
    width:32%;
    position: relative;
}
.aboutlist ul li a{
    display: block;
    width:100%;
    height: 100%;
}
.aboutlist ul li .t{
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    transform: translateY(-50%);
    text-align: center;
    z-index:10;
    color:#fff;
    font-size:20px;
}
.aboutlist ul li a::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
    z-index:1;
}
.aboutlist ul li a:hover::before{
background:rgba(13,86,167,0.7);
}
.numWrapper {
    margin-top: 40px;
}
.numWrapper ul{
    display: flex;
    justify-content: center;
}
.numWrapper ul li{
    width:40%;
    text-align: center;
}
.numWrapper ul li .t{
    font-size:40px;
    display: flex;
    justify-content: center;
    color:#0d56a7;
    font-weight: 600;
}
.numWrapper ul li .t span{
    font-size:16px;
    color:#666;
    font-weight: normal;
}
.numWrapper ul li p{
    font-size:25px;
    margin-top: 10px;
    color:#333;
}
.MORE{
    display: block;
    width: 280px;
    height: 50px;
    background: #e50014;
    box-shadow: 0px 4px 4px 0px rgb(204 60 12 / 24%);
    border-radius: 40px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 50px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
}
.MORE:hover{
    border-radius: 40px;
    opacity: 0.8;
}
.news-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-list .news-item{
    width:49%;
}
.news-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.news-item .time{
    width:148px;
    background:#0d56a7;
    text-align: center;
    color:#fff;
    padding:10px 0;
}
.news-item .time .day{
    font-size:52px;
    line-height: 55px;
}
.news-item .time .ym{
    line-height: 30px;
    font-size:18px;
}
.news-item .info{
    background:#f2f2f2;
    padding:15px 20px 10px 20px;
    width:calc(100% - 148px);
}
.news-item .info .title a{
    display: block;
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:21px;
    margin-bottom: 5px;
}
.news-item .info .des{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    color: #999999;
    font-size: 14px;
}
.news-item .info .title a:hover{
    color:#0d56a7;
}
.fg-fluid {
	width: 100%;
	padding: 60px 0;
	background: #2665ac;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #294178), color-stop(100%, #2288df));
	background: -webkit-linear-gradient(top, #294178 0, #2288df 100%);
	background: -ms-linear-gradient(top, #294178 0, #2288df 100%);
	background: -webkit-linear-gradient(top, #294178, #2288df);
	background: linear-gradient(to bottom, #294178, #2288df);
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.fg-fluid h3 {
	font-size: 42px;
	margin-bottom: 30px;
	font-weight: normal;
}

.fg-fluid h4 {
	font-size: 20px;
	font-weight: normal;
	max-width: 1000px;
	margin: 0px auto 30px;
}

.fg-more {
	text-align: center;
	color: #009aff;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	margin: 0px auto;
	font-size: 24px;
	border-radius: 8px;
	padding: 10px 15px;
	display: inline-block;
	margin-bottom: 20px;
}

.fg-more:hover {
	background: #090d19;
	color: #fff;
}

.fg-fluid p {
	font-size: 20px;
	margin-bottom: 10px;
}
.footer-fluid{
    padding:35px 0 25px;
    background:#282828;
}
.footer{
    display: flex;
    justify-content: space-between;
}
.foot1{
    display: flex;
}
.foot1 dl{
    width:220px;
}
.foot1 dl dt a{
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}
.foot1 dl dd a{
    display: block;
    width:100%;
    color:#666;
    font-size:14px;
    line-height: 30px;
}
.foot2{
    display: flex;
}
.foot2 .ewmbox{
    margin-right: 20px;
    width:120px;
}
.foot2 .ewmbox img{
    display: block;
    width:100%;
}
.foot2 .ewmbox p{
    color:#666;
    text-align: center;
    line-height: 30px;
}
.foot3{
     margin-top: 10px;
     width:240px;
     text-align: center;
}
.foot3 .ftel{
    font-size: 20px;
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
.foot3 p{
    font-size: 14px;
    color: #7d7d7d;
    overflow: hidden;
   
}
.footer-bottom{
    background:#1f1f1f;
    text-align: center;
    color:#808b99;
    padding:10px 0;
    font-size:12px;
    line-height:1.5;
}
.footer-bottom a{
    color:#808b99;
}
.bottom-fluid {
	background: #0d56a7;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px 0px;
	display: none;
	z-index: 999;
}

.bottom-fluid ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.bottom-fluid ul li a {
	color: #fff;
}

.bottom-fluid ul li i.iconfont {
	font-size: 20px;
}
.bottom-fluid ul li img{
    display: block;
    height: 24px;
    margin:0 auto;
}
.bottom-fluid ul li p {
	font-size: 12px;
}
.bottom-fluid .gotop {
	display: block!important;
}
.sub-wraper-fluid{
    padding:60px 0;
}
.crumbs-fluid{
    border-bottom:1px solid #eee;
}
.crumbs{
    line-height: 40px;
    font-size:14px;
    color:#333;
   
}
.crumbs a{
    color:#333;
}
.subtitlist{
    width:100%;
    margin:0px auto 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.subtitlist a{
    display: block;
    margin:4px 4px;
    display: block;
    color: #555;
    background-color: #f1f1f1;
    border-radius: 2px;
    padding:0 8px;
    line-height: 45px;
    font-size:16px;
}
.subtitlist a:hover,
.subtitlist a.active{
    color: #fff;
    background-color: #e62129;
}
.ryzz-list{
    display: flex;
    flex-wrap: wrap;
}
.ryzz-item{
    width:calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.ryzz-item:nth-of-type(4n){
    margin-right: 0;
}

.pages {
    margin: 20px auto;
}
.page{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.page a,
.page span {
    /* float:left; */
    display: block;
    height: 36px;
    padding: 0px 10px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: all 0.2s ease-out;
    border: 1px solid #ddd;
    font-size: 16px;
}

.page span,
.page a:hover {
    color: #fff;
    background-color: #305dc3;
    border-color: #305dc3;
}
.ny-banner {
    padding: 40px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    background-image: url(../images/ny-bg.jpg);
    background-size: cover;
    background-color:#0d56a7;
}

.ny-banner h2 {
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
}

.ny-banner h2 span {
    padding: 0px 5px;
    font-size:22px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.ny-banner h3{
    color:#fff;
    margin-top: 15px;
    margin-bottom: 13px;
    font-size:20px;
}
.crumbs {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.crumbs i.iconfont {
    font-size: 18px;
    margin-right: 5px;
}

.crumbs a {
    color: #fff;
}

.sub-wraper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sub-nav{
    width:260px;
}
.sub-navlist ul{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
.sub-navlist ul li a .china{
    font-size: 16px;
    line-height: 40px;
    color: #151515;
}
.sub-navlist ul li{
    border-bottom:1px solid #eee;
}
.sub-navlist ul li a{
    display: block;
    width:100%;
    padding-left:15px;
    background:#fff;
    font-size: 16px;
    line-height: 45px;
    color: #151515;
}
.sub-navlist .subnavtitle h3{
    font-size:25px;
    font-weight: 600;
    color:#333;
    padding:0 0 0 20px;
    position: relative;
    margin-bottom: 15px;
} 
.sub-navlist .subnavtitle:not(:first-of-type){
    margin-top: 20px;
}
.sub-navlist .subnavtitle h3::before{
    content:"";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:5px;
    height: 24px;
    background:#0d56a7;
    border-radius: 5px;
    overflow: hidden;
}  
.sub-wrap{
    width:calc(100% - 300px);
    padding:30px;
    background:#ffffff;
    box-shadow: 0 0 5px #ddd;
}
.sub-news{
    width:calc(100% - 300px);
}
.sub-sideinfo{
    background:#fff;
}
.sub-sideinfo{
    font-size:25px;
}
.sub-sideinfo a{
    background:#0d56a7;
    text-align: center;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding:10px 0;
    border-radius: 10px;
    overflow: hidden;
}
.sub-sideinfo a i.iconfont{
    font-weight: normal;
    margin-right: 10px;
    font-size:25px;
}
.sub-sideinfo a .icon_img{
    width:27px;
}
.sub-sideinfo a{
    margin-right: 10px;
}
.sub-title{
    text-align: center;
    margin-bottom: 20px;
}
.sub-title h3{
    font-size:25px;
}
.sub-title h4{
    font-size:20px;
}
.sub-title p{
    margin-top: 10px;
    font-size:15px;
}
.sub-content{
    font-size:18px;
    line-height: 2;
}
.sub-links{
    margin-top:20px;
    padding:20px 0;
    border-top:1px dashed #eee;
}
.sub-links p{
    font-size:16px;
    line-height: 2;
    color:#666;
}
.sub-links p a{
    color:#666;
}
.sub-links p a:hover{
    color:#0d56a7;
    text-decoration: underline;
}
.sub-contact-title{
    font-size:26px;
    font-weight: 600;
    margin-bottom: 20px;
    color:#333;
}
.sub-contact-list  ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 45px;
    color: #333;
    line-height: 50px;
    font-size: 18px;
}

.sub-contact-list  ul li i.iconfont {
    position: absolute;
    left: 0px;
    top: 5px;
    line-height: 40px;
    color:#333;
    font-size:28px;
}
.sub-contact-info{
    line-height: 50px;
    font-size: 18px;
}
.ryzz-item a{
    display: block;
    width:100%;
}
.ryzz-item a .img{
    width:100%;
    border:1px solid #ddd;
    padding:4px;
}
.ryzz-item a .img img{
    display: block;
    width:100%;
}
.ryzz-item a .info{
    padding:10px 5px;
}
.ryzz-item a .info .title{
    font-size:18px;
    text-align: center;
    color:#666;
}
.sub-case-list{
    display: flex;
    flex-wrap: wrap;
}
.sub-case-item{
    width:calc(100%/2 - 15px);
    margin-right: 30px;
    margin-bottom: 20px;
}
.sub-case-item:nth-of-type(2n){
    margin-right: 0;
}
.sub-case-item a{
    display: block;
    width:100%;
}
.sub-case-item a .img{
    display: block;
    width:100%;
    overflow: hidden;
}
.sub-case-item a .img img{
    display: block;
    width:100%;
     transition: all .3s;
    -webkit-transition: all .3s;
}
.sub-case-item a .info{
    transition: all .3s;
    -webkit-transition: all .3s;
    background:#f8f8f8;
}
.sub-case-item a .info .title{
    font-size:16px;
    line-height: 45px;
    color:#333;
    text-align: center;
    height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sub-case-item a:hover .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.sub-case-item a:hover .info{
    background:#0d56a7;
}
.sub-case-item a:hover .info .title{
    color:#fff;
}
.sub-sbsl-list{
    display: flex;
    flex-wrap: wrap;
}
.sbsl-item{
    width:calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.sbsl-item:nth-of-type(2n){
    margin-right: 0;
}
.sbsl-item a{
    display: block;
    width:100%;
}
.sbsl-item a .img{
    width:100%;
    display: block;
}
.sbsl-item a .img img{
    display: block;
    width:100%;
}
.sbsl-item a .info{
    width:100%;
}
.sbsl-item a .info .title{
    font-size:18px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sub-product{
    width: 100%;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 5px #ddd;
}
.sub-product-list{
    display: flex;
    flex-wrap: wrap;
}
.sub-product-item{
    width:calc(100%/4 - 15px);
    margin-right: 20px;
    margin-bottom: 30px;
    border:1px solid #ddd;
}
.sub-product-item:nth-of-type(4n){
    margin-right: 0;
}
.sub-product-item a{
    display: block;
    width:100%;
}
.sub-product-item a .img{
    width:100%;
    overflow: hidden;
}
.sub-product-item a .img img{
    display: block;
    width:100%;
}
.sub-product-item a .info{
    width:100%;
}
.sub-product-item a .info .title{
    font-size:16px;
    text-align: center;
    line-height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}