@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{color:#000;	margin:0px auto; font-family: "Microsoft YaHei"; font-size:14px; background:#fff; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; vertical-align:middle; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:focus { outline:none; }
a:hover{ color:#000;}
a:active{ outline:none;}

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,input,select,textarea { margin:8px 0; padding:5px 10px; vertical-align: baseline; *vertical-align: middle; box-sizing:border-box; width:100%; font-size:16px; height:38px; border:1px solid #ddd; background:#f8f8f8; }
button,select {  }
input{  }
textarea{ height:100px; }

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@元件 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:red;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.clear2 { display:block; clear:both; height:10px; overflow:hidden; line-height:10px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666; }
/*默认样式*/
.btn {  background-color: #269ae3;  color: #fff; }
.btn:hover {  background-color: #1f83df; color:#fff;}
.btn:active {  background: #76a312;  color: #374f00;}
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{  }
.form_text { background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px; border:1px solid #1f83df; }
input.form_text:focus { border:1px solid #1f83df; } 
.form_text_verifycode { width:134px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px; display:none;} /*more链接*/
.code_image{ cursor: pointer; padding-left:10px; height:30px; } /*验证码图片样式*/
.imgscale { overflow:hidden; }
/*频道*/
.ChannelContent{ line-height:2.0em; font-size:16px;}
.ChannelSContent, .ChannelSContent p{ line-height:1.8em}
.ChannelContent a{ color: #ff9d02}
.ChannelContent table { margin:0 auto; }
.ChannelSContent{color:#FFF;  line-height:25px; height:200px;overflow:hidden; margin-bottom:10px;}
.ChannelSContent a{ color: #ff9d02}
.ChannelSContent img, .InfoContent img{ max-width:100% }
.ChannelAlbum{ overflow:hidden; margin-top:20px; }

/*信息*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; padding:5px 0px}
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;}
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:2.0em; font-size:16px; padding:0;}
.InfoContent table { margin:0 auto; }
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border:0px dashed #ccc; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ background:#F0F0F0; padding:5px; margin:10px 0; border:1px solid #E3E3E3; color:#333; line-height:1.8em}
.Next a{ }
.Previous a{ }
.f1 { text-align:center; color:#333; font-size:20px; line-height:24px; border-bottom:1px solid #999; padding-bottom:5px;}
.InfoContent p, .ChannelContent p{text-indent:2em;}
/*==========@@元件 结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title { height:39px; line-height:39px; border-bottom:1px solid #01673A; }
.left_title h2 { font-size:16px;  color:#01673A; }
.left_body { overflow:hidden; zoom:1; color:#01673A;  padding:10px 10px 5px; border-top:0; border-bottom: 0px}
.left_bottom { height:15px; margin-bottom:5px;}
/*样式1*/
.left_title1{ text-align:center; overflow: hidden; margin-bottom: 25px;}
.left_title1 p { color: #888; font-size:14px;}
.left_title1 h2 a{ line-height:40px; font-size:30px; font-weight:normal; color: #000;}
.left_title1 i{ display: block; width: 30px; height: 3px; background: #1651b8; margin: 0 auto; margin-top: 10px; }
.left_body1 { overflow:hidden; zoom:1;}
.left_body1 .ChannelPicture{ float:right; overflow:hidden; width:480px;}
.left_bottom1 { height:0px; margin-bottom:0px;}
/*样式2*/
.left_title2{ text-align:center; overflow: hidden;margin-bottom: 25px; }
.left_title2 p { color: #888; font-size:14px;}
.left_title2 h2 a{  line-height:40px; font-size:30px; font-weight:normal; color: #fff;}
.left_title2 i{ display: block; width: 30px; height: 3px; background: #fff; margin: 0 auto; margin: 10px auto; }
.left_body2 { overflow:hidden; zoom:1;}
.left_bottom2 { overflow:hidden;}

.left_title3 {  }
.left_body3 {  }
.left_body3 .n1 { overflow:hidden; height:274px; }
.left_body3 .InfoPicture { height:100%; float:left; position:relative;}
.left_body3 .InfoPicture img { height:100%; z-index:1; width:auto;}
.left_body3 .InfoPicture img.shiliblue { height:auto; position:absolute; top:0; right:0; z-index:2;}
.left_body3 .InfoPicture img.shiliblue2 { display:none; }
.left_body3 .info_wrap { height:232px; background:#fff; overflow:hidden; border:1px solid #ccc;
	border-left:none; padding:20px 0; position:relative;}
.left_body3 .info_wrap i { display:block; width:48px; height:48px; background:url(../images/next.png) no-repeat; position:absolute; bottom:24px; right:20px;}
.left_body3 .InfoTitle { line-height:40px; font-size:32px; font-weight:normal; color:#0a0b0d; text-align:left; padding:0 50px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.left_body3 .InfoContent { margin-top:20px; line-height:31px; padding:0 68px 0 50px; color:#222;}
.left_body3 div.n2 { margin-top:55px; overflow:hidden; height:274px;}
.left_body3 div.n2 .InfoPicture { float:right;}
.left_body3 div.n2 .InfoPicture img.shiliblue { display:none; }
.left_body3 div.n2 .InfoPicture img.shiliblue2 { height:auto; display:inline-block; position:absolute; top:0; right:0; z-index:2; }
.left_body3 div.n2 .info_wrap {  border:1px solid #ccc; border-right:none; }
.left_body3 div.n2 .InfoTitle { font-size:28px; }
.left_bottom3 {  }

.left_title4 { padding:0 0 50px; height:32px;}
.left_title4 a { font-size:32px; color:#000; line-height:32px;}
.left_title4 span { color:#ff1010; font-size:22px; line-height:32px; margin:0 0 0 5px; }
.left_body4 {}
.left_bottom4 {}

.left_title5 { padding:20px 0; height:32px; margin:0 0 36px 10px;}
.left_title5 a { font-size:32px; color:#000; line-height:32px;}
.left_title5 span { color:#ff1010; font-size:22px; line-height:32px; margin:0 0 0 5px; }
.left_title5 i { display:inline-block; width:2px; height:28px; background:#000; margin:-5px 15px;  }
.left_title5 p { display:inline; color:#000; font-size:24px; line-height:28px; }
.left_body5 { overflow:hidden; display:flex; vertical-align:middle; }
.thumb3 { width:1080px; float:left; overflow:hidden; position:relative; left:0; top:0; }
.right_body .thumb3 { width:780px; }
.right_body2 .thumb3 { width:880px; }
.left_body5 a.prev { display:block; float:left; width:50px; height:100px; cursor:pointer; margin:100px 10px 0px 0;
	background:#bbb url(../images/left2.png) no-repeat center center; }
.left_body5 a.next { display:block; float:left; width:50px; height:100px; cursor:pointer; margin:100px 0 0px 10px;
	background:#bbb url(../images/right2.png) no-repeat center center; }

#right a.next { display:block; float:left; width:50px; height:100px; cursor:pointer; margin:70px 10px 0px 0;
	background:#bbb url(../images/left2.png) no-repeat center center; }
#right a.prev { display:block; float:left; width:50px; height:100px; cursor:pointer; margin:70px 0 0px 10px;
	background:#bbb url(../images/right2.png) no-repeat center center; }
.left_bottom5 {}

.left_title6 { background:#ececec; overflow:hidden; margin-bottom:15px;}
.left_title6 a { font-size:16px; color:#fff; line-height:28px;}
.left_title6 a p { float:left; background:#0099fa; padding:0 15px; line-height:28px;}
.left_title6 i { display:block; width:23px; height:28px; float:left; background:url(../images/title.png) no-repeat 0;}
.left_title6 a span { color:#484848; float:right; margin-right:10px; font-size:14px;}

.left_body8 { overflow:hidden; }
.left_body8 img { width:128px; float:left; display:block; margin:5px 18px 0 0; }
.left_body8 p { width:340px; float:left; color:#717171; line-height:22px; }

/*主体右侧*/
/*样式1*/
.right_title {}
.right_title h2 { font-size:30px; font-weight:normal; text-align:center; margin-top:40px; color:#333; border-top:1px solid #5999c7; height:70px; }
.right_title h2 p { float:left; line-height:80px; height:80px; padding:0; margin-top:-40px; color:#fff; font-size:22px; width:260px;
	background:#1f83df; _background:#0075c2 url(../images/title2.png) no-repeat right center; _background-size:150px;}
.right_body { padding:0 0px 15px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom {}

.right_body2 { width:1000px; margin:0 auto; }
/*==========@@模块  结束@@==========*/

/*==========@@频道布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback, .bid, .payment { width:1200px;margin:5px auto; }
#top, #banner, #announcement, #link, #copyright, #floor_1,#floor_2,#floor_3,#floor_4,#floor_5,#floor_16 { width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:left; width:250px; }
#right { float:left; width:1200px; border-left:0px solid #E5E5E5; padding-left:0px; }
/*===首页 开始===*/
#floor_1_main{ overflow:hidden; background:#f0f0f0;}
#floor_1{ padding:55px 0px;}
#floor_2_main{ overflow:hidden; background:#fff;}
#floor_2{ padding:45px 0px;}
#floor_16_main{ background:#fff; padding-bottom:45px;}
#floor_16 { position:relative; }
#floor_3_main{ background:#fff; padding-bottom:45px;}
#floor_3 { position:relative; }
#floor_3 .torand { position:absolute; cursor:pointer; width:80px; height:30px; background:url(../images/rand.png) no-repeat; top:20px; right:20px; }
#floor_4_main{ padding: 45px 0; background: #f0f0f0; }
#floor_5_main{ padding: 45px 0; background: #fff; }
.index { overflow:hidden; }
#index_1 { width:372px; margin-right:18px; float:left; }
#index_2 { width:486px; margin-right:18px; float:left; }
#index_2_1 { height:163px; }
#index_3 { width:306px; float:left; }
/*===首页 结束===*/

/*===产品模型 开始===*/
.product  .info_product_detail_wrap{ line-height: 2.2em;}
.product  .info_product_detail_wrap b{color: #626262; font-weight:bold;}
.product  .info_product_detail_wrap table.detail_table{ width:100%; }
.product  .info_product_detail_wrap table.detail_table th{ width: 200px;}
.product  .ProductDescription{ height:40px; color:01673A; margin-top:10px;padding-left:35px; line-height:40px; font-size:16px; font-weight:bold; display:none;}
.product  .info_product_detail_wrap img{ width:216px; height:162px;float:left;  text-align:left; margin-right:10px; }
.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}
.product  .f2{ padding:5px 0px}
.product  .f1{ padding:5px 0px}
.product  .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product  .InfoTime{ padding:5px 0px; }
/*===产品模型 结束===*/

/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table .t1 { font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%; }
table.guestbook_table input { margin:6px 3px; }
table.guestbook_table th{ width:125px; text-align:left; text-indent:25px; color:#555;}
table.guestbook_table td{ text-align:left;}
table.guestbook_table .operation{ text-align:center; }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em;}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#333; font-weight:bold;}
.message_body{ padding-left:10px; padding-right:10px; color:#626262; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{ text-align:left;}
table.feedback_table .operation{text-align:center;}
/*===反馈频道 结束===*/
/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:100px;  background:#fff; border-bottom:0px solid #ddd;}
#top { height:100%; line-height:28px; text-align:right;}
#top_2 { float:right; text-align:right; margin-right:-15px;}
.top2 .MobileEdition{ font-weight:bold; color:red;}
.top2 a { color:#626262; padding:0 18px; }
.top2 a img { margin-top:20px; }
.top2 a:hover { color:#000; text-decoration:none}
.top1 { color:#626262; margin-top:10px; height:28px;}
.top1 span { margin:0 18px; padding:0; font-size:13px; letter-spacing:1px; cursor:pointer;}
.top1 span:hover { color:#000; text-decoration:none}
.top2 a.en { border-right:1px solid #626262; height:14px; line-height:14px; display:inline-block;}

/*Logo*/
#logo { float:left;}
#logo .WebLogo{  }
#logo .WebLogo img{ height:100%; display:block;}
#logo .Language{ width:500px; float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight:bold; color:red;}
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right; font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{ color:#F30;}

/*导航*/
#logo_main { background:#0266e0; overflow:hidden;}
#logo_main.en { background:#166da7; width:1200px; margin:0 auto 20px; }
#navigation_main { background:#0266e0;}
#navigation { margin:0 auto; height:45px; line-height:45px; width:1200px; }
#navigation ul.navigationlist li { float:left; text-align:center; line-height: 45px; }
#navigation ul.navigationlist li.cn { width:132px; }
#navigation ul.navigationlist li a { display:block; padding:0 20px; font-size:16px; font-weight:normal; color:#fff; border:0px dashed red;}
#navigation ul.navigationlist li a:hover { text-decoration:none; background:#01a2ea; color:#fff; }
#navigation ul.navigationlist li a.current { background:#01a2ea; color:#fff; }

/*导航栏下拉*/
#navigation ul.subnavigationlist{ display:none; position:fixed; background:#0266e0; z-index:100;}
#navigation ul.subnavigationlist.en{ background:#166da7;}
#navigation ul.subnavigationlist li { float:none; padding:0px; display:inline;}
#navigation ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; line-height:30px;
	height:30px; font-size:15px; padding:0px 36px; text-align:left;}
#navigation ul.subnavigationlist li a:hover {  background:#01a2ea;  color:#fff; }
#navigation li.en ul.subnavigationlist li a  { padding:0px 20px; }
#navigation li.en ul.subnavigationlist.n6 li a  { padding:0px 15px 0px 15px; }
#navigation li.cn ul.subnavigationlist.n4 li a  { padding:0px 25px 0px 32px; }
#navigation li.cn ul.subnavigationlist.n9 li a  { padding:0px 11px 0px 16px; }

/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/announcement_title.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }

/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%;}
#banner.en { width:1200px; margin-bottom:20px; }
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:15px; height:6px; background:#fff; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#F00; }

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main { width:1200px; margin:0 auto; overflow:hidden; margin:10px 0; } 
#location { color:#666; float:right; padding:0 8px 0 20px; margin-top:0px; background:url(../images/home.png) no-repeat 0 center; background-size:14px;}
#location a {color:#1f83df;}

/*子频道列表*/
#subchannel_main{ border-bottom:1px solid #ddd; overflow:hidden; }
#subchannel{ width:1200px; overflow:hidden; margin:0 auto; line-height:50px; height:50px;}
.subchannellist { text-align:center;}
.subchannellist li { display:inline; border-left:1px solid #ccc;}
.subchannellist li.n1{ border:0;}
.subchannellist li a {padding:10px 5px; margin:0 25px;  color:#333;  font-size:18px; }
.subchannellist li a:hover { color:#0256ac;text-decoration:none; }
.subchannellist #current a {  font-weight:normal;  color:#0256ac; border-bottom:3px solid #0256ac;}
.subchannellist .depth1{ font-weight:normal; }
.subchannellist .depth2{ font-size:14px; text-indent:1.5em; background:none; }
.subchannellist .depth2 a{ border:none;}
.subchannellist .depth3{ font-size:14px; text-indent:3em}
.subchannellist .depth4{ font-size:14px; text-indent:4.5em}
.subchannellist .depth5{ font-size:14px; text-indent:6em}
.subchannellist .depth6{ font-size:14px; text-indent:7.5em}

#leftmenu { width:260px; float:left; margin-right:40px; }
.lielist {  min-height:400px; background:#f2f2f2; }
.subchannellist2 { text-align:left;}
.subchannellist2 li { height:35px; background:#f2f2f2 url(../images/triangle.png) no-repeat 12px center; line-height:35px;
	color:#fff; font-size:14px; border-bottom:1px solid #ccc; padding-left:36px; overflow:hidden; }
.subchannellist2 li.depth2 { padding-left:64px; background-position:40px center;}
.subchannellist2 li a { color:#666; display:block; }
.subchannellist2 li.depth1#current { background:#0075c2 url(../images/triangle2.png) no-repeat 12px center;}
.subchannellist2 li.depth2#current { background:#0075c2 url(../images/triangle2.png) no-repeat 40px center;}
.subchannellist2.en li { padding-left:20px; background-position:0px center; }
.subchannellist2.en li.depth2 { padding-left:42px; background-position:18px center;}
.subchannellist2.en li.depth1#current { background-position:0 center;}
.subchannellist2.en li.depth2#current { background-position:18px center;}
.subchannellist2 li#current a { color:#fff; }

.imglist { margin-top:20px; }
.imglist li { width:100%; margin-bottom:10px; position:relative; text-align:center; }
.imglist li img { width:100%; min-height:120px; }
.imglist li p { width:100%; position:absolute; bottom:98px; left:0; font-size:22px; text-indent:36px; }
.imglist li div { width:100%; position:absolute; bottom:26px; left:0; font-size:20px; color:#01a2ea; font-weight:bold; }

/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:60px; padding:0px 3px;}

.search { overflow:hidden; width:900px; margin:20px auto; }
.search .searchBox { float:left; width:776px; }
.search .searchBox input { height:36px; font-size:16px; padding:2px 8px; }
.search .submit { float:left; width:100px; margin-left:20px; }
.search .submit input { height:42px; font-size:16px; background:#01a2ea; border-color:#01a2ea; color:#fff; cursor:pointer; font-weight:bold; }

/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }

/*公共百度地图*/
#Map{ overflow:hidden; width:100%;}
#Map .MapInfo{ float:left; border: 1px dashed #ccc; padding:8px;}
#Map .MapInfo #MapContainer{ width:870px; height:380px; }
#Map .ContactInfo{ width:300px; float:right; line-height:2.7em;}
#Map .ContactInfo .Company{ font-size:24px; margin-bottom:8px;}
#Map .ContactInfo img{ width: 18px; vertical-align:middle; margin-right:8px;}

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/* 友情链接 */
#link_main {padding: 15px 0; background:#fff;}
#link { padding:0;border: 1px solid #D6D6D6; }
.link_title { line-height:59px; height:59px;  color:#fff;  }
.link_title h2 { font-size:24px; color:#333; font-weight: normal; text-indent:15px;}
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
/*图片链接列表*/
.linkpiclist { overflow:auto; zoom:1;  }
.linkpiclist li { float:left; padding:1px 5px; text-align:center; width:112px;}
.linkpiclist li img { width:86px; height:30px; padding:2px; border:1px solid #eee; }
.linkpiclist li a:hover img { border:1px solid #c11b33; }
/*文字链接列表*/
.linktextlist { overflow: hidden; zoom:1; padding:8px 0 8px 0; }
.linktextlist li { float:left; text-align:center; padding:1px 15px; overflow:hidden;white-space:nowrap;}
.linktextlist li a { line-height:22px; color:#666; }
.linktextlist li a:hover { line-height:22px; color:#c11b33; }

/*tab标题列表*/
.ctab { text-align:center; }
.titlelist { overflow:hidden; line-height:45px; margin:20px 0 40px; display:inline-block; *display:inline; *zoom:1; }
.titlelist li { float:left; margin-bottom:5px; width:218px; height:45px; text-align:center; font-size:16px; cursor:pointer; color:#555; border:1px solid #ccc;
	margin-left:-1px; }
.titlelist li.n0 { margin-left:0; }
.titlelist li.on { background:#01a2ea; color:#fff; }
.titlelist li span {  }
.titlelist li a { color:#555; }
.titlelist li.on a { color:#fff; }
/*tab内容列表*/
.contentlist {  }
.contentlist .content {  }
/*tab文章列表*/
.textlist2 { margin:0 auto; }
.textlist2 li { line-height:30px; height:30px; text-indent:15px; background:url(../images/textlist.png) no-repeat 3px center; }
.textlist2 li .InfoTitle { color:#444; font-size:15px; }
.textlist2 li .InfoTitle:hover { color:#cc0001; }
.textlist2 li .InfoTime { float:right; font-size:15px; color:#888; }

/*底部区域*/
#bottom_main{ color:#f0f0f0; }
#bottom_main .address2 { width:1200px; margin:10px auto 0; background:#888; color:#fff; padding:20px 0; line-height:28px; text-align:center; }
#bottom_1{ background-color:#485156; line-height:64px; }
.bottom_navigation { overflow: hidden; width:1200px; margin:0 auto;}
.bottom_navigation li {  float: left;  width: 132.33px; text-align:center;}
.bottom_navigation li a { font-size: 17px; color: #f0f0f0; }
.bottom_navigation li a:hover {  color:#fff;}
#bottom_2{ background-color:#3a4246; padding:30px 0;}
#bottom_2 .bottom_wrap { width:1200px; margin:0 auto; overflow:hidden; }
#bottom_2 .contact_wrap { width:900px; float:left; color:#898989; font-size:16px; margin-top:10px;}
#bottom_2 .contact_wrap p { height:40px; line-height:40px; }
#bottom_2 .contact_wrap .address { padding-left:36px; background:url(../images/dizhi.png) no-repeat 2px center; background-size:24px; }
#bottom_2 .contact_wrap .tele { padding-left:36px; background:url(../images/dianhua.png) no-repeat 2px center; background-size:24px; }
#bottom_2 .contact_wrap .Fax { padding-left:36px; background:url(../images/chuanzhen.png) no-repeat 2px center; background-size:24px; }
#bottom_2 .contact_wrap .Email { padding-left:36px; background:url(../images/youjian.png) no-repeat 2px center; background-size:24px; }
#bottom_2 #WeChat { float: left; width: 300px; overflow:hidden; text-align:center; color:#898989;}
#bottom_2 #WeChat .line { display:inline-block; width:22%; border-top:1px solid #898989; }  
#bottom_2 #WeChat img { width:100%; }
#bottom_2 #WeChat .weibo { float:left; width:90px; margin:5px 15px 0 45px;}
#bottom_2 #WeChat .wechat { float:left; width:90px; margin:5px 45px 0 15px;}
#WeChat .LShare { display:block; line-height:24px; height:24px; cursor:pointer; margin-bottom:15px; font-size:16px; color:#898989; }
#WeChat p { line-height:30px; color:#898989; }
#WeChat p:hover { line-height:30px; color:#ededed; }

/*分页样式*/
.page { padding:20px 0px 20px 1px; float:right; clear:both;}
.page a, .page span { float:left; display:block; background:#f2f2f2; color:#666; padding:2px 5px; margin-left:6px; line-height:30px; min-width:24px; text-align:center; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#1f83df; color:#fff; }
.page .current{ background:#1f83df; color:#FFF;}
.page #total{color:#1f83df;}

/*会员*/
table .required { margin-right:10px; }
.operation input { width:180px; height:50px; margin-top:20px; background-image:linear-gradient(#ff463e, #ff1716); font-size:18px; }
/*会员登录*/
#frmLogin { background:url(../images/login_back.jpg); height:654px; margin-bottom:50px; padding:10px; }
.login_div { width:550px; margin:150px auto 0; background:#fff; border-radius:10px; overflow:hidden; }
.login_div_title { line-height:62px; background:#2c63fe; color:#fff; font-size:38px; padding-left:3px; letter-spacing:3px; text-align:center; }
.login_div_content {  }
.login_div_img { float:left; width:229px; }
.login_div_img img { max-width:100%; margin:0 auto; display:block; }
table.login_table{ width:300px; margin:30px 0 15px 6px; }
table.login_table th { width:50px; text-align:right; font-weight:normal; font-size:16px; color:#444; }
table.login_table .yonghu { background:url(../images/yonghu.jpg) no-repeat 5px; border:1px solid #eee; border-radius:6px; margin-bottom:15px; }
table.login_table .yonghu input { width:234px; margin-left:50px; background:#fff; border:0; border-left:1px solid #eee; }
table.login_table .mima { background:url(../images/mima.jpg) no-repeat 5px; border:1px solid #eee; border-radius:6px; margin-bottom:15px; }
table.login_table .mima input { width:234px; margin-left:50px; background:#fff; border:0; border-left:1px solid #eee; }
table.login_table .code { background:url(../images/code.png) no-repeat 5px; border:1px solid #eee; border-radius:6px; }
table.login_table .code input { width:150px; margin-left:50px; background:#fff; border:0; border-left:1px solid #eee; }
table.login_table td { text-align:left; }
table.login_table .reg_forget { padding:30px 0 10px; font-size:12px; color:#222; }
table.login_table .operation{ text-align:center; }
table.login_table .btnLogin { height:46px; border-radius:8px; font-size:18px; background:#1478f0; text-indent:10px; letter-spacing:10px; }
table.login_table .quick_login td { text-align:left; padding:10px 0; }
table.login_table .quick_login td img { margin-right:8px; float:left; }

.zclc_main { background:#f5f5f5; border:1px solid #e1e1e1; height:100px; }
.zclc { width:500px; margin:0 auto; position:relative; padding:15px 0 0; }
.zclc:after { content:""; position:absolute; width:400px; left:50px; top:35px; height:8px; background:#1f83df; }
.zclc .zclc1 { float:left; width:100px; position:relative; z-index:2; }
.zclc .zclc_img { width:50px; height:50px; margin:0 auto; border-radius:50%; background:#1f83df; }
.zclc .zclc_img img { height:26px; display:block; padding-top:12px; margin:0 auto; }
.zclc .zclc_title { line-height:20px; text-align:center; margin-top:5px; color:#1f83df; font-size:16px; }
.zclc .zclc2 { width:100px; float:left; margin-left:100px; position:relative; z-index:2; }
.zclc .zclc3 { width:100px; float:left; margin-left:100px; position:relative; z-index:2; }

#frmReg { border:1px solid #e1e1e1; border-top:0; padding:30px 0; }
#Zccg { text-align:center; padding:100px 0; border:1px solid #e1e1e1; border-top:0; }
#Zccg .zccg_tips { font-size:16px; color:#444; margin:15px 0; }
#Zccg .fhdl { width:184px; line-height:50px; text-align:center; background:#1f83df; color:#fff; margin:50px auto; border-radius:8px; font-size:18px; }
#frmReg .fwtk { text-align:center; line-height:40px; padding:2px 0 0; font-size:12px; color:#666; }
#frmReg .fwtk input { display:inline-block; width:16px; height:16px; vertical-align:middle; margin:10px; }
#frmReg .fwtk a { color:#1f83df; text-decoration:underline; }
#IsCheckOK.disabled { background:#888; }

/*会员注册*/
table.reg_table{ width:40%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:right; font-weight:normal; font-size:16px; color:#444; padding-right:20px; }
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}
table.reg_table .MemberCode{  text-align:left; width:70px;}
table.reg_table #SmsCode{width:50px;}

#frmForget { padding:80px 0; }
/*忘记密码 第一步*/
table.forget_table1{ width:40%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:right; font-weight:normal; font-size:16px; color:#444; padding-right:20px; }
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ width:40%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:right; font-weight:normal; font-size:16px; color:#444; padding-right:20px; }
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}
table.forget_table2 #SmsCode{ width:60px;}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0; }

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li { line-height:28px; height:28px; text-indent:8px; background:url(../images/textlist.png) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist li:hover { background:#eee;}
.textlist li a{ color:#666; }
.textlist li a:hover{ color:#0064d6; }
.textlist li span{ color:#fff; }
.textlist li .InfoTime{ float:right;}
/*文字列表1*/
.textlist1{ overflow: hidden; width: 680px; margin: 20px auto;  }
.textlist1 li{ float: left;  }
.textlist1 li a{ display: block;  float: left; width: 160px; height: 60px; margin: 0 5px; background: #FFF; color: #666; text-align: center; line-height: 60px; }
.textlist1 li a:hover{ background: #1651b8; color: #FFF; }
/*带缩略图文字列表*/
.thumblist{ }
.thumblist li{ text-align:left; overflow:hidden; margin:0px 0 20px; padding:17px; background:#f0f0f0;
	transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;}
.thumblist li:hover{ }
.thumblist li .InfoPicture{ float:left; overflow:hidden; }
.thumblist li .imgscale { height: 140px; width: 215px; overflow: hidden; margin-right:35px;}
.thumblist li img{ border:0px solid #ccc; }
.thumblist li:hover img{ }
.thumblist li .info_wrap{ overflow:hidden; width:446px; float:left;}
.thumblist li .InfoTitle{ display:block; font-size:18px; color:#2c2c2c; text-align:left; padding:15px 0; }
.thumblist li:hover .InfoTitle{ color:#0266e0; }
.thumblist li .InfoTime{ float:left; width:150px; padding:0; color:#999; text-align:center; margin-top:20px;}
.thumblist li .InfoTime p { font-size:18px; }
.thumblist li .InfoTime div { border:1px solid #999; border-radius:6px; padding:8px 15px; width:60px; margin:20px auto 0; }
.thumblist li .InfoTime div:hover { border:1px solid #01a2ea; background:#01a2ea; color:#fff; }
.thumblist li .info_wrap p{ color:#575757; line-height:1.8em; overflow:hidden; height:3.6em;}

/*带缩略图文字列表7*/
.thumblist7{ }
.thumblist7 li{ text-align:left; overflow:hidden; margin:0px 0 20px; padding:17px; background:#f0f0f0;
	transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;}
.thumblist7 li:hover{ }
.thumblist7 li .InfoPicture{ float:left; overflow:hidden; }
.thumblist7 li .imgscale { height: 140px; width: 215px; overflow: hidden; margin-right:35px;}
.thumblist7 li img{ border:0px solid #ccc; display:inline-block; *display:inline; zoom:1; }
.thumblist7 li:hover img{ }
.thumblist7 li .info_wrap{ overflow:hidden; width:696px; float:left;}
.thumblist7 li .InfoTitle{ display:block; font-size:18px; color:#2c2c2c; text-align:left; padding:15px 0; height:56px; }
.thumblist7 li:hover .InfoTitle{ color:#0266e0; }
.thumblist7 li .InfoTime{ float:left; width:220px; padding:0; color:#999; text-align:center; margin-top:20px;}
.thumblist7 li .InfoTime p { font-size:18px; }
.thumblist7 li .InfoTime div { border:1px solid #999; border-radius:6px; padding:8px 15px; width:82px; margin:0 auto; }
.thumblist7 li .InfoTime div:hover { border:1px solid #01a2ea; background:#01a2ea; color:#fff; }
.thumblist7 li p{ color:#575757; line-height:1.8em; overflow:hidden; height:3.6em;}
/*带缩略图文字列表2*/
.thumblist1{ overflow: hidden; }
.thumblist1 li{ width: 568px; margin: 10px 0; border:1px solid #fff; transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;}
.thumblist1 li:hover{border:1px solid #e9e9e9; -webkit-box-shadow: 0 0 2px 2px #f0f0f0;-moz-box-shadow: 0 0 2px 2px #f0f0f0;box-shadow: 0 0 2px 2px #f0f0f0;
    transform:translate3d(0, -2px, 0); }
.thumblist1 div.info_wrap{ float: right; width: 366px; padding-right: 8px;}
.thumblist1 div.InfoTime{ color: #555; }
.thumblist1 li.n0{ float: left; }
.thumblist1 li.n1{ float: right; }
.thumblist1 li a.InfoPicture{ float: left; }
.thumblist1 li img{ width: 182px; }
.thumblist1 li a.InfoTitle{ font-size: 18px; color: #000; font-weight: bold; }
.thumblist1 li a.InfoTitle:hover{ color: #0064D6; }
.thumblist1 li p{ color: #999; line-height: 1.7em; }

.thumblist2 { overflow:hidden; }
.thumblist2 li { width:270px; margin-left:40px; float:left; position:relative;}
.thumblist2 li.n1 { margin-left:0; }
.thumblist2 li img { width:100%; display:block;}
.thumblist2 li span { color:#fff; line-height:30px; font-size:16px; width:108px; text-align:center; background:#01a2ea; position:absolute; bottom:0; right:0; }

.thumblist3 {  }
.thumblist3 li { width:340px; margin-right:29px; float:left; background:#fff;}
.thumblist3 li img { width:322px; padding:10px 10px; display:block;}
.thumblist3 li p { line-height:48px; font-size:22px; color:#333; margin:0 8px 10px; text-align:center; background:#f0f0f0;}

.left_body9 { overflow:hidden; }
.left_body9 a.next { display:block; float:left; width:50px; height:100px; cursor:pointer; margin:50px 16px 50px 0;
	background:#bbb url(../images/left2.png) no-repeat center center; }
.left_body9 a.prev { display:block; float:left; width:50px; height:100px; cursor:pointer; margin:50px 0 50px 16px;
	background:#bbb url(../images/right2.png) no-repeat center center; }
.left_body9 .thumb3 { width:1068px; float:left; overflow:hidden; position:relative; left:0; top:0; }
.left_body9 .thumblist3 {  }
.left_body9 .thumblist3 li { width:255px; margin-right:16px; float:left; background:#f0f0f0; }
.left_body9 .thumblist3 li img { width:255px; padding:0; display:block;}
.left_body9 .thumblist3 li p { line-height:36px; font-size:16px; color:#333; margin:10px 0 0; text-align:center; background:#fff;}

.thumblist4 { overflow:hidden; }
.thumblist4 li { width:176px; margin-left:20px; float:left;}
.thumblist4 li.n0 { margin-left:0; }
.thumblist4 li img { width:100%; display:block;}
.thumblist4 li p { color:#777; line-height:24px; text-align:left;}

.thumblist5 { overflow:hidden; }
.thumblist5 li { width:147px; margin-left:12px; float:left;}
.thumblist5 li.n0 { margin-left:0; }
.thumblist5 li img { width:147px; height:98px; display:block;}
.thumblist5 li p { color:#777; line-height:30px; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.thumblist6 { overflow:hidden; }
.thumblist6 li { width:285px; margin-left:20px; float:left; background:#fff;}
.thumblist6.cn li { width:280px; }
.thumblist6 li.n0 { margin-left:0; }
.thumblist6 li img { width:285px; padding-bottom:10px; display:block;}
.thumblist6 li img { width:280px; }
.thumblist6.cn li p { line-height:48px; font-size:22px; color:#333; margin:0 0 10px; text-align:center; background:#f0f0f0;}

.thumblist10{ margin:40px; }
.thumblist10 li{ text-align:left; overflow:hidden; margin:0px 0 20px; padding:17px; border-bottom:1px solid #ccc;
	transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;}
.thumblist10 li .InfoPicture{ float:left; overflow:hidden; }
.thumblist10 li .imgscale { height: 140px; width: 215px; overflow: hidden; margin-right:35px;}
.thumblist10 li img{ border:0px solid #ccc; }
.thumblist10 li:hover img{ }
.thumblist10 li .info_wrap{ overflow:hidden; }
.thumblist10 li .InfoTitle{ display:block; font-size:18px; color:#2c2c2c; text-align:left; padding:0 0 10px; }
.thumblist10 li .InfoTitle:hover{ color:#0266e0; }
.thumblist10 li p{ color:#575757; line-height:1.8em; overflow:hidden; height:5.4em;}
.thumblist10 li .info_wrap div { border:1px solid #999; border-radius:6px; padding:8px 15px; width:60px; float:right; }
.thumblist10 li .info_wrap div:hover { border:1px solid #01a2ea; background:#01a2ea; color:#fff; }
/*橱窗列表*/
.gridlist{ margin-top:5px; }
.gridlist.cn { margin:0; }
.gridlist li { width:282px; float:left; margin-bottom:10px; margin-left:24px; text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap; transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s; }
.gridlist.cn li { width:286px; margin-left:21px; }
.gridlist.cn2 li { width:204px; margin-left:28px; }
.gridlist li:hover { _transform:translate3d(0, -5px, 0);  }
.gridlist li.n0{ margin-left:0; }
.gridlist li img { width:280px; height:198px; }
.gridlist.cn li img { width:286px; height:200px; }
.gridlist.cn2 li img { width:204px; height:280px; }
.gridlist li a { color:#555; }
.gridlist li .InfoTitle{ text-align:center; padding:10px 0; font-weight:normal; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.gridlist li:hover .InfoTitle a{ color:#1f83df; }
.gridlist li:hover img{}

/*橱窗列表1*/
.gridlist1{ overflow:hidden; }
.gridlist1 li { float: left; background: #FFF; text-align: center;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s; }
.gridlist1 li:hover { opacity: 0.8; }
.gridlist1 li a.InfoPicture{ display: block; width: 380px; }
.gridlist1 li.n1{ margin: 0 30px; }
.gridlist1 li img { width: 100%; }
.gridlist1 li a{font-size: 16px; color: #333; line-height: 40px; }
.gridlist1 li .InfoTitle{display: block; background: #f5f5f5; }
/*橱窗列表2*/
.gridlist2{ overflow:hidden; }
.gridlist2 li{ float:left; transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;}
.gridlist2 li:hover { transform:translate3d(0, -5px, 0);  }
.gridlist2 li a.InfoPicture{ display: block; }
.gridlist2 .InfoTitle a{ display:block; width:380px; color:#FFF; font-weight:bold; text-align:left; font-size:18px;}
.gridlist2 .InfoTitle a:hover{ color: #eee; }
.gridlist2 li img{ width: 380px; padding: 10px 0; }
.gridlist2 li.n2{ margin: 0 30px; }
.gridlist2 li p{ display: block; width: 380px; color: #aaa; }

/*橱窗列表2*/
.gridlist3 { overflow: hidden; }
.gridlist3 li { width:672px; float:right; }
.gridlist3 li .InfoPicture { width:232px; float:left;}
.gridlist3 li img{ width:100%; height:145px; }
.gridlist3 li .InfoTitle { font-size:19px; line-height:24px; text-align:left; padding:0 0 15px 0;}
.gridlist3 li .InfoTitle a { color:#000; }
.gridlist3 li .InfoContent { color:#757575; float:right; width:402px; margin-left:35px; height:145px; overflow:hidden; line-height:30px; font-size: 15px; padding:0;}
.gridlist3 li.n1{ float:left; width: 448px; margin-right:80px; margin-bottom:0;}
.gridlist3 li.n1 .InfoPicture { width:100%; float:none;}
.gridlist3 li.n1 .InfoPicture img { width:100%; height:280px; }
.gridlist3 li.n1 .InfoTitle { padding:16px 0;}
.gridlist3 li.n1 .InfoContent { float:none; margin-left:0; height:60px; overflow:hidden; width:100%;}
.gridlist3 li.n2 { margin-bottom:25px; }

/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { float:left; margin-bottom:10px; margin-left:17px; text-align:center; width:282px; overflow:hidden; transition:all .2s linear}
.videolist li:hover { transform:translate3d(0, -4px, 0); box-shadow:0 10px 10px rgba(0,0,0,.1); }
.videolist li.n0{ margin-left:0; }
.videolist li img { border:1px solid #fff; width:280px;}
.videolist li a{ display:block; position:relative; }
.videolist li .InfoTitle{ display:block; padding:10px 0; }
.videolist li .InfoTitle a { white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.videolist li i{ position:absolute; width:100%; height:100%; top: 0;left: 0;background:url(../images/play.png) center center no-repeat; cursor:pointer;}

/*频道相册列表*/
.channelalbumlist{ overflow:hidden; }
.channelalbumlist li { float:left; margin-top:10px; margin-right:12px; max-width:320px; padding:2px; border:1px solid #c4cadf; background:#e8e8e8;}
.channelalbumlist li img{ display:block; height:180px; margin:0 auto;}
.channelalbumlist li p { text-align:center; }
/*频道相册列表1*/
.channelalbumlist1{ overflow:hidden; float:left; width:600px;}
.channelalbumlist1 li { text-align:left; overflow:hidden; padding:12px 0;}
.channelalbumlist1 li i{font-size:40px;border-radius: 50%;width:100px;height:100px;color:#fff;line-height: 100px;float:left; text-align:center; font-style:normal; margin-right:18px;}
.channelalbumlist1 li i.n1{background: #008287;}
.channelalbumlist1 li i.n2{background: #6ce26c;}
.channelalbumlist1 li i.n3{background: #bd362f;}
.channelalbumlist1 li .info_wrap{ }
.channelalbumlist1 li .AlbumTitle {font-size:22px;font-weight: normal;text-align: left; margin-bottom:12px;}
.channelalbumlist1 li  p{font-size: 14px;display:block;line-height: 26px;text-align: left;color:#888;}
/*频道相册列表2*/
.channelalbumlist2{ overflow:hidden; }
.channelalbumlist2 li { float:left;}
.channelalbumlist2 li img{ width: 238px;height: 107px; border: 1px solid #ddd; margin-top: -1px; display: block;}
 .channelalbumlist2 li img:hover { filter: grayscale(1); -webkit-filter: grayscale(1); filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
/*频道相册列表3*/
.left_body7 { overflow:hidden; margin-bottom:15px;}
.left_body7 a { display:block; float:left; width:25px; height:29px; margin:38px 0; cursor:pointer;}
.left_body7 a.next { background:url(../images/left.png) no-repeat center center; }
.left_body7 a.prev { background:url(../images/right.png) no-repeat center center; }
.left_body7 .album { width:436px; float:left; overflow:hidden; position:relative; left:0; top:0; }
.channelalbumlist3{}
.channelalbumlist3 li { float:left; min-width:109px; }
.channelalbumlist3 li img{ display: block; height:105px; margin:0 auto;}

/*==========@@通用列表  结束@@==========*/
#showblack {  }
#showblack.showblackbgnone{ display:none; }
#showblack .showblackbg{ position:fixed; top:0px; left:0; width:100%; height:100%; background:rgba(0,0,0,.6); text-align:center; z-index:1000;
	filter:alpha(opacity=60)progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000); }
#showblack .showcontent{ width:auto; position:fixed; top:-50%; z-index:1001; left:50%; background:#ddd; border:1px solid #ccc;
	transition:1s ease 0s; -moz-transition:1s ease 0s; -webkit-transition:1s ease 0s; -o-transition:1s ease 2s; }
#showblack .showcontent p { text-align:center; line-height:30px; text-decoration:underline; color:#f00; cursor:pointer; }

/*招投标公告*/
.bidlist { width:100%; text-align:center; line-height:20px; }
.bidlist tr { border-bottom:1px solid #eee; }
.bidlist th { background:#f5f9fd; font-size:16px; padding:5px 10px; height:40px; font-weight:normal; }
.bidlist td { padding:12px 10px; font-size:16px; color:#444; line-height:26px; }
.bidlist td.bidtitle { text-align:left; padding-left:30px; }
.bidlist .downbid { float:right; margin-left:20px; background:#1f83df; color:#fff; text-align:center; width:80px; line-height:26px; font-size:14px; border-radius:2px; }
.bidlist .downbid:hover { background:#ff3000; }
.bidlist .downtitle { float:left; }

/*招投标详情页*/
.bid_info { text-align:center; margin:30px 0 50px; line-height:36px; }
.bid_info span { display:inline-block; margin:0 15px; font-size:12px; color:#888; }
.bid_info .stop { display:inline-block; margin:0 15px; background:#ddd; color:#fff; padding:0 30px 0 30px; font-size:16px; }
.bid_info .downbid { display:inline-block; margin:0 15px; background:#ee4e61 url(../images/xiajiantou.png) no-repeat 15px; color:#fff; padding:0 24px 0 36px; font-size:16px; }
.bid_info .buybid { display:inline-block; margin:0 15px; background:#ee4e61 url(../images/buy.png) no-repeat 15px; color:#fff; padding:0 24px 0 36px; font-size:16px; }
.bid_tips { line-height:44px; text-align:center; background:#e5f3ff; color:#1f83df; font-size:13px; margin-bottom:30px; }
.bid_tips a { font-weight:bold; color:#1f83df; }
.bid_tips a:hover { text-decoration:underline; }
.bid_table { width:100%; overflow:hidden; border-top:1px solid #ddd; border-left:1px solid #ddd; box-sizing:border-box; }
.bid_table * { box-sizing:border-box; }
.bid_table .tr { float:left; width:50%; overflow:hidden; box-sizing:border-box; }
.bid_table .th { float:left; width:30%; text-align:center; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background:#f6f6f6; padding:10px 20px; }
.bid_table .td { float:left; width:70%; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:10px 20px;  }
.BidTitle { text-align:center; font-size:23px; line-height:48px; border-bottom:1px solid #eee; margin:10px 0 20px; }

/*订单提交*/
.pay_back { border:1px solid #eaeaea; margin-bottom:30px; padding:50px 90px; }
.orderinfo { color:#444; }
.orderinfo .tjcg { float:left; width:360px; margin-right:20px; overflow:hidden; }
.orderinfo .tjcg img { float:right; max-width:100%; }
.pay_tips1 { font-size:24px; color:#ff3000; line-height:50px; letter-spacing:2px; padding-top:25px; }
.pay_tips2 { font-size:18px; line-height:50px; letter-spacing:1px; }
.pay_tips2 span { color:#ff3000; }
.pay_tips3 { font-size:18px; line-height:50px; letter-spacing:1px; padding-top:30px; text-align:center; }
.pay_tips3 span { color:#f00; font-size:26px; }
.pay { text-align:center; font-size:18px; padding-top:20px; color:#444; }
.pay .pay_title { padding-right:42px; }
.pay_table { width:100%; margin-top:20px; }
.pay_table input { vertical-align:middle; margin:10px; }
.pay_table th { font-weight:normal; }
.pay_table tr { border:1px solid #eee; border-radius:4px; cursor:pointer; }
.pay_table tr.current { border:2px solid #0094d4; }
#row2 { background:url(../images/zhifubao.png) no-repeat 115px; }
#row1 { background:url(../images/weixin.png) no-repeat 120px; }
#paynowtool { margin-top:40px; text-align:center; }
#paynowtool a { display:block; width:180px; line-height:54px; margin:0 auto; background:#ff3000; color:#fff; font-size:18px; border-radius:8px; }

.layui-layer-rim { margin-top:-100px !important; }