﻿* {
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: microsoft yahei;
	color: #666;
	font-size: 13px;
	min-width: 1200px;
}

a {
	color: #666;
	text-decoration: none;
	transition-duration: 0.5s; -webkit-transition-duration: 0.5s;
}
a:hover{ color: #0f60cc;}

img {
	border: none;
	transition-duration: 0.5s; -webkit-transition-duration: 0.5s;
}

ul,li {
	list-style: none;
}

.clear {
	clear: both;
}

p {
	margin: 0 auto;
	padding: 0;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.padding15 {
	padding: 15px;
}

.padding20 {
	padding: 20px;
}

.padding30 {
	padding: 30px;
}

.padding40 {
	padding: 40px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.paddingright {
	padding-right: 10px;
}

.paddingleft {
	padding-left: 10px;
}

.undis {
	display: block;
}

.dis {
	display: none;
}

.pr5 {
	padding-right: 25px;
}

.red {
	color: #f00;
}

.fff {
	color: #fff;
}

input,textarea {
	font-family: microsoft yahei;
}

submit {
	font-family: microsoft yahei;
}

#warp {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}


#home .home a,
#about .about a,
#news .news a,
#rc .rc a,
#products .products a,
#jszc .jszc a,
#contact .contact a{ background: #e18207; color: #FFFFFF;}

#products .products  ul a{ color: #FFFFFF; background:#1948b4}
#products .products  ul a:hover{background: #e18207;   color: #FFFFFF;}

.gotop {
	width: 24px;
	height: 24px;
	padding: 10px;
	background: #ccc url(../images/float_qqicon1.png) no-repeat center;
	position: fixed;
	right: 0;
	display:none;
	bottom: 0px;
}

.topbg{ width: 100%; height: 29px; line-height: 29px; border-bottom:1px solid #dedede ;}
.top{ width: 1200px; height: 29px; line-height: 29px; }

.Header{ width: 1200px; height: 87px; overflow: hidden; padding: 25px 0;}
.Header .logo{ float: left; width: 828px; height: 87px; overflow: hidden;}
.Header .logo a{ display: inline-block; width: 828px; height: 87px; background: url(../images/logo.png) no-repeat left center;}
.Header .logoR{ width: 328px; padding-left: 27px; height: 87px; overflow: hidden; float: left; border-left:1px solid #DEDEDE;}
.Header .logoR h4{ font-size: 26px; color: #1948b4; letter-spacing: 5px; line-height: 36px; padding-top: 10px;}
.Header .logoR p{ font-size: 16px; line-height: 36px; }

.Header .Htel{ float: right; width:215px; height: 46px; margin-top: 20px; padding-left: 53px; overflow: hidden; background: url(../images/htel.jpg) no-repeat left center;}
.Header .Htel p{ font-size: 14px; line-height: 21px;}
.Header .Htel h1{ font-size: 26px; color: #ee8600; line-height: 25px;}

/* banner */
.banner { width: 100%; height: 507px; overflow: hidden; position: relative; }
.banner .bd { height: 507px; position: relative; left: 50%; margin-left: -960px; }
.banner .bd li { width: 1920px; height: 507px;}
.banner .hd { width: 100%; position: absolute; bottom: 15px; height: 15px; text-align: center; }
.banner .hd ul { height: 15px; overflow: hidden; }
.banner .hd li { background: #ff9c00; width: 15px; height: 15px; display: inline-block; *display: inline; *zoom: 1; overflow: hidden; text-indent: -99px; cursor: pointer; margin: 0 8px; border-radius: 50%; }
.banner .hd .on { background:#1948b4; }


.navbg{ width: 100%; height: 50px; background:#1948b4;}
.nav{ width: 1200px; height: 50px; line-height: 50px;}
.nav li{ float: left; width: 150px; height: 50px; text-align: center; font-size: 15px; position:relative;}
.nav li a{ display: block; color: #FFFFFF;}
.nav li a:hover{ background: #e18207;}

.nav li:hover ul{ display: block;}
.nav li ul{ position: absolute; left: 0; top: 50px; z-index: 999999; display: none; width: 171px; }
.nav li ul li{ float: none; width: 171px; height: 42px; line-height: 42px; background: #1948b4; border-bottom:1px solid #fff; font-size: 14px;  position:relative;}
.nav li ul li a:hover{ color: #fff; background:#e18207;}
.nav li ul.sul{ position: absolute; left: 172px; top: 0; z-index: 999999; display: none; width: 171px; }
.nav ul > li ul li:hover .sul{ display: block;}


.inSearch{ width: 100%; height: 83px; overflow: hidden; padding-bottom: 27px;background: #1948b4;}
.inSearchT{ width: 1100px;     color: #fff; height: 43px; line-height: 43px; overflow: hidden; text-align: center; font-size: 14px;}
.inSearchT a{ padding-right: 10px;    color: #fff;}
.inSearchB{ width: 668px; height: 40px; overflow: hidden;}
.inSearchBIn{float: left;width: 593px;color: #666666;padding: 0 9px;height: 36px;line-height: 38px;border: none;overflow: hidden;/* background: url(../images/inSearchBInbg.jpg) no-repeat; */border: 2px solid #f38900;border-right: 0px;border-radius: 100px 0px 0px 100px;}
.inSearchBSub{float: left;width: 51px;height: 40px;overflow: hidden;border: none;background: url(../images/inSearchBsub.jpg) no-repeat;border: 2px solid #f38900;border-left: 0px;border-radius: 0 100px 100px 0;}

.inProbg{ width: 100%; padding: 45px 0; background: #f4f4f4;}
.inPro{ width: 1200px; height: auto; }
.inProLeft{ width: 290px; height: auto; float: left; }
.inProLeftTop{ width: 290px; height: 100px; text-align: center; color: #FFFFFF;  background:#1948b4;}
.inProLeftTop h4{ font-size: 30px; font-weight: normal; line-height: 36px; padding-top: 17px;}
.inProLeftTop p{ font-size: 13px; line-height: 26px;}
.inProLeftMenu{ width: 290px; height: auto;}
.inProLeftMenu dl{ width: 290px; margin-top: 5px;}
.inProLeftMenu dl dt{ width: 290px; height: 55px; line-height: 55px; background: #f38900 url(../images/inproDtbg.png) 255px center no-repeat; font-size: 14px;}
.inProLeftMenu dl dt a{ color: #FFFFFF; padding-left: 25px;}
.inProLeftMenu dl dd{ width: 290px; height: auto; background: #f9f9f9;}
.inProLeftMenu dl dd a{ display: block; height: 40px; line-height: 40px; font-size: 14px; padding-left: 25px;    border-bottom: 1px solid #eaeaea;}
.inProLeftMenu dl dd a:hover{ background:#fff; color: #f38900;}


.inProLeftMenu dl dd ul{ width:100%; height:auto;}
.inProLeftMenu dl dd ul li{ position:relative;}
.inProLeftMenu dl dd ul li:hover ul{ display:block;}
.inProLeftMenu dl dd ul li ul{ position:absolute; left:290px; top:0; display:none; z-index:999; background: #e7e7e7;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);}
.inProLeftMenu dl dd ul li ul li{ overflow:hidden;}
.inProLeftMenu dl dd ul li:last-child ul.sul{ top:-300px;}
.inProLeftMenu dl dd ul li:nth-last-child(2) ul.sul{ top:-550px;}

.inProRight{ width: 910px; height: auto;  float: right; overflow: hidden;}
.inProTop{ width: 910px; height: 25px; line-height: 25px; overflow: hidden;}
.inProTop h4{ font-size: 18px; font-weight: normal; border-left:2px solid #f38900; padding-left: 13px; margin-left: 25px;}
.inProTop a{ font-size: 13px; color: #999;}
.inProTop a:hover{ color: #e18207;}

.inProList{ width: 910px; height: auto; overflow: hidden;}
.inProList dl{ float: left; width: 280px; height: 300px; margin: 23px 0 0 23px; overflow: hidden; background: url(../images/inprolibg.jpg) no-repeat; position: relative; }
.inProList dl:hover dd{ display: block; }
.inProList dl dt{ width: 254px; height: 300px; overflow: hidden; padding-top: 12px;    position: relative;}
.inProList dl dt span{    position: absolute;
    right: 10px;
    font-size: 17px;}
.inProList dl dt img{ width: 254px; height: 188px;}
.inProList dl dt .glcsin{ width:234px; height:80px; line-height:20px; overflow:hidden; font-size:13px;  text-align:left; padding:5px 10px; border-top:1px solid #dedede;}
.inProList dl dd{ display: none; width: 280px; height: 291px; overflow: hidden; background: url(../images/inproddbg.png) repeat; position: absolute; left: 0; top: 0; text-align: center; color: #FFFFFF;}
.inProList dl dd h4{ font-size: 18px; font-weight: normal; line-height: 68px; height: 68px; padding-top: 55px;}
.inProList dl dd h4 a{ color:#fff;}
.inProList dl dd p a{ display: inline-block; color: #fff; font-size: 14px; width: 93px; height: 25px; line-height: 25px; border:1px solid #FFFFFF; margin: 0 5px;}
.inProList dl dd p a:hover{background: #f38900; border-color: #f38900;}

.inPz{ width: 1200px; padding: 50px 0; overflow: hidden;}
.inPzTit{ width: 100%; height: auto; padding-bottom: 10px; text-align: center; background: url(../images/inLine1.jpg) no-repeat bottom center;}
.inPzTit h4 {font-size: 30px; color: #1948b4; line-height: 36px; padding-bottom: 10px;}
.inPzTit p{ font-size: 16px; line-height: 48px;}
.inPzTit h3{ text-transform: uppercase; font-size: 20px; line-height: 32px;}

.inPzbot{ width: 1200px; height: 119px;  overflow: hidden;}
.inPzbot ul a{ display: block; float: left; width: 398px; height: 48px; overflow: hidden; padding: 35px 0; border-left:1px solid #DEDEDE; border-bottom:1px solid #DEDEDE ;}
.inPzbot ul a h1{ float: left; font-size: 60px;  padding-left: 53px; line-height: 48px;}
.inPzbot ul a h2{ float: left; font-size: 16px; font-weight: normal; line-height: 24px; padding-left: 20px;}
.inPzbot ul a:hover{color: #f18800;}
.inPzbot ul li{width: 325px; height: 48px; text-align: right; padding: 35px 75px 35px 0; overflow: hidden; border-left:1px solid #DEDEDE; border-right:1px solid #DEDEDE;  border-bottom:1px solid #DEDEDE ; float: left;}
.inPzbot ul li p{ font-size: 14px; line-height: 21px; background: url(../images/inPztel.jpg) no-repeat 190px center;}
.inPzbot ul li h4{ font-size: 26px; line-height: 27px; color: #f18800; }
.inPzbot .tabs .thistab,.tabs .thistab a:hover {color: #f18800; border-bottom:1px solid #999 ;}

.inPzbox{ width: 1200px; height: 350px; overflow: hidden; margin-top: 30px;}
.inPzboxL{ float: left; width: 770px; height: 350px; overflow: hidden;}
.inPzboxL img{width: 770px; height: 350px;}
.inPzboxR{ float: right; width: 360px; height: 280px; padding: 35px; color: #FFFFFF; background: #1948b4;}
.inPzboxR h3{ font-size: 18px; line-height: 70px; height: 70px;}
.inPzboxR h4{ width: 40px; height: 2px; background: #FFFFFF; float: left; clear: both;}
.inPzboxR p{ clear: both; width: 100%; font-size: 14px; line-height: 30px; padding-top: 23px;}

.inAd1bg{ width: 100%; height: 250px; background: url(../images/inAd1bg.jpg) no-repeat center;}
.inAd1{ width: 1200px; height: 250px; overflow: hidden;}
.inAd1L{ float: left; width: 600px; padding: 35px 0 0 0; overflow: hidden; color: #FFFFFF;}
.inAd1L h1{ font-size: 24px; line-height: 40px;}
.inAd1L h2{ font-weight: normal; line-height: 30px; font-size: 16px;}
.inAd1L h3{ width: 100px; height: 3px; background: #FFFFFF; float: left; clear: both; margin-top: 10px;}
.inAd1L h4{ width: 100%; clear: both; line-height: 60px; font-size: 24px;}
.inAd1L h4 span{ font-size: 18px; font-weight: normal;}
.inAd1L a{ display: inline-block; color: #FFFFFF; font-size: 14px; width: 146px; height: 31px; line-height: 31px; border:2px solid #FFFFFF ; text-align: center;}
.inAd2bg{ width: 100%; height: 260px; background: url(../images/inAd2bg.jpg) no-repeat center;}

/* 优势 */
.g_ys{height: 2717px;background:url(../images/ysbg.jpg) no-repeat center top; }
.ysimg1{top:175px;  right:0;}
.ysimg2{top:441px; left:0;}
.ysimg3{top:817px; right:103px;}
.ysimg4{top:1124px; left:100px;}
.g_ys h2{height: 96px; text-align: center;padding-top: 50px;color: #1948b4; font-size: 28px; font-weight: bold;}
.g_ys h2 a{color: #f18800; font-size: 28px; font-weight: bold;}
.g_ys h2 em{display: block;color: #333333; font-size: 18px; padding-top: 5px;font-weight: normal;  font-style: normal; }
.g_ys h2 b{color: #f18800;}
.m_ys1{top:207px;left:200px;width: 470px;}
.m_ys2{top:530px;left:710px;width: 400px;}
.m_ys3{top:870px;left:200px;width: 425px;}
.m_ys4{top:1210px;left:710px;width: 440px;}
.m_ys5{top:1590px;left:200px;width: 425px;}
.m_ys6{top:1975px;left:710px;width: 440px;}
.m_ys7{top:2353px;left:205px;width: 440px;}
.g_ys .m_gy{position: absolute; }
.g_ys .m_gy h3{text-align: left;  color: #111; font-size: 18px;font-weight: normal; border-bottom: 1px dashed #cecece;height: auto; padding-bottom:10px; margin-bottom: 12px; padding-left: 12px;}
.g_ys .m_gy h3 em{display: block; font-size: 22px; color: #1948b4; font-style: normal; font-weight: bold; padding-top: 8px;}
.g_ys .m_gy p{font-size: 14px; color: #333; line-height: 28px;background:url(../images/ysico.png) no-repeat 0 12px;padding-left: 18px;}
.g_ys .m_gy p b{font-weight: bold; color: #f18800}
.f_pr{position:relative;}
.f_pa{position:absolute;}
.f_fl{float:left;}
.f_fr{float:right;}
.content { width:1200px; margin:0 auto;  }

.inAbout{ width: 1200px; padding: 45px 0; overflow: hidden;}
.inAboutBox{ width: 1200px; height: 292px; overflow: hidden; margin-top: 30px;}
.inAboutBoxL{ float: left; width: 870px; height: 292px; overflow: hidden;}
.inAboutBoxLTop{ width: 100%; height: 25px; line-height: 25px; border-bottom:1px solid #b5b5b5; padding-bottom: 4px;}
.inAboutBoxLTop h4{ font-size: 18px; font-weight: normal; border-left:2px solid #ffb400; padding-left: 15px;}
.inAboutBoxLTop a{ color: #999999;}
.inAboutBoxLTop a:hover{ color: #e18207;}
.inAboutBoxLBot{ width: 870px; height: 240px; padding-top: 20px; overflow: hidden;}
.inAboutBoxLBotL{ float: left; width: 420px; height: 240px; overflow: hidden;}
.inAboutBoxLBotL img{  width: 420px; height: 240px; }
.inAboutBoxLBotR{ float: left; width: 410px; height: 240px; overflow: hidden; padding-left: 25px;}
.inAboutBoxLBotR h4{ font-size: 16px; line-height: 45px;}
.inAboutBoxLBotR p{ font-size: 13px; line-height: 24px;}
.inAboutBoxLBotR h3{ width: 100%; height: 35px; line-height: 35px;}
.inAboutBoxLBotR h3 a{ display: inline-block; text-align: center; width: 110px; height: 35px; color: #FFFFFF; font-size: 14px; margin: 20px 25px 0 0;}
.inAboutBoxLBotR h3 a.inaba1{ background: #1948b4;}
.inAboutBoxLBotR h3 a.inaba2{ background: #f18800;}

.inAboutBoxR{ float: right; width: 300px; height: 292px; overflow: hidden;}
.inAboutBoxRBox{ width: 300px; height: 242px; margin-top: 19px; position: relative; overflow: hidden;}
.inAboutBoxRBox .bd{ width: 223px; height: 242px;  overflow: hidden;}
.inAboutBoxRBox .bd li{ width: 223px; height: 242px; overflow: hidden; text-align: center;}
.inAboutBoxRBox .bd li img{ width: 167px; height: 224px; border:1px solid #DEDEDE; padding: 8px 27px;}
.inABBoxRBtn{ width: 9px; height: 16px; overflow: hidden; text-align: center; position: absolute; top: 113px; left: 11px;}
.inABBoxRBtn a{ display: inline-block;width: 9px; height: 16px; }
.inABBoxRBtn1{ width: 9px; height: 16px; overflow: hidden; text-align: center; position: absolute; top: 113px; right: 11px;}
.inABBoxRBtn1 a{ display: inline-block;width: 9px; height: 16px; }

.inFactory{ width: 1200px; height: 270px; overflow: hidden;}
.inFactoryTop{ width: 1200px; height: 25px; line-height: 25px; padding-bottom: 4px; border-bottom:1px solid #b5b5b5; }
.inFactoryTop span a{ color: #999999; font-size: 13px;}
.inFactoryTop a{ font-size: 18px;}
.inFactoryTop a:hover{ color: #e18207;}
.inFactoryTop em{ font-size: 18px; padding: 0 20px; font-style: normal;}
.inFactoryTop .tabs .thistab,.tabs .thistab a:hover {color: #1948b4; }

.infacbox{ width: 1200px; height: 210px; overflow: hidden; margin-top: 30px;}
.infacboxList1{ width: 1200px; height: 210px; overflow: hidden; position: relative;}
.infacboxList1 .bd{ width: 1100px; height: 210px;  overflow: hidden;}
.infacboxList1 .bd li{ width: 252px; height: 210px; overflow: hidden; text-align: center; float: left; margin: 0 9px;}
.infacboxList1 .bd li img{ width: 250px; height: 170px; border:1px solid #DEDEDE;}
.infacboxList1 .bd li p{ height: 38px; line-height: 38px; width: 100%; overflow: hidden;}
.infacboxa1{ display: block; width: 30px; height: 60px; position: absolute; left: 0; top: 56px; background: url(../images/infacLbg.jpg) no-repeat;}
.infacboxa1:hover{ background: url(../images/infacLhbg.jpg) no-repeat;}
.infacboxa2{ display: block; width: 30px; height: 60px; position: absolute; right: 0; top: 56px;  background: url(../images/infacRbg.jpg) no-repeat;}
.infacboxa2:hover{ background: url(../images/infacRhbg.jpg) no-repeat;}


.infacboxList2{ width: 1200px; height: 210px; overflow: hidden; position: relative;}
.infacboxList2 .bd{ width: 1100px; height: 210px;  overflow: hidden;}
.infacboxList2 .bd li{ width: 252px; height: 210px; overflow: hidden; text-align: center; float: left; margin: 0 9px;}
.infacboxList2 .bd li img{ width: 250px; height: 170px; border:1px solid #DEDEDE;}
.infacboxList2 .bd li p{ height: 38px; line-height: 38px; width: 100%; overflow: hidden;}


.infacboxList3{ width: 1200px; height: 210px; overflow: hidden; position: relative;}
.infacboxList3 .bd{ width: 1100px; height: 210px;  overflow: hidden;}
.infacboxList3 .bd li{ width: 252px; height: 210px; overflow: hidden; text-align: center; float: left; margin: 0 9px;}
.infacboxList3 .bd li img{ width: 250px; height: 170px; border:1px solid #DEDEDE;}
.infacboxList3 .bd li p{ height: 38px; line-height: 38px; width: 100%; overflow: hidden;}


.infacboxList4{ width: 1200px; height: 210px; overflow: hidden; position: relative;}
.infacboxList4 .bd{ width: 1100px; height: 210px;  overflow: hidden;}
.infacboxList4 .bd li{ width: 252px; height: 210px; overflow: hidden; text-align: center; float: left; margin: 0 9px;}
.infacboxList4 .bd li img{ width: 250px; height: 170px; border:1px solid #DEDEDE;}
.infacboxList4 .bd li p{ height: 38px; line-height: 38px; width: 100%; overflow: hidden;}


.inliuyan{ width: 1200px; height: 368px; padding: 45px 0; overflow: hidden;}
.inliuyanBox{ width: 1200px; height: 308px; margin-top: 30px; overflow: hidden;}
.inliuyanBox dl{ float: left; width: 400px; padding: 0 50px; height: 308px; box-sizing: border-box; border-right:1px solid #DEDEDE;}
.inliuyanBox dl:last-child{ border-right: none;}
.inliuyanBox dl dt{ width: 300px; height: 96px; border-bottom:1px solid #DEDEDE; padding-bottom: 19px;}
.inliuyanBox dl dt img{ width: 96px; height: 96px; overflow: hidden; float: left;}
.inliuyanBox dl dt h4{ float: right; font-size: 14px; line-height: 26px; height:52px; overflow:hidden; padding-top: 20px; width:190px;}
.inliuyanBox dl dt h4 span{ font-weight: normal;}
.inliuyanBox dl dd{ width: 100%; height: auto; padding-top: 15px;}
.inliuyanBox dl dd p{ font-size: 13px; line-height: 24px; height: 72px; overflow: hidden;}
.inliuyanBox dl dd h4{ width: 100%; height: 38px; text-align: center; font-weight:normal; margin-top: 40px;}
.inliuyanBox dl dd a{ display: inline-block; text-align: center; font-size: 14px; background: #1948B4; color: #FFFFFF; width: 140px; height: 38px; line-height: 38px;}
.inliuyanBox dl dd a:hover{ background: #e18207;}


.inNewsbg{ width: 100%; background: #f8f8f8; padding: 45px 0;}
.inNews{ width: 1200px; height: 445px; overflow: hidden;}
.inNewsLeft{ float: left; width: 870px; height: 445px; overflow: hidden;}
.inNewsLeftTop{ width: 870px; height: 25px; line-height: 25px; border-bottom:1px solid #b5b5b5; padding-bottom: 4px;}
.inNewsLeftTop span a{ color: #999999; font-size: 13px;}
.inNewsLeftTop a{ font-size: 18px;}
.inNewsLeftTop a:hover{ color: #e18207;}

.inNewsLeftTop em{ font-size: 18px; padding: 0 10px; font-style: normal;}
.inNewsLeftTop .tabs .thistab,.tabs .thistab a:hover {color: #1948b4; }

.inNewsLeftList{ width: 870px; height: auto; padding-top: 30px; overflow: hidden;}
.inNewsLeftListPic{ width: 870px; height: 207px; overflow: hidden; padding-bottom: 28px; border-bottom:1px solid #cecece;}
.inNewsLeftListPicL{ float: left; width: 420px; height: 207px; overflow: hidden;}
.inNewsLeftListPicL img{width: 420px; height: 207px;}
.inNewsLeftListPicR{ width: 410px; height: 207px; float: left; overflow: hidden; padding-left: 25px;}
.inNewsLeftListPicR h4{ width: 100%; height: 36px; line-height: 36px; overflow: hidden; padding-top: 14px; font-size: 14px;}
.inNewsLeftListPicR p{ width: 100%; height: 72px; line-height: 24px; overflow: hidden;}
.inNewsLeftListPicR a.innewsmore{ display: inline-block; background: #1948B4; color: #FFFFFF; width: 110px; height: 35px; text-align: center; line-height: 35px; font-size: 14px; margin-top: 25px;}
.inNewsLeftListPicR a:hover.innewsmore{ background: #e18207;}

.inNewsLeftListTxt{ width: 870px; height: auto; overflow: hidden; }
.inNewsLeftListTxt a{ display: block; float: left; width: 270px; padding-left: 20px; height: 32px; line-height: 32px; overflow: hidden; background: url(../images/dtico.jpg) no-repeat left center;}


.inNewsRight{ float: right; width: 300px; height: 445px; overflow: hidden;}
.inNewsRightImg{ width: 300px; height: 110px; margin-top: 30px; overflow: hidden;}
.inNewsRightImg img{width: 300px; height: 110px;}
.inNewsRightList{ width: 300px; height: 315px; overflow: hidden; margin-top:30px; }
.inNewsRightList li{ width: 300px; height: 56px; padding-top: 11px; border-bottom:1px dotted #CCCCCC; overflow: hidden;}
.inNewsRightList li h4{ width: 275px; padding-left:25px; height: 18px; line-height: 18px; background: url(../images/Q.jpg) no-repeat left center; overflow:hidden;}
.inNewsRightList li p{ width: 275px;  padding-left:25px; height: 18px; line-height: 18px; margin-top: 10px; background: url(../images/A.jpg) no-repeat left center; overflow:hidden;}


.Footerbg{ width: 100%; height: auto; padding: 28px 0; background: #333333;}
.Footer{ width: 1200px; height: auto; overflow: hidden;}
.FooterLeft{ width: 450px; height: auto; overflow: hidden; float: left;}
.FooterLeft h1{ color: #FFFFFF; font-size: 24px; line-height: 58px;}
.FooterLeft p{ color: #999999; font-size: 14px; line-height: 36px; padding-top: 15px;}

.FooterRight{ width: 678px; height: auto; overflow: hidden; float: right;}
.FooterRight h1{ color: #FFFFFF; font-size: 24px; line-height: 58px;}
.FooterRightBox{ width: 678px; padding-top: 15px; overflow: hidden;}
.FooterRightBox .divfed{ width: 100%; height: 30px; margin-bottom: 25px;  }
.FooterRightBox .divfed .finput1{ width: 308px; color: #a9a9a9; background: none; padding: 0 10px; height: 28px; border:1px solid #6a6a6a; line-height: 28px;}
.FooterRightBox .divfed1 .ftxtex{ width: 656px; height: 70px; padding: 10px;  border:1px solid #6a6a6a; line-height: 21px; color: #a9a9a9; background: none;}


.FooterRightBox .divfed1{ width: 100%; height: 92px; margin-bottom: 25px; }

.FooterRightBox .divfed2{ width: 100%; height: 35px; overflow: hidden; margin-bottom: 25px; }
.FooterRightBox .divfed2 .fsub{ width: 150px; height: 35px; line-height: 35px; text-align: center; border: none; background: #3c3c3c; font-size: 14px; color: #999999;}


.Footerinfobg{ width: 100%; height:72px; padding: 13px 0; background: #262626; font-size: 14px;}
.FooterinfoLinks{ width: 1200px; height: 36px; line-height: 36px;}
.FooterinfoB{ width: 1200px; height: 36px; line-height: 36px;}

.abSearch{ width: 1200px; height: 40px; line-height: 40px; overflow: hidden; padding: 15px 0;border-bottom: 1px solid #ccc;}
.abSearchLeft{ width: 760px; height: 40px; float: left; overflow: hidden;}
.abSearchLeft a{ padding-right: 15px;}

.abSearchR{ width: 373px; height: 40px; overflow: hidden; float: right;}
.abSearchBIn{float: left;width: 296px;color: #666666;padding: 0 10px;height: 36px;line-height: 36px;border: none;overflow: hidden;border: 2px solid #f38900;border-right: 0px;border-radius: 100px 0px 0px 100px;}
.abSearchBSub{float: left;width: 52px;height: 40px;overflow: hidden;border: none;background: url(../images/inSearchBsub.jpg) no-repeat;border: 2px solid #f38900;border-left: 0px;border-radius: 0 100px 100px 0;}

.banner2{ width: 1200px; height: 280px; overflow: hidden;}
.banner2 img{ width: 1200px; height: 280px;}

.main{ width: 1200px; padding: 30px 0; overflow: hidden;}
.abMenu{ width: 1200px; height: 70px; line-height: 70px; border:1px solid #f0f0f0; margin-top: 30px; border-left: none; border-right: none;}
.abMenu li{ float: left; width: 160px; height: 70px; font-size: 16px; text-align: center;}
.abMenu li a{ display: block; background:url(../images/ab_menuline.jpg) no-repeat right center; position: relative;}
.abMenu li a:hover{background:#1948b4; color: #FFFFFF;}
.abMenu li a:hover:after{ display:block;
    content:"";
    border-width:12px 12px 12px 12px;
    border-style:solid;
    border-color:#1948b4 transparent transparent transparent;
    
    /* 定位 */
   margin-left: -12px;
    position:absolute;
    left:50%;
    top:100%;}

#lm_hover{background:#1948b4; color: #FFFFFF;}
#lm_hover:after{ display:block;
    content:"";
    border-width:12px 12px 12px 12px;
    border-style:solid;
    border-color:#1948b4 transparent transparent transparent;
    
    /* 定位 */
   margin-left: -12px;
    position:absolute;
    left:50%;
    top:100%;}
    

.abInfo{ width:1200px; padding-top: 35px; overflow: hidden; font-size: 16px; line-height: 30px;}
.abInfo img{ max-width: 100%; height: auto;}

.conInfo{ width:1200px; padding-top: 35px; overflow: hidden;}
.conInfo1{ width: 1200px; height: auto; overflow: hidden; padding-bottom:30px;}
.conInfo1Left{ float: left; width: 400px; height: auto; overflow: hidden;}
.conInfo1Left h1{ width: 100%; font-size: 20px; line-height: 36px; color: #1948B4; padding-bottom: 10px;}
.conInfo1Left p{ font-size: 15px; line-height: 30px;}
.conInfo1Right{ float:right; width:772px; height:300px; overflow:hidden;}
.conInfo1R1{ width: 772px; height: 40px; line-height: 40px; margin-bottom: 20px; overflow: hidden;}
.conInfo1R1 .coninput1{ width: 375px; height: 40px; line-height: 40px; box-sizing: border-box; padding: 0 10px; border:1px solid #e6e6e6; color: #666666;}
.conInfo1R2{ width: 772px; height: 100px; margin-bottom: 20px; overflow: hidden;}
.conInfo1R2 .contxt1{ width: 772px; height: 100px; line-height: 21px; box-sizing: border-box; padding: 10px; border:1px solid #e6e6e6; color: #666666;}

.conInfo1R3{ width: 772px; height: 40px; line-height: 40px; text-align: center; overflow: hidden;}
.conInfo1R3 .consub{ width: 130px; height: 40px; line-height: 40px; border: none; color: #FFFFFF; background:#1948B4; font-size: 16px;}

.conInfoMap{ width: 1200px; height:370px; overflow: hidden; padding-top: 25px;}


.abList1{ width: 1200px; height: auto; padding-top: 35px; overflow: hidden;}
.abList1 dl{ float: left; width: 290px; height: 247px; overflow: hidden; text-align: center; margin: 0 5px;}
.abList1 dl dt{ width: 290px; height: 197px; overflow: hidden;}
.abList1 dl dt img{width: 290px; height: 197px;}
.abList1 dl dd{ width: 100%; height: 50px; line-height: 50px; font-size: 15px;}

.abList2{ width: 1200px; height: auto; padding-top: 35px; overflow: hidden;}
.abList2 dl{ float: left; width: 290px; height: 438px; overflow: hidden; text-align: center; margin: 0 5px;}
.abList2 dl dt{ width: 290px; height: 388px; overflow: hidden;}
.abList2 dl dt img{width: 290px; height: 388px;}
.abList2 dl dd{ width: 100%; height: 50px; line-height: 50px; font-size: 15px;}

.jobList{ width: 1200px; height: auto; overflow: hidden; padding-top: 35px;}
.jobList .job-title{ font-size: 16px; display:block;height:49px;line-height:49px;color:#333; background: #eeeeee url(../images/jobicon1.png) no-repeat 97% center; margin-bottom: 10px; width: 100%; padding: 0 15px; box-sizing: border-box;}
.jobList .job-title.cur{color:#fff;background: #1948B4 url(../images/jobicon2.png) no-repeat 97% center;}
.jobList .job-box{width:100%; position:relative;overflow:hidden;display:none; margin-bottom: 10px;}
.jobList .job-con{padding:10px;font-size:15px;line-height:28px;color:#333;position:relative;}

.NewsMain{ width: 1200px; height: auto; overflow: hidden; padding-top: 35px;}
.NewsMainLeft{ width: 221px; float: left; overflow: hidden;}
.NewsMainLeft1{ width: 201px; height: auto; padding: 20px 10px; overflow: hidden; background: #f0f0f0; border-radius: 5px;}
.NewsMainLeft1Top{ width: 201px; height: 40px; overflow: hidden;}
.NewsMainLeft1Top h1 { font-size: 55px; line-height: 40px;  float: left; padding-left: 15px;  color: #999;}
.NewsMainLeft1Top h4{ color: #1948B4; font-size: 20px; padding-left: 5px;  float: left; line-height: 20px;}
.NewsMainLeft1Top h4 span{ color: #999; font-size: 13px; text-transform: uppercase;}
.NewsMainLeft1 h3{ color: #FFFFFF; width: 171px; margin-top: 25px; height: 28px; line-height:28px ; padding-left: 30px; font-size: 14px; background: #1948b4 url(../images/lmh3bg.jpg) no-repeat 170px center; border-radius: 5px;}
.NewsMainLeft1 ul{  padding: 10px 0;}
.NewsMainLeft1 ul li{ line-height: 42px; height: 42px; font-size: 14px;}
.NewsMainLeft1 ul li a:hover{ color: #ff5400; font-weight: bold;}
.NewsMainLeft1 ul li span{ padding: 0 10px; font-weight: bold; font-size: 14px;}
#lm_hover1{ color: #ff5400; font-weight: bold;}

.NewsMainLeft2{ width: 201px; height: auto; padding: 20px 10px; overflow: hidden; background: #f0f0f0; border-radius: 5px; margin-top: 10px;}
.newsLeftHotproList{ width: 201px; height: 500px; overflow: hidden; margin-top: 30px;}
.newsLeftHotproList li{ width: 201px; height: 181px; overflow: hidden; text-align: center;}
.newsLeftHotproList li .Hprodiv1{ width: 164px; height: 121px; border:1px solid #dadada; background: #FFFFFF; padding:10px 17px;}
.newsLeftHotproList li .Hprodiv1 img{width: 164px; height: 121px;}
.newsLeftHotproList li .Hprodiv2{ width: 201px; height: 38px; line-height: 38px;  font-size: 15px;}

.NewsMainLeft3{ width: 201px; height: auto; padding: 20px 10px; overflow: hidden; background: #f0f0f0; border-radius: 5px; margin-top: 10px; text-align: center;}
.NewsMainLeft3Top{ width: 100%; height: auto; padding: 10px 0; border-bottom:1px solid #dedede;}
.NewsMainLeft3Top h4{ font-size: 16px; line-height: 46px;}
.NewsMainLeft3Top p{ font-size: 14px; line-height: 38px;}
.NewsMainLeft3Top h2{ font-size: 18px; line-height: 24px;}
.NewsMainLeft3B{ width: 100%; height: auto; padding: 10px 0; overflow: hidden;}
.NewsMainLeft3B p{ font-size: 14px; line-height: 26px;}


.NewsMainRight{ width: 950px; float: right; overflow: hidden;}
.NewsMainRight dl{ width: 950px; height: 110px; overflow: hidden; border-bottom:1px solid #e9e9e9; padding: 25px 0;}
.NewsMainRight dl dt{ float: left; height: 110px; width: 760px;}
.NewsMainRight dl dt .newsLtime{ float: left; width: 110px; height: 90px; padding-top: 20px; overflow: hidden; color: #999999;}
.NewsMainRight dl dt .newsLtime h1{ font-size: 36px; line-height: 40px;}
.NewsMainRight dl dt .newsLtime p{ font-size: 14px; line-height: 30px;}
.NewsMainRight dl dt .newsLinfo{ float: left; width: 640px; padding-left: 10px; height: 110px; overflow: hidden;}
.NewsMainRight dl dt .newsLinfo h4{ width: 100%; font-size: 16px; height: 42px; overflow: hidden;}
.NewsMainRight dl dt .newsLinfo h4 a{ color: #333333; line-height: 42px;}
.NewsMainRight dl dt .newsLinfo p{ font-size: 14px; height: 50px; line-height: 25px; overflow: hidden;}
.NewsMainRight dl dd{ float: right; width: 170px; height: 110px; overflow: hidden;}
.NewsMainRight dl dd img{width: 170px; height: 110px;}


.NewsShow{ width: 950px; height: auto; overflow: hidden; float: right;}
.news_ShowTit{width:100%; padding:20px 0;  text-align:center; background:url(../images/xian.jpg) no-repeat left bottom; background-size:100%;  -moz-background-size:100%;}

.news_ShowTit h3{ font-size:25px; color:#444444; margin-top:0px;}
.news_ShowTit h1{ font-size:25px; color:#444444; margin-top:0px;}
.news_ShowTit p { padding-top: 15px;}
.news_ShowTit p font{ display:inline-block; margin-right:20px;}

.news_Showinfo{ width: 950px; height: auto; padding: 25px 0; font-size: 14px; line-height: 26px; overflow: hidden;}

.list-fy{ width:100%; display:table; border-top:1px solid #C3C3C3; padding-top:20px; clear:both;}

.list-fy .list-left{ float:left;}

.list-fy .list-right{ float:right;}

.list-fy .list-right a{ display:block; width:80px; height:30px; line-height:30px; text-align:center; background-color:#E8E8E8; 

	transition: all .2s ease 0s; 

	-moz-transition: all .2s ease 0s; 

	-webkit-transition: all .2s ease 0s;

}

.list-fy .list-right a:hover{ background-color:#1948B4; color:#FFF;}

.list-fy p{ font-size:14px; color:#494949; margin-bottom: 10px;}

.list-fy p font{ display:inline-block; width:80px; height:30px; line-height:30px; margin-right:20px; background-color:#E8E8E8; text-align:center;}


.DownList{ width: 950px; float: right; overflow: hidden;}
.DownList dl{ width: 950px; height: 130px; overflow: hidden; border-bottom:1px solid #e9e9e9;}
.DownList dl dt{ width: 100%; height: 38px; line-height: 38px; overflow: hidden; font-size: 16px; font-weight: bold;}
.DownList dl dt a{ color: #333333;}
.DownList dl dt a:hover{ color: #1948B4;}
.DownList dl dd{ width: 100%; height: auto; overflow: hidden;}
.DownList dl dd p{ font-size: 14px; line-height: 25px; height: 50px; overflow: hidden; width: 100%; overflow: hidden;}
.DownList dl dd h4{ font-size: 14px; line-height: 40px; font-weight: normal;}
.DownList dl dd h4 span{ padding-right: 25px;}
.DownList dl dd h4 span img{ padding-right: 10px;}


.GoodsMain{ width: 1200px; height: auto;  padding-top: 35px;}
.GoodsMainwz{width: 1200px; height: 42px; line-height:42px; overflow:hidden;}
.GoodsMainLeft{ float: left; width: 290px; height: auto; overflow: hidden;}
#lm_hover2{ color: #f38900; font-weight: bold;}

.GoodsMainRight{ width: 884px; float: right; overflow: hidden;}
.GoodsMainRightTop{ width: 884px; height: 32px; overflow: hidden;}
.GoodsMainRightTop a{ margin-left: 15px; display: block; font-size: 14px; float: left; line-height: 30px; width: 76px; height: 30px; border:1px solid #666666; text-align: center;}
.GoodsMainRightTop a:hover{ background: #1948B4; color: #FFFFFF; border-color: #1948B4;}
.GoodsMainRightTop a i{ padding-right: 8px;}
.GoodsMainRightTop a.grasib{ background: #1948B4; color: #FFFFFF; border-color: #1948B4;}

.goodsbox{ width: 884px; height: auto; overflow: hidden; padding-top:40px;}
.goods_list{ width: 884px; height: auto; overflow: hidden; }
.goods_list dl{ width: 280px; height: 344px; overflow: hidden; float: left; margin-left: 14px; margin-bottom: 14px; display: inline; text-align: center; position: relative;}
.goods_list dl dt{width: 280px; height: 344px; background: url(../images/goods_probg.jpg) no-repeat; background-size:cover;}
.goods_list dl dt img{ width: 254px; height: 188px; margin-top: 13px; background:#fff;}
.goods_list dl dt .glcs{ width:234px; height:105px; line-height:21px; overflow:hidden; font-size:13px; background:#fff; margin-top:5px; text-align:left; padding:10px;}
.goods_list dl dt .glcs span{ color:Red;}
.goods_list dl:hover dd{ display:block}
.goods_list dl dd{ width: 280px; height: 344px; overflow: hidden; background: url(../images/goodsddbg.png) repeat; position: absolute; left: 0; top: 0; display:none;}
.goods_list dl dd h4{ font-size: 18px; font-weight: normal; line-height: 100px; padding-top: 40px;}
.goods_list dl dd h4 a{ color: #FFFFFF;}
.goods_list dl dd p{ display: none;}
.goods_list dl dd h3{ width: 100%; height: 27px; line-height: 27px; overflow: hidden; font-weight: normal;}
.goods_list dl dd h3 a{ color: #FFFFFF; display: inline-block; font-size: 14px; border:1px solid #FFFFFF; box-sizing: border-box; width: 85px; height: 27px; margin: 0 6px;}
.goods_list dl dd h3 a:hover{ background: #FFFFFF; color: #1948B4;}
.goods_list dl dd h3 a.glxz{ display: none;}
.goods_list dl dd h3 a i{ display: none;}

.goods_listcp{ width: 884px; height: auto; overflow: hidden; }
.goods_listcp dl{width: 268px;height: auto;overflow: hidden;float: left;margin: 13px;display: inline;}
.goods_listcp dl dt{width: 280px;font-size: 18px;font-weight: bold;line-height: 38px;}
.goods_listcp dl dt img{ width: 254px; height: 188px; }
.goods_listcp dl dd{width: 100%;font-size: 13px;line-height: 22px;}
.goods_listcp dl dd p{height: 92px;overflow: hidden;}
.goods_listcp dl dd a{
    display: inline-block;
    background: #0064d2;
    padding: 5px;
    width: 92px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.GoodsMainRighth2{height:60px;line-height:60px;font-size:21px;}
.goods_listcpinfo{ padding-left:24px; font-size:14px; line-height:28px; padding-bottom:15px;}

.goods_lists{ width: 884px; height: auto; overflow: hidden; }
.goods_lists dl{ width: 280px; height: 284px; overflow: hidden; float: left; margin-left: 14px; margin-bottom: 14px; display: inline; text-align: center;}
.goods_lists dl dt{width: 280px; height: 244px; background: url(../images/goods_probg.jpg) no-repeat;}
.goods_lists dl dt img{ width: 254px; height: 188px; padding-top: 28px;}
.goods_lists dl dd{ width: 280px; height: 40px; overflow: hidden; }
.goods_lists dl dd a{ font-size: 16px; line-height: 40px; }

.goods_tables table{width:100%;border:1px solid #7a7a7a;border-bottom:0px; border-right:0px; text-align:center}
.goods_tables table th,td{padding:5px;border:1px solid #7a7a7a; border-top:0px; border-left:0px;}
.goods_tables table th{padding:8px; background:#eaeaea}
.goods_tables .proimg{ width:40px}

.goods_list1{ padding-left: 14px; width: 870px; height: auto; overflow: hidden; }
.goods_list1 dl{ width: 870px; height: 214px; overflow: hidden; padding: 25px 0; border-bottom:1px solid #DEDEDE;}
.goods_list1 dl dt{ float: left; width: 280px; height: 214px; overflow: hidden; background: url(../images/goods_probg.jpg) no-repeat; text-align:center;}
.goods_list1 dl dt img{ width: 254px; height: 188px; padding-top: 13px;}
.goods_list1 dl dt .glcs{ display:none;}
.goods_list1 dl dd{ float: right; width: 565px; height: 244px; overflow: hidden;}
.goods_list1 dl dd h4{ line-height: 42px; height: 42px; width: 100%; overflow: hidden; font-size: 18px;}
.goods_list1 dl dd h4 a{font-size: 18px; color: #333333;}
.goods_list1 dl dd p{ font-size: 14px; line-height: 24px; height: 120px; overflow: hidden; margin: 5px 0;}
.goods_list1 dl dd h3{ color: #666666; width: 100%; height: 35px; line-height: 35px;}
.goods_list1 dl dd h3 a{ width: 140px; height: 35px; text-align: center; color: #FFFFFF; background: #1948B4; display: inline-block; margin-right: 20px; font-weight: normal;}
.goods_list1 dl dd h3 a.glxq{ display: none;}
.goods_list1 dl dd h3 a i{ padding-right: 10px;}
.goods_list1 h3 a:hover{ background: #e18207;}

.goodsShowtit{ width: 1200px; height: 40px; line-height: 40px; font-size:18px; text-indent: 1em; border-bottom:1px solid #DEDEDE ;}
.goodsShowBox1{ width: 1200px;  overflow: hidden; padding: 30px 0; }
.goodsShowBox1Pic{ float: left; width: 435px;  }
.goodsShowBox1Cs{ float: right; width: 685px; height: auto; overflow: hidden;}
.goodsShowBox1Cs h1{ font-size: 24px; color: #333333; line-height: 40px;}
.goodsShowBox1Csinfo{ width: 100%; padding:20px 0; overflow: hidden; font-size: 14px; line-height: 30px;}
.goodsShowBox1Cs h3{ color: #666666; width: 100%; height: 44px; line-height: 44px; padding-top: 30px;}
.goodsShowBox1Cs h3 a{ width: 180px; height: 44px; text-align: center; color: #FFFFFF; background: #1948B4; display: inline-block; margin-right: 20px; font-weight: normal;}
.goodsShowBox1Cs h3 a.glxq{ display: none;}
.goodsShowBox1Cs h3 a i{ padding-right: 10px;}
.goodsShowBox1Cs h3 a:hover{ background: #e18207;}

.goodsShowBox2{ width: 1200px; font-size: 16px; line-height: 32px; height: auto; overflow: hidden; padding: 30px 0; border-bottom:1px solid #DEDEDE; border-top:1px solid #DEDEDE;}
.goodsShowBox2 img{ max-width:100%; height:auto;}

.goodsShowBoxRed{ width: 1200px; height: auto; overflow: hidden;}
.goodsShowBoxRed h1{ width: 1200px; height: 75px; line-height: 75px; font-weight: normal; font-size: 18px;}
.goodsShowBoxRedList{ width: 1200px; height: 350px; overflow: hidden;}
.goodsShowBoxRedList dl{ float: left; width: 290px; height: 290px; overflow: hidden; text-align: center; margin-left: 12px; display: inline;}
.goodsShowBoxRedList dl:first-child{ margin-left: 0;}
.goodsShowBoxRedList dl dt{ width: 288px; height: 248px; overflow: hidden; border:1px solid #DEDEDE;}
.goodsShowBoxRedList dl dt img{ width: 254px; height: 188px; padding-top: 30px;}
.goodsShowBoxRedList dl dd{ width: 290px; height: 42px; line-height: 42px; font-size: 16px;}


.goods-pic{ position:relative;  width:435px; *z-index:1; }
	.pic-box{ float:left; }
	.pic-preview{ position:relative; width:433px; height:320px; border:1px solid #e8e8e8; }
	.pic-scroll{ margin-top:10px; width:435px; }
	.pic-scroll .prev{ float:left; margin-right:5px; }
	.pic-scroll .next{ float:right; }
	.pic-scroll .prev,.pic-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:10px; height:71px; line-height:71px; border:1px solid #e8e8e8; background:#f7f7f7; cursor:pointer; text-decoration:none; }
	.pic-scroll .items{ position:relative; float:left; width:398px; height:73px; overflow:hidden; }
	.pic-scroll .items ul{ position:absolute; margin:0; padding:0; width:999999px; height:100%; }
	.pic-scroll .items ul li{ float:left; margin:0; padding:0; width:100px; text-align:center; }
	.pic-scroll .items ul li img{ padding:2px; border:1px solid #e8e8e8; width:90px; height:67px; }
	
	/* 图片放大镜样式*/
.jqzoom{ position:relative; display:block; margin:0; padding:0; width:433px; height:320px; border:none; cursor:crosshair; }
    .jqzoom img{ width:433px; height:320px; }
.zoomdiv{ position:absolute; z-index:100; display:none;width:433px; height:320px;  background:#fff; border:1px solid #e8e8e8; overflow:hidden; }
.jqZoomPup{ position:absolute; top:0; left:0; z-index:10; visibility:hidden; max-width:433px; max-height:320px; border:1px solid #aaa; background:#fff; opacity:0.5;-moz-opacity:0.5; -khtml-opacity:0.5; filter:alpha(Opacity=50); overflow:hidden; }

.nodata{ width:100%; height:32px; line-height:32px; font-size:16px; padding:15px 0; text-align:center}

.n_ttl_lv2{position:relative;background:url(../images/bg_line_title.png) no-repeat left bottom;margin-top:10px;margin-bottom:12px;padding:4px 2px;line-height:1.4em}
.n_ttl_lv3{position:relative;min-height:19px;background:url(../images/bg_lv3.png) no-repeat left top;border-bottom:#ddd 1px solid;margin:8px 0 12px 0;padding:2px 0 2px 13px;line-height:1.4em}


/*在线客服*/
.keifu{ position:fixed; top:10%; right:0; width:131px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../images/keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:131px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(../images/keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #029bdb; border-right:7px solid #029bdb; padding-top:15px; background:#fbfbfb;}
.keifu_con li{height:33px; }
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:119px; background:url(../images/keifu.png); background-position:0 -149px; }


.abList1Hk{ width: 1200px; height: auto; padding-top: 35px; overflow: hidden;}
.abList1Hk dl{ float: left; width: 290px; height: 277px; overflow: hidden; text-align: center; margin: 0 5px;}
.abList1Hk dl dt{ width: 290px; height: 197px; overflow: hidden;}
.abList1Hk dl dt img{width: 290px; height: 197px;}
.abList1Hk dl dd{ width: 100%; height: 80px;}
.abList1Hk dl dd h4{ line-height:30px; font-size:15px;}
.abList1Hk dl dd p{ line-height:26px; font-size:15px;}

.HKaddress{ width:1200px; font-size:16px; line-height:28px; overflow:hidden;}