@charset 'utf-8';

body,html{
	margin:0px auto;
	padding:0px;
	height: 100%;
	position: relative;
	/* background: #F1F2F6; */
	width:100%;
	margin:0px auto;
	font-family: 'Source Han Sans SC', sans-serif; 
}
ul,li,p,label,form,h1,h2,h3,h4,input{
	list-style: none;
	padding:0px;
	margin:0px;
}
@font-face {
	font-family: 'Source Han Sans CN-Regular';
	src: url('fonts/SourceHanSans-Regular.ttf');
}
*{
	font-size:16px;
	font-family: "microsoft yahei",arial;
	text-decoration: none;
	outline: none;
	color:#000000;
}
img{border:0px;image-rendering: -webkit-optimize-contrast;}
::after,::before{
	display: inline-block;
}
/*滚动条样式*/
::-webkit-scrollbar { /*整个滚动条宽度*/
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {  /*整个滚动条宽度*/
    background-color: rgba(200,200,200,.1);
}
::-webkit-scrollbar-thumb {  /*滚动条滑动块*/
	-webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.2);
	
}
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(0,0,0,.5);
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
    background-color: rgba(220,220,220,.1);
}

/*去掉input选中后的颜色*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
[mob],.mob{
	display: none;
}
[pc],.pc{
	display: block;
}
.flex{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
[v-cloak]{
	display: none;
}
[w1200],.w1200{
	width: 1200px;
	margin:0px auto;
}

[textrow="3"],.textrow3{
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
[textrow="2"],.textrow2{
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
[textrow="1"],.textrow1{
	display: inline-block;
	overflow:hidden; 
	text-overflow: ellipsis; 
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space: nowrap; 
}

/* banner */
.banner-style1-w{
	width: 100%;
	display: flex;
    justify-content: center;
	margin-top: 44px;
}
.banner-style1{
	width: 355px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 60px;
	display: flex;
	overflow: hidden;
}
.banner-style1-img{
	width: 70px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.banner-style1-text{
	width: 285px; 
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 35px;
}





/**----分页---**/
.pagination{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin:0px 0px;
	padding:10px 0px;
}
.pagination li{
	margin:0px 5px;
}
.pagination a{
	padding:6px 12px;
	text-align: center;
	border:1px solid #dedede;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.pagination a:hover{
	background: #3462FD;
	border:1px solid #3462FD;
	color:#fff;
}
.pagination .disabled>span{
	padding: 6px 11px;
	margin-top: -7px;
	border:1px solid #f3f3f3;
	color:#a09e9e;
	cursor:not-allowed;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.pagination .active>span{
	padding: 6px 11px;
	margin-top: -7px;
	background: #3462FD;
	border:1px solid #3462FD;
	color:#fff;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	display: inline-block;
}

/* 分页结束 */
/*--------------------- 样式开始 -----------------------*/

/* -----------头部样式------------ */
header[pc]{
	height: 110px;
	padding:0px 0px;
	position: fixed;
	width: calc(100%);
	z-index: 1000;
	top:0;
}

header[pc]:hover .header_show{
	display: none !important;
}

header[pc]:hover .header_hidder{
	display: block !important;
}




.header_hidder{
	width: 100%;
	background: #fff;
	display: none;
	border:1px solid #F2F2F2;
}
.header_hidder .phone1 span,
.header_hidder .contentW a span
{
	color: #006BBB;
	
}

.header_hidder .contentW a span{
	display:flex;
	justify-content: center;
}

.header_two >ul>li>a>span::after{
	content: "";  
	position: absolute;  
	/* width: 100%; */
	
	width:0;
	height: 2px;
	background: #006BBB;
	/* top: 0;   */
	/* left: 0;  
	right: 0;   */
	bottom: 12px;  
	background-size: cover;  
	opacity: 1;  
	transition: all 1s ease;  
	text-align: center;
	pointer-events: none; /* 防止伪元素干扰鼠标事件 */  
}

.header_two >ul>li:hover span::after{
	width: calc(100% - 32px);
	/* opacity: 1; */
	/* animation: expandFromCenter 3s forwards; */
}


.underLine_on::after{
	content: "";  
	position: absolute;  
	/* width: 100%; */
	
	width:10px !important;
	width: calc(100% - 32px) !important;
	background: #006BBB !important;
	/* top: 0;   */
	/* left: 0;  
	right: 0;   */
	bottom: 12px;  
	background-size: cover;  
	opacity: 1;  
	transition: all 1s ease;  
	text-align: center;
	pointer-events: none; /* 防止伪元素干扰鼠标事件 */  
}




/* .header_hidder .contentW a span{
	transition: border-bottom-color 3s ease;
}

.header_two >ul>li:hover{
	border-bottom: 2px solid #006BBB;
	animation: expandFromCenter 3s forwards;
} */

/* 定义动画 */  
 @keyframes expandFromCenter {  
	from {  
	  transform: scaleX(0);  
	}  
	to {  
	  transform: scaleX(1);  
	}  
  }  



.header_hidder .jtarrwo path{
	fill: #006BBB;
}

.header_hidder .contentW li:hover .jtarrwo{
	transform: scaleY(-1);
}

.header_hidder .contentW li:hover .underLine{
	border-bottom: 2px solid #006BBB;
}

.header_hidder .contentW li:hover .chil_nav{
	

	width: 100%;
	/* min-width: 100px; */
	/* display: block; */
	/* padding: 0px 8px 16px 8px; */
}

.BFB{
	width: 100%;
	
}

.flex_center{
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top: 5px;
}

.header_one{
	height: 100px;
}

.header_two{
	height: 50px;
}
.header_two >ul{
	display: flex;
	float: left;
}
.header_two >ul>li{
	margin-right: 18px;
	position: relative;
	padding: 14px 6px 20px 6px;

	border-radius: 8px;
}
.header_two >ul>li:hover{
	cursor: pointer;
	box-shadow: 0px 6px 9px -3px rgba(0, 107, 187, 0.5);
}
.underLine{
	border-bottom: 2px solid #fff;
	height: 25px;
}



.header_two >ul>li>a>span{
	color:#FFFFFF;
	font-size: 16px;
	display: inline-block; /* 确保padding生效 */  
    /* padding-bottom: 8px; 调整下划线与文字的间距   */
    /* border-bottom: 2px solid #fff;    */
    text-decoration: none; /* 去除a标签默认的下划线 */ 
}



.contentW{
	width: 1200px;
}

.login{
	width: 140px;
}

.header_one_h{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.phone{
	/* width: 302px; */
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

.phone1{
	display: flex;
	
}

.phone span{
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

.lang{
	/* width:104px; */
	height: 28px;
	border: 1px solid #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header_hidder .lang{
	/* width:104px; */
	height: 28px;
	/* border: 2px solid #006BBB; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #006BBB;

}

.lang span,
.lang span a{
	font-size: 14px;
	color: #fff;
}

.jt{
	width: 24px;
	height: 28px;
}

.chil_nav{
	margin-top: 11px;
	position: absolute;
	/* display: none; */
	width: 0;
	background: #fff;
	margin-left: -6px;
    overflow: hidden;
    white-space: nowrap;
	border-bottom-left-radius: 10px; /* 左下角的圆角 */  
	border-bottom-right-radius: 10px; /* 右下角的圆角 */
	transition: all 0.5s ease;
	box-shadow: 0px 6px 9px -3px rgba(0, 107, 187, 0.5);
	text-align: center;
	padding-bottom: 5px;
	line-height: 40px;

}

.chil_nav li{
	margin: 15px 5px;
	line-height: 25px;
}

.chil_nav li a{
	
	color: #333333;
	font-size: 16px;
}
.chil_nav li a:hover{
	color:#006BBB;
}

/* 头部样式结束 */


/* 首页内容样式 开始 */

.my_sever{
	display: flex;
	flex-direction:column;
	align-items: center;
}

.my_sever_bg{
	background-image: url("../images/home-fw-BG.jpg");
	background-repeat: repeat;
    background-position: center;
}

.allTitle{
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 70px;
	display: inline-block; 
	margin-top: 80px;
	position: relative;
}

.allTitle::after {  
    content: "";  
    position: absolute;  
    left: 50px; /* 起始位置 */  
    bottom: -0.6em;  
    width: 2.5em; /* 这里设置你想要的边框长度 */  
    height: 0.1em; /* 边框的厚度 */  
    background-color: #006BBB; /* 边框的颜色 */  
}

.my_sever .bigCenter{
	justify-content: space-between;
	display: flex;
	width: 100%;
}


.my_sever .center_div{
	width: 270px;
	height: 359px;
	border-radius: 9px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

	overflow: hidden;
}


.my_sever .center_div::before {  
    content: "";  
    position: absolute;  
    left: 0; /* 起始位置 */  
    bottom:0;  
    width: 100%;
	height: 100%;
    background-color: rgba(14, 13, 13, 0.6);
	
}


.my_sever .center_div::after {  
    content: "";  
    position: absolute;  
    left: 0; /* 起始位置 */  
    bottom:0;  
    width: 100%;
	height: 100%;
    background-color: rgba(0, 107, 187, 0.8); 
	transition: transform 0.5s ease; 
	transform:scaleY(1)
}

.my_sever .center_div:hover::after{
	transform:scaleY(0)
}


.my_sever .center_div span{
	position: absolute;
	font-size: 24px;
	color: #fff;
	z-index: 2;
	transition: all 0.5s ease; 
	
}

.my_sever .center_div:hover span{
	margin-top: -10px;
}



.my_honor_bg{
	background-image: url("../images/honor_bg.jpg");
	background-repeat: repeat; 
	background-position: center;
	margin: 100px 0px;
	height: 435px;
	margin-bottom: 0px;
}

.my_honor{
	height: 100%;
}

.my_honor .title{
	display: flex;
	position: relative;
	margin-top: 100px;
}

.my_honor .title div{
	width: 50%;
	height: 70px;
}

.my_honor .title span{
	color: #fff;
	font-size: 30px;
	margin: 0 60px;
	cursor: pointer; 
}

.my_honor .title div:first-child{
	text-align: end;
}

.my_honor .title div:last-child{
	text-align:start;
}

.my_honor .title_hover{
	font-size: 36px !important;
	margin-right: -1.5em !important;
}

.my_honor .title_hover::after {
    content: "";
    position: relative;
    right: 135px;
    bottom: -0.9em;
    width: 2.6em;
    height: 0.1em;
    background-color: rgba(255, 255, 255, .9);
}

.my_honor .slide_show{
	width: 100%;
	height: 270px;
}


.my_news_bg{
	background-image: url("../images/news_bg.jpg");
	background-repeat: repeat; 
	background-position: center;
	margin: 0px 0px;
	height: 770px;
}


.my_news{
	text-align: center;
	margin-top: -110px;
}

.my_news .allTitle::after{
	left: 30px;
}

.my_news .my_news{
	height: 460px;
}

.my_news .center{
	height: 460px;
	width: 100%;
	display: flex;
    justify-content: space-between;
}



.my_news .one a{
	width: 570px;
	height: 460px;
	border-radius: 10px;
    overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.my_tool_bg{
	background: #F3F3F3;
}

.my_news .text_conter{
	display: flex;
	height: 48px;
	width: 502px;
	justify-content: space-between;
	margin: auto;
}

.my_news .date{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.my_news .date span{
	position: relative;
	color: #C4C4C4;
	white-space: nowrap;
}
.my_news .date span:first-child{
	font-size: 16px;
}
.my_news .date span:last-child{
	font-size:14px;
}
.my_news .date span:first-child::after{
	content: "";
    position: absolute;
    right: 0px;
    bottom: -0.3em;
    width: 2.6em;
    height: 0.1em;
    background-color: #C4C4C4;
}



.my_news .text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	width: 450px;
    text-align: justify;
}
.my_news .text_conter:hover .date span,
.my_news .text_conter:hover .text span
{
	color: #006BBB;
}

.my_news .text_conter_one:hover .date span:first-child::after{
	background-color: #006BBB;
}


.my_news .text span{
	width: 100%;
	white-space: nowrap; /* 防止文本换行 */  
	overflow: hidden; 
	text-overflow: ellipsis;
}

.my_news .text span:first-child{
	font-size: 16px;
	color: #333333;
	
	

}

.my_news .text span:last-child{
	font-size: 14px;
	color: #999999;
}

.my_news .title{
	display: flex;
    justify-content: space-between;
    margin: 31px 28px 5px 17px;
    align-items: baseline;
}

.my_news .title>span{
	font-size: 24px;
}
.my_news .title>a{
	font-size: 14px;
	color: #006BBB;
}

.my_news .title>a:hover{
	text-decoration: underline;
}

.my_news .list{
	width: 610px;
	height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}

.my_news .list>div{
	width: 610px;
	height: 220px;
	border-radius: 10px;
    overflow: hidden;
	background: #fff;
}

.my_news .list .text_conter{
	margin: inherit;
}

.my_news .list .text span{
	width: 502px;
}

.my_news .list ul{
	height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.my_news .list li{
	padding-left: 17px;
    padding-top: 8px;
    padding-bottom: 8px;

}

.my_news .list li:hover{
	background: #006BBB;
	color: #fff;
}

.my_news .list li:hover .text span{
	color: #fff;
}

.my_news .list li:hover .date span{
	color: #fff;
}


.my_coo{
	text-align:center;
	
	height: 375px;
}


.my_coo_bg{
	background-color: #0063a5;
}

.my_coo .allTitle{
	color: #fff;
	margin-top: 60px;
    margin-bottom: 35px;
}

.my_news_title_img{
	width: 570px;
	height: 360px;
	overflow: hidden;
	transition: transform 0.5s ease;
}

.my_news_title_img:hover{
	transform: scale(1.1);
}

.my_coo .allTitle::after{
	left: 32px;
	background-color: #fff;
}

.my_coo .coo_lc{
	position: relative;
    display: flex;
    justify-content: space-between;
    height: 170px;
}

.my_coo .coo_lc>div{
	border-bottom: 2px dashed #fff;
    position: absolute;
    width: 99%;
    margin-top: 85px;
}

.my_coo .coo_lc ul{
	display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 2;
}

.my_coo .coo_lc ul li{
	width: 70px;
}

.my_coo .coo_lc ul li>div{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
	border-radius: 50%;
	background: #fff;
	margin-top: 31px;
    margin-bottom: 14px;
}

.my_coo .coo_lc ul li>div>img{
	width: 60%;
	transition: all 0.5s ease;
}

.my_coo .coo_lc ul li>div>img:hover{
	transform: scale(1.3);
}

.my_coo .coo_lc ul li p{
	color: #fff;
	font-size: 16px;
}


.my_tool{
	text-align: center;
	height: 375px;
}


.my_tool .allTitle{
	color: #006BBB;
	margin-top: 50px;
}

.my_tool .allTitle::after{
	left: 28px;
}

.my_tool .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.my_tool .list li{
	width: 180px;
	height: 130px;
	border-radius: 15px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
}

.my_tool .list li:hover {
	background: #006BBB;
	transform: scale(1.1);
}

.my_tool .list li:hover p{
	color: #fff;
}

.my_tool .list li:hover p{
	color: #fff;
}

.my_tool .list li img{
	width: 32%;
}


.my_tool .list li p{
	font-size: 16px;
	color: #666666;
}

/* 首页内容样式 结束 */

/* 面包屑开始 */
.my_crumbs_bg{
	background: #006BBB;
	height: 60px;
}

.my_crumbs{
	display: flex;
    align-items: flex-end;
	height: 100%;
}

.my_crumbs .list{
    display: flex;
}

.my_crumbs .list li{
	position: relative;
	margin-right: 5px;
	transition: all 0.5s ease;
	z-index: 10;
}
.my_crumbs .list li:hover{
	transform: scale(1.05);
	background: #FFFFFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.my_crumbs .list .list_vir_on:hover{
	transform: scale(1);
}

.my_crumbs .list li:hover a{
	color: #006BBB;
}




.my_crumbs .list li a{
	display: block;
    font-size: 20px;
	padding: 7px 28px 13px 28px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	color: #fff;

	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	z-index: 1;
	white-space: nowrap;
}

.my_crumbs .list_vir,
.my_crumbs .list_vir_on{
	background: #fff;
	font-weight: 800;
	z-index: 2 !important;
}



.tservices{
	background: #F5F9FD;
}


.my_crumbs .list_vir a,
.my_crumbs .list_vir_on a{
	color: #006BBB !important;
	background: #fff;
	font-size: 24px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}


.my_crumbs .list_vir::before,
.my_crumbs .list_vir::after,
.my_crumbs .list_vir_on::before,
.my_crumbs .list_vir_on::after{
	position: absolute;
	content: "";
	width: 20px;
	height: 53px;
	background: #006BBB;
	bottom: 0;
	
}
.my_crumbs .list_vir::before,
.my_crumbs .list_vir_on::before{
	left: -5px;
	border-bottom-right-radius: 23px;
}	

.my_crumbs .list_vir::after,
.my_crumbs .list_vir_on::after{
	right: -5px;
	border-bottom-left-radius: 23px;
}

/* 面包屑 结束 */

/* 进出口服务 开始 */
.export{
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
}
.export div:first-child{
	position: relative;
	margin-top: 70px;
	margin-bottom: 10px;
}
.export div:first-child h1{
	font-size: 36px;
	color: #006BBB;
}
.export div:first-child h4{
	font-size: 28px;
	color: #333333;
	line-height: 76px;
}
.export div:first-child::after{
	position: absolute;
	content: "";
	width: 55px;
	height: 3px;
	background: #006BBB;
	bottom: 0;
	left: 0;
}

.export div:nth-child(2)
{
	line-height: 30px;
	margin-bottom: 50px;
}

.export div:nth-child(2) p{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
}

.export_lc_bg{
	background: #F2F6F8;
}

.export_lc{
	height: 200px;
	display: flex;
    align-items: center;
}

.export_lc ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: -45px;
}

.export_lc ul li{
	width: 120px;
	height: 111px;
	display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.export_lc ul li img{
	width: 90px;
	transition: transform 0.3s ease;
}

.export_lc ul li:nth-child(2n + 1) img:hover {
	transform: scale(1.2);
}


.export_lc ul li span{
	color: #006BBB;
	font-size: 16px;
	white-space: nowrap;
	position: absolute;
	bottom: -18px;
}


.export .list{
	margin-bottom: 200px;
}

.export .list ul{
	display: flex;
	justify-content: space-around;
}

.export .list li{
	width: 144px;
	position: relative;
	height: 129px;
}

.export .list li>img{
	position: absolute;
}

.export .list li>div{
	margin: 0;
	width: 129px;
	height: 141px;
	text-align: center;
	color: #006BBB;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.export .list li>div>img{
	width: 40%;
}

.export .list li>div>span{
	position: absolute;
	top: 145px;
	font-size: 16px;
	color: #006BBB;
	line-height: 20px;
}

.export .list li:last-child>div{
	float:right;
}

.export .aqbj{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	margin-bottom: 90px;
}

.export .aqbj li{
	width: 325px;
	height: 332px;
	padding-top: 40px;
	box-shadow: 0 5px 15px rgba(0, 107, 187,10%), 
	-5px 0 15px rgba(0, 107, 187,10%), 
	5px 0 15px rgba(0, 107, 187,10%); 


	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
    align-items: center;
}

.export .aqbj li span{
	font-size: 18px;
	margin-left: 10px;
}

.export .aqbj li>img{
	width: 35%;
}
.export .aqbj li>div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.export .aqbj li>div>img{
	width: 41px;
}

.export .aqbj .end_span{
	margin-top: 15px;
}

.export .aqbj_new{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.export .aqbj_new li{
	width: 375px;
	height: 360px;
	overflow: hidden;
}

.export .aqbj_new li .img{
    width: 100%;
	height: 300px;
	margin-top: 0px;
	margin-bottom:0px;
	overflow: hidden;
	transition: transform 0.5s ease;
}

.export .aqbj_new li .img:hover{
	transform: scale(1.1);
}

.export .aqbj_new li .img::after{
	width: 0;
}

.export .aqbj_new li .span{
	width: calc(100% - 2px);
	height:56px;
	border: 1px solid #CCCCCC;
	line-height: 58px;
	text-align: center;
	z-index: 1;
	margin-bottom:0px;
	position: relative;
    background: #fff;
}

.export .rz{
	display: flex;
	text-align: center;
    align-items: end;
	margin: auto;
	margin-bottom: -50px !important;

	width: 100%;
    justify-content: space-between;
}

.export .rz .img>img{
	transition: transform 0.5s ease;
}

.export .rz .img>img:hover{
	transform: scale(1.2);
}

#my_year,#my_year1,#my_year2{
	font-size: 50px;
}

.export .rz .img{
	width: 640px;
	overflow: hidden;
}

.export .rz .rz_text .span::after{
	width: 0;
}

.export .rz .rz_text .span span{
	font-size: 24px;
	line-height: 50px;
	text-align: justify;
	/* font-weight: 600; */
	line-height: 32px;
}

.export .rz .rz_text .span{
	position: relative;
	margin-top: -12px;
}

.export .rz .rz_text .right_svg{
	position: relative;
	margin-top: 50px;
}

.export .rz .rz_text .right_svg  ul{
	width: 100%;
    height: 100%;
}

.export .rz .rz_text .right_svg  ul li{
	float: left;
	height: 115px;
	margin-left: 50px;
	justify-content: space-between;
	align-items: center;
}

.export .rz .rz_text .right_svg  ul li:nth-child(1){
	margin-left: 0;
}

.yzbjjj{
	margin-top: 60px !important;
}

.export .rz .rz_text .right_svg  ul p{
	font-size: 18px;
}

.export .rz .rz_text .right_svg img{
	width: 46%;
	transition: transform 0.3s ease;
}


.export .rz .rz_text .right_svg ul li:hover img{
	transform: scale(1.2);
}

.export .rz .img::after{
	background:rgba(0, 107, 187,0)
}
.export .rz span{
	display: block;
	font-size: 24px;
	color: #333333;
	margin-top: 52px;
	
}

.rz_text_new{
	width: 466px;
	margin-bottom: 0 !important;
}

.rz_text111 span{
	text-align: start;
}

.rz_text111::after{
	width: 50px !important;
    bottom: -15px !important;
    background: #333333 !important;
}

.rz_text111_text{
	display: flex;
    justify-content: space-between;
	margin-top: 50px;
}

.rz_text111_text div:first-child{
	margin-top: 0px;
}

.rz_text111_text div:first-child::after{
	width: 0;
}

.rz_text111_text div{
	display: flex;
    flex-direction: column;
}

.rz_text111_text img{
	width: 80px;
	margin-left: -10px;
	transition: transform 0.3s ease;
}

.rz_text111_text img:hover{
	transform: scale(1.2);
}

.rz_text111_text p{
	margin-top:0 !important;
}


.export .rz .rz_text{
	width: 466px;
	padding: 0px 25px;
	margin-top: -20px;
	display: flex;
	flex-direction: column;
}

.export .xingbao{
	margin-top: 20px;
}

.export .xingbao li{
	display: flex;
	align-items: center;
}

.export .xingbao li:nth-child(odd){
	float: left;
	margin-right: 116px;
}

.export .xingbao li img{
	width: 26px;
}

.export .xingbao span{
	display: block;
	font-size: 22px;
	color: #333333;
	margin-left: 15px;
	line-height: 50px;
}

.export .jrxb{
	margin-bottom: -5px;
}
.tsfw_bg{
	background: #F5F9FD;
}
.export .tsfw{
	margin-top: 70px;
	margin-bottom:0 !important;
}

.export .tsfw ul{
	position: relative;
	display: flex;
	justify-content: space-between;
}

.export .tsfw ul .tsfw_box{
	position: absolute;
	width: 100%;
	height: 2px;
	background: #006BBB;
	top: 40%;
	
}

.export .tsfw .tsfw_li{
	width: 170px;
	height: 170px;
	border: 1px dashed #006BBB;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	background: #F5F9FD;
	transition: transform 0.5s ease;
	transform-style: preserve-3d;
}

.export .tsfw li:hover .tsfw_li{
	transform: rotate(360deg);
}

.export .tsfw li p{
	text-align: center;
	font-size: 18px;
	color: #006BBB;
	font-weight: 600;
}

.export .tsfw li div{
	width: 122px;
	height: 122px;
    background: #006BBB;
    border-radius: 50%;
	margin: 0px;
}

.export .tsfw li div::after{
	width: 0;
}

.export .tsfw li img{
	transition: transform 0.3s ease;
}

.export .tsfw li:hover img{
	transform: scale(1.2);
}

.export .tsfw ul{
	display: flex;
}

/* .export .tsfw ul li{
	background: #006BBB;
	
} */

.export .tsfw_p{
	font-size: 18px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
	margin-top: 70px;
}

.export .tsfw_p ul{
	width: 100%;
}

.export .tsfw_p ul,
.export .tsfw_p li
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.export .tsfw_p li{
	padding: 14px 10px;
	box-shadow: 4px 4px 11px #D7DADE;
	background: #fff;
}

.export .tsfw_p img{
	width: 41px;
}


.my_logistic_bg{
	background: #F0F4F6;
}

.my_logistic{
	display: flex;
	flex-direction: column;
	margin-bottom: 120px;
}
.my_logistic .title,
.my_featured .title{
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin-top: 90px;
}
.my_logistic .title::after,
.my_featured .title::after{
	content: "";
    bottom: -1px;
    width: 55px;
    height: 3px;
    background-color: #006BBB;
}
.my_logistic .title p:nth-child(1),
.my_featured .title p:nth-child(1){
	font-size: 36px;
	color: #006BBB;
	font-weight: 600;
}

.my_logistic .title p:nth-child(2),
.my_featured .title p:nth-child(2){
	font-size: 28px;
	line-height: 80px;
	font-weight: 600;
}
.my_logistic .title_text{
	display: flex;
	justify-content: space-between;
	padding-top:70px;
}

.my_logistic .title_text>div:nth-child(1){
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.my_logistic .title_text>div:nth-child(1) p:nth-child(1){
	font-size: 28px;
	position: relative;
	color: #333333;
}
.my_logistic .title_text>div:nth-child(1) p:nth-child(1)::after{
	content: "";
    left: 0;
    bottom: -15px;
    width: 55px;
    height: 3px;
    background-color: #333333;
    position: absolute;

}
.my_logistic .title_text>div:nth-child(1) p:nth-child(2){
	font-size: 22px;
	margin-top: 45px;
	color: #333333;
	text-align: left;
	line-height: 42px;
	width: 91%;
}

.my_logistic .title_text>div:nth-child(1){
	width: 492px;
}

.my_logistic .title_text>div:nth-child(2){
	width: 625px;
}

.my_logistic .pt{
	margin-top: 90px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.my_logistic .title_text2{
	margin-top: 50px;
}

.my_logistic .pt p{
	font-size: 28px;
	color: #333333;
	margin-bottom: 66px;
	position: relative;
	display: block;
}

.my_logistic .pt p::after{

	content: "";
    bottom: -20px;
    right: 0;
    left: 0;
    width: 55px;
    height: 3px;
    margin: auto;
    background-color: #333333;
    position: absolute;
    text-align: center;
    align-content: center;
}


.my_logistic .title_text_img{
	width: 690px !important;
	height: 370px;
	overflow: hidden;
	
}

.my_logistic .title_text_img2{
	width: 700px !important;
	height: 390px;
	overflow: hidden;
}

.my_logistic .title_text_img img,
.my_logistic .title_text_img2 img{
	width: 100%;
	transition: transform 0.5s ease-in;
}

.my_logistic .title_text_img:hover img,
.my_logistic .title_text_img2:hover img{
	transform: scale(1.2);
}

.my_logistic .title_text_svg{
	width: 375px !important;
	height: 390px;
}

.my_logistic .title_text_svg ul li{
	width: 50%;
	margin-top: 37px;
}

.my_logistic .title_text_svg ul li img{
	width: 50%;
	margin-left: -20px;
}

.my_logistic .title_text_svg ul li:nth-child(2n) img{
	margin-left:30px;
}

.my_logistic .title_text_svg ul li:nth-child(2n) p,
.my_logistic .title_text_svg ul li:nth-child(2n) span{
	margin-left: 50px;
}

.my_logistic .title_text_svg ul{
	display: flex;
	flex-wrap: wrap;
}

.my_logistic .title_text_svg ul li p{
	font-size: 22px;
	margin-top: -10px;
	color: #333333;
}

.my_logistic .title_text_svg ul li span{
	font-size: 14px;
	color: #333333;
}

.my_logistic .title_text_svg p:nth-child(1){
	font-size: 28px;
    position: relative;
	color: #333333;
}
.my_logistic .title_text_svg p:nth-child(1)::after{
	content: "";
    left: 0;
    bottom: -15px;
    width: 55px;
    height: 3px;
    background-color: #333333;
    position: absolute;
}
.my_featured .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin: 40px 0 90px 0;
}

.my_featured .list li {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin: 30px 0;
}
.my_featured .img{
	width: 650px;
}

.my_featured .text{
	width: 470px;
	position: relative;
	overflow: hidden;
}

.my_featured .text .lf_div{
	animation: slideInFromRight 3s ease forwards;
}

@keyframes slideInFromRight {  
	from {  
	  transform: translateX(100%); /* 从屏幕右侧开始 */  
	}  
	to {  
	  transform: translateX(0); /* 滑到屏幕内 */  
	}  
  }


.my_featured .text h4{
	font-size: 28px;
	color: #006BBB;
	position: relative;
	margin-bottom: 33px;
	
}

.my_featured .text h4::after{
	content: "";
    bottom: -12px;
    width: 40px;
    height: 3px;
    background-color: #006BBB;
	position: absolute;
	left: 0;
}


.my_featured .text p{
	margin-top: 18px;
    margin-left: 18px;
	font-size: 18px;
	position: relative;
}


.my_featured .text p::before{
	content: "";
	top: 8px;
    left: -18px;
    width: 10px;
    height: 10px;
	border-radius: 50%;
    margin: auto;
	background: #006BBB;
    background-color: #006BBB;
    position: absolute;
}

.my_cnews ul{
	margin-top: 90px;
}
.my_cnews ul li{
	display: flex;
    justify-content: space-between;
	width: 100%;
	height: 236px;
	border-top: 2px solid #CCCCCC;
	align-items: center;
}
.my_cnews .txet{
	width: 890px;
	display: flex;
	justify-content: space-between;
}

.my_cnews .date h4::after{
	content: "";
	top: 13px;
    right: 28px;
    width: 34px;
    height: 3px;
    margin: auto;
	background: #666666;
    position: absolute;
}

.my_cnews .img{
	width: 268px;
	height: 170px;
	
	transition: all 0.5s ease;
	overflow: hidden;
}

.my_cnews .img img{
	width: 100%;

}

.my_cnews .img:hover{
	transform:scale(1.1);
}

.my_cnews .date{
	width: 163px;
}

.my_cnews .date h4{
	font-size: 24px;
	color: #666666;
	position: relative;
}
.my_cnews .date span{
	font-size: 14px;
	color: #666666;
	display: block;
	border: 2px solid #666666;
	display: inline;
	padding: 1px 5px;
}

.my_cnews .content{
	width: 727px;
}
.my_cnews .content h4{
	font-size: 24px;
	color: #333333;
}
.my_cnews .content p{
	margin-top: 20px;
	line-height: 30px;
}


.my_cnews ul li:hover h4,
.my_cnews ul li:hover p,
.my_cnews ul li:hover span{
	color: #006BBB;
}

.my_cnews ul li:hover .date span{
	border: 2px solid #006BBB;
}

.my_cnews ul li:hover .date h4::after{
	background:  #006BBB;
}


.my_page{
	padding-top: 50px;
	margin-bottom: 120px;
	border-top: 2px solid #CCCCCC;
}

.my_news_con_bg{
	background: #F2F2F2;
	/* margin-top: 90px;
	margin-bottom: 120px; */
	padding-top: 90px;
	padding-bottom: 120px;
}



.my_news_con{
	background: #fff;
	margin: 20px 50px;
}

.contentW .wz{
	height: 60px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.contentW .wz ul li{
	font-size: 16px;
	color: #999999;
	margin: 0 3px;
}

.contentW .wz ul{
	display: flex;
	margin-right: 20px;
}

.my_news_con .title{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 43px;
	padding-bottom: 31px;
	/* margin-bottom: 30px; */
	border-top: 1px solid #3333;
	border-bottom: 1px solid #3333;
}
.my_news_con .title p{
	font-size:30px;
	width: 80%;
    text-align: center;
}
.my_news_con .title ul{
	display: flex;
}
.my_news_con .title ul li{
	margin: 18px 20px;
	color: #999999;
}

.my_news_con_bg1{
	background: #fff;
}

.my_news_con .body {
	width: calc(100% - 60px);
	padding: 30px;
}

.my_news_con .body p{
	/* font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin: 30px; */
}

.my_news_con .botton{
	border-top: 1px solid #3333;
	padding: 50px 0;
	margin-top: 70px;
}



.my_news_con .botton li,
.my_news_con .botton a{
	color: #999999;
	font-size: 18px;
	line-height: 50px;
}

.my_AboutUs{
	display: flex;
	flex-direction: column;
}

.my_AboutUs .title{
	display: flexe;
	flex-direction: column;
	position: relative;
	margin-top: 90px;
}

.my_AboutUs .title:hover::after{
	width: 300px;
}

.my_AboutUs .title h4{
	font-size: 36px;
	color: #006BBB;
}

.my_AboutUs .title p{
	color: #333333;
	font-size: 28px;
	line-height: 75px;
	font-weight: 600;
}

.my_AboutUs .title::after{
	content: "";
	bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
	background: #006BBB;
    position: absolute;

	transition: width 0.5s ease; 
	/* transition: transform 0.5s ease; */
}

.my_AboutUs .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 35px;
}
.my_AboutUs .text>div{
	font-size: 32px;
	color: #333333;
	line-height: 50px;
	transition: all 0.5s ease;
}

.my_AboutUs .text>div:hover{
	font-size: 35px;
	transition: all 0.5s ease;
}

.my_AboutUs .text ul{
	display: flex;
	justify-content: space-between;
	width: 665px;
}

.my_AboutUs .text ul li h4{
	font-size: 50px;
	color: #006BBB;
}

.my_AboutUs .text ul li h4 span{
	font-size: 24px;
    margin-left: 5px;
    color: #006BBB;
}

.my_AboutUs .text ul li p{
	font-size: 16px;
	color: #006BBB;
}

.my_AboutUs .content{
	display: flex;
	flex-direction: column;
}

.my_AboutUs .content h4{
	font-size: 32px;
	color: #006BBB;
	position: relative;
	z-index: 2;
	font-weight: 500;

	display: inline-block;
}

.my_AboutUs .content h4 span{
	color: #333333;
	font-size: 18px;
}



.my_AboutUs .content div:nth-child(1){
	position: relative;
	margin-bottom: 40px;
}
/* .my_AboutUs .content div:nth-child(1)::after{
	content: "";
	bottom: -8px;
    left: 0;
    width: 351px;
    height: 22px;
	background:rgba(216, 241, 254);
    position: absolute;
} */

.my_AboutUs .content div:nth-child(1) h4::after{
	content: "";
	bottom: -8px;
    left: 0;
    width: calc(100% + 30px);
    height: 22px;
	background:rgba(216, 241, 254);
    position: absolute;
	z-index: -1;
}

.my_AboutUs .content p{
	font-size: 18px;
	color: #333333;
	margin-bottom: 35px;
	line-height: 30px;
}

.my_AboutUs .content p:hover{
	background: #006BBB;
	color: #fff;
}


.my_AboutUs .content .content_ry p{
	margin-bottom:0;
}

.my_AboutUs .img{
	margin-top: 44px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 110px;
	overflow: hidden;
}

.my_AboutUs .img img{
	/* border-radius: 6px; */
	transform: scale(1);
	/* 过渡效果 */
	transition: transform 5s ease;
	/* 动画名称、持续时间、运动曲线、循环次数（infinite 表示无限循环）、播放方向（alternate 表示交替反向播放） */
	animation: scaleAnimation 5s ease infinite alternate;
}

@keyframes scaleAnimation {
	from {
	  transform: scale(1);
	}
	to {
	  transform: scale(1.2);
	}
}

.my_AboutUs .ryzz{
	width: 100%;
	float: left;
}
.my_AboutUs .ryzz li{
	width: 586px;
	height: 485px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.my_AboutUs .ryzz li p{
	border-top: 1px solid #333333;
	line-height: 80px;
	font-size: 24px;
}
.my_AboutUs .title_bottom{
	margin-bottom: 20px;
}

.my_AboutUs_bg{
	background: #fff;
	padding-bottom: 70px;
}

.my_AboutUs .content_ry{
	width: 100%;
}

.my_AboutUs .content_ry div{
	height: 96px;
	border-top: 2px solid #CCCCCC;
	margin-bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	position: relative;
	transition: all 0.5s ease;
}

.my_AboutUs .content_ry div:hover{
	background: #006BBB;
}
.my_AboutUs .content_ry div:hover p{
	color: #fff;
}

.my_AboutUs .content_ry li img{
	/* margin: 10px; */
	width: 100%;
	transition: transform 0.5s ease;
}

.my_AboutUs .content_ry li div:first-child{
	width: 565px;
    height: 396px;
	overflow: hidden;
	margin: 10px;
	border-top: 0px;
}

.my_AboutUs .content_ry li div:first-child::after{
	width: 0;
    height: 0;
}


.my_AboutUs .content_ry li img:hover{
	transform: scale(1.05);
}

.my_AboutUs .content_ry li{
	float: left;
	width: 585px;
	height: 485px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	/* border:1px solid #CCCCCC; */
	border-top:0px;
	box-shadow: 0 6px 15px -5px rgba(0, 0, 0, 0.3);
	overflow: hidden;

}

.my_AboutUs .content_ry li p{
	font-size: 22px;
	line-height: 28px;
	
	width: 95%;
    text-align: center;
}

.my_AboutUs .content_ry li:nth-child(even){
	float: right;
}

.my_AboutUs .content_div1{
	margin-top: 50px;
}

.my_AboutUs .zx{
	margin-top: 20px;
	font-size: 32px;
}

.my_AboutUs .content_zp{
	display: flex;
	flex-direction: column;
}
.my_AboutUs .content_zp h4{
	font-size: 24px;
	margin-top: 20px;
	position: relative;
}

.my_AboutUs .content_zp h4::after{
	content: "";
	bottom:-13px;
    left: 0;
    width: 50px;
    height: 3px;
	background:#006BBB;
    position: absolute;
}

.my_AboutUs .content_zp ul{
	margin-top: 40px;
	margin-bottom: 20px;
}

.my_AboutUs .content_zp ul li{
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	position: relative;
	margin-left: 15px;
}

.my_AboutUs .content_zp ul li a{
	transition: transform 0.3s ease;
}

.my_AboutUs .content_zp ul li:hover a{
	transform: scale(1.2);
}

.my_AboutUs .content_zp ul li::before{
	content: "";
	top: 16px;
	bottom:0;
    left: -15px;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	background:#006BBB;
    position: absolute;
}

.fuli li{
	margin-left: 0px !important;
}
.my_AboutUs .fuli li::before{
	width: 0 !important;
}

.my_AboutUs .dylc{
	display: flex;
}
.my_AboutUs .dylc li{
	width: 154px;
	height: 58px;
	border: 1px solid #006BBB;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 15px;

}

.my_AboutUs .dylc li span:nth-child(1){
	font-size: 18px;
	color: #333333;
	line-height: 20px;
}

.my_AboutUs .dylc li span:nth-child(2){
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

.my_AboutUs .qudao{
	display: flex;
}
.my_AboutUs .qudao li{
	background: #006BBB;
	width: 219px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin-right: 10px;
	margin-left: 0px !important;
}
.my_AboutUs .qudao li::before{
	width: 0px !important;
	
}
.my_AboutUs .qudao span{
	font-size: 18px;
	color: #fff;
}
.my_AboutUs .qudao img{
	width: 33px;
}
.my_AboutUs .gsem{
	width: 450px;
	height: 60px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #006BBB;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.my_AboutUs .gsem span{
	font-size: 18px;
}

.my_AboutUs .content .gcwl{
	font-size: 24px;
	color: #006BBB;
	margin-top: 50px;
	margin-bottom: 20px;
}
















/* 进出口服务 结束 */

/* 底部样式开始 */

.my_foot_bg{
	background: #006BBB;
}

.my_foot{
	height: 290px;
}

.my_foot .text{
	height: 195px;
	width: 100%;
	margin-top: 50px;

	border-bottom: 1px dotted #fff;
	display: flex;

	
}

.my_foot .text1{
	width: 320px;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
}

.my_foot .text1 ul{
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.my_foot .text1 ul img{
	width: 24px;
}

.my_foot .text1 ul li{
	display: flex;
	width: 100%;
	align-items: center;
}

.my_foot .text1 ul li span{
	color: #fff;
	margin-left: 5px;
	font-size: 14px;
}

.my_foot .text1 ul li:first-child span{
	font-size: 24px;
}

.my_foot .text2{
	height: 170px;
	width: 1px;
	background: #66A6D6;
}

.my_foot .text3{
	width: 520px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin-left: 70px;
	margin-right: 70px;
}

.my_foot .text3 span{
	font-size: 20px;
	color: #fff;
}

.my_foot .text3>div{
	display: flex;
	flex-direction: column;
}

.my_foot .text3 ul{
	margin-top: 15px;
}

.my_foot .text3 a{
	font-size: 14px;
	color: #fff;
	line-height: 23px;
}

.my_foot .text4{
	width: 112px;
	margin-left: auto;
}

.my_foot .text4 img{
	width: 100%;
}

.my_foot .text4 span{
	font-size: 13px;
	color: #fff;
}

.my_foot .botton,
.my_foot .botton a{
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	position: relative;
}
.my_foot .botton a{
	margin-right: 5px;
}

.my_foot .botton .bb::after{
	content: "";
	top: 3px;
	bottom:0;
    left: -5px;
    width: 1px;
    height: 10px;
	
	border-radius: 50%;
	background:#fff;
    position: absolute;
}



/* 底部样式结束 */

/* 自定义标签 */
thetemplate{
	display: none;
}



.next,.prev{
	cursor: pointer;
	display: flex;
	align-items: center;
}

.next img,.prev img{
	height: 100px;
}

.npss{
	cursor: auto;
	opacity: 0.5;
}

.slider{
	display: flex;
	width: 100%;
	position: relative;
	height: 120px;
	align-items: center;
	

}
.slider_honor_div,
.slider_zz_div{
	width: 1024px;
	overflow: hidden;
	position: relative;
	margin: 0 10px;
	height: 120px;
}


.slide{
	/* position: absolute; */
	display: flex;
	align-items: center;
	/* display: none; */
	justify-content: space-between;
	width: 270px;
	height: 83px;
	flex-shrink: 0;
	text-align: center;
	margin-right: 54px;
	

	position: relative;
	
}

.slide span{
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.slide img{
	width: 45px;
}





.slide3{
	width: 375px;
	height: 120px;
	text-align: center;
	/* transition: all 0.1s ease; */
}

.slide3 span{
	color: #fff;
	font-size: 30px;
}

.slide3 img{
	width: 53px;
}

.slide_zz{
	display: none;
}

.slider_honor,
.slider_zz{
	position: absolute;
	transition: all 3s ease;
}

.slider_qualifications{
	width: 1024px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    height: 120px;
}