<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile-show {
    display: none;
}
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul{
    padding: 0;
    margin: 0;
}
.offside {
    width: 80%;
    padding: 10px;
}

#newBridge .nb-icon-wrap, #newBridge {
    z-index: 99 !important;
}

.am-modal-hd .am-close {
    font-size: 48px !important;
    font-weight: 300;
    right: 10px;
}

.swiper-slide img {
    width: 100%;
}

.am-modal-hd {
    font-size: 24px;
}

.top-tel2, .top-menu {
    display: none;
}

.am-close-spin:hover {
    transform: none !important;
}

.top .am-modal-dialog {
    width: auto;
    position: relative;
}

.top .am-modal-dialog a {
    padding: 0 !important;
    position: absolute !important;
    top: -10px;
    right: -38px;
    color: #fff;
}

.top .am-modal-dialog a span {
    font-size: 28px;
    opacity: .8;
}

.top .am-modal-dialog a:hover span {
    opacity: 1;
    color: #fff;
}

.a-title h1 {
    font-size: 50px;
    font-weight: 300;
}

button, * {
    outline: none;
}

address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0;
}

a:hover {
    color: #e00010;
}

img {
    max-width: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.list-3 li {
    width: calc((100% - 60px) / 3);
    float: left;
    margin: 0 30px 30px 0;
}

.list-3 li:nth-child(3n) {
    margin-right: 0;
}

.m-show {
    display: none;
}

.picture {
    overflow: hidden;
}

.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -moz-transform: scale(1.1, 1.1); /* Firefox */
    -webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
    -o-transform: scale(1.1, 1.1); /* Opera */
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-4 li {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 20px 0;
    float: left;
    text-align: center;
}

.list-4 li:nth-child(4n) {
    margin-right: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.m20 {
    margin: 20px 0;
}

.p10 {
    padding: 10px;
}

.p30 {
    padding: 30px;
}

.clear {
    clear: both;
}

.dis {
    display: none;
}

body {
    background: #fff;

}

p {
    margin: 0;
}

::-webkit-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

.notsupport {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    color: #fff;
    background: #0072C6;
}

.notsupport h1 {
    font-size: 100px;
    margin-top: 200px;
    margin-bottom: 30px;
}

.notsupport h2 {
    font-size: 30px;
    margin-bottom: 30px;
}


.bg_gray {
    background: #fafafa;
    padding: 20px 0;
    margin: 20px 0;
}

.width {
    width: 1400px;
    margin: 0 auto;
}

/*å¤´éƒ¨*/
.top {
    width: 100%;
    padding: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #fff;
    color: #333e48;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

.top .top-content span.iconfont {
    font-size: 10px;
    padding: 2px 5px;
    color: #fff;
    background-color: #e00010;
}

.top .top-content strong {
    color: #e00010;
    font-size: 16px;
    font-weight: 500;
}

.top .am-fr a {
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.top .am-fr a:after {
    content: '';
    width: 1px;
    height: 10px;
    position: relative;
    display: inline-block;
    background-color: #ccc;
    top: 0;
    right: -13px;
}

.top .am-fr a:last-child:after {
    display: none;
}

header {
    background: #fff;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 110px;
    padding: 0;
}

header &gt; .width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-left {

    width: 20%;
    display: flex;
    align-items: center;

}

header .logo {

}

header .logo img {
   height: 80px;  
}

header .header-mid {
    width: 60%;
    text-align: center;

}

header .header-mid {

}

header .header-right {

    width: 20%;
    margin: 0;
}

header .header-menu li {
    text-align: center;
    padding: 0 20px;
    display: inline-block;
}

header .header-menu li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 49px;
    width: 1px;
    height: 12px;
    background-color: #ddd;
}

header .header-menu li:first-child:before {
    display: none;
}

header .header-menu li em {
    padding: 0 15px;
    position: relative;
}

header .header-menu li em::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 4px;
    background: url(../images/icon_down.png) no-repeat;
}

header .header-menu li em:hover::after,
header .header-menu li.aon em::after {
    background-image: url(../images/icon_up.png);
}

header .header-menu li em a, .header-menu li &gt; a {
    line-height: 110px;
    position: relative;
    font-size: 16px;
    display: block;
    width: 100%;
    color: #333;
    transition: all .7s;
}

header .header-menu li em a.on, header .header-menu li em a:hover {
    color: #e00010;
}

header .header-menu li em a::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #e00010;
    width: 0;
    transition: ease-in-out 0.3s;
}

header .header-menu li em a:hover::before,
header .header-menu li.aon em a::before {
    width: 100%;
}

header .header-menu li .sub {
    width: 100%;
    left: 0;
    display: none;
    overflow: hidden;
}

header .header-menu li .sub-menu {
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
}

header .header-menu li.aon .sub.wide {
    left: 0;
    height: auto !important;
    top: 100% !important;
    display: none;
}

.sub-menu .sub_item {
    width: 50%;
    float: left;
    text-align: left;
}

.sub-menu .sub_item:first-child {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.sub-menu .sub_item:nth-child(2) {
    padding-left: 20px;
}

.sub-menu .sub_item h2 {
    font-size: 18px;
    display: inline-block;
    line-height: normal;
    padding: 40px 20px;
    border: 2px solid #e00010;
    color: #e00010;
}

.sub-menu .sub_item .sub_content {
    width: 33.333%;
    float: left;
}

.sub-menu .sub_item .sub_content li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.sub_content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.sub-menu .sub_item .sub_content li a {
    display: block;
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 14px !important;
}

.sub-menu .sub_item .subject {
    margin-bottom: 30px;
    border-color: #999;
}

.sub-menu .sub_item .subject b {
    font-size: 20px;
}

.sub_list {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
}

.sub_list li {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
}

.sub_list li a {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 36px;
    border: 1px solid #ccc;
    transition: all .3s;
}

.sub_list li:hover a {
    background-color: #e00010;
    color: #fff !important;
    border-color: #e00010;
}

header .header-menu li .sub-menu dt {
    float: none;
    width: 100%;
}

header .header-menu li .sub-menu dt p {
    line-height: normal;
}

header .header-menu .sub-menu {
    width: 1400px;
    margin: 0 auto;
}

header .header-menu li.aon .sub.wide dt {
    float: left;
    margin-right: 20px;
    transition: all .3s;
    position: relative;
}


header .header-menu li .sub-menu dt a {
    color: #666;
    font-size: 16px;
    transition: 0.3s;
}

header .header-menu li .sub-menu dt a:hover {
    background: none;
    color: #e00010;
}

header .header-right dd {
    float: right;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0;
}

header .top-search {
    position: relative;
    z-index: 100;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}

header .top-search span {
    font-size: 20px;
    line-height: 110px;
    font-weight: bold;
}

header a.top-menu span {
    font-size: 30px;
}

header #search_bar .search-box {
    position: absolute;
    right: 0;
    top: 30px;
    width: 0;
    background: #333;
    line-height: normal;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}

header .header-menu li em a, .header-menu.header-menu li &gt; a {
    font-size: 18px;
}

header #search_bar.open .search-box {
    width: 300px;
    z-index: 9;
    opacity: 1;

}

a.top-menu {
    position: relative;
    z-index: 100;
    padding: 0 10px;
}

header span.line1, header span.line2 {
    width: 24px;
    height: 1px;
    background-color: #000;
    display: block;
}

header span.line1 {
    margin-top: 10px;
}

header span.line2 {
    margin-top: 8px;
}

.nav ul {
    margin-top: 10px;
}

.nav #collapase-nav &gt; li {
    padding-left: 20px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav ul li, .nav ul li a {
    color: #ddd;
    display: block;
    margin-right: 5%;
    font-size: 16px;
}

.nav .am-collapse.am-in li {
    line-height: 30px;
    padding-left: 0;
}

.nav ul li a:hover {
    color: #ff0;
}

.nav ul li span {
    margin-right: 15px;
    font-size: 20px;
    color: #fff;
    width: 10%;
    float: right;
    text-align: center;
}

.nav .am-panel {
    background: none;
    margin: 0;
}

.nav .weixin {
    text-align: center;
    margin: 20px 0;
}

#search_close {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    background-color: #666;
    transition: all .5s;
}

#search_close:hover {
    background-color: #e00010;
}

header #search_bar.open .top-search {
    display: none;
    border: none;
}

header .search-box input::-webkit-input-placeholder {
    color: #fff
}

header .search-box :-moz-placeholder {
    color: #fff
}

header .search-box ::-moz-placeholder {
    color: #fff;
}

header .search-box input:-ms-input-placeholder {
    color: #fff;
}

header .search-box .text {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 46px 0 10px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
}

header .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    color: #fff;
    padding: 0 20px;
    background: none;
    border: none;
    height: 46px;
}

header .search-box .btn span {
    font-size: 20px;

    color: #fff;
}

header .header-right .top-tel {
    font-size: 22px;
    display: flex;
    align-items: center;
    height: 110px;
    font-weight: bold;
    color: #e00010;
}

header .header-right .top-tel span {
    display: block;
    line-height: 1;
}

header .header-right dd:last-child {
    padding: 0;
}

#open_menu {
    display: none;
}

/*å•é¡µ*/
.page_show p {
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 2em;
}

/*æ€»è£è‡´è¾ž*/
.letter {
    margin: 40px 0;
    background: url('../images/pen.png') right bottom no-repeat;
}

.letter .logo {
    width: 200px;
    margin: 20px 40px;
}

.letter .content {
    width: 60%;
    background-color: #fff;
    margin-top: 30px;
    border-left: 10px solid #e00010;
    box-shadow: 0 5px 20px #666;
}

.letter .content .text {
    padding: 15%;
}

.letter .content .sign {
    text-align: right;
    margin-top: 100px;
}

.letter .content .sign img {
    width: 150px;
    margin-bottom: 20px;
}

/*åº•éƒ¨*/
footer {
    position: relative;
    background: #323d47;
    padding: 0;
}

.foot_code {
    width: 0;
    height: 0;
    position: fixed;
    right: 0;
    bottom: 40%;
    display: none;
}



.footer-top {
    height: 116px;
    padding: 0;
    border-bottom: 1px solid #666;
    overflow: hidden;
}

.footer-top ul {
    text-align: left;
}

.footer-top li {
    float: left;
    line-height: 116px;
    margin: 0 30px;
    font-size: 14px;
}

.footer-top li:first-child {
    margin-left: 0;
}

.footer-top li a {
    color: #ccc;
    text-align: left;
    transition: all .5s;
}

.footer-top li a:hover {
    color: #10ddee;
}

.foot-content {
    padding: 40px 0;
    overflow: hidden;
    color: #ccc;
    font-size: 14px;
}

.foot-content h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
}

.foot-content .am-fl, .foot-content .am-fr {
    display: table;
    height: 120px;
}

.foot-content .foot-logo, .foot-content .am-fr .content {
    font-size: 14px;
}

.foot-content .am-fr .content p {
    line-height: 2;
}


.foot-content .foot-logo a {
    display: block;
}

.foot-content .foot-logo img {
    width: 200px;
}

.foot-content .foot-logo h2 {
    line-height: normal;
    margin: 0;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 150px;
}

form .nice-select {
    border-color: #ccc !important;
    border-radius: 0 !important;
    width: 100%;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list {
    width: 100%;
}

.nice-select.open .list li {
    width: 100%;
    float: none;
    padding: 0 10px;
    display: block;
    margin: 0 !important;
}

.nice-select .list li:first-child {
    display: none !important;
}

.foot-content .nice-select .list {
    left: auto;
    right: 0;
    max-height: 133px;
    overflow-y: auto;
    background: #000;

}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.foot-content .nice-select .option {
    padding: 0 10px;
    font-size: 12px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.foot-content .nice-select {
    background-color: transparent;
    color: #ccc;
    border: 1px solid #999;
}

.foot-content .nice-select.open .list li {
    color: #ccc;
}

.copyright {
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    background-color: #151a1f;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
}

.copyright a {
    color: #fff;
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}

.banner {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    background-size: 20%;
    width: 50px;
    height: 50px;
    background-color: #e00010;
    border-radius: 50%;
    right: 40px;
    opacity: .5;
    transition: all .3s;
}

.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover {
    opacity: 1;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
}

.banner .swiper-pagination-bullet {
    bottom: 5% !important;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.banner .swiper-pagination-bullet-active {
    background-color: #e00010;
    width: 40px;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
}

.banner .swiper-pagination {
    bottom: 30px !important;
}

#banner-bar {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

#banner-bar .service-tel {
    line-height: 80px;
    font-size: 16px;
}

#banner-bar .service-tel b {
    font-size: 24px;
    font-weight: bold;
    color: #e00010;
}

#banner-bar .am-fr {
    padding-top: 18px;
}

#banner-bar .am-fr a {
    display: block;
    padding: 0 20px;
    background-color: #e00010;
    color: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
    transition: all .3s;
}

#banner-bar .am-fr a:hover {
    background-color: #b0000e;
}

/*æ&nbsp;‡ç­¾ç›¸å…³*/
.tags {
}

.tags li {
    display: inline;
    width: auto;
}

