﻿@import url("base.css");

* {
    transition-delay: 0ms;
    transition-timing-function: linear;
    transition-duration: 150ms;
    transition-property: color, box-shadow, border, background-color, background-image, opacity, transform, rectangle;
}

body {
    margin: 0 auto;
    max-width: 1903px;
    font-family: "微软雅黑", "Microsoft YaHei", Verdana, Arial;
    color: #454545;
    font-size: 14px;
    background-color: #f6f6f6;
    overflow-x: hidden;
}

input, select, button, textarea {
    font-family: "微软雅黑", "Microsoft YaHei", Verdana, Arial;
    font-size: 14px;
    color: #222;
    resize: none;
    box-sizing: border-box;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
}

a:link, a:visited, a:active {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #ff7129;
    text-decoration: none;
}

a {
    outline: none;
    -moz-outline: none;
    blr: expression(this.onFocus=this.blur());
}

.al:hover {
    text-decoration: underline;
}

.als a:hover {
    text-decoration: underline;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*===================================================================================*/

#header_top {
    background-color: #00468c;
}

#header_top .wrap {
    position: relative;
    z-index: 99;
    height: 40px;
    line-height: 40px;
    color: #acd5fe;
    background-color: #00468c;
}

#header_top .r {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

#header_top .r a {
    margin-left: 16px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #00468c;
    text-align: center;
    border-radius: 50%;
    background-color: #add4ff;
}

#header_top .r a:first-child {
    margin-left: 0;
}

#header_top .r a i {
    font-size: 12px;
}

#header_top .r a i.icon-qq {
    font-size: 14px;
}

#header_top .r a i.icon-weixin {
    font-size: 16px;
}

#header_top .r a img {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 5px solid #00468c;
    border-top: none;
}

#header_top .r a:hover img {
    display: block;
}

#header_top .r h2 {
    margin-left: 10px;
    font-family: Arial;
    font-size: 18px;
}

#header {
    background-color: #fff;
}

#header > div {
    position: relative;
    z-index: 98;
    height: 100px;
}

#header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 66px;
    font-size: 0;
    transform: translateY(-50%);
}

#header .logo img {
    max-height: 100%;
}

#header .nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#header .nav li {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

#header .nav li:first-child > a {
    padding-left: 0;
}

#header .nav li:first-child > a i {
    position: relative;
    top: 1px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: normal;
}

#header .nav li:last-child > a {
    padding-right: 0;
}

#header .nav li:last-child p {
    margin-left: -65px;
}

#header .nav li > a {
    position: relative;
    display: block;
    padding: 0 38px;
    height: 100%;
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#header .nav li > a.nav_over {
    color: #00468c;
}

#header .nav li:hover > a {
    color: #00468c;
}

#header .nav li:hover p {
    display: block;
}

#header .nav li p {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -85px;
    display: none;
    padding: 12px 0;
    min-width: 100%;
    width: 170px;
    border-radius: 0 0 3px 3px;
    background-color: #00468c;
}

#header .nav li p a {
    display: block;
    padding: 8px 5px;
    color: #fff;
    text-align: center;
}

#header .nav li p a:hover {
    text-decoration: underline;
}

#mheader_menu, #mnav, #menu {
    display: none;
}

#banner {
    position: relative;
}

#banner .swiper-container {
    width: 100%;
}

#banner .swiper-wrapper {
    width: 100%;
}

#banner .swiper-slide {
    font-size: 0;
    transition: none;
}

#banner .swiper-slide img {
    width: 100%;
}

#banner .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -800px;
    height: 10px;
    font-size: 0;
    text-align: center;
}

#banner .swiper-pagination span {
    margin: 0;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 5px;
    background: #9da1a4;
    opacity: 1;
    transition: ease-out 400ms;
    overflow: hidden;
}

#banner .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 10px 0 0;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 50px;
    background: #ff7129;
}

#banners {
    position: relative;
    color: #fff;
    font-size: 0;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}

#banners > div {
    height: 100%;
}

#banners img {
    display: none;
    width: 100%;
}

#banners p {
    margin-bottom: 8px;
    font-size: 24px;
    text-transform: uppercase;
}

