@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');


/*banner*/
.banner{
	position: relative;
	overflow: hidden;
}
.banner .p_scrool {
    position: absolute;
    left: 20px;
    bottom: 40px;
    color: #fff;
    z-index: 10
}

.banner .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    writing-mode: tb;
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 12px
}

.banner .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative
}

.banner .p_scrool i:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 3px;
    animation: scrollmouse 2s linear infinite
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}

.banner .div-text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
}

.banner .swiper-pagination{
	left: 95%;
	bottom: 50%;
	width: 14px;
}

.banner .swiper-pagination span{
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 14px;
	transition: all .6s ease;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active{
	height: 40px;
}

.banner .swiperBtn:after{
	color: #fff;
	display: block;
	min-width: 45px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border:1px solid #fff;
	font-size: 16px;
	border-radius: 50%;
}

.banner .swiperBtn{
	right: 3%;
    bottom: 105px;
    top: unset;
}

.banner .swiperBtn.swiper-button-prev{
	left: unset;
	right: 3%;
	bottom: 40px;
    top: unset;
}

.banner .swiperBtn:hover:after{
	background-color: #333;
	border:1px solid #333;
}

.banner .div-text p.p1{
	font-size: 32px;
    font-family: Impact;
    text-transform: uppercase;
    position: relative;
    transition: all ease .8s .3s;
    opacity: 0;
    font-family: "6d134e01-6cb2-4f94-a7dd-8d185a6ea88f";
    transform: translateY(40px);
}

.banner .div-text p.p1::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 80px;
    height: 10px;
    bottom: 8px;
    z-index: -1;
    left: -15px;
    background: rgb(0, 153, 68);
}

.banner .div-text p.p2{
    max-width: 800px;
	color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(40px);
    margin-top: 2%;
    transition: 0.8s 0.6s;
}

.banner .div-text p.p3{
	color: rgb(255 255 255 / 100%);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 3%;
    transition: all ease .8s .3s;
    opacity: 0;
    transform: translateY(40px);
    margin-top: 1.5%;
    max-width: 880px;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 10%)
}

.banner .div-text .more a{
    opacity: 0;
    transform: translateY(40px);
}

.more a{
	display: inline-block;
    margin-top: 2.6%;
    border-radius: 01;
    border: 2px solid #fff;
    width: 100%;
    max-width: 176px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    
    transition: all ease .3s,transform ease .8s .9s,opacity ease .8s .9s
}

.more a:hover{
	background-color: var(--primary);
	border:2px solid var(--primary);
}

.banner .swiper-slide.swiper-slide-active .div-text p.p1,.banner .swiper-slide.swiper-slide-active .div-text p.p2,.banner .swiper-slide.swiper-slide-active .div-text p.p3,.banner .swiper-slide.swiper-slide-active .div-text .more a{
    opacity: 1;
    transform: translateY(0px);
}

.banner .div-img img{
	transition: all 3s ease;
	transform: scale(1.1);
}

.banner .swiper-slide.swiper-slide-active .div-img img{
	transform: scale(1);
}


