﻿/*==============================================================顶部=======================================================*/
.div_top
{
	width:900px;
	height:233px;
	position:relative;
	background-image:url('../images/top.jpg');
	background-repeat:no-repeat;
}
/*首页*/
.btn_shouye
{
	width:75px;
	height:26px;
	position:absolute;
	top:190px;
	left:245px;
	background-image:url('../images/btn_shouye.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
/*服务指南*/
.btn_fwzn
{
	width:75px;
	height:26px;
	position:absolute;
	top:190px;
	left:332px;
	background-image:url('../images/btn_fwzn.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
/*报文流转*/
.btn_bwlz
{
	width:75px;
	height:26px;
	position:absolute;
	top:190px;
	left:419px;
	background-image:url('../images/btn_bwlz.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
/*EDI介绍*/
.btn_edi
{
	width:75px;
	height:26px;
	position:absolute;
	top:190px;
	left:506px;
	background-image:url('../images/btn_edi.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
/*报文代码规则*/
.btn_dmgz
{
	width:98px;
	height:26px;
	position:absolute;
	top:190px;
	left:593px;
	background-image:url('../images/btn_dmgz.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
/*EDI相关下载*/
.btn_ediDown
{
	width:98px;
	height:26px;
	position:absolute;
	top:190px;
	left:703px;
	background-image:url('../images/btn_ediDown.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
/*用户反馈*/
.btn_yhfk
{
	width:75px;
	height:26px;
	position:absolute;
	top:190px;
	left:813px;
	background-image:url('../images/btn_yhfk.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}


/*======================================================================联系我们======================================================*/
.div_contactUs
{
	width:249px;
	height:119px;
	overflow:hidden;
	background-image:url('../images/ContactUs.jpg');
	background-repeat:no-repeat;
}