#banners h2 {
    font-size: 44px;
    line-height: 1;
}

.banner_ny {
    width: 100%;
    height: auto;
    min-height: 100px;
    position: relative;
    text-align: center;
}

.banner_ny img {
    width: 100%;
    display: inline-block;
}

.banner_str {
    font-size: 35px;
    color: #fff;
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 100%;
    top: 100px;
    text-shadow: 1px 1px 3px #0d95e8;
}




.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1600px;
    box-sizing: border-box;
}

.wraps {
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
    box-sizing: border-box;
}

#contents {
    padding-bottom: 60px;
}

#contents > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#left {
    width: 280px;
}

#right {
    width: 1080px;
    overflow: hidden;
}

#footer {
    background-color: #e1e1e1;
}

#footer .finfo {
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer .lxfs {
    padding-right: 50px;
    width: 28.75%;
    box-sizing: border-box;
}

#footer .lxfs .logo {
    font-size: 0;
}

#footer .lxfs .logo img {
    max-width: 100%;
}

#footer .lxfs .editorc {
    margin-top: 20px;
    line-height: 2.5;
}

#footer .tels {
    padding-left: 50px;
    padding-right: 50px;
    width: 42.5%;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

#footer .tels .bys h2 {
    color: #222;
    font-size: 30px;
    line-height: 1;
}

#footer .tels .bys p {
    padding-top: 15px;
    padding-bottom: 40px;
    color: #888;
    font-size: 22px;
    font-family: "Times New Roman", Times, serif;
}

#footer .tels .tel {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .tels .tel .number {
    padding-top: 35px;
    color: #ff7129;
    font-size: 36px;
    font-weight: bold;
    font-family: Arial;
    line-height: 1;
    background: url(../images/footer_tel_bg.png) no-repeat right top;
}

#footer .tels .tel .zixun {
    margin-left: 15px;
    padding-left: 26px;
    width: 226px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    border-radius: 0 33px 33px 0;
    background: url(../images/icon-1.png) no-repeat right 25px center #00468c;
}

#footer .qrcode {
    width: 28.75%;
    font-size: 0;
    text-align: right;
    box-sizing: border-box;
}

#footer .qrcode div {
    display: inline-block;
    margin-left: 45px;
    padding: 5px;
    width: 140px;
    text-align: center;
    vertical-align: top;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

#footer .qrcode div:first-child {
    margin-left: 0;
}

#footer .qrcode div img {
    width: 100%;
}

#footer .qrcode div p {
    padding: 5px;
    font-size: 14px;
}

#footer .copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
    line-height: 1.8;
    border-top: 1px solid #c8c8c8;
}

#footer .copyright a {
    color: #666;
}

#footer .copyright a:hover {
    color: #ff7129;
}

#footer .copyright .fnav a {
    margin-right: 55px;
}

#footer .copyright .fnav a:last-child {
}

/*===================================================================================*/
.nodata {
    padding: 100px 0px;
    text-align: center;
    color: #bbb;
    font-size: 22px;
}

#title {
    margin: 0px auto;
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

#title span {
    color: #ff4400;
}

#title2 {
    position: relative;
    padding: 22px 0px 8px 0px;
    font-family: "宋体", Verdana;
    color: #bbb;
    text-align: right;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

#title2 a {
    color: #bbb;
}

#title2 a:hover {
    color: #000;
}

#title2 strong {
    position: absolute;
    top: 14px;
    left: 0px;
    color: #dd2700;
    font-size: 14px;
}

/*===================================================================================*/

.lpros {
    background-color: #fff;
}

.lpros .tis {
    padding-left: 20px;
    height: 116px;
    color: #fff;
    border-left: 4px solid #ff7129;
    background: url(../images/icon-2.png) no-repeat right 20px center #373737;
}

.lpros .tis h2 {
    font-size: 30px;
    line-height: 1;
}

.lpros .tis p {
    margin-top: 10px;
    font-size: 14px;
    font-family: "Times New Roman";
    opacity: 0.5;
}

.lpros .gds {
    padding: 30px 30px 0 30px;
}

.lpros .gds a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 19px;
}