.tags li a {
    display: inline-block;
    padding: 10px 30px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin: 0 2px 5px 0;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.tags li a:hover {
    background: #e00010;
    color: #fff;
    border: 1px solid #e00010;
}

.tags .hover a {
    display: inline;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    background: #e00010;
    color: #fff;
    border: 1px solid #e00010;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}

/*ç­›é€‰ç›¸å…³*/
.filter {
    border: 1px solid #f3f3f3;
    padding: 6px 20px;
    margin: 30px 0;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.filter dl {
    margin: 0;
}

.filter dl dd {
    float: left;
    width: 100px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}

.filter dl dt {
    margin: 0 0 0 80px;
}

.filter dl dt a {
    font-weight: normal;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.filter dl dt a:hover {
    background: #3BB4F2;
    color: #fff;
}

.filter dl dt .hover, .filter dl dt .active {
    background: #3BB4F2;
    color: #fff;
}

/*ç€‘å¸ƒæµå¸ƒå±€*/
.piclist {
    width: 100%;
    margin: 0;
}

.piclist li {
    float: left;
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    margin-bottom: 25px;
    background-color: #fff;
}

.piclist li:nth-child(4n) {
    margin-right: 0;
}

.piclist li a {
    display: block;
}

.piclist li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}

.piclist li a img {
    width: 100%;
}

.piclist li a p {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

/*æ–‡ç«&nbsp;ç±»åˆ—è¡¨*/
#article-main {
    padding: 60px 0;
    overflow: hidden;
}

#article-main &gt; .width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article-left {
    width: 240px;

}

.article li a {
    padding: 1rem 20px;
    background-color: #f6f6f6;
}

.article li.hover a {
    background-color: #e00010;
    color: #fff;
}

.article-left .search {
    margin: 30px 0;
}

.article-left .search .am-input-group-btn &gt; .am-btn {
    border-color: #000;
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.article-left .search .am-input-group-btn &gt; .am-btn:hover {
    background-color: #e00010;
    border-color: #e00010;
}

.side-menu {
    background: #000;
    color: #fff;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    cursor: pointer;
}

.side-menu span.icon-list {
    font-size: 30px;
}

.side-menu b {
    display: inline-block;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    padding-left: 10px;
}

.side .subject {
    border: none;
    background-color: #242424;
    padding: 10px 20px;
}

.side .subject:after {
    font-family: FontAwesome;
    content: '\f085';
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    float: right;
    margin-top: -3px;
    font-size: 30px;
}

.side .subject b {
    border: none;
    color: #fff;
    font-weight: bold;
}

.side .am-list {
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
}

.side li.classOne {
    background-color: #f5f5f5;

    margin-top: -1px;
}

.side li.classOne &gt; a {
    background-color: #fff;
    border-top: 1px solid #ddd;
    color: #000;
}

.side li.classOne &gt; a.hover {
    background-color: #e00010;
    border-color: #e00010;
    color: #fff;
}

.side li.classOne &gt; a {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    transition: all .5s;
}

.article-right {
    width: calc(100% - 320px);
    overflow: hidden;
}

/*åˆ—è¡¨ç»“æŸ*/
.sub {
    margin: 0;
    padding: 10px 20px;
}

.sub li.classTwo a {
    font-size: 14px;
    padding-left: 25px;
}

.sub li.classTwo {
    line-height: 32px;
    border-left: 1px solid #ccc;
    position: relative;
}

.sub li.classTwo:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    top: 16px;
    left: 0;
}

/*æ–°é—»ç›¸å…³*/
.news_show h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/*æ‹›è˜ç›¸å…³*/
.job_show {
}

.job_show h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #06C;
}

.job_show h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
    color: #06C;
}

.job_show .info {
    margin: 15px 0;
    padding: 0px;
    font-size: 14px;
}

.job_show .info ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.job_show .info ul li {
    float: left;
    width: 23.5%;
    border-left: 1px solid #dadada;
    padding-left: 1.5%;
    line-height: 30px;
}

.job_show .info ul li span {
    color: #999;
}

.job_show .intro a {
    color: #06C;
}

.job_show .intro a:hover {
    color: #f30;
}

.job_show .item {
    padding: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.job_show .other {
    margin-top: 30px;
    text-align: center;
}

.job_show .other p {
    font-weight: bold;
}

.job_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.job_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.job_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.job_show .other a:hover {
    background: #e00010;
    border-color: #e00010;
    color: #fff;
}

.job_show .other a:hover span {
    color: #fff;
}

.job_show .tags {
    font-weight: 500;
}

.job_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.job_show .tags a:hover {
    background: #e00010;
    color: #fff;
    border-color: #e00010;
}

.job_show .action {
    text-align: center;
}

.job_show .action a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e00010;
    padding: 6px 20px;
    min-width: 100px;
    background: #e00010;
    color: #fff;
}

.job_show .action a:hover {
    color: #fff;
    border-color: #f60;
    background: #f60;
}

/*å•†å“ç›¸å…³*/
.pro_show {

}

.pro_show .left {
    float: left;
    width: 700px;
    text-align: center;
    border-right: 1px solid #f3f3f3;
    padding: 40px;
}

.pro_show .left .zoom {
    text-align: center;
}

.pro_show .left .zoom img {
    width: auto;
    max-width: 500px;
}

.pro_show .left .thumb_pic {
    margin: 40px 0 0 0;
    text-align: center;
}

.pro_show .left .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .left .thumb_pic ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .left .thumb_pic ul li.hover {
    border: 1px solid #f90;
    background: #fff;
}

.pro_show .left .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #f90 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f90;
    z-index: -1;
}

.pro_show .right {
    margin-left: 700px;
    padding: 40px;
}

.pro_show .right h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
}

.pro_show .right h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show .right .attribute {
}

.pro_show .right .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .right .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .right .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .right .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .right .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .right .tags {
    margin: 20px 0;
}

.pro_show .right .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .right .tags a:hover {
    background: #e00010;
    color: #fff;
    border-color: #e00010;
}

.pro_show .right .action {
    margin: 30px 0 50px 0;
}

.pro_intro {
    margin: 20px 0;
}

.pro_intro .left {
    width: 320px;
    margin-right: 20px;
    float: left;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro .plist {
    margin: 15px;
    width: 300px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .right {
    float: left;
    width: 850px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro .tabs {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #e00010;
}

.pro_intro .intro {
    padding: 30px;
}

.pro_intro .intro p {
    margin: 0;
    padding: 0;
}

.pro_intro .intro img {
    max-width: 790px;
}

.pro_intro .intro a {
    color: #06C;
}

.pro_intro .intro a:hover {
    color: #f30;
}

.pro_intro .intro .extend {
}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.ordershow {
    margin: 10px 0 0 0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
}

.ordershow .tips {
    margin: 20px 40px 30px 40px;
    position: relative;
}

.ordershow .tips h3 {
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    margin: 0;
}

.ordershow .tips p {
    font-size: 15px;
    padding-left: 68px;
}

.ordershow .tips div {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.ordershow .tips div em {
    color: #f30;
    font-style: normal;
}

.ordershow .tips p em {
    color: #f30;
    font-style: normal;
}

.ordershow h5 {
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 400;
    padding-left: 30px;
    background: #fafafa;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}

.ordershow .info {
    margin: 0;
    list-style: none;
}

.ordershow .info li {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.ordershow .info li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.ordershow .info li em {
    color: #f30;
    font-style: normal;
}

.ordershow .pay {
    margin: 0 20px 5px 20px;
    list-style: none;
    overflow: hidden;
}

.ordershow .pay li {
    float: left;
    width: 19%;
    margin: 5px 1% 1% 0;
    cursor: pointer;
}

.ordershow .pay li div {
    border: 1px solid #efefef;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.ordershow .pay li div em {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(../images/selected.gif) no-repeat bottom;
}

.ordershow .pay .active div {
    border-color: #90BAFF;
}

.ordershow .pay .active div em {
    display: block;
}

.ordershow .bottom {
    height: 70px;
    line-height: 70px;
    bottom: 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0 20px;
}

.ordershow .bottom button {
    margin-left: 15px;
    border: 0;
    background: #0075DC;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}

/*è‡ªå®šä¹‰è¡¨å•*/
.form-add input[type=number], .form-add input[type=search], .form-add input[type=text], .form-add input[type=password], .form-add input[type=datetime], .form-add input[type=datetime-local], .form-add input[type=date], .form-add input[type=month], .form-add input[type=time], .form-add input[type=week], .form-add input[type=email], .form-add input[type=url], .form-add input[type=tel], .form-add input[type=color], .form-add select, .form-add textarea, .am-form-field {
    width: auto;
    display: inline;
    border-color: #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.form-add .w420 {
    width: 480px;
}

.form-add input {
    border: 1px solid #ddd;
    width: 60px;
    padding: 5px 10px
}

.form-add em {
    color: #999;
    font-style: normal;
}

/*è¡¨å•å†…å®¹*/
.formshow {
}

.formshow .item {
    font-size: 14px;
    line-height: 30px;
    clear: both;
}

.formshow .item .lefter {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
    float: left;
}

.formshow .item .righter {
    margin-left: 120px;
    line-height: 30px;
}

.formshow .item .righter .pic {
    max-width: 400px;
    margin: 10px 0;
}

.formshow .item .righter video {
    width: 450px;
    height: 300px;
}

.imagelist {
    overflow: hidden;
}

.imagelist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.imagelist ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}

.imagelist ul li .preview {
    height: 140px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
}

.imagelist ul li .preview img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 140px;
}

.imagelist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.imagelist ul li .intro textarea {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 14px;
    height: 50px;
    color: #999;
}

.imagelist ul li .action {
    text-align: center;
    overflow: hidden;
}

.imagelist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 33.3333%;
    float: left;
}

.imagelist ul li .action a:hover {
    color: #f30;
}

.imagelist ul .hover {
    border: 1px solid #6b0;
}

.imagelist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}

.imagelist ul .hover:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "f00c";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}

/*åˆ†é¡µç›¸å…³*/
.pagelist ul {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
    margin: 0 2px;
}

.pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
}

.pagelist li a:hover {
    border-color: #e00010;
    background: #e00010;
    color: #fff;
}

.pagelist li.active a {
    border-color: #e00010;
    background: #e00010;
    color: #fff;
}

/*ç½‘ç«™åœ°å›¾*/
.map_one {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.map_one a {
    font-size: 20px;
}

.map_two {
    margin: 15px 0;
}

.map_two a {
    display: inline-block;
    margin-right: 15px;
}

/*å³ä¾§æµ®åŠ¨ç›¸å…³*/
.plug_service {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 999;
    display: none;
}

.plug_service li {
    margin-bottom: -1px;
    position: relative;
}

.plug_service li a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #505050;
    outline: none;
}

.plug_service li a span {
    display: block;
    font-size: 24px;
    color: #888;
}

.plug_service li a:hover {
    background: #e00010;
    color: #fff;
    border-color: #e00010;
}

.plug_service li a:hover span {
    color: #fff;
}

.plug_service .hover a {
    display: block;
    text-align: center;
    background: #e00010;
    border: 1px solid #e00010;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #fff;
    outline: none;
}

.plug_service .hover a span {
    color: #fff;
}

.plug_service .hotline {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px 15px 0 15px;
    left: -200px;
    bottom: 0px;
    width: 210px;
    border: 1px solid #ddd;
    width: 180px;
    height: 68px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    border-radius: 4px;
}

.plug_service .hotline b {
    display: block;
    font-size: 16px;
    color: #333;
}

.plug_service .hotline:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 25px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service .weixin_pic {
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    left: -230px;
    bottom: -70px;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.plug_service .weixin_pic p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.plug_service .weixin_pic p span {
    color: #f30;
}

.plug_service .weixin_pic:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 130px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service li:hover div {
    display: block;
}

.plug_service li:last-child {
    margin-top: 5px;
}

/*æ—&nbsp;ç¼æ»šåŠ¨*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

/*ä¼šå‘˜ç›¸å…³*/
.page_login {
    min-height: 500px;
    padding: 30px 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
}

.page_login .left {
    float: left;
    padding: 30px;
    width: 760px;
}

.page_login .right {
    float: right;
    height: 470px;
    border-left: 1px solid #f6f6f6;
    width: 350px;
    padding: 60px 0 0 60px;
    font-family: microsoft yahei;
}

.page_login .right a.btn {
    display: inline-block;
    padding: 10px 35px;
    background: #007FCD;
    color: #fff;
    border-radius: 2px;
}

.page_login .right a.btn:hover {
    background: #2674B2;
}

.page_login .right .quick h5 {
    margin: 40px 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    font-weight: normal;
}

.page_login .right .quick a {
    font-size: 13px;
    border: 1px solid #EA6F5A;
    padding: 10px 15px;
    border-radius: 4px;
    background: #EA6F5A;
    color: #fff;
    margin: 5px;
}

.page_login .right .quick a:hover {
    background: #FF6839;
    border-color: #FF6839;
}

.login_css {
    margin: 40px 0 0 120px;
}

.login_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login_css ul li {
    padding: 0 0 15px 0;
}

.login_css ul li em {
    display: inline-block;
    width: 80px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
}

.login_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
}

.login_css ul li .w {
    width: 250px;
}

.login_css ul li .wcode {
    width: 120px;
}

.login_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.login_css ul li .bnt {
    background: #007FCD;
    border: 0;
    margin-left: 80px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.login_css ul li a.getpass {
    color: #999;
    font-size: 14px;
}

.login_css ul li a:hover.getpass {
    color: #f30;
}

.reg_css {
    margin: 40px 0 0 20px;
}

.reg_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reg_css ul li {
    padding: 0 0 15px 0;
    min-height: 55px;
}

.reg_css ul li em {
    display: inline-block;
    width: 130px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
    float: left;
}

.reg_css ul li .text-blue {
    color: #06f;
}

.reg_css ul li .text-red {
    color: #f30;
}

.reg_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
}

.reg_css ul li .w {
    width: 320px;
}

.reg_css ul li .wcode {
    width: 210px;
}

.reg_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.reg_css ul li button {
    border: 1px solid #e5e5e5;
    padding: 9px 15px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 7px;
}

.reg_css ul li .bnt {
    background: #007FCD;
    border: 0;
    margin-left: 130px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.reg_css ul li .send {
    background: #007FCD;
    border: 0;
    margin-left: 10px;
    color: #fff;
    padding: 8px 15px;
    *padding: 10px 2px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
}

.reg_css ul #paytips {
    padding-left: 130px;
}

.reg_css ul li p {
    font-size: 14px;
    margin: 8px 0;
    color: #333;
    border: 1px solid #90BAFF;
    background: #FBFCFF;
    padding: 10px 20px;
}

.reg_css ul li p strong {
    color: #f30;
}

.reg_css ul dl {
    margin: -2px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.reg_css ul dl dt {
    float: left;
    position: relative;
    margin: 0 10px 0 0;
}

.reg_css ul dl dt a {
    border: 1px solid #ddd;
    border-radius: 2px 0 0 0;
    background: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.reg_css ul dl dt a:hover {
    border: 1px solid #90BAFF;
}

.reg_css ul dl dt a span {
    color: #999;
}

.reg_css ul dl dt i {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    right: 1px;
    bottom: 1px;
    background: url(../images/selected.gif) no-repeat right bottom;
    z-index: 99;
    display: none;
}

.reg_css ul dl dt.selected a {
    border: 1px solid #90BAFF;
    color: #333;
}

.reg_css ul dl dt.selected i {
    display: block;
}

.api_user {
    padding: 30px 0 0 60px;
    font-size: 15px;
}

.api_user span {
    color: #f30;
}

.user_center {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
    overflow: hidden;
}

.user_center .lefter {
    width: 160px;
    float: left;
}

.user_center .lefter ul {
    margin: 15px 0;
    padding: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
}

.user_center .lefter ul li {
    color: #999;
    line-height: 40px;
    height: 40px;
    margin-bottom: 1px;
}

.user_center .lefter ul li .title {
    padding-left: 25px;
}

.user_center .lefter ul li .title span {
    margin-right: 10px;
}

.user_center .lefter ul li a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
}

.user_center .lefter ul li a:hover {
    background: #f3f3f3;
}

.user_center .lefter ul .hover a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    background: #e00010;
    color: #fff;
}

.user_center .lefter ul .hover a:hover {
    background: #e00010;
    color: #fff;
}

.user_center .righter {
    margin: 0 30px 0 0;
    float: right;
    width: 988px;
    padding: 0 0 20px 20px;
    border-left: 1px solid #f3f3f3;
    min-height: 600px;
}

.user_center .righter .user_info {
    padding: 20px 30px;
}

.user_center .righter .user_info .face {
    width: 10%;
    float: left;
    margin-right: 10%;
    cursor: pointer;
}

.user_center .righter .user_info .face img {
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    padding: 4px;
}

.user_center .righter .user_info .info {
    float: left;
    width: 75%;
}

.user_center .righter .user_info .info p span {
    color: #f30;
}

.user_center .righter .user_info .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user_center .righter .user_info .info ul li {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #eee;
    vertical-align: middle;
    float: left;
    width: 45%;
    margin-right: 5%;
}

.user_center .righter .user_info .info ul li span {
    color: #f30;
}

.user_center .righter .user_info .info ul li em {
    color: #999;
    font-style: normal;
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}

/*è®ºå›*/
.minheight {
    min-height: 500px;
    margin: 20px auto;
}

.bbs {
    overflow: hidden;
}

.bbs .box {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #E6ECF4;
}

.bbs .lefter {
    width: 800px;
    float: left;
    margin-right: 18px;
    min-height: 500px;
}

.bbs .lefter .nav {
    padding: 30px 20px 20px 30px;
    border-bottom: 1px solid #f3f3f3;
}

.bbs .lefter .nav a {
    color: #666;
    margin-right: 15px;
}

.bbs .lefter .nav a:hover {
    color: #1889FF;
}

.bbs .lefter .nav a.hover {
    color: #1889FF;
}

.bbs .lefter .nav a.btn {
    float: right;
    background: #0073EB;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    vertical-align: middle;
    margin: -10px 0 0 0;
}

.bbs .lefter .nav a:hover.btn {
    background: #3095FF;
}

.bbs .lefter .nav a.active {
    color: #f30;
    margin: 0 5px;
}

.bbs .list {
    padding: 10px 15px;
}

.bbs .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .list ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .list ul li .face {
    float: left;
    width: 60px;
}

.bbs .list ul li .face img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.bbs .list ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .list ul li .info h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.bbs .list ul li .info h5 a {
    margin-right: 5px;
}

.bbs .list ul li .info h5 em {
    border: 1px solid #B70004;
    color: #B70004;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
    font-style: normal;
}

.bbs .list ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .list ul li .info .nickname a {
    color: #999;
}

.bbs .list ul li .info .nickname a:hover {
    color: #f30;
}

.bbs .list ul li .info .other {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #666;
}

.bbs .list ul li .info .other span {
    color: #999;
    margin-right: 3px;
}

.bbs .list ul li:hover {
    background: #fafafa;
}

.bbs .newpost {
    padding: 30px
}

.bbs .showbbs {
    padding: 20px;
}

.bbs .showbbs .title {
    position: relative;
}

.bbs .showbbs .title h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    max-width: 710px;
}

