* {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
a:focus {
    outline:none;
}
.clear{
	clear: both;
	}

.width_w1{
	width: 1180px;
	margin: auto;
}
.fff{color: #fff!important;}
img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

html,
body {
	position:relative;
	height:100%;
}
body {
	background:#fff;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#000;
	margin:0;
	padding:0;
}
.swiper-container {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	height:calc((100% - 30px) / 2);
	/* Center slide text vertically */
  display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}



/* 导航按钮 */
.menu{
	display: none;
}
.cross input {
	display: none;
}

.grid {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	width: 100vw;
	height: 100vh;
	position: fixed;
}

.grid>* {
	position: relative;
}

.cross label {
	display: block;
	cursor: pointer;
	position: fixed;
	width: 100px;
	height: 100px;
	max-width: 150px;
	max-height: 150px;
	overflow: hidden;
	z-index: 99999;
	top: -20px;
	margin-right: -15px;
}

@media (min-aspect-ratio: 1/1) {
	label {
		width: 50vh;
		height: 50vh;
	}
}

.menu--1 label,
.menu--2 label {
	bottom: 0;
}

.menu--3 label,
.menu--4 label {
	top: 0;
}

.menu--1 label,
.menu--3 label {
	right: 0;
}

.menu--2 label,
.menu--4 label {
	left: 0;
}

path {
	fill: none;
	stroke: #333;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	--length: 24;
	--offset: -38;
	stroke-dasharray: var(--length) var(--total-length);
	stroke-dashoffset: var(--offset);
	transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

circle {
	fill: #fff3;
	opacity: 0;
}

label:hover circle {
	opacity: 1;
}

.cross input:checked+svg .line--1,
.cross input:checked+svg .line--3 {
	--length: 22.627416998;
}

.cross input:checked+svg .line--2 {
	--length: 0;
}

.back input:checked+svg .line--1,
.back input:checked+svg .line--3 {
	--length: 8.602325267;
}

.menu--1 {
	/*  background-color: #3f77e9; */
}

.menu--1 .line--1,
.menu--1 .line--3 {
	--total-length: 126.64183044433594;
}

.menu--1 .line--2 {
	--total-length: 70;
}

.menu--1 input:checked+svg .line--1,
.menu--1 input:checked+svg .line--3 {
	--offset: -94.1149185097;
}

.menu--1 input:checked+svg .line--2 {
	--offset: -50;
}

.menu--2 {
	background-color: #0095f9;
}

.menu--2 .line--1,
.menu--2 .line--3 {
	--total-length: 111.22813415527344;
	--offset: -50.22813415527344;
}

.menu--2 .line--2 {
	--total-length: 99;
}

.menu--2 input:checked+svg path {
	transform: translateX(30px);
}

.menu--2 input:checked+svg .line--1,
.menu--2 input:checked+svg .line--3 {
	--offset: -16.9705627485;
}

.menu--2 input:checked+svg .line--2 {
	--offset: -20;
}

.menu--3 {
	background-color: #00aef6;
}

.menu--3 .line--1,
.menu--3 .line--3 {
	--total-length: 126.38166809082031;
}

.menu--3 .line--2 {
	--total-length: 80;
}

.menu--3 input:checked+svg .line--1,
.menu--3 input:checked+svg .line--3 {
	--offset: -109.1770175568;
}

.menu--4 {
	background-color: #18bee5;
}

.menu--4 .line--1,
.menu--4 .line--3 {
	--total-length: 103.35061645507812;
	--offset: -42.35061645507812;
}

.menu--4 .line--2 {
	--total-length: 99;
}

.menu--4 input:checked+svg path {
	transform: translateX(31px);
}

.menu--4 input:checked+svg .line--1,
.menu--4 input:checked+svg .line--3 {
	--offset: -8.602325267;
}

.menu--4 input:checked+svg .line--2 {
	--offset: -7;
}

.debug {
	display: none;
}

.line--debug {
	opacity: 0;
	stroke-dasharray: none;
}

/* 导航按钮 */


#Header {
	display: flex;
    align-items: center;
    justify-content: space-around;
	width: 100%;
	height: 100px;
	background-color: #FFF;
	position: fixed;
	top: 0px;
    bottom: auto;
    left: 0;
    right: 0;
	z-index: 999;
}

#Logo {
	/*width: calc((100% - 850px)/2);
	min-width: 150px;
	float: left;
	padding-top: 28px;*/
	text-align: center;
}
#Logo img{
	max-width: 173%;
}
#TOP_Menu {
	/* 	margin-left: 20%; 
	float: left;
	width: 60%;*/
	overflow: hidden;
}