.lpros .tel {
    margin-top: 30px;
    padding-right: 36px;
    height: 114px;
    color: #fff;
    text-align: right;
    background: url(../images/telbg.png) no-repeat 32px 27px #ff7129;
}

.lpros .tel h2 {
    padding-top: 32px;
    font-size: 30px;
    font-family: Arial;
    line-height: 1;
}

.lpros dl {
    padding: 0 20px 0 26px;
    border-left: 4px solid #ff7129;
}

.lpros dl dd > a {
    display: block;
    position: relative;
    padding: 32px 50px 32px 6px;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}

.lpros dl dd > a i {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    margin-top: -11px;
    padding-left: 1px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #b9b9b9;
}

.lpros dl dd > a:hover i {
    background-color: #ff7129;
}

.lpros dl dd a.curt {
    color: #ff7129;
}

.lpros dl dd a.curt i {
    background-color: #ff7129;
}

.ltis {
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    background: url(../images/inews_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.lmenu {
    background-color: #fff;
}

.lmenu dd > a {
    display: block;
    padding: 18px 15px 18px 30px;
    font-size: 16px;
    border-bottom: 1px dashed #e5e5e5;
}

.lmenu dd:last-child > a {
    border-bottom: none;
}

.lmenu dd a.curt {
    color: #ff7129;
    font-weight: bold;
}

.ltel {
    padding-right: 20px;
    height: 95px;
    color: #fff;
    text-align: right;
    background: url(../images/telbg.png) no-repeat 15px 18px #ff7129;
    background-size: auto 56px;
}

.ltel h2 {
    padding-top: 22px;
    font-size: 24px;
    font-family: Arial;
    line-height: 1;
}

.ltis2 {
    margin-top: 25px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    background: url(../images/inews_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.lcps {
    padding: 0 15px;
    background-color: #fff;
}

.lcps a {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666;
    font-size: 0;
    border-bottom: 1px dashed rgb(229, 229, 229);
}

.lcps a:last-child {
    border-bottom: none;
}

.lcps a .imgs {
    flex: 0 0 auto;
    width: 100px;
    font-size: 0;
    overflow: hidden;
}

.lcps a .imgs img {
    width: 100%;
    transition: transform ease-out 400ms;
}

.lcps a h2 {
    flex: 1 1 auto;
    margin-left: 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.lcps a:hover {
    color: #ff7129;
}

.lcps a:hover .imgs img {
    transform: scale(1.08);
}

.lxws {
    padding: 0 15px;
    background-color: #fff;
}

.lxws a {
    position: relative;
    display: block;
    padding-left: 12px;
    height: 45px;
    line-height: 45px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px dashed rgb(229, 229, 229);
    transition: all ease-out 400ms;
}

.lxws a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f07905;
    content: "";
}

.lxws a:last-child {
    border-bottom: none;
}

.lxws a:hover {
    padding-left: 15px;
    color: #ff7129;
}

.rbox {
    background-color: #fff;
}

.rtis {
    position: relative;
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid rgb(47, 51, 54);
}

.rtis h2 {
    padding-left: 25px;
    color: #ff7129;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
}

.rtis ul {
    display: inline-block;
    padding-left: 30px;
}

.rtis ul a {
    padding: 5px 15px;
    border-radius: 3px;
}

.rtis ul a:hover {
    color: #ff7129;
    border-bottom: 1px solid #ff7129;
}

.rtis ul .active {
    color: #ff7129;
    border-bottom: 1px solid #ff7129;
}

.rcont {
    padding: 0 25px 40px 25px;
}

/*===================================================================================*/

.nodata {
    padding: 150px 0px;
    color: #999;
    font-size: 18px;
    text-align: center;
}

#bnav {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #999;
}

#bnav a {
    color: #999;
}

#bnav a:hover {
    color: #222;
}

#bnav strong {
    color: #ff7129;
    font-weight: normal;
}

#bnav-m {
    display: none;
    padding: 8px 4%;
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    background-color: #f2f2f2;
}

#bnav-m a {
    color: #999;
}

#bnav-m i {
    margin: 0px 6px;
    font-size: 10px;
}

#bnav-m strong {
    color: #ff7129;
    font-weight: normal;
}

#bname-m {
    position: relative;
    display: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #00468c;
    overflow: hidden;
}

