@charset "utf-8";  
/* ------------------------------------全局定义---------------------------------------- */  
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */  
*{ margin:0;padding:0;}  

/* 修正IE5.x和IE6的斜体溢出bug */  
* html body{ overflow:visible;}
* html iframe, * html frame{ overflow:auto;}  
* html frameset{ overflow:hidden;}  

/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */  
body{ color: #555; font:14px 'arial';background: #f7f7f7;}
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:0; padding:0;}
input,select{ font-size:12px; vertical-align:middle;}  

/* 标签属性，textarea,input 强制输入时内容超出时换行 */  
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}

/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */  
li{ list-style-type:none;}  

/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */  
img{ border:0 none;vertical-align: middle}
i,b,em{
    font-style: normal;}

/* 去掉链接的虚线框 */
a{ outline:none;color: #555}
.pointer{cursor:pointer;}

/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */  
a:link, a:visited{ text-decoration:none;}
a:hover{ color:#d81e05; text-decoration:none;}

/*全局定义谷歌滚动条*/
.overflow{  overflow: hidden;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;  /*滚动条宽度*/
    height: 8px;  /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;  /*滚动条的背景区域的圆角*/
    background-color: #f0fafe;/*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;  /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #89c2ee;  /*滚动条的背景颜色*/
}
::-webkit-scrollbar-thumb:hover{
    background-color: #38a3e8;
}

/* 定义H系列标签，覆盖H系列标签默认属性 */  
h1{ font-size:24px;}  
h2{ font-size:20px;}  
h3{ font-size:18px;}  
h4{ font-size:16px;}  
h5{ font-size:14px;}  
h6{ font-size:12px;}

/*边框圆角为0*/
.btr0{border-top-right-radius: 0!important;}
.btl0{border-top-left-radius: 0!important}
.bbr0{border-bottom-right-radius: 0!important}
.bbl0{border-bottom-left-radius: 0!important}

/*边框圆角为5*/
.btr5{border-top-right-radius: 5px;}
.btl5{border-top-left-radius: 5px}
.bbr5{border-bottom-right-radius: 5px}
.bbl5{border-bottom-left-radius: 5px}

/*边框圆角为5*/
.btr3{border-top-right-radius: 3px!important}
.btl3{border-top-left-radius: 3px!important}
.bbr3{border-bottom-right-radius: 3px!important}
.bbl3{border-bottom-left-radius: 3px!important}

/*边框为0*/
.br0{border-right: 0;}
.bt0{border-top: 0;}
.bb0{border-bottom: 0;}
.bl0{border-left: 0;}

/*边框为0 3 5 10*/
.br0{border-radius: 0;}
.br3{border-radius: 3px;}
.br5{border-radius: 5px;}
.br10{border-radius: 10px;}

/*自定义整数宽度10-450*/
.w10{width: 10px}
.w20{width: 20px}
.w30{width: 30px}
.w40{width: 40px}
.w50{width: 50px}
.w60{width: 60px}
.w70{width: 70px}
.w80{width: 80px}
.w90{width: 90px}
.w100{width: 100px}
.w110{width: 110px}
.w120{width: 120px}
.w130{width: 130px}
.w140{width: 140px}
.w150{width: 150px}
.w160{width: 160px}
.w170{width: 170px}
.w180{width: 180px}
.w190{width: 190px}
.w200{width: 200px}
.w210{width: 210px}
.w220{width: 220px}
.w230{width: 230px}
.w240{width: 240px}
.w250{width: 250px}
.w260{width: 260px}
.w270{width: 270px}
.w280{width: 280px}
.w290{width: 290px}
.w300{width: 300px}
.w310{width: 310px}
.w320{width: 320px}
.w330{width: 330px}
.w340{width: 340px}
.w350{width: 350px}
.w450{width: 450px}

/*右外边距margin-right 0 -30*/
.mr0{margin-right: 0;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}

/*左外边距margin-left 0 -30*/
.ml0{margin-left: 0;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}

/*上外边距margin-top 0 -30*/
.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt60{margin-top: 60px;}
/*下外边距margin-bottom 0 -30*/
.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mr22{margin-right: 22px;}

/*下内边距margin-bottom 0 -30*/
.pb0{padding-bottom: 0;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}

/*上内边距padding-top 0 -30*/
.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}

/*左内边距padding-left 0 -30*/
.pl0{padding-left: 0;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}

/*右内边距padding-right 0 -30*/
.pr0{padding-right: 0;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}

/* 浮动 */
.fl{float: left}
.fr{float: right}

.dib{display: inline-block;}
.db{display: block;}

/*居中居左居右*/
.tac{text-align: center;}
.tal{text-align: left}
.tar{text-align: right}

/* 撑起浮动高度 */
.overflow{overflow: hidden}
.clear{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}

/*固定宽带1100*/
.content{width: 1200px;margin: 0 auto;}


/*title提示 on*/
.tooltip { font-size: 14px; line-height: 1.5; position: absolute; padding: 5px; z-index: 100003; opacity: .9 }
.tipsy-arrow { position: absolute;width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;top: -1px; left: 20px; margin-left: -3px;}
.tipsy-arrow-n { border-bottom: 6px solid rgba(0,0,0,0.7);}
.tipsy-inner { background:rgba(0,0,0,0.7); color: #fff; max-width: 400px; padding: 5px 8px 4px 8px; text-align: left; border-radius: 3px }
/*title提示 end*/

/*****************************首页头部样通用*/
/* top */
.header_top{height:36px; border-bottom:1px solid #ecf3f3;background-color: #f6f6f6;}
.header_top p{font-size:13px; color:#999;    margin: 0;padding-right: 15px;}
.header_top p, .header_top dt a{line-height: 20px;border-right: 1px solid #ddd;margin-top: 9px;}
.header_top dt{float:left;position: relative;}
.header_top dt, .header_top dl{margin: 0;}
.header_top dt a{font-size:13px; color:#8b8b8b; padding: 0 15px;float: left;}
.header_top dt a:hover{color:#ffad48}
.sep{color:#e1e1e1; font-size:13px; margin:0 10px}
.header_top_icon{margin: 0;}
.header_top_icon li{float:left; width:36px; height:36px; position:relative;cursor:pointer;margin-right: 5px;}
.header_top_icon li a{width:100%; height:100%; display:flex; justify-content:center; align-items:center;}
.header_top_icon li em{display:block; width:18px; height:15px; filter:grayscale(1); -webkit-filter:grayscale(1); -moz-filter:grayscale(1); -o-filter:grayscale(1);}
.header_top_icon li:nth-child(1) em{background:url(../img/top_icon.png) no-repeat 0 -15px}
.header_top_icon li:nth-child(2) em{background:url(../img/top_icon.png) no-repeat 0 -30px}
.header_top_icon li:hover em{filter:grayscale(0); -webkit-filter:grayscale(0); -moz-filter:grayscale(0); -o-filter:grayscale(0); }
.show_qr{position:absolute; left:50%; transform:translate(-50%,0); z-index:999; padding-top:1px}
.show_qr img{width:100px; height:0; image-rendering:pixelated; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.header_top_icon li:hover .show_qr img{height:100px; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.header_nav_right>li{float:left;line-height: 45px;box-sizing: border-box;position:relative;    width: 170px;}
.header_nav_right>li>span{font-size: 13px;text-align: right; color:#8b8b8b;display:block;margin:11px 0;line-height: 15px;padding:0 15px;padding-right: 25px;position:relative;}
.header_nav_right>li>a{font-size: 13px;padding-right: 10px;color:#8b8b8b;margin:15px 0;line-height: 15px;}
.header_nav_right>li.header_dropdown:hover{background-color: #FFF;box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);}
.header_nav_right>li.header_dropdown:hover::after{content: '';position: absolute;top: 38px;left: 0;width: 100%;height: 10px;background-color: #fff;}
.header_nav_right>li.header_dropdown .header_nav_content{position:absolute;top:37px;display:none;background-color: #fff;box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);font-size: 12px;width:100%;z-index: 120;}
.header_nav_right>li.header_dropdown .header_nav_content>a{display:block;font-size: 13px;line-height: 40px;text-align: right;padding: 0 13px;}
.header_nav_right>li.header_dropdown:hover .header_nav_content{display:block;}
.header_nav_right>li:hover>span{color:#8b8b8b;}
.header_nav_right>li:hover>a{color:#8b8b8b;}
.header_nav_right>li.header_dropdown>span::after{background: url(../img/arrow_down_new.png) no-repeat center right;content: '';position: absolute;top: 6px;right: 5px;width: 14px;height: 4px;}
.header_nav_right>li.header_dropdown:hover>span::after{background: url(../img/arrow_up.png) no-repeat center right;}
/*top头部*/
.header_site{position: relative;padding: 10px 0;background-color: #fff;}
.header_site .logo {height: 80px;display: flex;align-items: center;}
.header_site .login_tit {text-align: center;font-size: 14px;width: 380px;line-height: 80px;color: #b2b2b2;}
.header_tel {
    float: right;
    text-align: right;
    margin-top: 15px;
}
.header_tel .con {
    overflow: hidden;
    font-size: 14px;
    color: #b2b2b2;
}
.header_tel .tel {
    font: 700 21px/24px arial,sans-serif;
    color: #f68235;
    margin-bottom: 5px;
}
.header_tel .tel img {
    margin-right: 12px;
    vertical-align: middle;
}
.user_top_reg_tip {
    z-index: 999;
    box-sizing: border-box;
    width: 185px;
    height: 30px;
    padding: 0 28px 0 12px;
    line-height: 30px;
    color: #fff;
    background-color: #f5a623;
    border-radius: 2px;
    font-weight: normal;
    position: absolute;
    left: 220px;
    top: 15px;
}
.user_top_reg_tip::before {
    content: '';
    border: 5px solid transparent;
    position: absolute;
    left: -10px;
    top: 6px;
    border-right-color: #f5a623;
}
.user_top_reg_tip i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/close_reg.png) no-repeat center center;
    background-size: 8px 8px;
    position: absolute;
    bottom: 10px;
    right: 8px;
    cursor: pointer;
}
.login_down_A{

    position: relative;}
.login_down_A>span{
    line-height: 37px;
    display: block;
    padding: 0 15px;
    color: #f36d36;
    min-width: 90px;
    text-align: center;
    position: relative;
}
.login_down_A>span:after{
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 24px;
    background: #ddd;
}
.login_down_A:hover{
    background-color: #FFF;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
}
.login_down_A:hover .login_down{
    display: block;}
.login_down{
    display: none;
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
    padding: 10px 10px 15px 10px;
}
.login_down>a{font-size:16px!important;
    text-align: center;
    width: calc(100% - 30px);
    line-height: 33px!important;
    border: 1px dashed #ddd;
}
.login_down>a:hover{
    color: #fff!important;
    background-color: #f36c37;}
/*首页导航部分*/
.header_side{
    padding:0 10px;
    height: 80px;
    background-color: #000;
    box-shadow: 0 50px 20px -45px #5e5e5e;
    position: relative;
    z-index: 9;
}
.header_side .logo{
    float: left;
}
.header_side .logo img{    width: 260px;
    margin-top: 2px;
    margin-bottom: 2px;}
.header_side .logo .span_tip{background: #f47d37;
    padding: 5px 8px;
    position: relative;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;}
.header_side .logo .span_tip:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid #f47d37;
    border-right: 10px solid transparent;
    border-left: 0px solid transparent;
}
.header_side .header_nav{
    float: right;
    height: 65px;
    margin-top: 8px;
}
.header_side .header_nav ul li{
    position: relative;
    float: left;
    text-align: center;
    padding: 0 38px;}
.header_side .header_nav ul li.active:after{
    content: '【';
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 23px;
    color: #fff;
    animation: kuo_hao_left 2s infinite linear;
}
.header_side .header_nav ul li.active:before{
    content: '】';
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 23px;
    color: #fff;
    animation: kuo_hao_right 2s infinite linear;
}
@keyframes kuo_hao_right{
    0%{right: 18px;}
    50%{right: 5px;}
    100%{right: 18px;}
}
@keyframes kuo_hao_left{
    0%{left: 18px;}
    50%{left: 5px;}
    100%{left: 18px;}
}



.header_side .header_nav ul li a{
    height: 65px;
    line-height: 65px;
    display: block;
    font-size: 17px;
    color: #fff;
    position: relative;
}

.header_side .header_nav ul li:hover a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    height: 2px;
    background-color: #fff;
}
.header_side .header_nav ul li .child_nav{
    display: none;
    position: absolute;
    top: 65px;
    left: -25px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
    width: 130px;
}
.header_side .header_nav ul li .child_nav:after{
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.header_side .header_nav ul li .child_nav a{
    line-height: 45px;
    height: 45px;
}
.header_side .header_nav ul li .child_nav a:nth-child(1){
    margin-top: 10px;}
.header_side .header_nav ul li .child_nav a:last-child{
    margin-bottom: 10px;}
.header_side .header_nav ul li:hover .child_nav{
    display: block;}
.header_side .header_nav ul li:hover .child_nav a{color: #555}
.header_side .header_nav ul li:hover .child_nav a:before{content: none}
.header_side .header_nav ul li:hover .child_nav a:after{content: '';
    position: absolute;
    top: 48px;
    left: 20px;
    width: 70%;
    height: 1px;
    background-color: #f1f0f0;}
.header_side .header_nav ul li:hover .child_nav a:hover{color: #1384cd}
.nav_login{
    float: right;}
.nav_login .nav_loginBtn{display: block;
    font-size: 16px;
    color: #fff;
    line-height: 80px;
    margin-right: 30px;
    letter-spacing: 3px;
    float: left;}
.nav_login .nav_registerBtn {
    display: block;
    width: 90px;
    float: left;
    line-height: 35px;
    border-radius: 4px;
    background-color: #f85507;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 22px;}
/**********************************底部footer通用*/
footer{background: #000}
.footer_cont {padding: 20px 0 0 0;overflow: hidden;color: #fff}
.footer_cont a{color: #fff}
.footer_qr{margin-right: 20px;}
.qr{overflow: hidden;margin-right: 30px;}
.qr img{width:100px;height: 100px;}
.qr p{font-size:16px;text-align:center;line-height: 36px;}
.footer_text{    padding-top: 10px;}
.footer_tel{overflow:hidden; margin-bottom:18px;margin-top: 10px}
.footer_tel em{display:block; margin-top: 5px; float:left; width:30px; height:30px; background:url(../img/tel_icon.png) no-repeat center}
.footer_tel p{float:left; font-size:35px; font-weight:bold; color:#ff6900; margin-left:14px}
.footer_address p{font-size:13px;line-height:30px}
.footer_address p span{margin-right: 15px;}
.footer_link{width:100%; border-top:1px dashed #CCC; margin-top:30px; padding-top:15px;overflow:hidden;color: #fff}
.footer_link a{color: #fff}
.footer_link dt{ float:left; margin-right:8px;}
.footer_link dt em{display:block; float:left; width:25px; height:25px;border-radius: 30px;position: relative;top: -5px; background: #fff url(../img/footer_link_icon.png) no-repeat center}
.footer_link dt p{float:left; font-size:13px;margin-left:10px}
.footer_link dd{float:left}
.footer_link dd a{font-size:13px;}
.footer_link dd i{margin:0 12px; font-size:13px;}
.footer_link dd a:hover{color:#dd2828; text-decoration:underline}
.footer_link dt p, .f_link dd a, .f_link dd i{line-height:16px}
.footer_tip{line-height: 40px;background: #fff;color: #6a6a6a;margin-top: 15px;}


/*通用面包屑路径导航*/
.crumbs{
    width: 100%;
    min-width: 1200px;
    background: rgba(255,255,255,0.7);
}
.crumbs_a{font-size: 16px;
    line-height: 42px;}
.crumbs_a a{
    padding: 0 15px;}
.crumbs_a a:last-child{color:#ea5f1f;}
/*资讯新闻类详情*/
.detail_all{background: #fff;
    position: relative;
    padding: 30px 50px;
    min-height: 620px;
    border-radius: 3px;
}
.detail_tit{
    color: #000;
    width: 100%;
    overflow: hidden;white-space: normal;text-overflow: ellipsis;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 40px;}
.detail_tip {
    line-height: 40px;
    color: #666;
    font-size: 15px;
    border-bottom:2px dashed #dcdcdc;
    height: 40px;
}
.detail_tip input {
    width: 13px;
    height: 13px;
    border: #999 1px solid;
    vertical-align: middle;
    cursor: pointer;
}
.detail_content{    padding: 20px 10px;overflow: hidden}
/*附件下载*/
.adjunct{        line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;}
.adjunct .adjunct_name{
    width: 35px;
    height: 70px;
    background: url(../img/adjunct_bg.png) no-repeat;
    float: left;
    color: #d10610;
    font-weight: bold;
}
.adjunct .adjunct_list{
    padding: 5px;
    float: left;width: 88%}
.adjunct .adjunct_list a{  color: #9e9e9e;
    display: block;
    font-size: 16px;
    line-height: 30px;}
.adjunct .adjunct_list a:hover{color:#d10610}











@keyframes more
{
    0% {
        transform: translate(-5px,0px);
        -ms-transform: translate(-5px,0px); /* IE 9 */
        -webkit-transform: translate(-5px,0px); /* Safari and Chrome */}

    100%{transform: translate(5px,0px);
        -ms-transform: translate(5px,0px); /* IE 9 */
        -webkit-transform: translate(5px,0px); /* Safari and Chrome */ }
}
@-ms-keyframes more
{
    0% {
        transform: translate(-5px,0px);
        -ms-transform: translate(-5px,0px); /* IE 9 */
        -webkit-transform: translate(-5px,0px); /* Safari and Chrome */}

    100%{transform: translate(5px,0px);
        -ms-transform: translate(5px,0px); /* IE 9 */
        -webkit-transform: translate(5px,0px); /* Safari and Chrome */ }
}
@-o-keyframes more
{
    0% {
        transform: translate(-5px,0px);
        -ms-transform: translate(-5px,0px); /* IE 9 */
        -webkit-transform: translate(-5px,0px); /* Safari and Chrome */}

    100%{transform: translate(5px,0px);
        -ms-transform: translate(5px,0px); /* IE 9 */
        -webkit-transform: translate(5px,0px); /* Safari and Chrome */ }
}
@-webkit-keyframes more
{
    0% {
        transform: translate(-5px,0px);
        -ms-transform: translate(-5px,0px); /* IE 9 */
        -webkit-transform: translate(-5px,0px); /* Safari and Chrome */}

    100%{transform: translate(5px,0px);
        -ms-transform: translate(5px,0px); /* IE 9 */
        -webkit-transform: translate(5px,0px); /* Safari and Chrome */ }
}
@-moz-keyframes more
{
    0% {
        transform: translate(-5px,0px);
        -ms-transform: translate(-5px,0px); /* IE 9 */
        -webkit-transform: translate(-5px,0px); /* Safari and Chrome */}

    100%{transform: translate(5px,0px);
        -ms-transform: translate(5px,0px); /* IE 9 */
        -webkit-transform: translate(5px,0px); /* Safari and Chrome */ }
}
