@charset "utf-8";
/* reset */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td,  dl, dd, form, input, textarea { margin: 0; padding: 0; }
body { font: 12px/24px '微软雅黑', Arial, '宋体', HELVETICA; color: #666; }
img { border: 0; vertical-align: top; }
li { list-style-type: none; vertical-align: top; }
button, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea { border: none; resize: none; outline: none; }
a { text-decoration: none; outline: none; color: #666; transition: 0.2s; }
a:hover { color: #3737a8; }
/* end reset */

/* public */
.w1100 { width: 1100px; margin: 0 auto; position: relative; }
.fl { float: left; }
.fr { float: right; }
.mb20 { margin-bottom: 20px; }
.cl { zoom: 1; }
.cl:after { content: ''; display: block; clear: both; }
.eps { overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.ib { display: inline-block; vertical-align: top; }
.z9 { z-index: 9; position: relative; }
.tr, .zoomIn img { transition: All 0.6s ease-in-out; -webkit-transition: All 0.6s ease-in-out; -moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out; }
.zoomIn:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.gray img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; filter: url(gray.svg#grayscale); transition: 0.2s; }
.gray a:hover img { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none; }
/* end public */

@-webkit-keyframes move {
	0% {
		left: -130px;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes move {
	0% {
		left: -130px;
	}
	100% {
		left: 0;
	}
}

@keyframes move {
	0% {
		left: -130px;
	}
	100% {
		left: 0;
	}
}


/* header */
.header { background: url(../images/header.png) repeat-x; height: 40px; position: absolute; width: 100%; min-width: 1100px; z-index: 9; color: #dadada; font-size: 13px; line-height: 40px; }
.header .fl { padding-left: 280px; }
.header a { color: #dadada; }
.header span { width: 2px; height: 12px; background: #a9abb2; margin: 0 12px; position: relative; top: 15px; }
.header a:hover { color: #8787FF; }
.lang { padding-right: 13px; background: url(../images/lang.gif) no-repeat right center; }
.nav { position: absolute; z-index: 10; left: 50%; margin-left: -550px; }
.navWrap { width: 260px; position: absolute; top: 0; left: 0; height: 699px; }
.navWrap .bg { position: absolute; width: 100%; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity = 50); top: 0; left: 0; }
.nav .z9 { height: 700px; }
.nav h1 a { display: block; width: 260px; height: 148px; background: #3737a8; text-align: center; padding-top: 32px; }
.nav li { background: url(../images/nav.png) repeat-x; position: relative; }
.nav h2 a { display: block; height: 50px; line-height: 50px; font-size: 16px; color: #fff; padding-left: 54px; }
.nav h2 em { background: url(../images/navArrow.png); width: 8px; height: 12px; position: absolute; top: 20px; right: 30px; opacity: 0.1; filter: alpha(opacity = 10); transition: 0.2s; }
.nav h2 a:hover, .nav .on h2 a { background: #222; }
.nav h2 a:hover em, .nav .on h2 em { opacity: 1; filter: alpha(opacity = 100); }
.sub { position: absolute; top: 0; left: 260px; overflow: hidden; width: 0; }
.sub .z9 { height: auto; }
.sub .bg { opacity: 0.6; filter: alpha(opacity = 60); }
.sub li { position: relative; left: -130px; }
.sub .animated { -webkit-animation: 0.4s move; -moz-animation: 0.4s move; animation: 0.4s move; }
.sub h3 a { display: block; width: 130px; line-height: 42px; text-align: center; color: #fff; }
.sub h3 a:hover { background: #3737A8; }
.search { position: absolute; width: 230px; left: 50%; margin-left: -115px; bottom: 10px; }
.search .txt { line-height: 30px; height: 30px; background: #fff; border-radius: 3px; overflow: hidden; color: #999; padding-left: 5px; padding-right: 30px; width: 195px; }
.search .btn { width: 26px; height: 26px; background: url(../images/search.png) center #3737a8 no-repeat; border-radius: 3px; overflow: hidden; position: absolute; top: 2px; right: 2px; cursor: pointer; }

/* banner */
.banner { width: 100%; height: 700px; overflow: hidden; position: relative; }
.banner .bd { height: 700px; position: relative; left: 50%; margin-left: -960px; }
.banner .bd li { width: 1920px; }
.banner .hd { width: 1100px; position: absolute; bottom: 20px; height: 13px; left: 50%; margin-left: -550px; }
.banner .hd ul { height: 13px; position: absolute; right: 0; top: 0; }
.banner .hd li { background: url(../images/dot.png) no-repeat -13px 0; width: 13px; height: 13px; float: left; overflow: hidden; text-indent: -99px; cursor: pointer; margin-left: 4px; }
.banner .hd .on { background-position: 0 0; }
.banner .ctrl { position: absolute; width: 1100px; left: 50%; top: 0; margin-left: -550px; display: none; }
.banner .ctrl a { color: #fff; font-size: 120px; height: 120px; line-height: 120px; font-family: 'simsun'; top: 280px; position: absolute; opacity: 0.4; filter: alpha(opacity=40); }
.banner .ctrl .prev { left: -100px; }
.banner .ctrl .next { right: -100px; }
.banner .ctrl a:hover { opacity: 1; filter: alpha(opacity=100); }


.best { background: #F1F1F1; height: 33px; padding-top: 7px; }
.best h2 { color: #3737a8; font-size: 16px; }
.bestWrap { height: 24px; overflow: hidden; }
.bestWrap li { height: 24px; }
.bestWrap .time { color: #3737a8; }
.best .item { font-size: 14px; background: url(../images/best.gif) no-repeat 0 center; padding-left: 12px; width: 490px; }
.best .item a { width: 390px; }


.pageTitle h2 {}
/* product */
.product { padding-top: 54px; padding-bottom: 40px; }
.productTop { margin-bottom: 20px; }
.productTop h2 { line-height: 40px; font-size: 30px; color: #333; }
.productTop .hd { padding-top: 20px; }
.productTop .hd li { float: left; width: 150px; height: 35px; overflow: hidden; }
.productTop .hd p { position: relative; top: 0; transition: 0.6s; }
.productTop .hd li:hover p, .productTop .hd .on p { top: -35px; }
.productTop .hd span { display: inline-block; vertical-align: top; background: url(../images/productHd.png) no-repeat; width: 150px; height: 35px; font-size: 15px; color: #333; text-align: center; text-align: center; line-height: 35px; cursor: pointer; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); }
.productTop .hd .b { background-image: url(../images/productHdOn.png); color: #fff; }

.productWrap { width: 1100px; position: relative; }
.productWrap .con { width: 1100px; height: 304px; background: url(../images/loading.gif) no-repeat center; }
.productWrap .conBd { width: 1100px; overflow: hidden; }
.productWrap ul { width: 1110px; }
.productWrap li { position: relative; float: left; width: 270px; margin-right: 6px; text-align: center; }
.productWrap li:hover .productImg h3 { top: 40px; opacity: 1; filter: alpha(opacity = 100); }
.productWrap li:hover .productImg p { top: 110px; opacity: 1; filter: alpha(opacity = 100); }
.productWrap li:hover .productImg .adorn { transform: scale(1); opacity: 1; filter: alpha(opacity = 100); }
.productWrap li:hover .productImg .bg { opacity: 0.8; filter: alpha(opacity = 80); }

.productWrap ul a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
.productWrap img { border: 1px solid #dadada; }
.productWrap span { width: 100%; line-height: 34px; font-size: 14px; }
.productWrap li:hover span { color: #3737a8; }
.productImg { position: relative; overflow: hidden; }
.productImg h3 { padding: 0 5%; width: 90%; font-size: 16px; color: #9494FF; position: absolute; top: 0; left: 0; text-align: center; top: -44px; transition: 0.4s; opacity: 0; filter: alpha(opacity = 0); }
.productImg strong { font-weight: normal; border-bottom: 2px solid #9494FF; line-height: 42px; }
.productImg p { font-size: 14px; color: #fff; padding: 0 5%; width: 90%; height: 72px; overflow: hidden; position: absolute; left: 0; top: -72px; transition: 0.4s; opacity: 0; filter: alpha(opacity = 0); }
.productImg .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; filter: alpha(opacity = 0); transition: 0.4s; }
.productImg .adorn { width: 30px; height: 30px; background: url(../images/linkBg.png) no-repeat; position: absolute; top: 204px; left: 50%; margin-left: -15px; transform: scale(2); opacity: 0; filter: alpha(opacity = 0); transition: 0.4s; }

.productWrap .ctrl { position: absolute; width: 100%; top: 0; left: 0; }
.productWrap .ctrl a { background: url(../images/ctrl.png) no-repeat; width: 50px; height: 50px; position: absolute; top: 110px; }
.productWrap .ctrl a:hover { background-image: url(../images/ctrlOn.png); }
.productWrap .ctrl .prev { left: -70px; }
.productWrap .ctrl .next { right: -70px; background-position: 0 -50px; }

/* info */
.info { background: #f1f1f1; padding-bottom: 50px; padding-top: 50px; }
.about { width: 550px; height: 420px; overflow: hidden; position: relative; }
.aboutWrap { height: 150px; position: absolute; bottom: 0; width: 100%; left: 0; }
.aboutBox { position: relative; z-index: 9; padding: 0 30px 0 20px; color: #fff; }
.aboutBox h2 { padding-top: 12px; margin-bottom: 13px; line-height: 30px; font-size: 24px; }
.aboutBoxTxt { line-height: 20px; font-size: 13px; margin-bottom: 16px; }
.aboutBox a { width: 56px; height: 18px; position: relative; display: block; font-family: Arial; color: #fff; line-height: 18px; text-indent: 7px; background: url(../images/arrow2.gif) no-repeat 46px center; }
.aboutBox a:hover .adorn { background: #fff; }
.aboutBox .adorn { position: absolute; border: 1px solid #fff; opacity: 0.5; filter: alpha(opacity = 50); width: 54px; height: 16px; top: 0; left: 0; transition: 0.2s; }
.aboutWrap .bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; opacity: 0.6; filter: alpha(opacity = 60); }
.solution { position: relative; overflow: hidden; }
.solution a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; }
.solutionWrap { position: absolute; top: 0; left: 0; width: 550px; height: 210px; text-align: center; }
.solution .mask { width: 100%; height: 100%; background: url(../images/mask.png); position: absolute; top: 0; left: 0; }
.solution h3 { font-size: 59px; font-family: Arial; color: #fff; opacity: 0.1; filter: alpha(opacity = 10); line-height: 50px; padding-top: 56px; }
.solution h2 { font-size: 24px; color: #fff; line-height: 38px; }
.solution .adorn { background: url(../images/arrow.png) no-repeat; width: 70px; height: 50px; position: absolute; bottom: 0; right: 0; }
.news { width: 550px; height: 210px; background: #fff; }
.newsLeft { width: 116px; height: 210px; padding-left: 25px; background: url(../images/newsCut.png) no-repeat right center; margin-right: 9px; }
.newsLeft h3 { color: #333; font-size: 18px; font-weight: bold; line-height: 16px; padding-top: 58px; }
.newsLeft h2 { color: #333; font-size: 18px; line-height: 22px; margin-bottom: 37px; }
.newsLeft a { display: block; width: 54px; height: 16px; border: 1px solid #ccc; line-height: 16px; background: url(../images/arrow.gif) no-repeat 46px center; text-indent: 6px; }
.newsLeft a:hover { background-color: #ccc; background-image: url(../images/arrow2.gif); color: #fff; }
.newsRight { padding-top: 5px; width: 390px; }
.newsRight li { line-height: 40px; }
.newsRight h3 a { padding-left: 9px; background: url(../images/arrow.gif) no-repeat 0 center; width: 290px; font-size: 13px; }
.newsRight span { font-family: Arial; color: #999; }

/* partner */
.partner { padding-bottom: 57px; }
.partner h2 { color: #333; font-size: 24px; padding-top: 47px; margin-bottom: 16px; }
.partnerWrap { width: 1100px; overflow: hidden; }
.partnerWrap .bd { height: 188px; overflow: hidden; } 
.partnerWrap ul { width: 1110px; position: relative; }
.partnerWrap li { float: left; width: 150px; height: 90px; margin-right: 8px; margin-bottom: 8px; }
.partnerWrap img { padding: 4px; border: 1px solid #dadada; background: #f4f4f4; transition: 0.2s; }
.partnerWrap a:hover img { border-color: #3737a8; }

/* footer */
.footer { background: #555; padding-top: 37px; padding-bottom: 26px; font-size: 13px; color: #bdbdbd; }
.footer a { color: #bdbdbd; }
.footer a:hover { color: #8787FF; }
.footLeft ul { overflow: hidden; }
.footer .item { border-left: 1px solid #666; padding-bottom: 1000px; margin-bottom: -1000px; }
.footer .siteInfo { border: none; margin-right: 58px; }
.siteInfoWrap, .footer ol { padding-bottom: 5px; }
.siteInfo img { padding-top: 2px; padding-bottom: 14px; }
.siteInfo .long { margin-right: 20px; }
.siteInfo span { margin-right: 8px; }
.footNav { padding-left: 50px; width: 150px; margin-right: 18px; }
.footNav h2, .link h2 { color: #fff; font-size: 16px; line-height: 38px; margin-bottom: 12px; }
.footNav li { float: left; width: 75px; }
.link { padding-left: 50px; }
.code { width: 110px; padding-top: 7px; }
.code img { margin-bottom: 11px; }
.code p { background: url(../images/phone.png) no-repeat 0 center; line-height: 15px; padding-left: 22px; }

/* 内页 */
.pageBanner { overflow: hidden; width: 100%; }
.pageBanner img { left: 50%; margin-left: -960px; width: 1920px; height: 400px; position: relative; }
.page { overflow:hidden; zoom:1; margin-bottom: 130px; }
.main { width: 820px; }

.pageNav { width: 100%; top: 0; height: 50px; position: relative; margin-top: -50px; z-index: 99; }
.fixed { margin-top: 0; position: fixed; }
.pageNav ul { background: url(../images/pageNavCut.png) no-repeat; }
.pageNav li { float: left; background: url(../images/pageNavCut.png) no-repeat right 0; height: 50px; }
.pageNav h2, .pageNav h2 a { float: left; }
.pageNav h2 a { line-height: 50px; height: 50px; font-size: 16px; padding: 0 48px; color: #dadada; }
.pageNav h2 a:hover, .pageNav .active h2 a { background: #000; color: #fff; }
.pageNav .bg { position: absolute; top: 0; left: 0; width: 100%; height: 50px; background: #000; opacity: 0.5; filter: alpha(opacity = 50); }

.pageTitle { height: 70px; border: 1px solid #d9d9d9; margin-bottom: 30px; }
.pageTitle h2 { color: #333; font-size: 30px; line-height: 70px; background: url(../images/logotp.jpg) no-repeat 0 center; padding-left:110px;}

/* page */
.page { width: 1100px; margin: 0 auto; margin-bottom: 100px; }

/* feedbackBox */
.feedbackBox, .feedbackBox input, .feedbackBox textarea { font-family: "Microsoft yahei"; }
.feedbackLeft { width: 312px; }
.feedbackRight { width: 320px; }
.feedbackBoxBtn { padding-left: 330px; }

/* side */
.side { width: 250px; }
.sideNav { margin-bottom: 10px; border-bottom: none; padding: 5px; background: url(../images/pageNavBg.jpg) no-repeat; }
.sideNav .item { margin-bottom: 2px; }
.sideNav h3 a { display: block; height: 45px; line-height: 45px; position: relative; text-indent: 35px; font-size: 14px; color: #fff; }
.sideNav h3 .adorn { background: url(../images/pageNav.png) no-repeat; width: 17px; height: 17px; z-index: 8; position: absolute; top: 14px; right: 25px; opacity: 0; filter: alpha(opacity = 0); transition: 0.3s; }
.sideNav h3 a:hover .adorn, .sideNav .active h3 .adorn { opacity: 1; filter: alpha(opacity = 100); }
.sideNav h3 .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.6; filter: alpha(opacity = 10); }
.sideNav h3 a:hover .bg, .sideNav .active h3 .bg { background: #3737a8; opacity: 0.6; filter: alpha(opacity = 50); }

.sideNav ol li { margin-top: 5px; }
.sideNav h4 { position: relative; }
.sideNav h4 a { line-height: 40px; height: 40px; font-size: 13px; color: #757575; display: block; width: 100%; background: #fff; text-indent: 50px; opacity: 0.4; filter: alpha(opacity = 40); }
.sideNav h4 a:hover, .sideNav .on h4 a { color: #000; opacity: 0.8; filter: alpha(opacity = 80); }

.sideWrap { margin-bottom: 10px; }
.sideWrap h2 { height: 40px; line-height: 40px; font-size: 14px; text-indent: 20px; background: #555; color: #fff; }
.sideBox { border: 1px solid #555; border-top: none; }
.contactBox { padding: 15px; }
.hotLine { background: url(../images/default/hotLine.gif) no-repeat; padding-left: 45px; margin-bottom: 4px; height: 46px; }
.hotLine p { line-height: 16px; }
.hotLine h3 { font-size: 20px; font-family: Arial; font-weight: bold; line-height: 30px; }
.contactInfo { background: url(../images/default/splitBg.gif) repeat-x; padding-top: 10px; }
.contactInfo span { vertical-align: top; display: inline-block; }
.contactInfo .value { width: 150px; }

.contact { background: url(../images/tel.png) no-repeat #555 20px center; color: #fff; padding: 22px 0 20px 60px; }
.contact p { line-height: 18px; }
.contact h3 { font-size: 24px; font-family: Tahoma, Arial; line-height: 20px; }

.contactWrap { overflow: hidden; margin-bottom: 10px; }
.contactLeft { width: 400px; }
.contactRight { width: 650px; }

/* imgSideBox */
.imgSideBox { padding: 10px 0; }
.imgSideBox li { width: 248px; margin: 0 auto 14px; text-align: center; }
.imgSideBox a { display: block; }
.imgSideBox img { width: 210px; height: 210px; }
.imgSideBox span { width: 210px; text-align: center; font-size: 14px; line-height: 30px; padding-top: 4px; }
.imgSideBox a:hover { color: #3737a8; }

/* breadCrumb */
.breadCrumb { background: url(../images/location.png) no-repeat 0 5px; padding-left: 17px; position: relative; top: 24px; cursor: default; }

/* productBox */
.productBox li { background: #f1f1f1; padding: 10px; margin-bottom: 10px; position: relative; }
.productLeft { width: 270px; margin-right: 20px; position: relative; overflow: hidden; }

.productLeft:hover h3 { top: 90px; opacity: 1; filter: alpha(opacity = 100); }
.productLeft:hover .adorn { transform: scale(1); opacity: 1; filter: alpha(opacity = 100); }
.productLeft:hover .bg { opacity: 0.8; filter: alpha(opacity = 80); }

.productLeft a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
.productLeft h3 { padding: 0 5%; width: 90%; font-size: 16px; color: #9494FF; position: absolute; top: 0; left: 0; text-align: center; top: -44px; transition: 0.4s; opacity: 0; filter: alpha(opacity = 0); }
.productLeft strong { font-weight: normal; border-bottom: 2px solid #9494FF; line-height: 42px; }
.productLeft .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; filter: alpha(opacity = 0); transition: 0.4s; }
.productLeft .adorn { width: 30px; height: 30px; background: url(../images/linkBg.png) no-repeat; position: absolute; top: 160px; left: 50%; margin-left: -15px; transform: scale(2); opacity: 0; filter: alpha(opacity = 0); transition: 0.4s; }

.productRight { width: 500px; }
.productRight h3 { padding-top: 9px; margin-bottom: 24px; }
.productRight h3 a { max-width: 500px; line-height: 32px; border-bottom: 2px solid #666; color: #333; font-size: 16px; }
.productRight h3 a:hover { color: #3737a8; }
.productRight p { font-size: 13px; height: 144px; overflow: hidden; }
.productRight .more { width: 95px; height: 26px; line-height: 26px; background: #e0e0e0; position: absolute; bottom: 10px; text-align: center; color: #666; }
.productRight .more:hover { background: #3737a8; color: #fff; }

/* imgBox */
.imgBox { width: 820px; overflow: hidden; }
.imgBox ul { width: 850px; }
.imgBox li { float: left; text-align: center; margin-bottom: 20px; }
.imgBox a { float: left; }
.imgBox img { border: 2px solid #dadada; transition: 0.2s; }
.imgBox span { display: inline-block; vertical-align: top; font-size: 14px; padding: 0 15px; line-height: 30px; padding-top: 4px; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.imgBox a:hover { color: #3737a8; }
.imgBox a:hover img { border-color: #3737a8; }

/* imgCaseBox */
.imgCaseBox li { width: 262px; margin-right: 17px; }
.imgCaseBox img { width: 254px; height: 169px; padding: 2px; }
.imgCaseBox span { width: 224px; }

/* imgProductBox */
.imgProductBox { width: 1100px; }
.imgProductBox ul { width: 1150px; }
.imgProductBox li { width: 262px; margin-right: 17px; }
.imgProductBox img { width: 254px; height: 254px; padding: 2px; }
.imgProductBox span { width: 224px; }

/* imgVideoBox */
.imgVideoBox li { width: 400px; margin-right: 18px; }
.imgVideoBox img { width: 392px; height: 240px; padding: 2px; }
.imgVideoBox span { width: 362px; }

/* imgPartnerBox */
.imgPartnerBox li { width: 156px; margin-right: 10px; }
.imgPartnerBox img { width: 152px; height: 87px; }
.imgPartnerBox span { width: 126px; }

/* imgSettingBox */
.imgSettingBox li { width: 262px; margin-right: 17px; }
.imgSettingBox img { width: 254px; height: 169px; padding: 2px; }
.imgSettingBox span { width: 224px; }

/* imgHonorBox */
.imgHonorBox li { width: 262px; margin-right: 17px; }
.imgHonorBox img { width: 254px; height: 169px; padding: 2px; }
.imgHonorBox span { width: 224px; }

/* product's picture *//* product's picture */
.tb-pic a { display: table-cell; text-align: center; vertical-align: middle; *display: block; *font-family: Arial; *line-height: 1; *font-size: 271px; }
.tb-pic img { vertical-align: middle; }
.tb-pic, .tb-pic a { height: 450px; width: 500px; cursor: default; border: 1px solid #dadada; }
.tb-pic, .tb-pic img { max-height: 450px; max-width: 500px; _width: 500px; }
.tb-pic { position: relative; z-index: 1; margin-bottom: 19px; }

.zoomDiv { z-index: 999; position: absolute; top: 0; left: 0; width: 200px; height: 200px; background: #fff; border: 1px solid #ccc; display: none; text-align: center; overflow: hidden; }
.zoomMask { position: absolute; background: url(../images/default/mask.png); cursor: move; z-index: 1;}

.tb-picList { width: 550px; overflow: hidden; margin-top: 10px; position: relative; margin: 0 auto; }
.tb-picList .prev, .tb-picList .next { position: absolute; font-family: 'simsun'; font-weight: bold; font-size: 32px; }
.tb-picList .prev { left: 0; }
.tb-picList .prev:hover, .tb-picList .next:hover { color: #da251d; }

.tb-picList .tb-thumb { position: relative; width: 458px; height: 85px; margin: 0 auto; overflow: hidden; }
.tb-picList .tb-thumb ul { position: absolute; width: 999999px; }
.tb-picList .tb-thumb li { float: left; width: 118px; overflow: hidden; position: relative; }
.tb-picList .tb-thumb a { display: block; width: 102px; border: 1px solid #dadada; text-align: center; }
.tb-picList .tb-thumb img { max-width: 100%; height: 83px; cursor: pointer; }
.tb-picList .tb-thumb em { position: absolute; width: 100px; height: 81px; border: 2px solid #3737A8; top: 0; left: 0; display: none; }
.tb-picList .tb-thumb .tb-selected em { display: block; }

.productTop { margin-bottom: 20px; }
.productIntro { width: 368px; padding: 24px; overflow: hidden; background: #f2f2f2; font-size: 14px; color: #aaa; border: 1px solid #dedede; position: relative; height: 403px; }
.productIntro h2 { line-height:24px; background:url(../images/default/splitBg.gif) repeat-x 0 bottom; font-size:24px; color:#000
; padding-bottom: 16px; font-family: 'Microsoft yahei'; margin-bottom: 15px; }
.descriptionBox { overflow: hidden; height: 218px; margin-bottom: 18px; }
.descriptionBox .name { color: #000; }
.descriptionBox span { display: inline-block; vertical-align: top; }
.descriptionBox .value { width: 298px; }

.hotLine { position: absolute; left: 32px; bottom: 84px; background: url(../images/default/hotline.gif) no-repeat 0; padding-left: 30px; color: #000; height: 40px; -webkit-background-size: 24px; background-size: 24px; overflow: hidden; font-family: 'Microsoft Yahei'; }
.hotLine span { vertical-align: top; display: inline-block; line-height: 40px; font-family: 'Microsoft yahei'; }
.hotLine .num { color: #da251d; font-size: 30px; line-height: 32px; }

.prodTel { background: url(../images/prodTel.png) no-repeat 0 center; padding-left: 26px; }
.prodTel .cn { color: #333; }
.prodTel .num { font-size: 28px; color: #3737A8; }

.productTopCtrl { width: 104px; margin-left: 30px; }
.productTopCtrl .bd { width: 104px; height: 370px; overflow: hidden; margin: 40px 0; }
.productTopCtrl .bd ul { width: auto; }
.productTopCtrl .bd li { width: 104px; float: none; height: 85px; margin-bottom: 10px; }

.productTopCtrl .prev { position: absolute; background: url(../images/productCtrl.png) no-repeat; width: 52px; height: 28px; top: 0; left: 25px; opacity: 0.2; filter: alpha(opacity = 20); }
.productTopCtrl .next { position: absolute; background: url(../images/productCtrl.png) no-repeat 0 -28px; width: 52px; height: 28px; left: 25px; bottom: 0; opacity: 0.2; filter: alpha(opacity = 20); }
.productTopCtrl .prev:hover, .productTopCtrl .next:hover { opacity: 1; filter: alpha(opacity = 100); }

.productBtn { text-align: center; position: absolute; bottom: 30px; width: 370px; }
.productBtn a { display: inline-block; width: 150px; height: 40px; line-height: 40px; padding-left: 20px; color: #fff; margin: 0 6px; }
.productBtn .add { background: url(../images/proshow_icon1.png) no-repeat 30px 14px #4b4b4b; }
.productBtn .consult { background: url(../images/proshow_icon2.png) no-repeat 30px center #3737a8; }
.productBtn a:hover { opacity: 0.8; filter: alpha(opacity=80); }

.productOrder a { display: block; width: 130px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; border-radius: 4px; font-family: 'Microsoft Yahei'; background: #5E1800; color: #fff; }
.productOrder a:hover { background: #2D1005; }


.productShow { margin-bottom: 10px; }
.productShow .hd { height: 38px; line-height: 38px; font-size: 14px; background: #555; font-family: 'Microsoft Yahei'; }
.productShow .hd li { float: left; padding: 0 20px; cursor: pointer; color: #fff; transition: 0.3s; }
.productShow .hd .on { background: #3737a8; }
.productShow .con { padding: 10px 0; }

.column { margin-bottom: 20px; }
.column h2 { height: 36px; line-height: 36px; font-size: 14px; background: #eee; position: relative; text-indent: 20px; font-family: 'Microsoft Yahei'; }
.column h2 em { position: absolute; width: 4px; height: 14px; left: 10px; top: 50%; margin-top: -7px; background: #333; }

.productForm h2 { margin-bottom: 2px; }
.productFormBox { background: #eee; }
.productFormBox form { padding: 20px 0 20px 16px; }
.productFormBox p { float: left; margin-right: 10px; }
.productFormBox span { display: inline-block; vertical-align: middle; width: 50px; text-align: right; padding-right: 10px; line-height: 26px; }
.productFormBox input, .productFormBox textarea { vertical-align: top; transition: 0.3s; }
.productFormBox .row { margin-bottom: 10px; }
.productFormBox .row input { height: 24px; border: 1px solid #dadada; width: 150px; padding: 0 10px; line-height: 24px; }
.productFormBox textarea { width: 634px; height: 72px; border: 1px solid #dadada; padding: 10px; line-height: 18px; }
.productFormBox .row input:focus, .productFormBox textarea:focus { border-color: #aaa; }
.productFormBox img { border: 1px solid #dadada; margin-left: 10px; cursor: pointer; position: relative; top: 1px; }
.productFormBox .btn { padding-left: 60px; }
.productFormBox .btn input { width: 65px; height: 24px; line-height: 24px; text-align: center; background: #666; cursor: pointer; color: #fff; border-radius: 2px; margin-right: 10px; font-family: 'Microsoft Yahei'; }
.productFormBox .btn input:hover { background: #999; }
#verifyCode { width: 100px; }

.related h2 { margin-bottom: 10px; }

/* articleBox */
.articleBox { overflow: hidden; }
.articleBox li { overflow: hidden; zoom: 1; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; padding-bottom: 20px; margin-bottom: 30px; }
.articleTxt { width: 600px; }
.articleBox img { width: 206px; border: 1px solid #EFEFEF; padding: 4px; height: 137px; }
.articleBox .fr { width: 580px; padding-top: 10px; }
.articleBox h2 { font-size: 16px; font-family: 'Microsoft Yahei'; margin-bottom: 4px; padding-top: 14px; }
.articleBox h2 a { color: #333; display: block; }
.articleBox h2 a:hover { color: #3737a8; }
.articleBox h4 { background: url(../images/default/time.png) no-repeat 0 7px; padding-left: 16px; color: #a2a2a2; margin-bottom: 10px; }
.articleBox p { color: #888; line-height: 22px; height: 44px; overflow: hidden; }
.articleBox p a { color: #3737a8; }
.articleBox p a:hover { text-decoration: underline; }
.articleBox .img { position: relative; }
.articleBox .img img { position: relative; z-index: 9; }
.articleBox .img em { position: absolute; width: 160px; height: 130px; background: url(../images/default/timeBg.png) no-repeat #3737a8; left: 5px; top: 5px; }
.articleBox .img span { color: #fff; position: absolute; width: 100%; text-align: center; left: 0; }
.articleBox .date { font-family: 'Microsoft Yahei'; font-size: 60px; line-height: 60px; top: 24px; }
.articleBox .yam { font-family: Arial; font-size: 18px; top: 88px; }

/* faqBox */
.faqBox h2 a { position: relative; padding-left: 26px; }
.faqBox h2 em { position: absolute; left: 0; top: 4px; width: 16px; height: 16px; background: url(../images/default/faq.png) no-repeat #0C4B9C; border-radius: 3px; }
.faqBox p { background: url(../images/default/faq.png) no-repeat 0 -26px; padding-left: 26px; }

/* faqOtherBox */
.faqOtherBox { border-top: 1px solid #f1f1f1; }
.faqOtherBox h2 a { display: block; font-size: 16px; font-family: 'Microsoft Yahei'; position: relative; padding: 10px 10px 10px 36px; border-bottom: 1px solid #f1f1f1; color: #999; }
.faqOtherBox h2 em { position: absolute; left: 10px; top: 50%; margin-top: -8px; width: 16px; height: 16px; background: url(../images/default/faq.png) no-repeat #3737a8; border-radius: 3px;  }
.faqOtherBox .on a { background: #ECECEC; color: #000; }
.faqOtherBox .con { padding: 20px 0; border-left: 3px solid #3737a8; padding-left: 34px; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; }

/* articleShow */
.articleTop { text-align: center; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; padding-bottom: 20px; margin-bottom: 20px; }
.articleTop h2 { font-size: 22px; color: #000; margin-bottom: 16px; font-family: "Microsoft yahei"; }
.articleTop p { color: #999; }
.articleTop span { margin: 0 5px; }
.articleTop a { margin: 0 5px; }
.articleTop .active { color: #000; font-weight: bold; }

.articleShow { margin-bottom: 20px; font-size: 14px; }

.articleCtrl { height: 36px; line-height: 36px; background: #eee; margin-bottom: 10px; color: #999; padding: 0 10px; cursor: default; }
.articleCtrl p { background: url(../images/default/articleCtrl.png) no-repeat 0 -25px; vertical-align: top; width: 40%; }
.articleCtrl .fl { padding-left: 16px; }
.articleCtrl .fr { padding-right: 16px; background-position: right 10px; text-align: right; }
.articleCtrl a { color: #333; }
.articleCtrl a:hover { color: #3737a8; }

.articleList { width: 820px; overflow: hidden; }
.articleList h2 { margin-bottom: 10px; }
.articleList ul { width: 850px; }
.articleList li, .articleList h3, .articleList a { float: left; }
.articleList li { width: 400px; margin-right: 20px; height: 32px; line-height: 32px; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; }
.articleList a { background: url(../images/default/txt.png) no-repeat 6px center; padding-left: 26px; width: 290px; }
.articleList span { float: right; color: #999; font-family: Arial; }

/* pictureDetail */
/* picture's picture */
.pictureDetail .tb-pic a { cursor: default; }
.pictureDetail .tb-pic, .pictureDetail .tb-pic a { height: 500px; width: 798px; }
.pictureDetail .tb-pic, .pictureDetail .tb-pic img { max-height: 500px; max-width: 798px; _width: 798px; }
.pictureDetail .tb-pic { border: 1px solid #ECECEC; padding: 10px; }

.pictureDetail .tb-picList { width: 820px; height: 72px; }
.pictureDetail .tb-picList .tb-thumb { width: 760px; height: 72px; }
.pictureDetail .tb-picList .tb-thumb li { width: 86px; }
.pictureDetail .tb-picList .tb-thumb a { width: 70px; height: 70px; display: table-cell; vertical-align: middle; }
.pictureDetail .tb-picList .tb-thumb img {}
.pictureDetail .tb-picList .tb-thumb em { width: 68px; height: 68px; }

.pictureDetail .tb-picList .prev, .pictureDetail .tb-picList .next { top: 0; font-size: 18px; color: #fff; width: 25px; height: 72px; line-height: 72px; background: #ccc; text-align: center; }
.pictureDetail .tb-picList .prev:hover, .pictureDetail .tb-picList .next:hover { background: #3737a8; }
.pictureDetail .tb-picList .non, .pictureDetail .tb-picList .non:hover { background: #F3F3F3; cursor: default; }

.pictureTop { margin-bottom: 20px; }

/* downloadList */
.downloadList { font-family: 'Microsoft Yahei'; }
.downloadList li { overflow: hidden; zoom: 1; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; height: 30px; line-height: 30px; margin-bottom: 10px; padding-bottom: 10px; }
.downloadList h2 { float: left; background: url(../images/default/file.png) no-repeat 6px 2px; padding-left: 40px; font-size: 14px; color: #000; }
.downloadList a { float: right; background: url(../images/default/download.png) no-repeat 0 6px; padding-left: 16px; color: blue; }
.downloadList a:hover { text-decoration: underline; }

/* jobList */
.jobList { border: 1px solid #ddd; border-top: none; }
.jobList ol { height: 45px; line-height: 45px; border-top: 1px solid #e3e3e3; background: #f4f4f4; cursor: pointer; font: normal 12px/45px "Microsoft YaHei"; }
.jobList ol li { float: left; width: 182px; padding-left: 22px; }
.jobList b { color: #000; }
.jobList .con { padding: 8px 25px; color: #999; display: none; }
.jobCon h3 { color: #333; font-weight: bold; }
.jobTxt { margin: 10px; }
.jobLink { display: block; text-align: center; width: 100px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; background: #333; border-radius: 5px; color: #fff; margin-bottom: 10px; }
.jobLink:hover { background: #3737a8; color: #fff; }

/* pagination */
.pagination span { background: #0C4B9C; }

.pageTxt { font-size: 14px; color: #333; text-indent: 2em; }
.pageTxt p { margin-bottom: 12px; }
.pageVideo { margin-bottom: 12px; }

.pageCaseWrap { width: 820px; overflow: hidden; padding-bottom: 30px; position: relative; margin-bottom: 28px; }
.pageCaseWrap ul { width: 850px; position: relative; z-index: 9; }
.pageCaseWrap li { width: 198px; margin-right: 9px; cursor: pointer; float: left; text-align: center; padding-top: 40px; position: relative; }
.pageCaseWrap li:hover span, .pageCaseWrap .on span { bottom: -20px; }
.pageCaseWrap span { position: absolute; width: 100%; height: 20px; left: 0; bottom: 10px; transition: 0.4s; }
.pageCaseWrap .line { height: 20px; background: #ececec; position: absolute; width: 100%; bottom: 10px; left: 0; }
.pageCaseWrap .img { opacity: 0.7; filter: alpha(opacity = 70); margin-bottom: 30px; }
.pageCaseWrap p { font-size: 22px; color: #fff; line-height: 40px; font-weight: bold; padding-bottom: 22px; }
.pageCaseWrap em { width: 20px; height: 10px; position: absolute; left: 50%; margin-left: -10px; bottom: -10px; background: url(../images/pageCaseArrow.png) no-repeat; }
.pageCaseWrap .a, .pageCaseWrap .a span { background: #ec9601; }
.pageCaseWrap .b, .pageCaseWrap .b span { background: #3d587d; }
.pageCaseWrap .c, .pageCaseWrap .c span { background: #2a3081; }
.pageCaseWrap .d, .pageCaseWrap .d span { background: #1279a9; }

.pageCaseWrap .a em { background-position: 0 0; }
.pageCaseWrap .b em { background-position: -20px 0; }
.pageCaseWrap .c em { background-position: -40px 0; }
.pageCaseWrap .d em { background-position: -60px 0; }