.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
*border:1px solid #999;
    border-radius: 4px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%
}
.modal.fade.in {
    top: 10%
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}
.modal-header .close {
    margin-top: 2px
}
.modal-header h3 {
    margin: 0;
    line-height: 30px
}
.modal-white {
    border: none;
    border-radius: 0;
    box-shadow: none
}
.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}
.modal-form {
    margin-bottom: 0
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #ffffff;
*zoom:1
}
.modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0
}
.tooltip {
    font-size: 12px;
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px 2px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #27937b;
    border-radius: 2px;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #27937b;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #27937b;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #27937b;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #27937b;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 262px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-title:empty {
    display: none
}
.popover-content {
    padding: 9px 14px
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover .arrow {
    border-width: 11px
}
.popover .arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25)
}
.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}
.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px
}
.footer1 {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
}
.footer1 span {
    float: left;
}
#friendlinks li {
    list-style: none;
    float: left;
}
.imgBox {
    float: left;
    overflow: hidden;
    position: relative;
}
.imgBox ul {
    float: left;
    left: 0;
}
.imgBox ul li {
    float: left;
    display: inline;
    padding-bottom: 3px;
    width: 199px;
    margin-right: 1px;
    margin-top: 25px;
    text-align: center;
}
.imgBox ul li .img_box {
    width: 192px;
    height: 460px;
    background-color: #fff;
    overflow: hidden;
    float: left;
}
.imgBox ul li .img {
    display: block;
    width: 160px;
    height: 158px;
    text-align: center;
    border: 1px solid #c7c7c7;
    border-radius: 100px;
    margin-left: 15px;
}
.imgBox ul li .img a, .imgBox ul li .img img {
    display: block;
    width: 156px;
    height: 156px;
    margin: 0 auto;
    border: solid 2px #FFF;
    border-radius: 100px;
    box-shadow: 0 2px 1px #E5E5E5;
}
.imgBox ul li .txt {
    padding-top: 100px;
    margin-left: 15px;
    padding-right: 10px;
    padding-left: 12px;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    border: 1px solid #c7c7c7;
    border-top: none;
    position: absolute;
    top: 105px;
    width: 138px;
    height: 245px;
}
.imgBox ul li .txt h2 {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    font-weight: normal;
}
.imgBox ul li .txt h2 b {
    display: block;
    font-size: 24px;
}
.imgBox ul li .txt p {
    padding-top: 5px;
    text-align: left;
}
.imgBox ul li .txt p a {
    color: #f5811a;
    padding-left: 5px;
}
.imgBox ul li .txt p a:hover {
    text-decoration: underline;
}
.lanmutxt {
    top: 145px !important;
}
.reports {
    margin-bottom: 40px;
}
.nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px
}
.nav.pull-right {
    float: right;
    margin-right: 0
}
.nav > li {
    position: relative;
    float: left;
    margin-right: 1px;
}
.nav li a {
    padding: 16px 20px;
    color: #eeeeee
}
.nav .dropdown-toggle .caret {
    margin-top: 8px
}
.nav li a:focus, .nav li a:hover {
    color: #ffffff;
}
.nav .active a, .nav .active a:hover, .nav .active a:focus {
    color: #ffffff;
}
.nav li.current-menu-item a, .nav li.current-menu-parent a, .nav li.current_page_item a, .nav li.current-post-ancestor a {
    color: #fff;
    position: relative;
    z-index: 2
}
.nav li:hover > ul {
    display: block
}
.nav > li > ul {
    background-color: #373738;
    padding-bottom: 10px;
    text-align: center;
    position: absolute;
    top: 65px;
    left: 0;
    min-width: 130px;
    z-index: 10;
    display: none;
    font-size: 12px;
    margin-left: -5px;
    line-height: 40px;
    word-break: keep-all;
}
.nav > li > ul > li > ul {
    padding-bottom: 10px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 140px;
    z-index: 10;
    display: none;
    font-size: 12px
}
.nav > li > ul > li {
    float: none;
    margin: 0;
    position: relative;
    border-bottom: 1px dotted #504d4d;
}
.nav ul a {
    float: none;
    display: block;
*min-width:100px;
    padding: 5px 20px 4px;
    color: #eeeeee
}
.nav ul a:hover, .nav li li.current-menu-item a {
    color: #ffffff;
}
.nav li li a:hover, .nav li li.current-menu-item a {
    background-image: none !important;
}
.clent-con ul li {
    width: 25%;
}
.make-wen3 li {
    width: 33.3% !important;
}
.make-wen3 li img {
    padding-left: 5px !important;
}
.sem-con1 ul li img {
    padding-left: 98px;
}
.sem-con2 ul li img {
    padding-left: 0px;
}
.container table {
    border: 2px solid #38B5E6;
    border-top: 5px solid #38B5E6;
    margin-top: 20px;
    margin: 0 auto;
}
.container table tr {
    border: 2px dashed #38B5E6;
}
.container table tr td {
    border: 2px dashed #38B5E6;
    line-height: 20px;
    padding: 10px;
}
.make-t8 .imgBox ul li .txt {
    top: 148px;
}
.common-k8 {
    background-color: #fff;
}
.writing-tb tr {
    font-size: 16px;
}
.baoyue-3 li {
    width: 30% !important;
}
.waibao ul li {
    width: 16.5%;
    margin-right: 0;
    text-align: left;
}
.waibao img {
    width: 100px;
    height: 100px;
    padding-left: 5px !important;
}
.waibao span {
    padding-left: 20px;
}
.waibao span img {
    width: 45px;
    height: 32px;
}
.waibao ul li p {
    width: 120px;
}
.taocan table tr td {
    font-size: 16px;
}
.data-count {
    background-color: #fff;
    padding: 0px 0 45px 0;
    height: 68px;
    position: absolute;
    z-index: 1;
    width: 1200px;
    left: 50%;
    margin-left: -600px;/*box-shadow:0 0 20px rgba(0,0,0,.1);*/
    border-bottom: 4px solid #00a0e9;
}
.data-count li {
    float: left;
    height: 77px;
    padding-left: 116px;
    width: 155px;
    color: #666;
    font-size: 16px
}
.data-count strong {
    font-size: 20px;
    font-weight: 400;
    display: block;
    color: #000;
    line-height: 1.8;
    padding-top: 10px;
}
.data-count .item1 {
    margin-left: 100px;
}
.data-count .item4 {
    width: 70px;
}
.data-count li, .h2title {
    background: url(../images/26100000011362150769121166741.png) no-repeat;
}
.data-count li.item3 {
    background-position: 0 0;
}
.data-count li.item4 {
    background-position: 0 -82px;
}
.data-count li.item1 {
    background-position: 0 -161px;
}
.data-count li.item2 {
    background-position: 0 -239px;
}
.h2title {
    font-size: 35px;
    font-weight: 700;
    color: #3D71FD;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto 15px auto;
    text-shadow: 0 0 10px rgba(34,119,218,.2)
}
.titinfo {
    font-size: 24px;
    color: #666;
    text-align: center;
}
.h2title {
    width: 330px;
    background-position: 0 -620px;
}
.baike .td1 {
    width: 180px;
}
.smallLine {
    position: absolute;
    right: 40%;
    height: 3px;
    margin: 0 auto;
    width: 4%;
    background: #3ea3ff;
    top: 36%;
}
.smallLinered {
    background: #ff5a60;
    right: 58%;
}
.time-line {
    position: relative;
}
.time-line:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 20px;
    width: 3px;
    margin: 0 auto;
    height: 100%;
    background: #3ea3ff;
    top: -40px;
}
.time-line:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 20px;
    top: -50px;
    height: 14px;
    width: 14px;
    background: #3ea3ff;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 30px;
}
.time-line h4 {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-top: 56px;
}
.time-line .row {
    position: relative;
    min-height: 200px;
}
.time-line .row:before {
    content: "";
    position: absolute;
    height: 145px;
    display: block;
    line-height: 125px;
    width: 145px;
    background: #fff;
    background: url("../images/icon.png") no-repeat;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    border: 10px solid #fff;
    background-color: #fff;
}
.time-line .row.second:before {
    background: url("../images/icon2.png") no-repeat;
    background-color: #fff;
}
.time-line .row.tird:before {
    background: url("../images/icon3.png") no-repeat;
    background-color: #fff;
}
.time-line .years:before {
    content: "\f0d9";
    font-family: 'FontAwesome';
    position: absolute;
    left: -6px;
    top: 2px;
    font-size: 20px;
    color: #292f33;
}
.time-line .pull-left .years:before {
    content: "\f0da";
    right: -6px;
    left: inherit;
}
.text-right {
    text-align: right;
}
.cost-h4 {
    font-size: 22px;
}
.cost-p {
    font-size: 16px;
}
.pagination {
    padding: 20px 0 15px 0;
    background-color: #fff;
    text-align: center
}
.pagination ul {
    display: inline-block;
*display:inline;
*zoom:1;
    margin-left: 0;
    margin-bottom: 0
}
.pagination ul > li {
    display: inline
}
.pagination ul > li > a, .pagination ul > li > span {
    margin: 0 3px;
    float: left;
    padding: 6px 15px 5px;
    line-height: 20px;
    text-decoration: none;
    background-color: #eee;
    color: #666
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus {
    background-color: #12a3ffd1;
    color: #ffffff
}
.pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #12a3ff;
    color: #fff
}
.pagination ul > .active > a, .pagination ul > .active > span {
    cursor: default
}
.pagination ul > li > span, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
    cursor: default
}
.pagination-loading {
    text-align: center;
    color: #666;
    line-height: 39px;
}
.widget_meta {
    margin: 0 0 10px
}
.widget_meta ul {
    line-height: 24px;
    padding: 0 20px 10px
}
.widget_meta ul li {
    margin-bottom: 5px;
}
.widget_archive ul {
    padding: 10px 20px 5px;
    overflow: hidden;
    color: #999;
}
.widget_archive li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}
.widget_archive select, .widget_categories select {
    margin-top: 10px;
    width: 91%;
    margin-left: 15px;
    height: 32px;
    line-height: 32px;
    padding: 2px
}
#postcomments {
    position: relative;
    background-color: #fff
}
#respond {
    position: relative;
    background-color: #fff;
    border: 1px dashed #ccc;
    margin-top: 30px;
}
#respond .base-tit {
    display: none
}
.comment #respond {
    margin: 10px 0 0;
    padding: 0;
    border: 1px solid #ddd
}
.commentnew {
    background-color: #DFF0D8
}
.commentnew .c-main {
    margin-bottom: 5px
}
.comment {
    padding: 12px 0 10px 0
}
.commentlist {
    padding: 12px 20px 0px 20px
}
.c-avatar .avatar {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 2px;
    webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 0.3s ease-out;
}
.c-main {
    padding: 10px 15px;
    line-height: 25px;
    margin-top: -2px;
    margin-left: 72px;
    border-radius: 3px;
    position: relative;
    background: #fbfdfb;
    border: 1px #eee solid;
    font-size: 15px;
    word-wrap: break-word;
}
.c-meta {
    color: #bbb;
    font-size: 14px;
}
.c-author {
    margin-right: 10px
}
.comment-reply-link {
    margin-left: 6px;
    color: #00a67c;
}
.comment-reply-link:hover {
    color: #D9534F
}
.children .comment {
    padding: 12px 0px 0px 10px;
    margin: 10px 0 0 60px;
}
.children .c-main p {
    margin-right: 0
}
.children .c-meta {
    padding-top: 1px
}
.c-floor {
    float: right;
    font-size: 18px;
    color: #dddddd
}
.comment:hover .c-floor {
    color: #999999
}
.c-approved {
    border-radius: 2px;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    color: #999;
    display: inline-block;
    padding: 1px 5px;
    margin-top: 4px
}
.wp-smiley {
    margin: 0 !important;
    display: inline-block!important;
}
#comments {
    font-size: 15px;
    padding: 12px 20px;
    line-height: 14px;
    color: #00a0e9;
    font-weight: normal;
    border-bottom: 1px solid #00a0e9
}
#comments b {
    font-weight: normal;
    font-size: 13px
}
#commentform {
    margin-bottom: 0
}
.comt-title {
    overflow: hidden;
    padding: 12px 20px;
    background-color: #f7f7f7;
}
.comt-count {
    float: right;
    color: #999;
    margin-bottom: 5px
}
.comt1 {
    padding: 20px 20px 5px 20px;
    position: relative
}
.comt-avatar {
    height: 28px !important;
    width: 28px
}
.comt-avatar img {
    border-radius: 2px;
    opacity: 0.9;
    height: 28px !important;
    width: 28px !important;
}
.comt-author {
    margin: 5px 10px 0 10px;
    font-size: 16px;
    color: #666
}
.comt-author span {
    color: #bbb;
    margin-left: 10px
}
.comt-box {
    overflow: hidden;
}
.comt-area {
    margin-bottom: 5px;
}
.comt-ctrl {
    position: relative;
    overflow: hidden;
}
.comt-addsmilies, .comt-addcode {
    float: left;
    color: #999;
    padding: 0 10px 0 10px
}
.comt-addsmilies:hover, .comt-addcode:hover {
    color: #666
}
.comt-mailme {
    display: none;
}
#comment {
*width: 98.3%
}
.comt-smilie {
    cursor: pointer;
    margin-top: 2px;
    display: inline-block;
}
.comt-smilie:hover {
    color: #666;
}
#comment-smilies {
    background-color: #EEEEEE;
    padding: 3px 5px;
    float: left;
    position: relative;
    line-height: 0
}
#comment-smilies img {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}
#comment-smilies::after {
    position: absolute;
    top: -5px;
    left: 20px;
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 5px solid #EEEEEE;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    content: "";
}
.comt-smilie i, .btn-primary i {
    vertical-align: middle;
}
.comt-smilie, .btn-primary {
    font-size: 15px;
    height: 36px !important;
}
.comt-ctrl .popover {
    width: 219px
}
.comt-ctrl .popover-content {
    padding: 2px 0 2px 1px
}
.comt-ctrl .popover-content a {
    margin: -1px -1px 0 0;
    float: left;
    width: 16px;
    height: 16px;
    padding: 5px;
    line-height: 0;
    display: inline-block;
    border: solid 1px #eee
}
.comt-ctrl .popover-content a img {
    display: block
}
.comt-ctrl label {
    margin: 0 5px
}
.comt-ctrl label input {
    margin-right: 4px
}
.comt-tips {
    text-align: right;
    line-height: 30px;
    margin-right: 10px;
    color: #999;
}
.comt-error {
    color: #D9534F;
}
#loading {
    padding: 5px 0
}
#loading img {
    margin-right: 5px;
    vertical-align: middle;
}
#error {
    padding: 5px 0;
    color: #cc0000
}
.ajax-notice {
    color: #FF6600;
    font-size: 12px;
}
.comt-submit {
    position: absolute;
    right: -1px;
    top: -1px;
    border: solid 1px #ddd;
    padding: 0 30px;
    height: 34px;
    width: 120px;
    cursor: pointer;
    font-weight: bold;
    color: #666;
    border-radius: 0 0 3px 0;
    background-image: -webkit-linear-gradient(#fbfbfb, #f6f6f6);
    text-shadow: 0 -1px 0 #ffffff
}
.comt-submit:hover {
    color: #444;
    border-color: #d6d6d6;
    background-image: -webkit-linear-gradient(#f6f6f6, #eeeeee)
}
.comt-submit:active {
    border-color: #c6c6c6;
    box-shadow: inset 0 2px 2px #e6e6e6
}
.comt-comterinfo {
    padding: 20px 0 0 210px;
    color: #444;
    display: none;
}
.comt-comterinfo h4 {
    float: left;
    width: 190px;
    line-height: 100px;
    margin-left: -210px;
    text-align: right;
    _display: inline
}
.comt-comterinfo ul {
    border-left: dotted 1px #ccc;
    padding-left: 30px
}
.comt-comterinfo li {
    margin-bottom: 10px
}
.comt-comterinfo input {
    margin-right: 10px;
    position: relative;
*bottom:-3px
}
#cancel-comment-reply-link {
    display: none;
    color: #bbb;
    margin: -12px -20px;
    line-height: 28px;
    font-size: 14px;
    padding: 12px 20px
}
#cancel-comment-reply-link:hover {
    background-color: #999999;
    color: #fff
}
.comment #cancel-comment-reply-link {
    display: block
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-color: silver;
    border-left-color: #d0d0d0;
    -webkit-transition: border linear .2s;
    -moz-transition: border linear .2s;
    transition: border linear .2s;
}
.btn-primary {
    color: #fff;
    background-color: #00a0e9;
    display: inline-block;
    padding: 6px 12px 4px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 0;
}
.article-footer {
    background-color: #fff;
    border-top: 1px solid #f7f7f7
}
.article-tags {
    font-size: 15px;
}
.article-tags i {
    margin-right: 10px;
    color: #bbb;
}
.article-tags a {
    display: inline-block;
    padding: 3px 8px 4px;
    margin: 5px 8px;
    color: #fff;
    background-color: #4a4a4a;
}
.article-tags a:hover {
    background-color: #428bca;
    opacity: 1;
    filter: alpha(opacity=100);
}
.article-tags a:nth-child(5n) {
    background-color: #4A4A4A;
}
.article-tags a:nth-child(5n+1) {
    background-color: #428BCA;
}
.article-tags a:nth-child(5n+2) {
    background-color: #5CB85C;
}
.article-tags a:nth-child(5n+3) {
    background-color: #D9534F;
}
.article-tags a:nth-child(5n+4) {
    background-color: #F0AD4E;
}
.d_tags {
    padding: 12px 10px 15px 15px;
    border: 1px solid #e4e4e4;
}
.d_tags a:nth-child(9n) {
    background-color: #4A4A4A;
}
.d_tags a:nth-child(9n+1) {
    background-color: #15a287;
}
.d_tags a:nth-child(9n+2) {
    background-color: #5CB85C;
}
.d_tags a:nth-child(9n+3) {
    background-color: #D9534F;
}
.d_tags a:nth-child(9n+4) {
    background-color: #567E95;
}
.d_tags a:nth-child(9n+5) {
    background-color: #B433FF;
}
.d_tags a:nth-child(9n+6) {
    background-color: #00a67c;
}
.d_tags a:nth-child(9n+7) {
    background-color: #B37333;
}
.d_tags a:nth-child(9n+8) {
    background-color: #FF6600;
}
.d_tags a {
    width: 42%;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    background-color: #00a67c;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 6px;
    line-height: 21px;
    font-size: 15px !important;
}
.d_tags a:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.view-pic.g-f-l img {
    width: 220px;
    margin-top: 20px;
    height: 115px;
}
.detail-tit {
    font-size: 20px;
}
.detail-container p {
    color: #666;
    font-size: 16px;
}
.detail-container p a {
    color: #00a0e9;
}
.detail-container img {
    height: auto;
}
.compile span:after {
    background-color: #fff !important;
}