.bbs .showbbs .title .info {
    border-bottom: 1px solid #f3f3f3;
    line-height: 45px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
}

.bbs .showbbs .title .info span {
    margin-right: 5px;
}

.bbs .showbbs .title .face {
    position: absolute;
    right: 0;
    top: 0;
}

.bbs .showbbs .title .face img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.bbs .showbbs .content {
    word-break: break-all;
}

.bbs .showbbs .content img {
    max-width: 100%;
}

.bbs .showbbs .content a {
    color: #03f;
    margin: 0 10px;
}

.bbs .showbbs .content a:hover {
    color: #f30;
    text-decoration: underline;
}

.bbs .reply {
    padding: 10px 20px;
}

.bbs .reply .title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    margin-bottom: 15px;
}

.bbs .tips {
    font-size: 14px;
    color: #555;
}

.bbs .tips a {
    color: #06f;
    margin: 0 10px;
}

.bbs .tips a:hover {
    color: #f30;
}

.bbs .replylist {
    padding: 0;
    font-size: 14px;
    color: #666;
}

.bbs .replylist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .replylist ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .replylist ul li .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .replylist ul li .face img {
    width: 45px;
    height: 45px;
}

.bbs .replylist ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .replylist ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .replylist ul li .info .nickname a {
    color: #666;
}

.bbs .replylist ul li .info .nickname a:hover {
    color: #f30;
}

.bbs .replylist ul li .info .text {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.bbs .replylist ul li .info .text img {
    max-width: 100%;
}

.bbs .replylist ul li:hover {
    background: #fafafa;
}

.bbs .form_reply {
}

.bbs .form_reply .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .form_reply .face img {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 100%;
}

.bbs .form_reply .face p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    display: none;
}

.bbs .form_reply .info {
    margin-left: 63px;
    position: relative;
}

.bbs .form_reply .info textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    font-size: 14px;
    height: 80px;
    padding: 10px;
}

.bbs .form_reply .info input[type=submit] {
    color: #fff;
    background: #0073EB;
    font-size: 14px;
    margin: 8px 0;
    border: 0;
    padding: 8px 20px;
    float: right;
}

.bbs .righter {
    margin: 0;
    padding: 0;
    float: right;
    width: 370px;
}

.bbs .righter .user {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.bbs .righter .user .nickname {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
}

.bbs .righter .user .face img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.bbs .righter .user .count {
    margin-top: 20px;
}

.bbs .righter .user a {
    display: block;
    width: 50%;
    float: left;
    font-weight: 700;
}

.bbs .righter .user a span {
    color: #9297a4;
    font-size: 60px;
    display: block;
    font-weight: normal;
    margin-top: -25px;
}

.bbs .righter .user a p {
    color: #010101;
    font-size: 18px;
    margin: 0;
}

.bbs .righter .user a:last-child {
    border-left: 1px solid #f3f3f3;
}

.bbs .righter .topic {
    padding: 20px;
}

.bbs .righter .topic h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .topic ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.bbs .righter .topic ul li {
    border-bottom: 1px solid #f3f3f3;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bbs .righter .topic ul li a {
    color: #444;
}

.bbs .righter .topic ul li a:hover {
    color: #f30;
}

.bbs .righter .topic ul li span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #C3C3C3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.bbs .righter .topic ul li .hover {
    background: #F37520;
}

.bbs .righter .searchs {
    padding: 20px;
}

.bbs .righter .searchs h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .searchs form {
    margin: 20px 0 0 0;
}

.bbs .righter .searchs form input[type=text] {
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    width: 220px;
}

.bbs .righter .searchs form input[type=submit] {
    border: 1px solid #0073EB;
    background: #0073EB;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
}

.am-comment-bd {
    font-family: microsoft yahei;
    line-height: 24px;
    font-size: 14px;
}

.am-comment-bd img {
    max-width: 100%;
}

.am-comment-bd blockquote {
    font-family: microsoft yahei;
    line-height: 24px;
    font-size: 14px;
    background: #fafafa;
}

.am-comment-bd blockquote p {
    margin: 0 0 5px 0;
    padding: 0;
}

.am-btn-default {
    background-color: #fff;
}

[class*=am-icon-] {
    font-family: FontAwesome;
}


@media screen and (max-width: 1440px) {
    .foot_code.show img {
        width: 120px;
    }

    header .header-right .top-tel {
        font-size: 22px;
    }

    header .logo img {
        width: 240px;
    }

    header, header .header-right .top-tel {
        height: 90px;
    }


    .header-menu li &gt; a,
    header .header-right .top-tel,
    header .top-search span {
        line-height: 90px;
    }

    .sub_list li a {
        line-height: 36px !important;
    }

    header .header-menu li:before {
        top: 39px;
    }

    header #search_bar .search-box {
        top: 22px;
    }

    .sub_content h3 {
        font-size: 13px;

    }

    .a-title {
        width: 100%;

    }

    .subject b {
        height: 30px;
        line-height: 30px;
    }

    section.even, section.odd {
        padding: 0;
    }

    header .header-menu li.aon .sub.wide .sub-menu {
        width: 90%;
    }

    header #open_menu .iconfont {
        font-size: 24px;
    }

    .sub-menu .sub_item h2 {
        font-size: 16px;
        padding: 10px 20px;

    }

    .sub-menu .sub_item .subject b {
        font-size: 16px;
    }

    header .header-menu li .sub-menu dt a {
        font-size: 14px;
    }
}

.search_list li {
    width: 100%;
    float: none;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1400px) {
    header .top-search {
        padding: 0 10px;
    }

    header .logo img {
        width: 200px;
    }

    header .header-menu li em a, .header-menu.header-menu li &gt; a {
        font-size: 14px;
    }

    header .header-right .top-tel {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .width, header .header-menu .sub-menu {
        width: 90%;
    }
}

.a-title {
    text-align: center;
    margin-bottom: 30px;
}

.a-title p {
    margin: 0;
    font-size: 16px;
}


.cate-banner {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-size: 100% !important;
}

.cate-banner .content {
    position: relative;
    height: 100%;
}

.cate-banner .content .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(243, 0, 16, 0.1);
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cate-banner .content .mask div {
    width: 800px;
    margin: 0 auto;
}

.cate-banner .content .mask div h1 {
    font-size: 60px;
    letter-spacing: 10px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}

.cate-banner .content .mask div p {
    line-height: 2;
    font-size: 18px;
}

#contact-0 {
    position: relative;
    height: 200px;
}

.mask2 {
    position: absolute;
    border-radius: 10px;
    height: 200px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: -50px;
    box-shadow: 0 0 10px #333;
    background-color: #fff;
    overflow: hidden;
}

.mask2 .content {
    padding: 20px;
    width: 50%;
    height: 200px;
    overflow: hidden;
    float: left;
}

.cate-banner .mask2 .content p {
    text-align: justify;
    font-size: 14px;
}

.cate-banner .mask2 img {
    width: 50%;
    float: left;

}

#history {
    overflow: hidden;
    padding: 60px 0;
    background: transparent url('/theme/default/images/history_bg.png') top right no-repeat fixed;
}

#history .width {
    position: relative;
    overflow: hidden;
}

.timeline {
    width: 1px;
    height: 100%;
    background-color: #999;
    position: absolute;
    left: 6px;
    z-index: -1;
}

#history ul li {
    padding-left: 25px;
    padding-top: 25px;
    margin-bottom: 30px;
    background: url(../images/about4_icon.png) left 33px no-repeat;
}

#history ul li:last-child {
    margin-bottom: 0px;
}

#history ul li h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.ff_pageList {
    margin: 0 auto;
    padding: 120px 0;
}

#service {
    text-align: center;
    padding: 80px 0 188px;
    overflow: hidden;
}

