@charset "utf-8";
@import "fonts/font.css?v=20230601";
@import "fonts/font-awesome.css?v=20230601";
@import "common.css?v=20230601";

.header_bg{ height:60px;}
.mobile_header{ background-color:#FFF; height:60px; position:fixed; z-index:99997; width:100%; -webkit-transform:translateZ(0); -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2); -moz-box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.2);}
.mobile_header1{}
.mobile_header1 a{ padding:14px 0; display:inline-block;}
.mobile_header1 img{ height:32px;}
.mobile_header2{ position:absolute; right:0; top:0;}
.mobile_header2 a{ width:40px; text-align:center; height:60px; line-height:60px; display:inline-block; cursor:pointer;}
.mobile_header2 a i{ height:60px; line-height:60px; font-size:18px;}

.header{ position:relative;}
.header1{ position:absolute; top:0; z-index:1; width:100%;}
.header1_1{ padding:30px 0 0;}
.header1_2{ position:absolute; right:10px; top:130px; padding:4px; background-color:#FFF;}
.header1_3{ position:absolute; right:140px; top:156px;}



/*主菜单*/
.mainmenu{ background-color:#006eb3; height:58px; position:relative; z-index:9999; background-size:cover; background-image:url(../index/mainmenu_bg.png); background-repeat:no-repeat; background-position:center;}
.mainnav{ z-index:1; z-index:9999; text-align:center; display:flex; display:-webkit-flex; align-items:center; justify-content:center;}
.mainnav .nLi{ position:relative;}
.mainnav .nLi>a{ display:block; height:58px; line-height:58px; font-size:14px; padding:0 11px; color:#FFF;}
.mainnav .on>a{color:#FFF;}

.mainnav .nLi>a::after{
	position: absolute;
	height: 38px;
	background-color: transparent;
	display: table;
	content: " ";
	clear: both;
	top:10px;
	left: 50%;
	width: 0;
	-moz-border-radius:8px;
	border-radius:8px;
	border:solid 1px rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mainnav .on>a::after {
	width: 100%;
	left: 0%;
	border-color:rgba(255,255,255,1);
}

.mainnav .sub{ display:none; left:50%; top:58px; position:absolute; background-color:#FFF; padding:10px 15px 20px;-moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; text-align:left;}
.mainnav .sub li{ zoom:1; border-bottom:dashed 1px #d2d2d2;}
.mainnav .sub a{ display:block; line-height:25px; font-size:13px; color:#666666; padding:10px 0; text-align:center;}
.mainnav .sub a:hover{ color:#006eb3;}
.mainnav .sub a i{ background-image:url(/index/mainmenu_sub1.png); background-position:-9px 0; background-repeat:no-repeat; width:9px; height:9px; display:inline-block; margin-right:8px;}
.mainnav .sub a:hover i{ background-position:0 0;}


.pc_find{ border-bottom:solid 1px #e5e5e5; padding:12px 0; line-height:28px;}
.pc_find1{ float:left; background-color:#2a2a2a; color:#FFF; padding:0 10px; margin-right:10px; font-weight:bold;}
.pc_find2{ float:left; width:55%;}
.pc_find2 a{ padding:0 5px; display:inline-block;}
.pc_find3{ float:right;}
.pc_find3 .find_txt{ width:140px; border:solid 1px #dcdcdc; height:28px; line-height:24px; outline:none; padding:0 10px;}
.pc_find3 .find_bt{ background-color:#2a2a2a; color:#FFF; height:28px; line-height:28px; width:50px; border:0; cursor:pointer;}
.pc_find3 .find_bt:hover{ background-color:#006eb3;}

.banner_swiper{}
.banner_swiper .swiper-container{ height:240px;}
.banner_swiper .swiper-container .swiper-slide{ background-size:cover; background-position:center;}

.banner{ height:150px; background-position:center -30px; background-repeat:no-repeat; border-bottom:solid 5px #FFF;} /* background-size:auto 100%;*/


.foot1{ background-color:#393b3d; padding:30px 0; color:#9f9f9f;}
.foot1 a{ color:#9f9f9f;}
.foot1 a:hover{ color:#FFF;}
.foot1_1{}
.foot1_1>.myrow>ul{}
.foot1_1>.myrow>ul>li{ float:left; width:11.1%;}
.foot1_1>.myrow>ul>li>a{ line-height:22px; font-size:16px; font-weight:bold; color:#FFF; margin-right:10px; padding-bottom:8px;}
.foot1_1>.myrow>ul>li>a:hover{ color:#FFF;}
.foot1_1>.myrow>ul>li>a:after{ width:30px; height:2px; content:""; background-color:#FFF; position:absolute; left:0; bottom:0;}
.foot1_1>.myrow>ul>li>ul{ padding:10px 0 0;}
.foot1_1>.myrow>ul>li>ul>li>a{ padding:3px 0; margin-right:10px;}

.foot2{ border-top:solid 1px #cdcdcd; background-color:#FFF; padding:18px 10px; line-height:1.6; margin-bottom:60px; text-align:center;}

.mt1{ margin-top:10px;}
.mt2{ margin-top:20px;}
.mt3{ margin-top:30px;}
.mt4{ margin-top:40px;}
.mt5{ margin-top:50px;}
.myrow{ overflow:hidden;}
.myrow:after{ clear:both;display: table; content:" ";}
.myrow2{}
.myrow2:after{ clear:both;display: table; content:" ";}
.more1{ border:solid 1px #737373; line-height:33px; display:inline-block; padding:0 22px;}
.more1:hover{ border-color:#006eb3; background-color:#006eb3; color:#FFF;}

.index_content{ padding:20px 0; overflow:hidden;}
.index_height{ height:20px;}
.index_height2{ height:15px;}
.index_title1{ background-image:url(../index/index_title_bg.png); background-size:auto 100%; background-repeat:no-repeat; background-position:right center; background-color:#006eb3; height:40px; line-height:40px; padding:0 15px;}
.index_title1 a{ float:right;color:#ebeaea;}
.index_title1 a:hover{ color:#FFF;}
.index_title1 span{color:#FFF; font-size:17px; line-height:36px; font-weight:bold;}
.index_more{ position:relative; z-index:1;}
.index_more a{ text-align:center; border:solid 1px #a4a4a4; color:#a4a4a4; width:150px; line-height:36px; height:36px; display:inline-block;-moz-border-radius:5px; border-radius:5px;}
.index_more a:hover{ background-color:#006eb3; border-color:#006eb3; color:#FFF;}

.index_border{ border:solid 1px #e9e9e9;}

.index1{}
.index1>div{}
.index1>div:nth-child(2){ margin-top:20px;}
.index1_1{ padding:10px; line-height:1.6;}
.index1_2{ padding:10px;}


.index_news{}
.index_news1{}
.index_news1 .swiper-container .swiper-pagination{ bottom:90px;}
.index_news1 a{ position:relative; display:block;}
.index_news1 a .info{ position:absolute; bottom:0; width:100%; padding:10px 0; background-color:rgba(0,111,180,0.9);}
.index_news1 a .info .title{ padding:0 10px 5px; font-size:16px; color:#FFF; line-height:22px; font-weight:bold;}
.index_news1 a .info .desc{ padding:0 10px; height:36px; color:#CCC; line-height:18px; -webkit-line-clamp:2;}
.index_news1 a:hover .info{ background-color:rgba(1,155,163,0.8);}
.index_news1 a:hover .info .title{ color:#FF0;}
.index_news1 a:hover .info .desc{ color:#FFF;}

.index_news2{ margin-top:15px;}
.index_news2 .txt{ border:solid 1px #f3f3f3;}
.index_news2 .txt .bg1{ background-color:#f3f3f3;}
.index_news2 .txt .bg2{ background-color:#fbfbfb;}
.index_news2 .txt a{ display:block; padding:12px 10px; display:table; width:100%;}
.index_news2 .txt a>div{ display:table-cell; line-height:18px;}
.index_news2 .txt a .time1{ color:#343434; font-size:28px; line-height:40px; vertical-align:middle; text-align:center; width:34px;}
.index_news2 .txt a .time2{ color:#343434; font-size:14px; width:50px; vertical-align:middle; text-align:center;}
.index_news2 .txt a .info{ vertical-align:middle; border-left:solid 1px #343434; padding-left:10px;}
.index_news2 .txt a .info .title{ font-size:15px; font-weight:bold; height:18px; -webkit-line-clamp:1;}
.index_news2 .txt a .info .desc{ color:#5c5c5c; height:18px; -webkit-line-clamp:1;}
.index_news2 .more{ background-color:#f3f3f3; text-align:right; padding:15px 20px;}
.index_news2 .more a{ line-height:30px; padding:0 30px; border:solid 1px #0d77b8; background-color:#0d77b8; color:#FFF; display:inline-block;-moz-border-radius:5px; border-radius:5px;}
.index_news2 .more a:hover{ background-color:#FFF; color:#0d77b8;}

.index_news3{ background-image:url(../index/index_news1.png); background-repeat:no-repeat; background-position:right center; height:40px; line-height:40px;}
.index_news3_1{ position:absolute; color:#fff000; background-image:url(../index/index_news2.png); background-size:20px auto; background-position:10px center; background-repeat:no-repeat; font-size:14px; font-weight:bold; padding-left:38px;}
.index_news3_2{ padding-left:106px; color:#FFF;}
.index_news3_2 a{color:#FFF; display:block;}
.index_news3_2 a:hover{color:#FF0;}


.index_certification{ background-color:#f4f4f4;}

.index_project{}


.index_other{ border:solid 1px #e6e6e6; width:100%; padding:10px 14px; margin:10px 0;}
.index_other>.more{ float:right; line-height:46px;}
.index_other>.title{ font-weight:bold; font-size:16px; border-bottom:solid 2px #006fb4; line-height:46px; padding-left:34px; background-repeat:no-repeat; background-size:26px auto; background-position:left center;}
.index_other>.content{ padding:10px 0 0;}
.index_other_list1 a, .index_other_list2 a{ display:block;}
.index_other_list1{ line-height:32px;}
.index_other_list1 .title{ background-image:url(../index/arrow5.png); background-repeat:no-repeat; background-position:left center; padding-left:15px;}
.index_other_list1 .time{ color:#7d7d7d; float:right; font-size:13px; padding-left:10px;}
.index_other_list2{ margin-bottom:10px;}
.index_other_list2 .pic{ float:left; width:35%; border:solid 1px #e0e0e0; padding:5px; overflow:hidden;}
.index_other_list2 .info{ float:left; width:65%; padding-left:10px;}
.index_other_list2 .title{ line-height:24px; font-size:15px; font-weight:bold;}
.index_other_list2 .desc{ color:#7d7d7d; line-height:1.4; font-size:13px; -webkit-line-clamp:3;}
.index_other_list2 a:hover .pic{ border-color:#006eb3;}

.index_contact{}
.index_contact>div{ border:solid 1px #e6e6e6; margin:-1px 0 0;}
.index_contact .info{ margin:20px 5%; padding:0 0 0 40px; background-size:30px auto; background-position:left center; background-repeat:no-repeat; line-height:1.5;}
.index_contact .txt1{ font-size:15px;}
.index_contact .txt2{ font-size:20px; font-weight:bold; font-style:italic;}



.left{ min-height:330px; position:relative;}
.left>div{ background-color:#f7f7f7;}
.left_title{ padding:26px 20px; line-height:22px; font-size:22px; font-weight:bold; color:#006eb3; border-bottom:solid 3px #006eb3;}
.left_menu{ padding:20px 0;}
.left_menu a{ display:block;}
.left_menu1{ border-bottom:solid 1px #eeeeee;}
.left_menu1 div{ line-height:70px; font-size:18px; padding-left:10%; background-image:url(../index/left_menu1_bg.png); background-repeat:no-repeat; background-position:86% center; display:block;}
.left_menu2{ border-bottom:solid 1px #eeeeee; padding:15px 20px;}

.left_tel{ background-color:#006eb3; border-top:solid 1px #FFF; color:#FFF; padding:15px;}
.left_tel h1{ padding:0; margin:5px 0 0; font-size:19px; line-height:1.2; padding-left:34px;}
.left_tel h2{ padding:0; margin:0; font-size:17px; line-height:36px;}
.left_tel h2 img{ margin-right:10px; width:24px;}


.right{ width:100%;}


.page_content{ padding:0 0 20px;}
.content1{ line-height:1.6;}
.newscontent{}
.prodcontent{}
.downloadcontent{ padding:30px 0;}
.messagecontent{ padding:20px 0 0; max-width:700px; margin:0 auto;}
.feedback{}
.feedback div{ padding:5px 0;}


/*当前位置*/
.location0{ padding:0 0 10px;}
.location1{ text-transform:uppercase; font-size:18px; font-weight:bold; line-height:42px; color:#006eb3;}
.location1 span{ font-size:24px;}
.location2{ line-height:18px; padding:12px 0; background-color:#FFF; border-bottom:solid 1px #dcdcdc; position:relative;}
.location2>div>div{ padding-left:25px; background-image:url(../index/location2.png); background-repeat:no-repeat;}
.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;}


.prodclass1{ padding:10px; vertical-align:top;}
.prodclass1 a{ position:relative; display:block; background-color:#000;}
.prodclass1 a div{ position:absolute; width:100%; margin-top:50%; display:block; text-align:center;}
.prodclass1 a div span{ background-color:#000; font-size:15px; color:#FFF; padding:10px 0px; width:85%; opacity:0.7; display:inline-block;}
.prodclass1 a:hover div span{ background-color:#FFF; color:#000;}

.ProdclassReadme{ padding:0px 15px 15px; line-height:20px;}

/*产品图标菜单*/
.prodclass_menu{ padding:0 0 30px;}
.prodclass_menu li{ width:16%; text-align:center; float:left; margin:15px 0 0;}
.prodclass_menu li a{ display:block; padding:0 6px; text-transform:uppercase; line-height:1.3;}
.prodclass_menu li a div{ padding:0 10%;}
.prodclass_menu li a img{ max-width:100%; margin:0 0 6px;-moz-border-radius:200px; border-radius:200px;}

/*产品首页*/
.product_home1{ padding:5px 0; text-align:center; font-size:20px; font-weight:bold;}
.product_home2{}

/*产品列表样式*/
.productlist1{}
.productlist1 a{ display:block; text-align:center;}
.productlist1 .pic{ border:solid 1px #e0e0e0; overflow:hidden;}
.productlist1 .txt{ padding:10px 0; line-height:20px; font-size:14px;}
.productlist1 a:hover .pic{ border-color:#006eb3;}

.productlist2{ text-align:center; padding:6px;}
.productlist2 a{ display:block; position:relative; font-size:18px; color:#FFF; overflow:hidden;}
.productlist2 .pic{ position:relative; overflow:hidden;}
.productlist2 .pic img{ width:100%;}
.productlist2 .txt{ position:absolute; top:100%; background-color:rgba(0,0,0,0.5); height:100%; width:100%; display:flex;display:-webkit-flex; align-items:center; justify-content:center;}
.productlist2 .txt span{ padding:0 15px;}
.productlist2 a:hover .txt{ top:0;}

.productlist2s{}
.productlist2s img{ width:170px; height:170px;}

.productlist3{}
.productlist3 img{ width:260px; height:195px;}


/*产品详细样式*/
.prod_detail{ padding:0;}
.prod_detail_left{ width:100%;}
.prod_detail_left1{ border:solid 1px #e0e0e0; text-align:center;}
.prod_detail_left2{ padding:10px 0 0;}
.prod_detail_left2 a{ margin:5px; display:inline-block;}
.prod_detail_left2 a img{ width:60px; height:70px; border:0;}
.prod_detail_right{ width:100%;}
.prod_detail_title{ font-size:28px; color:#222; padding:10px 0; line-height:1.2; font-weight:bold;}
.prod_detail_otherpic{ padding:6px 0;}
.prod_detail_otherpic a{ display:inline-block; border:solid 1px #dbdbdb; margin:0 8px 8px 0;}
.prod_detail_otherpic a:hover{ border-color:#ababab;}
.prod_detail_otherpic a img{ width:80px; height:80px; border:0;}
.prod_detail_desc{ line-height:1.8;}
.prod_detail_cartbt{ padding:15px 0 0;}
.prod_detail_content{ margin:20px 0 0;}
.prod_detail_content_title{ border-bottom:solid 1px #eeeeee; text-align:center; font-size:18px; line-height:36px; color:#595959; font-weight:bold; text-transform:uppercase;}
.prod_detail_content_title::after{position:relative;height:2px;display:table;content:"";left:50%;width:80px;margin-left:-40px;background-color:#006eb3;}
.prod_detail_content_list{ line-height:1.8;}

.prod_otherdetail_title{ font-size:28px; color:#222; padding:10px 0; line-height:1.2; font-weight:bold;}
.prod_otherdetail_photo{ text-align:center; padding:10px 0; max-width:800px; margin:0 auto;}
.prod_otherdetail_content{ padding:5px 0; line-height:1.8;}
.prod_otherdetail_content .tabs{ border:0; border-collapse:collapse;}
.prod_otherdetail_content .tabs td{ border:solid 1px #c2c2c2; padding:5px; font-weight:bold; line-height:1.6; text-align:center; word-break:break-all;}

.prod_detail_bt{ text-align:center; padding:15px 0;}
.prod_detail_bt a{ margin:0 5px;}

.prod_detail_othertitle{ text-align:center; padding:15px 0;}
.prod_detail_othertitle span{ border-bottom:solid 2px #8b002b; font-size:22px; font-weight:bold; text-transform:uppercase; color:#8b002b; padding:0 5px; display:inline-block; line-height:40px;}
.prod_detail_more{ padding:10px 0 0;}

.proddetail1{ padding:5px 5px 10px; text-align:center; font-size:20px; font-weight:bold; color:#000;}
.proddetail2{ text-align:center; padding-bottom:8px;}
.proddetail3{ line-height:26px; padding:10px 0 10px;}
.proddetail4{ text-align:center; padding:0 0 30px;}
.proddetail5 { line-height:1.8; padding:20px 0 0;}
.proddetail2 img, .proddetail3 img{ max-width:100%;}


/*新闻列表页样式*/
.newslist1{border-bottom:dashed 1px #cccccc;background-image:url(/index/arrow1.gif); background-repeat:no-repeat; background-position:8px 23px;font-size:14px;padding:15px 0 15px 24px;}
.newslist1 span{ float:right; color:#999; width:100px; text-align:center;}

.newslist2{ padding:20px 10px; border-bottom:dashed 1px #cccccc;}
.newslist2_1{}
.newslist2_1 a{ overflow:hidden; display:block; border:solid 1px #e0e0e0; padding:3px;}
.newslist2_1 img{ border:0;}
.newslist2_1 a:hover{ border-color:#006eb3;}
.newslist2_2{}
.newslist2_2_1{ padding:5px 0; line-height:26px;}
.newslist2_2_1 a{ color:#006eb3; font-size:16px; font-weight:bold; display:block;}
.newslist2_2_1 a:hover{ color:#2a2a2a;}
.newslist2_2_2{ line-height:22px;}
.newslist2_2_3{ line-height:26px; color:#a1a1a1; padding:5px 0 0;}
.newslist2_2_4{ padding:10px 0 0;}
.newslist2_2_4 a{background-color:#006eb3; height:30px; line-height:30px; color:#FFF; display:inline-block; padding:0 20px;}
.newslist2_2_4 a:hover{background-color:#2a2a2a; color:#FFF;}

.newslist3{}
.newslist3 a{ display:block; text-align:center; line-height:22px; margin:10px 0;}
.newslist3 .pic{ overflow:hidden; border:solid 1px #e0e0e0; padding:5px;}
.newslist3 img{ border:0;}
.newslist3 a:hover .pic{ border-color:#006eb3;}
.newslist3 .txt{ padding:8px 0 0; font-size:16px;}


/*新闻详细页样式*/
.newdetail{}
.newdetail1{padding:5px 5px 0; text-align:center;}
.newdetail1 h1{ line-height:1.6; font-size:22px; color:#333; padding:0; margin:0;}
.newdetail2{border-bottom:dashed 1px #cccccc; color:#a8a8a8; padding:8px 0px 12px; text-align:center;}
.newdetail3{line-height:1.8; padding:10px 0px;}
.newdetail3 .video{ max-width:800px; margin:0 auto; padding:0 0 20px;}
.newdetail3 img{ max-width:100%;}
.newdetail4{padding-top:10px; border-top:dashed 1px #cccccc; line-height:26px; width:100%; display:inline-block;}
.newdetail4_1{}
.newdetail4_2{ text-align:left;}
.newdetail5{line-height:1.8; padding:0;}
.newdetail5 img{ max-width:100%;}


/*业务领域*/
.business{ background-image:url(../index/business_bg.jpg); background-repeat:no-repeat; background-position:center; padding:20px 0;}
.business_list{ width:20%; padding:5px 2px; text-align:center;}
.business_list a{ display:block; text-align:center;}
.business_list .pic{ overflow:hidden; background-color:#FFF; width:96%; padding:2px; border:solid 1px #2583bc; margin:0 auto; -moz-border-radius:400px; border-radius:400px;}
.business_list .pic img{ width:100%; -moz-border-radius:400px; border-radius:400px;}
.business_list .txt{ margin-top:6px; font-size:14px; line-height:22px; height:44px; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -o-text-overflow:ellipsis; text-overflow: ellipsis; -webkit-line-clamp:2;}


/*联系我们*/
.contact1{ line-height:1.7;}
.contact1 h1{ font-size:19px; color:#222222; line-height:1.2;}
.contact1 i{ font-size:15px; width:24px; text-align:center; margin-right:8px;}
.contact2{ padding:15px 0 0;}


/*信息反馈*/
.feedback_content{ max-width:600px; margin:0 auto;}
.feedback1{ width:80px; text-align:right; padding:5px 10px 5px 0;}
.feedback1 span{ color:#F00;}
.feedback2{ padding:5px 0;}


.txtinput{background-color:#F9F9F9; border:solid 1px #D1D1D1; height:34px; line-height:32px; padding:0 5px; width:100%;}
.txtinput2{background-color:#F9F9F9; border:solid 1px #D1D1D1; line-height:20px; padding:0 5px; width:100%;}

.bt,.bt:link{ background-color:#006eb3; width:90px; height:30px; line-height:30px; cursor:pointer; border:0; color:#FFF; font-size:14px; display:inline-block; text-align:center;}
.bt:hover{ background-color:#2a2a2a; color:#FFF;}
.otherbt1{ border:solid 0px #006eb3; background-color:#006eb3; width:180px; font-size:16px; color:#FFF; text-transform:uppercase; height:32px; line-height:32px; display:inline-block; text-align:center;-moz-border-radius:25px; border-radius:25px;}
.otherbt1:hover{ background-color:#2a2a2a; color:#FFF;}
.otherbt2{ border:solid 0px #006eb3; background-color:#006eb3; width:180px; font-size:16px; color:#FFF; text-transform:uppercase; height:40px; line-height:40px; display:inline-block; text-align:center;-moz-border-radius:25px; border-radius:25px;}
.otherbt2:hover{ background-color:#2a2a2a; color:#FFF;}
.otherbt3{ border:solid 0px #006eb3; background-color:#006eb3; width:180px; font-size:16px; color:#FFF; text-transform:uppercase; height:40px; line-height:40px; display:inline-block; text-align:center;-moz-border-radius:25px; border-radius:25px;}
.otherbt3:hover{ background-color:#FFF; color:#006eb3;}


/*下载*/
.download{ border-collapse:collapse;}
.download th, .download td{ border:solid 1px #e8e8e8; padding:8px;}
.download th{ background-color:#f5f5f5; text-align:center;}
.downloadtd1{}
.downloadtd2{ width:120px; text-align:center;}
.downloadtd2 .bt{ width:110px;}


/*视频样式*/
.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:#006eb3;}
.videodetail2{ text-align:center;}
.videodetail3{ text-align:center; padding:15px 0 0;}


/*会员样式*/
.star{ color:#F00; font-size:16px;}
.mb_title{ text-align:center; font-size:22px; padding:10px 0; color:#333333;}
.mb_name{ padding:3px; line-height:36px; color:#999; text-align:right;}
.mb_txt{ padding:3px;}
.mb_txt input{ border:solid 1px #e4e4e4; line-height:32px; height:32px; margin:0; padding:0 5px; width:200px;}
.mb_txt textarea{ border:solid 1px #e4e4e4; line-height:22px; height:84px; margin:0; padding:0 5px; width:200px;}
.mb_bt{ text-align:center; padding:10px 0;}


/*购物车*/
.InquireBasket{z-index: 1501; background-color:#FFF; border:solid 1px #aaaaaa; width:230px; height:270px; position:fixed; right:0; bottom:60px;-webkit-box-shadow:5px 5px 20px #1f2732; -moz-box-shadow:5px 5px 20px #1f2732; box-shadow:5px 5px 20px #1f2732; -webkit-transform:translateZ(0);}
.InquireBasket_Title{ background-color:#7298ba; color:#FFF; line-height:40px; font-weight:bold; text-align:center;}
.InquireBasket_Title span{}
.InquireBasket_Title1{ font-size:20px; width:40px; cursor:pointer; display:inline-block;}
.InquireBasket_Title2{ width:148px; font-size:13px; display:inline-block;}
.InquireBasket_Title2 span{ color:#ffb629;}
.InquireBasket_Content{ height:190px; overflow:auto; background-color:#FFF; font-size:12px;}
.InquireBasket_Content li{border-bottom:solid 1px #e8e8e8; padding:8px;}
.InquireBasket_Content li img{ width:40px; height:40px; float:left; border:0; margin-right:10px;}
.InquireBasket_Content li:hover{ background-color:#fffeee;}
.InquireBasket_Content .name{ display:block; line-height:20px; height:20px; overflow:hidden;}
.InquireBasket_Content .name a{ color:#246bb3;}
.InquireBasket_Content li .delbt{ display:none;}
.InquireBasket_Content li:hover .delbt{ display:block; line-height:20px;}
.InquireBasket_Content .delbt a{ color:#888;}
.InquireBasket_Content .delbt a:hover{ color:#444; text-decoration:underline;}

.InquireBasket_Submit{ text-align:right; padding:8px 10px 0 0;}
.InquireBasket_Submit a{ background-color:#e64545; color:#FFF; line-height:24px; width:70px; display:inline-block; text-align:center;}

.Inquire_Tabs{ border:0; border-collapse:collapse;}
.Inquire_Tabs th, .Inquire_Tabs td{ border:solid 1px #e0e0e0; padding:8px;}
.Inquire_Tabs th{ background-color:#f1f1f1; height:20px; text-align:center;}
.Inquire_Tabs1{ width:40%; text-align:center;}
.Inquire_Tabs1 img{ width:120px; max-width:100%; border:0;}
.Inquire_Tabs2{}

.Inquire_Tabs_Data{ border:0; border-collapse:collapse;}
.Inquire_Tabs_Data th, .Inquire_Tabs_Data td{ padding:6px;}

.ts{ text-align:center; margin:60px 0;}


/*产品滚动列表样式*/
.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{ border:solid 1px #e6e6e6; padding:20px; margin:0;}
.link1{}
.link1 .n1{ color:#828282; height:20px; line-height:20px; font-size:30px; display:inline-block; padding:6px 0 0;}
.link1 .n2{ background-color:#828282; color:#FFF; line-height:32px; padding:0 10px; display:inline-block; margin:0 20px 0 5px;}
.link2{ clear:both; padding:10px 0 0; line-height:32px;}
.link2 a{ padding:0 10px; display:inline-block;}

.wk1_1{ background-color:#eeeeee; height:38px; line-height:38px;}
.wk1_1 h1, .wk1_1 h2{ margin:0; background-color:#006eb3; 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 a{ color:#FFF;}
.wk1_1 a:hover{ color:#FF0;}


.submenu{position:relative; margin:-40px 0 0; height:40px; background-image:url(../index/submenubg.png);}
.submenu li{ float:left;}
.submenu li a{ line-height:40px; color:#FFF; display:inline-block; line-height:35px; padding:3px 15px 0;}
.submenu li a:hover{ color:#FF0;}
.submenu li .this{ border-top:solid 3px #e77817; padding:0 15px;}



.lmenu1{}
.leftmenu1{ padding:15px 6% 15px 50px; font-size:17px; color:#222; background-image:url(../index/left-menu1-up.png); background-position:20px 17px; background-repeat:no-repeat; display:block;}
.leftmenu1:hover{ background-image:url(../index/left-menu1-over.png); color:#006eb3;}
.leftmenu1.this{ background-color:#006eb3; background-image:url(../index/left-menu1-active.png); color:#FFF;}


.lmenu2{ background-color:#ededed; padding:20px 0;}
.leftmenu2{ padding:5px 10px 5px 50px; font-size:15px; background-image:url(../index/left-menu2-up.png); background-repeat:no-repeat; background-size:5px auto; background-position:30px 13px;}
.leftmenu2:hover{ background-image:url(../index/left-menu2-over.png);}
.leftmenu2o{ padding:5px 10px 5px 50px; font-size:15px; color:#006eb3; background-image:url(../index/left-menu2-over.png); background-repeat:no-repeat; background-size:5px auto; background-position:30px 13px;}

.menulist{ background-color:#f7f7f7; min-height:140px;}
.menulist li{ border-bottom:solid 1px #e5e5e5;}
.menulist a{ color:#363636; padding:10px 20px; text-align:center; font-size:16px; line-height:1.6; display:block;}
.menulist a:hover, .menulist .this{ color:#006eb3;}


/*招聘样式*/
.jobs_list{ border:solid 1px #e0e0e0; padding:0px; margin:0 0 15px;}
.jobs_list .jobs_title{ background-color:#ededed; color:#222; font-size:16px; font-weight:bold; line-height:20px; padding:12px 15px;}
.jobs_list .jobs_content{ padding:15px 20px;}
.jobs_list .jobs_content div{ margin:3px 0; line-height:1.5;}

.JobsAdd{}
.JobsAdd div{float:left; margin:0 0 10px;}
.JobsAdd2{ width:25%; text-align:center; height:36px; padding:8px 0; line-height:20px;}
.JobsAdd3, .JobsAdd4{ width:75%; height:36px; line-height:36px;}
.JobsAdd5{ height:100px; width:75%; text-align:center;}
.JobsAdd3 input, .JobsAdd5 textarea{ background-color:#fafafa; border:solid 1px #e0e0e0; width:100%; height:36px; line-height:36px; outline:none; padding:0 8px;}
.JobsAdd5 textarea{ height:100px; line-height:20px;}
.JobsAdd6{ text-align:center; width:100%;}


.setpage{ text-align:center; line-height:38px;}
.setpage a{ background-color:#FFF; padding:1px 10px; display:inline-block; border:solid 1px #d7d7d7; margin:6px 3px;}
.setpage a:hover{ border-color:#006eb3;}
.setpage input{ border:solid 1px #363636; background-color:#000; height:19px; color:#FFF; width:30px; margin-bottom:1px;}
.setpage .currentpage{ padding:1px 10px; display:inline-block; border:solid 1px #006eb3; color:#FFF; background-color:#006eb3; margin:6px 3px;}


.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;}


.sitemap_location{ padding:0 0 20px;}
.sitemap_menu{}
.sitemap_menu>li{ border-top:dotted 1px #d1d1d1; padding:20px;}
.sitemap_menu>li>a{ padding:10px; display:inline-block; font-weight:bold; font-size:18px;}
.sitemap_menu>li>ul>li{ float:left;}
.sitemap_menu>li>ul>li>a{ padding:10px; display:inline-block; font-size:16px;}


