
.public_head{ width:100%;min-width:1180px; height:80px;color:#666666; border-bottom: 1px solid #f1f1f1;}
.public_head article { width:1180px;height:80px;}

.public_head article .head_left { width:450px; height:60px; float:left; margin-top:15px;}
.public_head article .head_left .logo { width:450px; height:60px; float:left; color:#004ea2; font-size:18px; overflow:hidden;}
.public_head article .head_left .logo img { float:left; display:block; margin-right:10px;}
.public_head article .head_left .logo span { display:block; float:left; margin-top:30px; background:#625e5e;color:#ffffff;border-radius:3px; padding:0 5px;font-size:14px;}
.public_head article .head_left .logo_ext { width:100px; height:40px; float:left;color:#ffffff; font-size:18px;}

/*页眉右侧大区*/
.public_head article .head_right { width:700px; 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:#004ea2; 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:700px; min-width: 700px;background:rgba(0,0,0,0);}
.TopMenu ul { height:100%; text-align:right; }
.TopMenu ul li { display:block; width:100px; text-align: center;z-index:9999; float: left; position:relative;}
.TopMenu ul li a { display: block; width: 100%; line-height: 80px; color:#333333; text-align: center;}

.TopMenu ul li ul { display: none; width:160px; position: absolute;}
.TopMenu ul li ul li { display: block; width:160px; height: 40px; line-height:40px; background:rgba(0,0,0,0.7); border-bottom: 1px solid #7c7c7c;}
.TopMenu ul li ul li a {color:#ffffff; line-height: 40px;}
.TopMenu ul li ul li ul {display: none;}

.TopMenu ul li:hover { }
.TopMenu ul li:hover a { background-color: #7a242f; color: #ffffff;}

.TopMenu ul li:hover ul {display:block;}
.TopMenu ul li:hover ul li {}
.TopMenu ul li:hover ul li a{background:none; color:#ffffff;}
.TopMenu ul li:hover ul li:hover {background:rgba(0,0,0,0.8);}



.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:250px; float:left; color:#ffffff; line-height:49px; font-size:18px; }
#TopFloatMenu article { width:1180px; height:50px;}
#TopFloatMenu article .TopMenu { float: right;}
#TopFloatMenu article .TopMenu ul li a  { line-height: 50px; color:#ffffff;}


/* ==================================================== 全局导航样式汇总 ====================================================*/
nav { width:100%;min-width:1180px;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%; min-width:1180px; height:150px; margin-top:10px; border-top:3px solid #363636; background:#363636;}
.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; line-height:22px; font-size:12px; float:left;color:#969696}
.site_bottom_1 .B2 span {color:#969696}
.site_bottom_1 .B2 a { font-size:12px; color:#969696}
.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;}
.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 { 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; padding:10px; overflow:hidden; text-align:center; box-shadow: 0px 0px 5px 1px #f1f1f1;}
.ListStyle_3 ul li .pic { display:block; width:245px; 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:14px;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_5 {margin-bottom:1em;}
.ListStyle_5 ul li {height:130px;border-bottom:1px dashed #f1f1f1;padding-top:15px;}
.ListStyle_5 ul li:hover {background:#f9f9f9}
.ListStyle_5 ul li .pic { display:block; width:150px;height:100px;float:left;margin:0 10px; font-size:0.3em;border:5px solid #f1f1f1;}
.ListStyle_5 ul li img {width:150px;height:100px;border:1px solid #ffffff; }
.ListStyle_5 ul li a {display:block; width:650px;float:left;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;line-height:25px;font-size:18px;}
.ListStyle_5 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_5 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_5 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_5 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:#004ea2; 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;}



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



.TopBar { width: 100%; height: 60px; background-color: #969696; margin-bottom: 10px;}
.TopBar article { width: 1180px; height: 60px;}
.TopBar article ul { }
.TopBar article ul li { display: inline-block; width: 294px; height: 60px;padding-top: 8px; background-color: #004ea2;}
.TopBar article ul li i { display: block; width: 40px; height: 40px; float: left; font-size: 30px; text-align: center; line-height: 40px; padding-left: 10px; margin-right: 20px; color: #ffffff;}
.TopBar article ul li b { display: block; font-size: 14px; color: #ffffff;}
.TopBar article ul li span { display: block; font-size: 14px; color: #ffffff;}

.TopBar article ul li:nth-child(1){background-color: #969696;}
.TopBar article ul li:nth-child(2){background-color: #969696;}
.TopBar article ul li:nth-child(3){background-color: #969696;}
.TopBar article ul li:nth-child(4){background-color: #969696;}

section {width: 100%;}
section article

.F1 {width: 100%;}
.F1 article {width: 1180px; height: 370px;}
.F1 article .style4 {width: 100%;}
.F1 article .style4 ul {width: 100%; text-align: center;}
.F1 article .style4 ul li { display: inline-block; width: 375px; height: 320px; background-color: #f1f1f1; overflow: hidden; margin-right: 20px;}
.F1 article .style4 ul li:last-child {margin-right: 0;}
.F1 article .style4 ul li .pic { display: block; width: 100%; height: 200px; overflow: hidden; margin-bottom: 10px;}
.F1 article .style4 ul li .pic img { width: 100%;}
.F1 article .style4 ul li .word {width:330px;}
.F1 article .style4 ul li .word .title { display: block; width: 100%; margin-bottom: 10px;}
.F1 article .style4 ul li .word .title b {width: 100%; font-weight: bold; font-size: 14px;}
.F1 article .style4 ul li .word p {width: 100%; font-size: 14px; line-height: 23px;}
.F1 article .style4 ul li .word span {display: none;}


.F2 {width: 100%; height: 410px;}
.F2 article {width: 1180px;}
.F2 article .bit { float: left; width: 700px; height: 350px; margin-right: 20px;}
.F2 article .bit .lt  h3 { background:none; color: #136ec2; font-size: 16px; font-weight: 800; color: #969696;}
.F2 article .bit .style4 { float: left; width: 300px; height: 350px; }
.F2 article .bit .style2 { float: right; width: 360px;height: 350px; }
.F2 article .player { float: right; width: 450px; height: 310px; background-color: #f1f1f1;}