﻿@charset "utf-8";

/* CSS Document */


/*2025.5.19*/
.box {
   overflow: hidden;
}

.split40{
   padding-right: 48px;
}

body {}
.container1 {
	max-width: 1800px;
	width: 96%;
	margin: auto;
}
.container {
	max-width: 1430px;
	width: 96%;
}
/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
	
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	top: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 30px;
}

.search-box .container1 {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 14px;
	cursor: pointer;
	color: #b71c22;
	opacity: 1;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	box-shadow: none;
	/*padding: 0 100px 0 15px;*/
	border-radius: 0;
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #0d3692;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #29337c;
	color: #fff;
}

/*顶部弹出样式 end*/

.top {
	padding: 30px 0 25px;
	
}

.top-right {}

.top-searchbg {
	/*display: flex;*/
}

.logo {}

.wc-menu {
	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wc-menu ul li {
	line-height: 30px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*padding: 0 20px;*/
	/*margin: 0px ;*/
}

.wc-menu ul li a {
	font-size: 20px;
	color: #333;
	position: relative;
	display: block;
	padding: 0 5px;
	padding-bottom: 8px;
	text-decoration: none;
	padding-top: 40px;
        font-weight: bold;
}

.wc-menu ul li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 4px;
    background-color: #ab3332;
    transform: scaleX(0) scaleY(1);
    transition: all .5s ease-in-out;
    border-radius: 2px;
}

.wc-menu ul li a.active>a:after, .wc-menu ul li>a:hover:after{
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}


.wc-menu ul li a.active:after,
.wc-menu ul li a.move:after,
.wc-menu ul li a.selected:after,
.wc-menu ul li a.parent:after,
.wc-menu ul li a:hover:after {	
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}
.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover{
	color: #29337c;
	background: url(../images/chuan.png) no-repeat center top;
}


.wc-menu ul li .ernav {
	position: absolute;
        padding: 8px 0;
	left: -25%;
	top: 100%;
	background: #fff;
	width: 150%;
	z-index: 111 !important;
	display: none;
	opacity: 1;	
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  -webkit-animation-duration: .4s;
                -webkit-animation-fill-mode: both;
                animation-duration: .4s;
                animation-fill-mode: both;
    -webkit-animation-name: layui-upbit1;
    animation-name: layui-upbit1;
}

@keyframes layui-upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }
    100% {
        transform: translate3d(0%, 0, 0);
        opacity: 1;
    }
}
.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: center;
	border: none;
}

.wc-menu ul li .ernav ul li {
	float: none;
	display: block;
	background: none;	
	line-height: 26px;
	border: none;
	margin: 0;
	padding: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 8px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	color: #29337c;
}

.wc-menu ul li .ernav ul li>a:after {
    content:none;
    
    }
  
/*menu End*/

.qlink ul{
	padding: 0;
	margin: 0;
	padding-top: 23px;
}

.qlink ul li .home1{
   display:none;
}

.qlink ul li{
	display: inline-block;
	margin-left: 38px;
}
.qlink ul li:nth-child(1){
	margin-left: 0;
}

.banner .swiper-container a {
    text-decoration: none;
    display: block;
}


.banner .swiper-slide {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}

   

.banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    /*animation: bg-slide 5s linear infinite;*/
    /*-webkit-animation: 15s infinite activeB;
    -o-animation: 15s infinite activeB;
    animation: 15s infinite activeB;*/
}



@keyframes bg-slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -200% 0; /* 假设背景图像足够大以覆盖整个动画的位移 */
    }
}



.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
	text-align: center;
}

.banner .swiper-container {
	/*padding-bottom: 20px;*/
}

.banner .swiper-container a {
	text-decoration: none;
	display: block;
}

.banner .swiper-container a img {
	/*-webkit-animation: 15s infinite activeB;
						    -o-animation: 15s infinite activeB;
						    animation: 15s infinite activeB;*/

}

