/*----------------基础设置----------------*/
body {
	font-size: 14px;
	background: #FFF;}
	
/*页面宽度*/
.layout {width: 1200px;}
/*页面宽度（header）*/
.layoutHd{width: 1200px;}
/*页面宽度（子页面）*/
.layoutSub {width: 1200px;padding: 30px 0;}

/*模块间隙*/
.pdbtm {padding-bottom: 40px;}


/*内页分栏*/
.colSubleft {
	float: left;
	width: 18%}
.colSubright {
	float: right;
	width: 80%}


/*内页框架*/
.pageoutSub {
	position: relative;overflow: hidden;
	background-color: #F6F9FF;}
	
/*内页面板*/	
.panelSub,.panelNews,.panelMenu{
	position: relative;overflow: hidden;
	margin: 0 2px 40px 0;
	padding: 30px;	
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-border-radius: 4px;}


/*a标签*/
a {color: #666;}
a:visited {}
a:hover {color: #C00;}


/*----------------页面设置----------------*/

/*------顶部------*/
#top {
	height: 30px;line-height: 30px;
	color: #7f8c8d;
	border-bottom: 1px solid #e6e6e6;}
#top .welcome {
	float: left;
	color: #999;}
#top ul {float: right;}
#top ul li {float: left;}
#top ul li a {padding: 0 10px;}


/*------头部------*/
#header {
	/*position: fixed;*/
	top: 0;left: 0;
	width: 100%;	
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	/*box-shadow:0px 15px 10px -15px #c5d1f3;
	-moz-box-shadow:0px 15px 10px -15px #c5d1f3;
	-webkit-box-shadow:0px 15px 10px -15px #c5d1f3;*/
	z-index: 990;}
	
/*抵消头部固定高度*/	
.headerspace {
	position: relative;clear: both;
	margin-top: 138px;}	
	
/*导航背景*/
#header .navbg {
	position: absolute;
	top: 80px;
	width: 100%;height: 50px;
	background-color: #1d5cae;}
	
/*logo*/
#header .hdLogo {
	position: relative;float: left;	
	height: 80px;}
/*#header .hdLogo h3{
	float:left;	margin-top:30px;margin-left:20px;
	font-size:20px;color:#6959dd;letter-spacing:2px;font-weight:normal;	font-style:italic;}*/
#header .hdLogo h4 {
	float: left;
	margin-top: 30px;margin-left: 20px;
	font-size: 20px;color: #6959dd;letter-spacing: 2px;font-weight: normal;font-style: italic;}
#header .hdLogo img {
	display: block;float: left;	
	margin-top: 10px;}
#header .hdOther {
	position: relative;float: right;
	margin-top: 30px;}
	
/*----定制样式----*/
/*追加_注册登录按钮*/
#header a.show {
	display: block;float: left;
	margin-right: 20px;padding: 0 20px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;}
#header a.show:hover {
	color: #fff;
	background-color: #226ccc;}
	
/*追加_全部应用按钮*/
.allFunction {
	position: absolute;
	top: 80px;left: 2px;
	padding: 0 30px 0 20px;
	line-height: 50px;
	font-size: 18px;color: #fff;		
	background-color: #074e84;	
	cursor: pointer;
	z-index: 10;}
/*追加_全部应用一级面板*/	
.panelFun {
	position: absolute;
	opacity: 0;visibility: hidden;
	top: 160%;left: 0;
	width: 1358px;height: 480px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	box-shadow: 0px 15px 10px -15px #aaa;
	-moz-box-shadow: 0px 15px 10px -15px #aaa;
	-webkit-box-shadow: 0px 15px 10px -15px #aaa;
	z-index: 99;}
.allFunction:hover > .panelFun {
	opacity: 1;visibility: visible;
	top: 100%;}
.allFunction > i {
	position: absolute;display: inline-block;
	transition: transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;}
