﻿
.public_head{ width:100%; height:150px; background:#f5f5f5; color:#666666;}
.public_head article { width:1180px;height:120px;}

.public_head article .head_left { width:450px; height:60px; float:left; margin-top:25px;}
.public_head article .head_left .logo { width:450px; height:60px; float:left; color:#004ea2; font-size:18px;}
.public_head article .head_left .logo img { float:left; display:block;}
.public_head article .head_left .logo span { display:none; float:left; margin-top:40px; background:#cd0000;color:#ffffff;border-radius:3px; padding:0 5px;font-size:12px;}
.public_head article .head_left .logo_ext { width:100px; height:40px; float:left;color:#ffffff; font-size:18px;}

/*页眉右侧大区*/
.public_head article .head_right { width:500px; height:130px; float:right; margin-top:0px; border:1px solid #cd0000; }
.public_head article .head_right  { border:0px solid #000000;}

/*【模式1】页眉右侧导航布局 顶部链接*/
.public_head article .head_right .TopLink { margin-bottom:5px;}
.public_head article .head_right .TopLink ul  { width:100%; height:30px; text-align:right; margin-bottom:20px;}
.public_head article .head_right .TopLink ul li { display:inline-block; margin-right:10px;color:#666666;cursor:pointer; line-height:28px; font-size:12px;}
.public_head article .head_right .TopLink ul li i{ margin-right:3px; color:#004ea2;}
.public_head article .head_right .TopLink ul li a {color:#666666; font-size:12px;}

.public_head article .head_right .TopTel { display:block;width:100%; color:#004ea2; font-size:20px;text-align:right; }

.searchBar { width:250px; height:30px; background:#004ea2; margin-right:0; overflow:hidden; margin-bottom:20px;}
.searchBar input { display:block; float:left; width:200px; height:30px; background:#ffffff; border:0; border-radius:0;}
.searchBar i { display:block; height:30px; font-size:18px; line-height:28px; text-align:center;cursor:pointer; color:#ffffff}



/*【模式2】页眉右侧导航布局 下拉导航*/
.TopMenu {width:650px; height:45px; float:right;background:rgba(0,0,0,0);}
.TopMenu ul { height:50px; text-align:right;}
.TopMenu ul li { display:inline-block; width:100px;text-align: center;line-height:44px;position: relative;z-index:9999;}
.TopMenu ul li a {color:#333333;}
.TopMenu ul li:hover {border-bottom: 3px solid #ff8f0a }
.TopMenu ul li:hover a {color:#ff8f0a;line-height:30px;}
.TopMenu ul li:hover ul {display:block;z-index:1;color:#ffffff; height:auto; background:rgba(0,0,0,0.7); color:#ffffff;border-top: 3px solid #ff8f0a; margin-left:-30px;}
.TopMenu ul li:hover ul li {float: none;border-bottom:1px solid #ffffff;}
.TopMenu ul li:hover ul li a{ color:#ffffff;}
.TopMenu ul li:hover ul li:hover {background:rgba(0,0,0,0.8);}
.TopMenu ul li ul{width:160px;position: absolute;display:none;}
.TopMenu ul li ul li{width:160px;text-align:center;line-height:40px;color:#ffffff;}
.TopMenu ul li ul li a{color:#ffffff;}
.TopMenu ul li:hover ul li:nth-last-child(1) {border:0;}
.TopMenu ul li:hover ul li ul { display:none;}

/*顶部浮动导航实例*/
#TopFloatMenu { display:none; width:100%; height:50px; background:rgba(0,0,0,0.7);position:fixed;top:0;z-index:999; color:#ffffff;}
#TopFloatMenu article h1 { width:300px; float:left; color:#ffffff; line-height:49px; font-size:18px; }
#TopFloatMenu article { width:1180px; height:50px;}
#TopFloatMenu article .TopMenu ul li a  { color:#ffffff;}


/* ==================================================== 全局导航样式汇总 ====================================================*/
nav { width:100%;background:#0665b6; }
nav a {color:#ffffff; width:100%; height:100%; font-size:14px;}
nav a:hover {color:#ffffff}

/*一类：标准导航*/
nav a {color:#ffffff;}
nav .menu_style_1 {width:1200px;}
nav .menu_style_1  ul{}
nav .menu_style_1  ul li {width:110px;display:inline-block;text-align: center;line-height:40px;}
nav .menu_style_1  ul li:hover {background-color:#cd0000}
nav .menu_style_1  span{float:right;line-height:40px;}

/*二类：垂直下拉*/
nav .menu_style_2 {width:1180px;height:40px; color:#ffffff; }  /*主容器*/
nav .menu_style_2 ul {}
nav .menu_style_2 ul li  { display:inline-block; width:120px; text-align:center; line-height:40px;}
nav .menu_style_2 ul li a { display:block; width:120px; color:#ffffff;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; text-align:center;}
nav .menu_style_2 ul li:hover {color:#ffffff; background:#cd0000;}
nav .menu_style_2 ul li { float: left;  position: relative;z-index:999;text-align:center;}
nav .menu_style_2 ul li:hover ul { display:block;z-index:1;}
nav .menu_style_2 ul li ul{position: absolute; display:none;background:rgba(0,0,0,0.8); width:120px;}
nav .menu_style_2 ul li:hover ul li { display:block; border-bottom:1px solid #d9d9d9; width:100%; height:40px; line-height:40px;}
nav .menu_style_2 ul li:hover ul li a { width:100%; font-size:12px; color:#ffffff; padding:0 5px;}
nav .menu_style_2 ul li:hover ul li:hover a { color:#ffffff;}
nav .menu_style_2 ul li ul li:nth-last-child(1) {border-bottom:0}
nav .menu_style_2 ul li:hover ul li ul { display:none;}

/*三类：多层导航*/
nav .menu_style_3 {width:1200px;}
nav .menu_style_3 ul{}
nav .menu_style_3 ul li {width:90px;display:inline-block;text-align: center;line-height:30px;}
nav .menu_style_3 ul li:hover {background-color:#cd0000}
nav .menu_style_3 ul li a {font-size:14px}

/*四类：垂直下拉*/
#nav_all { width:1180px; height: 40px; line-height: 40px; position: relative; z-index: 222; }
#nav_all li { text-align: center; float: left; width:118px; }
#nav_all li:hover {background-color:#204e85}
#nav_all li:hover a {color:#ffffff }
#nav_all li a:hover {line-height: 40px; }
#nav_all li ul { display: none; position: absolute; z-index: 99; width: 1180px; left:0; top: 40px; background-color:#204e85}
#nav_all ul li:hover {background-color:#cd0000 }
#nav_all ul li a { }
#nav_all ul li a:hover {}

/*五类：分组导航 */
.menu_style_5 {}
.menu_style_5 {width:1080px;height:60px;}
.menu_style_5 ul {}
.menu_style_5 ul li { display:inline-block; height:60px;float:left; text-align:center; margin-right:10px;}
.menu_style_5 ul .H { width:100px; line-height:60px;}
.menu_style_5 ul li .L1 {display:inline-block; width:80px; height:60px; float:left; line-height:60px;text-align:center}
.menu_style_5 ul li ul {height:60px; }
.menu_style_5 ul li ul li { display:block; float:left;border:0; min-width:80px; height:30px;}
.menu_style_5 ul li ul li a {line-height:30px;  }



/*经典页脚*/
.site_bottom_1 {width:100%;height:150px;color:#ffffff;background:#0665b6;}
.site_bottom_1 .nav{ display:none; width:100%; height:40px; background:#333333;}
.site_bottom_1 .nav ul { text-align:center;}
.site_bottom_1 .nav ul li { display:inline-block; line-height:40px; margin-right:20px;}
.site_bottom_1 .nav ul li a { color:#ffffff;}
.site_bottom_1 article { width:1180px; height:150px; padding:10px 0; margin:0 auto; padding-top:30px;}
.site_bottom_1 .B1{width:250px; height:100px; float:left;}
.site_bottom_1 .B1 ul{}
.site_bottom_1 .B1 ul li{ line-height:60px}
.site_bottom_1 .B1 ul li input {height:40px;}
.site_bottom_1 .B2 {width:660px; height:100px;text-align:left; color:#ffffff; line-height:25px; font-size:12px; float:left;}
.site_bottom_1 .B2 a { font-size:12px; color:#686868}
.site_bottom_1 .B3{width:250px; height:100px; text-align:center; float:right;}
.site_bottom_1 .B3 img { width:80px; height:80px; border:5px solid #ffffff; margin-top:10px;}

/*简约页脚*/
.site_bottom_2 {width:100%; background:#333333; color:#f1f1f1;}
.site_bottom_2 article { width:1180px; padding:20px 0 20px 0; margin:0 auto; text-align:center;}
.site_bottom_2 article a {color:#f1f1f1;}

/*商务页脚*/
.site_bottom_3 {width:100%; color:#f1f1f1; background:#333333; }
.site_bottom_3 article { width:1180px;margin:0 auto; text-align:center;}
.site_bottom_3 .info { width:100%; height:40px;line-height:40px; text-align:center; font-size:14px;}
.site_bottom_3 .info a {color:#f1f1f1;}

/*商务页脚 导航 二维码*/
.bottom_nav { width:100%; height:230px;padding-top:20px;  background:#484848;}
.bottom_nav .center{ width:1180px;}
.bottom_nav .nav { width:750px; height:190px; border-right:1px dashed #5c5c5c; margin-right:50px;}
.bottom_nav .nav ul { width:100px; height:180px; float:left; margin-left:50px;}
.bottom_nav .nav ul li { font-size:12px; line-height:30px; text-align:left;}
.bottom_nav .nav ul li a { font-size:12px; color:#959595}
.bottom_nav .nav ul li:first-child{ font-size:18px; color:#ffffff; }
.bottom_nav .nav ul li:first-child a { font-size:18px; color:#ffffff;}

.bottom_nav .ico { width:360px; height:130px; text-align:center;margin-top:20px;}
.bottom_nav .ico ul { width: 100%; height: 100%; text-align:center;}
.bottom_nav .ico ul li { display:inline-block; width:140px; height:100%; margin: 0;padding: 0; background:none; text-align:center; }
.bottom_nav .ico ul li img { width:80px; height:80px; border:5px solid #ffffff;}
.bottom_nav .ico ul li p { width:100%;font-size:12px;color:#f1f1f1; text-align: center; line-height:18px;}

/*手机端弹出层*/
#MobiQRcode { width:1000px; height:500px; position:absolute; z-index:99999; left:50%; margin-left:-500px; text-align:center; display:none;}
#MobiQRcode i { font-size:18px; color:#ffffff;position:absolute; z-index:99999; top:-20px; left:50%; margin-left:130px; cursor:pointer; }
#MobiQRcode img { width:250px; height:250px; border:10px solid #ffffff; margin-bottom:10px;}
#MobiQRcode p { font-size:18px; color:#ffffff; text-align:center;}

/*公共左右分栏*/
.public_box {width:1180px;margin:10px auto;overflow:hidden;background:#ffffff; padding:10px 0;box-shadow: 0px 0px 10px 3px #d9d9d9;}
.public_box .main{width:846px;margin:0px 0px 0px 10px;}
.public_box .side{width:300px;background:#f5f5f5;margin-right:12px;height:100%;margin-top:0px;margin-left:10px; border-bottom:10px solid #ffffff}
.public_box .side .ad_show { margin-bottom:10px;}
.public_box .full { width:1160px; }

/*栏目页定义*/

.article_box .side {margin-bottom: -9999px; padding-bottom: 9999px;}

/*2多页类*/
.ListStyle_2 {}
.ListStyle_2 ul {}
.ListStyle_2 ul li { line-height:30px; border-bottom:1px dashed #f1f1f1;}
.ListStyle_2 ul li i { font-size:14px; margin:0 10px;color:#ff6c00;}
.ListStyle_2 ul li a { font-size:14px;}
.ListStyle_2 ul li span { font-size:12px; color:#999999; float:right; margin-right:10px;}

/*3相册类*/
.ListStyle_3 {}
.ListStyle_3 ul {text-align:center;}
.ListStyle_3 ul li { display:inline-block; width:265px; height:220px; vertical-align:middle; margin:0 0 10px 10px; border:1px solid #f1f1f1; padding:10px; overflow:hidden; text-align:center; box-shadow: 0px 0px 5px 1px #f1f1f1;}
.ListStyle_3 ul li .pic { display:block; width:256px; height:150px; overflow:hidden;}
.ListStyle_3 ul li .pic img { width:100%; font-size:14px; color:#ff6c00; border:1px solid #f1f1f1;margin-bottom:5px;}
.ListStyle_3 ul li .title { display:block;width:100%; height:30px; font-size:16px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; line-height:25px; margin-bottom:5px; text-align:center; }
.ListStyle_3 ul li span {display:inline-block; font-size:12px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; line-height:15px; margin-right:10px; background:#f3faff; color:#7ad3a6; padding:0px 5px;border-radius:3px; border:1px solid #7ad3a6}
.ListStyle_3 ul li span:nth-last-child(1){margin-right:0; }

/*4图文类*/
.ListStyle_4 {margin-bottom:1em;}
.ListStyle_4 ul li {height:130px;border-bottom:1px dashed #f1f1f1;padding-top:15px;}
.ListStyle_4 ul li:hover {background:#f9f9f9}
.ListStyle_4 ul li .pic { display:block; width:150px;height:100px;float:left;margin:0 10px; font-size:0.3em;border:5px solid #f1f1f1;}
.ListStyle_4 ul li img {width:150px;height:100px;border:1px solid #ffffff; }
.ListStyle_4 ul li a {display:block; width:650px;float:left;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;line-height:25px;font-size:18px;}
.ListStyle_4 ul li a b {display:block; width:650px;font-size:18px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; line-height:25px; margin:5px 0;float:left; color:#606060 }
.ListStyle_4 ul li p {width:650px; height:40px;float:left; line-height:1.5em; font-size:12px;color:#9d9d9d;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-bottom:5px;}
.ListStyle_4 ul li span {display:inline-block; font-size:12px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; margin-right:10px;float:left;color:#7ad3a6;}
.ListStyle_4 ul li span i {font-size:10px; font-style:normal; margin-right:10px;color:#7ad3a6;padding:0px 5px;border-radius:3px; border:1px solid #7ad3a6;background:#f3faff; }

/*5视频类*/
.ListStyle_7 {}
.ListStyle_7 ul {text-align:center;}
.ListStyle_7 ul li { display:inline-block; width:265px; height:435px; vertical-align:middle; margin:0 0 10px 10px; border:1px solid #f1f1f1; padding:10px; overflow:hidden; text-align:center; }
.ListStyle_7 ul li a img { display:block; width:100%; height:360px; font-size:14px; color:#ff6c00;}
.ListStyle_7 ul li a b { display:block; font-size:18px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; line-height:30px; text-align:center; margin-top:5px; }
.ListStyle_7 ul li span {display:inline-block; font-size:12px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; line-height:20px; margin-right:20px; margin-bottom:10px;}
.ListStyle_7 ul li p{ display:block;position:relative;left:0;top:0px;width:100%;background:rgba(0,0,0,0.5);text-align:center;color:#ffffff;overflow:hidden;-webkit-transition: 0.5s;	transition:0.8s ;}
.ListStyle_7 ul li p i { display:block; color:#f1f1f1; font-size:120px; margin-top:50px;  text-align:center;}
.ListStyle_7 ul li:hover p { display:block; height:360px;line-height:120px; top:-427px; font-weight:normal;word-wrap:break-word}
.ListStyle_7 ul li p a { background:#08a935; color:#ffffff;border-radius:4px; padding:10px 40px;}

/*标签类*/
.ListStyle_11 ul {}
.ListStyle_11 ul li { width:825px; height:130px; vertical-align:middle; margin:0 0 0 10px; border-bottom:1px dashed #f1f1f1; padding-top:10px; overflow:hidden; }
.ListStyle_11 ul li a:first-child { display:block; width:210px; height:110px; float:left; overflow:hidden; }
.ListStyle_11 ul li:hover { background:#f6f6f6;}
.ListStyle_11 ul li  img { width:195px; height:110px; font-size:14px; color:#ff6c00;  margin-right:10px; border:5px solid #f1f1f1; }
.ListStyle_11 ul li  b { display:block; width:610px;font-size:18px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; line-height:25px; margin:5px 0;float:left; color:#606060 }
.ListStyle_11 ul li  p { display:block; width:610px; height:50px; overflow:hidden; font-size:14px; float:left; color:#c1c1c1; line-height:23px;}
.ListStyle_11 ul li span {display:inline-block; font-size:12px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; line-height:20px; margin-bottom:10px; margin-right:10px; background:#f3faff; color:#6794b7; padding:1px 5px;border-radius:4px; border:1px solid #89bfe9}
.ListStyle_11 ul li span:nth-last-child(1){margin-right:0px; }


/*用户列表样式*/
.ListStyle_UserList {}
.ListStyle_UserList ul {text-align:center;}
.ListStyle_UserList ul li { display:inline-block; width:150px; height:220px; vertical-align:middle; margin:0 0 10px 10px; border:1px solid #f1f1f1; padding:20px 10px; overflow:hidden; text-align:center; box-shadow: 0px 0px 5px 1px #f1f1f1;}
.ListStyle_UserList ul li a img { display:block; width:100px; height:100px; border-radius:100px;font-size:14px; color:#ff6c00; border:1px solid #f1f1f1;margin-bottom:5px;}
.ListStyle_UserList ul li b { display:block; font-size:16px;line-height:25px; margin-bottom:5px; text-align:center; }
.ListStyle_UserList ul li span {display:inline-block; font-size:12px;line-height:15px;  background:#f3faff; color:#7ad3a6; padding:0px 5px;border-radius:3px; border:1px solid #7ad3a6}



/*侧位栏目样式重载*/
.side .bit { width:100%;}
.side .bit .mage_pic ul li span { display:none;}
.side .bit .list { width:280px;}
.side .bit .list ul li a { display:block; width:270px; float:left;}
.search { text-align:center; margin-bottom:10px; width:250px; height:40px; }
.search #searchKey { display:block; width:150px; height:30px; float:left;}
.search #searchBut { display:block; background:#ff6c00; color:#ffffff; line-height:30px; width:80px; text-align:center;border-radius:4px; float:right;}
.search #searchBut i { margin-right:10px;color:#ffffff;}



/*栏目页：二级导航 、 产品类首页：产品导航*/
#MenuTree { width:250px; margin:10px auto;}
#MenuTree ul {}
#MenuTree ul li { background:#e6e6e6; margin-bottom:1px;border-radius:3px;}
#MenuTree ul li:hover {}
#MenuTree ul li:hover a { }
#MenuTree ul li a { display:block; line-height:35px; font-size:14px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;  }
#MenuTree ul li i{ line-height:35px;}
#MenuTree ul li i.fa-caret-right { color:#ff6c00; margin:0 10px; float:left; }
#MenuTree ul li i.fa-angle-right { color:#ff6c00; margin:0 10px; float:right; color:#adadad;}
#MenuTree ul li ul li{ background:#f5f5f5;border-radius:0;}
#MenuTree ul li ul li a {}


/*详情页，与单页类栏目共享使用*/
.content_show {width:96%;min-height:750px;margin-bottom:10px;}
.content_show h1 {text-align: center;line-height:60px; font-size:24px;}
.content_show #content_ext_info {text-align: center;margin-bottom:50px;}
.content_show #content_ext_info li {display:inline-block;margin-left:20px;}
.content_show #content_ext_info * {font-size:12px}
.content_show #content_ext_info #AddFavorites {cursor:pointer;}
.content_show .content_show_text {min-height:400px;line-height:25px;}
.content_show .content_show_text p {text-indent:2em;margin-bottom:1em;}

.content_show .content_show_text a { color:#136ec2;}
.content_show .content_show_text img { display:block; max-width:100%; }
.content_show .content_show_text .shuiyin {background:transparent url(/UploadFile/image/logo.png) no-repeat;}
.content_show video {clear:both;display:block;margin:auto; border:1px solid #f1f1f1;box-shadow: 0px 0px 10px 3px #d9d9d9; background:#000000;}
.content_show audio {clear:both;display:block;margin:auto}
#share {height: 30px;margin-bottom: 30px;text-align: right;}


/* ==================================================== 公共组件集中定义 ====================================================*/

/*公用栏目框*/
.bit {margin-bottom:10px; overflow:hidden;font-size:12px;}
.bit p {font-size:12px;}
/*【横向】切换卡栏目*/
.bit .lt_tab  {padding:0; overflow:hidden;height: 30px;margin-bottom:10px;border-bottom:1px solid #f1f1f1;}
.bit .lt_tab li { width:100px; float:left; text-align:center; height:30px; line-height:30px;color:#ffffff; background:#333333;margin-right:1px}
.bit .lt_tab .hover {background:#ae0001;color:#ffffff;cursor:pointer;font-weight:bold;}

/*【纵向】切换卡栏目*/
.bit .tab_head {float:left; width:100px; height:300px;background-color:#f1f1f1;}
.bit .tab_head ul{margin:0px;padding:0px;list-style:none; position:absolute; width:100px; height:30px;text-align:center;}
.bit .tab_head li{display:block;cursor:pointer;color:#949694; margin-bottom:1px;height:30px;line-height:30px; background-color:#333333; text-align:center;}
.bit .tab_head li.hover{padding:0px;background:#e8390e;width:100px;color:#ffffff; font-weight:bold;}
.bit .tab_content{margin-top:0px; border-top:none;padding:0px; border-left:0; margin-left:100px;}

/*固定栏目*/
.bit .lt {width:100%;height:30px;line-height:30px;color:#ffffff;border-bottom:1px solid #f1f1f1; margin-bottom:10px;}
.bit .lt a {color:#8e8e8e}
.bit .lt h3 {width:100px;text-align:center;float:left;background:#e8390e;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; color:#ffffff;}
.bit .lt span {float:right;margin-right:10px}

/*单页类*/
.bit .content{ width:100%; height:400px;padding:0 10px 10px 10px; overflow:hidden;line-height:21px; text-indent:2em;}
.bit .content p{ text-indent:2em; line-height:21px;}
.bit .content img{}

/*文章列表*/
.bit .list {}
.bit .list ul {}
.bit .list ul li {width:100%;height:25px;border-bottom:1px dashed #f1f1f1; line-height:25px;}
.bit .list ul li a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bit .list ul * { border:0px solid #cd0000;}
.bit .list ul li span {float:right; margin-right:10px;}
.bit .list ul li .vip {color:#cd0000}
.bit .list ul li i { margin:0 10px; color:#e8390e;}
.bit .list ul li:last-child {border-bottom:0}


/*图片栏目框*/
.bit .photo {width:100%;}
.bit .photo ul {text-align:center;}
.bit .photo ul li {width:122px;height:90px;border:1px solid #cccccc;display:inline-block;margin:0px 5px 10px 5px;}
.bit .photo ul li a img {width:100%;height:100%;float:left;}
.bit .photo ul li b {width:100%;height:20px;line-height:20px;display:inline-block;float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;position: relative;bottom:20px;background:rgba(0,0,0,0.5);color:#ffffff;font-size:12px}
.bit .photo ul li .vip {width:100%;height:20px;line-height:20px;display:inline-block;float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;position: relative;bottom:20px;background:rgba(0,0,0,0.5);color:#ff0000;font-size:12px}

/*多功能图文列表*/
.bit .mage_pic {width:100%;margin-bottom:10px;}
.bit .mage_pic ul { margin:10px 0px 0px 10px;}
.bit .mage_pic ul li {height:60px;margin-bottom:10px;}
.bit .mage_pic ul li .pic {width:90px;height:60px;float:left;margin-right:10px;}
.bit .mage_pic ul li .pic img { width:100%;}
.bit .mage_pic ul li a {display:block;width:65%;height:20px;float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bit .mage_pic ul li a b {font-weight:bold;}
.bit .mage_pic ul li p {display:inline-block;width:65%;height:40px;text-align:left;line-height:20px;color:#a4a4a4;overflow:hidden;text-overflow:ellipsis;}

/*多功能文本列表*/
.bit .mage_text {width:100%;margin-bottom:10px;}
.bit .mage_text * { border:0px solid #cd0000;}
.bit .mage_text ul {margin:10px 10px 0px 10px;}
.bit .mage_text ul li { height:60px; margin-bottom:10px;border-bottom:1px dashed #f1f1f1; overflow:hidden;}
.bit .mage_text ul li img {display:none;}
.bit .mage_text ul li a {display:inline-block;width:100%;height:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bit .mage_text ul li a b {font-weight:bold;}
.bit .mage_text ul li p {width:100%; height:35px; overflow:hidden; text-align:left;line-height:18px;color:#bfbfbf; margin-bottom:5px;}
.bit .mage_text ul li span i{ margin-right:20px; font-style:normal; }
.bit .mage_text ul li:last-child {border-bottom:0}

/* 滚动图片 */
.scrollleft{}
.scrollleft div {margin:0px 10px 0px 10px;}
.scrollleft ul {}
.scrollleft ul li{display:inline;}
.scrollleft ul li img { width:100px; height:100px; }

/*滚动文本 横向*/
.scrollleft h3 { width:100px;float:left;background-color: #e8390e; color:#ffffff; text-align:center; line-height:30px; margin-right:10px;}
.word ul li{display:inline; line-height:30px; margin-right:20px;}
.word ul li span { margin-left:5px;}

/*含左右切换的滚动图片*/
.scroll_sw { position:relative; margin:20px auto; width:1180px;}
.scroll_sw .prev,.scroll_sw .next {position:absolute; display:block; width:50px; height:100%; background-color:#000; top:0; color:#FFF; text-align:center; z-index:99;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7;opacity: 0.7;  line-height:130px; font-size:50px;}
.scroll_sw .prev { left:0;cursor:pointer;display:none;}
.scroll_sw .next { right:0;cursor:pointer;display:none;}
.scroll_sw:hover .prev{display:block;}
.scroll_sw:hover .next{display:block;}
.scroll_sw div { position:relative; width:100%; height:130px; overflow:hidden;}
.scroll_sw div ul { width:9999px;}
.scroll_sw div ul li { float:left; display:inline; width:200px; margin-right:10px; height:100%; text-align:center; border:1px solid #cccccc}
.scroll_sw div ul li  a img {width:100%;height:100%;float:left;}
.scroll_sw div ul li  .a {width:100%;height:20px;line-height:20px;display:inline-block;float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;background-color:#000000;position: relative;bottom:20px;filter: alpha(opacity=80);opacity: 0.8;color:#ffffff;font-size:12px}
.scroll_sw div ul li  .vip {width:100%;height:20px;line-height:20px;display:inline-block;float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;background-color:#000000;position: relative;bottom:20px;filter: alpha(opacity=80);opacity: 0.8;color:#ff0000;;font-size:12px}


/*提示框*/
.tips{width:96%;border:1px solid #139e00;background-color:#d0edcc;color:#139e00;margin-bottom:10px;}
.tips p{width:98%;line-height:30px}

/*警告框*/
.warning { width:100%; height:30px; background:#cd0000; color:#ffffff; text-align:center; font-size:14px; line-height:30px;}
.warning a { background:#960909; color:#ffffff; padding:0 5px;}

/*头条容器*/
.hot{width:1160px;height:80px;margin-bottom:10px;border:1px solid #f1f1f1; overflow:hidden;}
.hot h3 {}
.hot h3 span {display:block; width:100px; height:80px; color:#ffffff; background:#cd0000; font-size:22px; text-align:center; float:left; padding:8px 20px; }    
.hot h3 i { display:block; width: 0;height: 0;border-top: 40px solid transparent;border-left: 30px solid #cd0000;border-bottom: 40px solid transparent; float:left;}
.hot ul {width:1000px;float:right;}
.hot ul li {height:88px;text-align:center;}
.hot ul li img { display:none;}
.hot ul li a b {font-size:34px;color:#0d8b97;font-weight:bold;line-height:50px;}
.hot ul li p {font-size:14px;color:#8a8a8a;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.hot ul li span {display:none;}



/*友情链接*/
.friend_link {width:1160px;height:100px; background:#ffffff;}

.friend_link .pic {width:1158px;}
.friend_link .pic ul{margin:10px 0px 0px 10px;}
.friend_link .pic ul li{display:inline-block;width:210px;margin:0px 10px 10px 0px;overflow:hidden;white-space:nowrap;}
.friend_link .pic ul li img {width:200px;height:50px;}

.friend_link .text {width:1158px;line-height:30px;}
.friend_link .text ul{margin-left:5px;}
.friend_link .text ul li{display:inline-block;width:75px;margin-right:13px;overflow:hidden;white-space:nowrap;}
.friend_link .text ul li a{}

#seo {width:1178px;line-height:20px;}
#seo ul{}
#seo ul li{display:inline-block;width:75px;margin-right:13px;overflow:hidden;white-space:nowrap;}
#seo ul li a {color:#333333;font-size:12px}


/*页脚漂浮留言板*/
.gform {width:300px; background:#f8f9f9; border-top-left-radius:4px;border-top-right-radius:10px;position: fixed;left:0px;z-index: 88;bottom:0; padding-bottom:20px;display:none }

.gform .big{ width:300px; height:35px; line-height:35px;background:#004ea2; margin-bottom:10px;border-top-left-radius:4px;border-top-right-radius:10px }
.gform .big h3{width:200px;color:#ffffff; font-size:14px;text-indent:10px; margin-left:0; float:left }
.gform .big i{ color:#ffffff; float:right; line-height:30px; margin-right:15px;cursor:pointer}

.gform ul { margin-bottom:20px;}
.gform ul li { margin-bottom:5px;padding-left:25px}
.gform ul li span { display:inline-block; width:100px;border:0}
.gform ul li input { width:250px; height:30px;text-indent:10px; border:0}
.gform ul li textarea { width:250px; height:100px; padding:10px; border:0}
.gform .But {width:250px; height:30px; line-height:30px; text-align:center; margin-left:25px; font-size:16px; border:0;border-radius:4px;cursor:pointer}


.gform_2{width:40px;  height:180px;background:#cd0000; border-bottom-right-radius:10px;border-top-right-radius:10px;position: fixed;left:0px;z-index: 88;bottom:10px;cursor:pointer}
.gform_2 .small{ width:20px;margin:10px 0 0 10px; text-align:center; }
.gform_2 .small i{ display:block; width:20px; color:#ffffff; line-height:30px; margin:0px; font-size:20px;}
.gform_2 .small h3{width:20px;color:#ffffff; font-size:14px; margin:10; line-height:20px; }