.banner .swiper-pagination {
	width: 100%;
	bottom: 66px;
	text-align: left;
	left: 4%;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    cursor: pointer;
    opacity: 0.55;
    border-radius: 100%;
    margin-right: 13px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-container .ban-text {
	position: absolute;
	right: 16%;
	bottom: 85px;
	z-index: 11;
}

.banner .swiper-container .ban-pp {
    /*background: rgba(0,95,159,0.75);
    padding: 41px 65px;
    width: calc(100% - 189px );*/
}

.banner .swiper-container span {
    display: none;
    width: 189px;
}

.banner .swiper-container .ban-pp p {	
	font-size: 24px;
	color: #fff;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
	text-align: right;
        font-weight: bold;
        text-shadow: 3px 3px 3px #000;
}

.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{
	background: none;
}

.banner .swiper-button-next,.banner  .swiper-container-rtl .swiper-button-prev{
	background: none;
}

.banner .swiper-button-prev img,.banner .swiper-button-next img{
	max-width: 87px !important;
	height: 87px;
	
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width: 87px;
	height: 87px;
	right: 0px;
}
 .banner .swiper-button-prev{
 	left: 0px;
 	right: auto;
 }
.banner .page{
	position: absolute;
	left: 0px;
	top: 50%;
	height: 100%;
	width: 100%;
	
	
}
/*banner end*/

img {
	max-width: 100%;
}

.news{
	/*background:  url(../images/newbg.jpg) no-repeat center center;*/
	padding: 100px 0 60px;
	background-size: cover;	
}

.new-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-end ;
	align-items: flex-end;
	/*border-bottom:1px solid #005f9f;*/
	position: relative;
}
.new-top .new-tit{
	
	
}
.new-top .new-tit h5{
	font-size: 42px;
	color: #333;
}

.new-top .new-tit span{
	font-size: 24px;
	color: #29337c;
	padding-left: 2px;
	display: inline-block;
	padding-right: 20px;
        background: #fff;
	z-index: 1;
	position: relative;
}

.new-top .new-tit span img{
    display:none;
}

.new-top::after{
	position: absolute;
	right: 0px;
	bottom: 14px;
	width: 100%;
	content: "";
	height: 1px;
	background: #29337c;
}
.new-top .new-more{
	padding-bottom:20px;
}
.new-top .new-more a{
	font-size: 18px;
	color: #29337c;	
	line-height: 40px;
	display: inline-block;
	padding: 0 10px 0 20px;	
}

.new-top .new-more a{
	font-size: 18px;
	color: #29337c;
}

.news-con{
   padding-top: 50px;

}
.news-con .swiper-container a{
	display: block;
	text-decoration: none;
	position: relative;
}
.news-con .swiper-container a img{
	width: 100%;
}
.news-con .swiper-container a .bbg{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.51));
}

.news-con .swiper-container a .ban-text{
	position: absolute;
	bottom: 40px;
	width: 80%;	
}

.news-con .swiper-container a .ban-text p{
	font-size: 24px;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 0;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.news-con .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: 5px;
}

.news-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background: #fff;
	width: 12px;
	height: 12px;
	opacity: 0.45;
	cursor: pointer;
	/*opacity: 0.55;*/
	border-radius: 100%;
	margin-left: 17px;
}

.news-con .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}



.new-right .ul .li{
	display: flex;
	/*flex-wrap: wrap;
	align-content: center;
	align-items: center;*/
	margin-bottom: 30px;
	padding-bottom: 21px;
	position: relative;
	transition: all 0.4s ease-out;
}

.new-right .ul .li::after {
	transition: 0.5s;
        content: "";
                    width: 0;
                    position: absolute;
                    height: 2px;
                    left: 0px;
                    bottom: 0px;
	opacity: 0;
	
}
.new-right .ul .li:hover:after {
	opacity: 1;
            width: 100%;
            background: #29337c;
        }

.new-right .ul .li .li-img{
	width: 205px;
}
.new-right .ul .li .li-tt{
	position: relative;
	width: calc(100% - 205px );
	padding-top: 18px;
	padding-left: 30px;
	
}
.new-right .ul .li .li-tt span{
	display: block;
	font-size: 20px;
	color: #ab3332;
	margin-bottom: 15px;
	
}
.new-right .ul .li .li-tt p{
	font-size: 20px;
	color: #333;
	margin-bottom: 0;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.animated-image {
  width: 100px; /* 根据需要调整 */
  animation: move 2s infinite; /* 持续时间，无限循环 */
 position: absolute;
 right: 0px;
 top: 0;
}



@keyframes move {
  0% { transform: translateX(0); }
  50% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.haibg{
	background: url(../images/haibg.jpg) no-repeat center center;
	padding:150px 0 ;background-size: cover;
}

.digital{
	text-align: center;
	
}
.digital .cli-tt{
	
}

.digital .cli-tt span{
	font-size: 70px;
	color: #fff;
	
}

.digital .cli-tt i{
	font-size: 42px;
	color: #fff;
	font-style: normal;	
}

.digital .cli-tt p{
	font-size: 24px;
	color: #fff;	
}

.mobg{
	background: url(../images/mobg.jpg) no-repeat center center;
	padding:100px 0 110px;
	background-size: cover;
    display: none;
}

.mo-con{
	margin-top: 50px;
}

.mo-con p{
  margin-bottom: 0;
}

.hangbg{
	background: #fff;
	padding-top: 100px;
}
.new-top2 .new-tit span{
	background: #fff;
}

.hang-con{
	padding-bottom: 75px;
	margin-top: 50px;	
}

.hang-tit{
	
}
.hang-tit select{
	font-size: 16px;
	color: #999;
	background: #fff;
	border: 1px solid #a3b5cb;
	line-height: 46px;
	height: 46px;
	padding: 0 13px;
        display:none;
}

.hang-ul{
	
}
.hang-ul .hli{
	
	
}
.hang-ul .hli1{
	position: relative;
	margin-bottom: 30px;	
}

.hang-ul .hli1:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3));
    top: 0;
}

