body {
    width: 100%;
    min-width: 1220px;
    margin-top: 0px;
    color:#313131;
  }
  .fixW {
    width: 1220px;
    margin: 0 auto;
    position: relative;
  }


/* banner */
:root {
--swiper-navigation-size: 26px;
}

:root {
--swiper-theme-color: #fff;
}
#comBanner .swiper-slide{
    height:750px;
    background: #4A4B5F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
#comBanner .swiper-button-next,
#comBanner .swiper-button-prev {
color: #fff;
padding: 11px;
background: rgba(200, 200, 200, 0.4);
visibility: hidden;
}
#comBanner:hover .swiper-button-next,
#comBanner:hover .swiper-button-prev {
visibility: visible;
}
#comBanner .swiper-button-next:after,
#comBanner .swiper-container-rtl .swiper-button-prev:after,
#comBanner .swiper-button-prev:after,
#comBanner .swiper-container-rtl .swiper-button-next:after {
font-weight: bold;
}
#comBanner .swiper-pagination-bullet {
width: 12px;
height: 12px;
background: #fff;
}
/* banner end */


/*
 * 区块头部
 */
.section-title {
text-align: center;
}
.section-title h3 {
    font-size: 40px;
    line-height: 38px;
    font-weight: bold;
    padding-bottom: 17px;
    position: relative;
}
.section-title h3::after{
    content:'';
    width: 50px;
	height: 3px;
	background-color: #007eff;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -25px;
}
.section-title p {
    margin-top: 15px;
    font-size: 16px;
	line-height: 1;
	color: #7d7d7d;
}
.section-title-fff h3, .section-title-fff p {
    color: #fff;
}

.page-btn {
    min-width: 162px;
    height: 40px;
    background: #007eff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
}
  
.page-btn:hover {
    background: #0067ce;
    color: #fff;
}


.page-btn2 {
    min-width: 115px;
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #007eff;
    text-align: center;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 0 0 1px #007eff inset;
            box-shadow: 0 0 0 1px #007eff inset;
}
  
.page-btn2:hover {
    color: #0067ce;
    -webkit-box-shadow: 0 0 0 1px #0067ce inset;
            box-shadow: 0 0 0 1px #0067ce inset;
}

.page-btn3 {
    min-width: 160px;
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #007eff;
    text-align: center;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 0 0 1px #007eff inset;
            box-shadow: 0 0 0 1px #007eff inset;
}
  
.page-btn3:hover {
    color: #fff;
    background: #007eff;
}