@media (max-width:979px) {
.mb-footer span {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
}
.mb-footer span a {
    color: #fff;
}
.hm-t-container {
    display: none;
}
#mb-lb-d {
    width: 43px;
    height: 33px;
    right: 20px;
}
.mb-nav ul li a {
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.mb-nav ul li div span a {
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.container table tr td {
    border: 2px dashed #38B5E6;
    line-height: 16px;
    font-size: 13px;
    padding: 4px;
}
.refresh_button {
    margin-left: 20px !important;
}
li.Randoms {
    width: 85% !important;
}
.ny-common-tit strong {
    font-size: 16px;
}
}
.huaxian {
    text-decoration: line-through;
    text-decoration-color: red;
}
li.Randoms {
    width: 45%;
    float: left;
    padding-left: 20px;
}
.refresh_button {
    border: 1px solid #17a6e0;
    padding: 5px 50px;
    margin-left: 410px;
    border-radius: 30px;
    box-shadow: 1px 1px 1px #ccc;
    background-color: #17a6e0;
    color: #fff;
}
i.fa.fa-refresh {
    font-size: 16px;
}
a.refresh_button:hover {
    color: #fff;
}
.llkey {
    color: #dea968;
}
.keyword1 {
    left: 0px;
    bottom: 50px;
    display: inline-block;
}
.keyword2 {
    position: absolute;
    left: 200px;
    bottom: 220px;
    display: inline-block;
}
.keyword3 {
    position: absolute;
    left: 330px;
    top: -30px;
    display: inline-block;
}
.keyword4 {
    position: absolute;
    right: 0px;
    bottom: 200px;
    display: inline-block;
}
.kword1 {
    background: url(../images/keyw1.png) center bottom no-repeat;
    width: 100px;
    height: 130px;
    display: inline-block;
}
.kword2 {
    background: url(../images/keyw2.png) center bottom no-repeat;
    width: 65px;
    height: 85px;
    display: inline-block;
}
.kword3 {
    background: url(../images/keyw3.png) center bottom no-repeat;
    width: 100px;
    height: 130px;
    display: inline-block;
}
.kword4 {
    background: url(../images/keyw4.png) center bottom no-repeat;
    width: 100px;
    height: 110px;
    display: inline-block;
}
.inner-page-title {
    text-align: center;
    color: #aaa;
    text-transform: uppercase;
}
.inner-page-title .title {
    margin-bottom: 3px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    z-index: 0;
    position: relative;
    border-bottom: none;
}
.inner-page-title .des {
    margin-top: 25px;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}
.inner-page-title span {
    display: block;
    width: 100px;
    height: 2px;
    background: #00a0e9;
    margin: 15px auto;
    position: relative;
}
.inner-page-title span:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 2px solid #00a0e9;
    border-radius: 7px;
}
.index-brand {
    padding: 0px 0;
}
.index-brand ul {
    margin: 60px 0 70px;
}
.index-brand li {
    float: left;
    width: 30%;
    padding: 0 20px;
}
.index-brand li .item a {
    display: block;
    padding: 60px 25px 52px;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.index-brand li .item div {
    margin-top: 45px;
    font-size: 20px;
    color: #000;
}
.index-brand li .item p {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.index-brand li .item p span {
    color: #09a6ed;
}
.index-brand li .item em {
    margin-top: 35px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/index_bt.png);
}
.index-brand li .item a:hover em {
    background: url(../images/index_bth.png);
}
.index-brand li .item a:hover {
    margin-top: -15px;
    padding-bottom: 50px;
    border: 1px solid #FFFFFF;
    border-bottom: 3px solid #09a6ed;
    -o-box-shadow: 0 0px 25px rgba(98,98,98,.15);
    -ms-box-shadow: 0 0px 25px rgba(98,98,98,.15);
    -moz-box-shadow: 0 0px 25px rgba(98,98,98,.15);
    -webkit-box-shadow: 0 0px 25px rgba(98,98,98,.15);
    box-shadow: 0 0px 25px rgba(98,98,98,.15);
}
.monitor-media {
    padding-bottom: 60px;
}
.monitor-media .content {
    position: relative;
}
.monitor-media ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.monitor-media li {
    margin-top: 40px;
    float: left;
    width: 26%;
    text-align: right;
}
.monitor-media li span {
    font-size: 18px;
    color: #09a6ed;
    font-weight: bold;
    position: relative;
}
.monitor-media li span:before {
    content: "";
    position: absolute;
    right: -60px;
    top: 50%;
    width: 45px;
    border-bottom: 1px dashed #ace1f9;
}
.monitor-media li span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -66px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ace1f9;
}
.monitor-media li p {
    margin-top: 15px;
    color: #333333;
    line-height: 22px;
}
.monitor-media li:nth-child(2n+1) {
    clear: both;
}
.monitor-media li:nth-child(2n) {
    float: right;
    text-align: left;
}
.monitor-media li:nth-child(2n) span:before {
    right: auto;
    left: -60px;
}
.monitor-media li:nth-child(2n) span:after {
    right: auto;
    left: -66px;
}
.monitor-media .button {
    margin-top: 30px;
}
/* ========== */
/* = INDEX-SERVICE = */
/* ========== */
.index-service {
    padding: 65px 0 85px;
    background: #f9fcfe;
}
.index-service .content {
    margin-top: 50px;
}
.index-service ul {
    margin-top: 20px;
    float: left;
    width: 60%;
    max-width: 760px;
}
.index-service li {
    margin-top: 55px;
    float: left;
    width: 40%;
    position: relative;
    padding-left: 65px;
    color: #999999;
}
.index-service li a {
    color: #999999;
}
.index-service li:nth-child(2n) {
    padding-right: 0;
}
.index-service li:nth-child(2n+1) {
    clear: both;
}
.index-service li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}
.index-service li span {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #333333;
}
.service-cricle {
    float: right;
    max-width: 38%;
    position: relative;
}
.service-cricle .service-center {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ripple2 2s ease-out infinite;
    animation: ripple2 2s ease-out infinite;
}
.service-cricle .service-center2 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cromate 50s ease-out infinite;
    animation: cromate 50s ease-out infinite;
}
.service-cricle .service-png {
    -webkit-animation: ripple 2s ease-out infinite;
    animation: ripple 2s ease-out infinite;
}
.index-service .home-button {
    margin-top: 35px;
}
/* ========== */
/* = INDEX-MARKETING = */
/* ========== */
.index-marketing {
    padding: 84px 0 93px;
    background-image: url(../images/marketing_bg.jpg);
    background-size: cover;
    background-position: center;
}
.index-marketing .inner-page-title em {
    color: #FFFFFF;
    opacity: .2;
}
.index-marketing .inner-page-title .title {
    color: #FFFFFF;
}
.index-marketing .inner-page-title span {
    background: #FFFFFF;
}
.index-marketing .inner-page-title .des {
    color: #FFFFFF;
}
.index-marketing .inner-page-title span:after {
    border: 2px solid #FFFFFF;
    background: #08bbe7;
}
.index-marketing .content {
    text-align: center;
    font-size: 0;
}
.index-marketing .content .item {
    vertical-align: top;
    margin-top: 45px;
    display: inline-block;
    width: 18%;
    font-size: 14px;
    color: #eeeeee;
    line-height: 24px;
    padding: 0 3.5%;
    position: relative;
}
.index-marketing .content .item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 10%;
    opacity: .3;
    background: #FFFFFF;
    width: 1px;
    height: 98px;
}
.index-marketing .content .item span {
    margin: 20px 0;
    display: block;
    font-size: 18px;
}
.index-marketing .content .item:nth-child(4) {
    clear: both;
}
.index-marketing .content .item:nth-child(4):after {
    background: none;
}
.index-marketing .content .item:last-child:after {
    background: none;
}
.index-marketing .content .item:hover img {
    animation: tada 1s;
    -webkit-animation: tada 1s;
}
.index-choose ul {
    margin-top: 50px;
}
.index-marketing .more {
    display: block;
    margin: 60px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #FFFFFF;
    font-size: 16px;
    color: #09a6ed;
}
.zg_last {
    background: url(../images/14p_back.jpg) no-repeat center 0;
}
.last_cont {
    padding: 78px 0 71px;
}
.last_ul {
    height: 180px;
    margin: 0 auto 77px;
    margin-left: 80px;
}
.last_ul li {
    width: 180px;
    height: 128px;
    float: left;
    margin-right: 24px;
    background: url(../images/last_yuan.png) no-repeat;
    padding-top: 75px;
    font-size: 24px;
}
.last_ul li.last_li {
    margin-right: 0;
}
.last_ul img {
    display: block;
    margin: 0 auto 12px;
}
.last_ul a {
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
    background: #00B3D3;
}
.last_ul a:hover {
    color: #4E73DB;
    background: #fff;
}
/*åˆä½œæµç¨?/
.hhlc{  height:800px; text-align:center;color:#fff;}
.hhlc ul { margin-top:100px;}
.hhlc ul li{ width:152px; padding:30px 20px; float:left; position:relative;}
.hhlc ul li img{ margin-top:30px;}
.hhlc ul li p{ text-align:center; margin-top:20px; font-size:30px;}
.hhlc ul li span{ display:inline-block; text-align:left; margin-top:15px}
.lcbg{     background: #fff;
    opacity: 0.2; filter: alpha(opacity=0)\8;
    position: absolute;
    top: 0;
    width: 190px;
    height: 385px;
    left: 0;}
.lcbg:hover{opacity: 0.3; filter: alpha(opacity=0)\7;}

.wid60{ width:60px !important; margin: auto; padding:0px !important; height:335px;}
.hhlc ul li.wid60 img{ margin-top:150px;}

.wzgg{ color: #666; background: #FAFAFA; padding: 10px 0; border: 1px solid #e1e1e1; border-radius: 4px;font-size:16px;    margin: 30px;}
.yuyuezj{ float: left; background: #CC0000; color: #fff; padding: 3px 4px; border-radius: 4px; margin-left: 8px; margin-top: -2px;}
.wzgg i{float: left; height: 22px;width: 12px; background: url(../images/sanjiao.png) no-repeat; background-position-y:6px;  }
.weixinhao{color: #CC0000; font-weight: 600;}

/* æˆ‘ä»¬çš„æœåŠ?*/
.OUR_service {
    width: 1220px;
    margin: 0 auto;
    padding-bottom: 165px;
}
.common_title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 54px;
}
.common_title p:nth-of-type(1) {
    line-height: 70px;
    height: 70px;
    font-size: 33px;
}
.common_title p:nth-of-type(2) {
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    color: #666666;
}
.OUR_service_ullist {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.OUR_service_ullist .OUR_service_ullist_list a p, .OUR_service_ullist .OUR_service_ullist_list {
    text-align: center;
}
.OUR_service_ullist .OUR_service_ullist_list a p:nth-of-type(1) {
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    color: #212121;
    margin-top: 18px
}
.OUR_service_ullist .OUR_service_ullist_list a p:nth-of-type(2) {
    width: 76px;
    height: 2px;
    background: #4a91c9;
    margin: 0 auto 32px;
}
.OUR_service_ullist .OUR_service_ullist_list a p:nth-of-type(3), .OUR_service_ullist .OUR_service_ullist_list a p:nth-of-type(4) {
    line-height: 24px;
    font-size: 24px;
    color: #666666;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}
.OUR_service_ullist .OUR_service_ullist_list:hover a p {
    color: #4a91c9;
}
.OUR_service_ullist .OUR_service_ullist_list a img {
    transition: 0.5s ease;
}
.OUR_service_ullist .OUR_service_ullist_list:hover a img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
/* ç†ç”?*/
.ly_all {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 160px;
}
.ly_all .baike_center {
    width: 1220px;
    margin: 0 auto;
}
.baike_center_ul {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
.baike_center_ul li {
    width: 25%;
}
.baike_center_ul li p {
    overflow: hidden
}
.baike_center_ul li p:nth-of-type(1) {
    width: 80%;
    margin-bottom: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 10px;
    font-size: 16px;
    color: #3b3b3b;
}
.baike_center_ul li p:nth-of-type(1) a {
    color: #3b3b3b;
}
.baike_center_ul li p:nth-of-type(2), .baike_center_ul li p:nth-of-type(3), .baike_center_ul li p:nth-of-type(4) {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 18px;
    font-size: 16px;
    color: #3b3b3b;
    font-size: 14px;
    width: 80%;
}
.baike_center_ul li p:nth-of-type(2) a, .baike_center_ul li p:nth-of-type(3) a, .baike_center_ul li p:nth-of-type(4) a {
    color: #666666;
    border-bottom: 1px dashed #b5b5b5;
    display: inline-block;
    height: 29px
}
.baike_center_ul li p:nth-of-type(1) a {
    color: #3b3b3b;
}
.baike_center_ul li p:hover a {
    color: #2e84eb;
}
.baike_center_ul li p:nth-of-type(2):hover a, .baike_center_ul li p:nth-of-type(3):hover a, .baike_center_ul li p:nth-of-type(4):hover a {
    border-bottom: 1px dashed #2e84eb;
}
.box {
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1220px;
    position: relative;
}
.left {
    float: left;
}
.right {
    float: right;
    width: 30px;
    height: 52px;
    line-height: 52px;
}
.f_left {
    float: left;
    padding: 0;
    margin: 0;
}
.f_right {
    float: right;
    padding: 0;
    margin: 0;
}
.main_2 {
    background: url(../images/qy_tgimg.jpg) top no-repeat #f2f2f2;
    text-align: left;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.tg_nttxt {
    width: 730px;
    text-align: left;
    margin-top: 128px;
}
.tg_nt {
    background: url(../images/tg_nt.png) right bottom no-repeat;
    width: 50%;
    height: 650px;
}
.tg_nt {
    opacity: 0;
    filter: alpha(opacity=0)\9;
}
.ban02_img {
    background: url(../images/tg_keyyh.jpg) center no-repeat;
    width: 651px;
    height: 646px;
    margin-top: 100px;
}
.bant02_txt {
    width: 480px;
    margin-top: 270px;
    text-align: left;
}
.main_4 {
    text-align: center;
    height: 750px;
    overflow: hidden;
    background: url(../images/tg_wzgx.jpg) top center no-repeat;
    color: #fff;
}
.gzc {
    background: url(../images/ban04.png) bottom center no-repeat;
    width: 1138px;
    height: 422px;
    margin: 0 auto;
    margin-top: 90px;
}
.main_5 {
    height: 750px;
    width: 100%;
    background: url(../images/ban09.png) bottom center no-repeat;
    text-align: center;
    Â position: relative;
    z-index: 98;
}
.ban05_img {
    background: url(../images/ban05_img.png) center no-repeat;
    height: 800px;
    position: relative;
    z-index: 98;
}
.ban05_box {
    position: absolute;
    width: 100%;
    height: 800px;
    top: 0px;
}
.font60 {
    font-size: 60px;
}
.font48 {
    font-size: 48px;
}
.font30 {
    font-size: 30px;
}
.font22 {
    font-size: 22px;
}
.font24 {
    font-size: 24px;
}
.font18 {
    font-size: 18px;
}
.font56 {
    font-size: 56px;
}
.font55 {
    font-size: 55px;
    font-weight: 400;
}
.font68 {
    font-size: 68px;
    font-weight: 400;
}
.font40 {
    font-size: 40px;
}
.font43 {
    font-size: 43px;
}
.mart50 {
    margin-top: 50px;
}
.mart80 {
    margin-top: 80px;
}
.mart30 {
    margin-top: 30px;
}
.mart100 {
    margin-top: 100px;
}
.jktxt {
    width: 560px;
    text-align: left;
    margin-top: 260px;
}
.qywt_dl {
    padding-left: 60px;
    background: url(../images/jtimg.png) left -14px no-repeat;
    line-height: 48px;
    font-size: 24px;
    height: 160px;
    margin-top: 50px;
}
.qywt_dl dt {
    line-height: 42px;
}
/*ä»€ä¹ˆæ˜¯å“ç‰ŒæŽ¨å¹?/
.wzg_smqwtg{ background: url(../images/sm_qwtgbg.png) bottom no-repeat;text-align: center;height: 800px;overflow: hidden;color: #333;}
.titles{text-align: center;  font-size: 48px; margin: 0px 0px 50px;padding-bottom: 10px; margin:50px 0px;}
.titles p{ font-size:18px; color: #e84240;text-transform:capitalize; padding:5px 0px;}

.ban02_img{ background: url(../images/qwtg_img.png) center no-repeat;max-width: 1220px;height: 502px;margin-top: 50px;}
.bant02_txt{ width:555px; margin-top:120px;}

/*å“ç‰ŒæŽ¨å¹¿ç¬¬ä¸€P*/
.dbul {
    position: absolute;
    top: 0;
    margin-top: 250px;
    text-align: left;
    padding-left: 50px;
    font-size: 18px;
}
.dbul li {
    margin-bottom: 45px;
    font-weight: 400;
    width: 400px;
}
.main_6 {  /*height:370px;*/
    width: 100%;
    text-align: left;
    position: relative;
    color: #000;
}
.wzg_tgl {
    display: block;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    float: left;
    margin: 3px 3px 30px;
    text-align: center;
    padding-bottom: 20px;
}
.wzg_tgl p.titp {
    background: #f6f6f6;
    padding: 10px;
    font-size: 36px;
}
.wzg_tgl font {
    display: block;
    font-size: 20px;
}
.qwtg_ul {
    overflow: hidden;
    margin-top: 30px;
}
.qwtg_ul li {
    width: 180px;
    float: left;
    font-size: 14px;
    margin: 0px 10px;
    text-align: center;
}
.qwtg_ul li p {
    margin-top: 10px;
}
.qwtg_dj {
    padding: 10px;
    font-size: 16px;
    background: #cb1a1a;
    color: #fff;
}
.tb_taocan tr, .tb_taocan tr td {
    border: 1px solid #ddd !important;
    line-height: 50px !important;
    font-size: 18px;
}
.tbs table tr:first-child td:nth-child(2) {
    background: #fff7eb;
}
.tbs table tr:first-of-type td:nth-child(3) {
    background: #ebf8ff;
}
.tbs table tr:nth-child(1) td:nth-child(4) {
    background: #ffe5e5;
}
.tbs table tr:nth-child(1) td:nth-child(5) {
    background: #fff7eb;
}
.tbs table tr:nth-child(1) td:nth-child(6) {
    background: #ebf8ff;
}
.tbs tr:nth-child(odd) td:nth-child(1) {
    background: #fff7eb;
}
.tbs tr:nth-child(odd) td:nth-child(2) {
    background: #ebf8ff;
}
.tbs tr:nth-child(odd) td:nth-child(3) {
    background: #ffe5e5;
}
.tbs tr:nth-child(odd) td:nth-child(4) {
    background: #fff7eb;
}
.tbs tr:nth-child(odd) td:nth-child(5) {
    background: #ebf8ff;
}
.tbs tr:nth-child(odd) td:nth-child(6) {
    background: #ffe5e5;
}
.tbs tr:nth-child(even) td:nth-child(1) {
    background: #FAEAD3;
}
.tbs tr:nth-child(even) td:nth-child(2) {
    background: #DEF0FE;
}
.tbs tr:nth-child(even) td:nth-child(3) {
    background: #FFD3D3;
}
.tbs tr:nth-child(even) td:nth-child(4) {
    background: #FAEAD3;
}
.tbs tr:nth-child(even) td:nth-child(5) {
    background: #DEF0FE;
}
.tbs tr:nth-child(even) td:nth-child(6) {
    background: #FFD3D3;
}
.tbs table tr:first-child td:nth-child(1) {
    background: #e3fdfb;
}
.tbs table tr:last-child td:nth-last-child(1) {
    background: #eadfff;
}
.mainm {
    background: url(../images/wzg_gwz.jpg) center no-repeat;
}
.gwzl {
    width: 280px;
    margin-left: 38px;
    line-height: 26px;
}
.gwzl p {
    text-align: right;
    color: #44b088;
    margin-bottom: 10px;
    font-size: 24px;
}
.gwzl div {
    padding: 20px;
    border-radius: 10px;
    width: 240px;
    background: #44b088;
    color: #fff;
    min-height: 85px;
    font-size: 18px;
}
.gwzr {
    margin-right: 38px;
    float: right;
}
.gwzr p {
    text-align: left;
}
.gwzl2 {
    margin-top: 70px;
}
.gwzl2 p {
    color: #e93257;
}
.gwzl2 div {
    background: #e93257;
}
.gwzr1 p {
    color: #f76c17;
}
.gwzr1 div {
    background: #f76c17;
}
.gwzr2 {
    margin-top: 70px;
}
.gwzr2 p {
    color: #9c55c7;
}
.gwzr2 div {
    background: #9c55c7;
}
.gwzrm {
    margin-top: 360px;
    margin-right: 105px;
}
.gwzrm p {
    color: #4490b0;
}
.gwzrm div {
    background: #4490b0;
}
.main_8 {
    background: #00c76c;
    text-align: center;
    height: 800px;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.tg_webaq {
    background: url(../images/tg_weba.png) right center no-repeat;
    opacity: 1 !important;
    width: 640px;
    height: 558px;
    opacity: 0;
    filter: alpha(opacity=0)\9;
    margin-top: 120px;
}
.main_17 {
    text-align: center;
    height: 800px;
    overflow: hidden;
    position: relative;
}
.dl_map {
    width: 696px;
    float: left;
    height: 366px;
    margin-top: 25px;
    position: relative;
}
.dltxt {
    width: 400px;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #ffffff;
    font-size: 16px;
    margin-top: 50px;
    float: left;
}
.dltxt div {
    background: #eb251a;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.dltxt p {
    font-size: 16px;
    padding: 20px 30px;
}
.dltxt ul {
    padding: 0px 30px;
}
.dltxt ul li {
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}
.dlzs {
    width: 540px;
    height: 380px;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 100px;
    border: 1px solid #ddd;
}
.dlzs p font {
    color: #eb251a;
    font-size: 60px;
}
.dlbtn {
    width: 365px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #eb251a;
    margin: 0 auto;
    margin-top: 50px;
}
.dlbtn a {
    color: #fff;
    font-size: 26px;
    display: block;
}
.dlzs_bg {
    position: absolute;
    top: 0;
    background: #fff;
    opacity: 0.1;
    width: 540px;
    height: 380px;
}
.dlzs_txt {
    position: absolute;
    top: 52px;
    left: 24px;
}
#menu-item-1106 ul {
    margin-left: -20px;
}
#menu-item-1108 ul {
    margin-left: -5px;
}
#menu-item-1117 ul {
    margin-left: -5px;
}
.inner-wrap {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
#nb_icon_wrap {
    padding-top: 70px !important;
}

@media (max-width:1220px) {
.OUR_service {
    width: 100%;
    padding-bottom: 120px;
}
.ly_all {
    padding-bottom: 120px
}
.ly_all .baike_center {
    width: 100%;
    margin: 0 auto;
}
.baike_center {
    width: 100%;
}
.inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media screen and (max-width: 980px) {
.OUR_service {
    padding-bottom: 60px;
}
}

@media screen and (max-width: 780px) {
.OUR_service_ullist .OUR_service_ullist_list {
    width: 50%;
    margin-bottom: 20px;
}
.OUR_service_ullist .OUR_service_ullist_list img {
    width: 60%;
}
.OUR_service_ullist .OUR_service_ullist_list a p:nth-of-type(1) {
    line-height: 32px;
    font-size: 14px;
    margin-top: 10px
}
.OUR_service_ullist .OUR_service_ullist_list a p:nth-of-type(2) {
    width: 76px;
    height: 2px;
    background: #4a91c9;
    margin: 0 auto 20px;
}
.OUR_service_ullist .OUR_service_ullist_list a p:nth-of-type(3),  .OUR_service_ullist .OUR_service_ullist_list a p:nth-of-type(4) {
    line-height: 24px;
    font-size: 24px;
    color: #666666;
    font-size: 14px;
}
.OUR_service {
    padding-bottom: 40px
}
.ly_all {
    padding-bottom: 40px
}
.baike_center_ul {
    width: 90%;
    justify-content: space-around;
    margin-bottom: 20px;
    margin: 0 auto;
}
.baike_center_ul li {
    width: 48%;
    margin-bottom: 25px
}
.common_title p:nth-of-type(2) {
    font-size: 12px;
}
.baike_center_ul li p:nth-of-type(2), .baike_center_ul li p:nth-of-type(3), .baike_center_ul li p:nth-of-type(4) {
    line-height: 20px;
    height: 60px;
}
.qywt_dl {
    padding-left: 50px;
}
.qywt_dl dt {
    font-size: 20px;
}
.box {
    width: 100%;
    min-width: 100%;
}
.gwzl div {
    width: 90%;
}
.gwzl, .gwzr {
    float: left;
    margin-left: 20px;
    width: 90%;
}
.jktxt {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.main_8 {
    height: 750px;
}
.qwtg_ul li {
    width: 33%;
    margin: 0;
}
}

@media screen and (max-width: 645px) {
#floatDivBoxs, #rightArrow {
    top: 15%;
}
.baike_center_ul li p:nth-of-type(1) {
    width: 90%;
}
.baike_center_ul li p:nth-of-type(2) {
    width: 90%;
}
.OUR_service {
    padding-bottom: 40px;
}
}

@media screen and (max-width: 480px) {
.main_2 {
    background: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.article-tags a {
    margin: 5px 5px;
    font-size: 14px;
    padding: 3px 6px 4px;
}
.fieldsets, .wzgg {
    margin: 0px !important;
}
.wzg_tgl p.titp {
    font-size: 26px;
}
.dbul {
    padding-left: 20px;
    margin-top: 235px;
}
.dbul li {
    margin-bottom: 25px;
    font-size: 16px;
    width: 94%;
}
.tb_taocan tr, .tb_taocan tr td {
    line-height: 25px !important;
}
.OUR_service {
    padding-bottom: 20px;
}
}
input[type=search] {
    box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple], select[size] {
    height: auto
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -1px
}
output {
    padding-top: 7px
}
.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}
.form-control {
    width: 90%;
    height: 30px;
    padding: 2px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 6px 0px 8px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control::-ms-expand {
border:0;
background-color:transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    min-height: 55px;
}
input[type=search] {
    -webkit-appearance: none
}
.form-group {
    margin-bottom: -10px;
}
.form-group label {
    display: none;
}
div.wpcf7 {
    margin: 0;
    padding: 0
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}
div.wpcf7-response-output {
    margin: 1em 0.5em 0em;
    padding: 0.2em 1em;
    border: 2px solid #f00;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid #f00
}
div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}
.wpcf7-form-control-wrap {
    position: relative
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 2.5em;
    font-weight: normal;
    display: block;
    padding-bottom: 0px;
    float: right;
    margin-top: -36px;
    margin-right: -10px;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #f00;
    background: #fff;
    padding: .2em .8em
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " "
}
.wpcf7-display-none {
    display: none
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}
div.wpcf7 div.ajax-error {
    display: none
}
div.wpcf7 .placeheld {
    color: #888
}
div.wpcf7 input[type="file"] {
    cursor: pointer
}
div.wpcf7 input[type="file"]:disabled {
    cursor: default
}
div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.btn-block {
    margin-top: 20px;
    margin-left: 80px;
    padding: 0 50px;
}
@font-face {
    font-family: 'FontAwesome';
    src: url(fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg)format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(359deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg)
}
100% {
-o-transform:rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before, .fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-ba  @B
}
F
}
?@?@ore {
content:"\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before, .fa-users:before {
    content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before, .fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}
.fa-won:before, .fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa {
    width: 16px;
    font-size: 1.23em;
    text-align: center;
}
