/*全局样式*/
@font-face { font-family:'iconfont';
    src: url('../../laydate/theme/default/iconfont/iconfont.eot'); src: url('../../laydate/theme/default/iconfont/iconfont.eot?#iefix')
    format('embedded-opentype'), url('../../laydate/theme/default/iconfont/iconfont.woff')
    format('woff'), url('../../laydate/theme/default/iconfont/iconfont.ttf')
    format('truetype'), url('../../laydate/theme/default/iconfont/iconfont.svg#iconfont')
    format('svg');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
div,input,p{
    font-family:"微软雅黑";
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    height:100%;
    line-height: 1;
    color:#696969;    
    /*font: 12px "Microsoft YaHei", "宋体", Arial, "\5B8B\4F53", Helvetica, sans-serif;*/
}
html{
    height:100%;
}
ol, ul,li {
    list-style: none;
}
img{
    width:100%;
    height:100%;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {

    -webkit-text-size-adjust: none;
}
a {
    text-decoration: none;
}
/* Header */
@-moz-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-ms-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 736px) {

    .header > a {
        padding: 0 0.5em;
    }

   .header > a + a[href="#menu"]:last-child {
        padding-left: 1em;
        margin-left: 0.25em;
    }

    .header > a:last-child {
        padding-right: 1em;
    }

}

.header.reveal {
    -moz-animation: reveal-header 0.5s ease;
    -webkit-animation: reveal-header 0.5s ease;
    -ms-animation: reveal-header 0.5s ease;
    animation: reveal-header 0.5s ease;
}

.header.alt {
    -moz-animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
    position: absolute;
}

.header.alt h1 {
    left: 2.5em;
}

.header.alt nav {
    right: 2.5em;
}

/*样式相同部分*/

.title{
    margin:0 auto;
}
.title em{
    height:60px;
    width:120px;
    position:relative;
}
.title em span{
    display:block;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    background:#eb4217;
    width:100%;
    height:2px;
}
.title .main-title{
    overflow:hidden;
    font-size:36px;
    text-align:center;
    color: #343434;
    margin:0 auto;
    height:100%;
    padding:0 12px;
    /*border:1px solid green;*/
    display:inline-block;
}
.title .main-title h2{
    font-size:30px;
    line-height:50px;
    color:#393939;
}
.main-title b{
    font-family:'Times New Roman';
    display:block;
    font-weight:400;
    font-size:28px;
    color: #ccc;
}
.newsInfo p,.webTitle p,.lifeTitle p,.speTitle p,.storyTitle p,.serviceTitle p,.con-Text p{
    text-indent: 37px;
    line-height:28px;
    color: #969696;
}

/*区域宽度*/
.comWidth{
    margin:0 auto;
    /*overflow:hidden;*/
    width:70%;
}

/*font-family: 微软雅黑, 宋体, Arial, sans-serif;*/


/**************************列表公共部分*************************/
/*公共部分*/
div{
    color:#393939;
}
a{
    color:#393939;
}
/*定位*/
.position{
    padding:15px 0;
    font-size:14px;
    color:#7f7f7f;
}
.position a:not(.nohover):hover{
    color:#eb4217;
}

/*********顶部菜单栏**********/

.top-menu{
    background:#eee;
    height:auto;
}
.top-menu .top-menu-info{
     height:40px;
    /* overflow:hidden; */
}
.top-menu .top-menu-info .menu-info-num{
    font-size:14px;
    float:left;
}
.top-menu .top-menu-info .location{
    padding:8px 4px 8px 8px;
    display:inline-block;
}
.top-menu .top-menu-info em{
    vertical-align:middle;
    font-family:'iconfont';
    line-height:12px;
    font-size:20px;
    margin-left:4px;
}
.top-menu .top-menu-info .top-menu-ul{
    float:right;
}
 .top-menu-ul .menu-li{
    float:left;
    padding:11px 0;
}
 .menu-li.mySign-name{
    position:relative;    
    padding:0; 
    z-index:100;  
}
.top-menu-ul .menu-li span{
    color:#ccc;
    margin:0 14px;
}
.top-menu-ul .menu-li a{
    vertical-align:middle;
    padding:2px 0;
}
.top-menu-ul .menu-li a:hover{
    color:#eb4217;
}
/* .header .nav ul li b{
    float:left;
    font-family:'iconfont';
    font-size:20px;
    color:#666;
    padding:0 6px 0 10px;
} */

/* 个人信息弹出框 */
.menu-li.mySign-name .mySign-head{
    display:none;
    position:absolute;
    width:200px;
    background:#fff;
    border: 1px solid #D9D9D9;   
    z-index:-1;
    top:38px;
    left:10px;
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,.15);
}
.menu-li.mySign-name p{
    margin:0 10px;
    padding:10px 0;
    float:left;
    height:100%;
    /* background:#fff; */
}
.menu-li.mySign-name:hover p{
    background:#fff;
}
.menu-li.mySign-name:hover .mySign-head{
    display:block;
}
.mySign-head img{
    border: none;
    vertical-align: middle;
    display: inline-block;
}
.mySign-head .my-img{
    float:left;
}
.mySign-head .my-img{
    margin: 16px;
    display: block;
}
.mySign-head .my-img p{
    margin:0;
}
.mySign-head .my-img img{
    height: 64px;
    width: 64px;
    border-radius: 100%;
}