#service .box {
    position: relative;
}

#service h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 50px;
}

#service .h3, #service .h4 {
    margin-top: 0;
}

#service-list {
    padding: 60px 0;
    overflow: hidden;
}

#service-list span.iconfont {
    font-size: 40px;
}

#service-list li {
    text-align: center;
    padding: 20px;
    height: 280px;
    background-color: #f5f5f5;
    transition: all .3s;
    cursor: pointer;
}

#service-list li:hover {
    background-color: #e00010;
    color: #fff;
}

#service-list li p {
    line-height: 1.6;
    font-size: 13px;
    text-align: left;

}

#service-list li h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

#service-list .content p {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 14px;
}

/*æ–°é—»åˆ—è¡¨*/
.list_pic {
    overflow: hidden;
}

.list_pic li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #c6c6c6;
    transition: all .5s;
}

.list_pic li:first-child {
    border-top: 1px dotted #c6c6c6;
}

.list_pic li .pic {
    float: left;
    width: 240px;
}

.list_pic li:hover {
    background-color: #f5f5f5;
}

.list_pic li .pic img {
    display: block;
    width: 100%;
    height: 120px;
}

.list_pic li .content {
    float: right;
    width: calc(100% - 270px);
    padding-right: 142px;
    position: relative;
}

.list_pic li .content time {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.list_pic li .content time span {
    display: block;
    padding-bottom: 10px;
}

.list_pic li .content time b {
    font-size: 24px;
}

.list_pic li .content time a {
    color: #c81623;
    font-size: 14px;
}

.list_pic li .content p {
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    text-align: justify
}

.list_pic li .content h5 {
    font-size: 20px;
    margin: 0 0 20px;
}

.news_list li {
    overflow: hidden;
    position: relative;
}

.news_list li .content {
    width: 100%;
    height: 120px;
    border-bottom: 1px dotted #c6c6c6;
    padding-right: 142px;
    position: relative;
}

.news_list li .content time {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.news_list li .content time span {
    display: block;
    padding-bottom: 10px;
}

.news_list li .content time b {
    font-size: 24px;
}

.news_list li .content time a {
    color: #c81623;
    font-size: 14px;
}

.news_list li .content p {
    line-height: 24px;
    margin: 0;
    height: 72px;
    overflow: hidden;
    color: #999
}

article {
    overflow: hidden;
}

.news_list li .content h5 {
    font-size: 20px;
    margin: 20px 0;
}

/*å…¬å¸æ¦‚å†µ*/
#about-1, #about-2 {
    padding: 60px 0;
    overflow: hidden;
}

#about-1 .content {
    clear: both;
    float: left;
    margin: 50px 0;
}

#about-1 .content p {
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 2em;
}

#about-1 .iconfont {
    font-size: 32px;
    color: #ccc;
}

#about-1 .right-content {
    width: 35%;
    padding-top: 40px;
    float: right;
    text-align: center;
}

#about-1 .left-content {
    width: 65%;
    float: left;

}

#about-2 .swiper-container {
    padding-bottom: 50px;
}

/*è”ç³»æˆ‘ä»¬*/
#contact .mask {
    width: 1200px;
    height: auto;
    background-color: transparent;
    top: 20%;
    left: 50%;
    margin-left: -600px;
    bottom: auto;
    text-align: left;
    z-index: 9;
    color: #333;
}

#contact .mask div h1 {
    margin: 0;
}

#contact .mask div p {
    font-size: 16px;
    margin: 0;
}

#contact-1 {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

#contact-1 .main {

}

#contact-1 .contact-left, #contact-1 .contact-right {
    height: 380px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
}

#contact-1 .contact-left {
    width: 32%;
    float: left;
}

#contact-1 .contact-right {
    width: 64%;
    float: right;
}

#contact-1 .am-form-group {
    width: 100%;
    color: #ccc;
}

#contact-1 .am-form-field, #contact-1 input {
    box-shadow: none
}

#contact-1 .am-form-group span.am-icon-fw {
    width: 40px;
    float: left;
    font-size: 24px;
    vertical-align: bottom;
    color: #666;
}

#contact-1 input {
    width: calc(100% - 40px);
    float: left;
    border: 1px solid #ccc;
    line-height: 1.2;
}

#contact-1 textarea {
    height: 100px;
    float: left;
    width: calc(100% - 40px);
}

#contact-1 #code {
    width: 50%;
    float: left;
}

#contact-1 #verify {
    height: 38px;
    float: right;
    padding: 0 12%;
    background-color: #fff;
    margin-left: 10px;
}

#contact-1 button {
    width: calc(100% - 40px);
    line-height: 38px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    border-color: #666;
    color: #fff;
    padding: 0;
    background-color: #999;
    transition: all 0.3s;
    float: right;
}

#contact-1 button:hover {
    background-color: #e00010;
    color: #fff;
    border-color: #e00010;
}


#contact-1 .content {
    width: 100%;
    height: 380px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#contact-1 .content p {
    line-height: 50px;
    font-size: 16px;
}

#contact-1 .content p.phone {
    font-size: 40px;
    font-weight: bold;
    color: #e00010;
}

#contact-1 .content p span, #contact-1 .content p.phone span {
    font-size: 20px;
    font-weight: normal;
    color: #999;
    padding-right: 10px;
}

#contact-1 .content form {
    width: 100%;
}

#contact-2 {
    height: 400px;
    overflow: hidden;
}

/*é¦–é¡µè§†é¢‘bugæŽ§åˆ¶æ&nbsp;·å¼*/
.fancybox-opened .fancybox-skin {
    padding: 0 !important;
    box-shadow: none !important;
}

.fancybox-skin {
    background: none !important;
}

.fancybox-wrap .fancybox-outer .fancybox-inner {
    max-width: 800px !important;
}

/*äº§å“ä¸­å¿ƒ*/
.pro-all {
    padding: 20px 0;
    overflow: hidden;
}

.all_type {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-bottom: 19px;
    font-weight: bold;
    transition: all .3s;
}

.all-list li:hover span.all_type {
    background-color: #e00010;
    border-color: #e00010;
    color: #fff;
}

.pro-title {
    position: relative;
    height: 58px;
}

.pro-title p {
    position: absolute;
    top: 24px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.pro-title span {
    font-size: 20px;
    color: #005baa;
    background: #f6f6f6;
    padding: 0 30px;
    line-height: 18px;
}

.pro-line {
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 34px;
    z-index: 1;
}

.pro-list {
    padding: 0;
    overflow: hidden;
}

.pro-list li {
    width: calc((100% - 54px) / 4);
    float: left;
    margin: 0 18px 18px 0;
    position: relative;
    background-color: #fff;
}

.pro-list li:nth-child(4n) {
    margin-right: 0;
}

.pro-list li img {

}


.pro-list li .content h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
}

.pro-list li .mask {
    background-color: #f6f6f6;
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.pro-list li .mask p {
    border-top: 1px solid #e2e2e2;
}

.pro-list li .mask span.iconfont {
    font-size: 50px;
}

.pro-list li .mask p {
    font-size: 16px;
    font-weight: normal;
}

.pro-list li .mask div {
    width: 100%;
    text-align: center;
}

.pro-list li.end {

}

.pro-list li.end span {
    font-size: 50px;
    color: #999;
}

.pro-list li.end a {
    color: #999;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .5s;
}

.pro-list li.end:hover a {
    background-color: #e00010;
    color: #fff;
}

.pro-list li.end:hover span {
    color: #fff;
}

/*äº§å“åˆ—è¡¨*/

.call {
    margin-top: 20px;
    overflow: hidden;
}

.call h1 {
    font-size: 24px;
    font-weight: bold;
    color: #e00010;
    margin: 5px 0;
    line-height: normal;
    padding: 0;
}

.call h1 span {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.more-link {
    display: block;
    color: #228cd7;
    margin: 15px 0 0;
    transition: all .5s;
}

.more-link:hover {
    color: #0f5f97;
}

.pro-left {
    width: 240px;
    float: left;
}

.pro-left li a {
    padding: 1rem 20px;

}

.pro-left li.hover a {
    color: #e00010;
}

.pro-left .search {
    margin: 30px 0;
}

.pro-left .search .am-input-group-btn &gt; .am-btn {
    border-color: #000;
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.pro-left .search .am-input-group-btn &gt; .am-btn:hover {
    background-color: #e00010;
    border-color: #e00010;
}

.pro-right {
    margin-left: 280px;
}

.pro-right .product-list li {
    width: calc((100% - 30px) / 4);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-right .product-list li:nth-child(4n) {
    margin-right: 0;
}

/*äº§å“è¯¦æƒ…*/
.pro_show {
    margin: 0 auto;
}

.pro_show .zoom img {
    width: 100%;
}

.pro_show .thumb_pic {
    margin: 20px 0 0 0;
    text-align: center;
}

.pro_show .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .thumb_pic ul li {
    float: left;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .thumb_pic ul li.hover {
    border: 1px solid #e62129;
    background: #fff;
}

.pro_show .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #e62129 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e62129;
    z-index: -1;
}

.pro_show h1 {
    font-size: 24px;
    padding: 0;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px 0;
}

.pro_show h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show span.tel {
    font-size: 30px;
    font-weight: bold;
    color: #e00010;
}

.pro_show .attribute {
}

.pro_show .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .tags {
    margin: 20px 0;
}

.pro_show .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .tags a:hover {
    background: #242424;
    color: #fff;
    border-color: #242424;
}

.pro_show .action {
    margin: 20px 0;
}

.pro_show .action a {
    color: #fff;
}

.pro_intro {
    margin-top: 30px;
    text-align: center;
}

.pro_intro p {
    margin-bottom: 10px;
    text-align: center;
}

.pro_intro .plist {
    margin: 15px;
    width: 300px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .tabs {
    width: 100%;
    background: #fff;
    margin: 30px 0;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #eee;
    color: #333;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #e62129;
    border-top: 2px solid #e62129;
}

.pro_intro .intro {
    padding: 30px 0;
    display: none;
}

.pro_intro .right {
    float: left;
    width: 850px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro &gt; divs {
    width: 100%;
    background: #f7f7f7;
    margin: 30px 0;
}

.pro_intro &gt; divs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro &gt; divs ul li {
    float: left;
}

.pro_intro &gt; divs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro &gt; divs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #242424;
}

.pro_intro .intro {
    padding: 30px 0;
    display: none;
    clear: both;
}

.pro_intro .intro h3 {
    font-size: 20px;
    margin: 10px 0;
}

.pro_intro .intro p {
    margin-bottom: 10px;
}

.pro_intro .intro td {
    text-align: center;
}

.pro_intro .intro td p {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.pro_intro .intro p img {
    margin-left: -2em;
}

.pro_intro .intro td p img {
    margin-left: 0;
}

.pro_intro .intro img {
    max-width: 100%;
}

.pro_intro .intro .extend {
}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.show_info p {
    margin-bottom: 15px;
    line-height: 2;
    text-align: justify;
}

.show_info img {
    height: auto !important;
}

.swiper-content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 450px;
    padding: 40px;
}

.swiper-content .title,
.swiper-content .name {
    font-size: 24px;
}

.swiper-content .name {
    color: #333;
    padding-bottom: 60px;
}

.swiper-content .number {
    display: inline-block;
}

.swiper-content .number span {
    display: block;
    overflow: hidden;
    font-size: 72px;
    color: #c81623;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 54px;
    height: 42px;
}

.swiper-content .number::after {
    display: block;
    content: '';
    height: 3px;
    background: #c81623;
    margin-top: 3px;
}

.swiper-content .title {
    color: #c81623;
    padding-bottom: 30px;
}

.swiper-content li {
    line-height: 24px;
    padding-left: 16px;
    position: relative;
}

.swiper-content li::before {
    position: absolute;
    content: 'Â·';
    left: 0;
    top: 0;
    font-size: 32px;
    color: #555;
}

.project-menu {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 50px;
}

.case-bg .project-menu .box {
    position: relative;
    left: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.project-menu dl {
    line-height: 50px;
}

.project-menu dt + dd {
    margin: 0;
}

.project-menu dt {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.project-menu dd {
    float: right;
}

.project-menu dd a {
    position: relative;
    float: left;
    margin-left: 45px;
    color: #fff;
}

.project-menu dd a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    content: '';
    bottom: 0;
}

.project-menu dd a:hover::after,
.project-menu dd a.on::after {
    width: 100%;
}

#s2-3 {
    overflow: hidden;
    padding: 60px 0;
}

#s2-3 li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
}

#s2-3 li:nth-child(4n) {
    margin-right: 0;
}

/*äº§å“åˆ—è¡¨é¡µ*/
.all-list {
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.all-list li {
    display: inline-block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    text-align: center;
    font-size: 14px;
}


.all-list li.hover a {
    color: #fff;
}

.all-list li img {
    height: 46px;
    margin-bottom: 20px;
}


a.slide_button {
    margin: 0 auto;
}

a.slide_button, span.slide_button {
    position: relative;
    font-size: 18px;
    line-height: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}

a.slide_button img, span.slide_button img {
    vertical-align: middle;
    margin-top: -4px;
}

a.slide_button span.slide_button_text, span.slide_button span.slide_button_text {
    position: relative;
    padding: 0 15px;
    z-index: 1;
}

a.slide_button span.slide_button_top, a.slide_button span.slide_button_bottom, span.slide_button span.slide_button_top, span.slide_button span.slide_button_bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e00010;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


a.slide_button:hover, a.slide_button:active, span.slide_button:hover, span.slide_button:active {
    color: #fff;
    text-decoration: none;
}

a.slide_button:hover span.slide_button_top, a.slide_button:active span.slide_button_top, span.slide_button:hover span.slide_button_top, span.slide_button:active span.slide_button_top {
    opacity: 0.8;
    top: -3px;
    left: 3px;
}

a.slide_button:hover span.slide_button_bottom, a.slide_button:active span.slide_button_bottom, span.slide_button:hover span.slide_button_bottom, span.slide_button:active span.slide_button_bottom {
    opacity: 0.8;
    top: 3px;
    left: -3px;
    -webkit-box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
    box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
}

a.slide_button.slide_button_gray span.slide_button_text, span.slide_button.slide_button_gray span.slide_button_text {
    color: #252525;
}

section {
    width: 100%;
}

/*ä¸Šä¸€ä¸ªä¸‹ä¸€ä¸ª*/
.prev-item {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}

.next-item {
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}

.wz-content span {
    font-size: 16px;
    color: #999;
}

.next-item .am-align-right, .prev-item .am-align-left {
    margin: 0;
}

.prev-item:hover, .next-item:hover, .back_cate:hover {
    background-color: #e00010;
    border-color: #e00010;
}

.prev-item:hover span, .next-item:hover span, .back_cate:hover span {
    color: #fff;
}

.prev-item:hover a, .next-item:hover a {
    color: #fff;
}

.prev-item p, .next-item p {
    margin: 0;
}

.back_cate {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: calc(50% - 20px);
    top: 20px;
    text-align: center;
    border: 1px solid #ccc;
}

.back_cate span {
    font-size: 30px;
    color: #999;
}

.subject {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.subject b {
    border-bottom: 1px solid #e00010;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: bold;
    color: #3b3b3b;
    font-size: 24px;
    font-family: microsoft yahei;
}

.subject2 {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-bottom: 15px;
}

.subject2 b {
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}


#tuijian {
    padding: 60px 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

#tuijian .swiper-container {
    padding-bottom: 40px;
}

#tuijian .swiper-slide {
    overflow: hidden;
}

#tuijian .swiper-slide img {
    width: 100%;
}

#tuijian .swiper-slide .img, #tuijian .swiper-slide .txt {
    width: 50%;
    float: left;
    background-color: #f5f5f5;
    height: 400px;
}

#tuijian .txt {
    padding: 0 30px;
    color: #999;
}