#TOP_Menu menu {
	/* width: 1000px !important;
	height: auto;
	margin: 0 auto;
	z-index: 210; */
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#TOP_Menu menu div {
	width: auto;
	text-align: center;
	/*float: left;*/
	/*padding-top: 52px;*/
}

#TOP_Menu menu div ul {
	width: auto;
	/*height: 50px;*/
	text-align: center;
	position: relative;
	z-index: 159;
}


#TOP_Menu menu div ul a {
	font-size: 12pt;
	line-height: 32px;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}
#TOP_Menu menu div ul:hover a{
	padding-bottom: 15px;
	border-bottom: 5px solid #00309F;
}
#TOP_Menu menu div ul.Over a {
	color: #00309F;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 5px solid #00309F;
}

#TOP_Menu menu div ul::after {
	content: "";
	width: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-bottom: 5px solid #FFF;
	border-bottom-color: rgb(255, 255, 255);
	z-index: -1;
	transition: all .5s ease;
	border-color: #00309F;
}

#TOP_Menu menu div.MenuDiv {
	margin-left: 35px;
}

#TOP_Logo #Logo span {
	display: table-cell;
	vertical-align: middle;
}

#TOP_Menu menu div dl {
	width: 400px;
	background-color: #FFF;
	position: absolute;
	top: 75px;
	border-top: 2px solid #00309F;
	display: none;
}

#TOP_Menu menu div.MenuDiv dl dt {
	width: 50%;
	position: relative;
	float: left;
}

#TOP_Menu menu div.MenuDiv dl dt img {
	width: 200px;
	z-index: 195;
}

#TOP_Menu menu div.MenuDiv dl dd {
	line-height: 28px;
	width: 50%;
	float: left;
	text-align: left;
	padding: 3% 0px;
}

#TOP_Menu menu div.MenuDiv dl dd a {
	color: #333;
	text-decoration: none;
	padding: 0 5%;
	font-size: 14px;
}

.video{
	
	position: relative;
	margin-top: -150px;
	}
	
.select_input {
	background:#09419e;
}
	
.order_tracking {
    /*position: absolute;
    right: 0px;
    top: 10px;
    width: 500px;
	padding:30px 0;*/
	display:flex;
	margin:0;
}
.order_tracking .title {
    color: #fff;
    font-size: 18px;
    /* display: flex; */
	text-align: right;
    padding-top: 15px;
	font-size: 18px;
	font-family: "微软雅黑";
	flex:1 0 auto;
}
.order_tracking input{
	width:100%;
	height:50px;
	background-color: #fff;
	border: none;
	padding-left: 2%;
	font-size: 18px;
	border: 1px solid #ccc;
}
.order_tracking button{
	width:79px;
	height:49px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	background-color: #00309f;
	border: none;
	cursor: pointer;
	border-radius: 0 3px 3px 0px;
}
.order_tracking form{
	display: flex;
	flex:none;
}
.Frame_StyleCss {
	margin: 0px auto;
/* 	padding: 50px 0 50px; */
}


.MainKEditor {
	color: #666;
}

#Main_About {
	/* width: 1180px; */
	margin: 0 auto;
	padding: 0;
	clear: both;
}


#Main_About .Headline {
	position: absolute;
	left: 50%;
}

.Headline h3 strong {
	font-size: 22px;
	line-height: 1;
	color: #00309f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p.Subheading {
	font-size: 12pt;
	line-height: 1;
	color: #939393;
}

.DTwol{
	width:50%;
	float: left;
}
.DTwor{
	width: 40%;
	padding: 0px 50px;
	float: left;
}

#Main_About .D-Two+.D-Two {
	padding-top: 75px;
}