.allFunction:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);}
/*追加_全部应用的一级a标签*/
.iconlist-funF {
	position: relative;
	margin-bottom: 20px;margin-right: 8px;
	line-height: 50px;	
	text-align: center;color: #FFF;font-size: 16px;font-weight: bold;
	background-color: #3d94f1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;}
.iconlist-funF i {
	padding-right: 10px;
	font-weight: normal;font-size: 20px;}
.iconlist-funF:before {
	position: absolute;
	border: solid transparent;
	content: ' ';
	height: 0;width: 0;
	left: 158px;top: 16px;
	border-width: 8px;
	border-left-color: #3d94f1;
	z-index: 10;}
/*追加_全部应用的二级a标签*/	
.iconlist-fun, a.iconlist-fun {
	display: block;position: relative;
	margin-bottom: 20px;
	line-height: 50px;
	text-align: center;color: #333;font-size: 16px;
	background-color: #e5f1fc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;}
a.iconlist-fun:hover {
	color: #fff;
	background-color: #6badf3;}
	
/*追加_全部应用的二级面板*/		
.panelsubFun {
	position: absolute;
	opacity: 0;visibility: hidden;
	top: 80%;left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	box-shadow: 0px 15px 10px -15px #aaa;
	-moz-box-shadow: 0px 15px 10px -15px #aaa;
	-webkit-box-shadow: 0px 15px 10px -15px #aaa;
	z-index: 99;}
	
/*追加_全部应用的三级开关a标签*/		
.subFun {}
.subFun:hover > .panelsubFun {
	opacity: 1;visibility: visible;top: 100%;}
.subFun i {
	padding-left: 10px;
	color: #aaa;}
.subFun:hover i {color: #fff;}
/*追加_全部应用的三级列表*/		
ul.ulsub {
	position: relative;
	margin: 10px 10px 10px 20px;}
ul.ulsub li {
	line-height: 38px;
	color: #666;text-align: left;font-size: 14px;
	border-bottom: 1px dashed #ddd;}
ul.ulsub li i {color: #bbb}




/*----导航----*/
.navBar {
	position: absolute;display: table;margin: 0 auto;
	top: 90px;left: 0;
	background-color: #fff;
	z-index: 2;
	width:1200px;}
/*所有导航项UL样式*/		
.navBar ul {
	position: absolute;
	opacity: 0;visibility: hidden;
	top: 60%;width: 100%;
	background-color: #22a0db;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	box-shadow: 0px 15px 10px -15px #aaa;
	-moz-box-shadow: 0px 15px 10px -15px #aaa;
	-webkit-box-shadow: 0px 15px 10px -15px #aaa;
	z-index: 999;}
	
/*三级导航*/		
.navBar ul ul {
	top: 0%;left: 80%;}
.navBar ul li:hover > ul {
	opacity: 1;visibility: visible;
	top: 0%;left: 100%;}
	
/*二级导航*/		
.navBar li:hover > ul {
	opacity: 1;visibility: visible;
	top: 100%;}
	
/*所有导航项li样式*/	
.navBar li {position: relative;float: left;}

/*二级及以下导航*/	
.navBar ul li {	position: relative;float: none;}

/*一级a标签*/		
.navParent > a {
	display: block;
	padding: 0 22px;
	line-height: 48px;
	color: #333;font-size: 17px;text-align: center;}
.navParent:hover > a, li.active a {
	padding: 0 22px;
	color: #fff;
	cursor: pointer;
	background-color:#22a0db;}
	
/*一级a标签的箭头*/		
.navParent > a i {
	position: absolute;display: inline-block;
	margin-left: 10px;
	transition: transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;}
.navParent:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);}
	
/*当前菜单*/		
.navParent > a.on {color: #fff;background-color:#38b0e8;}

/*二级导航a标签*/	
.navParent ul li:hover > a {background-color: #38b0e8;}
/*二级及以下导航a标签*/		
.navParent ul li a {
	display: block;
	line-height: 48px;
	color: #fff;text-decoration: none;text-align: center;font-size: 16px;}
.navParent ul li a:hover {
	color: #fff;
	background-color: #38b0e8;
	cursor: pointer;}
/*三级导航Ul*/	
.navBar ul ul {	background-color: #38b0e8;}
/*三级导航Ul*/	
.navBar ul ul a {
	border-left: 6px solid #e6f0ff;
	background-color: #e6f0ff;}
	
	
/*------左侧菜单------*/
ul.menu {margin-bottom: 40px;}
ul.menu > li {
	margin-bottom: 10px;
	line-height: 50px;
	font-size: 16px;}
ul.menu > li a {position: relative;}
ul.menu > li a i {color: #ddd;}
ul.menu > li a:hover {color: #5672f6;}
ul.menu > li a:hover i {color: #5672f6;}
ul.menu > li a.active {color: #5672f6;}
ul.menu > li a.active i {color: #5672f6;}
ul.menu ul {
	display: none;
	line-height: 40px;}
ul.menu ul li {margin-left: 30px;}


/*------尾部导航------*
.footer_menu{
	padding-top:20px;
	background-color:#fff;}

/*------尾部------*/
#footer {
	padding: 30px 0;
	background-color: #3287af;}
#footer p.copyright {
	line-height: 30px;text-align: center;color: #d5d5d5;}
#footer a {color: #d5d5d5;}
#footer .panelft {	
	padding: 16px 20px;margin-bottom: 20px;
	height: 150px;line-height: 28px;
	color: #fff;	
	background-color: #3d5e82;}
#footer .panelft h4 {
	margin-bottom: 20px;
	font-size: 16px;}
#footer .panelft img {
	display: block;
	margin: 0 auto;}

	
	
/*------首页banner------*/
.bannerHome {
	position: relative;clear: both;
	background-color: #296aec;
	margin-bottom: 40px;}
/*通栏轮播图高度*/
.slideBox {}
/*.slideBox .bd img {
	width: 100%;}*/
	
/*----图片新闻图片高度----*
.slidenews{ height:450px;}
.slidenews .bd img{ height:450px;}

/*------内页banner------*/
.bannerSub {
	position: relative;overflow: hidden;
	background-color: #367BF0;}
.bannerSub img {
	display: block;	margin: 0 auto;
	width: 100%;}
	
	
/*------首页标题------*/
.titleBigHome {
	position: relative;margin-bottom: 30px;
	text-align: center;}
.titleBigHome h3 {
	display: inline;
	font-size: 24px;}
.titleBigHome span {
	display: inline;
	padding-left: 12px;
	font-size: 16px;font-family: Arial, Helvetica, sans-serif;font-weight: normal;color: #999;}

/*------内页标题------*/
.titleBigSub {
	margin-bottom: 30px;
	text-align: center;}
.titleBigSub h3 {
	display: inline;
	font-size: 24px;text-align: center;}
.titleBigSub span {
	display: inline;
	padding-left: 12px;
	font-size: 20px;font-family: Arial, Helvetica, sans-serif;font-weight: normal;color: #999;}
	
	

/*------浮标------*/
.buoy {
	position: fixed;display: table;
	right: 0;bottom: 100px;
	z-index: 991;}
.buoy .buoySub {
	position: absolute;
	opacity: 0;visibility: hidden;
	padding: 30px;
	right: 60%;	top: 0px;
	width: 200px;
	background-color: #fff;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	box-shadow: 0px 0px 10px #d3dbfb;
	-moz-box-shadow: 0px 5px 10px #d3dbfb;
	-webkit-box-shadow: 0px 0px 10px #d3dbfb;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-border-radius: 12px;}
.buoy .buoySub:before {
	position: absolute;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	left: 260px;
	top: 30px;
	border-width: 8px;
	border-left-color: #fff;}
.buoy li:hover > .buoySub {
	opacity: 1;visibility: visible;
	top: 0px;right: 110%;}
.buoy .buoySub p {line-height: 30px;}
.buoy .buoySub p span {
	padding-right: 20px;
	color: #999;}
.buoy .buoySub .pImg {
	display: block;margin: 0 auto;}
.buoy li {position: relative;}
.buoy .btnBuoy {
	position: relative;display: block;
	margin-bottom: 4px;padding: 10px;
	width: 60px;height: 60px;	
	text-align: center;	color: #666;
	background-color: #fff;
	box-shadow: 0px 0px 10px #d3dbfb;
	-moz-box-shadow: 0px 5px 10px #d3dbfb;
	-webkit-box-shadow: 0px 0px 10px #d3dbfb;
	border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-border-bottom-left-radius: 12px;}
.buoy .btnBuoy:hover {
	color: #fff;
	background-color: #5672F6;}
.buoy .btnBuoy:hover i {color: #fff;}
.buoy .btnBuoy i {
	display: block;
	color: #B8BDCC;font-size: 2rem;}
/*一级a标签*/		
.buoy > a {
	display: block;
	padding: 0 40px;
	line-height: 100px;
	color: #333;font-size: 14px;text-align: center;}
.buoy:hover > a {
	padding: 0 40px;
	color: #5672F6;
	cursor: pointer;}
/*QQ在线*/
a.onlineQQ {
	display: block;
	padding: 0 20px;
	line-height: 42px;
	color: #fff;font-size: 16px;text-align: center;
	background-color: #8297F9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;}
a.onlineQQ:hover {background-color: #5672F6;}
a.onlineQQ i {font-size: 20px;}	


/*------图标滚动------*/	
.scrollLeftOut {position: relative;}
.scrollLeftList {
	position: relative;overflow: hidden;	
	margin-left: 40px;}
.scrollLeft {
	clear: both;position: relative;overflow: hidden;
	width: 9999px;
	*zoom:1;}
.scrollLeft ul {}
.scrollLeft li {
	float: left;margin: 0 30px;
	text-align: center;}
.btnPrev, .btnNext {
	position: absolute;
	top: 100px;
	font-size: 2rem;color: #999;
	cursor: pointer;
	z-index: 10;}
.btnPrev {left: 0;}
.btnNext {right: 0;}


/*----企业展示----*/
ul.txtlistyet_col1-1 {clear: both;}
ul.txtlistyet_col1-1 li {
	margin-left: 10px;
	text-align: left;
	border-bottom: 1px dashed #ddd;}
ul.txtlistyet_col1-1 li a {
	display: block;
	line-height: 40px;
	color: #666;	
	font-size: 16px;}
ul.txtlistyet_col1-1 li a:hover {color: #c00}


	
/*-----更新module样式-----*/


.iconlist-11, a.iconlist-11 {
	width: 200px;
	height: 160px;
	padding: 20px 0 !important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;}
.iconlist-11 h3 {
	font-weight: normal;
	font-size: 18px !important;}
.iconlist-11 i {
	margin-bottom: 20px !important;}
	

.col7 {position: relative;}
.col {overflow: inherit !important;}

/*地图*/
.imgmap{
	position:relative;
	z-index:1;}	
.addCon{
	position:absolute;
	top:47%;
	left:36%;
	padding:16px 20px;
	width:450px;
	background-color:#fff;
	border:1px solid #ccc;
	line-height:30px;	
	opacity:0.9;
	filter:alpha(opacity=90);
	box-shadow: 4px 4px 4px #ccc;
	-moz-box-shadow:4px 4px 4px #ccc;
	-webkit-box-shadow:4px 4px 4px #ccc;
	z-index:10;}
.addCon h3{font-size:18px;}
.addCon p{font-size:16px;line-height:26px;}



/**/
.portalName{float:left;}
.pname_cn{font-weight:bold;margin-top:20px;font-size:26px;color:#22aced;letter-spacing:0 !important;}
.pname_en{font-size:15px !important;color:#6cc7f1;font-family:Arial, Helvetica, sans-serif;font-weight:normal !important;padding:0;margin:0;}

/*.navBar{
	top:100px !important;
	width:1200px;
	left:0;
	background-color:#fff;}
.navParent a{
	color:#333 !important;}
.navParent > a.on {
    color: #fff !important;
	background-color:#6959dd !important;
    font-weight:normal !important;}
.headerspace{
	margin-top:181px !important;}
	
.navBar ul{
	border:0;
	background-color:#0076d0;
	padding:0;}
.navBar ul li a{
    line-height: 46px;
    font-weight: normal;
    font-size: 16px;
    color: #fff !important;
    background-color: #0076d0;
	margin:0;}
.navBar ul li a:hover{
	color:#fff;
	background-color:#6959dd;
	width:100%;}*/
	
/*顶部*/
#top{
	height:30px;line-height:30px;
	color:#7f8c8d;
	border-bottom:1px solid #e6e6e6;}	
#top .welcome{float:left;color:#999;}	
#top ul{float:right;}
#top ul li{float:left;}	
#top ul li a{padding:0 10px;}	

.listNews ul.tabNews li.active{color:#fff;background-color:#38b0e8 !important;}	

.titleBigHome{margin-bottom:30px;}
.titleBigHome h3{font-size:24px;text-align:center;}
.titleBigHome h3 span{
	padding-left:12px;
	font-size:20px;font-family:Arial, Helvetica, sans-serif;font-weight:normal;color:#999;}
	
.col{clear:both;overflow:hidden;position:relative;}
.col2{float:left;width:48%;margin-right:4%;overflow:hidden;}
.col2:nth-child(2n){margin-right:0;}

.col3{float:left;width:32%;margin-right:2%;}
.col3:nth-child(3n){margin-right:0;}

.imgtxt-1,a.imgtx-1{
	display:block;overflow:hidden;position:relative;
	margin-top:4px;margin-bottom:26px;}
a.imgtxt-1:hover{
	margin-top:0;margin-bottom:30px;color:#333;}	
.imgtxt-1 img{
	display:block;
	width:98%;/*默认高度*/height:80px;
	border:1px solid #ddd;}
.imgtxt-1 h3{
	margin:10px 0;
	text-align:center;font-weight:normal;
	white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}	

.imgtxt-5,a.imgtx-5{
	display:block;overflow:hidden;position:relative;margin-top:4px;margin-bottom:26px;
	width:98%;
	background-color:#fff;border:2px solid #ddd;}
a.imgtxt-5:hover{
	margin-top:0;margin-bottom:30px;
	border:2px solid #38b0e8 !important;
	box-shadow: 4px 4px 4px #e0eefd !important;
	-moz-box-shadow:4px 4px 4px #e0eefd !important;
	-webkit-box-shadow:4px 4px 4px #e0eefd !important;}	
.imgtxt-5 h3{
	margin-bottom:20px;padding:0 10px;
	color:#333;text-align:center;font-size:18px;
	white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}	
.imgtxt-5 h4{
	margin:20px;
	line-height:28px;
	color:#666;font-size:14px;font-weight:normal;}
.imgtxt-5 img{
	display:block;margin-bottom:20px;
	width:100%;/*默认高度*/height:200px;}
	
.imgtxt-7,a.imgtxt-7{
	position:relative;display:block;
	margin-bottom:30px;
	border:1px solid #ddd;
	background-color:#fff;
	overflow:hidden;}
a.imgtxt-7:hover{}	
.imgtxt-7 img{
	display:block;position:relative;overflow:hidden;
	width:100%;/*默认高度*/height:200px;
	transition: all 0.6s;
	z-index:1;}
.imgtxt-7:hover img,a.imgtxt-7:hover img{transform: scale(1.2);}	
.imgtxt-7 h3{
	position:relative;height:40px;line-height:38px;
	color:#fff;font-size:16px;text-align:center;
	background-color:#666;padding:0 10px;font-weight:normal;
	white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
	z-index:10;}
.imgtxt-7 h4{
	margin:20px;
	text-align:left;line-height:28px;color:#333;font-weight:normal;}	
.imgtxt-7 h4 span{color:#999;}		

.pageoutEdit {
    background-position: center bottom;
    background-repeat: no-repeat;}
.bgGrayf1{background-color:#f1f1f1;}

.tmpNews-1 .titleTemp h3,.tmpNews-4 .titleTemp h3{
	color:#38b0e8 !important;
	border-bottom:2px solid #38b0e8 !important;}

a.more-1:hover{color:#38b0e8 !important;}


/*----小标题5----*/
.titleSmall-5{margin:20px 0;}	
.titleSmall-5 h4{height:30px;line-height:30px;font-size:18px;color:#333;font-weight:normal;}
.titleSmall-5 h4 span{
	float:left;display:inline-block;margin-right:16px;
	width:4px;height:30px;
	background-color:#017dda;}
	
/*--------输入框大--------*/
.inputBig-1{
	width:99%;
	height:48px;
	background-color:#fff;
	border:2px solid #ddd;
	border-radius:6px;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px;}	
.inputBig-1 input{
	float:left;padding-left:8px;margin-left:8px;
	width:80%;height:45px;line-height:44px;outline:none;
	font-size:16px;font-family:"微软雅黑";color:#666;		
	background-color:#fff;border:1px solid #fff;}	
.inputBig-1 a.btnSearch{
	display:block;float:right;	
	height:48px;width:48px;	
	background-color:#f1f1f1;
	border-radius:6px;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px;}	
.inputBig-1 a.btnSearch:hover{background-color:#f87b3f;}	
.inputBig-1 a.btnSearch i{display:block;text-align:center;line-height:50px;font-size:1.6rem;color:#aaa;}
.inputBig-1 a.btnSearch i:hover{color:#fff;}

.space {
    clear: both;
    overflow: hidden;}
.mgTB20 {
    margin: 20px 0;}
	
.col-zhwl{
    clear: both;
    overflow: hidden;
    position: relative;}	
	
/*4列*/
.col4{float:left;width:23.5%;margin-right:2%;}
.col4:nth-child(4n){margin-right:0;}


/*---时间线2_物流节点*---*/
.stepDtl-2{
	position:relative;
	width:100%;
	overflow:hidden;}
.stepDtl-2 .linecenter{
	position:absolute;
	top:102px;width:99%;
	border-bottom:2px solid #097ad8;
	z-index:10;}	

.stepDtl-2 .arrowRight{
	position:absolute;
	top:86px;right:0;
	z-index:11;}	
.stepDtl-2 .arrowRight i{
	color:#097ad8;font-size:2rem;}	
	
.stepDtl-2 ul.step2tab{
	position:relative;
	height:36px;line-height:36px;
	z-index:15;}
.stepDtl-2 ul.step2tab li{
	float:left;margin:0 2%;
	width:15%;height:109px;	
	cursor:pointer;
	/*background:url(../images/module/stepDtl2_bg1.png) center no-repeat;*/
	background:url(../../public/cssimg/stepDtl2_bg1.png) center no-repeat;
	z-index:100;}
.stepDtl-2 ul.step2tab li i{
	display:block;margin:16px 0;color:#38a89d;
	text-align:center;font-size:2rem;}	

.stepDtl-2 ul.step2tab li h4{margin-left:60%;font-size:16px;}

.stepDtl-2 ul.step2tab li.active{
	/*background:url(../images/module/stepDtl2_bg2.png) center no-repeat;*/
	background:url(../../public/cssimg/stepDtl2_bg2.png) center no-repeat;
	}	
.stepDtl-2 ul.step2tab li.active i{color:#097ad8;}

.stepDtl-2 .step2Content{
	position:relative;
	float:left;
	top:-6px;
	height:280px;
	width:270px;
	background-color:#e4f2fc;border:1px solid #50a7e9;
	padding:20px;overflow:hidden;
	z-index:1;}
	
/*--------文字排版2--------*/
dl.txtdl-1{clear:both;line-height:26px;}
dl.txtdl-1 dt {
	float:left;width:80px;
	color:#333;font-weight:bold;}	
dl.txtdl-1 dd {
	display:inline-block;color:#666;font-size:14px;
	}
dl.txtdl-1 dd span{
	display:block;
	font-size:12px;}
	

/*iconfont*/
@font-face {
  font-family: "iconfont"; /* Project id 2933790 */
  src: url('iconfont.woff2?t=1639634398829') format('woff2'),
       url('iconfont.woff?t=1639634398829') format('woff'),
       url('iconfont.ttf?t=1639634398829') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chuanzha:before {
  content: "\e624";
}

.icon-huoche:before {
  content: "\e703";
}

.icon-zhuyaogangkou:before {
  content: "\e610";
}

.icon-search:before {
  content: "\e604";
}

.icon-chaxun:before {
  content: "\e654";
}

.icon-chaxun1:before {
  content: "\e63a";
}

.icon-guanbi2fill:before {
  content: "\e724";
}

.icon-ditu_dingwei_o:before {
  content: "\ebbb";
}

.icon-shexiangenzong:before {
  content: "\e60a";
}

.icon-jinrujiantouxiao:before {
  content: "\e8b9";
}

.icon-jinrujiantouxiao-copy:before {
  content: "\ec1f";
}

.icon-shouye:before {
  content: "\e7ac";
}

.icon-gengduo:before {
  content: "\e8a6";
}

.icon-gengduo1:before {
  content: "\e68b";
}

.icon-check:before {
  content: "\e6ab";
}

.icon-quzhengwufuwuju:before {
  content: "\e645";
}

.icon-diannao:before {
  content: "\e602";
}

.icon-jiaotongju:before {
  content: "\e692";
}

.icon-shuiwu:before {
  content: "\e891";
}

.icon-waihuigouhui:before {
  content: "\e61a";
}

.icon-waihuijiehui:before {
  content: "\e61b";
}

.icon-theearth2diqiu:before {
  content: "\e622";
}

.icon-dian1:before {
  content: "\e609";
}

.icon-dian:before {
  content: "\ec1e";
}

.icon-shinshopqiye:before {
  content: "\e60f";
}

.icon-qiyeOA:before {
  content: "\e644";
}

.icon-jiantou_qiehuanyou_o:before {
  content: "\eb8d";
}

.icon-jiantou_qiehuanzuo_o:before {
  content: "\eb90";
}

.icon-beian:before {
  content: "\e906";
}

.icon-shangpin:before {
  content: "\e6a3";
}

.icon-dingdanyichenggong:before {
  content: "\e899";
}

.icon-shenhe:before {
  content: "\e715";
}

.icon-wuliukuaidi:before {
  content: "\e618";
}

.icon-wuliuxinxi:before {
  content: "\e660";
}

.icon-wuliu:before {
  content: "\e615";
}

.icon-tongji:before {
  content: "\e64a";
}

.icon-jinrong-:before {
  content: "\e93a";
}

.icon-zhihuiwuliu:before {
  content: "\e60e";
}

.icon-dianshang:before {
  content: "\e608";
}

.icon-wuliuquanqiuwuliu:before {
  content: "\e619";
}

.icon-logisticsFlowChart:before {
  content: "\e638";
}

.icon-duihuaxinxi:before {
  content: "\e639";
}

.icon-wendangxiugai:before {
  content: "\e723";
}

.icon-wendangchaxun:before {
  content: "\e66f";
}

.icon-wendang:before {
  content: "\e614";
}

.icon-wendang1:before {
  content: "\e643";
}

.icon-jiekouwendang:before {
  content: "\e637";
}

.icon-dulitixi:before {
  content: "\e605";
}

.icon-icon_arrow_left:before {
  content: "\e60d";
}

.icon-jiantouyou:before {
  content: "\e61f";
}

.icon-jinrujiantou:before {
  content: "\e8f1";
}

.icon-arrow:before {
  content: "\e603";
}

.icon-lubiao:before {
  content: "\e601";
}

.icon-jiangli:before {
  content: "\e60c";
}

.icon-hetong6:before {
  content: "\e674";
}

.icon-anquanzhongxin:before {
  content: "\e895";
}

.icon-yuyuedingdan:before {
  content: "\e8a2";
}

.icon-wuyeguanli:before {
  content: "\e616";
}

.icon-ico_xibaoyinhang_zhongzhipinduijie:before {
  content: "\e883";
}

.icon-zhaopingangwei:before {
  content: "\e617";
}

.icon-wuyeguanli1:before {
  content: "\e6b3";
}

.icon-data-update:before {
  content: "\e93d";
}

.icon-xiangxia:before {
  content: "\e600";
}

.icon-wuyebaoxiu:before {
  content: "\e6af";
}

.icon-yishuidai:before {
  content: "\e613";
}

.icon-zhengfujiguan:before {
  content: "\e694";
}

.icon-gejizhengfu1:before {
  content: "\e739";
}

.icon-lunchuan:before {
  content: "\e68b";
}

.icon-lunchuan1:before {
  content: "\e741";
}

.icon-customsClearance:before {
  content: "\e6ac";
}

.icon-gejizhengfu11:before {
  content: "\e72e";
}

.titleCry h3{
	text-align:center;
	font-size:24px;}
.titleCry h4{
	text-align: center;
	padding:20px 0;
}

	

	