.mySign-head .my-data a{    
    margin-top:52px;
    display:block;
    font-weight:600;
}
.mySign-head a{
    cursor: pointer;
    font-size: 12px;
    color: #666;
}
.mySign-head .sign-out {
    position: absolute;
    right: 9px;
    top: 4px;
    padding: 3px;
}


/*移动端导航*/
.web-navUl{
    width:100%;
    display:none; 
    background:#fff;
    padding-top:68px; 
}
.web-navUl li{
  padding:10px 0;
  
}
.web-navUl li a{
    color:#666;
    padding-left:20px;
    font-size:14px;
    font-weight:600;
    
}

/* logo */
.caidan{
  font-family:'iconfont';
  color:#fff;
  font-size:30px;
  line-height:70px;
  float:left;
  margin-left:10px;
}
.caidan-btn{
  display:none;
}
.caidan-close{
  display:none;
}

/********logo-搜索***********/
.logo-search{
    position:relative;
}
.logo-search .lanmu{
    overflow:hidden;
}
.logo-search .nav{
    float:right;
}
.logo-search-info{
    background:#fff;
    height:auto;
    overflow:hidden;
    padding-top:16px;
}
.logo-search-info .logo{
    position:relative;
    float:left;
    z-index:10;
    width: 100%;
    overflow:hidden;
}
.logo-search-info .logo .logoPic{
    width:215px;
    height:70px;
    float:left;
    font-size:85px;
}
.logo-search-info .logoTxt{
    float:left;
    font-size:14px;
    color:#eb4217;
}

.logo-search-info .logoTxt p{ 
    line-height:28px;
}
.logo-search-info .logoTxt p.logoTitle{
    font-weight:600;
    font-size:26px;
}
.logo-search-info .logo img{
    float:left;
}
.logo-search-info .search-info{
    float:right;
    width:300px;
    overflow:hidden;
}
.logo-search-info .search-info .search form{
    border:1px solid #eb4217;
    float:left;
    width:100%;
}
.logo-search-info .search-info .search form fieldset{
    float:left;
    display:inline-block;
    height:32px;
    overflow:hidden;
    width:100%;
}
.search-info .search form fieldset .text{
    font-size:14px;
    outline:none;
    float:left;
    width:74.65%;
    height:100%;
    border:0;
    box-sizing: border-box;
    padding-left:6px;
}
.search-info .search form fieldset .btn{
    float:right;
    width:18%;
    display:inline-block;
    background:#eb4217;
    height:100%;
    text-align:center;
    line-height:32px;
    color:#fff;
    font-size:24px;
    font-family:'iconfont';
}
.search-info .search .shareInfo{
    padding:6px 0;
    float:right;
}
.search-info .search .shareInfo .share-icon{
    width:22px;
    height:22px;
    display:inline-block;
    font-size:20px;
    vertical-align:middle;
    margin:0 2px;
}
.search-info .search .shareInfo .yuyan em{
    font-family:'iconfont';
    margin:0 3px 0 7px;
}
/*导航条*/
.nav{
    float:right;
}
.navUl{
    margin:20px 0;
    overflow:hidden;
}
.navUl li{
    float:left;
}
.navUl li a{
    padding-left:46px;
    font-size:18px;
}