#Main_About .Readtext {
	width: 100%;
	margin: 50px auto;
	clear: both;
}
.Readtext .content{
	margin-top: 40px;
	font-size: 16px;
}
.But_More {
	width: 157px;
	height: 50px;
	font-size: 13pt;
	line-height: 52px;
	text-align: center;
	color: #666;
	border: 1px solid #CCC;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	position: relative;
	clear: both;
	transition: all .5s ease;
	text-decoration: none;
}

.But_More img {
	position: absolute;
	display: inline-block;
}

.But_More:hover {
	background-color: #00309F !important;
	color: #FFF !important;
}

.Readtext_title {
	color: #00309F;
	font-family: DIN-Bold;
	font-weight: bold;
	letter-spacing:2px;
	font-size: 24px;
	line-height: 1.5;
}

.whole_title{
	text-align: center;
	padding: 60px 0px;
}
.MainKEditor {
    color: #666;
}

.MainKEditor strong {
    font-size: 22px;
    line-height: 1;
    color: #00309f;
}

h3 strong {
    font-size: 22px;
    line-height: 1;
    color: #00309f;
}

.logistics{
	display: flex;
	justify-content: space-between;
	
}

.logistics .item{
	width:23%;
	text-align: center;
	padding: 140px 0px;
	background-color: #E7E7E7;
	position: relative;
	cursor: pointer;
}
.leftico{
	display: block;
	width:36px;
	height:36px;
	border: 1px solid #939393;
	box-sizing: border-box;
	background-image: url(../images/aslides-3.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
}

.leftico:hover{
	background-image: url(../images/aslides-5.png);
	opacity: 1;
	border: 1px solid #00309f;
}

.rightico{
	display: block;
	width:36px;
	height:36px;
	border: 1px solid #939393;
	box-sizing: border-box;
	background-image: url(../images/aslides-4.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
}

.rightico:hover{
	background-image: url(../images/aslides-6.png);
	opacity: 1;
	border: 1px solid #00309f;
}

.newspart .swiper-button-prev{
	width:36px;
	left:-50px!important
}
.newspart .swiper-button-next{
	width:36px;
	right:-50px!important
}

.logistics_content{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	background: rgba(0,0,0,.6);
	padding: 0px 5%;
	display: inline-flex;
	align-items: center;
	opacity: 0;
	transition: 0.5s;
}

.logistics .item:hover .logistics_content{
	opacity: 1;
}

.logistics_content div{
	width:100%
}
.logistics_content hr{

	border: 1px solid #fff
}
.headline {
    font-size: 18px;
    line-height: 3.5;
    font-weight: bold;
}
.rollsize{
	font-size:32px;font-weight:bold;
}

.arrow{
	width: 25px;
	height: 25px;
	border-radius: 12.5px;
	border: 1px solid #00309F;
	box-sizing: border-box;
}

.chart_row{
	/* display: flex;
	justify-content: space-between; */
}
.chart{
	width: 50%;
}
.chart_content{
	width: 50%;
	padding: 0px 50px;
}
.chart_ico{
	margin: 32px 0px 16px 0px;
}

.larger{
	font-size: 24px;
	color:#00309F;
}
.chart_content .text{
	font-size: 14px;
	line-height: 32px;
	color: #666;
	text-align: justify;
	
}

.floatleft{
	float: left;
}
.flortright{float: right;}

/* .width60{
	width: 60%;
}

.width80{
	width: 80%;
}
 */

.border{
	background-color: #00309f;overflow: hidden;;
}
.border .larger{
	color: #fff
}
.border .text{
	color: #fff
}

.newspart{
	background-color: #E7E7E7;
	margin-top: 100px;
}

.news_row{
	position: relative;
	}
.news_row .ico{
	width:100%
}
.news_row .title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 2;
	transition: 0.5s;
}
.news_row .content{
	padding: 5%;
}
.news_row .swiper-slide{
	text-align: left;
}
.news_row .time{
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	transition: 0.5s;
}
.news_row .xian{
	width:20px;
	height: 2px;
	background-color: #00309f;
	margin:8px 0px;
	transition: 0.5s;
}
.news_row .text{
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

.news_row .swiper-slide:hover .title{
	color: #00309f;
}
.news_row .swiper-slide:hover .time{
	color: #00309f;
}
.news_row .swiper-slide:hover .xian{
	width:100%
}
.newspart .Readlink{
	display: flex;
	justify-content: center;
	padding: 60px 0px;
	}
.logolist{
	/* height: 161px; */
	padding-top: 15px;
}
.logolist .swiper-wrapper{
	height: 161px;
	
	}
.logolist .ico img{ 
	border: 1px solid #DDD;
	box-sizing: border-box;
	width:100%
	}

.hezuo{
	background-color: #FFFFFF;
}
.hezuo .Readlink{
	display: flex;
	justify-content: center;
	padding: 40px 0px;
}

.hezuokunz{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.hezuokunz .swiper-pagination{
	position: static;
	line-height: 48px;
}
.hezuokunz .swiper-pagination-bullet{
	margin: 0 3px;
}
.swiper-button-prev1{
	margin: 0 10px;
	cursor: pointer;
}
.swiper-button-next1{
	margin: 0px 10px;
	cursor: pointer;
}
.quick_row {
    position: fixed;
    /* top: 49%; */
    right: 0px;
    z-index: 999;
    bottom: 45%;
}

.quick_row li{
	position: relative;
	width:50px;
	height:50px;
	background-color: #00309f;
	border-bottom: 1px solid #4668e6;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.quick_row li div{
	display: none;
	position: absolute;
	top:0px;
	left: -100px;
}
.quick_row li:hover div{
	display: block;
}
.quick_row li div img{
	width:100px;
	height:100px
}



.foot_bj1{
	background-color: #2B323A;
	width: 100%;
	display: inline-block;
}
.foot_t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.letter img{
	float: left;
	width:100px
}
.letter{
	display: flex;
	align-items: center;
}
.letter ul{
	float: left;
	color: #fff;
	line-height: 35px;
	margin-left: 30px;
	list-style: none;
}
.check{
	width:400px;
	padding: 30px 0;
}

.check h3{
	color: #a59d9d;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	
}

.check input{
	width: 100% !important;
	padding: 0 1% !important;
	height: 35px;
	line-height: 35px;
	color: #5A5A5A;
	margin-bottom: 12px;
	background-color: transparent !important;
	border: 1px solid #a59d9d;
	box-sizing: border-box;
}

.check input:first-child,.check input:nth-child(2){
	width: 49% !important;
}

.check input:nth-child(2){
	margin-left:2%;
}

.Tips{
	font-size: 16px;
	color: #a59d9d;
}

.check button{
	width:89px;
	height:32px;
	line-height: 32px;
	text-align: center;
	background: #5a5a5a;
	color: #fff;
	border:none;
	margin-top: 10px;
	float: right;
}

.foot_bj2{
	background: #232628;
	text-align: center;
	color: #787468;
	font-size: 16px;
	line-height: 35px;
	padding: 30px 0px;
}

.foot_bj2 a{
	color: #787468;
	text-decoration: none;
	margin-right: 8px;
}



.foot_bj1 .ul li {padding-left: 35px;}
.foot_bj1 .ul li:nth-child(1) {background: url(../images/1.png) no-repeat;}
.foot_bj1 .ul li:nth-child(2) {background: url(../images/2.png) no-repeat;}
.foot_bj1 .ul li:nth-child(3) {background: url(../images/3.png) no-repeat;}
.foot_bj1 .ul li:nth-child(4) {background: url(../images/4.png) no-repeat;}



.video_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.0); */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1b1d75;
}

.txt img {
	max-width: 100%;
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
}
.txt h2 {
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	text-align: center;
	margin: 50px auto;
	text-align: center;
}
.txt h6 {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
}


.main {
	position: relative;
	padding: 0;
	margin: 0 auto;
}

.pages {
    display: flex;
    align-items: center;
    margin: 0px auto;
    text-align: center;
}
.pages .ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 0;
}
.pages .ul li a {
    color: #666;
    font-size: 13px;
    height: 30px;
    display: block;
    line-height: 30px;
    padding: 0px 15px;
    margin: 0 5px; 
    border-radius: 2px;
    border: 1px solid #666;
    background: #eaeaea;
}
.pages .ul .active a,
.pages .ul .active a:hover,
.pages .ul li a:hover{color: #fff;background: #00309f;}

.page-num-current{
	color: #fff!important;
	background: #00309f!important;
}

.figure_banner {
	position: relative;
	margin: 105px auto 0;
}

.nav_menu {
	padding: 20px 0;
    margin: 0 auto;
}
.nav_menu .ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.nav_menu .ul li {margin: 0 15px;}
.nav_menu .ul li a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
	transition: .5s;
}
.nav_menu .ul li:hover a,
.nav_menu .ul .active a {
	color: #00309F;
	border-bottom: 3px solid #00309F;
}