#tuijian h2 {
    margin: 15px 0;
    font-size: 24px;
}

#tuijian .sdate {
    padding-top: 30px;
    font-size: 18px;
    font-style: italic;
}

#tuijian a.more-link {
    position: relative;
    left: 0;
    bottom: auto;
    margin: 30px 0 0;
    color: #e00010;
    border-color: #e00010;
}

#tuijian .swiper-button-prev {
    left: auto;
    right: 50px;
    width: 50px;
    height: 50px;
    margin: 0;
    top: auto;
    bottom: 40px;
    -webkit-background-size: 30%;
    background-size: 30%;
    background-color: rgba(0, 0, 0, 0.8);
}

#tuijian .swiper-button-next {
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    top: auto;
    bottom: 40px;
    -webkit-background-size: 30%;
    background-size: 30%;
    background-color: #e00010;
}

/*æ–‡ç«&nbsp;å†…å®¹é¡µ*/
#news-main {
    padding: 60px 0;
}

.news_content {
    margin: 20px auto 60px;
}

.news_content .am-titlebar-default {
    margin: 0 0 20px 0;
}

.news_show .info {
    margin: 15px 0;
    font-size: 12px;
    color: #999;
}

.news_show .info span {
    padding: 0 10px
}

.news_show .path {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.news_show .intro {

}

.news_show .intro h3 {
    font-size: 20px;
}

.news_show .intro p {
    font: 16px/32px "Microsoft Yahei";
    margin: 15px 0;
    text-align: justify;
}

.news_show .intro a {
    color: #06C;
}

.news_show .intro a:hover {
    color: #f30;
}

.news_show .intro p img {
    max-width: 100%;
    height: auto;
}

.news_show .other {
    margin-top: 30px;
    text-align: center;
}

.news_show .other p {
    font-weight: bold;
}

.news_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.news_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.news_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.news_show .other a:hover {
    background: #242424;
    border-color: #242424;
    color: #fff;
}

.news_show .other a:hover span {
    color: #fff;
}

.news_show .tags {
    font-weight: 500;
    padding: 15px 0;
}

.news_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.news_show .tags a:hover {
    background: #242424;
    color: #fff;
    border-color: #242424;
}

.step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.step li {
    width: 18%;
    border: 2px solid #eee;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 0;
    height: 146px;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}

.step li img {
    width: 60px;
}

.step li h2 {
    font-size: 20px;
    margin: 5px 0;
}

.step li p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    display: none;
    transition: all .5s;
}

.step li:hover {
    border-color: #b11813;
    background-color: #b11813;
}

.step li:hover img {
    display: none;
}

.step li:hover h2 {
    color: #fff;
}

.step li:hover p {
    color: #fff;
    display: block;
}

.wz_list li {
    height: 32px;
    line-height: 32px;
}

.wz_list {
    margin: 30px 0;
}

.am-breadcrumb {
    padding: 0;
    margin: 0;
}

.path {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border: 1px solid #eee;
}

.path .main {
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.next-prev {
    margin-top: 20px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #eee;
}

#photo-main {
    overflow: hidden;
    padding: 60px 0;
}

.photo-list {
    overflow: hidden;
}

.photo-list li {
    width: calc((100% - 90px) / 4);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.photo-list li:nth-child(4n) {
    margin-right: 0;
}

.photo-list li img {
    width: 100%;
    height: 173px;
}

.photo-list li p {
    margin: 0;
    line-height: 55px;
    padding: 0 10px;
    font-size: 16px;
    background-color: #f6f6f6;
}

/*photo show.php*/
#photo-main {
    padding-top: 70px;
}

.photo-left {
    width: 60%;
    padding-right: 20px;
    float: left;
}

.photo-left .gallery-thumbs .swiper-slide {
    cursor: pointer;
    transition: all .5s;
}

.photo-left .gallery-thumbs .swiper-slide img {
    opacity: 0.4;
}

.photo-left .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.photo-right {
    width: 40%;
    float: right;
    padding-left: 20px;
}

.photo-left .gallery-thumbs {
    margin-top: 10px;
}

.photo_show .intro {
    padding-top: 30px;
}

.photo_show .intro h3 {
    font-size: 16px;
    margin: 0;
}

.photo_show .intro p {
    margin: 0 0 15px;
    font-size: 14px;
}


/*è£èª‰*/
#certify {
    position: relative;
    margin-top: 60px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 520px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}


#weixin {
    font-size: 40px;
    color: #999;
}

#qrcode {
    width: 260px;
    display: none;
    text-align: center;
    position: relative;
}

#qrcode p {
    font-size: 14px;
}

#qrcode #close {
    font-size: 24px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2;
    cursor: pointer;
}

input#code {
    position: relative;
}

img#verify {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 10;
}

/*ç»„ç»‡æž¶æž„*/
#organize {
    padding: 60px 0;
    overflow: hidden;
}

#organize ul {
    overflow: hidden;
}

#organize li {
    width: calc((100% - 120px) / 5);
    float: left;
    margin-right: 30px;
    text-align: center;
}

#organize li:last-child {
    margin-right: 0;
}

#organize li h3 {
    line-height: 50px;
    border: 1px solid #ccc;
}

#organize li .department {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#organize li .list-item {
    width: 60px;
    height: 170px;
    padding: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    position: relative;
}

#organize li .list-item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 1.8rem;
    top: -1.8rem;
    left: 50%;
    background-color: #ccc;
}

@media only screen and (max-width: 1360px) {
    #organize li .list-item {
        width: 46px;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 1024px) {
    #organize li {
        width: calc((100% - 60px) / 5);
        margin-right: 15px;
    }

    #organize li .list-item {
        width: 40px;
        padding: 20px 8px;
    }
}


/*ç¯ç®±*/
.js-lightBox {
    cursor: pointer;
    opacity: .8;
}

.js-lightBox:hover {
    opacity: 1;
}

.lightBox-view img {
    display: block;
    display: none;
    border: 0px;
    margin: 0px !important;
}

.lightBox-popupMask {
    position: fixed;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: #000 url('../images/icon/overlay.png');
}

.lightBox-popup {

}

.lightBox-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0%;
    left: 50%;
    height: 50%;
    background-color: white;
    border-radius: 10px;
    border: 5px solid white;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/icon/loading.gif');
    background-size: 8%;
}

.lightBox-description .lightBox-btn {
    display: inline-block;
    height: 100%;
    width: 50%;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    filter: alpha(opacity=20); /* IE */
    opacity: .4;
    background-image: url('../images/icon/opacity.png');
}

.lightBox-description .lightBox-btn:hover {
    filter: alpha(opacity=100); /* IE */
    opacity: 1;
}

.lightBox-description .lightBox-prev-btn.active {
    background-image: url('../images/icon/prev.png');
}

.lightBox-description .lightBox-next-btn.active {
    background-image: url('../images/icon/next.png');
}

.lightBox-description .lightBox-prev-btn.disable {
    background-image: url('../images/icon/prev.png');
    opacity: 0.1;
    cursor: default;
}

.lightBox-description .lightBox-next-btn.disable {
    background-image: url('../images/icon/next.png');
    opacity: 0.1;
    cursor: default;
}

.lightBox-view .lightBox-description {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    display: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}

.lightBox-view .lightBox-description .lightBox-current-index {
    margin-top: 5px;
    display: block;
    font-style: italic;
}

.lightBox-view .lightBox-description .lightBox-close {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/icon/close.png');
    background-position: center center;
}

.lightBox-description .btn-position {
    float: right;
    position: relative;
    width: 100px;
    height: 40px;
}

.pro_show .gallery-thumbs {
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*å¯¼èˆªå…¬å…±æ&nbsp;·å¼*/
.header-menu li:hover &gt; a {
    color: #e00010;
}

.header-menu li em {
    display: block;
    font-style: normal;
    text-align: center;
}

.header-menu li em a, .header-menu.header-menu li &gt; a {
    display: block;
}

.header-menu li .sub dt {
    line-height: 40px;
    font-weight: normal;
}

.header-menu li .sub dt a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
}

.header-menu li .sub dt a:hover {
    background: #009;
    color: #fff;
}

.header-menu .sub-has-sub dl {
    display: none;
}

.has-sub em &gt; a {
    font-size: 18px;
}

/*é¦–é¡µ*/
.main {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

a.more-link {
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 30px;
    border: 1px solid #fff;
    font-size: 14px;
    transition: all .5s;
}

a.more-link span {
    font-size: 0;
    opacity: 0;
}

a.more-link:hover {
    color: #fff;
}

a.more-link:hover span {
    font-size: 12px;
    opacity: 1;
}

#index-1 {
    padding: 120px 0;
    overflow: hidden;
    background-color: #f5f5f5;
}

#index-1 .swiper-container {
    padding-bottom: 60px;
}

#index-1 .swiper-slide {
    box-shadow: 0 0 30px rgba(83, 115, 252, 0.13);
}


#index-1 .swiper-slide .content {
    position: relative;
    background-color: #fff;
}

#index-1 .swiper-slide .content .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .4s;
}

#index-1 .swiper-slide:hover .content .mask {
    background-color: rgba(224, 0, 16, 0.76);
}

#index-1 .swiper-slide .content .mask h3 {
    font-size: 24px;
}

#index-1 .swiper-slide:hover:after {
    width: 100%;
}

#index-1 .swiper-slide h2 {
    font-size: 4.6rem;
    line-height: normal;
    margin: 0;

}

#index-1 .more-link {
    background-color: transparent;
    border-color: #e00010;
    color: #e00010;
    bottom: 30px;
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: -70px;
}

#index-1 .more-link:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #e00010;
    -webkit-transform: scale3d(0.4, 1, 1);
    transform: scale3d(0.4, 1, 1);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#index-1 .more-link:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#index-1 .more-link span {
    font-size: 14px;
    color: #e00010;
    opacity: 1;
    position: relative;
}

#index-1 .more-link:hover span {
    color: #fff;
}

#index-1 .content2 {
    height: 300px;
    padding: 30px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#index-1 .swiper-slide .content2 dl {
    overflow: hidden;
}

#index-1 .swiper-slide .content2 dl dt {
    width: 33.3333%;
    text-align: center;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
}


#index-2 {
    padding: 60px 0 0;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(left, #121a65, #4987bf); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #121a65, #4987bf); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #121a65, #4987bf); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #121a65, #4987bf); /* æ&nbsp;‡å‡†çš„è¯­æ³• */
}

#index-2 .a-title {
    color: #fff;
    margin: 0;
}

#index-2 .content {
    width: 50%;
    float: right;
}

#tag-cloud {
    width: 50%;
    float: left;

}

#tag-cloud svg a text {
    transition: all .3s;
}

#tag-cloud svg a:hover text {
    fill: #e0d109;
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
}

#index-3 {
    padding: 90px 0;
    overflow: hidden;
}

#index-3 .content {
    position: relative;
}