#bname-m h2 {
    padding: 12px 60px 12px 4%;
    color: #fff;
    font-size: 18px;
}

#bname-m span {
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -4px;
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    transition: none;
}

#bname-m span.active {
    margin-top: -12px;
    border-top-color: transparent;
    border-bottom-color: #fff;
}

#bmenu-m {
    display: none;
    width: 100%;
    background-color: #00468c;
    transition: none;
}

#bmenu-m a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 4.2%;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #043e78;
}

#bmenu-m a i {
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -7px;
    color: #fff;
    font-size: 14px;
}

#bmenu-m a.active {
    color: #ff7129;
}

#bmenu-m a.subs {
    padding-left: 8%;
}

#bmenu-m a.thds {
    padding-left: 14%;
}

.input_text {
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px \9;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #dee5ed;
}

.input_area {
    padding: 8px 10px;
    width: 100%;
    height: 176px;
    line-height: 1.7;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #dee5ed;
    resize: none;
    overflow-y: auto;
}

.input_select {
    padding: 0px 0px 0px 8px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.input_text:focus, .input_area:focus, .input_select:focus {
    border-color: #999;
}

.input_radio {
    position: relative;
    top: 1px;
}

.input_checkbox {
    position: relative;
    top: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .input_radio {
        position: relative;
        top: 3px;
        width: 15px;
        height: 15px;
    }

    .input_checkbox {
        position: relative;
        top: 3px;
        width: 15px;
        height: 15px;
    }
}

.button {
    width: 160px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    background-color: #ff7129;
    cursor: pointer;
}

.editorc_nrs {
    padding-top: 50px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.editorc_box {
    padding-top: 2.5%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.editorc {
    font-size: 16px;
    line-height: 1.9;
}

.editorc p {
    margin-bottom: 20px;
}

.editorc p:last-child {
    margin-bottom: 0px;
}

.editorc a {
    text-decoration: underline;
}

.editorc hr {
    padding-bottom: 4px;
    border: 0px;
    border-top: 1px solid #ccc;
}

.editorc h1, .editorc h2, .editorc h3, .editorc h4, .editorc h5, .editorc h6 {
    padding: 9px 0px;
    font-weight: bold;
    line-height: 1.4;
}

.editorc ul {
    margin-bottom: 20px;
    padding-left: 1.4em;
}

.editorc ul:last-child {
    margin-bottom: 0px;
}

.editorc ul li {
    list-style-type: disc;
}

.editorc ol {
    margin-bottom: 20px;
    padding-left: 1.5em;
}

.editorc ol li {
    list-style-type: decimal;
}

.editorc ol:last-child {
    margin-bottom: 0px;
}

.editorc table.border {
    margin-bottom: 20px;
    border: none;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.editorc table.border td, .editorc table.border th {
    padding: 6px 5px;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.editorc table.border td table {
    margin-bottom: 0px;
}

.editorc table.border td p {
    margin: 0px;
    padding: 0px;
}

.editorc table.border th p {
    margin: 0px;
    padding: 0px;
}

.editorc2 {
    font-size: 16px;
    line-height: 1.9;
}

.editorc2 img {
    vertical-align: top;
}

.editorc2 a {
    text-decoration: underline;
}

.editorc2 hr {
    padding-bottom: 4px;
    border: 0px;
    border-top: 1px solid #ccc;
}

.editorc2 h1, .editorc2 h2, .editorc2 h3, .editorc2 h4, .editorc2 h5, .editorc2 h6 {
    padding: 9px 0px;
    font-weight: normal;
    line-height: 1.2;
}

.editorc2 ul {
    margin-bottom: 20px;
    padding-left: 1.4em;
}

.editorc2 ul:last-child {
    margin-bottom: 0px;
}

.editorc2 ul li {
    list-style-type: disc;
}

.editorc2 ol {
    margin-bottom: 20px;
    padding-left: 1.5em;
}

.editorc2 ol li {
    list-style-type: decimal;
}

.editorc2 ol:last-child {
    margin-bottom: 0px;
}

.editorc_tbe table {
    margin-bottom: 20px;
    border: none;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.editorc_tbe td, .editorc_tbe th {
    padding: 6px 5px;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.editorc_tbe td table {
    margin-bottom: 0px;
}

.editorc_tbe td p, .editorc_tbe th p {
    margin: 0px;
    padding: 0px;
}

.editorc_tbe table.no-border {
    border: none;
}

.editorc_tbe table.no-border table {
    border: none;
}

.editorc_tbe table.no-border td {
    border: none;
    padding: 0px;
}

.editorc_tbe table.no-border th {
    border: none;
    padding: 0px;
}

#prevnext {
    position: relative;
    margin: 4% auto 0px auto;
    padding: 15px 150px 0px 0px;
    color: #999;
    font-size: 14px;
    border-top: 1px dashed #ccc;
    overflow: hidden;
}

#prevnext p {
    height: 25px;
}

#prevnext_back {
    position: absolute;
    top: 18px;
    right: 0px;
    display: block;
    padding: 8px 15px 8px 10px;
    color: #333;
    background-color: #eee;
}

#prevnext_back i {
    margin-right: 5px;
    font-size: 14px;
}

#prevnext_back:hover {
    color: #fff;
    background-color: #ff7129;
}

/*===================================================================================*/
/* 关于我们 */

#photos {
    font-size: 0;
}

#photos a {
    display: inline-block;
    margin-top: 3%;
    margin-right: 3%;
    width: 22.75%;
    font-size: 0;
    text-align: center;
    vertical-align: top;
}