.page-btn4 {
    width: 200px;
    height: 40px;
    background-color: rgba(10, 67, 122, 0);
    border: solid 1px #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.page-btn4::after{
    content: '';
    width: 200px;
    height: 40px;
    position: absolute;
    left: -160px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 400ms cubic-bezier(0.3, 1, 0.2, 1);
    transition: all 400ms cubic-bezier(0.3, 1, 0.2, 1);
    -ms-transition: all 400ms cubic-bezier(0.3, 1, 0.2, 1);
}
.page-btn4:hover{color:#fff !important;}
.page-btn4:hover::after {
    left: 130px;
}

header{
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index: 99;
}
.header-main{
    height: 120px;
    background: rgba(38, 38, 38, 0.8);
    min-width: 1220px;
}
.header-logo{
    padding-right: 89px;
    height: 76px;
    border-right: 2px solid #007eff;
    margin-top: 22px;
}
.header-logo a{
    margin-top: 5px;
}
.header-right{
}
.header-right-top{
    margin-top: 17px;
}
.header-right-qu{
    font-size: 14px;
	line-height: 16px;
	color: #989797;
    padding-right: 18px;
    border-right: 2px solid #929191;
    margin-top: 5px;
}
.header-right-qu span{
    display: inline-block;
    width: 14px;
    text-align: center;
}
.header-right-tel{
    margin-left: 16px;
    font-size: 18px;
	line-height: 24px;
    height: 24px;
	color: #1571cf;
    padding-left: 36px;
    background: url(../images/tel.png) no-repeat 0 center;
}
.header-right-tel:hover{
    color: #989797;
    text-decoration: underline;
}
.header-nav{
    margin-top: 19px;
    text-align: left;
    position: relative;
}
.header-item{
}
.header-item + .header-item{
    margin-left: 6px;
}
.header-item-name{
    font-size: 14px;
    line-height: 60px;
    color: #ffffff;
    font-weight: bold;
    padding:0 18px;
}
.header-item:hover .header-item-name,
.header-item-run{
    color:#007eff;
}
.header-item-hover{
    position: absolute;
    right:0;
    top:100%;
    z-index: 99;
    width: 920px;
    height: 290px;
    background-color: #ffffff;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 27px;
    display: none;
}
.header-item-block{
    width: 153px;
    height: 108px;
    margin-top: 28px;
}
.header-item-block-name{
    font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #535353;
}
.header-item-links{
    margin-top: 7px;
}
.header-item-links p{
    height: 26px;
    margin-right: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-item-links a{
    font-size: 14px;
	line-height: 26px;
	color: #7d7d7d;
}
.header-item-links a:hover{
    color: #FF6900;
}
.header-item:hover .header-item-hover{
    display: block;
    z-index: 999;
}
.header-item2 .header-item-block{
    width: 153px;
}
.header-item2 .header-item-block:nth-child(6n+6){
    width: auto;
}
.header-item3 .header-item-hover{
    width: 680px;
}
.header-item3 .header-item-block{
    width: 240px;
}
.header-item3 .header-item-block:nth-child(3n+3){
    width: auto;
}

.header-item5 .header-item-hover{
    width: 500px;
    height: 150px;
}
.header-item5 .header-item-block{
    width: 160px;
}
.header-item5 .header-item-block:nth-child(3n+3){
    width: auto;
}
.hot{
    padding-right: 28px;
    background: url(../images/hot.png) no-repeat right center;
}



/* footer start */

footer {
    background-color: #05142c;
}

.foot-main {
    border-bottom: 1px solid #535353;
    padding: 95px 26px 76px;
}

.foot-nav-list {
}
.foot-nav{
    padding-top: 7px;
}
.foot-nav div + div{
    margin-left: 15px;
}
.foot-nav-item {
    font-size: 14px;
    line-height: 18px;
    margin-right: 60px;
}

.foot-nav a {
    color: #7d7d7d;
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
}

.foot-nav-item a:hover {
    color: #ffe100;
}

.foot-nav-name {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}
.foot-nav-item .foot-nav-name{
    text-align: center;
}

.foot-attention {
    margin-top: 20px;
}
.foot-attention-item{
    text-align: center;
}
.foot-attention-item + .foot-attention-item{
    margin-left: 52px;
}

.foot-atten-name {
    font-size: 14px;
    line-height: 14px;
    color: #7d7d7d;
    margin-top: 14px;
}
.foot-atten-code{
	height: 108px;
    line-height: 108px;
}
.foot-atten-code img {
    max-width: 109px;
    max-height: 108px;
    vertical-align: middle;
}

.foot-concat{
    margin-top: 9px;
    margin-left: 45px;
}
.logo_botm{
    margin-bottom: 30px;
}
.foot-concat .foot-atten-name{
    margin-left: 9px;
}
.foot-concat-tel a{
    font-size: 16px;
	line-height: 18px;
    height: 18px;
	color: #ffffff;
    margin-top: 12px;
    margin-left: 9px;
    padding-left: 22px;
}
.foot-concat-tel a:nth-child(1) {
    background: url(../images/tel_icon1.png) no-repeat 0 center;
}
.foot-concat-tel a:nth-child(2) {
    background: url(../images/tel_icon2.png) no-repeat 3px center;
}

.foot-bottom {
    line-height: 150px;
    height: 150px;
}

.foot-bottom-wrapper {
    vertical-align: middle;
    font-size: 13px;
    line-height: 24px;
    color: #7d7d7d;
    text-align: center;
}

.foot-bottom-wrapper a {
    display: inline;
    color: inherit;
    margin-left: 18px;
}

.foot-bottom-wrapper a:hover {
    color: #94191b;
}


/* footer end */


/* 30秒了解永瑞 */
.section-about{
    background: url(../images/bg5.jpg) no-repeat center center / cover;
    padding:125px 0 177px;
}
.about-main{
}
.about-title{
    margin-bottom: 38px;
    padding-left: 128px;
}
.about-title h3{
    font-size: 40px;
	font-weight: bold;
	line-height: 38px;
}
.about-title p{
    font-size: 40px;
	font-weight: bold;
	line-height: 38px;
    color: #007eff;
    margin-top: 19px;
}
.about-intro{
    width: 700px;
    padding-left: 128px;
}
.about-intro p{
    margin-top: 27px;
    font-size: 14px;
	line-height: 20px;
	color: #535353;
    text-align: justify;
}
.about-btns{
    text-align: left;
    margin-top: 40px;
    padding-left: 128px;
}
.about-btns .page-btn{
    width: 130px;
    min-width: auto;
    height: 38px;
    line-height: 38px;
    margin-right: 24px;
}
.about-btns .page-btn2{
    width: 130px;
    min-width: auto;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: 0 0 0 1px #535353 inset;
            box-shadow: 0 0 0 1px #535353 inset;
    color:#535353;
}
.about-btns .page-btn2:hover{
    -webkit-box-shadow: 0 0 0 1px #007eff inset;
            box-shadow: 0 0 0 1px #007eff inset;
    color:#007eff;
}
/* end */

/* 我们可以提供哪些地址 */
.new16{
    background: url(../images/bg1.jpg) no-repeat center center / cover;
    padding:134px 0 96px;
}
.new16 .section-title h3,
.new16 .section-title p{color:#fff}
.new16-wrapper{
    margin:22px 0 34px;
}
.new16-slide{
    width: 296px;
	height: 70px;
    line-height: 70px;
    background-color: rgba(255,255,255,.2);
    font-size: 16px;
    text-align: center;
    margin-top:12px;
    margin-left: 12px;
}
.new16-slide:hover{
    color:#fff;
    background-color: rgba(255,255,255,.4);
}
.new16-slide:nth-child(4n+1){margin-left: 0;}
/* end */


/* 你可能感兴越的业务 */
.section-project{
    padding:95px 0 75px;
}
.project-swiper{
    margin-top: 27px;
    
}
.project-swiper .project-wrapper{
    padding-bottom: 10px;
}
.project-slide{
    text-align: center;
    width: 286px;
	height: 310px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 8px 0px 
		rgba(191, 191, 191, 0.3);
	        box-shadow: 0px 2px 8px 0px 
		rgba(191, 191, 191, 0.3);
    /* margin-right: 25px; */
}
.project-slide-img{
    width: 100%;
	height: 200px;
    overflow: hidden;
}
.project-slide-img img{
    width: 100%;
	height: 100%;
}
.project-slide-name{
    font-size: 16px;
	font-weight: bold;
    line-height: 53px;
    height: 53px;
    margin:0 10px;
    -webkit-line-clamp: 1;
    color:#313131;
}
.project-slide-btn{
    width: 160px;
	height: 36px;
    line-height: 36px;
}
/* end */


/* crumbs */
.crumbs{
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}
.crumbs-main{
    margin-left: 20px;
    padding:14px 0;
	line-height: 20px;
}
.crumbs-main a{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
	line-height: 20px;
	color: #535353;
    padding:0 12px;
}
.crumbs-main a:hover{
    color:#0067ce;
}
/* crumbs end */

/* choose */
.choose {
    background-color: #f1f1f1;
    padding:25px 30px;
}
.choose-content{
    text-align: left;
}
.choose-content + .choose-content{
    margin-top: 21px;
}
.choose-name{
    width: 98px;
    font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.choose-links a{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
	color: #535353;
	line-height: 30px;
    margin-right: 2px;
    padding:0 13px;
    cursor: pointer;
}
.choose-links a:not(.choose-active):hover{
    color: #007eff;
}
.choose-links a.choose-active{
    font-weight: bold;
    color:#fff;
    background-color: #007eff;
	border-radius: 5px;
}
/* choose end */


/* 通用项目块 */
.list-container{
    padding: 68px 0 108px;
}
.list-wrapper{
    margin-bottom: 43px;
}
.list-slide{
    border-bottom: 1px solid #eee;
    padding:30px 0;
    text-align: left;
}
.list-slide:hover{
    -webkit-box-shadow: 0px 0px 20px 0px 
		rgba(187, 192, 197, 0.49), 0 0 0px 1px #eee inset;
            box-shadow: 0px 0px 20px 0px 
		rgba(187, 192, 197, 0.49), 0 0 0px 1px #eee inset;
}
.list-slide-img{
    width: 460px;
	height: 322px;
    background-color: #1c3d69;
    position: relative;
}
.list-slide-img img{
    width: 100%;
	height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.list-slide-main{
    width: 660px;
    margin-left: 48px;
}
.list-slide-type{
    font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #007eff;
    margin:14px 0 18px;
}
.list-slide-name{
    font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #313131;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}
.list-slide-intro{
    line-clamp: 2;
    -webkit-line-clamp: 2;
    font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
    margin:13px 0 15px;
    height: 40px;
    width: 547px;
}
.list-slide-tags{
    text-align: left;
    border-top:1px solid #eee;
    padding:17px 0 21px;
}
.list-slide-tags span{
    min-width: 76px;
    padding:0 10px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 4px;
    -webkit-box-shadow: 0 0 0px 1px #bfbfbf inset;
            box-shadow: 0 0 0px 1px #bfbfbf inset;
    font-size: 14px;
    line-height: 30px;
	color: #7d7d7d;
    text-align: center;
}
.list-slide-tags span + span{margin-left: 7px;}
.list-slide-tip{
    padding-left: 35px;
    background: url(../images/tip.png) no-repeat 0 center;
    font-size: 14px;
	line-height: 24px;
	color: #7d7d7d;
    margin:0 0 23px;
    height: 24px;
}
.list-slide-btns{
    text-align: left;
}
.list-slide-btns a:nth-child(1){
    min-width: auto;
    width: 115px;
    margin-right: 13px;
}

.list-pagination{
    font-size: 14px;
	color: #7d7d7d;
    line-height: 41px;
    text-align: center;
}
.list-pagination a,
.list-pagination input{
    display: inline-block;
    vertical-align: top;
    line-height: 41px;
	color: inherit;
    border-radius: 5px;
	/* border: solid 1px #e5e5e5; */
    -webkit-box-shadow: 0 0 0 1px #e5e5e5 inset;
            box-shadow: 0 0 0 1px #e5e5e5 inset;
    padding:0 11px;
    min-width: 20px;
    text-align: center;
}
.list-pagination span{
    padding:0 19px 0 11px;
}
.list-pagination input{
    border:none;
    width: 30px;
}
.list-pagination a.pag-active,
.list-pagination a:hover{
    color:#fff;
    -webkit-box-shadow: 0 0 0 1px #007eff inset;
            box-shadow: 0 0 0 1px #007eff inset;
    background: #007eff;
}

/* end */