body {
    font-family: "SimSun", "Arial Narrow";
    font-size: 12px;
    color: #666;
    line-height: 18px;
    background: #E6E6E6;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
form,
table,
span,
a,
strong {
    padding: 0px;
    margin: 0px;
    color: #333;
}

li {
    list-style-type: none;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #F00;
    text-decoration: underline;
}

.clearboth {
    height: 1px;
    margin-top: -1px;
    clear: both;
    overflow: hidden;
}

table,
img {
    border: 0px;
}

.l,.Left {
    float: left;
}

.r,.Right {
    float: right;
}

.HeaderContainer,
.BodyContainer,
.FooterContainer,
.IndexProductsList,
.MenuContainer {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.HeaderContainer {
    background: #CCCCCC;
    height: 128px;
    overflow: hidden;
}

.HeaderContainer .Top {
    width: 980px;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    background: #CCCCCC;
}

.HeaderContainer .Top ul {
    width: 980px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
}

.HeaderContainer .Top ul li {}

.HeaderContainer .Top .Logo {
    float: left;
    width: 189px;
    height: 61px;
    margin-top: 10px;
    background: url('../images/logo.png') no-repeat;
	background-size:189px;
}

.HeaderContainer .Top .Ads {
    float: right;
    width: 770px;
    height: 84px;
    background: url('../images/ads.jpg');
}

.HeaderContainer .Top .Ads ul {
    float: right;
    width: 100px;
    height: 22px;
    margin-top: 60px;
}

.HeaderContainer .Top .Ads ul li {
    float: left;
    width: 30px;
    text-align: right;
}

.HeaderContainer .Footer {
    height: 18px;
    background: #AA006B;
}

.HeaderContainer .Footer ul {
    width: 980px;
    margin: 0 auto;
    height: 20px;
}

.HeaderContainer .Footer ul li {
    float: right;
    width: auto;
    padding: 4px 10px 0;
    line-height: 13px;
    text-align: center;
    color: #FFF;
}

.HeaderContainer .Footer ul li A {
    font-size: 12px;
    color: #FFF;
}

.HeaderContainer .Footer ul .line {
    width: 4px;
    padding-top: 4px;
}

.HeaderContainer .MenuDiv {
    height: 25px;
    background: #CCC;
    border-bottom: 1px solid #999;
}

.HeaderContainer .MenuDiv div {
    width: 980px;
    margin: 0 auto;
    height: 20px;
    padding-top: 3px;
}

.HeaderContainer .MenuDiv ul {
    margin: 0px 0 0 200px;
}

.HeaderContainer .MenuDiv ul li {
    float: left;
    padding: 0 20px 0 10px;
    line-height: 22px;
    background: url('../images/icon-arr.png') no-repeat 0 5px;
}

.HeaderContainer .MenuDiv ul li A {
    font-size: 12px;
    color: #666;
}

.HeaderContainer .MenuDiv ul li A:hover {
    color: #F00;
}

.IndexContainer {
    margin-top: 25px;
    height: auto;
    overflow: auto;
}

.IndexProItem {
    width: 980px;
    margin: 0 auto;
}

.IndexProItem li {
    float: left;
    width: 258px;
    text-align: center;
}

.IndexProItem li div {
    width: 211px;
    height: 132px;
    margin: 0 auto;
	text-align:left;
    background: url('../images/flash-bg.jpg');
}

.IndexProItem li div span {
	display:block;
    width: 205px;
    height: 125px;
}

.IndexProItem .first,
.IndexProItem .last {
    width: 232px;
}

.IndexProItem .first div {
    float: left;
}

.IndexProItem .last div {
    float: right;
}

.IndexProList {
    width: 980px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
}

.IndexProList li {
    float: left;
    width: 256px;
}

.IndexProList .first,
.IndexProList .last {
    width: 230px;
}

.IndexProList li dl {
    margin-left: 50px;
    margin-top: 15px;
}

.IndexProList .first dl {
    margin-left: 35px;
}

.IndexProList li dl dt {
    padding-left: 18px;
    font-size: 16px;
    font-weight: bold;
}

.IndexProList li dl dd {
    font-size: 14px;
}

.IndexProList .line {
    width: 2px;
    height: 220px;
    padding: 0;
    background: url('../images/line01.jpg');
}

.IndexItemList {
    width: 980px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
}

.IndexItemList .title {
    height: 23px;
    padding-top: 3px;
    background: #666;
}

.IndexItemList .title div {
    margin-left: 20px;
    padding-left: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

.item1 {
    background: url('../images/icon01.jpg') no-repeat 0 1px;
}

.item2 {
    background: url('../images/icon02.jpg') no-repeat 0 1px;
}

.item3 {
    background: url('../images/icon03.jpg') no-repeat 0 1px;
}

.item4 {
    background: url('../images/icon04.jpg') no-repeat 0 1px;
}

.item5 {
    background: url('../images/icon05.jpg') no-repeat 0 1px;
}

.IndexItemList .line {
    height: auto;
    overflow: auto;
    margin-top: 10px;
}

.IndexItemList .line dt {
    float: left;
    width: 220px;
}

.IndexItemList .line dd {
    float: right;
    width: 760px;
    border-bottom: 1px dashed #888;
}

.IndexItemList .List {
    padding: 20px 0 0px;
    height: auto;
    overflow: auto;
}

.IndexItemList .List dt {
    float: left;
    width: 160px;
	margin-right:60px;
}
.IndexItemList .List dt  img{
    width: 100%;
}

.IndexItemList .List dd {
    float: left;
    width: 760px;
    height: auto;
    overflow: auto;
}

.IndexItemList .List dd ul {
    height: auto;
    width: 760px;
}

.IndexItemList .List dd ul li {
    float: left;
    width: 190px;
    font-size: 14px;
    line-height: 22px;
}

.BodyContainer {
    width: 980px;
    margin: 0 auto;
    height: auto;
    background: url('../images/bodybg.jpg');
    overflow: auto;
}

.BodyLeft {
    float: left;
    width: 193px;
    height: auto;
    overflow: auto;
}

.BodyLeft .pic {
    padding: 22px 0;
    text-align: center;
}
.BodyLeft .pic  img{
    width:160px;
	height:112px;
}

.BodyLeft dl dt {
    padding: 6px 0 3px 18px;
    background: #666;
}

.BodyLeft dl dt span {
    padding-left: 16px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.BodyLeft dl dd {
    padding-left: 26px;
}

.BodyLeft dl dd A {
    color: #444;
    font-size: 14px;
}

.BodyLeft dl dd A:hover {
    color: #F00;
}

.BodyLeft dl .line {
    height: 6px;
}

.BodyLeft ul li {
    padding: 6px 0 3px 20px;
    background: #a1a1a1;
    margin-top: 5px;
}

.BodyLeft ul li a {
    color: #fff;
    font-size: 14px;
}
.BodyLeft ul li a:hover {
    color: #ffae00;
}

.leftphone {
    padding: 5px 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
}

.leftphone>div {
    display: block;
    padding-left: 16px;
    height: 24px;
}

.leftphone>div>span {
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.leftphone>div>label {
    float: left;
    display: inline-block;
    line-height: 16px;
    padding-left: 6px;
    color: #000;
}

.leftphone>div.i1>span {
    background: #000 url("../images/icon.png") no-repeat 0px 0px;
    background-size:16px;
}

.leftphone>div.i2>span {
    background: #000 url("../images/icon.png") no-repeat 0px -18px;
    background-size:16px;
}

.leftphone>div.i3>span {
    background: #000 url("../images/icon.png") no-repeat 0px -36px;
    background-size:16px;
}

.BodyRight {
    float: right;
    width: 770px;
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
}

.BodyRight .Station {
    width: 740px;
	height:40px;
	line-height:32px;
    padding: 10px 0 10px 35px;
    font-size: 14px;
    background: url('../images/web40.gif') no-repeat 10px 18px;
}

.BodyRight .Station>A {
    color: #AA006B;
}

.BodyRight .Station>.link {
    float: right;
    width: 350px;
}

.BodyRight .Station>.link a {
    display: inline-block;
    padding: 0 5px 0 26px;
    color: #fff;
    margin-right: 10px;
    line-height: 32px;
}

.BodyRight .Station>.link a:nth-child(1) {
    background: #6c6c6c url("../images/0420/icon.png") no-repeat 4px 5px;
    background-size: 20px;
}

.BodyRight .Station>.link a:nth-child(2) {
    background: #6c6c6c url("../images/0420/icon.png") no-repeat 4px -24px;
    background-size: 20px;
}

.BodyRight .Station>.link a:nth-child(3) {
    background: #6c6c6c url("../images/0420/icon.png") no-repeat 4px -55px;
    background-size: 20px;
}

.BodyRight .Page {
	float:right;
	width:150px;
	height:26px;
    text-align: right;
    padding-right: 30px;
}

.BodyRight .Page A {
    padding: 3px 6px;
    width: 60px;
    font-size: 12px;
    border: 1px solid #999;
    color: #555;
    background: #CCC;
}

.BodyRight .Page A:hover {
    color: #F00;
}

.BodyRight .Title {
    padding-top: 20px;
    font-size: 25px;
    color: #AA006B;
    font-weight: bold;
    text-align: center;
}

.BodyRight .Question {
    widht: 770px;
    text-align: center;
    font-size: 14px;
}

.BodyRight .ProList {
    widht: 770px;
    height: auto;
    overflow: auto;
    margin-top: 40px;
    background: url('../images/line01.jpg') repeat-y center;
}

.slider-page {
    height: auto;
    overflow: auto;
}

.BodyRight .ProList dl {
    float: left;
    padding-bottom: 30px;
    width: 356px;
    height: 150px;
    padding-left: 20px;
}

.BodyRight .ProList .right {
    float: right;
}

.BodyRight .ProList dl dt {
    font-size: 14px;
    width: 170px;
    text-align: center;
    color: #AA006B;
    font-weight: bold;
}

.BodyRight .ProList dl dt A {
    color: #AA006B;
}

.BodyRight .ProList dl dt .type {
    font-weight: normal;
    color: #AA006B;
}

.BodyRight .ProList dl dd {
    height: auto;
    overflow: hidden;
}

.BodyRight .ProList dl dd .Pic {
    float: left;
    width: 160px;
    height: 112px;
}

.BodyRight .ProList dl dd .Pic img {
    width: 160px;
    height: 112px;
}

.BodyRight .ProList dl dd .Desc {
    float: right;
    width: 190px;
    font-size: 14px;
    color: #555;
    overflow: hidden;
}

.BodyRight .ProList dl dd .Link {
    float: right;
    margin-top: 6px;
    width: 190px;
    text-align: center;
}

.BodyRight .ProList dl dd .Link A {
    font-size: 14px;
    color: #AA006B;
}

.ProList>ul {}

.ProList>ul>li {
    margin-bottom: 40px;
    background: #676767;
    float: left;
    width: 370px;
    margin-left: 10px;
}

.ProList>ul>li>.title {
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.ProList>ul>li>.title>a {
    color: #fff;
}

.ProList>ul>li>.title>a:hover {
    color: #ffae00;
}

.ProList>ul>li>.pic {
    height: 118px;
    background: #fff;
    margin: 0 2px;
}

.ProList>ul>li>.pic img {
    width: 226px;
    height: 118px;
    float: left
}

.ProList>ul>li>.pic>.Link {
    float: right;
    width: 140px;
    text-align: center;
}

.ProList>ul>li>.pic>.Link>img {
    width: 140px;
    height: 94px;
}

.ProList>ul>li>.pic>.Link>h4 {
    text-align: left;
    padding: 5px 0 0 5px;
    font-weight: normal;
	height:94px;
}

.ProList>ul>li>.pic>.Link>a {
    line-height: 18px;
    font-size: 13px;
    color: #aa006b;
	padding:0 6px;
}

.ProList>ul>li>.Desc {
    padding-left: 8px;
    line-height: 32px;
    font-weight: bold;
    color: #e2e2e2;
    font-size: 13px;
}

.ProList>ul>li>.Desc>a {
    color: #e2e2e2;
}

.ProList>ul>li>.Desc>a:hover {
    color: #ffae00;
}

.BushList {}

.BushList>ul {
    width: 750px;
    height: auto;
    overflow: auto;
    margin: 0 auto;
}

.BushList>ul>li {
    float: left;
    width: 370px;
}

.BushList>ul>ol {
    float: left;
    width: 100%;
    height: 30px;
    background: url("../images/0420/download/line.png") repeat-x -15px;
}

.BushList>ul>li:nth-child(3n+1) {
    margin-right: 10px;
}

.BushList>ul>li>.title {
    line-height: 40px;
    background: #666464;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.BushList>ul>li>.pic {
    height: 157px;
    background: #e0e0e0;
}

.BushList>ul>li>.pic>img {
    height: 157px;
}
.BushList>ul>li>.pic>img:nth-child(1) {
    width:153px;
}
.BushList>ul>li>.pic>img:nth-child(2) {
    width:215px;
}

.BushList>ul>li>.pic>a {
    display: inline-block;
    position: relative;
    top: -28px;
    left: 8px;
    width: 85px;
    padding-left: 24px;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    background: url("../images/pdf.png") no-repeat 0 0;
}

.CouplingList {}

.CouplingList>dl {
    width: 750px;
    height: auto;
    overflow: auto;
    margin: 0 auto 20px;
}

.CouplingList>dl>dt {
    height: 35px;
    background: #666464;
}

.CouplingList>dl>dt>h5 {
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.CouplingList>dl>dt>h5>span {
    display: inline-block;
    width: auto;
    height: 25px;
    margin-left: 40px;
    padding-left: 22px;
    color: #fff;
    background: url("../images/pdf.png") no-repeat 5px 10px;
    background-size: 20px;
    cursor: pointer;
}

.CouplingList>dl>dt>h5>span:hover {
    color: #f00;
}

.CouplingList>dl.col3>dt>h5 {
    float: left;
    width: 242px;
}

.CouplingList>dl.col3>dt>h5:not(:last-child) {
    margin-right: 10px;
}

.CouplingList>dl>dd {}

.CouplingList>dl>dd>a {
    float: left;
    display: block;
    width: 180px;
}

.CouplingList>dl>dd>a:not(:last-child) {
    margin-right: 10px;
}

.CouplingList>dl>dd>a>img {
    width: 180px;
    height: 120px;
}

.CouplingList>dl.col3>dd>a {
    width: 242px;
}

.CouplingList>dl.col3>dd>a:not(:last-child) {
    margin-right: 12px;
}

.CouplingList>dl.col3>dd>a>img {
    width: 242px;
    height: 120px;
}

.BodyRight .ProDiv {
    width: 775px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.BodyRight .ProDiv .ProDesc {
    float: left;
    width: 500px;
}

.BodyRight .ProDiv .ProDesc2 {
    float: left;
    width: 353px;
}

.BodyRight .ProDiv .ProDesc3 {
    float: left;
}

.BodyRight .ProDiv .Title {
    line-height: 26px;
}

.BodyRight .ProDiv .Title .type {
    font-size: 20px;
    color: #AA006B;
    font-weight: bold;
}

.BodyRight .ProDiv .Desc {
    padding: 10px 0 10px 20px;
    font-size: 14px;
    line-height: 20px;
}

.BodyRight .ProDiv .List {
    margin-left: 20px;
    height: auto;
    overflow: auto;
}

.BodyRight .ProDiv .List li {
    float: left;
    padding: 0 0 0 10px;
    width: 135px;
    line-height: 22px;
    background: url('../images/icon-arr.png') no-repeat 0 5px;
}

.BodyRight .ProDiv .ProPic {
    float: left;
    width: 240px;
}

.BodyRight .ProDiv .ProPic2 {
    float: left;
    width: 380px;
}

.BodyRight .ProDiv dt {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    font-weight: bold;
    padding-left: 40px;
}

.BodyRight .ProDiv .ProPic dt {
    background: url('../images/tobig.jpg') no-repeat 0 0;
}

.BodyRight .ProDiv dd {
    padding-top: 10px;
}

.BodyRight .ProDiv .ItemList {
    padding-left: 20px;
}

.BodyRight .ProDiv .ItemList li {
    float: left;
    width: 250px;
}

.BodyRight .ProDiv .ItemList li .title {
    width: 193px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    background: #666666;
}

.BodyRight .ProDiv .ItemList li .title A {
    color: #FFF;
}

.BodyRight .ProDiv .ItemList li A:hover,
.BodyRight .ProDiv .ItemList li .title A:hover {
    color: #F00;
}

.BodyRight .ProDiv .ItemList li .pic {
    width: 193px;
}

.BodyRight .ProDiv .ItemList li dl {
    width: 183px;
    background: #E6E6E6;
    font-size: 14px;
    padding: 5px;
}

.BodyRight .ProDiv .ItemList li dl dt {
    text-align: right;
    line-heigth: 24px;
}

.BodyRight .ProDiv .ItemList li dl A {
    color: #AA006B;
    font-weight: normal;
}

.BodyRight .ProDiv .ItemList li dl dd {
    padding: 0;
    line-height: 20px;
    height: 70px;
    font-size: 12px;
    overflow: hidden;
}

.BodyRight .ProDiv .ItemList li dl .Link {
    text-align: center;
    height: 26px;
    line-height: 26px;
}

.NewProDiv {
    margin-left: 10px;
}

.NewProDiv>.ProDesc {
    height: auto;
    overflow: auto;
}

.NewProDiv>.ProDesc>.Title {
    float: left;
    width: 320px;
    padding: 0px;
}

.NewProDiv>.ProDesc>.Title>label {
    display: block;
    background: #535353;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
}

.BodyRight .NewProDiv>.ProDesc>.Title>.MoreLink {
    margin-left: 0px;
    width: 320px;
}

.BodyRight .NewProDiv>.ProDesc>.Title>.MoreLink li {
    margin: 0px;
}

.BodyRight .NewProDiv>.ProDesc>.Title>.MoreLink li.more3 {
    margin-left: 25px;
}

.NewProDiv>.ProDesc>.Desc {
    float: right;
    width: 400px;
    padding-top: 10px;
}

.NewProDiv>.ProPic {
    width: 760px;
    height: 200px;
    margin-top: 20px;
}

.NewProDiv>.ProPic>object {
    float: right;
    margin: 35px 35px 35px 0;
    width: 210px;
    height: 130px;
}

.BodyRight .MoreLink {
    margin-left: 30px;
    margin-top: 20px;
    width: 725px;
    height: 30px;
    overflow: auto;
}

.BodyRight .MoreLink li {
    float: left;
    height: 20px;
    padding: 5px 5px 0 25px;
    margin-right: 35px;
}

.BodyRight .MoreLink li A {
    font-size: 14px;
}

.BodyRight .MoreLink .more1 {
    background: url('../images/icon-big.jpg') no-repeat;
}

.BodyRight .MoreLink .more2 {
    background: url('../images/icon-pdf.jpg') no-repeat;
}

.BodyRight .MoreLink .more3 {
    background: url('../images/icon-cad.jpg') no-repeat;
    padding-left: 30px;
}

.BodyRight .Content {
    margin-top: 30px;
}

.BodyRight .Content div {
    width: 700px;
    margin: 10px auto;
    background: #C5C5C5;
}
.BodyRight .Content img{
    width: 700px;
}

.BodyRight .tabledesc {}

.BodyRight .tabledesc td {
    text-align: center;
    background: #EFEFEF;
}

.BodyRight .tabledesc .title,
.tabledesc th {
    font-weight: bold;
    color: #555;
    background: #FFBBDD;
}

.BodyRight .tabledesc .td1,
.tabledesc tr:nth-child(2n+1) td {
    background: #FFF;
}

.BodyRight .tabledesc .num {
    width: 25px;
}

.BodyRight .tabledesc A {
    color: #FF480B;
}

.pagelink {
    width: 100%;
    height: auto;
    background: #F00;
}

.pagelink li {
    float: left;
    width: 200px;
}

.BodyPic {

	text-align:right;
    width: 770px;
    height: 136px;
}

.BodyContent {
    width: 740px;
    margin: 15px auto;
    height: auto;
    overflow: auto;
}

.BodyContent .company {}

.BodyContent .company li {
    float: left;
    width: 360px;
    margin-top: 20px;
}

.BodyContent .company li dl {
    float: left;
    width: 330px;
    border-bottom: 1px dashed #BBB;
}

.BodyContent .company li dl dt {
    font-weight: bold;
    line-height: 28px;
}

.BodyContent .company li dl dd {
    line-height: 14px;
    height: 90px;
    overflow: auto;
}

.BodyContent .company li dl dd .pic {
    float: left;
    width: 102px;
    height: 72px;
    background: #FFF;
    text-align: left;
	margin-right:14px;
}
.BodyContent .company li dl dd .pic  img{
	width:100%;
}

.BodyContent .company li dl dd .cont {
    float: left;
    width: 210px;
    line-height: 20px;
}

.BodyContent .company li dl dd .cont A {
    color: #ff480b;
}

.BodyContent .company li dl dd .cont span {
    display: block;
    text-align: right;
}

.BodyContent .info {}

.BodyContent .info li {
    width: 720px;
    margin-top: 20px;
}

.BodyContent .info li dl {
    height: 150px;
    line-height: 22px;
    overflow: auto;
    border-bottom: 1px dashed #BBB;
}

.BodyContent .info li dl dt {
    float: left;
    width: 150px;
}

.BodyContent .info li dl dd {
    float: left;
    width: 550px;
    font-size: 14px;
}

.BodyContent .info li dl dd span {
    display: block;
    font-weight: bold;
}

.BodyContent .world {
    margin: 30px auto;
    width: 715px;
    height: auto;
    overflow: hidden;
}

.BodyContent .download {

}

.BodyContent .download dd {
    float: left;
    width: 100%;
}

.BodyContent .download dd ul {
    height: auto;
    overflow: auto;
}

.BodyContent .download dd ul li {
    float: left;
    height: auto;
    width: 163px;
    overflow: auto;
    background: #ddd;
	cursor:pointer;
}

.BodyContent .download dd ul li:nth-child(5n+3),
.BodyContent .download dd ul li:nth-child(5n+2),
.BodyContent .download dd ul li:nth-child(5n+1) {
    margin-right: 18px;
}

.BodyContent .download dd ul ol {
    float: left;
    height: 50px;
    width: 100%;
    background: url("../images/0420/download/line.png") repeat-x 10px;
}

.BodyContent .download dd ul li div {
    float: left;
    text-align: center;
}

.BodyContent .download dd ul li div a {
    font-weight: bold;
    font-color: #3e3a39;
}

.BodyContent .download dd ul li .title {
    width: 100%;
    height: 30px;
    text-align: center;
}

.BodyContent .download dd ul li .title span {
    display: inline-block;
    width: 14px;
    height: 22px;
    background: url("../images/0420/download/arrow.png") no-repeat 0 9px;
}

.BodyContent .download dd ul li .title label {
    display: inline-block;
    line-height: 14px;
    font-size: 13px;
    color: #3e3a39;
    font-weight: bold;
    cursor: pointer;
}
.BodyContent .download dd ul li .title:hover label {
	color:#f00;
}

.BodyContent .download dd ul li .pic {
    width: 100%;
    height: 112px;
}
.BodyContent .download dd ul li .pic  img{
	width:100%;
    height: 112px;
}

.BodyContent .download dd ul li .pic>span {
    display: inline-block;
    position: relative;
    top: -28px;
    left: -58px;
    width: 25px;
    height: 25px;
    background: url("../images/pdf.png") no-repeat 0 0;
}

.BodyContent .download dd ul li .pdf {
    width: 100%;
	height:40px;
    font-size: 12px;
    padding-top: 6px;
	font-weight:bold;
    background: url("../images/0420/download/arrow.png") no-repeat 8px 16px;
}
.BodyContent .download dd ul li .pdf span {
	display:block;
	font-size:13px;
	font-family: "Arial Narrow";
}

.BodyContent .download dd ul li .pdf:hover,.BodyContent .download dd ul li .pdf:hover span	{
	color:#f00;
}
.BodyContent .download dd ul li .cad {
    width: 100%;
    font-size: 12px;
    padding-bottom: 6px;
}

.BodyContent .download dd .cadjpg {
    margin: 60px auto 0;
}

.BodyContent .download .bg {
    background: #DDD;
}

.BodyContent .download dt {
    float: left;
    width: 210px;
    text-align: right;
}

.BodyContent .download dt div {
    padding-left: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #f04747;
}

.BodyContent .service {
    margin-top: 30px;
}

.BodyContent .service ul {
    width: 100%;
    height: auto;
    overflow: auto;
}

.BodyContent .service ul li {
    float: left;
    width: 360px;
}

.BodyContent .service dl {
    width: 100%;
    margin-top: 20px;
    height: auto;
    overflow: auto;
}

.BodyContent .service dl dt ( float:left;
width:430px;
height:200px;
) .BodyContent .service dl dd ( float:right;
width:100px;
font-size:14px;
) .BodyContent .join {}

.BodyContent .join dt {
    float: left;
    padding-top: 30px;
    width: 430px;
}

.BodyContent .join dd {
    float: left;
    padding-top: 60px;
    width: 290px;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
}

.BodyContent .contact {
    margin-top: 20px;
}

.BodyContent .contact dl {
    margin-top: 20px;
    height: auto;
    overflow: auto;
}

.BodyContent .contact .cont dt {
    float: left;
    width: 300px;
    height: 125px;
}
.BodyContent .contact .cont dt div {
	margin:0 auto;
	width:120px;
	height:40px;
	background:url("../images/logo.png") no-repeat;
	background-size:120px;
}
.BodyContent .contact .cont dt div span {
	display:block;
	margin-left:84px;
}
.BodyContent .contact .cont dt div img {
	width:36px;
}

.BodyContent .contact .cont dd {
    float: left;
    width: 400px;
    line-height: 21px;
}

.BodyContent .contact .cont dd b {
    color: #AA006B;
}

.BodyContent .contact .form dt {
    line-height: 36px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background: #CCCCCC;
    border-bottom: 1px solid #9A9A9A;
}

.BodyContent .contact .form dd {
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
    background: #CCCCCC;
}

.FooterContainer {
    margin: 10px auto;
}

.FooterContainer .FooterDiv {
    width: 100%;
    height: 18px;
    background: #AA006B;
}

.FooterContainer .FooterDiv .Top {
    width: 980px;
    margin: 0 auto;
}

.FooterContainer .name {
    float: left;
    width: 428px;
    text-align: right;
    color: #FFF;
    font-weight: bold;
}

.FooterContainer .Menu {
    float: right;
    width: 500px;
    text-align: right;
}

.FooterContainer .Top ul li {
    float: right;
    width: auto;
    padding: 4px 10px 0;
    line-height: 13px;
    text-align: center;
    color: #FFF;
}

.FooterContainer .Top ul li A {
    font-size: 12px;
    color: #FFF;
}

.HeaderContainer .Footer ul .line {
    width: 4px;
    padding-top: 4px;
}

.FooterContainer .Footer {
    width: 980px;
    margin: 20px auto;
}

.FooterContainer .Language {
    float: left;
    width: 160px;
    padding-left: 50px;
}

.FooterContainer .Language li {
    padding-bottom: 12px;
}

.FooterContainer .Address {
    float: right;
    width: 760px;
    font-size: 14px;
    background: url('../images/phone1.jpg') no-repeat right;
}

div.floats {
    /*��������ͨ����ʽ*/
    position: absolute;
    left: 0px;
    /*���������Ǳ���ģ����濴ʵ�����ȥ������*/
    border: 0;
    padding: 0px;
    color: white;
    width: 193px;
    height: 56px;
    overflow: hidden;
}

div#test4 {
    top: 530px;
}


/*���Ҷ�λ������������ʼ�߶�*/

div.floats5 {
    /*��������ͨ����ʽ*/
    position: absolute;
    left: 0px;
    /*���������Ǳ���ģ����濴ʵ�����ȥ������*/
    border: 0;
    padding: 0px;
    color: white;
    width: 133px;
    height: 45px;
    overflow: auto;
}

div#test5 {
    top: 200px;
}


/*���Ҷ�λ������������ʼ�߶�*/

.sidebar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 180px;
    z-index: 100;
    background: #aaabac;
}
.sidebar img	{
	width:100%;
}

.sidebar div {
    padding: 8px 0;
    font-size: 14px;
    color: #e33030;
    text-align: center;
    font-weight: bold;
    background: #b5b6b6;
    border-top: 3px solid #fff;
}

.Coupling {
    width: 750px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.Coupling ._prev {
    padding: 2px 10px 0 0;
}

.Coupling ._next {
    padding: 2px 0 0 0px;
}

.Coupling .main {
    height: 120px;
    width: 7500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Coupling .main div {
    width: 750px;
    height: 120px;
    float: left;
}

.Coupling .main div a:not(:last-child) {
    margin-right: 10px;
}

.Coupling .main img {
    width: 180px;
    height: 120px;
}

.Coupling ._prev,
.Coupling ._next {
    display: block;
    width: 31px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 50px;
}

.Coupling ._prev img,
.Coupling ._next img {
    width: 16px;
    height: 16px;
}

.Coupling ._prev:hover,
.Coupling ._next:hover {
    opacity: 0.7;
    .filter: alpha(opacity=70)
}

.Coupling ._prev {
    left: 0px;
}

.Coupling ._next {
    left: 734px;
}