#photos a:nth-child(4n) {
    margin-right: 0;
}

#photos a img {
    width: 100%;
    transition: none;
}

#photos a p {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.5;
}

#jobs {
    padding-bottom: 25px;
}

#jobs .marwd {
    margin-left: 25px;
    margin-right: 25px;
}

#jobs .list .info {
    position: relative;
    padding: 25px 100px 25px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

#jobs .list .info p {
    margin-bottom: 3px;
    color: #222;
    font-size: 18px;
}

#jobs .list .info span {
    color: #999;
    font-size: 14px;
}

#jobs .list .info i {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    cursor: pointer;
}

#jobs .list .info i:before {
    position: absolute;
    top: 21px;
    left: 14px;
    width: 16px;
    height: 2px;
    content: '';
    background: #4f4d4d;
}

#jobs .list .info i:after {
    position: absolute;
    top: 21px;
    left: 14px;
    width: 16px;
    height: 2px;
    content: '';
    background: #4f4d4d;
    opacity: 1;
    transition: all cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    transform: rotate(90deg);
}

#jobs .list .text {
    display: none;
    padding: 25px 0;
    background-color: #ececec;
}

#jobs .list .text .editorc {
    color: #333;
}

#jobs .active .info {
    border-bottom-color: #fff;
}

#jobs .active .info:after {
    position: absolute;
    bottom: -1px;
    right: 4px;
    content: "";
    border: 16px solid transparent;
    border-bottom: 16px solid #ececec;
}

#jobs .active .info i:after {
    opacity: 0;
    transform: rotate(0deg);
}

.bdmap {
    margin-top: 35px;
    height: 500px;
    font-size: 0;
    overflow: hidden;
}

#video_play {
    width: 1200px;
    height: 672px;
    font-size: 0px;
    background-color: #000;
    overflow: hidden;
}

/*===================================================================================*/
/* 产品列表 */

#prol {
    width: 350px;
}

#pror {
    width: 1000px;
}

#pror .rows {
    position: relative;
    display: flex;
    margin-bottom: 40px;
    padding: 5px 25px 25px 30px;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

#pror .rows .nrl {
    flex: 1 1 auto;
    padding-right: 40px;
}

#pror .rows .imgs {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 95px;
    font-size: 0;
    box-sizing: border-box;
}

#pror .rows .imgs span {
    max-height: 100%;
}

#pror .rows .imgs img {
    max-height: 100%;
    max-width: 100%;
}

#pror .rows .text {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
}

#pror .rows .more {
    display: block;
    margin-top: 40px;
    width: 120px;
    height: 28px;
    line-height: 28px;
    color: #888;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #c2c2c2;
}

#pror .rows .more:hover {
    color: #fff;
    border-color: #ff7129;
    background-color: #ff7129;
}