.hang-ul .hli1 .hli-img{
      overflow: hidden;
}

.hang-ul .hli1 .hli-img img{	
	width: 100%;
        display: inline-block;
        transition: all 1.5s;
        transform: scale(1.0);
}

.hang-ul .hli1 .hli-text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
        padding: 15px 20px;
        z-index: 10;
}

.hang-ul .hli1 .hli-text p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0;
}

.hang-ul .hli1:hover:after{
	/*transition: all 0.4s ease-out;
        background: rgba(171,50,51,0.7) url(../images/lun1.png) no-repeat right bottom;
        height: 100%;*/
        background:none;
}

.hang-ul .hli1:hover .hli-img img{
        transition: all 1.5s;
        transform: scale(1.3);
}

.hang-ul .stretched-link::after{
  z-index:50;
}


.flogo{
	background: #29337c;
	position: relative;
        display: none;
}

.flogo::after{
	content:"";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: #29337c;
}
.flogo a{
	display: block;
	position: relative;
	z-index: 11;
}


.footer{
	background: #29337c;
	padding: 50px 0 30px;
        font-family: '微软雅黑';
}

.footer .row{
	/*align-items: flex-end;*/
}

.footer h4{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}

.f-left2{
    align-items: end;
    display: flex;
    margin-bottom: 4px;
}

.f-left p{
	color: #fff;
	/*padding-left: 23px;
	background: url(../images/fic1.png) no-repeat left 6px;*/	
	font-size: 16px;
	margin-bottom:5px;
}

.f-left p:last-child{
	margin-bottom:0;
}

.f-mid{
	
}
.f-mid ul{
	padding: 0;
	margin: 0;
}
.f-mid ul li{
	
}
.f-mid ul li a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	margin-bottom:5px;
	/*line-height: 28px;
	padding-left: 26px;
	background: url(../images/fic2.png) no-repeat left center;*/
}

.f-right{
  text-align:right;
}

.f-right ul{
	padding: 0 ;
	margin: 0;
	text-align: right;
	overflow: hidden;
}

.f-right ul li{
	display: inline;	
}



.jishu{
	text-align: right;
	margin-top: 50px;	
}

.jishu p{
	font-size: 16px;
	color: #97a9d8;
}
.jishu p a {
	font-size: 16px;
	color: #97a9d8;
}


/*.footerEnd*/


@media (min-width: 1700px) {
.logo{
	flex: 0 0 31%;
    max-width: 31%;
}
.top-right{
	flex: 0 0 57%;
    max-width: 57%;
}
.qlink{
	    flex: 0 0 11%;
        max-width: 11%;
}
		
}

@media (min-width: 1500px) {
.logo{
	flex: 0 0 31%;
    max-width: 31%;
}
.top-right{
	flex: 0 0 55%;
    max-width: 55%;
}
.qlink{
	    flex: 0 0 13%;
        max-width: 13%;
}
	
/*.new-left{
	   flex: 0 0 56%;
        max-width: 56%;
}	
.new-right{
	flex: 0 0 43%;
	padding-left: 2%;
        max-width: 43%;
}*/


/*.f-left{
	flex: 0 0 36%;
        max-width: 36%;
}
.f-mid{
	flex: 0 0 31%;
        max-width: 31%;
}
.f-right{
	flex: 0 0 33%;
        max-width: 33%;
}*/
		
}

@media (min-width: 992px) {
.f-left2{
    flex: 0 0 13%;
    max-width: 13%;
}

.f-left {
    flex: 0 0 37%;
    max-width: 37%;
}

.f-mid {
    max-width: 36%;
    flex: 0 0 36%;
}

.f-right {
    max-width: 14%;
    flex: 0 0 14%;
}

}


