@import url(iconfont.css);
/**公用样式**/
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; font-size: 15px; color: #000;  }
img { border: 0; }
a { text-decoration: none; color: #333; cursor: pointer; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
a:hover { color: #ffae3b; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
.ts {transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
.ts:hover {transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
div, ul, li, form, h1, h2, h3, h4, p, dl, dt, dd, ul, ol, li, th, td, aside, article { margin: 0px; padding: 0px; list-style: none; }
.clear { clear: both; }
.clear:after { content: ""; display: block; clear: both;}
/* 矢量图标 */
@font-face {font-family: 'iconfont';
src: url('../css/iconfont.eot'); /* IE9*/
src: local('?'),
url('../css/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../css/iconfont.woff') format('woff'), /* chrome、firefox */
url('../css/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('../css/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */}
.fl { float: left; }
.fr { float: right; }
.main { width: 1200px; margin: 0 auto; }
.bg_a { background: #077ff9;}
.bg{ background: #fff;}
.bg2{ background: #06c8ff;}
.bg3{ background: #f9f9f9;}
.bg4{ background: #eaeff4;}
.bian { border: solid 1px #e5e5e5; }
.bian2 { border: solid 1px #eaeff4; }
.bianju, .bj_mt10 { margin-top: 10px; }
.y_ju, .bj_mt15 { margin-top: 15px;}
.y_ju2, .bj_mt30{ margin-top: 30px;}
.bj_pt10{ padding-top: 10px;}
.bj_pt15{ padding-top: 15px;}
.bj_pt30{ padding-top: 30px;}
.relative{ position:relative;}
.noshow{ display: none;}
em, i { font-style: normal; }
.iconfont { text-align: center;}
.blue { color: #29bffe; }
.orange{ color: #FFAA00;}
.orange2{ color: #FF7032;}
.red2{ color: #ff3885;}
.hidden { overflow: hidden; }
.nobian{ border: 0; }
.ca { color: #077ff9;}
.red, #red, .more { color: #f00;}
.white, .cf { color: #fff; }
.gray, .c3{ color: #333;}
.gray2, .c6{ color: #666;}
.gray3, .c9{ color: #999;}
.gray4, .cc{ color: #ccc;}
.center{ text-align: center;}
.qu{ border: 0;}
.f30{ font-size: 30px;}
.f24{ font-size: 24px;}
.f20{ font-size: 20px;}
.f16{ font-size: 16px;}
.f15{ font-size: 15px;}
.f14{ font-size: 14px;}
.f12{ font-size: 12px;}
.nobold{ font-weight: normal;}
.line10{ height: 10px; background: #f8f8f8; width: 100%; margin: 40px 0;}
.block{ display: block;}
time { font-size: 12px!important; }
/*超出隐藏*/
.chao { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chao2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.chao3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.chao4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.chao5 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.bold { font-weight: bold; }
.top_xia{ padding: 15px; position: absolute; z-index: 9999999; left: 50%; margin-left: -90px; top:25px;}
.top_xia img{ width: 150px; height: 150px;}
/*鼠标经过图片特效*/
.photo { display: block; overflow: hidden; border-radius: 3px;}
.photo:hover { box-shadow: 0 0 1px 1px rgba(255,102,0,0.5);}
.photo img { transition: all 0.3s ease-out; -moz-transition: -moz-transform 0.3s; -webkit-transition: -webkit-transform 0.3s; -o-transition: -o-transform 0.3s; transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1);/* filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; */}
.photo:hover img { width: 100%; height: 100%; transition: transform 0.3s; -moz-transition: -moz-transform 0.3s; -webkit-transition: -webkit-transform 0.3s; -o-transition: -o-transform 0.3s; transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); /* filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; */ }
/*黑色半透明*/
.gray_bg { background: #000; filter: alpha(opacity=30); -moz-opacity: 0.3; /-khtml-opacity:0.3; opacity: 0.3;}
/*黑色半透明，字不透明*/
.gray_bg2{ background-color: rgba(0,0,0,0.6); /*ie8专用透明度*/ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); behavior: url(../images/pie.htc);  }
.showmore{ border:solid 1px #eee; height:36px; text-align:center; line-height:36px; display:block; width:100%; background: url(../images/down.png) no-repeat 64% 12px #f6f6f6; background-size:6px; margin:6px 0;font-size:14px; color:#e84430;}
.loading{ height:36px; text-align:center; line-height:36px; width:100%; background-size:12px; margin:6px 0;font-size:16px; color:#003956; background:url(../images/loading.gif) 28% 12px no-repeat #f6f6f6; display:none;}
.fu{ width:94%; padding:0 3%; line-height:36px; position:absolute; left:0; bottom:4px;}
/*阴影*/
.yy{ box-shadow: 0 0 10px #E1E1E1; /*ie8阴影*/ filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=6);}
/*圆角*/
.yj_4{ border-radius:4px;}
.yj_10{ border-radius:10px;}
/*盒子模型*/
.box{ box-sizing:border-box;}
/*字体阴影*/
.font_yy{ text-shadow: 0 0 3px #555;}
/*三角形*/
.shang{ width:0; height:0; border-right:50px solid transparent; border-left:50px solid transparent; border-bottom:50px solid #fff;}
.xia{ width:0; height:0; border-right:6px solid transparent; border-left:6px solid transparent; border-top:6px solid #fff;}
.zuo{ width:0; height:0; border-top:50px solid transparent; border-bottom:50px solid transparent; border-right:50px solid #fff;}
.you{ width:0; height:0;  border-top:50px solid transparent; border-bottom:50px solid transparent; border-left:50px solid #fff;}
/*中间横幅*/
.w_100{ width: 100%;}
/*tab容器*/
.box_content{ height: 400px;}
.box_content2{ height: 598px;}
.box_content3{ height: 581px;}
/*鼠标手势*/
.cursor{cursor: pointer}
/* 输入框字体颜色 */
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus { outline: 0; border: none; }
/* 顶部 */
.header_top { padding: 30px 0; position: relative;}
.logo { width: 237px;}
.logo img { width: 237px; height: 52px;}
.search { width: 530px; height: 50px; margin-left: -265px; position: absolute; left: 50%;  }
.search_text { width: 80%; line-height: 48px; padding: 0 20px;}
.search_sub { width: 20%; line-height: 48px;}
.welcome_p { line-height: 50px;}
.nav_li {width: 10%; height: 50px; line-height: 50px; text-align: center;}
.header_nav .on { background: #ffae3b;}
.header_nav .on .li_a { color: #fff;}
/* 左边一级标题 */
.con_head { background: url(../images/pc/bt_bg1.png) repeat-x center; height: 36px;}
.con_head h2 { line-height: 36px; float: left; padding-right: 20px;}
.con_head em { width: 36px; height: 36px; display: block; line-height: 36px;border-radius: 100%; margin-right: 10px; }
.con_fw .con_head { background: none;}
.con_head .hd_li { max-width: 100px; float: left; line-height: 30px; padding: 0 10px; border-radius: 4px; background: #EAEFF4;  margin: 3px 0 3px 10px;}
.con_head .on { background: #077ff9;}
.con_head .on a {  color: #fff;}
/* 右边栏标题 */
.head_t { background: url(../images/pc/bt_bg1.png) repeat-x bottom; line-height: 36px; padding-bottom: 20px; position: relative;}
.head_t em { width: 36px; height: 36px; display: block; line-height: 36px; border-radius: 100%; position: absolute; color: #ffae3b;}
.head_t h4 { padding-left: 50px;}
/* 右边栏推荐内容1 */
.r_list_li { border-bottom: 1px dashed #e1e1e1; padding-bottom: 10px; margin-top: 10px;}
.r_list_li .li_l { width: 52px; height: 70px; border: 1px solid #e1e1e1; }
.r_list_li .li_l_a { width: 52px;height: 70px; display: block;}
.r_list .li_r { width: 190px;}
.r_list .li_r .r_a { line-height: 24px; font-size: 15px; color: #333;}
/* 右边栏推荐内容1 */
.r_list_li_te {position: relative; padding-left: 20px; line-height: 30px; margin-top: 5px;}
.r_list_li_te:nth-child(1) { font-weight: bold;  }
.r_list_li_te:nth-child(6) { font-weight: bold; margin-top: 30px; }
.r_list_li_te em { position: absolute; left: 0; top: 0; font-weight: normal;}
/* 列表 */
.lb_tu1 {  height: 110px; padding-left: 150px; position: relative; }
.lb_tu1 .lb_img { width: 140px; height: 100px; position: absolute; left: 0; top: 0; }
.lb_tu1 .lb_img img { width: 100%; height: 100px; }
.lb_tu1 span {  font-size: 16px; line-height: 30px; font-weight:bold; color: #333; }
.lb_tu1 p { font-size: 12px; color: #999; line-height: 20px; height: 40px; margin-top: 5px; }
.lb_tu1 time { margin-top: 10px; display: block; }
/* 底部 */
footer .f_link a { margin-right: 10px;}
.top_inner p { line-height: 30px; font-size: 12px;}
.top_inner p span { margin-right: 10px;}
.gb_resItms li { float: left;}
.gb_resItms li .iconfont  { width: 32px; height: 32px; background: #cccccc; padding-left: 0; display: block; border-radius: 100%; margin-left: 10px; text-align: center; line-height: 32px; position: relative; color: #fff; font-size: 22px;  }
.gb_resItms li .iconfont:hover {background: #ffae3b;}
.gb_resItms li a { position: absolute ; width: 32px; height: 32px; left: 0; top:0; background: #cccccc; padding-left: 0; margin: 0; opacity: 0;}
.gb_resItms li a:hover {opacity: 0;}
.gb_res_t {text-align: right; line-height: 50px; }
.footer_b p { line-height: 50px; font-size:12px; text-align: center; }
.top_inner { text-align: center;}
/* 大内容区左右 */
.con_l { width: 870px;}
.con_r { width: 300px;}
/* 位置 */
.position a { margin:0 5px;}
/* 广告 */
.gg { width: 100%;}
.gg img { width: 100%; display: block;}
/* 列表文档缩略图 */
.list_li .li_l { background: url(../images/pc/list_1.jpg) no-repeat; background-size: 100% 100% !important; background: none\9;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pc/list_1.jpg', sizingMethod='scale');}
.list_li:nth-child(10n+1) .li_l { background: url(../images/pc/list_1.jpg) no-repeat;}
.list_li:nth-child(10n+2) .li_l { background: url(../images/pc/list_2.jpg) no-repeat;}
.list_li:nth-child(10n+3) .li_l { background: url(../images/pc/list_3.jpg) no-repeat;}
.list_li:nth-child(10n+4) .li_l { background: url(../images/pc/list_4.jpg) no-repeat;}
.list_li:nth-child(10n+5) .li_l { background: url(../images/pc/list_5.jpg) no-repeat;}
.list_li:nth-child(10n+6) .li_l { background: url(../images/pc/list_6.jpg) no-repeat;}
.list_li:nth-child(10n+7) .li_l { background: url(../images/pc/list_7.jpg) no-repeat;}
.list_li:nth-child(10n+8) .li_l { background: url(../images/pc/list_8.jpg) no-repeat;}
.list_li:nth-child(10n+9) .li_l { background: url(../images/pc/list_9.jpg) no-repeat;}
.list_li:nth-child(10n+10) .li_l { background: url(../images/pc/list_10.jpg) no-repeat;}

/*ie7*/
.hot_zt { +width: 260px !important; +height: 380px!important; }
.con_ban_c .tjrk a { +width: 137px!important;}
.con_ban_l { +width: 210px!important; }
.hot_zt_bt EM { +display: none; }
.hot_zt_bt { +height: 36px; }
.hot_zt_nr .lb { +height: 26px; }
.search_text { +width: 70%;  height: 48px; }
.head_bt { +height: 30px; }
.fw_list_inner_li EM { +display: none; }
.con_fw_nr_r { +width: 260px!important; }
.r_list .li_r .r_a { +height: 48px; +overflow: hidden; +display: block;}
.head_t { height: 36px; }
.head_t em {+display: none;}
.head_t h4 { +padding-left: 0; }
.r_list_li_te { +padding-left: 0; }
.fw_list_inner_li_te p { height: 40px; }
.fw_list_inner_li { +margin-top: 0!important; }
.fw_list_inner_li:first-child+li+li+li+li+li { +margin-top:30px!important; }
.r_list_li_te:first-child+li+li+li+li+li { +margin-top:30px!important; }
.channer .fw_list_inner_li:first-child+li+li+li+li+li { +margin-top:0px!important; }
.list_con .fw_list_inner_li:first-child+li+li+li+li+li { +margin-top:0px!important; }
.ch_banner .fw_list_inner_li_te { height: 150px; }
.ch_hottab_nr .ch_li:first-child { +margin-left: 0; }
.ch_banner { +height: 344px; }
.ch_ml_l { +width: 870px; }
.ls_jx { +height: 230px; }
.con_fw_nr_r .tag_a { +width: 29.5%!important; width: 29.5%\9!important; }
.ls_list_li .li_r p { +height: 48px; +display: block; }
.ar_con .search_text {height: 38px;}
.ar_con .search { +width: 300px!important; +position: static!important; }
.ar_con .fw_list_inner_li:first-child+li+li+li+li+li { +margin-top:0px!important; }
.con_prev { +height: 22px; }
.yy { +border-bottom: 1px solid #e6e6e6; }
.gb_resLay { +display: none;  display: none\9;}
/* 友情链接 */
.footer_fink { border-bottom: 1px dashed #e1e1e1; padding-bottom: 30px; margin-bottom: 30px;}
.footer_fink_bt em { width: 36px; height: 36px; position: absolute; left: 0; top:0; border-radius: 100%; line-height: 36px; }
.footer_fink_bt h3 { position: relative; padding-left: 46px; line-height: 36px;}
.footer_fink_nr a { margin: 10px 10px 0 0; display: block; float: left; }
footer .police { position: relative; padding-left: 20px;  margin-left: 20px; color: #fff;}
footer .police em { width: 14px; height: 16px; display: block; position: absolute; left:0; top: 0; background: url(../images/icon-police.png) no-repeat left;}