#pror .rows .nrr {
    flex: 0 0 auto;
    padding-top: 35px;
    width: 154px;
    font-size: 0;
    text-align: center;
}

#pror .rows .nrr img {
    max-width: 100%;
}

#pror .rows:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#prods_mimgs {
    display: none;
    font-size: 0;
    text-align: center;
    border-top: 1px solid #eee;
}

#prods_mimgs img {
    max-width: 100%;
}

#pror .info {
    display: flex;
    padding: 30px;
    border: 1px solid rgb(235, 235, 235);
    background-color: #fff;
}

#pror .info .imgs {
    flex: 0 0 auto;
    width: 450px;
    font-size: 0;
    text-align: center;
}

#pror .info .imgs img {
    max-width: 100%;
}

#pror .info .text {
    flex: 1 1 auto;
    padding-left: 30px;
}

#pror .info .text h1 {
    color: #222;
    font-size: 24px;
    font-weight: normal;
}

#pror .info .text p {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 1.9;
}

#pror .info .text .asbtn {
    margin-top: 30px;
}

#pror .info .text .asbtn a {
    display: inline-block;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    color: #ff7129;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    border-radius: 16px;
    border: 1px solid #ff7129;
}

#pror .info .text .asbtn a:nth-child(2) {
    margin-left: 20px;
}

#pror .info .text .asbtn a:hover {
    color: #fff;
    background-color: #ff7129;
}

#pror .detail {
    margin-top: 40px;
}

#pror .detail .tis {
    border-bottom: 2px solid #373737;
}

#pror .detail .tis h3 {
    display: inline-block;
    margin-bottom: -2px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    vertical-align: top;
    border-radius: 6px 6px 0 0;
    background-color: #ff7129;
}

#pror .detail .nrs {
    padding: 30px;
    background-color: #fff;
}

#profl {
    background-color: #fff;
}

#profl > div {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

#profl .imgs {
    flex: 0 0 auto;
    width: 400px;
    height: 300px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

#profl .imgs span {
    max-height: 100%;
}

#profl .imgs img {
    max-width: 100%;
    max-height: 100%;
}

#profl .text {
    flex: 1 1 auto;
    padding-left: 40px;
}

#profl .text h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #222;
    font-size: 30px;
    font-weight: normal;
}

#profl .text p {
    color: #666;
    font-size: 16px;
    line-height: 1.9;
}

#pros {
    padding-bottom: 60px;
}

#pros h3 {
    padding-top: 60px;
    padding-bottom: 30px;
    color: #333;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

#pros .list {
    padding: 1px 50px 50px 50px;
    font-size: 0;
    background-color: #fff;
}

#pros .list a {
    display: inline-block;
    margin-top: 3%;
    margin-right: 3%;
    width: 22.75%;
    font-size: 0;
    text-align: center;
    vertical-align: top;
}

#pros .list a:nth-child(4n) {
    margin-right: 0;
}

#pros .list a div {
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: #fff;
    overflow: hidden;
}

#pros .list a div img {
    width: 100%;
    transition: transform ease-out 400ms;
}

#pros .list a h2 {
    padding-top: 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

#pros .list a:hover div {
    border-color: #ff7129;
}

#pros .list a:hover div img {
    transform: scale(1.06);
}

#apps {
    display: flex;
    flex-flow: row wrap;
}

#apps a {
    margin-top: 3%;
    margin-right: 3%;
    width: 31.33333%;
    background-color: #f2f2f2;
    transition-property: background-color;
}

#apps a:nth-child(3n) {
    margin-right: 0;
}

#apps a .imgs {
    font-size: 0;
    overflow: hidden;
}

#apps a .imgs img {
    width: 100%;
    transition: transform ease-out 400ms;
}

#apps a h2 {
    padding: 18px 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    transition: none;
}

#apps a:hover {
    color: #fff;
    background-color: #ff7129;
}

#apps a:hover .imgs img {
    transform: scale(1.08);
}

#apps_info h1 {
    padding: 45px 0 25px 0;
    color: #222;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px dashed #ccc;
}

#fas {
    padding-top: 1px;
}

#fas a {
    display: inline-block;
    margin-bottom: 4%;
    padding: 25px;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff;
}