#index-3 .content .mask {
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 0 0 0 80px;
    top: 0;
    right: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#index-3 .content .mask a.more-link {
    border-color: #ccc;
    color: #999;
}

#index-3 .content .mask a.more-link:hover {
    background-color: #e00010;
    border-color: #e00010;
    color: #fff;
}

#index-3 .content .mask p.t1, #index-4 .mask p.t1 {
    font-size: 24px;
}

#index-3 .content .mask h1, #index-4 .mask h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}

#index-3 .content .mask h1 span {
    display: block;
}

#index-3 .content .mask p {
    line-height: 2;
}

#index-4 {
    overflow: hidden;
    padding: 120px 0;
}
#index-4 .bd{
    border: none;
}
#index-4 .width {
    padding-bottom: 120px;
}


.index-news-top {
    position: relative;
    float: left;
    width: 50%;
}

.index-news-top .pic img {
    display: block;
    width: 100%;
    height: 400px;
}

.index-news-top .txt {
    margin: -30px 30px 0 30px;
    background: #f9f9f9;
    padding: 20px 40px 0 112px;
    position: relative;
    z-index: 2;
    min-height: 160px;
}

.index-news-top .txt time {
    position: absolute;
    left: 22px;
    top: 20px;
    color: #c81623;
    font-size: 16px;
    text-align: center;
}

.index-news-top .txt time span {
    display: block;
    border-bottom: 1px solid #c81623;
    font-size: 48px;
    margin-bottom: 10px;
}

.index-news-top .txt h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}

.index-news-top .txt pre {
    line-height: 24px;
    overflow: hidden;
    height: 72px;
    padding: 0;
    border: none;
    margin: 0;
    font-family: "Microsoft YaHei";
    background-color: transparent;
}

.index-news-top .hd {
    position: absolute;
    z-index: 10;
    right: 70px;
    bottom: 25px;
}

.index-news-top .hd li {
    float: left;
    width: 8px;
    height: 8px;
    line-height: 1000px;
    overflow: hidden;
    cursor: pointer;
    background: #ddd;
    border-radius: 50%;
    margin-left: 11px;
}

.index-news-top .hd li.on {
    background: #c81623;
}

.news-Default {
    float: right;
    width: calc(50% - 40px);
}

.news-Default .hd {
    overflow: hidden;
}

.news-Default .hd li {
    float: left;
    width: calc((100% - 18px) / 4);
    margin-right: 6px;
    text-align: center;
    font-size: 16px;
}

.news-Default .hd li:last-child {
    margin-right: 0;
}

.news-Default .hd li a {
    display: block;
    line-height: 40px;
    background: #f3f3f3;
}

.news-Default .hd li.on a {
    background: #c81623;
    color: #fff;
}

.news-Default .list {
    padding-top: 15px;
}

.news-Default .list ul {
    border-top: 1px dotted #e1e1e1;
    margin-bottom: 33px;
}

.news-Default .list li {
    line-height: 42px;
    border-bottom: 1px dotted #e1e1e1;
    padding: 0 0 0 12px;
}

.news-Default .list li p {
    margin: 0;
}

.news-Default .list li span {
    float: right;
    color: #999;
    padding-left: 10px;
}

.news-Default .list li a::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 3px;
    height: 3px;
    content: '';
    background: #666;
}

.news-Default .more-link {
    border-color: #e00010;
    color: #e00010;
}

.news-Default .more-link:hover {
    background-color: #e00010;
    color: #fff;
}

/*åº”ç”¨*/
#page_nav {
    height: 70px;
    background-color: #f7f7f7;
    overflow: hidden;
}

#page_nav li {
    width: 16.666667%;
    float: left;
    line-height: 70px;
    text-align: center;
    border-left: 1px solid #ddd;
    margin: 0 !important;
}

#page_nav li:last-child {
    border-right: 1px solid #ddd;
}

#page_nav li.hover {
    background-color: #fff;
}

#app li .content {
    position: relative;
}

#app li .content .mask {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#app li:nth-child(2n) .content {
    text-align: right;
}

#app li:nth-child(2n) .content .mask {
    left: 0;
    right: auto;
    text-align: left;
}

#app li .content .mask h1 {
    font-size: 40px;
}

#app li .content .mask p {
    line-height: 2;
}

/*äººæ‰æ‹›è˜*/
#job {
    padding: 60px 0;
    overflow: hidden;
}

/*æ¡ˆä¾‹åˆ—è¡¨*/
#subnav li {
    float: left;
    margin-right: 30px;
}

#subnav li a {
    display: block;
    transition: all .5s;
    font-size: 18px;
    position: relative;
}

#subnav li:hover a, #subnav li.hover a {
    color: #e00010;
}

.home_path li {
    font-size: 14px;
}

.home_path li a {
    color: #999;
}

/*ä¼ä¸šæ–‡åŒ–*/
#culture .a-title {
    text-align: center;
    margin: 60px 0;
    color: #fff;
}

#culture {
    padding: 120px 0;
    background: url("/theme/default/images/culture-bg.jpg") no-repeat center fixed;
    overflow: hidden;
}

#culture .item {
    background-color: rgba(255, 255, 255, .7);
    height: 80px;
    margin-bottom: 10px;
    transition: all .5s;
}

#culture .item:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px #fff;
}

#culture .item .am-u-sm-12 {
    line-height: 80px;
}

#culture .item .am-u-md-4 {
    text-align: center;
    font-size: 20px;
}

#culture .item .am-u-md-4:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    float: right;
    margin: 20px 0 0;
    background-color: #999;
}

#culture .item .am-u-md-8 {
    font-size: 16px;
    padding: 0 30px;
}

/*äº§å“è¯¦æƒ…å…¬ç”¨*/
.nav_bar {
    width: 100%;
    height: 60px;
    padding: 0 3%;
    background-color: #000;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.nav_bar:before, .nav_bar:after {
    content: " ";
    display: table;
}

.nav_bar:after {
    clear: both;
}

.nav_bar h2 {
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    margin: 0;
}

.nav_bar .con .am-fl {
    margin-left: 5px;
    font-size: 12px;
    margin-top: 21px;
}

.nav_bar .con .am-fl .separator {
    margin: 0 .25em;
    color: #ccc;
}

.nav_bar .con .am-fl a {
    color: #ccc;
}

.nav_bar .con .am-fr {
    margin: 19px 0 0;
    font-size: 14px;
}

.nav_bar .con .am-fr span {
    margin-left: 10px;
    color: #ccc;
}

.nav_bar .con .am-fr .canshu:hover {
    color: #ee9f23;
}

.nav_bar.nav_bar_hidden, .nav_bar.nav_bar_hidden .con .am-fr span {
    color: #333;
}

.nav_bar.nav_bar_hidden .con .am-fr .canshu {
    color: #999;
    cursor: pointer;
    transition: all .5s;
}

.nav_bar.nav_bar_hidden .con .am-fl a {
    color: #999;
}

.nav_bar .con .am-fr .zixun, .nav_bar.nav_bar_hidden .con .am-fr .zixun {
    width: 80px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    background-color: #e00010;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    font-size: 12px;
    cursor: pointer;
    transition: all .5s;
}

.nav_bar .con .am-fr .zixun:hover {
    background-color: #ee9f23;
}

.nav_bar.nav_bar_hidden {
    position: fixed;
    top: -10px;
    left: 0;
    margin-top: -60px;
    z-index: 99;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav_bar.nav_bar_hidden.nav_fix {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
}

/*LDS-50C*/
#LDS-50C section .content {
    text-align: center;
    color: #fff;
    position: relative;
}

#LDS-50C section .content .mask {
    position: absolute;
    width: 100%;
    top: 120px;
}

#LDS-50C section h1 {
    font-size: 50px;
    line-height: normal;
}

#LDS-50C section .t1 {
    font-size: 20px;
    line-height: normal;
    font-family: webfont;
}

#LDS-50C-1 {
    padding: 0;
    background-color: #000;
    overflow: hidden;
}

#LDS-50C-1 .content .mask_bottom {
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0;
}

#LDS-50C-1 .content .mask_bottom ul {
    text-align: center;
}

#LDS-50C-1 .content .mask_bottom ul li {
    display: inline-block;
    margin-left: 100px;
    text-align: center;
    color: #fff;
}

#LDS-50C-1 .content mask_bottom ul li:first-child {
    margin-left: 0;
}

#LDS-50C-1 .content .mask_bottom ul li span {
    display: block;
    margin: 10px auto;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
}

#LDS-50C-3 {
    padding: 120px 0;
    overflow: hidden;
    background-color: #fff;
}

#LDS-50C-3 .content {
    position: relative;
    text-align: left !important;
}

#LDS-50C #LDS-50C-3 .content .mask {
    position: absolute;
    color: #000;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

#LDS-50C-3 .content .mask .btn-group {
    margin: 30px auto;
    text-align: center;
}

#LDS-50C-3 .content img {
    width: 40%;
}

#LDS-50C-3 .content .mask .btn-group li {
    display: inline-block;
    margin: 0 10px;
    width: 200px;
    padding: 20px 0;
    text-align: center;
    border: 1px dashed #e00010;
}

#LDS-50C-3 .content .mask .btn-group li h2 {
    font-size: 34px;
    margin: 0;
    color: #e00010;
    line-height: normal;
}

#LDS-50C-3 .content .mask .btn-group li p {
    font-size: 20px;
    line-height: normal;
    color: rgba(0, 126, 165, 0.50);
}

#LDS-50C-4 .content .mask {
    top: 120px;
}

.black {
    color: #000 !important;
}

#LDS-50C-5 {
    padding: 60px 0 120px;
    overflow: visible;
    background-color: #f7f7f7;
    text-align: center;
}

#LDS-50C-5 .more-link {
    margin: 40px auto;
    background-color: transparent;
    color: #e00010;
    border-color: #e00010;
    width: 186px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
}

#LDS-50C-5 .content {
    height: 270px;
    clear: both;
    margin-top: 140px;
}

#LDS-50C-5 .am-fl {
    position: relative;
}

#round {
    position: relative;
    width: 270px;
    height: 270px;
}

#round img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

#round:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
    background-color: #f4d74e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#round:after {
    content: '';
    position: absolute;
    width: 660px;
    height: 660px;
    left: 50%;
    margin-left: -330px;
    top: 50%;
    margin-top: -330px;
    background-color: #f4d74e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#arrow {
    position: absolute;
    top: 30%;
    z-index: 10;
}

@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

#LDS-50C-6 {
    padding: 120px 0;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}

#LDS-50C-6 .swiper-container {
    margin-top: 60px;
}

#LDS-50C-6 .swiper-slide {
    cursor: pointer;
}

#LDS-50C-6 .swiper-slide .content .mask {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    top: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#LDS-50C-6 .swiper-slide:hover .content .mask {
    opacity: 1;
}

#LDS-50C-6 .swiper-slide .content .mask p {
    font-size: 20px;
}

#LDS-50C-6 .swiper-slide::before,
#LDS-50C-6 .swiper-slide::after {
    position: absolute;
    top: 10%;
    left: 10%;
    content: '';
    opacity: 0;
    width: 80%;
    height: 80%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: -1;
}

#LDS-50C-6 .swiper-slide::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

#LDS-50C-6 .swiper-slide::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

#LDS-50C-6 .swiper-slide:hover::before,
#LDS-50C-6 .swiper-slide:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 10;
}

@media screen and (max-width: 1440px) {
    #tuijian h2 {
        font-size: 24px;
    }

    #page_nav {
        height: 50px;
    }

    #page_nav li {
        line-height: 50px;
    }

    #subnav li a {
        font-size: 16px;
    }

    header .header-menu li {
        padding: 0 10px;
    }

    #index-1 .swiper-slide h2 {
        font-size: 30px;
    }

    header .header-menu li em a, .header-menu.header-menu li &gt; a {
        font-size: 14px;
        line-height: 90px;
    }

    #index-2 .swiper-pagination {
        padding: 0 20px;
    }

    #index-2 .swiper-pagination .content h1 {
        font-size: 30px;
    }

    .width, header .header-menu .sub-menu {
        width: 90%;
    }

    #index-1 .swiper-slide .content2 {
        padding: 20px;
    }
}

@media (max-width: 1280px) {

}

