<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body { }
.public_head{ width:100%; min-width:1180px; height:100px; background:#ffffff; color:#666666;}
.public_head article { width:1180px;height:80px;}

.public_head article .head_left { width:650px; height:100px; float:left; position: relative;}
.public_head article .head_left .logo { width:650px; height:60px; color:#004ea2; font-size:18px; overflow:hidden; position: absolute; left:10px; top:28px;}
.public_head article .head_left .logo img { height:45px; float:left; display:block; margin-right:10px;}
.public_head article .head_left .logo span { display:block; float:left; margin-top:5px; color:#333333;border-radius:3px; padding:0 5px;font-size:25px;}
.public_head article .head_left .logo_ext { width:220px; color:#000000; font-size:18px; position: absolute; left:420px; bottom:20px;}

/*页眉右侧大区*/
.public_head article .head_right { width:400px; float:right; margin-top:0px; }

/*【模式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:#cd0000; font-size:20px;text-align:right; }

.searchBar { width:250px; height:30px; border:1px solid #b8b8b8; margin-right:0;}
.searchBar input { display:block; float:left; width:200px; background:none; border:0; }
.searchBar i { display:block; height:30px; font-size:18px; line-height:28px; text-align:center;cursor:pointer; color:#004ea2}

/*【模式2】页眉右侧导航布局 下拉导航*/
.TopMenu {width:780px;min-width: 780px; height:50px; float:right;background:rgba(0,0,0,0);}
.TopMenu ul { height:50px; text-align:right;}
.TopMenu ul li { display:inline-block; width:130px;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; width: 200px; 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; width: 100%; border-bottom:1px solid #ffffff;}
.TopMenu ul li:hover ul li a{ color:#ffffff; font-size: 12px;}
.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:47px; background:#ae0001;position:fixed;top:0;z-index:999; color:#ffffff;}
#TopFloatMenu article h1 { width:200px; float:left; color:#ffffff; line-height:49px; font-size:18px; }
#TopFloatMenu article { width:1180px; height:47px;}
#TopFloatMenu article .TopMenu ul li a  { color:#ffffff;}
#TopFloatMenu article .TopMenu { width:950px; }
#TopFloatMenu article .TopMenu ul li:hover {color:#ffffff; background:#cd0000;}

/* ==================================================== 全局导航样式汇总 ====================================================*/
nav { width:100%; min-width: 1180px; background:#ae0001; }
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:140px; text-align:center; line-height:40px; border-right:1px solid #c63636;}
nav .menu_style_2 ul li:last-child { border:0;}
nav .menu_style_2 ul li a { display:block; width:140px; color:#ffffff;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; text-align:center; font-size:16px; font-weight: normal;}
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:200px; margin-left:-30px;}
nav .menu_style_2 ul li:hover ul li { display:block; border-bottom:1px solid rgba(255,255,255,0.2); width:100%; height:40px; line-height:40px;border-right:0;}
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%;color:#686868; border-top:3px solid #cd0000; background:#ffffff;}
.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:150px; height:100px; float:left; text-align:center; padding-top:0px;}
.site_bottom_1 .B1 img { height:80px;}
.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; line-height:22px; 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 ul {}
.site_bottom_1 .B3 ul li { display:inline-block; width:100px; height:100px; }
.site_bottom_1 .B3 ul li img { display:block; width:80px; height:80px; border:5px solid #ffffff; margin-top:10px;box-shadow: 0px 0px 10px 3px #d9d9d9; overflow:hidden;}
.site_bottom_1 .B3 ul li b { display:block; text-align:center; font-size:14px;}

/*简约页脚*/
.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; }

.public_box .side .QR { width:250px; height:120px; background:#ffffff;border:1px solid #dfdfdf; margin-bottom:10px;}
.public_box .side .QR img { width: 100px; height:100px; margin:10px; float:left;}
.public_box .side .QR b { display:block; width:120px; height:30px; line-height:30px; font-weight:bold; text-align:center; margin-top:20px; color:#9d7544; float:right;}
.public_box .side .QR p { display:block; width:120px; height:40px; line-height:40px; color:#9d7544;float:right;}


/*栏目页定义*/

.article_box .side {margin-bottom: -9999px; padding-bottom: 9999px;}

/*2多页类*/
.ListStyle_2 {}
.ListStyle_2 ul {}
.ListStyle_2 ul li { height:35px;line-height:34px; border-bottom:1px dashed #f1f1f1;}
.ListStyle_2 ul li i { font-size:14px; margin:0 10px;color:#ff6c00;}
.ListStyle_2 ul li a {display:block; width:700px; font-size:14px; white-space:nowrap;text-overflow:ellipsis; overflow:hidden; float:left;}
.ListStyle_2 ul li span { font-size:12px; color:#999999; float:right; margin-right:10px;}

/*3相册类*/
.ListStyle_3 {}
.ListStyle_3 ul {text-align:left;}
.ListStyle_3 ul li { display:inline-block; width:200px; height:300px; 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:100%; height:230px; overflow:hidden; text-align:center; margin-bottom:10px;}
.ListStyle_3 ul li .pic img { height: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;}



/*栏目页：二级导航 、 产品类首页：产品导航*/
.public_box .side #MenuListBox { width:250px; border:1px solid #dfdfdf; background:#ffffff; margin-top:10px; margin-bottom: 20px;}
.public_box .side #MenuListBox .lt { height:80px; padding-top:10px; background:#cd0000; margin:0;}
.public_box .side #MenuListBox .lt h3 { width:200px; height:60px; text-align:left; margin-left:30px; background:none; }
.public_box .side #MenuListBox .lt h3 b { display:block;font-size:20px; color:#ffffff;}
.public_box .side #MenuListBox .lt h3 i { display:block;font-size:16px; color:#ffffff;}



#MenuTree { width:248px; margin:0 auto;}
#MenuTree ul {}
#MenuTree ul li { margin-bottom:1px;border-radius:3px;}
#MenuTree ul li:hover {}
#MenuTree ul li:hover a { }
#MenuTree ul li a { display:block; line-height:40px; font-size:14px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; }
#MenuTree ul li i{ line-height:40px;}
#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 { color:#333333}


/*详情页，与单页类栏目共享使用*/
.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:40px;line-height:40px;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;color:#e8390e;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; font-size:16px;}
.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:28px;font-size: 14px;}
.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; overflow: hidden;}
.bit .photo ul li a img {width:100%;height:100%;float:left; background:#f1f1f1;transition: all 1s;}
.bit .photo ul li b {width:100%;height:20px;line-height:20px;display:inline-block;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;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 .photo ul li:hover img {transform:scale(1.2)}

/*多功能图文列表*/
.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; background:#f1f1f1;}
.bit .mage_pic ul li .pic img { width:100%;transition: all 1s;}
.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:#3d3d3d;overflow:hidden;text-overflow:ellipsis;}
.bit .mage_pic ul li:hover img {transform:scale(1.2)}

/*多功能文本列表*/
.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 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;animation: bounce-right 1.4s linear infinite;}
.gform_2 .small h3{ display:block; width:20px;color:#ffffff; font-size:14px; line-height:20px; }

@keyframes bounce-right {
    25% {transform: translateX(5px);}
    50%, 100% {transform: translateX(0);}
    75% {transform: translateX(-5px);}
}


.TopADC {width: 100%; min-width: 1180px;}
.ClassTopAD { background:#333333;}


section { width:100%; min-width:1180px; }
section header { width:1180px; height:20px; margin:0 auto; margin-bottom:40px; }
section header h3 { width:200px; text-align:center; font-size:18px; }
section article { width:1180px; }

.F1 { width:100%; min-width:1180px; height:400px; background:#ffffff;  padding-top:30px;}
.F1 .AdcPlay { width:550px; height:330px; background:#f1f1f1; float:left; }
.F1 .bit { width:600px; height:330px; float:right; }
.F1 .bit .lt {}
.F1 .bit .lt h3 { width:200px; font-size:18px; text-align:center;border-bottom:1px solid #cd0000; color:#cd0000}
.F1 .bit .list ul li { height:40px; }
.F1 .bit .list ul li a { display:block; width:466px; font-size:16px; line-height:40px; float:left; }
.F1 .bit .list ul li span { width:100px; font-size:14px; line-height:40px; float:right; text-align:right; }


.F2 { height:500px; padding-top:30px; }
.F2 article { width: 1180px; height:450px;  padding-top: 40px; }
.F2 .bit { width:1180px; height: 370px; background:rgba(255,255,255,0.8); padding-top:5px; border:1px solid #ffffff;}
.F2 .bit header { height: 50px; margin-bottom:25px;}
.F2 .bit header h3 { width:200px; font-size:18px; text-align:center;border-bottom:1px solid #cd0000; line-height: 50px; color:#cd0000 }
.F2 .MagePic { }
.F2 .MagePic ul {}
.F2 .MagePic ul li { display:block; width:263px; height:207px; overflow:hidden; float:left; margin-left:25px; background:#f1f1f1; }
.F2 .MagePic ul li:last-child { margin-right:0; }
.F2 .MagePic ul li .pic { display:block; width:100%; height:176px; overflow:hidden; }
.F2 .MagePic ul li .pic img { width:100%; height: 175px;transition: all 1s; }

.F2 .MagePic ul li .word { width:100%; }
.F2 .MagePic ul li .title { display:block; font-size:16px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; line-height:30px; background: #cd0000; text-align: center;}
.F2 .MagePic ul li .title b { color:#ffffff;}
.F2 .MagePic ul li p { display:none; height:40px; font-size:14px; margin-bottom:10px; line-height:22px; overflow:hidden; color:#aeaeae;}
.F2 .MagePic ul li span { display:none;}
.F2 .MagePic ul li .ListButA { display:none;}
.F2 .MagePic ul li .ListButB {  float:right; font-size:14px;}


.F2 .Server { float:right;}
.F2 .Server .PopBox { width:360px; height:185px; background:#7ad3a6; margin-bottom:25px;}
.F2 .Server .Other {width:360px; height:180px; background:#cd0000;}

.F2 .MagePic ul li:hover .pic img {transform:scale(1.2) }


.IcoList {}
.IcoList ul { text-align:center; }
.IcoList ul li { display:inline-block; width:230px; height:115px; background:#f1f1f1; margin-bottom:20px; margin-right:20px; padding-top:25px; border-radius:3px;transition: all 0.5s;}
.IcoList ul li a { display:block;}
.IcoList ul li a i { display:block; font-size:40px; color:#ae7653; text-align:center;margin-bottom:10px;}
.IcoList ul li a b { display:block; text-align:center; color:#ae7653; font-size:14px;}
.IcoList ul li:nth-child(4n+0){margin-right:0;}

.IcoList ul li:hover{ background:#ae0001 }
.IcoList ul li:hover a {}
.IcoList ul li:hover a i {color:#dad2bf}
.IcoList ul li:hover a b {color:#dad2bf}






.F3 { height:450px;padding-top:30px; background:#ffffff;}
.F3 .HeadTab { height:80px; padding-top:20px; text-align:center; margin-bottom:20px;}
.F3 .HeadTab {}
.F3 .HeadTab li { display:inline-block; text-align:center; font-size:18px; margin-right:20px; line-height:40px; }
.F3 .HeadTab li:last-child { margin-right:0; }
.F3 .HeadTab li.hover a {color:#cd0000;}
.F3 .HeadTab li.hover { border-bottom:1px solid #cd0000; }

.F3 .style4 {}
.F3 .style4 ul {width: 1160px; height: 300px;}
.F3 .style4 ul li { display:inline-block; width:570px; height:134px; float:left; border:0; margin-bottom:30px; padding: 15px; }
.F3 .style4 ul li:nth-child(even) { float:right; }

.F3 .style4 ul li a:nth-child(2) { width: 350px; font-size:16px; margin-top: 20px; margin-bottom:5px; color:#3d3d3d}
.F3 .style4 ul li p {width: 350px;  height: 60px; color:#8d8d8d;margin-top: 20px; line-height: 20px;word-break:break-all}
.F3 .style4 ul li span { display:none; float: left; }
.F3 .style4 ul li:hover{ background: #f5f5f5}

.F4 { height:500px; background:url('F_bg4.png');}
.F4 article { width:1180px; height:430px; background:rgba(255,255,255,0.3); padding-top: 30px;}
.F4 .Player{ width:540px; height:365px; background:#ff6c00; float:left; margin-left:30px; overflow: hidden; }
.F4 .bit { width:550px; background:#ffffff; margin-right: 30px}
.F4 .bit .lt { width:515px; height:40px;}
.F4 .bit .lt h3 { width:200px; font-size:18px; text-align:left;border-bottom:1px solid #cd0000;color:#cd0000;}
.F4 .bit .style3 {}
.F4 .bit .style3 ul li { width:250px; height:145px; }
.F4 .bit .style3 ul li span { display:none;}
.F4 .bit .style3 ul li b { font-size:14px; height:30px; bottom:30px; line-height:30px;background:rgba(205,0,0,0.8); }


.F6 { height:400px; background:#ffffff;}
.F6 header { height: 100px; margin-bottom:25px; padding-top:30px;}
.F6 header h3 { width:200px; font-size:18px; text-align:center;border-bottom:1px solid #cd0000; line-height: 50px; color:#cd0000 }
.F6 .style3 { height: 207px;}
.F6 .style3 ul { text-align:center;}
.F6 .style3 ul li { display:inline-block; width:165px; height:200px;vertical-align:top; margin-right:15px;}
.F6 .style3 ul li:last-child{ margin-right:0;}
.F6 .style3 ul li .pic{ display:block;width:140px; height:145px; border-radius:145px;background:#f1f1f1; margin-bottom:10px; overflow:hidden; }
.F6 .style3 ul li .pic img { display:block; width:100%; }
.F6 .style3 ul li .word .title { display:block; text-align:center; margin-bottom:5px;}
.F6 .style3 ul li .word p { display:none; font-size:12px; line-height:20px;}
.F6 .style3 ul li span { display:none;}

.F6 .scrollleft ul li img { width:100%;  }

.zyly {}
.ListStyle_1 .content_show .content_show_text .zyly tbody tr td {width: 380px; height: 240px;}
.ListStyle_1 .content_show .content_show_text .zyly tbody tr td div {width: 360px; height: 220px; background: linear-gradient(180deg,#fff7ea 0,#ffffff 100%);padding: 10px; border: 1px solid #e1d9cd; border-radius:5px; box-shadow: 0px 0px 15px 3px #d9d9d9;}
.zyly div b { color: #cd0000; font-size: 16px; font-weight: bold;}
.ListStyle_1 .content_show .content_show_text .zyly tbody tr td div p { color: #666666; font-size: 14px; text-indent:0;}




.content_show_text .jieshao tr td {vertical-align:top}
.content_show_text .jieshao tr td:first-child {width: 300px;}
.content_show_text .jieshao tr td img { width: 200px; height: 300px; }

#ClassOpenShow { display: none; position: fixed; top:150px; left:50%; margin-left: -450px; width: 900px; height: 500px; background: #ffffff; border: 1px solid #cccccc; z-index:999999;}
#ClassOpenShow i {position: absolute; display:block; width: 30px; height: 30px; font-size:30px; color:#ffa704;top:-30px; right: -30px;}
#ClassOpenShow iframe { border: 0; width: 900px; height: 100%;  }

.lvshiShow { width: 900px; height: 498px; overflow: hidden;}

.lvshiShow .pic { width:350px; height: 500px; float: left; overflow: hidden; margin-right: 20px;}
.lvshiShow .pic img { width: 100%;}
.lvshiShow .text { width: 520px; float: left; padding-top:20px;}
.lvshiShow .text h3 {display: block; height: 35px; margin-bottom: 10px; border-bottom: 1px solid #f1f1f1}
.lvshiShow .text h3 span { margin-left: 15px; font-size: 16px;}
.lvshiShow .text p { line-height: 30px; font-size: 14px;}
.lvshiShow .text p b { font-weight: bold; font-size:16px; margin-right: 10px;}</pre></body></html>