a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var,th,td{margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block}
body{color:#333;padding:0px 0;
font:400 14px/1.6 'RUBIK-REGULAR-WEBFONT','Helvetica Neue',Helvetica, "Microsoft YaHei",sans-serif,Arial,'宋体';-webkit-text-size-adjust:none;
background:#fff; }
a:hover img,img{border:none; vertical-align: top;}
ol,ul{list-style: none}
input,button,select,textarea{outline:none;font:400 14px/1.6 'Helvetica Neue',Helvetica, "Microsoft YaHei",sans-serif,Arial,'宋体';font-size:14px; color: #666;}
table input,table button,table select,table textarea{ vertical-align:middle;}
button,html input[type=button],input[type=submit]{-webkit-apperance: button; cursor: pointer;-webkit-appearance: none;}
button[disabled],html input[disabled]{cursor: default}
textarea{resize:none}
table{ border-collapse:collapse;}
a{text-decoration:none; color:#333;}
h1,h2,h3,h4,h5,h6{font-weight:400; }
th{font-weight: normal; }



.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}
.hide{display: none;}
.th{ font-family:'RUBIK-REGULAR-WEBFONT','Helvetica Neue',Helvetica, "Microsoft YaHei",sans-serif,Arial,'宋体';}

.clear, .clr{display: block; clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
.clearfix2:before,.clearfix2:after{content:""; display: table;}
.clearfix2:after{clear: both;}
.clearfix2{*zoom:1;}


::-webkit-scrollbar{width:6px;height:6px;}::-webkit-scrollbar-button{height:0;width:0;}::-webkit-scrollbar-track{background-color:#f1f1f1;}::-webkit-scrollbar-thumb{background:#ccc;}



.clearfix:after{content: ""; display: block;height: 0;clear: both;}
.clearfix{zoom:1;}
.clearit{clear:both;height:0;font-size:0;overflow:hidden;}
.fl{float:left;_display:inline;}
.fr{float:right;_display:inline;}


a:hover{color:#ff3c3c;}
.hidden{visibility:hidden;}

/*自定义动画*/
a,a:hover,.btn,.icon{transition:all 300ms ease;  -moz-transition:all 300ms ease;  -webkit-transition:all 300ms ease; }


/*设置选中文字时的背景色*/
::selection{ background:#034ea1; color:#fff; }
::-moz-selection    { background:#034ea1; color:#fff; }
::-webkit-selection { background:#034ea1; color:#fff;}
/*可改变元素被点击时背景框的颜色*/
html{-webkit-tap-highlight-color: rgba(240,240,240,0.7);}/*如果需要背景框不显示，则可以将rgba中的alpha值设为0即可，例如rgba(0,0,0,0)*/

/*--------------------------end公用样式*/
body{background-color:#fff; }
.white_bj{background-color:#fff; }
.blue_bj{ background-color:#034ea1;}
.blue_bj_light{background-color:#ebf3f9;}
.w_1200{ width:1200px; margin: 0 auto;}


.min_1200{margin: 0 auto; min-width: 1200px; _width:expression((documentElement.clientWidth < 1200) ? "1200px" : "auto" );}
.max_1200{margin: 0 auto; max-width: 1200px; _width:expression((documentElement.clientWidth > 1200) ? "1200px" : "auto" );}



.phcolor{color: #b9bed1!important;}
input::-webkit-input-placeholder{color: #b9bed1;}
input:focus::-webkit-input-placeholder{color: #b9bed1;}
input::-moz-placeholder{color: #b9bed1;}
input:-ms-input-placeholder{color: #b9bed1;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance: none!important; margin: 0;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
input[type="number"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}


/*-------------------star首页*/
/*头文件*/
.header_t{ height:140px; border-bottom: 1px solid #033a77;}
/*标志*/
.logo{ padding-top:35px;}
.logo_th{ padding-top:52px; line-height: 1.1;font-size: 30px; font-weight: bold; padding-left: 15px;}
/*导航*/
.nav{ height:50px; border-top: 1px solid #5091d8;
background: -moz-linear-gradient(top, #0561c6, #034fa3); /* Firefox */
background: -webkit-linear-gradient(270deg, #0561c6, #034fa3); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0561c6', endColorstr='#034fa3', GradientType='0'); /* IE*/
background-color:#034fa3\0;
background: linear-gradient(to bottom, #0561c6, #034fa3);/* ie11*/}
.nav_ul{ border-left:1px solid rgba(255,255,255,.3);border-left:1px solid #5091d8\9; height: 100%;}
.nav .item_li{text-align:center; float: left; width:16.66%; position: relative;}
.nav .item_a{ color:#fff; font-size: 16px; font-weight: bold; line-height: 50px; display:block; border-right:1px solid rgba(255,255,255,.3);border-right:1px solid #5091d8\9;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}
.nav .item_a::before{ width:0; height: 100%; position: absolute; font-size: 0; overflow: hidden; content: ''; left:50%; top:0; -webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%); background-color: rgba(0,0,0,.3); z-index: -1;transition:all 300ms ease;  -moz-transition:all 300ms ease;  -webkit-transition:all 300ms ease;}
.nav .item_a:hover::before,.nav .active .item_a::before,.nav .hover .item_a::before{ width:100%;}
.nav .item_a:hover,.nav .active .item_a,.nav .hover .item_a{background-color:#033a77\9;}


/*二级导航*/
.sec_nav{ position:absolute; display: none; z-index: 10; background-color: rgba(255,255,255,.85); background-color: #eee\9; box-shadow: 0 5px 10px rgba(0,0,0,.2); width: 100%; text-align: center;}
.sec_nav a{ display:block; padding: 8px 10px; border-bottom: 1px solid rgba(0,0,0,.05);}
.sec_nav a:hover{ color:#fff; background-color: #0560c5;}



/*中间区域*/

/*动画*/
.h_flash{height:280px; position: relative; overflow: hidden;}
.f_black{ position:absolute; bottom: 0; left:0; z-index: 1; width: 100%; height: 40px; background-color: rgba(0,0,0,.8);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00000000,endcolorstr=#FF000000);}
.h_flash .bd li{ position:relative;}
.h_flash .bd .th_t{ color:#fff; z-index: 3; font-size: 14px; width:75%; position: absolute; bottom: 8px; left:20px;}
.h_flash .hd{ position:absolute; z-index: 2; width:100%; bottom: 10px; right:0; text-align: right; padding-right:10px; }
.h_flash .hd li{cursor:pointer;display:inline-block;*display:inline;zoom:1;margin:0 3px;overflow:hidden; font-size: 0; background-color:rgba(255,255,255,.5); width:10px; height:10px; position: relative;}
.h_flash .hd li,.h_flash .hd li::before{ -moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.h_flash .hd li::before{ position:absolute; content: ''; top:50%; left:50%; transform: translateX(-50%) translateY(-50%); width:0; height: 0;  overflow: hidden; background-color: #034ea1; transition:all 300ms ease;  -moz-transition:all 300ms ease;  -webkit-transition:all 300ms ease; }
.h_flash .hd .on::before{ width:6px; height: 6px;border:2px solid #fff;}
.h_flash .hd .on{border:2px solid #fff\9;background-color: #034ea1\9;}

/*标题*/
.h_th_line{ border-bottom:2px solid #ddd; height: 48px; line-height: 48px;}
.th_icon{ width:20px; height: 20px; background-color: #034ea1; background-image: url(gjhzc_th_icon.png);}


/*文化学术生活*/
.h_show_scroll{ height:210px; width:280px; margin: 0 auto; position: relative;}
.h_show_scroll .bd{ text-align: center;}
.h_show_scroll .pic,.h_show_scroll .pic img{height:170px;}
.h_show_scroll .pic{  background-color: #fff; overflow: hidden;}
.h_show_scroll .box{ display:block;}
.h_show_scroll .th_t{ font-size:14px; margin-top:8px;}
.h_show_scroll .btn{ position:absolute; color:#034ea1; top:70px;  font-size: 40px; line-height: 50px; width: 36px; text-align: center; cursor: pointer; height: 50px; font-weight: bold;}
.h_show_scroll .prev{left:-40px;}
.h_show_scroll .next{right:-40px;}
/*不可点击状态*/
.h_show_scroll .prevStop, .h_show_scroll .nextStop{ cursor: default; background-color:transparent; color:#ccc;}

/*新闻列表*/
.h_news_ul .item_a{ float:left; width: 290px; padding-left: 15px; background-image: url(gjhzc_blue_icon.gif); background-repeat: no-repeat; background-position: 2px center;}
.h_news_ul .li_w{ height:1.6em; margin-top: 9px;}
.black9_text{ color:#999;}


/*通知公告*/
.h_ann_ul .box{ display:block; border-bottom: 1px dotted #ccc; padding: 18px 10px;}
.h_ann_ul .th_t{ font-size:16px; font-weight: bold;}
.h_ann_ul .t_d,.h_news_dl .t_r .t_d{ color:#666; margin-top: 4px;}

/*新闻*/
.h_news_dl{ padding:18px 0; border-bottom: 1px dotted #ccc;}
.h_news_dl .th_t{ font-size:16px; font-weight: bold;}
.h_news_date{ width:70px; height: 70px;}
.h_news_date .t_t{ font-size:24px; line-height: 1.1; margin: 0 5px; padding-top: 10px;}
.h_news_date .t_d{ line-height:1.1; margin-top: 4px; }


/*合作伙伴*/
.h_link .th_t,.h_link .t_d{ line-height:1.1;}
.h_link .t_d{ margin-top:4px;}
.h_link .t_r{ padding-top:6px;}
.h_link{ position:relative;}
/*图标*/
.h_link_icon{ width:50px; height: 50px; border: 1px solid #fff; background-image: url(gjhzc_link_icon.png);}

/*更多*/
.f_link_more{ position:absolute; right: 0; bottom: 0;}
.h_link_more_a{ width:80px; display: inline-block; vertical-align: bottom; line-height: 30px; height: 30px; padding-left: 15px; text-align: center; background-image: url(gjhzc_more_btn.png); background-repeat: no-repeat;}
.h_link_more_a:hover{ opacity:.6;}

/*文件脚*/
.footer{ padding-top:20px; padding-bottom: 20px;}
.footer .t_l p{ margin-top:6px;}

.white_link a:hover{ color:rgba(255,255,255,.8); text-decoration: underline;}

/*ftool*/
.ftool{position: fixed; z-index: 16; bottom: 2%; right:10px; /*left: 50%; margin-left: 620px;*/ z-index: 25; _position: absolute; _bottom: auto; _top: 200px;}
.ftool_item{position: relative; display: block; margin: 5px 0; width: 60px; height: 60px;}
.ftoolab{position: relative; z-index: 20; display: block; text-align: center; padding: 10px; width: 40px; height: 40px; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; background-color: #ff6b00; box-shadow: 0 10px 20px rgba(255,107,0,.4); border-radius: 50%;}
.ftool_top .ftoolab{padding: 9px; background-color: #fff; border: 1px solid #ccc; box-shadow: 0 10px 20px rgba(0,0,0,.1);}
.ftoolico{display: block; margin: 0 auto; width: 40px; height: 40px; font-size: 0; background-image: url(gjhzc_ftool.png); background-repeat: no-repeat;}
.ftool_top .ftoolico{background-position: 0 0px;}
/*end ftool*/

/*-------------star内页的样式*/

/*左标题*/
.i_l_th{ font-size:24px; padding: 24px 30px; line-height: 1.1;}
/*左导航*/
.i_l_nav .box{ display:block; margin-top: 1px;}
.i_l_nav .item_a{ display: block; padding: 0 30px; line-height: 40px; background-color: #e2ecf8;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}

.i_l_nav .item_a::before{ width:0; height: 100%; position: absolute; font-size: 0; overflow: hidden; content: ''; left:50%; top:0; -webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%); background-color: #033a77; z-index: -1;transition:all 300ms ease;  -moz-transition:all 300ms ease;  -webkit-transition:all 300ms ease;}
.i_l_nav .item_a:hover::before,.i_l_nav .active .item_a::before{ width:100%;}
.i_l_nav .item_a:hover,.i_l_nav .active .item_a{ color:#fff;background-color: #033a77\9;}

/*位置标题*/
.site_th .china{ margin:0 8px;}

/*关于我们*/
.i_about{ line-height:2;}
.i_about p{ margin:20px 0; text-indent: 2em;}

/*新闻列表*/
.i_news_ul .li_w{ margin:16px 0; height: 1.6em;}
.i_news_ul .item_a{ float:left; padding-left: 20px; width: 70%; background-image: url(gjhzc_blue_icon.gif); background-position: 5px center; background-repeat: no-repeat;}
.i_news_ul .t_r{ color:#999;}

/*页码*/
.page{ font-size: 12px; color:#666; line-height: 28px;}
.page .box,.page a{display:inline-block; vertical-align: top; margin:0 4px;}
.page a{ border:1px solid #ddd; background-color: #f2f2f2; padding: 0 10px;color:#666;}
.page_text,.page_btn{ margin: 0 5px; text-align: center; line-height:28px;height:28px; border: 1px solid #ddd; vertical-align: top;}
.page_text{ width:40px; }
.page_btn{ cursor:pointer; padding:0 10px;}
.page_text:focus,.page_btn:hover,.page a:hover{ border-color:#034ea1; background-color: #fff;}
.page_btn:hover{ color:#fff; background-color: #034ea1;}
.page .prev_a{ padding-left:20px; background-image: url(gjhzc_page_l.gif); background-repeat: no-repeat; background-position: 6px center;}
.page .next_a{ padding-right:20px; background-image: url(gjhzc_page_r.gif); background-repeat: no-repeat; background-position: 95% center;}
.page .disabled_a:hover{ border-color:#ddd; background-color: #f2f2f2; cursor: no-drop;}
.page .disabled_a{ color:#999;}
.page .active_a,.page .active_a:hover{color:#fff; background-color: #034ea1;border-color:#034ea1;}


/*正文*/
.d_th .th_t{ margin:0 190px; font-size:24px;}
.d_th .t_d{ border-top:1px dotted #ccc; margin-top: 20px; padding-top: 20px;}

/*间距*/
.box_mt60{ margin-top:60px;}
.box_mh40{ margin-top:40px; margin-bottom: 40px;}
.box_ml120{ margin-left:120px;}
.box_mt5{ margin-top:5px;}
.box_mr20{ margin-right:20px;}
.box_mr15{ margin-right:15px;}
.box_mt20{ margin-top:20px;}
.box_mt10{ margin-top:10px;}
.box_pt15{ padding-top:15px;}
.box_mr10{ margin-right:10px;}
.box_mr25{ margin-right:25px;}
.box_mt30{ margin-top:30px;}
.box_mt60{ margin-top:60px;}
.box_ml25{ margin-left:25px;}
.box_pl20{ padding-left:20px;}
.box_pt15{ padding-top:15px;}

/*宽度*/
.w_370{ width:370px;}
.w_380{ width:380px;}
.w_200{ width:200px;}
.w_970{ width:970px;}

/*高度*/
.h_85{ height:85px;}
.h_230{ height:230px;}


/*对齐*/
.box_c{text-align:center;}
.box_l{text-align:left;}
.box_r{text-align:right;}

/*font*/
.font_12{ font-size:12px;}
.font_16{ font-size:16px;}
.font_18{ font-size:18px;}
.font_20{ font-size:20px;}
.font_28{ font-size:28px;}
.font_32{ font-size:32px;}
.font_b{ font-weight:bold;}
.up_text{text-transform:uppercase;}

/*color*/
.white4_text,.white4_link a{ color:rgba(255,255,255,.4);}
.white4_link a:hover{ color:#fff;}

/*效果*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}
@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX;}


/*-------star文字的样式*/
/*标题文字*/
.th{ font-family:"Microsoft YaHei";}
/*日期*/
.date{ float:right; color:#888; font-size: 13px; font-family:Arial;font-weight:normal;}
/*宋体*/
.china{ font-family:"宋体";}
.eng,.prit_r{font-family:Arial;}
/*距离*/
.mt30{margin-top: 30px!important; }
.red_text,.red_link a{ color:#ea272f;}
.red_text2{ color:#c60a0c;}
.red_link a:hover{ color:#fff; background-color: #ea272f;}
.link_h_line a:hover{text-decoration: underline;}
.gray_text{ color:#888;}
.pink_text,.pink_link a{ color:#e3516a;}
.pink_link a:hover{ color:#fff; background-color: #e3516a;}




.green_text,.green_link a{color:#8cc63f;}
.green_link a:hover{color:#fff; background-color: #8cc63f;}
.m_l{ margin-left:1em;}
.m_l_b{ margin-left:2em;}
.m_r_b{ margin:0 10px 0 0;}
.m_text{ margin:0 2em;}
.m_t_5{ margin:0 5px;}
.m_t_20{ margin:0 20px;}
.mr_40{ margin-right:40px;}
.m_t{ margin:0 .5em;}
.orange_text,.orange_link a,.orange_link_t a{ color:#ff7652;}
.orange_link a:hover{ color:#fff; background-color: #ff7652;}
.gray_link_l a{ color:#888;}
.gray_link_l a:hover{ color:#000; text-decoration: underline;}
.blue_link a,.blue_text,.blue_link_t a{ color:#2c77d2;}
.blue_link a:hover{ color:#fff; background-color: #2c77d2; }
.gray_text_l{ color:#bbb;}
.yellow_text,.yellow_link a{ color:#ffda48;}
.graw_link a,.graw_text{ color:#a1794c;}
.graw_link a:hover{ color:#fff; background-color: #b8841d;}
.graw_text_light{ color:#dda891;}


.black_text,.black_link a{ color:#000;}
.black_link a:hover{ color:#fff;}
.black6_text,.black6_link a{ color:#666;}
.black3_text,.black3_link a{ color:#333;}
.black6_link a:hover,.black8_link a:hover,.black3_link a:hover{ color:#2c77d2; }
.black8_text,.black8_link a{ color:#888;}


.link_line a{ text-decoration:underline; }
.link_line a:hover{text-decoration: none;}
.white_text,.white_link a,.white_link_5 a:hover{ color:#fff;}
/*.white_link a:hover{color:rgba(255,255,255,.5);}*/
.white_text_5,.white_link_5 a{ color:rgba(255,255,255,.5);}



/*隐藏*/
.hide_box{ height:auto; overflow: hidden;}
/*列表*/
.list_2 .item_li{ float:left; width:49.99%;}

.list_4 .item_li{float:left; width: 24.99%;}
.list_5 .item_li{float:left; width: 19.99%;}
.list_6 .item_li{float:left; width: 16.666%;}
.list_7 .item_li{float:left; width: 14.28%;}
.list_8 .item_li{float:left; width: 12.5%;}
.list_3 .item_li{ float:left; width:33.33%;*width:33.2%;}
.list_12 .item_li{ float:left; width:8.33%; }

/*---------------------------省略符号*/
/*省略号*/
.hide1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-box-orient: vertical;}
.hide2,.hide6,.hide4,.hide3,.hide10,.hide_1_w,.hide9{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.hide2{-webkit-line-clamp: 2;height:3.2em;}
.hide3{-webkit-line-clamp: 3;height:4.8em; }
.hide6{-webkit-line-clamp: 6; height:9.6em;}
.hide4{-webkit-line-clamp: 4;height:6.4em;}
.hide9{-webkit-line-clamp: 9;height:18em; line-height: 2em;}
.hide10{-webkit-line-clamp: 10;height:16em; }
/*自适应*/
.r_cell{ display:table-cell; width:9999px; *width:auto; *zoom:1;}

.pic_cell{ vertical-align:middle; text-align:center; display:table-cell; overflow:hidden;}
.pic_cell img{ max-width:100%; max-height:100%; width:100%\9;width:100%\0;*width:100%;vertical-align:middle; overflow:hidden;}
/*自定义动画*/
a,a:hover,.btn,.icon,.transition_a,.transition_o a,.hover_table tbody tr,.hover_arrow_shadow .icon_public,.hover_table_td tbody td{transition:all 300ms ease;  -moz-transition:all 300ms ease;  -webkit-transition:all 300ms ease; }

/*图标*/
.icon_public{  display: inline-block; vertical-align: middle; font-size: 0; overflow: hidden; background-repeat: no-repeat;}

.img_w{ width:100%; height: 100%; overflow: hidden;}
.img_w_w{ width:100%; overflow: hidden;}
.img_m,.text_m{ display:inline-block; vertical-align: middle;}
a:hover .img_m{vertical-align: middle;}
.box_sizing{ -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

/*经过*/
.hover_pic_shadow .box:hover .pic,.hover_box .box:hover,.hover_box_t .box:hover,.hover_dl_o:hover,.hover_box_pic .box:hover .pic{ -moz-transform:translateY(-5px);-webkit-transform:translateY(-5px);transform:translateY(-5px); }
.hover_pic_shadow .box:hover .pic,.hover_box .box:hover,.hover_pic_shadow_t .box:hover .pic,.hover_box_shadow .box:hover,.hover_dl_o:hover,.hover_box_pic .box:hover .pic{-moz-box-shadow: 0 10px 25px rgba(0,0,0,.07);-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.07);box-shadow: 0 10px 25px rgba(0,0,0,.07);}

.hover_box_line .box{ position:relative;}
.hover_box_line .box::before{ width:0; height: 4px; background-color: #2c77d2; font-size: 0; overflow: hidden;transition:all 300ms ease;  -moz-transition:all 300ms ease;  -webkit-transition:all 300ms ease;  -moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%); left: 50%; bottom: 0;  display: block; position: absolute; content: ''; z-index: 2;}
.hover_box_line .box:hover::before{ width:100%;}


/*经过表格*/
.hover_table tbody tr:hover,.hover_table_td tbody td:hover{ -moz-transform:translateY(-2px);-webkit-transform:translateY(-2px);transform:translateY(-2px); -moz-box-shadow: 0 10px 20px rgba(0,0,0,.15);-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.15);box-shadow: 0 10px 20px rgba(0,0,0,.15); /*background-color: #f4fbff;*/}





/*阴影*/
.box_shadow{ -moz-box-shadow:0 10px 15px rgba(0,0,0,.2); -webkit-box-shadow:0 10px 15px rgba(0,0,0,.2); box-shadow:0 10px 15px rgba(0,0,0,.2); /*background-color: #fff;*/}
.box_shadow_s{-moz-box-shadow:0 5px 6px rgba(0,0,0,.08); -webkit-box-shadow:0 5px 6px rgba(0,0,0,.08); box-shadow:0 5px 6px rgba(0,0,0,.08); background-color: #fff; border:1px solid #eee\9; }
.box_shadow_b{-moz-box-shadow:0 15px 35px rgba(0,0,0,.09); -webkit-box-shadow:0 15px 35px rgba(0,0,0,.09); box-shadow:0 15px 35px rgba(0,0,0,.09); background-color: #fff;}


/*经过图片阴影*/
.hover_arrow_shadow .box:hover .icon_public,.hover_pic_shadow_o img:hover{filter: drop-shadow(5px 5px 1px rgba(0,0,0,0.2)); -webkit-filter: drop-shadow(5px 5px 1px rgba(0,0,0,0.2)); -moz-filter: drop-shadow(5px 5px 1px rgba(0,0,0,0.2)); transform: translate3d(0, -3px, 0); -moz-transform: translate3d(0, -3px, 0); -webkit-transform: translate3d(0, -3px, 0);}

/*经过*/
.hover_li .box{
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}
.hover_li .box::before{ width:0; height:100%; left:50%; top:0; background-color: rgba(0,0,0,.04); display: block; position: absolute; content: ''; -moz-transition: .3s;-webkit-transition: .3s;transition: .3s;z-index: -1; -moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.hover_li .box:hover::before{ width:100%; }
/*---------------------------------------------图片缩小后摇动（不错）*/
/*左右摇摆*/
.hover_arrow .box:hover .icon_public{animation: landr 0.8s ease-in-out;
-ms-animation: landr 0.8s ease-in-out;
-moz-animation: landr 0.8s ease-in-out;
-webkit-animation: landr 0.8s ease-in-out;
-o-animation: landr 0.8s ease-in-out;}
/*定义动画效果_css3*/
@keyframes landr {
0% {transform: rotate(0deg);transform-origin: right bottom 0;}
39% {transform: rotate(5deg);transform-origin: right bottom 0;}

40% {transform: rotate(5deg); transform-origin: left bottom 0;}
75% {transform: rotate(-10deg);transform-origin: left bottom 0;}
100% {transform: rotate(0deg);transform-origin: left bottom 0;}
}
@-webkit-keyframes landr {
0% { -webkit-transform: rotate(0deg);-webkit-transform-origin: right bottom 0;}
39% {-webkit-transform: rotate(5deg);webkit-transform-origin: right bottom 0;}
40% {-webkit-transform: rotate(5deg);-webkit-transform-origin: left bottom 0;}
75% {-webkit-transform: rotate(-10deg); -webkit-transform-origin: left bottom 0;}
100% {-webkit-transform: rotate(0deg);-webkit-transform-origin: left bottom 0;}
}

/*经过图片有闪光效果*/
.hover_pic a{position: relative; overflow: hidden; display:block;}
.hover_pic a:before{position: absolute; top: 0px; left: -80%; display: block; content: ""; width: 40%; height: 100%; overflow: hidden; background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); background: -webkit-gradient(linear,left top,right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), to(rgba(255,255,255,0))); background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); -moz-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
.hover_pic a:hover:before{-moz-transition: left 1s ease 0s; -webkit-transition: left 1s ease 0s; transition: left 1s ease 0s; left: 140%;}

/*效果*/
.animated{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}


.animated.infinite{-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}

.fadeInUp{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}


@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.active .fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

/*动画时间*/
.delay2{-webkit-animation-delay: .5s; animation-delay: .5s;}
.delay3{-webkit-animation-delay: 1s; animation-delay: 1s;}
.delay4{-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.delay5{-webkit-animation-delay: 2s; animation-delay: 2s;}
.delay6{-webkit-animation-delay: 2.5s; animation-delay: 2.5s;}
.delay7{-webkit-animation-delay: 3s; animation-delay: 3s;}
.delay8{-webkit-animation-delay: 3.5s; animation-delay: 3.5s;}
.delay9{-webkit-animation-delay: 4s; animation-delay: 4s;}
.delay10{-webkit-animation-delay: 4.5s; animation-delay: 4.5s;}


/*----------------往下拉动画*/
@-webkit-keyframes down {0%,100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0)}40% {-webkit-transform: translate3d(0,-2px,0);transform: translate3d(0,-2px,0)}80% {-webkit-transform: translate3d(0,2px,0);transform: translate3d(0,6px,0);-moz-box-shadow:0 10px 15px rgba(0,0,0,.2);-webkit-box-shadow:0 10px 15px rgba(0,0,0,.2);box-shadow:0 10px 15px rgba(0,0,0,.2);}}
@keyframes down {0%,100% {-webkit-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0)}40% {-webkit-transform: translate3d(0,-2px,0);-ms-transform: translate3d(0,-2px,0);transform: translate3d(0,-2px,0)}80% {-webkit-transform: translate3d(0,2px,0);-ms-transform: translate3d(0,2px,0);transform: translate3d(0,2px,0);-moz-box-shadow:0 10px 15px rgba(0,0,0,.2);-webkit-box-shadow:0 10px 15px rgba(0,0,0,.2);box-shadow:0 10px 15px rgba(0,0,0,.2);}}

.down_animation{animation: down 1s infinite;-webkit-animation: down 1s infinite;}



/*---------------------------star滤镜的样式*/
/*圆角*/
.round_r2{-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
.round_r4,.round_r4_a a,.round_r4_img img { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.round_r10{ -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
.round_r20{ -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;}
.round_r_t10{-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;}
.round_r4_t{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.round_m,.round_m_a a{ -moz-border-radius:2em; -webkit-border-radius:2em; border-radius:2em;}

.round_m_s{ -moz-border-radius:.4em; -webkit-border-radius:.4em; border-radius:.4em;}
.round_r,.round_img img,.round_r_a a{-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}