@media (min-width: 993px) {
    #header-menu {
        display: none;
    }

    .relative {
        position: relative;
        z-index: 100;
    }

    .header-menu li .sub {
        position: absolute;
        top: -400%;
    }

    .no-fullbground .sub {
        background-color: rgba(255, 255, 255, 0.9)
    }

    .no-fullbground .sub-left {
        left: 0;
    }

    .no-fullbground .sub-right {
        right: 0;
    }

    .sub-horizontal .sub .sub-menu &gt; dl {
        float: left;
    }

    .sub-horizontal .sub-right &gt; dl {
        float: right;
    }

    .sub-horizontal .sub-menu &gt; dl dt {
        float: left;
    }

    .sub-horizontal .sub-right .sub-menu &gt; dl {
        text-align: right;
        float: right;
    }

    .sub-horizontal .sub-right .sub-menu &gt; dl dt {
        float: none;
        display: inline-block;
    }

    .sub-vertical .has-sub {
        z-index: 100;
    }

    .sub-vertical .sub {
        background-color: #f3f3f3;
        left: 0;
        width: 100%;
    }

    .sub-vertical .sub-row-2 {
        width: 200%;
    }

    .sub-vertical .sub-row-3 {
        width: 300%;
    }

    .sub-vertical .sub-row-2 .sub-menu dt {
        float: left;
        width: 50%;
    }

    .sub-vertical .sub-row-3 .sub-menu dt {
        float: left;
        width: 33.3333333%;
    }

    .sub-vertical .sub-has-sub {
        position: relative;
    }

    .sub-vertical .sub-has-sub dl {
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
    }

    .sub-vertical dt.aon &gt; a {
        background: #009;
        color: #fff;
    }

    .sub-vertical .sub-position-right {
        left: auto;
        right: 0;
    }

    .sub-vertical .sub-position-right .sub-has-sub dl {
        left: auto;
        right: 100%;
    }

    .sub-txt-img .sub {
        width: 300%;
    }

    .sub-txt-img .sub-intro {
        padding: 5px;
    }

    .sub-txt-img .sub-intro .sub-left {
        float: left;
        width: 40%;
    }

    .sub-txt-img .sub-intro .sub-right {
        float: right;
        width: 56%;
    }

    .sub-txt-img .sub-img img {
        display: block;
        width: 100%;
    }

    .sub-txt-img .sub-txt {
        font-size: 12px;
        line-height: 24px;
    }

    .fullbground .sub {
    }

    .fullbground .sub-menu &gt; dl,
    .fullbground .sub-menu &gt; dl dt {
        float: left;
    }

    .sub-menu-layer {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .sub-menu-layer {
        height: 0;
        transition: 0.3s;
    }

    li .sub { /*transform:scale(0); */
        transition: top 1s 1s, height 0.3s;
        overflow: hidden;
    }

    li.aon .sub { /* transform:scale(1);*/
        transition: top 0s, height 0.4s 0.2s;
    }
}

/*ç»„ç»‡æž¶æž„*/
#zzjg {

    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
    text-align: center;
}

/*åº”ç”¨*/
#app {
    padding: 60px 0;
}

#app .show_info li {
    width: calc((100% - 120px) / 4);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

#app .show_info li .picture {
    position: relative;
}

#app .show_info li:nth-child(4n) {
    margin-right: 0;
}

#app .show_info li .mask {
    background-color: rgba(245, 245, 245, 0.81);
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.app-item {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.app-item li {
    display: inline-block;
    margin: 0 10px;
}

.app-item li select {
    height: 45px;
    border-color: #ddd;
    padding: 0 10px;

}

/*è£èª‰èµ„è´¨*/
#honor {
    padding: 60px 0;
    overflow: hidden;
}

.honor-list ul {
    margin-bottom: 35px;
    padding: 0;
    display: table;
    position: relative;
}

.honor-list ul.no-data li {
    height: 105px;
    text-align: left;
}

.honor-list ul::before,
.honor-list ul::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 75px;
    bottom: 0;
    background: url(../images/honor_ul_l.png) no-repeat left top;
}

.honor-list ul::before {
    left: 0;
}

.honor-list ul::after {
    right: 0;
    background-image: url(../images/honor_ul_r.png);
}

.honor-list li {
    float: left;
    width: 280px;
    text-align: center;
    background: url(../images/honor-libg.png) repeat-x left bottom;
}

.honor-list li p {
    height: 75px;
    margin: 0;
    line-height: 25px;
    padding-top: 25px;
    overflow: hidden;
}

.honor-list li a:hover p {
    color: #c81623;
}

.honor-list li dl {
    display: table;
    width: 100%;
    height: 185px;
    margin: 0;
}

.honor-list li dl dt {
    display: table-cell;
    vertical-align: bottom;
}

.honor-list li img {
    max-width: 186px;
    max-height: 185px;
}

.honor-list li aside {
    display: inline-block;
    position: relative;
}

.honor-list li aside::after {
    background: url(../images/honor-ying.png) no-repeat right top;
    position: absolute;
    right: -24px;
    top: 0;
    height: 100%;
    content: '';
    width: 24px;
}

@media only screen and (max-width: 1280px) {
    #index-2 .swiper-pagination {
        width: 100%;
        left: 0;
        position: relative;
        top: 0 !important;
    }

    #index-2 .swiper-pagination li {
        width: 16.6666667%;
        float: left;
        background-color: #fff;
        text-align: center;
        margin: 0;
        font-size: 14px;
        padding-bottom: 20px;
    }

    #index-2 .swiper-pagination-bullet {
        height: auto;
        text-align: center;
    }

    #index-2 .swiper-pagination li span {
        display: block;
        margin: 0 auto;
    }

    #index-2 .swiper-slide .content .mask {
        width: 100%;
        position: relative;
        padding: 20px 3%;
    }

    #index-2 #index-text {
        position: relative;
    }

    #index-2 #index-text .swiper-slide h1 {
        font-size: 20px;
        margin: 0;
    }

    #index-2 #index-text .swiper-slide h1:after {
        margin-top: 5px;
    }

    #index-2 #index-text .swiper-slide p {
        font-size: 14px;
        margin-top: 5px;
    }

    #index-2 a.more-link {
        margin-top: 10px;
    }


    .footer-top li {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .cate-banner .content .mask div h1 {
        font-size: 40px;
    }

    header .header-menu li em a, .header-menu.header-menu li &gt; a {
        font-size: 14px;
    }

    header .header-menu li .sub.wide {
        display: none !important;
    }

    header .header-menu li {
        padding: 0 10px;
    }

    header .header-menu li em {
        padding: 0 10px;
    }

    header .header-right dd {
        padding-left: 10px;
    }

    header .top-search {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 992px) {
    @media only screen and (max-width: 992px) {
        .header-right dd {
            margin-bottom: 0;
        }

        .mobile-show {
            display: block;
        }

        .foot_code {
            background: none;
            display: none !important;
        }


        body {
            font-size: 14px;
        }

        .top-menu {
            display: block;
        }

        #search_bar {
            display: none;
        }

        header .header-right dd {
            padding-left: 0;
        }

        .home_pro li .pro_footer {
            bottom: 40px;
            left: 10%;
            width: 80%;
        }

        header #search_bar .search-box {
            top: 8px;
        }

        header .header-menu li {
            width: 100%;
            display: block;
        }

        .width, header .header-menu .sub-menu {
            width: 100%;
        }

        .sub-menu .sub_item {
            width: 100%;
            float: none;
            padding: 0 !important;
        }

        .subject2 b {
            font-size: 24px;
        }

        .top, .top-tel, .header-mid {
            display: none;

        }

        .top-tel2 {
            display: block;
        }

        .top-tel2 span {
            font-size: 30px;
            line-height: 60px;
        }

        header {
            height: 60px;
        }

        header .logo img {
            padding: 10px 0;
            width: auto;
            height: 60px;
        }

        #header-menu {
            display: none;
        }

        .header-menu {
            width: 100%;
            height: 100%;
            top: 60px;
            position: fixed;
            left: 0;
            background-color: rgba(0, 0, 0, .5);
        }

        .header-menu ul {
            width: 80%;
            height: 100%;
            padding: 10%;
            position: relative;
            top: 0;
            left: -80%;
            overflow-y: scroll;
            background-color: #eee;
            transition: all .5s;
        }

        .header-mid.nav-mini {
            display: block;
        }

        .header-mid.nav-mini ul {
            left: 0;

        }

        header .header-menu li .sub {
            width: 100%;
            left: 0;
            display: none;
        }

        header .header-menu li .sub.wide {
            width: 100% !important;
        }

        header .header-menu li .sub-menu {
            padding: 20px 0;
        }

        .header-menu ul li {
            border-top: 1px solid #ccc;
        }

        .header-menu ul li:last-child {
            border-bottom: 1px solid #ccc;
        }

        header .header-menu li em a::before {
            display: none;
        }

        header .header-menu li em a, .header-menu li &gt; a {
            line-height: 3;
            font-size: 18px;
        }

        header .top-search span, header .top-menu span {
            line-height: 60px;
        }

        header .header-left {
            width: 50%;
            height: 60px;
        }

        header .header-right {
            width: 50%;
        }

        header #open_menu {
            display: block;
            line-height: 50px;
            font-size: 40px;
            margin-left: 0;
        }

        #subnav li a, .home_path li {
            font-size: 14px;
        }

        .width {
            width: 94%;
        }


        .piclist li {
            width: calc((100% - 10px) / 2);
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .piclist li:nth-child(2n) {
            margin-right: 0;
        }

        #index-1 .swiper-slide h2 {
            font-size: 16px;
            font-weight: normal;
        }

        #index-1 .swiper-slide {
            padding: 20px;
        }

        #index-2 .swiper-pagination li {
            width: 33.33333%;
        }

        #index-3 .index3-left, #index-3 .index3-right {
            width: 100%;
            float: none;
        }

        #index-3 .index3-left {
            margin: 0 0 30px 0;
            padding: 0;
        }

        #index-3 .index3-left .swiper-slide img {
            width: 100%;
        }

        #index-3 .index3-right li img {
            width: 25%;
            margin-right: 10px;
        }

        #index-3 .index3-right li .content h3 {
            line-height: normal;
            margin-bottom: 5px;
        }

        #index-3 .index3-right li .content p {
            font-size: 12px;
        }

        #index-3 .big-title {
            line-height: 50px !important;
            font-size: 18px;
        }

        .list-4 li {
            width: calc((100% - 10px) / 2);
            margin: 0 10px 10px 0;
            float: left;
            text-align: center;
        }

        .list-4 li:nth-child(2n) {
            margin-right: 0;
        }

        .path .main {
            width: 94%;
            padding: 0;
            margin: 0 auto;
        }

        .path .home_path {
            display: none;
        }

        .path .home_nav {
            width: 100%;
            float: none;
        }

        .path .home_nav #subnav {
            text-align: center;
        }

        .path .home_nav #subnav li {
            float: none;
            text-align: center;
            margin: 0 5px;
            display: inline-block;
        }


        .foot-content .am-fr, .foot-content .am-fl {
            float: left;
            width: 50%;
        }

        .foot-content .foot-logo, .foot-content .am-fr .content {
            font-size: 12px;
        }

        footer {

        }

        /*æ€»è£è‡´è¾ž*/
        .letter {
            margin: 0;
        }

        .letter .content {
            width: 100%;
            margin-top: 0;
        }

        .letter .content .text {
            padding: 30px 20px;
        }

        .letter .content .sign {
            margin-top: 40px;
        }

        .letter .content .sign img {
            width: 100px;
        }

        /*ä¼ä¸šæ–‡åŒ–*/
        #culture {
            padding: 30px 0;
        }

        #culture .a-title {
            margin: 0 0 20px;
        }

        #culture .item {
            height: auto;
            overflow: hidden;
            padding: 20px;
        }

        #culture .item .am-u-md-4, #culture .item .am-u-md-8 {
            width: 100%;
        }

        #culture .item .am-u-md-4 {
            margin-bottom: 20px;
        }

        #culture .item .am-u-md-8 {
            text-align: center;
            font-size: 14px;
        }

        #culture .item .am-u-sm-12 {
            line-height: normal;
            padding: 0;
        }

        #culture .item .am-u-md-4:after {
            display: none;
        }

        #about-1, #about-2 {
            padding: 30px 0;
        }

        #about-1 .content {
            margin: 0;
            font-size: 15px;
        }

        /*æ¡ˆä¾‹*/
        .path .home_nav #subnav li {
            width: calc((100% - 20px) / 3);
            float: left;
            display: block;
            text-align: center;
            margin: 0 10px 10px 0;
            border: 1px solid #ccc;
        }

        #subnav li a {
            line-height: 30px;
            padding: 0;
            border: none;
        }

        .path .home_nav #subnav li.hover {
            border-color: #e00010;
        }

        #subnav li.hover a {
            background-color: #e00010;
            color: #fff;
        }

        .path .home_nav #subnav li:nth-child(3n) {
            margin-right: 0;
        }

        .filter {
            margin: 0 0 20px;
        }

        .list_pic {
            margin-top: 30px;
        }

        .filter dl dd {
            float: none;
            width: 100%;
        }

        .filter dl dt {
            width: 100%;
            float: none;
            margin: 10px auto;
        }

        .pro-list li {
            width: calc((100% - 10px) / 2);
            margin: 0 10px 10px 0;
        }

        .pro-list li:nth-child(2n) {
            margin-right: 0;
        }

        .list_pic li .pic {
            width: 25%;
        }

        .list_pic li .pic img {
            height: auto;
        }

        .list_pic li .content {
            width: 75%;
            padding-left: 10px;
            padding-right: 0;
        }

        .list_pic li .content h5 {
            font-size: 16px;
            line-height: normal;
            margin: 0;
        }

        .list_pic li .content p {
            font-size: 12px;
            line-height: normal;
            margin-top: 5px;
            height: 35px;
            overflow: hidden;
        }

        #news-main {
            padding: 30px 0;
        }

        .pro-left {
            display: none;
        }

        .pro-right {
            margin: 0;
        }

        .subject2 {
            padding: 0;
        }

        .subject {
            margin-bottom: 20px;
        }

        .wz_list {
            margin: 0;
        }

        .news_show .intro p {
            font-size: 15px;
            margin: 0 0 10px 0;
            line-height: 1.5;
        }

        .photo-list li {
            width: calc((100% - 10px) / 2);
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .photo-list li:nth-child(2n) {
            margin-right: 0;
        }

        .m-show {
            display: block;
        }

        .m-show h2 {
            font-size: 24px;
        }

        .photo_show .subject2 {
            display: none;
        }

        .photo-left, .photo-right {
            width: 100%;
            float: none;
            padding: 0;
        }

        .photo-right {
            margin-top: 20px;
        }
    }
}

