﻿@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:#444;	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;}
b,strong {font-weight:bold;}
table { border-collapse:collapse; border-spacing:0; /* Remove most spacing between table cells.*/}
li{ list-style:none outside none;}





/*链接*/
a{ text-decoration:none; color:#444; background:transparent;  outline:none}
a:visited { color:#888; }
a:focus { outline:none; }
a:hover{ /*color:#d5372e;*/ color:#d5372e;}
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 { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle; box-sizing:border-box; }
button,select { text-transform:none; }
input{ padding:0 10px; background:#FFFFFF; border:1px solid #ccc; width:100%; line-height:normal; }
textarea{ padding:5px 10px; background-color:#fff; width:100%; }
/*使用足够大的纯色内阴影覆盖黄色背景*/
input:-webkit-autofill {
	-webkit-box-shadow:0 0 0px 1000px white inset; 
	border:0 !important; }

/*其它*/
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:purple !important;}

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

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

/*按钮*/
.btn { border-radius:3px; display:inline-block; *display:inline; vertical-align:middle; zoom:1; height:32px; line-height:32px; font-weight:300;  font-size:14px; 
  margin:0; text-decoration:none; text-align:center; text-indent:0; cursor:pointer; border:1px solid #aab1b3; color:#444; }
/*默认样式*/
.btn { background-color:#f5f5f5; color:#fff; }
.btn:hover { background-color:#6b9c00; 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{border-color:#a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip:rect;padding:2px; color:#000000; }
.form_text {  width:95%; background-position:0px 0px;}
.form_text:hover {background-position:0px -37px;}
.form_text_verifycode { width:50px; 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-bottom:6px; } /*验证码图片样式*/

/*频道*/
.ChannelContent{ font-size:16px; margin:0 auto; line-height:2.0em; }
.ChannelContent a{ color:#ff9d02}
.ChannelSContent{color:#FFF;  line-height:25px; height:200px;overflow:hidden; margin-bottom:10px;}
.ChannelSContent a{ color:#ff9d02}
.ChannelSContent img, .InfoContent img{ max-width:100% }
.ChannelSContent1 { text-align:center; line-height:20px; overflow:hidden; margin:0px 0 50px; }
.ChannelSContent1 span { display:inline-block; *zoom:1; *display:inline; position:relative; font-size:16px; color:#666; }
.ChannelSContent1 span:before { content:''; position:absolute; top:0; right:100%; width:360px; margin-right:15px; height:20px; background:url(../images/righttitle.png) no-repeat right; }
.ChannelSContent1 span:after { content:''; position:absolute; top:0; left:100%; width:360px; margin-left:15px; height:20px; background:url(../images/lefttitle.png) no-repeat 0; }
.ChannelAlbum{ overflow:hidden; }

/*信息*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; padding:5px 0px}
.InfoTitle1 { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.InfoTitle2 {  }
.InfoTitle h1{ font-size:24px; line-height:1.5em; }
.InfoTime {color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p { font-size:16px; padding:0; line-height:30px; }
.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:20px 10px 5px; text-align:center; color:#999; border:0px dashed #ccc; line-height:30px; margin:0; font-size:13px; }
.info_from_wrap a { color:#999; font-size:13px; }
.info_from_wrap a:hover { color:#555; }
.info_line { height:6px; border-top:1px solid #81c2f9; margin:10px 0 20px; border-bottom:1px solid #81c2f9; }
#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{ padding:5px; border-top:1px dashed #E3E3E3; color:#333; line-height:1.8em; padding-top:10px; }
.Next { float:right; width:50%; }
.Previous { float:left; width:50%; }
.info_previous_next_wrap b { color:#f00; font-weight:normal; }
.InfoRelation { height:58px; line-height:58px; font-size:21px; padding-left:30px; border-bottom:1px solid #ddd; position:relative; }
.InfoRelation:before { content:""; position:absolute; top:16px; left:18px; width:3px; height:26px; background:#d5372e; }


/*动画缓动*/
.delay_1 {transition:all ease-out .1s; -webkit-transition:all ease-out .1s; -moz-transition:all ease-out .1s; -ms-transition:all ease-out .1s;}
.delay_2 {transition:all ease-out .2s; -webkit-transition:all ease-out .2s; -moz-transition:all ease-out .2s; -ms-transition:all ease-out .2s;}
.delay_3 {transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -ms-transition:all 0.3s ease-out 0s;;}
.delay_5 {transition:.5s ease 0s; -webkit-transition:.5s ease 0s; -moz-transition:.5s ease 0s; -ms-transition:.5s ease 0s;}
.delay_8 {transition:.8s ease 0s; -webkit-transition:.8s ease 0s; -moz-transition:.8s ease 0s; -ms-transition:.8s ease 0s;}

/*动画延迟*/
.wait_0 { animation-delay:0s; -webkit-animation-delay:0s; /* Safari 和 Chrome */ }
.wait_1 { animation-delay:.2s; -webkit-animation-delay:.2s; /* Safari 和 Chrome */ }
.wait_2 { animation-delay:.4s; -webkit-animation-delay:.4s; /* Safari 和 Chrome */ }
.wait_3 { animation-delay:.6s; -webkit-animation-delay:.6s; /* Safari 和 Chrome */ }

/*移上去图片放大*/
.imgscale { overflow:hidden; width:100%; height:100%; }
.imgscale_animate { overflow:hidden; width:100%; height:100%; }
.imgscale_animate img{transition:all linear .3s; -webkit-transition:all linear .3s; -moz-transition:all linear .3s;
  -ms-transition:all linear .3s; }
.imgscale_animate:hover img{ transform:scale(1.1,1.1);}
/*==========@@元件 结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title { height:120px; line-height:120px; background:#d5372e; margin-top:50px; }
.left_title h2 { font-size:28px; color:#fff; font-weight:normal; text-align:center; }
.left_body { overflow:hidden; zoom:1; background:#d5372e; color:#fff; font-size:16px; padding:0; border-top:0; border-bottom:0px; text-align:center; }
.left_bottom { margin-top:25px; }
.left_bottom .AdName { line-height:60px; text-align:center; background:#d5372e; color:#fff; font-size:18px; }
.left_bottom img { width:100%; display:block; }
.left_bottom .AdDescription { padding:15px 15px; line-height:25px; background:#ecb28e; color:#814c35; font-size:16px; }
/*样式1*/
.left_title1{ text-align:center; overflow:hidden; margin-bottom:10px; }
.left_title1 h2 { line-height:40px; font-size:32px; font-weight:normal; color:#444;}
.left_title1 h2 a{ line-height:40px; font-size:32px; font-weight:normal; color:#444;}
.left_title1 i{ display:block; width:40px; height:1px; background:#ef3017; margin:0 auto; margin:15px auto 10px; }
.left_title1 p { color:#666; font-size:15px;}
.left_title1 .more5 { height:36px; line-height:36px; color:#666; text-align:right; border-bottom:2px solid #dcdcdc; position:relative; }
.left_title1 .more5:before { content:""; position:absolute; width:80px; height:2px; left:0; bottom:-2px; background:#d5372e; }
.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:10px; }
.left_title2 h2 { line-height:40px; font-size:32px; font-weight:normal; color:#fff;}
.left_title2 h2 a{ line-height:40px; font-size:32px; font-weight:normal; color:#fff;}
.left_title2 i{ display:block; width:40px; height:1px; background:#fff; margin:0 auto; margin:15px auto 10px; }
.left_title2 p { color:#fff; font-size:15px;}
.left_title2 .more5 { line-height:36px; color:#666; text-align:right; border-bottom:2px solid #dcdcdc; position:relative; }
.left_title2 .more5:before { content:""; position:absolute; width:80px; height:2px; left:0; bottom:-2px; background:#d5372e; }
.left_body2 { overflow:hidden; zoom:1;}
.left_body2 .ChannelPicture{ float:right; overflow:hidden; width:480px;}
.left_bottom2 { height:0px; margin-bottom:0px;}

/*主体右侧*/
/*样式1*/
.right_title {}
.right_title h2 { font-size:30px; font-weight:normal; text-align:center; padding:15px 0; color:#333;   }
.right_title h2 img{ margin:0 10px;}
.right_body { padding:5px 0px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0;}
.right_bottom {}
/*==========@@模块  结束@@==========*/

/*==========@@频道布局  开始@@==========*/
/*模型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, .video, .product, .job, .feedback{ width:1200px;margin:5px auto; }
.download, .guestbook{ width:1000px;margin:5px auto; }
#top, #logo, #banner, #announcement, #link, #copyright,#condition,#bottom,#floor_1,#floor_2,#floor_3,#floor_4,#floor_5,#floor_6,#floor_7 { width:1200px; margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:left; width:254px; margin-right:48px; }
#right { border-left:0px solid #E5E5E5; padding-left:0px; }
/*===首页 开始===*/
#floor_1_main{ overflow:hidden; background:#fff;}
#floor_1{ padding:50px 0px;}
#floor_2_main{ overflow:hidden; background:#f5f5f5;}
#floor_2{ padding:50px 0px 30px; width:1232px; }
#floor_3_main{ background:url(../images/floor_3_main.jpg); padding:100px 0 60px;}
#floor_3 { width:1240px; }
#floor_3 .more3 { text-align:right; }
#floor_3 .more3 .more { display:inline-block; *zoom:1; *display:inline; float:none; margin-right:15px; font-size:15px; }
#floor_4_main{ padding:0 0 80px; background:#f5f5f5; }
#floor_4 { min-width:1200px; width:100%; text-align:center; }
#floor_5_main{ padding:50px 0; background:#fff; }
#floor_6 { background:url(../images/floor_3_main.jpg) repeat center; padding:30px 0; margin:20px auto 0; }
#floor_7 { padding:50px 0 10px; width:1280px; margin-left:-40px; }

/*关于我们*/
.aboutus { overflow:hidden; }
.aboutus_left { float:left; width:156px; margin-right:10px; background:#e5e5e5; color:#666; font-weight:bold; }
.aboutus_left_top { padding:79px 20px 5px; line-height:32px; position:relative; }
.aboutus_left_top:after { content:""; position:absolute; left:20px; bottom:0; width:40px; height:3px; background:#ef3017; }
.aboutus_left_top span { font-size:28px; color:#d5372e; }
.aboutus_left_bottom { padding:30px 20px 70px; }
.aboutus_left_bottom a { font-size:22px; color:#444; letter-spacing:3px; }
.aboutus_right { float:left; width:1034px; }
.aboutus_right_content { line-height:2em; font-size:15px; color:#666; letter-spacing:1px; }
.aboutus_right_content img { max-height:283px; }
.aboutus_right_content a { color:#f50; margin-left:10px; }
.aboutus_right_content a:hover { color:#d5372e; }
/*===首页 结束===*/

.page_main1 { padding:20px 0 50px; }
.adlist1 { width:100%; }
.adlist1 img { width:100%; }
.ChannelImgMain { padding:60px 0; width:1200px; margin:0 auto; text-align:center; }
.ChannelImgMain h3 { font-size:38px; color:#000; margin-bottom:20px; font-weight:normal; }
.ChannelImgMain p { color:#666; margin-bottom:25px; font-size:16px; }
.ChannelImgMain img { display:block; padding-top:20px; margin:0 auto; }
.ChannelContentMain { background:url(../images/dd.png) no-repeat center; padding:50px 0 54px; }
.ChannelContentMain h3 { margin:0px 0 20px 52%; width:480px; color:#000; font-size:38px; height:60px; line-height:60px; font-weight:normal; }
.ChannelContentMain .CContent { margin:0 0 0 52%; width:480px; height:245px; line-height:35px; font-size:16px; color:#444; letter-spacing:1px; }

/*===产品模型 开始===*/
.info_product_detail_wrap{ line-height:2.2em; padding:0 20px; width:760px;float: left;}
.info_product_detail_wrap b{ color:#626262; font-weight:bold; }
.info_product_detail_wrap table.detail_table{ width:100%; }
.info_product_detail_wrap table.detail_table th{ width:200px; }
.ProductDescription{ height:40px; color:#01673A; margin-top:10px; padding-left:35px; line-height:40px; font-size:16px; font-weight:bold; display:none; }
.info_product_detail_wrap img{ width:425px; float:left; text-align:left; margin-right:30px;margin-bottom:20px; }
.info_product_detail_wrap .InfoTitle { padding:0 0px 10px; border-bottom:1px solid #e8e8e8; text-align:left; }
.info_product_detail_wrap .InfoTitle h1 { font-size:20px; font-weight:normal; }
.info_product_detail_wrap .InfoSContent { padding:20px 0; border-bottom:1px solid #e8e8e8; min-height:40px; line-height:20px; color:#666; }
.info_product_detail_wrap .InfoWrap { overflow:hidden; padding:20px 0; }
.info_product_detail_wrap .InfoWrap div { float:left; margin-right:30px; color:#888; }
.info_product_detail_wrap .InfoWrap div img { float:none; width:18px; height:17px; vertical-align:sub; margin-right:6px; }
.info_product_detail_wrap .InfoWrap div span { color:#f74b4b; }
.info_product_detail_wrap .InfoWrap div.f2 {  }
.info_product_detail_wrap .InfoWrap div.f3 {  }
.info_product_detail_wrap .InfoXunJia { text-align:center; }
.info_product_detail_wrap .InfoXunJia .ljxj { float:left; width:150px; height:33px; line-height:33px; background:#f94528; color:#fff; margin-top:18px; border-radius:5px; }
.info_product_detail_wrap .InfoXunJia .rexian2 img { width:auto; margin-top:10px;  vertical-align:middle; max-height:62px; }
.info_all { margin:25px 0; }
.info_product_tab { float:left; width:800px; }
.info_all_content { padding:20px 20px 0 20px; border-right:1px solid #e8e8e8; }
.inforelation { float:right; width:380px; background:#f7f4fb; }
.inforelation_title { line-height:50px; padding-left:38px; background:url(../images/point.png) no-repeat 20px; background-size:11px; color:#666; font-size:18px; }
.inforelationlist { padding:5px 0 25px; }
.inforelationlist li { padding:0 12px 10px; }
.inforelationlist li .InfoPicture { float:left; width:145px; margin-right:15px; }
.inforelationlist li .InfoPicture img { width:100%; display:block; }
.inforelationlist li .info_wrap { overflow:hidden; }
.inforelationlist li .InfoTitle { font-size:14px; padding:0 0 10px; border-bottom:1px solid #ddd; color:#666; text-align:left; }
.inforelationlist li .InfoSContent { padding:5px 0 0; font-size:12px; color:#444; line-height:16px; min-height:32px; }
.inforelationlist li .ckxq { margin:0 5px; width:84px; border:1px solid #f94528; line-height:24px; color:#f94528; font-size:12px; text-align:center; }
.inforelationlist li .ckxq:hover { background:#f94528; color:#fff; }
/*===产品模型 结束===*/

/*===招聘频道  开始===*/
.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 th{ width:100px; text-align:left}
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:42px; background:#f5f5f5; border-bottom:0px solid #ddd; }
#top { height:42px; color:#444; line-height:42px; text-align:right; overflow:inherit; }
#top_1 { float:left; text-align:left; }
#top_2 { float:right; text-align:right; }
#top_3 { float:right; text-align:left; width:210px; }
#top .MobileEdition { font-weight:bold; color:red; }
#top a { color:#666; }
#top a:hover { color:#000; text-decoration:none; }
.qrlist {  }
.qrlist li { float:left; line-height:42px; margin:0 30px 0 10px; position:relative; }
.qrlist li a { display:block; height:42px; }
.qrlist li a img { vertical-align:middle; margin-right:5px; height:20px; }
.qrlist li .WxQrcode { position:absolute; top:42px; left:50%; width:120px; height:120px; margin-left:-50px; overflow:hidden; z-index:6; display:none; }
.qrlist li .WxQrcode img { width:100%; height:100%; display:block; }
.qrlist li.n1:hover .WxQrcode { display:block; }
#top_3 form {  }
#top_3 input { float:left; height:32px; margin:5px 0; }
#top_3 .search_keywords { width:144px; border-right:0; }
#top_3 .search_submit { width:66px; cursor:pointer; color:#444; }
#top_3 .search_submit:hover { background:#f00; color:#fff; border-color:#f00; }

/*Logo*/
#logo_main { background:#fff; box-shadow:0 5px 5px 0 rgba(0,0,0,.1); }
#logo {overflow:hidden; }
#logo .WebLogo{ float:left; height:90px; }
#logo .WebLogo a { height:100%; display:block; line-height:90px; color:#fff; }
#logo .WebLogo img{ max-height:90px; vertical-align:middle;; }
#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}

/*热线*/
.rexian { text-align:center; float:right; width:200px; height:90px; margin-left:20px; }
.rexian img { width:40px; margin:28px 10px 0 0; display:block; float:left; }
.rexian .AdContent { display:block; font-size:14px; color:#888; line-height:24px; text-align:left; margin:0; }
.rexian .AdContent span { font-size:18px; font-weight:bold; color:#f00; }

/*导航*/
#navigation_main { background:#fff; }
#navigation { float:right; height:90px; line-height:90px; }
#navigation ul.navigationlist li { float:left; text-align:center; line-height:90px; }
#navigation ul.navigationlist li a { display:block; padding:0 10px; font-size:16px; font-weight:normal; color:#444; border:0px dashed red; }
#navigation ul.navigationlist li a:hover { text-decoration:none; color:#d5372e; }
#navigation ul.navigationlist .current { color:#d5372e; }
/*导航栏下拉*/
#navigation ul.subnavigationlist{ display:none; position:absolute; background:#d5372e; z-index:100; }
#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:36px; height:36px; font-size:15px; padding:0px; text-align:center; }
#navigation ul.subnavigationlist li a:hover { background:#fff; color:#444 ; }

/*公告*/
#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%;/*height:420px;*/}
.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:25px; height:5px; background:#fff; margin:0 8px; overflow:hidden; font-size:0px; }
#banner_main .hd ul li.on{ background:#d5372e; }

#zixun_main { position:absolute; width:850px; height:60px; left:50%; bottom:50px; margin-left:-425px; background:#fff; border-radius:60px; }
#zixun {  }
#zixun .fmdiv { width:150px; float:left; height:60px; border-radius:60px 0 0 60px; position:relative; background:#fff url(../images/f2.png) no-repeat 15px center; background-size:24px; }
#zixun input { width:135px; border:0; outline:0; height:60px; text-indent:0px; margin-left:45px; font-size:16px; background:none; padding:0 10px 0 0; }
#zixun .fmdiv:before { content:""; position:absolute; left:0; top:50%; width:1px; height:20px; background:#bbe5ff; margin-top:-10px; }
#zixun #fm1 { width:165px; border-radius:60px 0 0 60px; background:#fff url(../images/f2.png) no-repeat 20px center; }
#zixun #fm1 input { margin-left:50px; }
#zixun #fm111 { background:url(../images/xiala.png) no-repeat 136px; }
#zixun #fm1:before { width:0; }
#zixun #fm3 { width:195px; background-image:url(../images/f1.png); }
#zixun #fm4 { width:155px; background-image:url(../images/f3.png); }
#zixun #fm5 { width:185px; background-image:url(../images/f4.png); }
#zixun #fm6 { width:150px;  background:#d5372e; border-radius:0 60px 60px 0; }
#zixun input.frmbutton { border-radius:0 60px 60px 0; background:none; margin:0; color:#fff; font-size:16px; text-indent:15px; cursor:pointer; }
#zixun #fm6:before { width:0; }

/*城市选择*/
.dropDown { position:absolute; top:60px; left:25px; width:240px; box-shadow:2px 3px 7px 0 rgba(0,0,0,.1); background:#f5f5f5; }
.citySelect{ width:100px; height:60px; margin:0 0 0 45px; position:relative; cursor:pointer; /*padding-left:15px;*/ }
.cityName{ display:block; padding-left:10px; line-height:60px; width:100px; font-size:16px; overflow:hidden; cursor:pointer; }
.iconDown{ width:16px; height:16px; position:absolute; top:23px; right:0px; background-image:url("../images/icons.png"); background-repeat:no-repeat; background-position:5px -2044px; cursor:pointer; display:inline-block; }
.dropUl{ list-style:none; height:300px; overflow:scroll; padding:0; }
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/ width:5px; /*高宽分别对应横竖滚动条的尺寸*/ height:0; }
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius:2px; -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.2); background:#d1d4db; }
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow:none; border-radius:0px; /*background:#EDEDED;*/ }
.dropProvUl li{ width:120px; height:50px; padding-left:20px; color:#444; line-height:50px; background-color:white; cursor:pointer; }
.dropProvUl li:hover{ background-color:#f1f3f6; }
.dropCityUl{ margin-left:5px; background-color:white; }
.dropCityUl li{ width:120px; height:50px; padding-left:20px; color:#444; line-height:50px; cursor:pointer; }
.dropCityUl li:hover{ background-color:#f1f3f6; }
.dropDown div{ width:120px; height:300px; float:left; display:none; }
/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main { padding:20px 0 20px 5px; } 
#location { color:#111; font-size:16px; line-height:27px; padding-left:15px; border-left:6px solid #d5372e; }
#location a { color:#111; }

/*子频道列表*/
#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; }


.article_main1 { background:#f5f5f5; padding:0 0 50px; }
#picnews_main { float:left; width:592px; }
#pictab { float:right; width:560px; margin:0 20px 0 28px; }

/*搜索 */
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;}

/*公共百度地图*/
#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:26px; margin:10px 0; color:#000; }
#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; }

/*底部区域*/
#bottom_main{ background:#353535; padding:40px 0 40px; color:#f0f0f0; }
#bottom {  }
#bottom_1 { float:right; width:780px; padding-top:20px; }
.bottom_navigation { overflow:hidden; float:left; }
.bottom_navigation li { float:left; margin-right:28px; overflow:hidden; }
.bottom_navigation li a { display:block; text-align:left; font-size:17px; padding-bottom:10px; margin-bottom:10px; color:#ccc; border-bottom:2px solid #f8f8f8; }
.bottom_navigation li a:hover { color:#fff; }
.bottom_navigation .subnavigationlist1 li { float:none; padding:0; line-height:28px; display:block; margin:0; }
.bottom_navigation .subnavigationlist1 li a { color:#ccc; display:block; font-weight:normal; padding:0; margin:0; font-size:13px; text-align:left; border:0; }
.bottom_navigation .subnavigationlist1 li a:hover { color:#fff; }
#bottom_2{ float:left; width:350px; border-right:1px solid #666; }
#bottom_2 .WeChat img { float:left; width:102px; padding:20px 30px 0 0; }
#bottom_2 .bdsharebuttonbox .LShare { display:block; line-height:24px; height:24px; cursor:pointer; margin:6px 6px 6px 0; font-size:16px;  color:#f0f0f0; }
.bdshare-button-style0-24 { padding-top:30px; }
.WxQrcode2 { float:right; width:150px; text-align:center; color:#ccc; letter-spacing:2px; }
.WxQrcode2 img { max-width:100%; }
.WxQrcode2 h4 { font-weight:normal; font-size:15px; line-height:40px; }
.WxQrcode2 p { font-size:15px; }
/*联系我们*/
.contact_wrap { line-height:32px; color:#ddd; padding-top:20px; }
.contact_wrap div { margin-bottom:15px; line-height:34px; }
.contact_wrap div.Telephone { font-size:22px; font-weight:bold; color:#eee; }
.contact_wrap div.Mobile { font-size:22px; font-weight:bold; color:#eee; }
.contact_wrap div.Address { line-height:20px; }
.contact_wrap div.Address p { display:inline-block; *zoom:1; *display:inline; line-height:24px; width:260px; vertical-align:top; }
.contact_wrap img { height:20px; padding:5px; border:1px solid #aaa; margin-right:15px; vertical-align:middle; }
.icon_bottom { margin-bottom:30px; }
.icon_bottom img { margin-right:30px; width:20px; padding:9px; border:1px solid #fff; border-radius:20px; }

/* 版权信息 */
#copyright_main { color:#ccc; background-color:#484848; padding:18px 0 10px; text-align:center; }
#copyright { line-height:30px; font-size:15px; }
#copyright img { vertical-align:middle; }
#copyright a {color:#ccc; text-decoration:none; font-size:15px; }
#copyright a:hover {color:#fff; text-decoration:none;}
#copyright a.ditu { margin:0 30px; }
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ margin:0}

#link2 { text-align:center; font-size:15px; color:#ccc; line-height:16px; height:16px; padding:5px 0 12px; }
#link2 a { display:inline-block; *zoom:1; *display:inline; color:#ccc; margin-right:20px; line-height:16px; padding-left:20px; border-left:1px solid #ccc; }
#link2 a.n1 { padding:0; border:0; }
#link2 a:hover { color:#fff; }

/*分页样式*/
.page { padding:30px 0; text-align:center; }
.page a, .page span { display:inline-block; *zoom:1; *display:inline; border:1px solid #aaa; padding:5px 10px; min-width:16px; font-size:16px; margin:0 2px; line-height:24px; color:#444; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#d5372e; border-color:#d5372e; color:#fff; }
.page .current { background:#d5372e; border-color:#d5372e; color:#FFF; }
.page #total { color:red; }

/*会员*/
/*会员登录*/
table.login_table{ width:40%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}
table.login_table .quick_login td{text-align:left; padding:10px 0;}
table.login_table .quick_login td img{ margin-right:8px; float:left;}

/*会员注册*/
table.reg_table{ width:40%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;}
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;}

/*忘记密码 第一步*/
table.forget_table1{ width:40%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
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:left; font-weight:bold;}
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;}

#zizhizhuanrang { width:900px; margin:20px auto 3px; }
.xuanxiang { float:left; width:260px; border:1px solid #ccc; border-radius:5px; line-height:40px; height:40px; box-sizing:border-box; margin-right:5px; color:#fff; padding-left:45px; background:url(../images/gm1.png) no-repeat 14px; }
.theGuestName { background:url(../images/gm2.png) no-repeat 14px; }
.theContact { background:url(../images/gm3.png) no-repeat 16px; }
#zizhizhuanrang input { vertical-align:middle; margin-right:5px; background:none; height:38px; border:0; outline:none; color:#fff; }
#zizhizhuanrang input::-webkit-input-placeholder{/*Webkit browsers*/ color:#ccc; font-size:14px; }
#zizhizhuanrang input:-moz-placeholder{/*Mozilla Firefox 4 to 8*/ color:#ccc; font-size:14px; }
#zizhizhuanrang input::moz-placeholder{/*Mozilla Firefox 19+*/ color:#ccc; font-size:14px; }
#zizhizhuanrang input:-ms-input-placeholder{/*Internet Explorer 10+*/ color:#ccc; font-size:14px; }
#zizhizhuanrang .form_button { width:94px; background:#ff6301; color:#fff; border-radius:5px; height:34px; margin:3px 0 0 5px; text-align:center; }

#allphone { height:90px; line-height:90px; background:#f0f0f0; text-align:center; line-height:90px; font-size:28px; color:#0f90ff; font-weight:bold; margin:44px 0; }
#allphone img { vertical-align:middle; margin-right:20px; }

/*网站地图列表*/
.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}

/*侧边栏*/
#sidebar_main{ width:50px; height:250px; position:fixed; bottom:10%; right:20px; z-index:99999;_position:absolute; _top: expression((document.documentElement.scrollTop)); _right:0; _height:expression((document.documentElement.clientHeight));}
#sidebar{ width:50px; color:#fff; height:100%;}
#sidebar #sidebar_1{ position:absolute; top: 0px;width:50px;height:50px;background:#d5372e url(../images/liuyan.png) no-repeat center;border-radius:5px;}
#sidebar #sidebar_2{ position:absolute; top: 60px;height:50px;background:#d5372e url(../images/dianhua.png) no-repeat center;border-radius:5px;}
#sidebar #sidebar_3{ position:absolute; top: 120px;width:50px;height:50px;background:#d5372e url(../images/zxkf.png) no-repeat center;border-radius:5px;}
#sidebar #sidebar_4{ position:absolute; top: 180px;width:50px;height:50px;background:#d5372e url(../images/gotop.png) no-repeat center;border-radius:5px;}
#sidebar a{ color:#fff; display:block; width:50px; height:50px;padding: 0; cursor:pointer;}

/*浮动提示*/
#sidebar p{ display:none; position:absolute; right:60px;font-size: 13px; text-align: center; margin:0;}
#sidebar_1 p{ width:90px; height:35px; line-height:35px; background:#d5372e;  bottom: 7px;text-align:center;font-size:14px; }
#sidebar_1 p a{display:block;text-align:center;width:100%;}
#sidebar_2 p{ width:120px;padding:0 20px;display:none;  height:35px; line-height:35px; background:#d5372e;  bottom: 7px;text-align:center;font-size:14px; }
#sidebar_3 p{ width:120px;padding:0;display:none;  height:35px; line-height:35px; line-height:35px; bottom:7px; text-align:center;background:#d5372e; }
#sidebar_3 p img{width:110px;padding:5px;}
#sidebar_4 p{ width:90px; height:35px; line-height:35px; background:#d5372e; bottom: 7px;text-align:center; }
#sidebar_4 p a{ display:block; width:100%; }
#sidebar p i{ position: absolute; width: 16px;height: 16px;line-height: 16px;text-align: center; font-size: 16px; top: 10px; right: -5px; color: #d5372e;}

/*筛选条件*/
#condition{ overflow:hidden;}
#condition .row{ display:block; overflow:hidden; zoom:1; padding:0 0 5px; line-height:30px;}
#condition .left{ width:120px;  color:#444;float:left; padding-right:10px; font-size:14px; text-align:right; }
#condition .right{ width:1030px; background:#fff; float:left; text-indent:10px;}
.condition_title { border:1px solid #ddd; text-align:center; line-height:45px; font-size:14px; overflow:hidden; }
.condition_title .all { width:150px; color:#000; float:left; }
.condition_title .lie { float:left; min-width:110px; padding:0 20px; background:#d5372e; color:#fff; }
.condition_body { border:1px solid #ddd; border-top:0; padding-top:20px; }
#condition .theselect { padding:15px 0; line-height:30px; border:1px solid #ddd; border-top:0; }
#condition .theselect .row { padding:0; }
/*已选择条件*/
.allselect { line-height:28px; border:1px solid #ddd; background:#f5f5f5; border-radius:3px; color:#444; padding:0 20px; margin-right:10px; }
#condition a { display:block; }
#condition li.on a { color:#d5372e; }
#condition li a b { color:#888; }
.selectedlist { text-align:center; text-indent:0;}
.selectedlist li { float:left; }
.selectedlist li a { display:block; position:relative; border:1px solid #DDD; font-size:14px; height:30px; line-height:30px; margin-right:8px; float:left; padding:0 25px 0 0;}
.selectedlist li a b{ font-weight:normal; margin-right:5px; margin-left:5px;}
.selectedlist li a em{ color:#d5372e; font-style:normal; margin-right:5px;}
.selectedlist li a:hover { border:1px solid #d5372e; }
.selectedlist li a i{ background:url(../images/xred.png) #fff no-repeat center center; display:block; position:absolute; top:0; right:0; width:25px; height:30px; cursor:pointer;}
.selectedlist li a:hover i{ background:url(../images/xwhite.png) #d5372e no-repeat center center; }
.selectedlist li.operator { float:right; }
.selectedlist li.operator a{ color:#000; border:0; display:block; height:30px; line-height:30px; border:1px solid #ddd; padding:0 10px 0 10px; border-radius:3px; }
.selectedlist li.operator a:hover{ color:#cf010e; border:0;}
.selectedlist li.operator img { height:14px; margin-right:6px; vertical-align:middle; }
/*类型列表*/
.typelist { text-align:left; text-indent:0; overflow:hidden;}
.typelist li { float:left;}
.typelist li a { background:#FFF; padding:3px 5px; padding:0 10px 10px; color:#444; font-size:14px;}
.typelist li a:hover { color:#d5372e;text-decoration:none; _background:#fff;_color:#cf010e;}
/*品牌列表*/
.brandlist { text-align:left; text-indent:0; overflow:hidden;}
.brandlist li { overflow:hidden; float:left; padding:0 10px 10px; line-height:0;}
.brandlist li img { border:1px solid #ddd; width:100px; height:40px; }
.brandlist li a:hover img{ border:1px solid #cf010e; }
/*属性列表*/
.typeattributelist { text-align:left; text-indent:0; overflow:hidden}
.typeattributelist li { overflow:hidden; float:left; }
.typeattributelist li a { background:#FFF; line-height:30px; padding:0 10px 10px; color:#444; font-size:14px; }
.typeattributelist li a:hover { color:#d5372e; text-decoration:none; _background:#fff;_color:#cf010e;}
/*价格列表*/
.pricerangelist { text-align:left; text-indent:0; overflow:hidden}
.pricerangelist li { overflow:hidden; float:left; }
.pricerangelist li a { background:#FFF; padding:3px 5px; padding:0 10px 10px; color:#444; font-size:14px; }
.pricerangelist li a:hover { color:#d5372e; text-decoration:none; _background:#fff;_color:#cf010e;}

.channellist { margin:0 40px 0 90px; }
.channellist li { float:left; line-height:30px; border:1px solid #ddd; background:#e8f4ff; color:#444; text-align:center; margin:0 10px 10px 0; text-indent:0; border-radius:3px; }
.channellist li:hover { background:#d5372e; color:#fff; border-color:#d5372e; }
.channellist li a { display:block; padding:0 15px; }
.channellist li:hover a { color:#fff; }
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*titlelist*/
.titlelist {  }
.titlelist li { line-height:48px; border-top:1px solid #ccc; font-size:16px; }
.titlelist li a { display:block; color:#fff; font-size:18px; }
.titlelist li a:hover { background:#bbddee; color:#000; }
.titlelist li a.current { background:#bbddee; color:#000; }

/*titlelist1*/
.titlelist1 { text-align:center; margin-top:20px; }
.titlelist1 li { display:inline-block; *zoom:1; *display:inline; line-height:32px; font-size:16px; margin:0 10px; }
.titlelist1 li a { display:block; background:#d5372e; color:#fff; font-size:16px; line-height:32px; padding:0 20px; border-radius:20px; }
.titlelist1 li a:hover { background:#e05501; color:#fff; }
.titlelist1 li.on a { background:#e05501; color:#fff; }

/*titlelist2*/
.titlelist2 { overflow:hidden; zoom:1; height:50px; position:relative; }
.titlelist2:before { content:""; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#d7e3f9; }
.titlelist2 li { float:left; padding:0 26px; height:48px; line-height:48px; margin-right:12px; overflow:hidden; white-space:nowrap; position:relative; z-index:2; }
.titlelist2 li a { font-size:16px; color:#444; font-weight:bold; }
.titlelist2 li.on { border-bottom:2px solid #d5372e; background:url(../images/point.png) no-repeat 10px; }
.titlelist2 li.on a{ color:#d5372e; }

.titlelist3 { border-bottom:1px solid #e8e8e8; margin-left:20px; overflow:hidden; }
.titlelist3 li { float:left; width:150px; border:1px solid #e8e8e8; border-bottom:0; margin-right:5px; line-height:36px; background:#fff; color:#444; text-align:center; cursor:pointer; }
.titlelist3 li.on { background:#d5372e; color:#fff; border-color:#d5372e; }
/*文字列表*/
.textlist{ }
.textlist li { line-height:36px; height:36px; text-indent:16px; background:url(../images/point.png) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist li a{  }
.textlist li .InfoTime{ float:right;}
/*文字列表1*/
.textlist1{ overflow:hidden; width:1198px; margin:0 auto; border:1px solid #e1e1e1; background:#fff; text-align:center; margin-top:20px; }
.textlist1 li{ display:inline-block; *zoom:1; *display:inline-block; border-bottom:3px solid #fff; margin:0 30px; }
.textlist1 li.on { border-bottom:3px solid #ef3017; }
.textlist1 li a{ display:block; height:60px; margin:0; padding:0 15px; font-size:16px; background:#FFF; color:#444; text-align:center; line-height:60px; }
/*文字列表2*/
.textlist2{ margin:0 6px; }
.textlist2 li { line-height:40px; padding-left:15px; background:url(../images/point.png) no-repeat 0 center; margin:0 10px; }
.textlist2 li h2 { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.textlist2 li a { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#444; font-weight:normal; font-size:15px;}
.textlist2 li a:hover { color:#d5372e; }
.textlist2 li .float_right { color:#888; }
.textlist2 li.li1 { background:url(../images/toutiao.png) no-repeat 0 center; margin:0; padding:10px 0 20px; padding-left:70px; border-bottom:1px solid #eee; margin-bottom:10px; }
.textlist2 li.li1 a { font-size:21px; color:#d5372e; line-height:40px; }
.textlist2 li.li1 p { font-size:14px; line-height:20px; color:#888; }

/*带缩略图文字列表*/
.thumblist {  }
.thumblist li { text-align:left; overflow:hidden; margin:5px 0; padding:10px; transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s; }
.thumblist li:hover { background:#eee; }
.thumblist li .InfoPicture { float:left; overflow:hidden; width:218px; margin-right:12px; }
.thumblist li img { border:0px solid #ccc; }
.thumblist li:hover img {  }
.thumblist li .info_wrap { overflow:hidden; padding-right:8px; }
.thumblist li .InfoTitle { display:block; font-size:18px; font-weight:bold; color:#555; text-align:left; padding:0; line-height:50px; }
.thumblist li:hover .InfoTitle { color:#d5372e; }
.thumblist li .InfoTime { display:block; height:30px; line-height:30px; text-align:left; padding:0; color:#666; }
.thumblist li p { font-size:14px; color:#555; line-height:1.8em; overflow:hidden; }
/*带缩略图文字列表1*/
.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; }
/*带缩略图文字列表2*/
.thumblist2 { margin:10px 0; }
.thumblist2 li { float:left; width:388px;background: url("/static/pc/images/dot.jpg") no-repeat 0;height:40px;line-height:40px;padding-left:12px;}
.thumblist2 li.n1 { float:left; width:500px; margin:0; }
.thumblist2 li .InfoPicture { width:160px; float:left; margin-right:15px; }
.thumblist2 li.n1 .InfoPicture { width:100%; max-height:320px; overflow:hidden; float:none; margin:0; }
.thumblist2 li .InfoTitle1 { font-size:16px; color:#333; margin-bottom:10px; }
.thumblist2 li.n1 .InfoTitle1 { font-size:16px; margin:8px 0 2px; }
.thumblist2 li:hover .InfoTitle1 { color:#d5372e !important; }
.thumblist2 li .InfoTime1 { color:#444; line-height:28px; font-size:13px; }
.thumblist2 li .InfoContent1 { color:#777; line-height:24px; }
.thumblist2 li .more { float:right; display:block; margin-top:15px; padding:0 15px; line-height:24px; border-radius:30px; border:1px solid #888; color:#888; }
.thumblist2 li .more:hover { background:#d5372e; color:#fff; border-color:#d5372e; }

#allxwlb { margin:0 0 20px; }
#allxwlb .xwlb { float:left; width:380px; border:1px solid #dfdfdf; margin-left:27px; }
#allxwlb .xwlb1 { margin:0; padding:0 0 5px; }
.xwlb_title { font-size:21px; color:#000; padding:15px 10px 15px 60px; line-height:30px; background:#f8f8f8 url(../images/icon.png) no-repeat 15px; border-bottom:1px solid #dfdfdf; }
.xwlb_title span { color:#666; font-size:14px; float:right; }
.thumblist3 {  }
.thumblist3 li.li1 { padding:12px 10px; overflow:hidden; }
.thumblist3 li.li1 .InfoPicture { width:160px; float:left; margin-right:10px; }
.thumblist3 li.li1 .InfoTitle1 { padding:0; font-size:14px; color:#000; font-weight:bold; line-height:30px; }
.thumblist3 li.li1 p { font-size:13px; color:#888; line-height:24px; padding:5px; }
.thumblist3 li.li2 { padding:0 10px; line-height:30px; }
.thumblist3 li.li2 h2 { font-size:14px; font-weight:normal; color:#000; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.thumblist3 li.li2 .float_right { font-size:12px; color:#666; margin-left:20px; }

/*资质转让左右切换*/
#TheThumb { position:relative; }
.prevnext { position:absolute; display:block; width:50px; height:100px; top:50%; margin-top:-50px; background:url(../images/left1.png) no-repeat center; }
.prevnext.prev { left:0; }
.prevnext.next { right:0; background-image:url(../images/right1.png); }
.prevnext:hover { background-color:#d5372e; }
.prevnext.prev:hover { background-image:url(../images/left2.png); }
.prevnext.next:hover { background-image:url(../images/right2.png); }
.thumb { width:1157px; margin:0 auto; }
.thumblist4 {  }
.thumblist4 li { float:left; width:278px; margin:17px 10px 0 0; cursor:pointer; }
.thumblist4 li img { width:100%; display:block; }

/*橱窗列表*/
.gridlist{ margin-top:5px; }
.gridlist li { float:left; padding:4px 0;margin-bottom:10px; margin-left:12px; 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 li:hover { transform:translate3d(0, -5px, 0);  }
.gridlist li.n0{ margin-left:0; }
.gridlist li img { border:1px solid #f0f0f0; width:289px;}
.gridlist li a { white-space:nowrap;}
.gridlist li .InfoTitle{ text-align:center; padding:10px 0; font-weight:normal; }
.gridlist li:hover .InfoTitle{ }
.gridlist li:hover img{ border-color:#ddd;}

/*橱窗列表1*/
.gridlist1{}
.gridlist1 li { float:left; text-align:center; margin:0px; width:592px; overflow:hidden;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist1 li img { width:100%; max-height:390px; }
.gridlist1 li a { }
#picnews { position:relative; border:0px dashed red; }
#picnews .bd{ }
#picnews .hd{ position:absolute; bottom:17px; right:15px; z-index:10;}
#picnews .hd ul { overflow:hidden; }
#picnews .hd ul li{ position:relative; float:left; height:11px; line-height:11px; width:11px; margin-left:8px;
cursor:pointer; color:#fff; text-align:center; background:#fff; -webkit-border-radius:6px;-moz-border-radius:6px;
-ms-border-radius:6px;  -o-border-radius:6px; border-radius:6px; font-size:0;}
#picnews .hd ul li.on{ background:#fc114a; }
#picnews .bt{ position:absolute; bottom:0; width:100%; z-index:2; height:50px; line-height:50px; overflow:hidden;
	background:rgba(0,0,0,0.6); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); }
#picnews .bt ul li { position:absolute; font-size:16px; color:#FFF; text-indent:15px; width:420px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#picnews .bt ul li a{ color:#fff;}
#picnews .bt ul li a:visited{ color:#fff;}
#picnews .bt ul li a:hover{ color:#fff;}

/*橱窗列表2*/
.gridlist2{ overflow:hidden; margin:0; padding:20px; }
.gridlist2 li{ float:left; width:388px; margin:0 0 30px 18px; position:relative; border-radius:10px; }
.gridlist2 li.m0 { margin-left:0; }
.gridlist2 li:hover { box-shadow:0 0 15px 0 rgba(0,0,0,.4); }
.gridlist2 li img{ width:100%; display:block; }
.gridlist2 li .info_wrap { position:absolute; width:328px; padding:20px 30px; top:0; left:0; color:#555; font-size:14px; line-height:1.6em; }
.gridlist2 li .info_wrap .InfoTitle1 { color:#000; font-size:18px; margin-bottom:5px; }
.gridlist2 li .info_wrap .f1 {  }
.gridlist2 li .info_wrap .zxxq { width:105px; line-height:30px; background:#d5372e; color:#fff; font-size:15px; text-align:center; border-radius:30px; margin-top:5px; }
.gridlist2 li .info_wrap .zxxq:hover{ background:#e05501; }

/*橱窗列表3*/
.gridlist3{ padding:16px; }
.gridlist3 li { float:left; text-align:center; margin:0px 0 16px 24px; width:282px; overflow:hidden; display:inline /*解决ie6 双边距bug*/; text-overflow:ellipsis; white-space:nowrap; background:#fff; padding:20px 0; transition: all .5s; }
.gridlist3 li:hover { transform: translateY(-5px); box-shadow: 1px 2px 9px 1px rgba(0,0,0,.1); }
.gridlist3 li.m0 { margin-left:0; }
.gridlist3 li .ChannelIcon { height:75px; line-height:75px; color:#fff; font-size:10px; }
.gridlist3 li .ChannelIcon img { width:auto; max-height:100%; vertical-align:middle; }
.gridlist3 li .ChannelName { color:#444; margin-top:6px; font-size:16px; }
.gridlist3 li a { display:block; }

/*橱窗列表*/
.gridlist4{ /*margin-top:30px;*/ }
.gridlist4 li { border:1px solid #ddd; border-top-width:0; padding:20px; background:#fafafa; }
.gridlist4 li.n1 { border-top-width:1px; }
.gridlist4 li:hover { background:#f4f4f4; }
.gridlist4 li .InfoPicture { float:left; width:210px; height:135px; overflow:hidden; margin-right:20px; }
.gridlist4 li .InfoPicture img { min-height:135px; }
.gridlist4 li .info_wrap { float:left; width:610px; }
.gridlist4 li .info_wrap .InfoWrap { overflow:hidden; padding:20px 0; }
.gridlist4 li .info_wrap .InfoWrap div { float:left; margin-right:30px; color:#888; }
.gridlist4 li .info_wrap .InfoWrap div img { float:none; width:18px; height:17px; vertical-align:sub; margin-right:6px; }
.gridlist4 li .info_wrap .InfoWrap div span { color:#f74b4b; }
.gridlist4 li .InfoTitle { padding:0 0 10px; font-weight:normal; font-size:18px; color:#000; text-align:left; }
.gridlist4 li .info_select { float:right; width:300px; overflow:hidden; text-align:center; }
.gridlist4 li .info_select .ljzx { float:left; width:134px; line-height:33px; border:1px solid #ff4e00; border-radius:2px; margin:50px 0 0; color:#ff4e00; }
.gridlist4 li .info_select .ljzx:hover { background:#ff4e00; color:#fff; }
.gridlist4 li .info_select .ckxq { float:right; width:134px; line-height:33px; border:1px solid #d5372e; border-radius:2px; margin:50px 0 0 20px; color:#d5372e; }
.gridlist4 li .info_select .ckxq:hover { background:#d5372e; color:#fff; }


/*相关信息2*/
.inforelationlist2{ margin-top:10px; }
.inforelationlist2 li { float:left; width:550px; margin:10px 0 0; position:relative; }
.inforelationlist2 li.m0 { margin-left:0; }
.inforelationlist2 li .InfoPicture { float:left; width:170px; height:124px; overflow:hidden; margin-right:10px; }
.inforelationlist2 li .InfoPicture img { min-width:100%; min-height:100%; }
.inforelationlist2 li .info_wrap { overflow:hidden; }
.inforelationlist2 li .info_wrap .InfoWrap { overflow:hidden; padding:20px 0 0; }
.inforelationlist2 li .info_wrap .InfoWrap div { float:left; margin-right:30px; color:#888; }
.inforelationlist2 li .info_wrap .InfoWrap div img { float:none; width:18px; height:17px; vertical-align:sub; margin-right:6px; }
.inforelationlist2 li .info_wrap .InfoWrap div span { color:#f74b4b; }
.inforelationlist2 li .InfoTitle { padding:10px 0 10px; font-weight:normal; font-size:18px; color:#000; text-align:left; }
.inforelationlist2 li .info_select { position:absolute; bottom:5px; right:30px; overflow:hidden; text-align:center; }
.inforelationlist2 li .info_select .ljzx { float:left; width:134px; line-height:33px; border:1px solid #ff4e00; border-radius:2px; margin:50px 0 0; color:#ff4e00; cursor:pointer; }
.inforelationlist2 li .info_select .ljzx:hover { background:#ff4e00; color:#fff; }


/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { float:left; margin-bottom:10px; margin-left:12px; text-align:center; 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:289px;}
.videolist li a{ display:block; position:relative; }
.videolist li .InfoTitle{ display:block; padding:10px 0; }
.videolist li .InfoTitle a { white-space:nowrap; }
.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;}
.channelalbumlist li img{ display:block; width:290px; margin-right:10px;}
/*频道相册列表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; text-align:center; line-height:125px; }
.channelalbumlist2 img { vertical-align:middle; }
.channelalbumlist2 li { display:inline-block; *zoom:1; *display:inline; vertical-align:middle; padding-top:30px; margin:0 18px 0 18px; }
.channelalbumlist2 li .AlbumPicture { width:90px; height:90px; overflow:hidden; line-height:90px; margin:0 auto; }
.channelalbumlist2 li img { max-width:100%; vertical-align:middle; cursor:pointer; }
.channelalbumlist2 li img:hover { transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); }
.channelalbumlist2 li .AlbumTitle { margin-top:10px; font-size:15px; color:#444; line-height:20px; }
/*频道相册列表3*/
.channelalbumlist3 { overflow:hidden; text-align:center; line-height:125px; }
.channelalbumlist3 img { vertical-align:middle; }
.channelalbumlist3 li { display:inline-block; *zoom:1; *display:inline; vertical-align:middle; padding-top:30px; margin:0 35px; }
.channelalbumlist3 li .AlbumPicture { width:90px; height:90px; overflow:hidden; line-height:90px; margin:0 auto; }
.channelalbumlist3 li img { max-width:100%; vertical-align:middle; cursor:pointer; }
.channelalbumlist3 li img:hover { transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); }
.channelalbumlist3 li .AlbumTitle { margin-top:10px; font-size:15px; color:#444; line-height:20px; }
/*==========@@通用列表  结束@@==========*/