@media (max-width: 1499px) {	

.banner .swiper-container .ban-text
{
    right: 14%;
}

	.banner .swiper-container .ban-pp p{
		font-size: 22px;		
	}

/*.banner .swiper-container .ban-pp {
padding: 35px;
}*/

.banner .swiper-container span{
	width: 150px;
}
	
.top-right{
	flex: 0 0 54%;
    max-width: 54%;
    padding-left: 2%;
}
.qlink{
	    flex: 0 0 11%;
            max-width: 11%;
        
}		
.qlink ul li{
	margin-left: 20px;	
}
	
.new-top .new-tit h5{
	font-size: 36px;	
}	
.news-con .swiper-container a .ban-text p{
	font-size: 26px;
}
.haibg{
	padding: 110px 0;
}
.cli-timg img{
	max-width:30%;
}
.digital .cli-tt span{
	font-size: 70px;	
}
.new-top .new-tit span{
	font-size: 22px;
}

.mobg{
	padding:80px 0;
}

.digital .cli-tt{
	margin-top: 0;
}

	
	
}

@media (max-width: 1400px) {	
	.wc-menu ul li a{
		font-size: 16px;		
	}

.banner .swiper-container .ban-pp p{
	font-size: 20px;
}	

.banner .swiper-container span{
	width: 138px;
}
	
.new-top .new-tit h5 {
        font-size: 34px;
}	

.news{
	padding: 70px 0 40px;
}	

.news-con{
	padding-top: 30px;
}	

.new-right .ul .li{
	margin-bottom: 20px;
}	
.digital .cli-tt span{
	font-size: 60px;
	
}	
.mobg{
	padding: 70px 0 80px;
}
.hangbg{
	padding-top: 70px;
}	

.hang-con{
     padding-bottom: 80px
}

.qlink ul li a img{
	max-width: 73%;
}	
	
}

@media (max-width: 1300px) {
	
   .new-top .new-tit span {
        font-size: 22px;
    }

.new-right .ul .li {
        margin-bottom: 11px;
        padding-bottom: 11px;
    }	

.digital .cli-tt p{
	font-size: 20px;
}	
.qlink ul li {
        margin-left: 10px;
    }
	
    .qlink {
        flex: 0 0 10%;
        max-width: 10%;
    }	
.top-right {
        flex: 0 0 55%;
        max-width: 55%;
        padding-left: 2%;
    }	
.wc-menu ul li .ernav ul li a{
	font-size: 14px;
	
}	
.flogo a img{
	max-width: 60%;
}
.new-top .new-more a{
	font-size: 16px;
	
}
.new-top .new-tit h5{
	font-size: 30px;
}
.new-right .ul .li .li-tt p{
	font-size: 18px;
	
}
.wc-menu ul li a{
	padding-left: 0;
	padding-right: 0;
}

	
}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/

.banner .swiper-container .ban-text{
      right: 2%;
}

.banner{
	margin-top: 90px;
}

/*.banner .swiper-container .ban-pp{
	padding: 25px;
}*/

.banner .swiper-container span{
	width: 108px;	
}

.banner .swiper-container .ban-pp p{
	font-size: 18px;	
}

.banner .swiper-container .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
}
.news-con .swiper-container a .ban-text p{
	font-size: 20px;
	padding-left: 30px;
}
.news-con .swiper-container a .ban-text {
	bottom: 30px;
        width: 100%;
}
.new-right .ul .li .li-img{
	width: 180px;
}
.digital .cli-tt span{
	font-size: 40px;
	
}
.digital .cli-tt i{
	font-size: 30px;
}
.digital .cli-tt{
	margin-top: 8px;
}

    .news {
        padding: 54px 0;
    }

.new-top .new-tit span{
	font-size: 20px;	
}

    .mobg {
        padding: 54px 0 60px;
    }

.mo-con{
	margin-top: 35px;	
}



    .hangbg {
        padding-top: 54px;
    }

.hang-con{
    padding-bottom: 60px;
    margin-top: 30px;
}
.new-right .ul .li .li-tt{
	padding-left: 20px;
	padding-top: 5px;
}
    .new-right .ul .li .li-img {
        width: 160px;
    }

.new-right .ul .li .li-tt{
	width: calc(100% - 160px );
}
	
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}

.new-top .new-tit {
        font-size: 26px;
    }

.new-top .new-tit span{
        font-size: 20px;       
    }

.new-right .ul {
	margin-top: 30px;	
}
.new-right .ul .li .li-tt span{
	font-size: 16px;
}
.new-top .new-tit span{
	font-size: 20px;
	
}
.new-top .new-tit h5{
	font-size: 26px;
}
.haibg{
	padding: 35px 0;
}
    .cli-timg img {
        /*max-width: 23%;*/
    }