.breadcrumb_nav {
	position: relative;
	margin: 0 auto;
	background: #fff;
}
.breadcrumb_nav .breadcrumb {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent; 
    padding: 15px 0;
	margin: 0 auto 15px;
	border-bottom: 1px solid #00309F;
}
.breadcrumb_nav .breadcrumb li a, 
.breadcrumb_nav .breadcrumb li a .fa {
    color: #333; 
    font-size: 16px;
    line-height: 20px;
    transition: .5s;
}
.breadcrumb_nav .breadcrumb li a:hover .fa,
.breadcrumb_nav .breadcrumb li a:hover {color: #00309F;}
.breadcrumb_nav .breadcrumb > li + li::before {
    font: normal normal normal 15px/1 FontAwesome;
    color: #333;
    content: "\f105";
    padding: 0 5px;
}

.nav_prev_next {
	margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.nav_prev_next li {
	color: #fff;
	font-size: 15px;    
	margin: 10px;
    padding: 5px 8px;
    border: 1px solid #00309f;
    background: #00309f;
}
.nav_prev_next li a {
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
}
.nav_prev_next li a:hover{color: #fff;}

.detail_tiele {
    margin: 0 auto 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.detail_tiele .h3 {
    color: #333;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0px auto;
}
.detail_tiele .ul_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px auto 0;
}
.detail_tiele .ul_title li {
    color: #999;
    font-size: 13px;
    margin: 0 15px 5px;
}


.news {
	position: relative;
	padding: 50px 0;
	margin: 0 auto;
	background: #e7e7e7;
}
.figure_img_txt {margin-bottom: 30px;}
.figure_img_txt .scale_img {}
.figure_img_txt .figcaption_txt {
	background: #fff;
	padding: 15px;
}
.figure_img_txt .figcaption_txt a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	transition: .5s;
}
.figure_img_txt:hover .figcaption_txt a {color: #00309F;}
.figure_img_txt .figcaption_txt time {
	position: relative;
	display: block;
	color: #333;
	font-size: 13px;
	font-weight: 200;
	line-height: 15px;
	margin: 10px auto 20px;
}
.figure_img_txt .figcaption_txt time::after {
	content: "";
	width: 20px;
	height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -10px;
}
.figure_img_txt .figcaption_txt p {
	position: relative;
	color: #666;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-indent: 30px;
}

.news_info {
	position: relative;
	margin: 20px auto;
	overflow: hidden;
}
.news_info .content .p {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    text-indent: 30px;
}

.news_info .h2_zjxw {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #00309f;
}
.news_info .ul_zjxw {
	margin: 20px auto 0;
}
.news_info .ul_zjxw li {
	margin-bottom: 15px;
    padding-bottom: 15px;
	border-bottom: 1px dashed #D9D9D9;
}
.news_info .ul_zjxw li a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	transition: .5s;
}
.news_info .ul_zjxw li:hover a {color: #00309f;}
.news_info .ul_zjxw li a time {
	position: relative;
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: 200;
    line-height: 15px;
    margin: 5px auto 0;
}

.about {
	position: relative;
	margin: 30px auto;
	padding: 0;
}
.about .aside_nav li {
	padding: 15px;
	margin-bottom: 3px;
    background: #ccc;
    transition: .5s;
}
.about .aside_nav li:hover,
.about .aside_nav .active {background: #00309f;}
.about .aside_nav li a {
	display: block;
	color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    transition: .5s;
}
.about .aside_nav li:hover a,
.about .aside_nav .active a {color: #fff;}

.about .figure_txt_img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.about .figure_txt_img .figcaption_txt {
	/* width: 65%; */
	padding: 0 30px;
}
.about .con .h3 {
	position: relative;
	color: #333;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin: 0 auto;
}
.about .con .h3 span {
	position: relative;
	color: #999;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    display: block;
    margin: 20px auto 15px;
}

.about .con .h3 span::before {
	content: "";
	width: 20px;
	height: 1px;
    background: #00309f;
    position: absolute;
    left: 0;
    right: auto;
    top: -10px;
    bottom: auto;
}
.about .figure_txt_img .figcaption_txt .p {
	color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 auto;
}
.about .figure_txt_img .sz {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
}
.about .figure_txt_img .sz li {
	text-align: center;
	margin: 0 30px;
}
.about .figure_txt_img .sz li sub {
	color: #00309F;
	font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}
.about .figure_txt_img .sz li sub {
	color: #00309F;
	font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}
.about .figure_txt_img .sz li span {
	position: relative;
	color: #00309F;
	font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}
.about .figure_txt_img .sz li span::before {
	content: "";
	width: 20px;
	height: 1px;
    background: #00309f;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: auto;
    margin: 0 auto;
}
.about .figure_txt_img .about_a {
	width: 35%;
}

.logistics_bj{
	background: url(../images/bj_02.jpg);
	padding-bottom: 250px;
}
.anvtel{
	float: left;padding-top: 52px;color: #cc3333;font-weight: bold;font-size: 26px;
}
.Readtext .sz {
	display: flex;
	margin: 30px auto;
}
.Readtext .sz li{
	width:33%;
	text-align: center;
}
.Readtext .sz sub{
	color: #00309F;
	font-size: 32px;
	font-weight: bold;
}
.Readtext .sz sup{
	color: #00309F;
	font-size: 32px;
	font-weight: bold;
}
.Readtext .sz .text{
	font-size: 18px;
	line-height: 3.5;
	font-weight: bold;
	display: block;
}

.about .con {
	line-height:30px;
}

.about .con table td {
	padding:15px;
}

.Readtext .datas {
	margin-top:40px;
	display:flex;
	justify-content:space-around;
}

.Readtext .datas li {
	text-align:center;
	flex:none;
}

.Readtext .datas li .number {
	font-size:48px;
	font-weight:bold;
	color:#00309F;
}

.Readtext .datas li .down {
	font-size:32px;
	font-weight:bold;
	color:#00309F;
}

.Readtext .datas li .up {
	font-size:20px;
	font-weight:bold;
	color:#00309F;
	vertical-align:top;
}

.Readtext .datas li p {
	margin-top:10px;
	font-size:18px;
	line-height:1.5;
	color:#00309F;
}

.check form {
	font-size:0;
}

.select_form {
	position:relative;
}

.select .form {
	width:800px;
	margin-left:-400px;
	position:absolute;
	top:60%;
	left:50%;
}

.select .form input[type="text"] {
	width:69%;
	padding-left:15px;
	border:0;
	font-size:24px;
	line-height:65px;
	outline:none;
}

.select .form button {
	width:30%;
	border:0;
	font-size:24px;
	line-height:65px;
	color:#fff;
	outline:none;
	background:rgba(27,183,0,1);
	border-radius:0;
}

.select .select_data {
	margin:50px 0;
	display:none;
}

.select table {
	width:1180px;
	max-width:100%;
	margin:0 auto;
	border-collapse:collapse;
	text-align:center;
}

.select table .title {
	line-height:60px;
	color:#fff;
	background:rgba(2,50,201,1);
}

.select table td:first-child {
	width:30%;
}

.select table td:last-child {
	width:70%;
}

.select table .data_con {
	border-bottom:1px solid #E5F1FF;
}

.select table .data_con td {
	padding:25px 0;
}

.select table td:last-child div:first-child {
	width:70%;
	line-height:30px;
	float:left;
}

.select table td:last-child div:last-child {
	width:28%;
	line-height:30px;
	float:right;
}

.eyu .figure_txt_img .figcaption_txt {
	width:100%;
	padding:0;
}

.eyu .figure_txt_img .figcaption_txt table td {
	padding:15px;
}