/* 公共样式 s */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
h1, h2, h3, h4, h5, h6, em, i {
    font-style: normal;
}
ul, ol, li {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none
}
img {
    border: 0;
    vertical-align: middle
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}
button {
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
}
body {
    min-width: 1000px;
    font-family: Helvetica, "Microsoft YaHei", STHeiti, Tahoma;
    font-size: 14px !important;
    color: #333333;
    letter-spacing: 0;
    background: #f0f4f5;
}
#wrapper {
    width: 100%;
    min-height: 791px;
}
.w1360 {
    width: 1360px;
    margin: 0 auto;
}
@media screen and (max-width:1680px){
    .w1360 {
        width: 1000px;
    }
}
.common-gradient {
    color: #fff;
    border: 1px solid #1da28d;
    background: #1fb29c;
    background-image: -o-linear-gradient(90deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    background-image: linear-gradient(90deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fb29c', endColorstr='#81d6a5', GradientType=1);
}
.common-gradient:hover {
    background: #14a18c;
    background-image: -moz-linear-gradient(90deg, #14a18c 0%, #67be8c 100%);
    background-image: -webkit-linear-gradient(0deg, #14a18c 0%, #67be8c 100%);
    background-image: -ms-linear-gradient(90deg, #14a18c 0%, #67be8c 100%);
    background-image: -o-linear-gradient(90deg, #14a18c 0%, #67be8c 100%);
    background-image: linear-gradient(90deg, #14a18c 0%, #67be8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14a18c', endColorstr='#67be8c', GradientType=1);
}
.btn-hover{
    border: 1px solid #18b29b;
    border-radius: 4px;
    color:#21b39d;
    text-align: center;
    background: #fff;
}
.btn-hover:hover{
    color:#fff;
    background: #1fb29c;
    background-image: -o-linear-gradient(90deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    background-image: linear-gradient(90deg, rgb(31, 178, 156) 0%, rgb(129, 214, 165) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fb29c', endColorstr='#81d6a5', GradientType=1);
}

/*字体头部*/
#top{height:39px;background-color:#444;line-height:39px;font-size:14px; background:url(../images/topGray.gif) left top repeat-x;margin-bottom:10px;}
#top p{font-family:"微软雅黑"; margin:0 auto; text-align:right;font-size:14px; color: #666; line-height:39px;}
#top p a{color: #666; display:inline-block;padding:0px 10px 0px 0px; text-decoration:none}
#top p a.logo{float:left;}
#top p a.logo img{ vertical-align:top; margin-top:2px;}
#top p a:hover{color:#2abf01; text-decoration:underline}

.zt_wrap{margin:0 auto;padding:0; z-index:5}

/*当前位置*/
.zt_dq{color:#999; float:left;height:28px;}
.zt_dq p a{color:#666;line-height:28px;}

/* 公共样式 e */
.simple *{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.simple{
    padding-bottom: 50px;
}
.simple .main-title{
    padding: 34px 0 8px;
    text-align: center;
    font-size: 36px;
    color: #333;
    letter-spacing: 1px;
}
.simple .desc{
    margin-bottom: 28px;
    font-size: 16px;
    color: #687384;
    text-align: center;
}
.simple .font-li{
    float: left;
    margin: 0 24px 30px 0;
    width: 322px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 3px 3px 0 #e0e6e7;
    overflow: hidden;
    text-align: center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    position: relative;
}

.simple .font-li:nth-of-type(4n){
    margin-right: 0;
}
.simple .font-li:hover{
    box-shadow: 0 8px 8px 0 #e0e6e7;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
}
.simple .font-li .font-box{
    width:100%;
    height:300px;
    position: relative;
}
.simple .font-li .font-box>img{
    width:100%;
}
.simple .font-li .font-style{
    width:100%;
    height:62px;
    background: #fff;
    font-family: Microsoft YaHei;
    padding:0 10px;
}
.simple .font-li .font-style span.fl{
    width:173px;
    line-height: 62px;
    font-size: 16px;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.simple .font-li .btn-download{
    float: right;
    margin:14px 0;
    width:126px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color:#fff;
}
.simple .view-more {
    display: block;
    margin: 24px auto 0;
    width: 350px;
    height: 60px;
    border: 1px solid rgb(218, 224, 225);
    box-shadow: 0 0 4px 0 #d6deec;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    color: #687384;
}
.simple .view-more:hover {
    color: #fff;
    border-color: #18b29b;
}
@media screen and (max-width:1680px){
    .simple .font-li{
        width:240px;
        margin: 0 13px 15px 0;
    }
    .simple .font-li .font-box{
        height:224px;
    }
    .simple .font-box .fb-title{
        top:25px;
        font-size: 14px;
    }
    .simple .font-box .font-txt{
        line-height: 230px;
        font-size:44px;
        letter-spacing: 0px;
    }
    .simple .font-li .font-style{
        height: 45px;
        font-size: 14px;
    }
    .simple .font-li .font-style span.fl{
        line-height: 45px;
        width:134px;
    }
    .simple .font-li .btn-download{
        margin: 8px 0;
        width:84px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }
}

#footer{background: #313131;padding: 20px 0;margin-top: 35px;}
#footer p{text-align: center;color: #aaa;line-height:30px;font-size:12px;}
#footer p a{color: #aaa;font-size:14px;margin: 0 4px;}
#footer p img{vertical-align:middle;}
#footer p a.ba{font-size:12px; color:#a09f9f;}