/*产品*/
.commonTit{
	position: relative;
	margin-bottom: 45px;
}
.commonTit p.p1{
	font-size: 72px;
    color: #006DB8;
    opacity: 1;
    font-weight: bold;
    letter-spacing: 0;
    background-image: linear-gradient(180deg, #33333321, rgba(255, 255, 255, .1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-family: Impact;
}

.commonTit p.p2{
	font-size: 46px;
    color: #333;
    line-height: 1;
    margin-top: -50px;
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.commonTit:after{
	position: absolute;
	content: "";
	width: 80px;
    height: 3px;
    background: #009944;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.procateList a.item{
	display: block;
	position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.02);
	/*background-image: url(../images/procateBg.jpg);*/
	background-size: cover;
	border:1px solid #eee;
	/*padding-bottom: 45px;*/
}

.procateList .div-text{
    padding: 20px 15px;
    background-color: #fff;
    color: #000;
/*    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;*/
}

.procateList .div-text p.title{
	font-size: 24px;
	font-weight: bolder;
	color: #000;
	margin-bottom: 5px;
}

.procateList .div-text p.des{
	font-size: 14px;
	color: #999;
}

.procateList .item .div-img{
	/*margin-bottom: 35px;*/
}

.procateList .item:hover .div-img img{
	transform: scale(1.05);
}

.procateList .item:hover .div-text p.title{
	color: var(--primary);
}

/*choose*/
.inChoose{
    padding-bottom: 85px;
}
.commonTit2{
    margin-bottom: 45px;
    text-align: center;
}

.commonTit2 p.p1{
    font-size:46px;
    font-weight: bolder;
    color: rgba(44,54,62,1);
    text-transform: uppercase;
}

.commonTit2 p.p1 span{
    color: var(--primary);
}

.commonTit2 p.p2{
    color: #000;
}

.chooseList .item{
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    padding: 55px 35px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.chooseList .item .tb img{
    transition: all .4s ease;
}

.chooseList .item p.title{
    font-size: 22px;
    font-weight: bolder;
    color: #000;
    margin-top: 25px;
    margin-bottom: 20px;
}

.chooseList .item p.des{
    color:#737373;
}

.chooseList .item:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color:var(--primary);
    transition: all .6s ease;
}

.chooseList .item:hover:after{
    width: 100%;
}

.chooseList .item:hover .tb img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.chooseList .item:hover p.title,.chooseList .item:hover p.des{
    color: #fff;
}

.inAbout{
    background-image: url(../images/aboutBg.jpg);
    background-size: cover;
    margin-top: 85px;
    margin-bottom: 85px;
}

.inAbout .div-img{
    border-radius: 15px;
    overflow: hidden;
}

.inAbout .div-img:hover img{
    transform: scale(1.08);
}

.inAbout .aboutLeft{
    padding-right: 45px;
    color: #fff;
}

.aboutLeft .div-img{
    margin-top: -165px;
}

.aboutLeft .aboutNum{
    margin-top: 45px;
}

.aboutLeft .aboutNum .item:nth-child(2){
    margin-left: 85px;
}

.aboutLeft .aboutNum .item .num{
    min-width: 150px;
    font-size: 70px;
    font-family: '6d134e01-6cb2-4f94-a7dd-8d185a6ea88f';
    color: #fff;
    font-weight: bolder;
}

.commonTit3 p.p1{
    line-height: 1;
    color: rgba(255, 255, 255, 0.16);
    font-family: Impact;
    font-size: 48px;
    margin-top: 0px;
    text-transform: uppercase;
}

.commonTit3 p.p2{
    font-size: 40px;
    line-height: 1;
    margin-top: 10px;
    font-family: "2ddaf0de-f2e7-4169-b902-c09b7ff84aef";
    font-weight: bold;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}

.aboutRight .des{
    margin-top: 25px;
    color: #c7c7c7;
    margin-bottom: 25px;
}

.aboutRight .des p{
    color: #c7c7c7;
    line-height: 1.8;
}

.aboutRight .more{
    margin-bottom: 65px;
}


.aboutRight .div-img{
    margin-bottom: -165px;
}

.yx_InLine{
    margin-left: 65px;
}

.yx_InLine p span {
    display: inline-block;
    margin: 0 6px 0 0;
    height: 6px;
    border-radius: 6px;
    margin-top: 14px;
}

.yx_InLine p span:nth-child(1) {
    width: 6px;
    background: var(--hmsecond);
    animation: fa_span01_ani 1.2s linear infinite alternate;
}

.yx_InLine p span:nth-child(2) {
    width: var(--yx_FS48);
    background: var(--hmsecond);
    animation: fa_span02_ani 1.2s linear infinite alternate;
}

@keyframes fa_span01_ani {
    0% {
        width: 6px;
    }

    100% {
        width: 48px;
    }
}

@keyframes fa_span02_ani {
    0% {
        width: 48px;
    }

    100% {
        width: 6px;
    }
}

.yx_InLine p span {
    display: inline-block;
    margin: 0 6px 0 0;
    height: 6px;
    border-radius: 6px;
    margin-top: 14px;
}

.yx_InLine p span:nth-child(1) {
    width: 6px;
    background: #ffc000;
    animation: fa_span01_ani 1.2s linear infinite alternate;
}

.yx_InLine p span:nth-child(2) {
    width: 48px;
    background: #009944;
    animation: fa_span02_ani 1.2s linear infinite alternate;
}

.newsList .item a{
    display: block;
    padding: 30px 25px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    transition: all .4s ease;
}

.newsList .item .time{
    font-size: 16px;
    color: rgba(166, 166, 166, 1);
    line-height: 1;
}

.newsList .item p.title{
    color: rgba(64, 64, 64, 1);
    font-size: 24px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display-radio: -webkit-box;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsList .item .des{
    font_radio: 2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(153, 153, 153, 1);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsList .item .div-img{
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsList .item:hover a{
    background-color: var(--primary);
}

.newsList .item:hover .div-img img{
    transform: scale(1.05);
}

.newsList .item:hover .time,.newsList .item:hover p.title,.newsList .item:hover p.des,.newsList .item:hover .more2 span{
    color: #fff;
}


/*底部*/


.bolang {
  position:relative;
  text-align:center;
  color:white;
    background: rgba(239,239,239,0);
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; 
  min-height:100px;
  max-height:150px;
  background: none;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever{
0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
@media (max-width: 768px){

.c_portalResPublic_codeContainer-01001006 .waves {
    height:40px;
    min-height:40px;
  }
.c_portalResPublic_codeContainer-01001006 .content {
    height:30vh;
  }
.c_portalResPublic_codeContainer-01001006 h1 {
    font-size:24px;
  }
}

.mainFooter{
    background-color: rgb(29, 47, 69);
    color: #fff;
}

.mainFooter a{
    color: #fff;
}


.footerTop .main{
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footerTop .fms{
    line-height: 1.5;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: "Microsoft YaHei";
    font-weight: bold;
        max-width: 600px;
    text-align: right;
    margin-left: 45px;
}

.footerMid{
    margin: 45px 0;
}

.footerMid .tit{
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 15px;
}

.footerMid .d2{
    min-width: 450px;
    width: 450px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 0 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footerMid .d2 .infos{
    font-size: 14px;
}

.footerMid .d2 .infos .item1{
    margin-bottom: 5px;
}

.footerMid .d2 .infos .item1 .dt{
    font-weight: bolder;
}

.footerMid .d3{
    max-width: 300px;
}

.flinks{
    margin-top: 65px;
}

.flinks a{
    display: inline-block;
}

.flinks .tb{
    display: inline-block;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border:1px solid #fff;
}

.flinks .tb svg{
    width: 55%;
    fill: #fff;
}

.flinks .tb:hover{
    background-color: var(--primary);
    border:1px solid var(--primary);
}


.divform .dform{
    display: block;
    width: 100%;
}

.divform .dform .row{
    margin-left: -5px;
    margin-right: -5px;
}

.divform .dform .row>div{
    padding-right: 0;
    padding-left: 5px;
}

.dform .item{
    margin-bottom: 10px;
}

.dform .item input,.dform .item textarea{
    display: block;
    width: 100%;
    padding: 5px 20px;
    background-color: #fff;
    border:none;
    box-shadow: unset;
    border-radius: 5px;
    font-size: 14px;
}

.dform button{
    display: block;
    border:none;
    padding: 10px 15px;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    width: 100%;
}

.dform button:hover{
    background-color: #e4bb07;
}

.copyright{
    font-size: 14px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright *{
    margin: 0 5px;
}

/*侧边*/
.sideBar {
    position: fixed;
    right: 0;
    bottom: 20%;
   /* transform: translateY(-30%);*/
    z-index: 9;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}



.sideBar .item{
    position: relative;
    cursor: pointer;
    margin-bottom: -1px;
}

.sideBar .tb svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}

.sideBar .tb{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: var(--primary);
    font-size: 12px;
} 

.sideBar .tb img{
    max-width: 45px;
}

.sideBar .con{
    position: absolute;
    right: 43px;
    top: 0;
    background-color:#fff;
    padding: 30px 20px;
    width: 0; 
    text-align: center;
    font-size: 16px;
    transition: all .4s ease;
    opacity: 0;
    pointer-events: none;  
    overflow: hidden;  
    z-index: 99999;
    transform: scaleX(0);
    transform-origin: right;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.sideBar .con a{
    font-size: 24px;
    font-weight: bolder;
    color: var(--primary);
    display: block;
    white-space: nowrap;
    margin: 10px 0;
}

.sideBar .con a span{
    color: #666;
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: lighter;

}

.sideBar .conimg{
    position: absolute;
    right: 65px;
    top: 0;
    font-size: 16px;
    border:1px solid var(--primary);
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .4s ease;
    background-color: var(--primary);
    color: #fff;
    z-index: 19;
} 

.sideBar .conimg img{
    min-width: 130px;
}

.sideBar .conimg span{
    display: block;
    background-color: var(--primary);
    color: #fff;
    padding: 15px 15px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.sideBar .item.cur .con{
    pointer-events: auto;
    width: auto;
    opacity: 1;
    transform: scaleX(1);
    text-align: left;
}

.sideBar .item.cur .conimg{
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.upitem{
    height: 0;
    cursor: pointer;
    transition: all ease .3s;
    opacity: 0;
}

.upitem.on{
    height: 45px;
    opacity: 1;
}

.rightitem{
    margin-top: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}

.rightitem .item{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: var(--primary);
    font-size: 12px;
}

.rightitem .item svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}

.sideBar .slideCon{
    transition: all .4s ease;
}

.sideBar .slideCon.on{
    transform: translateX(45px);
}

.sideBar .tb:hover svg{
    opacity: .5;
}

/*内页开始*/
.pageTit{
    position: relative;
}

.pageTit .div-text{
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.pageTit .div-text p.title{
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
}

.pageTit .div-img{
    position: relative;
}

.pageTit .div-img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(-150deg, #18314f, #000);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: .55;
}

.pageTit .div-img img{
    animation: bannerimg 2s;
}

@keyframes bannerimg {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.mbxDh{
    padding: 20px 0;
    background-color: rgba(244, 244, 244, 1);
}

.mbxDh i{
    display: inline-block;
    margin-right: 5px;
}
.mbxDh svg{
    width: 20px;
    height: 20px;
    fill: #6c757d;
    transform: translateY(-3px);
}

.mbxDh a{
    color: #212529;
}

.mbxDh span{
    display: inline-block;
    margin: 0 5px;
}

.nyAbout{
    position: relative;
}

.nyAbout:after{
    position: absolute;
    content: "";
    width: calc(100% - 500px);
    height: 200px;
    background-color: #f5f5f7;
    bottom: 65px;
    right: 0;
    z-index: -1;

}

.nyAbout .divLeft{
    min-width: 430px;
}

.nyAbout .divLeft .d1{
    font-size: 60px;
    font-family: "Impact";
    color: rgba(169, 169, 169, 1);
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}

.nyAbout .divLeft .d1:after{
    position: absolute;
    content: "";
    width: 280px;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgba(169,169,169,1);
}

.nyAbout .divLeft .d2{
    line-height: 1;
    font-family: "Impact";
    font-size: 166px;
}

.nyAbout .divRight{
    padding-left: 125px;
    position: relative;
}



.nyAbout .divRight .tit1{
    font-size: 40px;
    font-family: "2ddaf0de-f2e7-4169-b902-c09b7ff84aef";
    background-color: var(--primary);
    color: rgba(255, 255, 255, 1);
    max-width: 450px;
    padding-left: 40px;
    font-weight: bolder;
    margin-bottom: 15px;
}

.nyAbout .divRight .tit2{
    font-size: 30px;
    margin-top: 30px;
    background-color: rgba(44, 54, 62, 1);
    /*max-width: 390px;*/
  /*  padding-left: 40px;*/
    color: rgba(255, 255, 255, 1);
    letter-spacing: 3px;
    margin-bottom: 40px;
    display: inline-block;
    padding: 10px 30px;
}

.nyAbout .divRight .des p{
    color: rgba(102,102,102,1);
    line-height: 30px;
}

.caseLists .item a{
    display: block;
    cursor: pointer;
}

.caseLists .item{
    margin-bottom: 25px;
}

.caseLists .item .div-text{
    padding: 15px 15px;
    text-align: center;
    background-color: rgba(245,245,245,1);
    color: rgba(0,0,0,0.7);
    transition: all .4s ease; 
}

.caseLists .item .div-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.caseLists .item:hover .div-img img{
    transform: scale(1.05);
}

.caseLists .item:hover .div-text{
    background-color: var(--primary);
    color: #fff;
}

.nyFl{
    margin-bottom: 35px;
}

.nyFl a.item{
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border:1px #ddd solid;
    font-size: 14px;
    transition: all .4s ease;
    margin-bottom: 10px;
}

.nyFl a.item.on,.nyFl a.item:hover{
    border:1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
}

.newsList2 .item{
    margin-bottom: 25px;
}

.newsList2 .item a{
    display: block;
    border:2px solid #fff;
    transition: all .4s ease;
}

.newsList2 .item .div-text{
    padding: 45px 20px 15px 20px;
    background-color: rgba(245,245,245,1);
}

.newsList2 .item .div-text p.title{
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsList2 .item .div-text p.des{
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #868686;
    margin-top: 10px;
}

.newsList2 .item .div-bottom{
    padding: 15px 20px;
    background-color: rgba(245,245,245,1);
}

.newsList2 .item .time span{
    display: block;
}

.newsList2 .item .time span.s1{
    font-size: 28px;
    color: rgba(147, 147, 147, 1);
    line-height: 1;
}

.newsList2 .item .time span.s2{
    font-size: 14px;
    color: rgba(147, 147, 147, 1);
    line-height: 1.5;
    font-weight: bolder;
}

.newsList2 .item .tb svg{
    width: 40px;
    height: 40px;
    fill: rgba(147, 147, 147, 1);
    transition: all .4s ease;
}

.newsList2 .item:hover a{
    border:2px solid var(--primary);
}

.newsList2 .item:hover .div-text{
    background-color: #fff;
}

.newsList2 .item:hover .div-bottom{
    background-color: var(--primary);
}

.newsList2 .item:hover .time .s1,.newsList2 .item:hover .time .s2{
    color: #fff;
}

.newsList2 .item:hover .tb svg{
    fill: #fff;
}

.ndetailCon .title{
    font-size: 30px;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: bolder;
    border-bottom: 1px solid #eee;
}


.ndetailCon .content{
    min-height: 250px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.ndetailCon .content p{
    line-height: 1.8;
    color: #737373;
    font-size: 15px;
}

.ndetailCon .content strong{
    font-weight: bolder;
    color: #333;
}

.newsRight h2.title{
    font-size: 22px;
    color: #333;
    font-weight: bolder;
    margin-bottom: 20px;
}

.newsRight .item{
    margin-bottom: 15px;
}

.newsRight .item a{
    display: block;
    padding: 20px 20px;
    background-color: #f5f5f5;
    color: #333;
    transition: all .4s ease;
}

.newsRight .item .time{
    color: rgba(168,168,168,1);
}

.newsRight .item p.title{
    font-size: 18px;
}

.newsRight .item:hover a{
    background-color: var(--primary);
}

.newsRight .item:hover .time{
    color: #fff;
}

.newsRight .item:hover p.title{
    color: #fff;
}

.nyProlist .item{
    margin-bottom: 25px;
}

.nyProlist .item a{
    display: block;
    box-shadow: 0 0 10px #eee;
}

.nyProlist .item .div-text{
    padding: 20px 15px;
    text-align: center;
}

.nyProlist .item .div-text p{
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nyProlist .item:hover p{
    color: var(--primary);
}

.nyProlist .item:hover .div-img img{
    transform: scale(1.05);
}


.nyproJs>div{
    background-color: #fff;
    padding: 0 35px 35px 35px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.topCon .div-text{
    padding: 35px 65px;
    height: 100%;
    background-color: rgba(239,241,245,1);
    margin-left: 25px;
}

.topCon .div-text p.title{
   font-size: 32px;
   font-weight: bolder;
   line-height: 2;
   color: #333;
}

.topCon .div-text p.p1{
    font-size: 14px;
    margin-top: 15px;
}

.topCon .div-text p.key{
    font-size: 14px;
}

.topCon .div-text p.des{
    font-size: 16px;
    color: #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
}

.topBtn{
    margin-top: 45px;
}

.topBtn a{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: var(--primary);
    border: 1px solid var(--primary);
    transition: all .36s ease;
    padding: 8px 45px;
    border-radius: 30px;
}

.topBtn a:hover{
    background: var(--primary);
    color: #fff;
}

.proBig{
    border:1px solid #eee;
    margin-bottom: 15px;
}


.proSmall .swiper-button-prev:after,.proSmall .swiper-button-next:after{
    display: inline-block;
    font-size: 24px;
    color: #333;
}

.proSmall .div-img{
    border:1px solid #eee;
}

.nrtit{
    margin-top: 45px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    margin-bottom: 35px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 25px;
    border-bottom: 0px solid #fd6f03;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.jsCon .con{
    min-height: 250px;
}

.jsCon .con strong{
    font-weight: bolder;
}

.jsCon .con p{
    font-size: 15px;
}

.jsCon .con p img{
    margin: 10px 0;
}

.keywords{
    margin-top: 35px;
    margin-bottom: 45px;
}

.keywords span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 59px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
}

.nyXg{
    background-color: #fff;   
}

.nyMsg{
    background-color: rgba(245,245,245,1);
}

.nyMsg .main{
    margin-top: 45px;
}

.nyMsg .main .msgMail{
    margin: 45px 0;
}

.nyMsg .title{
    margin-bottom: 25px;
}

.nyMsg .title p.p1{
    color: #333;
    font-size: 30px;
    font-weight: bolder;
}

.nyMsg .item{
    margin-bottom: 15px;
}

.nyMsg input,.nyMsg textarea{
    display: block;
    width: 100%;
    border:1px solid #eee;
    box-shadow: unset;
    background-color: #fff;
    padding: 10px 25px;

}

.nyMsg button{
    display: block;
    box-shadow: unset;
    background-color: var(--primary);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    border:none;
}

.nyMsg button:hover{
    background-color: #333;
}

.nyprolists .item{
    margin-bottom: 25px;
}

.nyprolists .item a{
    display: block;
    border:1px solid #eee;
}

.nyprolists .item .div-text{
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
}

.nyprolists .item:hover .div-img img{
    transform: scale(1.05);
}

.conInfos p.title{
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bolder;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.infoList .item{
    padding: 45px 25px;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
} 

.infoList .item .des{
    min-height: 50px;
}

.infoList .item a{
    color: #fff;
    display: block;
}


.infoList .item .tb img{
    height: 45px;
    transition: all .4s ease;
}

.infoList .item p.tit{
    font-size: 20px;
    margin-top: 10px;
    font-weight: bolder;
}

.infoList .item.item1{
    background-color: rgb(29, 47, 69);
}

.nyMsg.nyconMsg{
    background-color: rgb(29, 47, 69);
}

.nyMsg.nyconMsg .title p.p1{
    color: #fff;  
}

.nyMsg.nyconMsg input, .nyMsg.nyconMsg textarea{
    background-color: unset;
    border:none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #fff;
}

.nyMsg.nyconMsg button{
    max-width: 250px;
    margin: 25px auto 0 auto;
    padding: 10px 0;
    border-radius: 30px;
}

.nyMsg.nyconMsg button:hover{
    background-color: #ffc000;
}


.pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}

.jsCon .con h3{
    font-size: 18px;
    color: #333;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 15px;
}

.jsCon .con .table td, .jsCon .con .table th{
    font-size: 14px;
    text-align: center;
}

.prev-next{
    margin-top: 25px;
}
























































