/*!
 * 自定义样式 
 */
@media (min-width: 1300px) {
    .container {
        width: 1200px;
    }
}

.article-content img,
.mb-content img {
    width: 96% !important;
    height: auto !important;
    margin: 5px auto;
}

a:focus,
a:hover {
    text-decoration: none;
}

body {
    font-size: 15px;
}

.one-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo {
    display: block;
    width: 120px;
    height: auto;
}

.logo-lg {
    width: 240px;
}

.you-navbar-brand {
    padding: 5px 15px;
}

.you-navbar {
    background-color: #2590FE;
    margin: 0 -15px;
}

.navbar-nav {
    border-top: 1px solid #fff;
}

.you-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.you-nav-line {
    width: 100%;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.you-nav-line>a {
    flex: 1;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
}

.my-nav .open>a,
.my-nav .open>a:focus,
.my-nav .open>a:hover {
    background-color: #2590FE;
    color: #fff;
    border-color: #2590FE;
}

.you-icon-right {
    color: #fff;
    padding-right: 30px;
}

.cp-nav-line>a {
    color: #504f4f;
}

.cp-collapse .navbar-nav {
    margin-top: 40px;
}

.mb-nav-height {
    width: 100%;
    height: 50px;
}

.carousel-indicators .active {
    background-color: #de6705;
}

.you-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid#E7E2E2;
}

.visible-xs-title {
    margin-top: 20px;
}

.you-name {
    color: #1662A0;
    font-size: 18px;
    font-weight: bold;
}

.you-name small {
    color: #666;
    font-weight: normal;
    font-size: 15px;
}

.you-more {
    font-size: 14px;
    color: #eeaa37;
    text-decoration: none;
}

.intro-logo {
    margin-bottom: 15px;
}

.you-content {
    margin-top: 15px;
}

.you-intro-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.busy-line {
    background-color: #4E5056;
    border: 3px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-decoration: none;
}

.busy-line:hover {
    background-color: #237FC9;
}

.busy-title {
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

.news-wrap {
    display: flex;
    flex-direction: column;
}

.news-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #c7c1aa;
}

.case-wrap {
    margin-right: -15px;
}

.case-line {
    padding-right: 15px !important;
}

.case-line>a {
    display: block;
    background-color: #000;
}

.case-line>a>img {
    margin-left: auto;
    margin-right: auto;
}

.case-title {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #9f9f9f;
    color: #fff;
    padding: 0 10px;
}

.cp-case-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -20px;
}

.cp-case {
    box-sizing: border-box;
    width: 20%;
    padding-right: 20px;
}

.cp-case-line {
    position: relative;
    display: block;
    height: 200px;
    margin-bottom: 20px;
}

.cp-case-img {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}

.cp-case-title {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 180px;
    color: #fff;
}

.you-footer {
    background-color: #1472BC;
    color: #fff;
    padding-top: 20px;
    margin-bottom: 40px;
}

.footer-left,
.footer-left:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.footer-title-intro {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.footer-intro-title {
    font-weight: bold;
}

.footer-intro-content {
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 50px;
}

.footer-line {
    padding-right: 30px;
}

.footer-title,
.footer-title:hover {
    color: #fff;
}

.footer-link-line>a {
    color: #fff;
}

.footer-link {
    list-style: none;
}

.footer-link-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 30px;
    line-height: 30px;
}

.footer-link-line>a {
    padding-left: 10px;
}

.footer-bottom {
    margin-top: 30px;
    padding: 10px;
    background-color: #666;
}

.footer-bottom-link {
    padding-right: 5px;
    color: #1472BC;
}

.footer-divide {
    width: 100%;
    height: 45px;
}

.mb-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    border-top: 1px solid #dadada;
}

.mb-footer-line,
.mb-footer-line>a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #292929;
}

.mb-footer-line {
    display: flex;
    border-right: 1px solid #dadada;
}

.mb-footer-line:last-child {
    border-right: 0;
}

.mb-footer-line>a>img {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.banner-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.controll-title {
    box-sizing: border-box;
    border-bottom: 4px solid #e7e7e7;
}

.title-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #1562A0;
}

.you-path-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-path {
    align-self: flex-end;
}