#fas a:nth-child(even) {
    margin-left: 4%;
}

#fas a .imgs {
    height: 300px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

#fas a .imgs span {
    max-height: 100%;
}

#fas a .imgs img {
    max-width: 100%;
    max-height: 100%;
    transition: transform ease-out 400ms;;
}

#fas a .text h2 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 18px;
}

#fas a .text p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

#fas a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#fas a:hover .imgs img {
    transform: scale(1.08);
}

#sample {
    margin: 60px auto;
    padding: 50px;
    width: 1000px;
    box-sizing: border-box;
    background-color: #fff;
}

#sample .items {
    margin-bottom: 30px;
    font-size: 0;
}

#sample .items p {
    margin-bottom: 10px;
    font-size: 16px;
}

#sample .items p span {
    margin-left: 8px;
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

#sample .yzm {
    position: relative;
    width: 260px;
}

#sample .yzm img {
    position: absolute;
    bottom: 1px;
    right: 1px;
    height: 38px;
    cursor: pointer;
}

#sample .name .items {
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
}

#sample .name .items:nth-child(even) {
    margin-left: 3%;
}

#sample .btns {
    text-align: center;
    font-size: 0;
}


/*===================================================================================*/
/* 知识库列表 */
.readed{
    position: absolute;
    right: 200px;
    color: green;
}
.notread{
    position: absolute;
    right: 200px;
    color: red;
}

#notread_total
{
    position: absolute;
    top: 5px;
    right: 15px;
    color: red;
}
#article a {
    position: relative;
    display: inherit;
    align-items: flex-start;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed rgb(229, 229, 229);
}

#article a .riqi {
    padding-top: 5px;
    padding-bottom: 12px;
    color: #a8a8a8;
    float: right
}

#article a .date {
    flex: 0 0 auto;
    width: 25%;
    height: 140px;
    font-family: Arial;
    color: #7a839e;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-color: #fafafa;
    transition-duration: 100ms;
}

#article a .date span:nth-child(1) {
    font-size: 80px;
    line-height: 1;
    transition-duration: 150ms;
}

#article a .date span:nth-child(2) {
    transition-duration: 150ms;
}

#article a .text {
    padding-top: 18px;
    padding-left: 25px;
    width: 75%;
    box-sizing: border-box;
}

#article a .text h2 {
    font-size: 20px;
    font-weight: normal;
}

#article a .text .riqi {
    padding-top: 5px;
    padding-bottom: 12px;
    color: #a8a8a8;
}

#article a .text .desc {
    color: #999;
    line-height: 1.7;
}

#article a:hover .date {
    color: #fff;
    background-color: #ff7129;
}

#article_ds {
    padding: 0 30px 30px 30px;
}

#article_info h1 {
    padding: 45px 0 25px 0;
    color: #222;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
}

#article_info p {
    padding-bottom: 12px;
    color: #999;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

#article_info p span {
    margin-left: 40px;
}

#article_info p span:first-child {
    margin-left: 0;
}

#article_info p span i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}


/*===================================================================================*/
/* 新闻列表 */

#news a {
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgb(229, 229, 229);
}

#news a .date {
    flex: 0 0 auto;
    width: 25%;
    height: 140px;
    font-family: Arial;
    color: #7a839e;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-color: #fafafa;
    transition-duration: 100ms;
}

#news a .date span:nth-child(1) {
    font-size: 80px;
    line-height: 1;
    transition-duration: 150ms;
}

#news a .date span:nth-child(2) {
    transition-duration: 150ms;
}

#news a .text {
    padding-top: 18px;
    padding-left: 25px;
    width: 75%;
    box-sizing: border-box;
}

#news a .text h2 {
    font-size: 20px;
    font-weight: normal;
}

#news a .text .riqi {
    padding-top: 5px;
    padding-bottom: 12px;
    color: #a8a8a8;
}

#news a .text .desc {
    color: #999;
    line-height: 1.7;
}

#news a:hover .date {
    color: #fff;
    background-color: #ff7129;
}

#news_ds {
    padding: 0 30px 30px 30px;
}

#news_info h1 {
    padding: 45px 0 25px 0;
    color: #222;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
}