@media only screen and (max-width: 799px) {

    .foot-content .am-fr, .foot-content .am-fl {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .list_pic li .content time {
        display: none;
    }
}


#index-0 .width ul {
    position: relative;
    z-index: 3;
}

#index-0 .a-title {
    color: #fff;
}

#index-0 .bg-mask {

}

#index-0 .home_pro li {
    background-color: #fff;
}

.home_pro {
    display: flex;
    margin-right: -40px;
}

.home_pro li {
    box-shadow: 0 0 30px rgba(83, 115, 252, 0.13);
    margin: 30px 40px 40px 0;
    width: 33.333%;
    min-height: 465px;
    transition: all 0.3s ease;
    position: relative;
}

.home_pro li .pro_top {
    height: 160px;
    text-align: center;
}

.home_pro li .pro_top h2 {
    font-size: 30px;
    line-height: 120px;
    color: #fff;
    font-weight: 300;
}

.home_pro li .pro_top i {
    background: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #eee;
    font-size: 46px;
    margin-top: -20px;
    box-shadow: 0 0 30px rgba(51, 51, 51, .2);
    transition: all 0.3s ease;
}

.home_pro li .pro_body {
    padding: 80px 40px 20px 40px;
    text-align: left;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.home_pro li .pro_footer {
    padding: 0 10px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
}

.home_pro li .pro_footer a.more {
    width: 100%;
    color: #999;
}

.home_pro li .pro_footer a.ui {
    margin-top: 75px;
}

.home_pro li .pro_footer a {
    display: inline-block;
    border: 1px solid #F0F0F0;
    font-size: 14px;
    margin: 8px 5px;
    padding: 10px 22px;
    border-radius: 20px;
    color: #555;
}

.home_pro li .pro_footer a i {
    color: #999;
    font-size: 15px;
    margin-right: 10px;
}

.home_pro li .pro_footer a:hover {
    color: #fff;
}

.home_pro li .pro_footer a:hover i {
    color: #fff;
}

.home_pro li:hover {
    transform: translateY(-10px);
}

.home_pro li:hover .pro_top i {
    transform: translateY(-10px);
}

.home_pro .bg-01 .pro_top {
    background: linear-gradient(to right, #09bf56, #94c894);
}

.home_pro .bg-01 .pro_top i {
    color: #09bf56;
}

.home_pro .bg-01 .pro_footer a.more {
    border-color: #94c894;
    color: #09bf56;
}

.home_pro .bg-01 .pro_footer a.more i {
    color: #09bf56;
}

.home_pro .bg-01 .pro_footer a:hover {
    background: #09bf56;
    border-color: #09bf56;
    color: #fff;
}

.home_pro .bg-01 .pro_footer a:hover.more i {
    color: #fff;
}

.home_pro .bg-02 .pro_top {
    background: linear-gradient(to right, #1F82FC, #5ea1ff);
}

.home_pro .bg-02 .pro_top i {
    color: #3E92FF;
}

.home_pro .bg-02 .pro_footer a.more {
    border-color: #C2DBFF;
    color: #5ea1ff;
}

.home_pro .bg-02 .pro_footer a.more i {
    color: #5ea1ff;
}

.home_pro .bg-02 .pro_footer a:hover {
    background: #5ea1ff;
    border-color: #5ea1ff;
    color: #fff;
}

.home_pro .bg-02 .pro_footer a:hover.more i {
    color: #fff;
}

.home_pro .bg-03 .pro_top {
    background: linear-gradient(to right, #fe8b79, #feb26f);
}

.home_pro .bg-03 .pro_top i {
    color: #fe8b79;
}

.home_pro .bg-03 .pro_footer a.more {
    border-color: #FFD2CA;
    color: #fe8b79;
}

.home_pro .bg-03 .pro_footer a.more i {
    color: #fe8b79;
}

.home_pro .bg-03 .pro_footer a:hover {
    background: #fe8b79;
    border-color: #fe8b79;
    color: #fff;
}

.home_pro .bg-03 .pro_footer a:hover.more i {
    color: #fff;
}

#index-0 {
    padding: 90px 0;
    overflow: hidden;
    background: #155bad;
}

#index-00 {
    background: #fff url('/theme/default/images/index0-bg.jpg') 0 0 no-repeat;
    padding-top: 160px;
    overflow: hidden;
    position: relative;
}

#index-00 .width {
    position: relative;
    z-index: 2;
}

#index-00 .content {
    padding: 20px 40px 130px;

}

#index-00 .content p {
    text-align: justify;
    font-size: 14px;
    color: #999;
}

#index-00 .a-title {
    margin-bottom: 30px;
}

#index-00 .mask {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#index-00 .mask img {
    width: 300px;
}

#index-00 .more-link {
    color: #999;
    border-color: #ccc;
    position: relative;
}

#index-00 .more-link:hover {
    background-color: #e00010;
    color: #fff;
}

#index-00 .more-link:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #e00010;
    -webkit-transform: scale3d(0.4, 1, 1);
    transform: scale3d(0.4, 1, 1);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#index-00 .more-link:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#index-00 .more-link span {
    font-size: 14px;
    color: #999;
    opacity: 1;
    position: relative;
}

#index-00 .more-link:hover span {
    color: #fff;
}

#index-00 .more-link:hover {
    border-color: #e00010;
}

#index-00 ul {
    float: left;
}

#index-00 ul li {
    margin-bottom: 10px;
}

#index-00 ul li b {
    font-size: 60px;
    font-weight: bold;
    color: #e00010;
    margin: 0;
    line-height: normal;
}

#index-00 ul li span {
    font-size: 16px;
    color: #000;
    padding-left: 5px;
    top: -5px;
    position: relative;
}

.zixun_modal {
    width: 100%;
    height: 179px;
    background: #e00010;
}

.zixun_modal .inner {
    width: 1200px;
    margin: 0 auto;
    display: none;
    text-align: center;
}

.zixun_modal .p1 {
    font-size: 22px;
    color: #fff;
    padding: 47px 0 24px;
}

.zixun_modal .p2 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.zixun_modal .p2 a {
    display: inline-block;
    width: 184px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 22px;
    color: #fff;
}

.zixun_modal .p2 a:hover {

    background: #fff;
    color: #e60012
}

#caxun {
    padding: 0;
    overflow: hidden;
}

#caxun li {
    float: left;
    height: 350px;
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    text-align: center;
    border: 1px solid #ccc;
}

#caxun li .content {
    position: relative;
    text-align: center;
}

#caxun li .content h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 350px;
}

#caxun li .content .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    bottom: 0;
    background-color: #e00010;
    transition: all .3s;
    overflow: hidden;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#caxun li:hover .content .mask {

    opacity: 1;
}

#caxun li:nth-child(2n) {
    margin-right: 0;
}

#caxun li .content .mask h2 {
    font-size: 24px;
    font-weight: 300;
}

#caxun li .content .mask .more-link {
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    header .header-right .top-tel {
        display: none;
    }

    header .header-menu li em a, .header-menu.header-menu li &gt; a {
        font-size: 18px;
    }

    #caxun li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .a-title h1 {
        font-size: 30px;
        font-weight: 300;
    }

    #index-0 {
        padding: 30px 0;
    }

    #index-00 {
        padding-top: 30px;
    }

    #index-00 .content {
        padding: 20px;
    }

    #index-00 .mask {
        text-align: right;
        padding: 20px 20px 0;
    }

    #index-00 ul li b {
        font-size: 40px;
        font-weight: 300;
    }

    #index-00 .mask img {
        width: 50%;
    }

    #index-0 {
        padding: 30px 0;
        background-color: #155bad;
    }

    #index-1 {
        padding: 30px 0;
    }

    .home_pro {
        display: block;
        margin: 0;
    }

    .home_pro li {
        width: 100%;
        margin: 0 0 10px;
        min-height: auto;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .home_pro li .pro_footer {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 10px auto;
        width: 80%;
    }

    #index-0 .bg-mask {
        display: none;
    }

    #tag-cloud {
        width: 100%;
    }

    #index-2 .content {
        display: none;
        float: none;
    }

    #index-4 {
        padding: 30px 0;
    }

    .index-news-top, .news-Default {
        width: 100%;
        float: none;
    }

    .index-news-top .pic img {
        height: 240px;
    }

    .index-news-top .txt {
        margin: 0;
        padding: 20px;
    }

    .index-news-top .hd {
        bottom: 10px;
        right: 0;
    }

    .index-news-top .txt time {
        background-color: #fff;
        top: -130px;
        left: 0;
        padding: 10px;
    }

    .news-Default .hd li {
        width: auto;
    }

    .news-Default {
        margin-top: 30px;
    }

    .news-Default .hd li a {
        padding: 0 20px;
    }

    .news-Default .more-link {
        margin: 20px auto 0;
    }

    #index-4 .width {
        padding: 0;
    }

    .footer-top {
        display: none;
    }

    .foot-content .nice-select {
        width: 200px;
        margin: 10px auto 0;
        float: none;
    }

    #article-main {
        padding: 30px 0;
    }

    .article-left {
        display: none;
    }

    .article-right {
        width: 100%;
        margin: 0;
    }

    .zixun_modal {
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .zixun_modal .inner {
        width: 100%;
        padding: 0 20px;
    }

    .zixun_modal .p1 {
        font-size: 18px;
        padding: 30px 0 10px;
    }

    .zixun_modal .p2 a {
        font-size: 14px;
        width: 160px;
    }

    #app {
        padding: 30px 0;
    }

    #organize li, #app .show_info li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .cate-banner {
        height: 200px;
        -webkit-background-size: 200% !important;
        background-size: 200% !important;
    }

    #organize li:nth-child(2n), #app .show_info li:nth-child(2n) {
        margin-right: 0;
    }

    .path {
        height: auto;
        line-height: normal;
        padding: 20px 0 10px;
        border-width: 0 0 1px 0;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .nice-select.open .list li {
        float: none;
        width: 100%;
        padding: 0 5px;
        font-size: 12px;
    }


    .nice-select .list {
        width: 100%;
        height: auto;
        max-height: 200px;
        overflow-y: auto;
    }

    #service-list .list-3 li {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
        height: auto;

    }

    #service-list .list-3 li:nth-child(2n) {
        margin-right: 0;
    }

    #service-list li h3 {
        font-size: 16px;
    }

    #service-list li p {
        display: none;
    }

    .subject {
        clear: both;
    }

    .news_list li {
        padding: 20px 0;
        border-bottom: 1px dotted #c6c6c6;
    }

    .news_list li .content {
        padding: 0;
    }

    .news_list li .content time {
        display: none;
    }

    .news_list li .content {
        height: auto;
        border: none;
    }

    .news_list li .content h5 {
        margin: 10px 0;
        font-size: 16px;
    }

    .pagelist li {
        margin-bottom: 10px;
    }

    #contact-1 .contact-left, #contact-1 .contact-right {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    #contact-1 .content {
        padding: 20px;
    }

    #index-00 ul {
        padding-left: 20px;
    }


    .job_show .info ul li {
        width: 50%;
    }

    .job_show .item {
        padding: 15px 0;
    }

    .am-modal-dialog {
        width: 90%;
    }

    #tuijian .swiper-slide .img, #tuijian .swiper-slide .txt {
        width: 100%;
        height: auto;
    }

    #tuijian .swiper-slide .txt {
        padding-bottom: 20px;
        overflow: hidden;
    }

    .banner .swiper-pagination {
        bottom: 10px !important;
    }

    .banner .swiper-button-next {
        right: 10px;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    #banner-bar .am-fl {
        padding-top: 15px;
    }

    #banner-bar .service-tel {
        line-height: normal;
        height: auto;
    }

    #banner-bar .service-tel b {
        display: block;
    }

    #about-1 .right-content, #about-1 .left-content {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }

    #history {
        background-image: none;
    }

    .honor-list ul {
        display: block;
    }

    .honor-list li {
        width: 50%;
    }

    .honor-list ul::before, .honor-list ul::after {
        display: none;
    }

    .filter dl dt a {
        font-size: 12px;
        margin: 0 0 5px 0;
        padding: 5px;
    }

    .subject b {
        font-size: 18px;
    }

    #caxun li .content h1 {
        font-size: 20px;
    }

    #caxun li .content h1 {
        display: none;
    }

    #caxun li {
        height: auto;
        padding: 0;
        overflow: hidden;

    }

    #caxun li .content .mask {
        opacity: 1;
        position: relative;
        padding: 20px 0;
        overflow: hidden;
        background-color: #fff;
    }

    #caxun li .content .mask h2 {
        color: #333;
    }

    #caxun li .content .mask .more-link {
        color: #999;
        border-color: #ccc;
    }

    .cate-banner .content .mask div h1 {
        letter-spacing: 0;
    }

    #article-main {
        overflow: visible;
    }

    #tuijian h2 {
        font-size: 20px;
    }
}

.shiyong {
    font-size: 18px;
    color: #fff;
    display: block;
    position: fixed;
    top: 30%;
    left: 0;
    border-radius: 0 10px 10px 0;
    background-color: #e00010;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    z-index: 99;
}

.shiyong:hover {
    color: #fff;
}
</pre></body></html>