@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; background: url(../images/bg.gif); }
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: #b10000; }
/* end reset */

/* public */
.w1200 { width: 1200px; 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; }
.title h2 { font-size: 30px; line-height: 34px; color: #fff; }
.title h3 { font: 12px/15px Arial; margin-bottom: 9px; }
.title em { width: 30px; height: 3px; display: block; background: #b10000; }
.more { position: absolute; width: 57px; height: 22px; line-height: 22px; background: url(../images/more.png) no-repeat 56px center #555; padding-left: 13px; top: 15px; right: 0; color: #111; border-radius: 11px; overflow: hidden; }
.more:hover { background-image: url(../images/moreOn.gif); background-color: #b10000; color: #fff; }
/* end public */

/* header */
.header { position: relative; z-index: 99; }
.logo { padding-top: 30px; margin-right: 18px; }
.vice { padding-top: 44px; }
.header p { float: right; }
.topbar { padding-top: 34px; margin-bottom: 20px; }
.tel { background: url(../images/tel.png) no-repeat 0 center; margin-right: 4px; color: #b10000; font-size: 14px; padding-left: 18px; }
.tel strong { font-size: 18px; font-family: Arial; }
.share a { border-radius: 12px; margin-left: 6px; }
.share .a { background: #3cb134; }
.share .a:hover { background: #43d739; }
.share .b { background: #d91e13; }
.share .b:hover { background: #ff4c41; }
.share .c { background: #666666; font-family: Arial; color: #fff; padding: 0 10px; }
.share .c:hover { background: #999; }
.nav li, .nav h2, .nav h2 a { float: left; }
.nav .cut { background: url(../images/navCut.png) no-repeat 0 center; margin: 0 2px; width: 8px; height: 24px; }
.nav h2 a { font-size: 13px; color: #fff; }
.nav h2 a:hover, .nav .active h2 a { color: #b10000; }
.wxCode { position: absolute; top: 70px; right: 54px; border: 1px solid #dadada; display: none; }

/* banner */
.banner { width: 100%; height: 680px; overflow: hidden; position: relative; margin-bottom: 20px; }
.banner .bd { height: 680px; position: relative; left: 50%; margin-left: -960px; }
.banner .bd li { width: 1920px; }
.banner .hd { width: 100%; position: absolute; bottom: 15px; height: 21px; text-align: center; z-index: 9; }
.banner .hd ul { height: 21px; overflow: hidden; }
.banner .hd li { width: 21px; height: 21px; border-radius: 50%; background: url(../images/dot.png) no-repeat -21px 0; display: inline-block; *display: inline; *zoom: 1; overflow: hidden; text-indent: -99px; cursor: pointer; margin: 0 2px; }
.banner .hd .on { background-position: 0 0; }
.banner .ctrl { width: 1000px; position: absolute; left: 50%; margin-left: -500px; top: 0; }
.banner .ctrl a { position: absolute; background: url(../images/ctrl.png) no-repeat; width: 30px; height: 51px; top: 300px; opacity: 0; filter: alpha(0); text-indent: -99px; overflow: hidden; }
.banner .ctrl .prev { left: -100px; -webkit-transform: translate(-100px); -moz-transform: translate(-100px); transform: translate(-100px); }
.banner .ctrl .next { right: -100px; background-position: -30px 0; -webkit-transform: translate(100px); -moz-transform: translate(100px); transform: translate(100px); }
.banner:hover .ctrl a { opacity: 0.3; filter: alpha(opacity = 30); -webkit-transform: translate(0); -moz-transform: translate(0); transform: translate(0); }
.banner .ctrl a:hover { opacity: 1; filter: alpha(opacity = 100); }
.bannerMaskTop { width: 100%; height: 43px; background: url(../images/bannerMask.png) no-repeat center 0; position: absolute; top: 0; left: 0; }
.bannerMaskBottom { width: 100%; height: 43px; background: url(../images/bannerMask.png) no-repeat center bottom; position: absolute; bottom: 0; left: 0; }

/* index */
.index { width: 1200px; overflow: hidden; margin-bottom: 58px; }
.index ul { width: 1230px; }
.index li { float: left; width: 380px; margin-right: 30px; position: relative; overflow: hidden; }
.index span { position: absolute; left: 0; bottom: 0; height: 50px; line-height: 50px; font-size: 16px; color: #999; text-align: center; transition: 0.3s; text-align: center; width: 100%; } 
.index em { width: 100%; height: 50px; position: absolute; bottom: 0; left: 0; background: #000; opacity: 0.9; filter: alpha(opacity = 90); transition: 0.3s; }
.index a:hover span { color: #fff; }
.index a:hover em { background: #b10000; }
.index i { background: url(../images/video.png) no-repeat; width: 50px; height: 50px; position: absolute; top: 90px; left: 50%; margin-left: -25px; }

/* product */
.product { margin-bottom: 57px; }
.product .title { margin-bottom: 22px; }
/*轮播图 开始*/
.main_banner_wrap{ width:1200px; height:460px; position:relative; margin:0 auto; }

.banner_btn{ 	/*a 标签 按钮*/
		width:300px; height:230px; position:absolute;
		display:block; z-index:9; top:115px;
}
.btn_next{right:0;}
.btn_next .banner_btn_arrow { right: 0; }
.btn_prev .banner_btn_arrow { left: 0; }
.banner_btn span{ position: absolute; transition:0.5s; background: url(../images/productCtrl.png) no-repeat; width: 40px; height: 50px; top: 90px; }
.banner_btn:hover span { background-image: url(../images/productCtrlOn.png); }
.banner_btn_left { left: 0; }
.banner_btn .banner_btn_right { right: 0; background-position: -40px 0; }
.banner_btn:hover span { color: #ff3400; }

.main_banner_box{ position:relative; z-index:0; }
/*火狐倒影图层样式*/
.main_banner { position: relative; }
.main_banner li{ position:absolute; overflow:hidden; }
.main_banner li a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.main_banner li p { bottom: -40px; height: 40px; line-height: 40px; background: url(../images/black.png); position: absolute; left: 0; width: 100%; text-align: center; color: #fff; font-size: 14px; }
/*给每张图片初始设置不同宽高，层级，位置*/

.main_banner .imgCard0{
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		width:600px; height:460px; z-index:5;
		left:300px; top:0px; opacity:1;
}
.main_banner .imgCard1{
		width:300px; height:230px; z-index:1; 
		left:900px; top:115px; opacity:1;
}
.main_banner .imgCard2{/*初始在背后，透明度为0*/
		width:150px; height:115px; z-index:1;
		left:525px; top:172px; opacity:0;
}
.main_banner .imgCard3{
		width:300px; height:230px; z-index:2; 
		left:0px; top:115px; opacity:1;
}
.main_banner li img{width:100%; height:100%;}
/*轮播图 结束*/

/* industry */
.industry { margin-bottom: 57px; }
.industry .title { margin-bottom: 22px; }
.industry ul { float: left; display: table; }
.industry li { float: left; margin-bottom: 4px; margin-right: 4px; text-align: center; }
.industry ul a { background: #333; color: #999; display: table-cell; vertical-align: middle; }
.industry ul a:hover { background: #b10000; color: #fff; }
.industry span { width: 100%; font-size: 14px; }
.industry img { background: url(../images/icon.png) no-repeat; transition: 0.2s; }
.industryA { width: 194px; }
.industryB { width: 184px; }
.industryC { width: 522px; }
.industryD li { margin-right: 0; }
.industry .a a { width: 190px; height: 146px; }
.industry .b a { width: 190px; height: 110px; }
.industry .c a { width: 180px; height: 110px; }
.industry .d a { width: 180px; height: 146px; }
.industry .e a { width: 150px; height: 260px; }
.industry .f a { width: 200px; height: 130px; }
.industry .g a { width: 160px; height: 130px; }
.industry .h a { width: 160px; height: 126px; }
.industry .i a { width: 200px; height: 126px; }
.industry .j a { width: 300px; height: 260px; }
.industry .b img { background-position: -49px 0; }
.industry .c img { background-position: -98px 0; }
.industry .d img { background-position: -147px 0; }
.industry .e img { background-position: -196px 0; }
.industry .f img { background-position: -245px 0; }
.industry .g img { background-position: -294px 0; }
.industry .h img { background-position: -343px 0; }
.industry .i img { background-position: -392px 0; }
.industry .j img { background-position: -441px 0; }
.industry .a:hover img { background-position: 0 -45px; }
.industry .b:hover img { background-position: -49px -45px; }
.industry .c:hover img { background-position: -98px -45px; }
.industry .d:hover img { background-position: -147px -45px; }
.industry .e:hover img { background-position: -196px -45px; }
.industry .f:hover img { background-position: -245px -45px; }
.industry .g:hover img { background-position: -294px -45px; }
.industry .h:hover img { background-position: -343px -45px; }
.industry .i:hover img { background-position: -392px -45px; }
.industry .j:hover img { background-position: -441px -45px; }

/* info */
.info { margin-bottom: 68px; }
.info .title { margin-bottom: 20px; }
.infoWrap { width: 1200px; overflow: hidden; }
.info ul { width: 1230px; }
.info li { width: 380px; float: left; margin-right: 30px; }
.info .bd a { display: block; width: 380px; padding-bottom: 16px; border-bottom: 2px solid #333; }
.info span { display: block; transition: 0.2s; }
.info img { margin-bottom: 14px; opacity: 0.5; filter: alpha(opacity = 50); transition: 0.2s; }
.info .tl { line-height: 20px; height: 20px; font-size: 14px; color: #999; }
.info .time { font: 12px/16px Arial; color: #333; margin-bottom: 10px; }
.info .txt { line-height: 18px; color: #666; height: 36px; overflow: hidden; }
.info a:hover { border-bottom-color: #b10000; }
.info a:hover img { opacity: 1; filter: alpha(opacity = 100); }
.info a:hover .tl { color: #b10000; }
.info a:hover .time { color: #333; }
.info a:hover .txt { color: #fff; }

/* footer */
.footer	{ background: #111; padding-bottom: 24px; }
.contact { padding-top: 25px; padding-bottom: 25px; background: #b10000; }
.contact li { width: 25%; float: left; color: #fff; }
.contact img { margin-right: 10px; }
.contact h3 { width: 186px; padding-top: 2px; }
.contact .cn { font-size: 14px; }
.contact .en { font-family: Arial; font-size: 22px; }
.foot { padding-bottom: 44px; }
.code { text-align: center; padding-top: 35px; }
.code .item { margin-left: 20px; width: 110px; }
.code p { padding-top: 4px; line-height: 16px; padding-top: 10px; }
.footNav { padding-top: 25px; }
.footNav dl { float: left; margin-right: 30px; width: 170px; }
.footNav dt { line-height: 38px; position: relative; color: #999; font-size: 16px; margin-bottom: 15px; }
.footNav dt em { width: 20px; height: 1px; background: #999; position: absolute; bottom: 0; left: 0; }
.footNav dd { line-height: 16px; margin-bottom: 6px; }
.copyright .fl { line-height: 35px; }
.copyright span { margin-right: 9px; }
.link a { width: 206px; height: 35px; line-height: 35px; display: block; padding-left: 14px; background: url(../images/arrow.png) no-repeat 198px center #202020; }
.link a:hover, .link .on { background-color: #b10000; color: #fff; }
.linkWrap { position: absolute; position: absolute; right: 0; background: #b10000; padding: 10px; bottom: 35px; display: none; }
.linkWrap a { padding: 0 6px; color: #fff; }
.linkWrap a:hover { text-decoration: underline; }

/* 内页 */
.pageBanner { overflow: hidden; width: 100%; margin-bottom: 20px; }
.pageBanner img { left: 50%; margin-left: -960px; width: 1920px; height: 200px; position: relative; }
.page { overflow:hidden; zoom:1; margin-bottom: 130px; }
.main { width: 970px; color: #fff; }

/* pageBanner */
.pageBanner { overflow: hidden; width: 100%; margin-bottom: 20px; }
.pageBanner img { left: 50%; margin-left: -960px; width: 1920px; height: 200px; position: relative; }

/* page */
.page { width: 1220px; margin: 0 auto; margin-bottom: 100px; }

/* feedbackBox */
.feedbackBox { padding-left: 100px; }
.feedbackBoxTop { font-size: 16px; margin-bottom: 36px; padding-top: 20px; }
.feedbackBoxTop span { color: #b10000; }

/* side */
.side { width: 220px; }
.sideNav { margin-bottom: 20px; }
.sideNav h2 { height: 56px; line-height: 56px; text-align: center; font-size: 24px; background: #b10000; color: #fff; margin-bottom: 2px; }
.sideNav .item { margin-bottom: 2px; }
.sideNav h3 a { display: block; height: 36px; line-height: 36px; background: url(../images/default/sideNav.gif) no-repeat 200px #ECECEC; text-indent: 24px; position: relative; font-size: 13px; padding-right: 26px; }
.sideNav h3 em { width: 4px; height: 3px; position: absolute; overflow: hidden; background: #fff; left: 24px; top: 17px; opacity: 0; filter: alpha(opacity=0); transition: 0.2s; }
.sideNav h3 a:hover, .sideNav .active h3 a { background-image: url(../images/default/sideNavOn.gif); background-color: #212121; color: #fff; text-indent: 34px; }
.sideNav h3 a:hover em, .sideNav .active h3 em { opacity: 1; filter: alpha(opacity=100); }
.sideNav ol { background: #f5f5f5; }
.sideNav .none a { background: none; }
.sideNav h4 { position: relative; height: 35px; }
.sideNav h4 a { position: absolute; left: 0; top: 0; width: 100%; height: 36px; line-height: 36px; text-indent: 24px; background: url(../images/default/splitBg.gif) repeat-x; }
.sideNav h4 a:hover, .sideNav .on h4 a { background: #545454; color: #fff; }
.sideWrap { margin-bottom: 20px; }
.sideWrap h2 { height: 40px; line-height: 40px; font-size: 16px; text-indent: 20px; background: #b10000; color: #fff; }
.sideBox { border: 1px solid #dadada; border-top: none; background: #fff; }
.contactBox { padding: 15px; }
.hotLine { background: url(../images/default/hotLine.gif) no-repeat; padding-left: 45px; margin-bottom: 4px; height: 46px; }
.productTop .hotLine { background: url(../images/c2.png) no-repeat; padding-left: 62px; height: 50px; margin-bottom: 20px; }
.productTop .hotLine p { padding-top: 2px; }
.productTop .hotLine h3 { font-size: 30px; }
.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: 128px; }

/* imgSideBox */
.imgSideBox { padding: 10px 0; }
.imgSideBox li { width: 198px; margin: 0 auto 14px; }
.imgSideBox a { display: block; }
.imgSideBox img { width: 190px; height: 146px; padding: 2px; border: 2px solid #dadada; transition: 0.3s; }
.imgSideBox span { width: 168px; text-align: center; 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; }
.imgSideBox a:hover { color: #b10000; }
.imgSideBox a:hover img { border-color: #b10000; }


/* breadCrumb */
.breadCrumb { height: 55px; border-bottom: 1px solid #464646; position: relative; margin-bottom: 30px; display: table; width: 100%; }
.breadCrumb h2 { font-size: 18px; position: absolute; top: 0; left: 0; height: 54px; line-height: 54px; padding: 0 4px; border-bottom: 3px solid #B10000; color: #fff; }
.breadCrumb .fr { color: #ccc; cursor: default; line-height: 16px; text-align: right; display: table-cell; vertical-align: middle; float: none; width: 450px; }
.breadCrumb a { color: #ccc; }
.breadCrumb a:hover { color: #b10000; }

/* imgBox */
.imgBox { width: 970px; overflow: hidden; }
.imgBox ul { width: 1000px; }
.imgBox li { float: left; text-align: center; margin-bottom: 20px; }
.imgBox a { float: left; color: #ccc; }
.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: #b10000; }
.imgBox a:hover img { border-color: #b10000; }

/* productBox */
.productBox { width: 970px; overflow: hidden; }
.productBox ul { width: 1000px; }
.productBox li { width: 312px; margin-right: 16px; float: left; text-align: center; margin-bottom: 20px; position: relative; }
.productBox img { width: 312px; height: 239px; }
.productBox span { width: 282px; padding: 15px 10px; line-height: 30px; height: 30px; font-size: 14px; color: #fff; }
.productBox em { position: absolute; background: #b10000; opacity: 0; filter: alpha(opacity = 0); }
.productBox a:hover em { opacity: 1; filter: alpha(opacity = 100); transition: 0.3s; }
.productBox a:hover .left { left: 0; }
.productBox a:hover .right { right: 0; }
.productBox a:hover .top { top: 0; }
.productBox a:hover .bottom { bottom: 0; }
.productBox .left, .productBox .right { top: 0; height: 100%; width: 2px; }
.productBox .top, .productBox .bottom { left: 0; width: 100%; height: 2px; }
.productBox .left { left: -10px; }
.productBox .right { right: -10px; }
.productBox .top { top: -10px; }
.productBox .bottom { bottom: -10px; }

/* imgCaseBox */
.imgCaseBox li { width: 230px; margin-right: 16px; }
.imgCaseBox img { width: 222px; height: 170px; padding: 2px; }
.imgCaseBox span { width: 200px; }

/* imgPartnerBox */
.imgPartnerBox li { width: 180px; margin-right: 10px; }
.imgPartnerBox img { width: 176px; height: 92px; }
.imgPartnerBox span { width: 146px; }

/* imgSettingBox */
.imgSettingBox li { width: 230px; margin-right: 16px; }
.imgSettingBox img { width: 222px; height: 148px; padding: 2px; }
.imgSettingBox span { width: 200px; }

/* imgVideoBox */
.imgVideoBox li { width: 230px; margin-right: 16px; }
.imgVideoBox img { width: 222px; height: 164px; padding: 2px; }
.imgVideoBox span { width: 200px; }

/* imgHonorBox */
.imgHonorBox li { width: 230px; margin-right: 16px; }
.imgHonorBox img { width: 222px; height: 148px; padding: 2px; }
.imgHonorBox span { width: 200px; }

/* 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: 320px; width: 350px; background: #fff; }
.tb-pic, .tb-pic img { max-height: 320px; max-width: 350px; _width: 350px; }
.tb-pic { border: 1px solid #dadada; position: relative; z-index: 1; }

.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: 352px; height: 62px; overflow: hidden; margin-top: 10px; position: relative; }
.tb-picList .prev, .tb-picList .next { position: absolute; top: 20px; font-family: 'simsun'; font-weight: bold; font-size: 32px; }
.tb-picList .prev { left: 0; }
.tb-picList .next { right:0; }
.tb-picList .prev:hover, .tb-picList .next:hover { color: #b10000; }

.tb-picList .tb-thumb { position: relative; width: 290px; height: 62px; margin: 0 auto; overflow: hidden; }
.tb-picList .tb-thumb ul { position: absolute; width: 999999px; display: table; }
.tb-picList .tb-thumb li { float: left; width: 76px; overflow: hidden; position: relative; }
.tb-picList .tb-thumb a { display: table-cell; vertical-align: middle; width: 60px; border: 1px solid #dadada; text-align: center; background: #fff; height: 60px; }
.tb-picList .tb-thumb img { max-width: 100%; cursor: pointer; }
.tb-picList .tb-thumb em { position: absolute; width: 58px; height: 58px; border: 2px solid #b10000; top: 0; left: 0; display: none; }
.tb-picList .tb-thumb .tb-selected em { display: block; }

.productTop { margin-bottom: 20px; }
.productIntro { width: 580px; }
.productIntro h2 { background: url(../images/default/splitBg.gif) repeat-x 0 bottom; font-size: 18px; color: #fff; padding: 10px 0; margin-bottom: 10px; }
.descriptionBox { height: 158px; overflow: hidden; }
.descriptionBox .explain .value { height: 116px; overflow: hidden; }
.descriptionBox span { display: inline-block; vertical-align: top; }
.descriptionBox .value { width: 520px; }
.productOrder a { display: block; width: 130px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; border-radius: 4px; background: #b10000; color: #fff; }
.productOrder a:hover { background: #FF3A3A; }

.productShow { margin-bottom: 10px; }
.productShow .hd { height: 38px; line-height: 38px; font-size: 14px; background: #212121; }
.productShow .hd li { float: left; padding: 0 20px; cursor: pointer; color: #fff; transition: 0.3s; }
.productShow .hd .on { background: #b10000; }
.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; color: #000; }
.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: 62px; text-align: right; padding-right: 10px; line-height: 26px; color: #333; }
.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: 658px; 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; }
.productFormBox .btn input:hover { background: #999; }
#verifyCode { width: 100px; }

.related h2 { margin-bottom: 10px; }

/* articleBox */
.articleBox { width: 970px; 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: 188px; border: 1px solid #EFEFEF; padding: 4px; height: 124px; }
.articleBox .fr { width: 740px; padding-top: 10px; }
.articleBox h2 { font-size: 16px; margin-bottom: 4px; padding-top: 4px; }
.articleBox h2 a { color: #fff; display: block; }
.articleBox h2 a:hover { color: #b10000; }
.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: #b10000; }
.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 #b10000; left: 5px; top: 5px; }
.articleBox .img span { color: #fff; position: absolute; width: 100%; text-align: center; left: 0; }
.articleBox .date { 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; 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 #b10000; border-radius: 3px;  }
.faqOtherBox .on a { background: #ECECEC; color: #fff; }
.faqOtherBox .con { padding: 20px 0; border-left: 3px solid #b10000; 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: #fff; margin-bottom: 16px; }
.articleTop p { color: #999; }
.articleTop span { margin: 0 5px; }
.articleTop a { margin: 0 5px; }
.articleTop .active { color: #fff; 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: #b10000; }

.articleList { width: 970px; overflow: hidden; }
.articleList h2 { margin-bottom: 10px; }
.articleList ul { width: 1000px; }
.articleList li, .articleList h3, .articleList a { float: left; }
.articleList li { width: 474px; 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: 350px; }
.articleList span { float: right; color: #999; font-family: Arial; }

/* pictureDetail */
/* picture's picture */
.pictureDetail .tb-pic a { cursor: default; background: #f4f4f4; }
.pictureDetail .tb-pic, .pictureDetail .tb-pic a { height: 500px; width: 948px; }
.pictureDetail .tb-pic, .pictureDetail .tb-pic img { max-height: 500px; max-width: 948px; _width: 948px; }
.pictureDetail .tb-pic { border: 1px solid #ECECEC; padding: 10px; background: #f4f4f4; }

.pictureDetail .tb-picList { width: 970px; height: 72px; }
.pictureDetail .tb-picList .tb-thumb { width: 846px; 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: #333; width: 25px; height: 72px; line-height: 72px; background: #ccc; text-align: center; opacity: 0.4; filter: alpha(opacity = 40); }
.pictureDetail .tb-picList .prev:hover, .pictureDetail .tb-picList .next:hover { background: #b10000; opacity: 1; filter: alpha(opacity = 100); color: #fff; }
.pictureDetail .tb-picList .non, .pictureDetail .tb-picList .non:hover { background: #F3F3F3; cursor: default; opacity: 0.4; filter: alpha(opacity = 40); color: #333; }

.pictureTop { margin-bottom: 20px; }

/* downloadList */
.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 Arial;}
.jobList ol li { float: left; width: 220px; padding-left: 22px; color: #333; }
.jobList b { color: #000; }
.jobList .con { padding: 8px 25px; color: #999; display: none; }
.jobCon h3 { color: #F4F4F4; font-weight: bold; }
.jobTxt { margin: 10px; color: #ccc; }
.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: #c42f27; color: #fff; }

/* pagination */
.pagination span { background: #0C4B9C; }

.videoWrap { width: 510px; margin: 0 auto; }