.digital .cli-tt i{
	font-size: 22px;
	
}
.digital .cli-tt p{
	font-size: 18px;
	
}

.f-mid {
    margin-top: 30px;
}

.f-right {
    margin-top: 30px;
    text-align: center;
}
.f-right ul{
	text-align: center;
}
.jishu{
	text-align: center;
	margin-top: 20px;
}

.footer{
	padding: 30px 0 10px;
}

/*.footer h4{
	font-size: 20px;
}*/

.hangbg {
        padding-top: 40px;
    }

.hang-con{
  padding-top: 20px;
}

    .mobg {
        padding: 40px 0 50px;
    }
    .mo-con {
        margin-top: 25px;
    }

 .news {
        padding: 40px 0 25px;
    }   
    
 .logo1 img{
 	max-width: 70%;
 }   
.banner{
	margin-top: 65px;
}    

 .banner .swiper-container .ban-text{
 	width: 55%;
 }  
 
  
	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}

	.mobile-header-btn i {}
	#img {}
	.logo1 img {
		max-width: 60%;
	}
	.container {
		width: 100%;
	}



.banner{
	margin-top: 50px;
}
.banner .swiper-container .ban-text{
	width: 100%;
	
}
.banner .swiper-container span{
	width: 50px;
	
}
.banner .swiper-container .ban-pp p{
	font-size: 16px;
	-webkit-line-clamp:1;
}
.banner .swiper-container .ban-pp{
	padding: 10px;	
}

.banner .swiper-container .ban-text{
	bottom: 25px;	
}

.banner .swiper-pagination {
     bottom: 12px;	
}

.banner .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
.new-top .new-tit h5{
	font-size: 20px;
	margin-bottom: 0;
}

.new-top::after{
        bottom: 13px;
}

.new-top .new-tit span{
	font-size: 14px;
	padding-right: 10px;
        padding-left: 0px;
}

.new-top .new-tit span img{
	max-width: 40%;
}

.new-top .new-more a{
	font-size: 14px;
	padding: 0;	
}
.news-con .swiper-container a .ban-text p{
   font-size: 16px;
   padding: 0 20px;
}

.news-con .swiper-container .swiper-pagination-bullet{
	margin: 0 5px;
	width: 10px;
	height: 10px;
}

    .news-con {
        padding-top: 20px;
    }

.new-right .ul .li .li-img{
	width: 140px;
}
.new-right .ul .li .li-tt{
	width: calc(100% - 140px );
	padding-top: 0;
}
.new-right .ul .li .li-tt p{
	font-size: 16px;
}

.news{
   padding: 30px 0 13px;
}

    .mobg {
        padding: 30px 0 35px;
    }

.cli{
	flex: 0 0 50%;
	max-width: 50%;	
}

.cli:nth-child(1), .cli:nth-child(2){
  margin-bottom:20px;
}

.digital .cli-tt i{
   font-size: 20px;	
}

.digital .cli-tt span{
	font-size: 30px;	
}
.digital .cli-tt p{
	font-size: 16px;	
}
.mobg .new-top .new-tit span img{
	max-width: 18%;
}
.mobg .new-top .new-tit span{
	font-size: 12px;
}

.hangbg .new-top .new-tit span img{
	max-width: 18%;
}
.hangbg .new-top .new-tit span{
	font-size: 12px;
}
.hang-tit select{
	font-size: 14px;
	line-height: 36px;
	height: 36px;
        display:none;
}

.hang-con{
    margin-top: 0px;
    padding-bottom: 10px;
}

/*.hang-ul {
  margin-top: 10px;
}*/

    .new-right .ul {
        margin-top: 0px;
    }

/*.hang-ul .hli1{
	margin-top: 15px;
}*/


.hang-ul .hli1 .hli-text p{
	font-size: 16px;
}

.hangbg {
    padding-top: 30px;
}

.flogo a img {
        max-width: 87%;
    }

.footer h4{
	font-size: 18px;
	margin-bottom: 10px;
}

.f-left p{
	margin-bottom: 5px;
}
.f-mid{
	margin-top: 30px;
}
.f-right ul{
	display: flex;
	justify-content: space-around;
}
.f-right{
	margin-top: 30px;
}

.f-left{
margin-top: 25px;
}

.jishu p{
	margin-bottom: 0;
	font-size: 14px;
}
    
.banner .swiper-slide{
    height:300px !important;
}

.banner .slide-inner{
   object-fit: cover;
    height:300px !important;
}
	
}