.page-content {
    padding-bottom: 30px;
}

.left-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: -4px;
    border-top: 4px solid #1562A0;
}

.menu-link {
    box-sizing: border-box;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fafafa;
}

.menu-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 20px;
    padding-right: 10px;
}

.menu-line:hover,
.menu-line-active {
    background-color: #1562A0;
    color: #fff;
    text-decoration: none;
}

.left-contact {
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    padding: 15px 20px;
    background-color: #fff;
}

.contact-title {
    color: #1662a0;
    font-weight: bold;
    font-size: 18px;
}

.contact-line>p {
    margin-bottom: 5px;
}

.article-title {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 36px;
    color: #1662a0;
    font-size: 24px;
}

.you-form-line {
    margin-bottom: 10px;
}

.project-line {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #d9d9d9;
}

.project-line:first-child {
    padding-top: 0;
}

.project-title {
    color: #353233;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
}

.project-detail {
    margin-top: 15px;
}

.env-line {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d6d5d5;
    color: #6e6e6e;
}

.env-line:first-child {
    padding-top: 0;
}

/* .env-line:last-child {
    border-bottom: 0;
} */
.message-left {
    position: fixed;
    left: 10px;
    bottom: 10px;
    box-sizing: border-box;
    width: 250px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 100;
}

.message-left-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #4E6EF2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.message-title {
    color: #fff;
}

.message-left-image {
    display: block;
    width: 30px;
    height: 30px;
}

.close {
    width: 15px;
    height: 15px;
}

.message-left-content {
    box-sizing: border-box;
    width: 80%;
    margin: 10px auto;
}

.message-left-btn {
    background: #4E6EF2;
    color: #fff;
}

.message-center {
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    box-sizing: border-box;
    width: 400px;
    height: 175px;
    margin-left: -200px;
    margin-top: -88px;
    z-index: 1000;
}

.message-wrap {
    position: relative;
    width: 400px;
    height: 175px;
    margin: 0 auto;
    background-color: #0085DA;
    border-radius: 5px;
}

.message-center-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 208px;
    height: 175px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.message-center-cancel {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 18px;
    height: 18px;
}

.message-center-text {
    position: absolute;
    left: 130px;
    top: 50px;
    width: 250px;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.message-center-area {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    height: 40px;
}

.message-center-btn {
    box-sizing: border-box;
    width: 82px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
}

.message-btn1 {
    color: #fff;
    background: transparent;
}

.message-btn2 {
    color: #0085da;
    background-color: #fff;
}

.message-right {
    position: absolute;
    right: 5px;
    bottom: 28%;
    width: 140px;
    height: 50px;
    border-radius: 5px;
    background-color: #00AEF3;
}

.message-right-image {
    display: block;
    margin: 0 auto;
}

.media-object {
    width: 240px;
    height: auto;
}

.pageRow {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.page-line {
    display: flex;
    flex-direction: row;
    padding-bottom: 5px;
    line-height: 25px;
    align-items: center;
}

.page-label {
    align-self: flex-start;
}

.back-top {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1000;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
}

.nav>li:hover .dropdown-menu {
    display: block;
}

.nav>li:hover .my-dropdow-menu {
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #eee;
    border: none;
    padding-bottom: 20px;
}

.my-dropdow-menu li:hover,
.my-dropdow-menu li>a:hover {
    background: none;
    color: #0085da;
}

.my-dropdow-menu li {
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.my-dropdow-menu li>a {
    padding: 12px;
    border-bottom: 1px solid #ccc;
}

/* 手机样式 开始*/
.mb-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
}

.mb-content {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    background-color: #f5f5f5;
}

.mb-list {
    box-sizing: border-box;
    width: 100%;
    height: 80vh;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f5f5f5;
}

.mb-list-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.mb-list-line:last-child {
    border-bottom: 0;
}

.mb-list-line a {
    display: block;
}

.index_icon_img {
    display: block;
    width: 25px;
    height: 25px;
}

.mb-content img {
    width: 100% !important;
    height: auto !important;
}

.mb-content #dituContent,
.mb-content table {
    width: 100% !important;
}

/* 手机样式 结束*/