/****************列表导航******************/
.list-page-nav.top{
    display:block;
}
.list-page-nav.bot{
    display:none;
}
.shipei-subNav,.list-page-nav{
    width:100%;
    height:auto;
    background:#eb4217;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}
.shipei-subNav{
    display:none;
}
.shipei-subNav ul,.list-page-nav ul{
    overflow:hidden;
}
.shipei-subNav ul li,.list-page-nav ul li{
    float:left;
}
.list-page-nav ul li a{
    padding:14px 0;
    margin-right:50px;
    color:#fff;
    display:inline-block;
}
.shipei-subNav ul li a{
    padding:6px 0;
    color:#fff;
    display:inline-block;
    font-size:12px;
}
.list-page-nav.bot ul li{
    text-align:center;
}
.list-page-nav.bot ul li span{
    font-family:'iconfont';
    display:block;
    font-size:24px;
    margin-bottom:-10px;
    color:#929292;
}
.shipei-subNav ul li a:hover,.list-page-nav ul li a:hover{
    color:#cde7d6;
}
/*分页*/
.page-box{
    text-align:center;
    padding:20px 0;
}
.page-box a{
    background: #fff;
    border: 1px solid #E9E9E9;
    color: #7f7f7f;
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 3px;
}
.page-box a.active{
    background:#eb4217;
    color:#fff;
    border:1px solid #eb4217;
}

.page-box a.concat:hover{
    background:#eee;
}

/*******************底部---友情链接********************/
.link{
    background:#4c4c4c;
}
.link-con{
    color:#fff;
    padding:38px 0;
    overflow:hidden;
}
/*左侧链接*/
.link-con .linkCon-l{
    float:left;
    margin-bottom:20px;
}
.link-con .navList{
    border-left:1px solid #666666;
    float:left;
    padding-left: 30px;
    width: 211px;
}
.link-con .navList ul{
    width:100%;
}

.link-con .navList ul li{
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-top:15px;
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.link-con .navList ul li a,.link-con .navList ul li span{
    color: #e1e1e1;
    font-weight:100;
    font-size:14px;
}
.link-con .navList ul li a:hover,.link-con .linkCon-r .share a:hover{
    color:#eb4217;
}
.link-con .navList ul li.firstLi{
    margin-top:0;
}
/*右侧联系*/
.link-con .linkCon-r p{
    padding-bottom:10px;
    color:#eb4217;
}
.link-con .linkCon-r p em{
    font-family:'iconfont';
    font-size:26px;
    line-height:0;
    margin-right:10px;
    vertical-align: middle;
}
.link-con .linkCon-r .rwm{
    text-align:center;
}
.link-con .linkCon-r .rwm img{
    width:120px;
    height:120px;
    margin:0 auto;
}
.link-con .linkCon-r .rwm b{
    display:block;
    margin:12px 0;
    color:#e1e1e1;
}
.link-con .linkCon-r .share{
    width:100%;
    text-align:center;
    margin-top:14px;
}
.link-con .linkCon-r .share a{
    font-size:20px;
    font-family:'iconfont';
    padding:0 6px;
    color:#ccc;
}
/*底部*/
.link .link-bot{
    background:#3b3b3b;
    text-align:center;
    font-size:14px;
    color:#e1e1e1;
}
.link .link-bot p{
    line-height:40px;
}
.link .link-bot p a{
    color:#eb4217;
}
/*用户回馈*/
.feedback{
    margin:30px 0 30px 200px;
}
.feedback .collection{
    margin-right:120px;
}
.collection,.appreciate{
    padding:0 30px;
    border-radius:5px;
    display:inline-block;
    text-align:center;
    line-height:44px;
    font-size:14px;
    margin:0 auto;
    color:#eb4217;
    border:1px solid #eb4217;
}
.collection b,.appreciate b{
    display:inline-block;
    vertical-align:middle;
    margin-right:4px;
    font-size:20px;
    font-family:'iconfont';
}

/* 遮罩 --- 弹出框*/
#bg{
    display: none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.3; 
    opacity:.30; 
    filter: alpha(opacity=30); 
}
#show{ 
    display: none; 
    position: fixed;
    margin:auto; 
    top: 0; 
    left: 0; 
    right:0;
    bottom:0;
    width: 20%; 
    height: 100px; 
    padding: 20px 0;
    border: 0; 
    background-color: white; 
    z-index:1002; 
}
#message{
    display: none; 
    position: fixed;
    margin:auto; 
    top: 0; 
    left: 0; 
    right:0;
    bottom:0;
    width: 7%; 
    height: 52px;
    padding:8px 0;
    border: 1px solid #999; 
    background-color: white; 
    z-index:1002;
    text-align:center;
    overflow:hidden;
}
    /*调用动画*/
@keyframes charater-animate{
    0%{transform:scale(0)}
    50%{transform:scale(0.5)}
    100%{transform:scale(1)}
}
.ani-msg{animation:charater-animate .3s linear alternate both;}


#message span{
    display:inline-block; 
    /* padding:10px 0; */ 
    font-family:'iconfont';
    font-size:26px;
    color:#28bc5b;
    vertical-align:middle;
    font-weight:600;
    margin-right:4px;
}

#show .container_msg{
    text-align:center;
    padding:10px 0; 
    font-size: 16px;
    color: #111;
}

#show .container_btn{
    padding:20px 0;
    text-align: center;
    white-space: nowrap;
}

#show .container_btn a{
    margin:0 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    width: auto;
    min-width: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #666;
    outline: 0;
    font-size: 14px;
}

#show .container_btn a.button-on{
    background-color: #eb4217;
    color: #fff;
    border-color: #eb4217;
}


/*分享*/
.share a{
    display: inline-block;
    width: 40px;
    height: 25px;
    margin-left: 6px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    color: #fff;
    font-family: 'iconfont';
    font-size: 20px;
    vertical-align:middle;
}
.share a.weixin{
    background:#82d555;
}
.share a.quanzi{
    background:#ff614c;
}
/*浏览量和时间*/
.list-info-bot span{
    color:#969696;
    font-size:13px;
    margin-right:10px;
}
.list-info-bot b{
    font-family:'iconfont';
    font-weight:normal;
    font-size:16px;
}
