html{ overflow-y:scroll;}
body,td,th,input,textarea,select {
	font-size:14px;
	color:#555555;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding:0px;
	background-color:#f6f6f6;
}
ul,li,form{ margin:0; padding:0; list-style-type:none;}
img{ border:0;}

a{color:#555555; text-decoration:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;}
a:hover{color:#da251d; text-decoration:none;}
a.white{color:#FFFFFF; text-decoration:none;}
a.white:hover{color:#FFFFFF; text-decoration:underline;}

.animation,i{
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.noanimation a{
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
}

.movex{}
.movex a{ display:inline-block;}
.movex a:hover{ -moz-transform:translateX(5px); -webkit-transform:translateX(5px); -o-transform:translateX(5px); -ms-transform:translateX(5px); transform: translateX(5px);}
.movex2{}
.movex2 a{ display:inline-block;}
.movex2 a:hover{ -moz-transform:translateX(-5px); -webkit-transform:translateX(-5px); -o-transform:translateX(-5px); -ms-transform:translateX(-5px); transform: translateX(-5px);}

.movey{}
.movey a{ display:inline-block;}
.movey a:hover{ -moz-transform:translateY(5px); -webkit-transform:translateY(5px); -o-transform:translateY(5px); -ms-transform:translateY(5px); transform: translateY(5px);}
.movey2{}
.movey2 a{ display:inline-block;}
.movey2 a:hover{ -moz-transform:translateY(-5px); -webkit-transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); transform: translateY(-5px);}

.a_shadow1{}
.a_shadow1:hover{-webkit-box-shadow:0 0 15px #9a9a9a; -moz-box-shadow:0 0 15px #9a9a9a; box-shadow:0 5px 10px #9a9a9a;}
.a_shadow2{-webkit-box-shadow:0 3px 10px #dddddd; -moz-box-shadow:0 3px 10px #dddddd; box-shadow:0 3px 10px #dddddd;}
.a_shadow2:hover{-webkit-box-shadow:0 3px 10px #edd4d3; -moz-box-shadow:0 3px 10px #edd4d3; box-shadow:0 3px 10px #edd4d3;}
.a_shadow3 img{-webkit-box-shadow:0 3px 10px #dddddd; -moz-box-shadow:0 3px 10px #dddddd; box-shadow:0 3px 10px #dddddd;}
.a_shadow3:hover img{-webkit-box-shadow:0 3px 10px #edd4d3; -moz-box-shadow:0 3px 10px #edd4d3; box-shadow:0 3px 10px #edd4d3;}

.more1{ padding:10px 0 0;}
.more1 a{ color:#da251d; border:solid 1px #da251d; display:inline-block; padding:0 30px; line-height:34px;}
.more1 a:hover{ background-color:#da251d; color:#FFF;}
.floatl{ float:left;}
.floatr{ float:right;}
.clear{ clear:both;}
.r5{-moz-border-radius:5px; border-radius:5px;}
.r10{-moz-border-radius:10px; border-radius:10px;}
.r15{-moz-border-radius:15px; border-radius:15px;}
.r20{-moz-border-radius:20px; border-radius:20px;}
.setp{}
.setp p{ margin:0; padding:0;}
.AnimationScale img{transition:all 0.3s;-ms-transition::all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;}
.AnimationScale:hover img{transform:scale(1.1);-ms-transform::scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
.AnimationTranslateX{transition:all 0.3s;-ms-transition::all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;}
.AnimationTranslateX:hover{transform:translateX(5px);-ms-transform::translateX(5px);-moz-transform:translateX(5px);-webkit-transform:translateX(5px);-o-transform:translateX(5px);}
.AnimationRight{animation:fadeInRight 0.6s .1s ease both; -webkit-animation:fadeInRight 0.6s .1s ease both; -moz-animation:fadeInRight 0.6s .1s ease both; -ms-animation:fadeInRight 0.6s .1s ease both; -o-animation:fadeInRight 0.6s .1s ease both;}

@keyframes fadeInRight{0%{opacity:0;transform:translateX(-15px)}100%{opacity:1;transform:translateX(0)}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-15px)}100%{opacity:1;-webkit-transform:translateX(0)}}
@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(-15px)}100%{opacity:1;-moz-transform:translateX(0)}}
@-ms-keyframes fadeInRight{0%{opacity:0;-ms-transform:translateX(-15px)}100%{opacity:1;-ms-transform:translateX(0)}}
@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(-15px)}100%{opacity:1;-o-transform:translateX(0)}}



.body1{width:1160px; margin:0px auto;}
.body2{width:1160px; margin:0px auto; padding:30px 0;}

.top{ position:relative; -webkit-transform: translateZ(0);z-index:9999;-webkit-box-shadow:0 0 25px #666; -moz-box-shadow:0 0 25px #666; box-shadow:0 0 25px #666;}

.top1{ height:70px; background-color:#f6f6f6;}
.top1_1{}
.top1_2{}
.top1_3{ border:solid 1px #CCC; background-color:#FFF; padding:0 2px 0 5px; margin:19px 0 0 40px;}
.top1_3_1{ border:0; height:30px; line-height:28px; margin:0; padding:0; outline:none; width:140px;}
.top1_3_2{ cursor:pointer;}

.top2{ background-color:#0c0000; height:36px; line-height:36px; color:#FFF; font-size:13px;}
.top2_1{}
.top2_2{}
.top2_2 a{ line-height:36px; color:#FFF; padding:0 8px; display:inline-block; font-family:Arial, Helvetica, sans-serif;}
.top2_2 a:hover{ background-color:#fff; color:#222;}
.top2_2 img{ border:0; margin-right:6px; margin-bottom:3px;}
.top2_3{ padding-right:30px;}
.top2_3 img{ margin-bottom:2px;}

.find{ border:solid 1px #d3d3d3;}
.find1{ width:190px; padding:0 8px;}
.find1 input{border:0; width:190px; height:26px; line-height:26px;}
.find2{ width:30px;}

.mainmenu{height:48px; background-color:#29a9fd;}


.foot1{ background-color:#161616; padding:40px 0; color:#b2b2b2;}
.foot1_1{ padding-right:50px;}
.foot1_1_1{ font-size:17px; color:#b2b2b2; text-transform:uppercase; line-height:36px; padding:0 0 4px;}
.foot1_1_1 a{color:#b2b2b2;}
.foot1_1_1 a:hover{color:#FFF;}
.foot1_1_2{}
.foot1_1_2 a{color:#b2b2b2; padding:3px 0; display:block;}
.foot1_1_2 a:hover{color:#FFF;}
.foot1_1_3{ line-height:1.9;}

.foot1_2{ padding:10px 0 0 0;}

.foot_prodmenu{ width:450px;}
.foot_prodmenu li{ width:225px; float:left;}


.footfind{ padding:18px 0 10px;}
.footfind1{ background-image:url(../index/footfind1.gif); width:245px; height:36px; padding:0 10px;}
.footfind1 input{ border:0; height:28px; line-height:28px; width:240px;}
.footfind2{ padding:0 0 0 6px;}
.footfind3{ font-size:12px;}

.foottitle{ font-size:16px; text-transform:uppercase; color:#FFF; padding:0 30px 0 0;}
.foottitle a{ color:#FFF;}
.footmenu{ padding:10px 0 0;}
.footmenu li{ padding:0 30px 0 0;}
.footmenu a{ color:#acacac; line-height:16px; padding:3px 0; display:inline-block; font-size:13px;}
.footmenu a:hover{ color:#FFF;}

.foot2{ background-color:#161616; text-align:center; padding:20px 0; border-top:solid 1px #323232; color:#6c6c6c;}
.foot2 a{ color:#6c6c6c;}
.foot2 a:hover{ color:#FFF;}

/*主菜单*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.mainnav{ position:relative; z-index:1; display:inline-block;}
.mainnav a{ color:#000000;}
.mainnav .nLi{ float:left;position:relative; display:inline;}
.mainnav .nLi h3{ float:left; margin:0;}
.mainnav .nLi h3 a{ display:block; line-height:70px; font-size:16px; font-weight:normal; text-transform:uppercase; color:#222; text-align:center; padding:0 15px;}
.mainnav .nLi h3 a i{ background-image:url(../index/mainmenu_arrow.png); width:10px; height:9px; display:inline-block; margin:0 0 2px 5px;}

/*
.mainnav .nLi h3 .m1{ width:168px;}
.mainnav .nLi h3 .m2{ width:201px;}
.mainnav .nLi h3 .m3{ width:201px;}
.mainnav .nLi h3 .m4{ width:201px;}
.mainnav .nLi h3 .m5{ width:201px;}
.mainnav .nLi h3 .m6{ width:201px;}
*/

.mainnav .sub{ display:none; left:0; top:70px;position:absolute; background:#818181;line-height:20px; padding:10px 10px 16px;}
.mainnav .sub li{ zoom:1; border-bottom:dashed 1px #29a9fd;}
.mainnav .sub a{ display:block; padding:8px 10px; color:#FFF;}
.mainnav .sub a:hover{ color:#a2eaff;}
.mainnav .on h3 a{ color:#da251d;}
.mainnav .on h3 a i{ background-position:-10px 0;}

.mainnav .mainprodnav{ padding:10px 5px;}
.mainnav .mainprodnav td{ vertical-align:top; width:126px; text-align:center;}
.mainnav .mainprodnav td a{ padding:0; color:#FFF; font-size:13px; line-height:16px;}
.mainnav .mainprodnav td a:hover{ background-color:transparent; color:#FF0; text-decoration:underline;}
.mainnav .mainprodnav td img{ width:120px; height:120px; border:solid 0px #E1E1E1; padding:3px; margin-bottom:6px; background-color:#FFF;}


.banner{ height:250px; background-repeat:no-repeat; background-position:center; background-color:#333;}

.index_content{ padding:40px 0;}
.index_content2{ vertical-align:top; width:510px; height:240px; padding:20px 20px 0; background-repeat:no-repeat; background-position:center;}

.index_title{ color:#000000; font-size:22px; line-height:30px;}
.index_title2{ color:#fff; font-size:22px; line-height:30px;}

.index_more{}
.index_more a{ color:#da251d; font-size:15px; line-height:26px; height:26px; text-transform:uppercase; display:inline-block;}
.index_more a:hover{ color:#da251d; text-decoration:underline;}
.index_more2{}
.index_more2 a{ color:#FFF; font-size:15px; line-height:26px; height:26px; text-transform:uppercase; display:inline-block;}
.index_more2 a:hover{ color:#FFF; text-decoration:underline;}

.index_about{ background-image:url(../index/index_about1.jpg);}
.index_about1{ padding:0 216px 0 0; line-height:24px; height:168px; overflow:hidden;}

.index_prod{ background-image:url(../index/index_products1.jpg);}
.index_prod1{ height:168px;}

.index_news{ background-color:#e9e9e9;}
.index_news1{ height:168px;}

.index_contact{background-image:url(../index/index_contact1.jpg);}
.index_contact1{ color:#FFF; line-height:24px;}


.picMarquee-left{position:relative;}
.picMarquee-left .hd{}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block; width:50px; height:100px; float:right;overflow:hidden; cursor:pointer; background:url("../index/scrollbt.png") no-repeat; position:absolute; z-index:999; margin-top:93px;}
.picMarquee-left .hd .prev{ left:-60px;}
.picMarquee-left .hd .prev:hover{ background-position:0 -100px;}
.picMarquee-left .hd .next{ left:1190px; background-position:-50px 0;}
.picMarquee-left .hd .next:hover{ background-position:-50px -100px;}

.picMarquee-left .bd{}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{float:left; _display:inline; overflow:hidden;}


.contentbg{ background-image:url(../index/contentbg2.jpg); background-repeat:repeat-y; background-position:217px 0px;}
.left{width:230px; float:left; padding:25px 0 0;}
.right{ width:900px; float:right;}

.tdh{height:10px; font-size:1px; line-height:1px;}
.tdh2{height:20px; font-size:1px; line-height:1px;}
.tdh3{height:30px; font-size:1px; line-height:1px;}
.tdh4{height:40px; font-size:1px; line-height:1px;}
.tdw{width:10px; font-size:1px; line-height:1px;}
.tdw2{width:20px; font-size:1px; line-height:1px;}
.content1{padding:5px 10px 0; line-height:24px;}
.content1 img{ max-width:900px;}
.newcontent{padding:15px 0 0; vertical-align:top;}
.prodcontent{padding:25px 0 0; vertical-align:top;}


/*当前位置*/
.location0{}
.location1{ background-image:url(../index/location1.png); background-repeat:no-repeat; background-position:center bottom; text-transform:uppercase; text-align:center; padding:0 0 20px;}
.location1_1{ font-size:26px; color:#333;}
.location1_2{ font-size:16px; color:#838383;}
.location2{ line-height:40px;}
.location2 a{}
.location2 a:hover{}


#productmenu{padding:0px 0px 0px 33px;}
#productmenu .tdset{vertical-align:top; height:400px; padding:8px 8px 0px;}
#productmenuc2 {font-size:14px; font-weight:bold; margin-bottom:5px;}
#productmenuc3 {margin-top:18px;}
#productmenu1 a{font-size:12px; color:#FFFFFF; width:93px; display:block; float:left; height:17px;}
#productmenu1 a:hover,#productmenu1 .this{font-size:12px; color:#FF9024;}
#productmenu2 a{font-size:12px; color:#FFFFFF; width:75px; display:block; float:left; height:17px;}
#productmenu2 a:hover,#productmenu2 .this{font-size:12px; color:#FF9024;}
#productmenu3 a{font-size:12px; color:#FFFFFF; width:70px; display:block; float:left; height:17px;}
#productmenu3 a:hover,#productmenu3 .this{font-size:12px; color:#FF9024;}

.csshide{display:none;}
.cssshow{display:block;}


/*简介页*/
.about1{ background-image:url(../index/about2.jpg); height:590px; background-repeat:no-repeat; background-position:center;}
.about1_1{ text-align:center; padding:20px 0 0;}
.about1_2{ padding:0 60px; line-height:2; font-size:17px; color:#333;}
.about1_3{ text-align:center; padding:10px 0 0;}
.about1_3 a{ display:inline-block; font-size:22px; color:#da251d; border:solid 1px #da251d; line-height:50px; width:200px; margin:0 10px;}
.about1_3 a:hover{ color:#fff; background-color:#da251d;}
.about2{ padding:30px 0; line-height:2;}


.prodclass1{ width:252px; vertical-align:top; padding:15px 14px;}
.prodclass1 img{ width:250px; height:210px; border:solid 1px #e5e5e5; margin-bottom:6px;}
.prodclass1 a{ background-image:url(../index/arrow3.gif); background-repeat:no-repeat; background-position:right 222px; border-bottom:dashed 1px #cfcfcf; line-height:30px; display:inline-block; width:252px; height:250px; overflow:hidden; text-align:left; padding:0 0 8px;}

.ProdclassReadme{ padding:0px 10px 15px; line-height:22px; border-bottom:dashed 1px #cfcfcf;}
.ProdQuality1{ font-size:20px; border-top:solid 1px #e0e0e0; padding:20px 0 10px;}
.ProdQuality2{}

/*产品列表样式*/
.productlist1{text-align:center; vertical-align:top; width:260px; padding:20px 11px;}
.productlist1 img{ width:260px; height:260px; border:0; margin-bottom:20px;}
.productlist1 a{ display:inline-block; background-color:#FFF; padding:4px 4px 20px; border-bottom:solid 4px #cccccc; color:#4c4c4c;}
.productlist1 a:hover{ background-color:#da251d; border-color:#da251d; color:#FFF;}
.productlist1 .name{ font-size:18px; line-height:22px; font-weight:bold;}
.productlist1 .classname{ font-size:18px; padding:4px 0;}
.productlist1 .more{ font-style:italic; font-size:16px; padding:10px 0 0;}
.productlist1 .more i{ background-image:url(../index/prod_arrow.png); width:15px; height:15px; display:inline-block; margin:0 0 0 5px; vertical-align:middle;}
.productlist1 a:hover .more i{ background-position:0 -15px;}

.productlist2{text-align:center; vertical-align:top; width:270px; padding:0 15px 30px;}
.productlist2 img{ width:260px; height:260px; border:0; margin-bottom:10px;}
.productlist2 a{ display:inline-block; border:solid 1px #e5e5e5; padding:4px; background-color:#FFF; line-height:40px;}
.productlist2 a:hover{ border:solid 1px #ed7771;}

.productlist2b{ padding:5px 16px; width:250px;}
.productlist2b img{ width:240px; height:240px;}


/*产品详细样式*/
.proddetail{ background-color:#FFF; padding:20px 30px; border:solid 1px #e5e5e5; -webkit-box-shadow:0 3px 10px #dddddd; -moz-box-shadow:0 3px 10px #dddddd; box-shadow:0 3px 10px #dddddd;}
.proddetail1{ padding:5px 5px 10px; text-align:center; font-size:32px; color:#da251d; font-weight:bold;}
.proddetail2{ text-align:center; padding-bottom:8px;}
.proddetail3{ line-height:26px; padding:0 0 10px;}
.proddetail4{ text-align:center;}
.proddetail5 { line-height:26px;}

.productdetail1{ width:442px;}
.productdetail1_1{border:solid 1px #e8e8e8; text-align:center;}
.productdetail1_1 img{}

.productdetail2{padding:0 10px 0 0; width:430px;}
.productdetail2_1{ font-size:28px;color:#000;}
.productdetail2_2{ padding:15px 0 0; line-height:22px;}
.productdetail2_3{ padding:20px 0 0;}
.productdetail2_4{ padding:6px 0 0;}

.proddetail_otherpic{ padding:15px 0 0;}
.proddetailtitle{ line-height:36px; font-size:16px; font-weight:bold; border-bottom:solid 1px #d9d9d9; position:relative;}
.proddetailtitle span{ border-bottom:solid 3px #da251d; display:inline-block; padding:0 10px; position:relative; top:2px;}

.proddetailmore{ margin:0 -4px;}
.proddetailmore2{ padding:10px 0 0 0;}

.bt1{ background-image:url(../index/bt1-en.gif); width:87px; height:33px; display:inline-block; margin:0px 5px;}
.bt2{ background-image:url(../index/bt2-en.gif); width:87px; height:33px; display:inline-block; margin:0px 5px;}
.bt3{ background-image:url(../index/bt3-en.gif); width:87px; height:33px; display:inline-block; margin:0px 5px;}


.producttitle{font-size:18px; font-weight:bold; padding:10px 0px; text-align:center; color:#D5291D;}
.producttitle2{font-size:12px; font-weight:bold; padding-bottom:10px;}

.index_newslist1{width:90px;}
.index_newslist2{padding:5px 0 5px 10px;}
.index_newslist2 a{ line-height:23px; display:block;}
.index_newslist2 a:hover{}

.newmore{ padding:10px 4px 0px 0px; text-align:right;}
.newnot{ padding:8px;}

/*新闻列表页样式*/
.newslist1{border-bottom:dashed 1px #cccccc; padding:0; display:block;}
.newslist1_1{background-image:url(../index/arrow1.gif); background-repeat:no-repeat; background-position:8px 22px; float:left; font-size:16px; width:740px; padding:15px 0 15px 24px;}
.newslist1_2{width:100px; text-align:center; float:right; padding:17px 0 0;}

.newslist2{ padding:20px 30px;border-bottom:dashed 1px #c1c1c1;}
.newslist2bg{}
.newslist2_1{ width:292px;}
.newslist2_1 img{ width:280px; height:192px; padding:5px; border:solid 1px #e5e5e5; background-color:#FFF;}
.newslist2_1 a{ display:inline-block;}
.newslist2_1 a:hover img{ border:solid 1px #ed7771;}
.newslist2_2{ width:760px;}
.newslist2_2_1{ padding:5px 0; line-height:28px;}
.newslist2_2_1 a{ font-size:18px; color:#333; font-weight:bold;}
.newslist2_2_1 a:hover{color:#da251d;}
.newslist2_2_2{ line-height:26px;}
.newslist2_2_3{ line-height:26px; color:#959595; padding:5px 0 0;}

.newslist3{text-align:center; vertical-align:top; width:362px; padding:15px 15px;}
.newslist3 img{ width:350px; height:240px; padding:5px; border:solid 1px #e5e5e5; margin-bottom:6px; background-color:#FFF;}
.newslist3 a{ display:inline-block;}
.newslist3 a:hover img{ border:solid 1px #ed7771;}


/*新闻详细页样式*/
.newdetail{ background-color:#FFF; padding:30px; border:solid 1px #e5e5e5; -webkit-box-shadow:0 3px 10px #dddddd; -moz-box-shadow:0 3px 10px #dddddd; box-shadow:0 3px 10px #dddddd;}
.newdetail1{padding:5px 5px 0; text-align:center; font-size:26px; color:#da251d;}
.newdetail2{border-bottom:dashed 1px #e6e5e5; color:#a8a8a8; padding:8px 0px 12px; text-align:center;}
.newdetail3{line-height:28px; padding:5px 0;}
.newdetail3 img{ max-width:100%;}
.newdetail4{padding-top:10px; border-top:dashed 1px #e6e5e5; line-height:26px; width:100%; display:inline-block;}
.newdetail5{line-height:28px; padding:5px 30px;}
.newdetail5 img{ max-width:100%;}

.txtinput{background-color:#fcfcfc; border:solid 1px #D1D1D1; font-size:12px; color:#FE7169; color:#333333; height:24px; line-height:24px;}
.txtinput2{background-color:#fcfcfc; border:solid 1px #D1D1D1; font-size:12px; color:#FE7169; color:#333333;}
.bt{ background-color:#da251d; width:90px; height:30px; line-height:30px; cursor:pointer; border:0; color:#FFF; font-size:14px; font-family:Microsoft Yahei; display:inline-block; text-align:center;}
.bt:hover{ background-color:#850f09; color:#fff;}

/*视频样式*/
.videolist{text-align:center; vertical-align:top; width:250px; padding:0px 13px 20px;}
.videolist img{ width:240px; height:180px; border:solid 1px #E4E4E3; background-color:#FFF; margin-bottom:6px; padding:4px;}
.videolist a{ display:inline-block;}

.videodetail1{ text-align:center; padding:20px 0 10px; font-size:20px; font-weight:bold; color:#da251d;}
.videodetail2{ text-align:center;}
.videodetail3{ text-align:center; padding:15px 0 0;}

/*下载样式*/
.download{ background-color:#E8E8E8;}
.downloadtr1{ background-color:#F5F5F5; text-align:center; font-weight:bold;}
.downloadtd1{ background-color:#FFF;}
.downloadtd2{ background-color:#FFF; text-align:center; width:100px;}

/*友情连接*/
.link1{ background-image:url(../index/link1.gif); background-repeat:no-repeat; background-position:center top; padding:12px 10px;}
.link1 span{ color:#2477BD; font-weight:bold;}

/*产品滚动列表样式*/
.roll {display: inline-block;overflow: hidden;width: 500px; height:122px;}
.roll .LeftBotton{display: inline; float: left; overflow: hidden; width:20px; cursor: pointer; text-align:center; margin-right:10px;}
.roll .LeftBotton img{ width: 20px; height:85px;}
.roll .RightBotton img{ width: 20px; height:85px;}
.roll .RightBotton {display: inline;float: left;overflow: hidden; width: 20px; cursor: pointer; text-align:center; margin-left:10px;}
.roll .Cont { padding-right: 0px; padding-left: 0px; float: left; overflow: hidden; width: 440px;}
.roll .ScrCont {width: 10000000px}
.roll #List1 {float: left;}
.roll #List2 {float: left;}


/*友情连接*/
#link{ margin:0px; padding:0px;}
#link li{float:left; padding:3px 2px;}
#link li a{width:124px; display:block; padding:8px 5px 5px 20px; border:solid 1px #E1E1E1; background-image:url(../index/arrow1.gif); background-repeat:no-repeat; background-position:8px 10px;}
#link li a:hover{background-color:#F6F6F6;}

.wk1_1{ background-color:#eeeeee; height:38px; line-height:38px;}
.wk1_1 h1, .wk1_1 h2{ margin:0; background-color:#29a9fd; background-image:url(../index/wk1_1.gif); background-repeat:no-repeat; background-position:right top; display:inline-block; color:#FFF; padding:0 50px 0 20px; line-height:38px; font-size:17px; width:180px; font-weight:normal;}
.wk1_1 span{}
.wk1_1 span a{ padding:0 20px; display:inline-block;}
.wk1_1 div{ margin-right:10px;}


.leftmenu{ text-align:center; padding:20px 0 0;}
.leftmenu a{ line-height:36px; font-size:16px; color:#FFF; padding:0 16px; display:inline-block; background-color:#777b7c; margin:0 6px;}
.leftmenu a:hover{ background-color:#da251d; color:#FFF;}
.leftmenu .this, .leftmenu .this:hover{ background-color:#da251d; color:#FFF;}

.lmenu1{ background-color:#FFF; padding:10px 10px 20px; border:solid 1px #e5e5e5; -webkit-box-shadow:0 3px 10px #dddddd; -moz-box-shadow:0 3px 10px #dddddd; box-shadow:0 3px 10px #dddddd;}
.lmenu1 li{ border-bottom:solid 1px #dddddd;}
.lmenu1 a{ background-image:url(../index/lmenu1.png); background-repeat:no-repeat; background-position:8px 9px; display:block; line-height:18px; padding:9px 10px 9px 34px; font-size:14px;}
.lmenu1 a:hover, .lmenu1 .this{ color:#da251d; background-image:url(../index/lmenu1o.png);}


/*招聘样式*/
.JobsList1{ background-color:#DCDCDC;}
.JobsList2{ background-color:#F3F3F3; text-align:center; font-weight:bold;}
.JobsList3{ background-color:#FFF;}
.JobsList3 a{ color:#C00983;}
.JobsList3 a:hover{ text-decoration:underline;}
.JobsList4{ background-color:#FFF; text-align:center;}
.JobsAdd2{ background-color:#F3F3F3; text-align:center;}
.JobsAdd3{ background-color:#FFF;}
.JobsAdd3 .txtinput{ width:200px; background-color:#FFF; height:24px; line-height:24px; border:solid 1px #D1D1D1;}
.JobsAdd3 .txtarea{ width:560px; height:100px; border:solid 1px #D1D1D1;}

.setpage{ text-align:center; line-height:30px;}
.setpage a{ background-color:#b3b3b3; color:#FFF; padding:1px 12px; display:inline-block;}
.setpage a:hover{ background-color:#43aced;}
.setpage .currentpage{ padding:1px 12px; display:inline-block; color:#FFF; background-color:#da251d;}


/*右边在线浮动图标*/
.side_right {width:40px;left:50%;bottom:80px;margin-left:600px;position:fixed;_position:absolute;_right:10px;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-210));z-index:102;}
.side_right .con{position:relative;height:110px;}
.side_right .con a{ width:50px; height:50px; line-height:50px; text-align:center; display:inline-block; margin-bottom:6px;}
.side_right .con .rightweixin{}
.side_right .con .rightweixin .weixin{ display:none;}
.side_right .con .rightweixin a:hover .weixin{ display:block; border:0; position:absolute; margin:-55px 0 0 -170px;}
.side_right .con #totop{width:50px;height:50px;background:url(../index/totop.png) no-repeat; display:none;opacity:0.6; cursor:pointer;}
.side_right .nobt{ height:90px;}

.fenxiang{ height:36px; line-height:36px; padding:10px 0 0 0; font-size:12px;}
.fenxiang1{ float:left; margin-right:8px; font-weight:bold;}
.fenxiang2{ float:left;}