@charset "utf-8";
*{margin:0;padding:0}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,div,span,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;list-style:none;font-weight:inherit;font-style:inherit;margin:0;padding:0; font-weight:normal;font-family: "Microsoft YaHei","Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3","nsimsun","宋体";}
dl,dt,dd,ol,ul,li{list-style:none;margin:0;padding:0}
/*==清除浮动== clearfix 和 clear 可以同时使用  clear方便于在dw 里浏览  overflow可以单独使用  ==*/
.clearfix:after,#container:after{display:block;height:0;clear:both;visibility:hidden;overflow:hidden}
.clear{clear:both;height:0;font-size:1px;line-height:0}
@font-face {
  font-family: "font2018";
  src: url("../font/font2018.woff2") format("woff2"),
       url("../font/font2018.woff") format("woff"),
       url("../font/font2018.ttf") format("truetype"),
       url("../font/font2018.eot") format("embedded-opentype"),
       url("../font/font2018.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*淡出效果
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
*/
/*文字渐变
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 128, 0, 1)), to(rgba(51, 51, 51, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
/*边渐变
border-width: 0 0 2px;border-style: solid;
    border-color: #4f29fe;border-image: linear-gradient(90deg,#4f29fe,#a93aff) 2;*/


a{color:#525252;text-decoration:none; cursor: pointer; transition: all 0.5s;}
a:hover{color:#0e7ac0; text-decoration: none;transition: all 0.5s;}
strong{font-weight: bold;}
strong span{font-weight: bold;}
br{line-height:0px}
hr{border:0;height: 1px; margin-top: 20px; margin-bottom:20px;  background: #ddd;}
/*"Microsoft YaHei","Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3","nsimsun","宋体" #efeff0*/
body {font-size:16px; line-height:28px; color:#525252; }
.bg1{ background:#f3f3f3}.bg2{ background:#0e7ac0}.bg3{ background:#fff}
.se1{color: #0e7ac0;} .se2{ color: #e62129;}
.huanhang{display: block;}
.mrl{margin-left:auto; margin-right:auto;}
h1,h2,h3,h4,h5,h6{color:#525252;}
a:hover h1,a:hover h2,a:hover h3,a:hover h4,a:hover h5,a:hover h6{color:#0e7ac0;}

/*公用*/
.uk-lightbox{background: rgba(0,0,0,0.8);}
.uk-lightbox-toolbar{background: rgba(0,0,0,0);}

.weizi{padding:15px 0;border-bottom:0px solid #f1f1f1; font-size: 14px; color: #999 }
.weizi a{color: #666 }.weizi a:hover{color: #0e7ac0}

.title h2{font-weight:bold; line-height: 1}
.title h4{margin-top:10px;}
.line{width:40px; height: 3px; background: #0e7ac0}
.title .uk-heading-bullet::before{
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(3px + .9em);
    margin-right: calc(8px + .2em);
    border-left: calc(4px + .1em) solid #0e7ac0;
}
.title.cx .uk-heading-bullet::before{
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(3px + .9em);
    margin-right: calc(8px + .2em);
    border-left: calc(4px + .1em) solid #fff;
}

.more{border-radius: 2px; font-size: 16px; width: 50px; padding:5px 10px 5px 0;}
.more:hover{color: #0e7ac0;}
.more span{font-size: 13px;}
.more:hover span{color: #0e7ac0;}




.more1{border-radius: 2px;display: inline-block;padding:0px 10px 0 0; width: 60px; height:30px; line-height: 30px; }
.more1:hover{padding:0px 10px 0 10px;  width: 60px; height:30px; }
.more1 span{font-size: 10px; color: #0e7ac0}
.more1:hover span{color: #fff;}
.more1:visited {
    border-radius: 2px;
    background: transparent;
    border-color: #fff;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
a.more1:hover{color: #0e7ac0; box-shadow: inset 113px 0 0 0 #0e7ac0;}

.top{display: block;position: fixed; bottom: 20px; right: 15px; width: 30px; height: 30px; text-align: center; line-height:28px; border-radius:30px;font-size: 12px; border: 1px solid #999; color: #999; z-index:1}	
.top:hover{color: #fff;border: 1px solid #ff3c55; background: #ff3c55;}
.top i{font-size: 24px;}
/*分享*/

.share { margin-top:60px;}
.share .bdsharebuttonbox span{line-height:32px; float: left; font-size: 16px; margin-right: 5px;}
.share .bdsharebuttonbox a {
    background:url(../images/fx.png) no-repeat scroll 0 0; 
    display: inline-block;float: none;
    width: 32px;height: 32px;
    margin: 0 10px 0 0px; padding:0px;
    vertical-align:-7px;}
.share .bdsharebuttonbox .bds_tsina {background-position: 0 0;}
.share .bdsharebuttonbox .bds_weixin {background-position: -32px 0;}
.share .bdsharebuttonbox .bds_tqq {background-position: -64px 0;}
.share .bdsharebuttonbox .bds_kaixin001 {background-position: -96px 0;}
.share .bdsharebuttonbox .bds_linkedin{background-position: -128px 0;}
/*分享*/
/*.share .bdsharebuttonbox a { color: #000; text-align:center;
    display: inline-block;
    width:26px;height:26px; border: 1px solid #666; 
    line-height: 30px; border-radius:3px;
    margin: 0 10px 0 0 ; padding:0px;
    vertical-align:0px;}

.share .bdsharebuttonbox a.weibo{background:url(../images/weibo.svg) no-repeat center center;background-size: 80% 80%;}
.share .bdsharebuttonbox a.weixin{ background:url(../images/weixin.svg) no-repeat center center; background-size: 80% 80% }
.share .bdsharebuttonbox a.qq{ background:url(../images/qq.svg) no-repeat center center; background-size: 65% 65% }*/

.fengxiang a{color: #ccc}