#news_info p {
    padding-bottom: 12px;
    color: #999;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

#news_info p span {
    margin-left: 40px;
}

#news_info p span:first-child {
    margin-left: 0;
}

#news_info p span i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

/*===================================================================================*/

#win_ts {
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 9999;
    margin-left: -170px;
    padding: 32px 20px;
    width: 300px;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

#win_loading {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: url(../images/loading2.gif) no-repeat center center;
}

#win_loading_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: url(../images/tbs/white0.png);
}

/*===================================================================================*/
/* 浮动在线客服 */

#float_os {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 99;
    margin-top: -120px;
    width: 60px;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    transition: all ease-out 200ms;
}

#float_os div {
    position: relative;
    z-index: 2;
    height: 60px;
    text-align: center;
    cursor: pointer;
}

#float_os div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #8a8a8a;
}

#float_os div i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: #8a8a8a;
    font-size: 20px;
}

#float_os div p {
    position: absolute;
    top: 0;
    right: 72px;
    display: none;
    padding: 0 20px;
    height: 60px;
    color: #666;
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
    word-break: keep-all;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

#float_os div:hover {
    background-color: #ff7129;
}

#float_os div:hover a, #float_os div:hover i {
    color: #fff;
}

#float_os div:hover p {
    display: block;
}

#float_os .qq {
    border-radius: 6px 0 0 0;
    background-color: #fff;
}

#float_os .tel {
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
}

#float_os .weixin {
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
}

#float_os .weixin img {
    position: absolute;
    bottom: 0;
    right: 72px;
    display: none;
    padding: 5px;
    width: 140px;
    font-size: 0;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

#float_os .weixin:hover img {
    display: block;
}

#float_os .top {
    border-radius: 0 0 0 6px;
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
}

#float_os_btn {
    position: absolute;
    top: 50%;
    right: 60px;
    z-index: 1;
    display: block;
    margin-top: -20px;
    width: 26px;
    height: 40px;
    border-radius: 4px 0px 0px 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#float_os_btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -4px 0px 0px -4px;
    width: 9px;
    height: 9px;
    content: "";
    background: url(../images/float_os_arrow.png) no-repeat;
}

#float_os_btn:hover {
    background-color: #ff7129;
}

#float_os span.show:after {
    background-position: right top;
}

#float_os span.show:hover:after {
    background-position: right bottom;
}

#float_os span.hide:after {
    background-position: left top;
}

#float_os span.hide:hover:after {
    background-position: left bottom;
}

/*===================================================================================*/

#news_page {
    padding: 60px 0 0 0;
    width: 100%;
}

#pros_page {
    padding: 60px 0 0 0;
    width: 100%;
}

.fypage {
    font-size: 0px;
    text-align: center;
    overflow: hidden;
}

.fypage a, .fypage span {
    display: inline-block;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #454545;
    background-color: #f0f0f0;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
}

.fypage a:hover {
    color: #fff;
    background-color: #00468c;
}

.fypage span.fypage_current, .fypage a.fypage_current {
    color: #fff;
    background-color: #00468c;
}

.fypage .fypage_sl {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-style: normal;
    vertical-align: top;
}

.fypage .fypage_prev, .fypage .fypage_next {
}

#news_mpage {
    display: none;
    padding: 6% 0 0 0;
}

#pros_mpage {
    display: none;
    padding: 6% 0 0 0;
}

.mfypage {
    width: 100%;
    height: 24px;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
}

.mfypage a, .mfypage span {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 8px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fff;
    vertical-align: top;
    overflow: hidden;
}

.mfypage a:hover {
    color: #fff;
    border-color: #00468c;
    background-color: #00468c;
}

#fypage_gov {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 6px;
    width: 36px;
    height: 35px;
    color: #777;
    vertical-align: top;
    border: 1px solid #ddd;
    background-color: #fff;
}

#mfypage_gobtn:hover {
    color: #fff;
    border-color: #00468c;
    background-color: #00468c;
}


.button_wd {
    width: 120px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #dd2700;
    cursor: pointer;
}

.button_wd:hover {
    box-shadow: 0px 0px 5px #ccc;
    background: #ff4400;
}
