﻿body {
    margin: 0 auto;
    padding: 0;
    font: normal 14px/24px "Microsoft YaHei";
    font-size: 16px;
    max-width: 1600px;
}
h1,h2,h3,h4,h5,h6{font-family: 微软雅黑, "Microsoft YaHei" !important;
}
li {
    list-style: none;
}

a {
    color: #333
}
#news_detail .pages>a:nth-child(3){
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#products nav {
    width: 74%;
    margin: 0 auto;
}


/* *************************************************   联系我们   *********************************** */


/* ************************************
					顶部导航 
	***************************************/

#header {
    height: 100px;
    /* line-height: 100px; */
    /* min-width: 1300px; */
}

#header .navbar-header>a img:last-child {
    display: none;
}

#header .navbar-header {
    background: #fff;
}

#header nav .nav>li>a {
    color: #000;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

.dropdown-menu>li:first-child>a {
    padding-top: 20px;
}

.dropdown-menu>li:last-child>a {
    padding-bottom: 20px;
}

#header .navbar-header {
    margin-left: 30px;
}

#header .nav>li>a {
    line-height: 100px;
    height: 100px;
    font-size: 18px;
}

#header .nav>li:hover>a {
    color: #fff;
    background: #f1aa00;
    border-bottom: 5px solid #eaeaea;
}

#header .nav>li:hover>ul {
    display: block;
    -webkit-animation: fadeInUp 300ms linear both;
    -moz-animation: fadeInUp 300ms linear both;
    -o-animation: fadeInUp 300ms linear both;
    -ms-animation: fadeInUp 300ms linear both;
    animation: fadeInUp 300ms linear both;
}

#header .nav>li li:hover {
    background-color: #ccc;
}

#header .nav>li li:hover a {
    color: #fff;
}

#header .nav i {
    padding-left: 3px;
}

.navbar-nav>li>a {
    padding-top: 0;
}

.navbar-nav>li:last-child>.dropdown-menu {
    min-width: 120px;
}

.dropdown-menu {
    background-color: #44577b;
    padding: 0;
}

.dropdown-menu li a {
    color: #fff;
}


/* 外面盒子样式---自己定义 */

.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    text-align: right;
}


/* 页数按钮样式 */

.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 35px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 35px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage,
#allPage {
    width: 63px;
    color: #333;
    border: 1px solid #ccc
}

#nextPage,
#prePage {
    width: 70px
}

.page_div .current {
    background-color: #f1aa00;
    border-color: #ccc;
    color: #FFF
}


/* 页面数量 */

.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: #333;
    margin: 0 5px
}


/*button禁用*/

.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

#allPage {
    width: 108px;
}

.page_div button:disabled {
    opacity: 1;
}


/* *************************************
					导航菜单
	*****************************************/

#menu>div:first-child img {
    width: 100%;
}

.tab_btn {
    background-color: #f2f2f2;
    padding: 0 150px;
}

.tab_btn .nav-tabs a {
    color: #232323;
    font-weight: 700;
}

.nav-tabs {
    border: none;
    width: 65%;
    float: left;
    height: 60px;
    font-size: 16px;
    text-align: center;
}

.nav-tabs>li>a {
    line-height: 60px;
    width: 150px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #5e4013;
    background: transparent;
    border: none;
    border-bottom: 3px solid #978d56;
}

.nav-tabs>li>a:hover {
    color: #5e4013;
    background: transparent;
    border: none;
    border-bottom: 3px solid #978d56;
}

#menu .content {
    padding: 50px;
}

#menu .content>div:first-child {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

#menu .content>div:first-child h3 {
    color: #9d8353;
    padding-bottom: 80px;
}

#menu .content>div:nth-child(2) {
    margin-top: 80px;
    text-align: center;
}

#menu .content>div:nth-child(2) ul {
    padding-right: 40px;
    display: inline-block;
    width: 90%;
}


/* #menu .content>div:nth-child(2) img {
    width: 10%;
} */

#menu .content>div:nth-child(2) li h3 {
    line-height: 50px;
}

#menu .content>div:nth-child(2) li {
    line-height: 50px;
    float: left;
    width: 32%;
    display: inline;
}

#menu .content>div:nth-child(2) li p {
    font-size: 16px;
}

.breadcrumb {
    width: 35%;
    float: right;
    height: 60px;
    line-height: 60px;
    background: transparent;
    text-align: right;
}

.breadcrumb li a {
    color: #242424;
    text-decoration: none；
}

.breadcrumb li a:hover {
    text-decoration: none;
    color: #5e4013;
}

.breadcrumb li:first-child a {
    padding-left: 24px;
    background: url("../images/about_2.png") no-repeat;
    background-size: 18px auto;
}

.breadcrumb>li {
    display: inline-block !important;
}

.breadcrumb>li+li:before {
    padding: 0 3px;
    color: #242424;
    content: ">>";
}

.breadcrumb li:last-child a {
    color: #5e4013;
}


/* 底部 */

#footer {
    padding-top: 30px;
    color: #fff;
    background-color: #043a7b;
    letter-spacing: 2px;
    /* min-width: 1240px; */
}

#footer a {
    color: #fff;
    font-family: "Times New Roman", Times, serif;
font-size:14px;
}

#footer .container>div {
    margin-left: 0px;
}

#footer .container>div h2 {
    color: #fff;
    font-size: 20px;
}

#footer dl {
    float: left;
    padding: 10px 15px;
}

#footer dl:last-child {
    text-align: center;
    float: left;
    padding: 10px 30px;
}

#footer dl dd {
    padding: 3px 0;
}

#footer .footer-bottom {
    margin-top: 40px;
    background: #124d97;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#footer .footer-bottom p span:first-child {
    display: inline-block;
    background: url("../images/bnt_8.png") no-repeat;
    background-size: 30px 30px;
    background-position: 10px 10px;
    padding-left: 45px;
}

#footer .footer-bottom p span:last-child {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 8px;
}

#footer dl {
    height: 150px;
}

#footer div {
    text-align: center;
}

#footer div div {
    display: inline-block;
}

#footer dl {
    display: inline;
}


/* #footer {
    margin-top: 50px;
} */


/* ************************************************服务支持********************************************* */

#services #myTabContent {
    min-height: 400px;
}

#services>div:first-child img {
    width: 100%;
}

#services .content {
    width: 60%;
    margin: 0 auto;
    margin-top: 60px;
    padding: 40px 20px 80px;
}

#services .content h4 {
    color: #035aaa;
}

#services .course h5,
.services .course h4 {
    color: #035aaa;
}

#services .course>.pull-left {
    width: 50%;
}

#services .course div p {
    font-size: 12px;
    letter-spacing: 3px;
}

#services .course>div:first-child {
    padding-right: 15px;
}

#services .course>div:nth-child(2) {
    padding-left: 15px;
}

#services .course>div:nth-child(3) {
    /* margin: 10px auto; */
    text-align: center;
}


/*************************************************** 公司简介 ********************************************/

#company {
    margin-bottom: 100px;
}

#company .tab-content {
    margin-top: 50px auto 0;
}

#company .content {
    width: 90%;
    margin: 0 auto;
}

#company .title {
    text-align: center;
}


/* #company .title>div {
    height: 200px;
    line-height: 200px;
    background: url("../images/company_1.png") no-repeat;
    background: url("http://115.29.48.48:8086/upload/201904/16/201904161639568079.png") no-repeat;
    background-size: 200px auto;
    background-position: 38px 15px;
} */

#company .title>div span {
    font-size: 40px;
    color: #186fb4;
}

#company .title>div span:first-child {
    padding: 100px 5px 100px 100px;
    background-size: 150px 150px;
    background-position: 37px 56px;
    color: #fff;
}

#company .title>div span:last-child {
    padding: 100px 100px 100px 0;
    background-size: 50px 50px;
    background-position: 0px 40px;
}

#company .profile {
    margin-top: 50px;
}

/*#company .profile .pull-left {
    width: 50%;
}*/

#company .profile .pull-left:first-child img {
    width: 100%;
}

#company .profile .pull-left:last-child {
    padding: 0px 40px;
}

#company .profile .pull-left:last-child h3 {
    letter-spacing: 2px;
    color: #2b3fa3;
    font-weight: 700;
}

#company .profile .pull-left:last-child h3,
#company .profile .pull-left:last-child h5 {
    text-align: center
}

#company .profile .pull-left:last-child p {
    text-indent: 2em;
    font-size: 12px;
    text-align: left;
}

#company .profile .pull-left:last-child p:nth-child(3) {
    margin-top: 50px;
}


/* ********************************************发展历程***************************************** */

#company div:first-child img {
    width: 100%;
}

#company .company_line {
    width: 5px;
    background: #037dfa;
    height: 100%;
}

h1 {
    text-align: center;
    color: #fff;
}

@keyframes heightSlide {
            0% {
                height: 0;
            }

            100% {
                height: 1050px;
            }
        }

        @-moz-keyframes heightSlide {
            0% {
                height: 0;
            }

            100% {
                height: 1050px;
            }
        }

        @-o-keyframes heightSlide {
            0% {
                height: 0;
            }

            100% {
                height: 1050px;
            }
        }

        @-ms-keyframes heightSlide {
            0% {
                height: 0;
            }

            100% {
                height: 1050px;
            }
        }

        @-webkit-keyframes heightSlide {
            0% {
                height: 0;
            }

            100% {
                height: 1050px;
            }
        }

        @keyframes showIn {

            0%,
            70% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-moz-keyframes showIn {

            0%,
            70% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-o-keyframes showIn {

            0%,
            70% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-ms-keyframes showIn {

            0%,
            70% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-webkit-keyframes showIn {

            0%,
            70% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        .timezone {
            width: 6px;
            height: 2400px;
            background: #037dfa;
            margin: 0 auto;
            margin-top: 50px;
            border-radius: 3px;
            position: relative;
            -webkit-animation: heightSlide 6s linear;
            -moz-animation: heightSlide 6s linear;
            -o-animation: heightSlide 6s linear;
            -ms-animation: heightSlide 6s linear;
            animation: heightSlide 6s linear;
        }

        .timezone .sanjiao {
            position: absolute;
            top: -2px;
            width: 0;
            height: 0;
            border-radius: 0;
            left: -12px;
            transition: none;
            border-top: none;
            border-left: 15px solid transparent !important;
            border-right: 15px solid transparent !important;
            border-bottom: 20px solid #037dfa !important;
            background: transparent;
            animation: 0s showIn ease;
        }

        .year {
            position: absolute;
            margin-left: -27px;
            margin-top: -10px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            color: #FFF;
            border-radius: 50%;
            background: #037dfa;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-animation: showIn ease;
            -moz-animation: showIn ease;
            -o-animation: showIn ease;
            -ms-animation: showIn ease;
            animation: showIn ease;
        }

        .time,
        .timeLeft {
            width: 20px;
            height: 20px;
            background: #fff;
            border: 2px solid #037dfa;
            top: 235px;
            left: -8px;
            border-radius: 50%;
            position: absolute;

        }

        .time>h2:first-child,
        .timeLeft>h2:first-child {
            position: absolute;

            color: #037dfa;
            font-size: 22px;
            cursor: pointer;
        }

        .time>h2:nth-child(2),
        .timeLeft>h2:nth-child(2) {
            position: absolute;
            color: #575757;
            font-size: 22px;
            cursor: pointer;
        }

        .time>div,
        .timeLeft>div {
            position: absolute;
            width: 400px;
            height: 50px;
            background: #037dfa;
            border-radius: 10px;
            z-index: 2;
            overflow: hidden;
            cursor: pointer;
        }

        .time .title,
        .timeLeft .title {
line-height: 50px;
            //padding-left: 20px;
            color: #fff;
            font-weight: bold;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .time .content-box,
        .timeLeft .content-box {
            padding: 0;
        }

        .time .content,
        .timeLeft .content {
            width: 400px;
            padding: 5px 0 0;
            border-top: 2px solid #eee;
            color: #fff;
            box-sizing: border-box;
        }

        li {
            list-style: none;
        }

        .time .content-box li,
        .timeLeft .content-box li {
            height: 25px;
            line-height: 25px;
            width: 100% !important;
            /* margin: 0 auto; */
            font-size: 14px;
        }

        .time .content-box .content,
        .timeLeft .content-box .content {
width: 100% !important;
            margin: 0 !important;
            padding: 10px 20px ;
            text-align: left !important;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .timezone .time div:hover,
        .timezone .timeLeft div:hover {
            height: 170px !important;
        }



/* *********************************************企业文化*********************************************** */

#company #company_54 {
    padding: 0 150px;
}

#company #company_54 ul li {
    float: left;
}

#company #company_54 ul {
    padding-left: 0;
    margin-top: 30px;
}

#company_54 ul li {
    width: 50%;
}

#company_54 ul li:first-child {
    padding-right: 10px;
}

#company_54 ul li:last-child {
    padding-left: 10px;
}

#company_54 ul li img {
    width: 100%;
}

#company_54>div img {
    width: 100%;
}


/* *******************************************荣誉资质*********************************************** */

#company_55 {
    padding: 0 50px;
}

#company_55>div:nth-child(2) h3 {
    color: #978d56;
    border-bottom: 2px solid #978d56;
    padding: 15px 20px;
}

#company_55>div:nth-child(2) ul {
    padding: 20px 20px;
}

#company_55>div:nth-child(2) ul li {
    width: 20%;
    padding: 20px 20px;
    float: left;
}

#company_55>div:nth-child(2) ul li img {
    width: 100%;
}

#company_55>div:nth-child(2) ul:nth-child(4) li {
    width: 19%;
}

#company_55>div:nth-child(2) ul:nth-child(4) li:nth-child(2) {
    width: 23%;
    //padding-top: 80px;
}

#company_55>div:nth-child(2) ul:nth-child(4) li:first-child {
    width: 20%;
}

#company_55>div:nth-child(2) ul li img {
    width: 100%;
    padding: 20px 0;
}


/* *******************************************新闻中心****************************************** */

#news>div:first-child img {
    width: 100%;
}

#news .tab-content {
    padding: 50px 150px;
    max-width: 1350px;
    margin: 0 auto;
}

#news_1>div a:hover,
#news_1>div a:visited {
    color: #333;
    text-decoration: none;
}

#news_1>div {
    border-bottom: 1px dashed #ccc;
}

#news_1>div ul {
    padding: 40px 0 20px;
}

#news_1>div ul li {
    float: left;
    margin-left: 20px;
}

#news_1>div ul li:first-child {
    width: 100px;
    text-align: center;
    border: 2px solid #978d56;
}

#news_1>div ul li:first-child h3 {
    color: #757575;
    font-size: 45px;
    margin-bottom: 0;
}

#news_1>div ul li:first-child p {
    color: #757575;
}

#news_1>div ul li:nth-child(2) {
    position: relative;
    padding: 20px 0;
}

#news_1>div ul li:nth-child(2) p span:last-child {
    display: inline-block;
    width: 25px;
    border-bottom: 2px solid #978d56;
    position: absolute;
    top: 45px;
    left: 16px;
    z-index: 9;
}

#news_1>div ul li:nth-child(3) {
    width: 20%;
    float: right;
}

#news_1>div ul li:nth-child(3) img {
    width: 100%;
}


/* ****************************************新闻详情页****************************************** */

#news_detail>div:first-child img {
    width: 100%;
}

#news_detail .tab-content {
    padding: 20px 150px;
}

#news_detail .tab-content h3 {
    text-align: center;
    color: #978d56;
    padding: 20px 0;
    border-bottom: 1px dashed #978d56;
}

#news_detail .tab-content>p {
    text-align: center;
}

#news_detail .tab-content>div:nth-child(3) {
    text-align: center;
    margin: 40px auto;
    /* border: 1px solid #ccc; */
    padding: 10px;
    width: 70%;
    //width:600px;
    //height:400px;
}

#news_detail .tab-content>div:nth-child(3) img {
    width: 100%;
    //height:100%;
}

#news_detail .tab-content>div:nth-child(4) {
    margin-bottom: 80px;
}

#news_detail .tab-content>div:nth-child(4) p {
    text-indent: 2em;
}

#news_detail .tab-content>div:nth-child(5) {
    margin: 0 auto 40px;
    text-align: center;
    width: 100%;
}

#news_detail .tab-content>div:nth-child(5) a {
    width: 30%;
    color: #432a0f;
    display: inline-block;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
#news_detail .tab-content>div:nth-child(5) a:nth-child(3) {
    max-width: 30%;
width:auto
}
#news_detail .tab-content>div:nth-child(5) a:hover {
    font-weight: 700;
    text-decoration: none;
}

#news_detail .tab-content>div:nth-child(5) a:first-child span {
    display: inline-block;
    padding-right: 20px;
}

#news_detail .tab-content>div:nth-child(5) a:last-child span {
    display: inline-block;
    padding-left: 8px;
}


/* **********************************************产品页***************************************** */

#products #myTabContent {
    min-height: 365px;
    background: #f7f7f7;
}
#products .tab_btn{
    padding: 0
}
#products>div:first-child img {
    width: 100%;
}

#products .content div {
    text-align: center;
}

#products .content div ul {
    display: inline-block;
    width: 74%;
}

#products .content div>ul li {
    width: 30%;
    display: inline;
    float: left;
    margin: 20px 10px;
    overflow: hidden;
}

#products .content div>ul li img {
    // width: 100%;
    max-width: 264px;
}

#products .tab-content>div:last-child {
    margin-bottom: 40px;
    padding: 0 150px;
}


/* ****************************************产品页详情****************************************** */

#products_detail {
    margin-bottom: 40px;
}

#products_detail .tab-content {
    padding: 20px 150px;
    max-width: 1350px;
    margin: 0 auto;
}

#products_detail>div:first-child img {
    width: 100%;
}

#products_detail .tab-content h3 {
    text-align: center;
    color: #978d56;
    padding: 20px 0;
    border-bottom: 1px dashed #978d56;
}

#products_detail .tab-content>p {
    text-align: center;
}

#products_detail .tab-content>div:nth-child(3) {
    text-align: center;
    margin: 40px auto;
    border: 1px solid #ccc;
    padding: 10px;
    width: 60%;
    max-width: 400px;
    max-height: 310px;
}

#products_detail .tab-content>div:nth-child(3) img {
    width: 100%;
    max-height: 297px;
}

#products_detail .tab-content>h4:nth-child(4),
#products_detail .tab-content>h4:nth-child(6) {
    padding: 0 30px;
    color: #373636;
    font-weight: 700;
}

#products_detail .tab-content>h4:nth-child(6) {
    padding-top: 30px;
}

#products_detail .tab-content>div:nth-child(5) ul li {
    padding: 5px 0;
}

#products_detail .tab-content>div:nth-child(5) ul li,
#products_detail .tab-content>div:nth-child(7) ul li {
    list-style: decimal;
}

#products_detail .tab-content>div:nth-child(5) ul li,
#products_detail .tab-content>div:nth-child(7) ul li,
#products_detail .tab-content>div:nth-child(7) ul li p,
#products_detail .tab-content>div:nth-child(7) ul li h5 {
    color: #757575;
}

table {
    border: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

table th,
table td {
    color: #757575;
    text-align: center;
}

table th:first-child {
    width: 35%;
}


/* ****************************************分页样式***************************************** */


/* #news #myTabContent>div:last-child, #solution #myTabContent>div:last-child, #products #myTabContent>div:last-child {
    margin-top: 30px;
} */


/* #news #myTabContent>div:last-child, #solution #myTabContent>div:last-child, #products #myTabContent>div:last-child {
    float: right;
} */


/* #news #myTabContent>div:last-child a, #news #myTabContent>div:last-child span, #solution #myTabContent>div:last-child a, #solution #myTabContent>div:last-child span, #products #myTabContent>div:last-child a, #products #myTabContent>div:last-child span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
}

#news #myTabContent>div:last-child a:hover, #news #myTabContent>div:last-child a:visited, #solution #myTabContent>div:last-child a:hover, #solution #myTabContent>div:last-child a:visited, #products #myTabContent>div:last-child a:hover, #products #myTabContent>div:last-child a:visited {
    text-decoration: none;
    color: #fff;
    background: #f1aa00
} */

#news #myTabContent .pagination,
#solution #myTabContent .pagination,
#products #myTabContent .pagination {
    float: right;
    width: auto !important;
}

#news #myTabContent .pagination a,
#news #myTabContent .pagination span,
#solution #myTabContent .pagination a,
#solution #myTabContent .pagination span,
#products #myTabContent .pagination a,
#products #myTabContent .pagination span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
}

#news #myTabContent .pagination a:hover,
#solution #myTabContent .pagination a:hover,
#solution #myTabContent .pagination a:visited {
    text-decoration: none;
    color: #fff;
    background: #f1aa00
}


/* , #solution #myTabContent .pagination a:visited, #products #myTabContent .pagination a:hover, #products #myTabContent .pagination a:visited #news #myTabContent .pagination a:hover */


/* ********************************************解决方案********************************************** */

#solution_1 li:hover {
    background: #08a2ea;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

#solution #myTabContent>div:first-child ul li:hover div h4,
#solution_1 li:hover p {
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#solution .nav-tabs {
    width: 70%;
}

#solution .breadcrumb {
    width: 30%;
}

#solution .nav-tabs li a {
    width: 130px;
}

#solution>div:first-child img {
    width: 100%;
}

#solution #myTabContent {
    padding-bottom: 30px;
}

#solution #myTabContent #solution_1 ul {
    padding: 40px 40px 0;
    display: inline-block;
    width: 100%;
    max-width: 1400px;
    margin-bottom: 0;
}

#solution #myTabContent>div>div {
    text-align: center;
    padding: 0 150px;
}

#solution #myTabContent>div>div:nth-child(2) p {
    text-align: left;
}

#solution #myTabContent #solution_1 ul li {
    display: inline;
    float: left;
    width: 33%;
    height: 540px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

#solution_1>div:first-child ul li img {
    width: 100%;
}

#footer dl {
    text-align: left;
}

#footer dl img {
    width: 100%;
}

#solution #myTabContent>div:first-child ul li div {
    margin-top: 20px;
    width: 70%;
    color: #707070;
    display: inline-block;
}

#solution #myTabContent>div:first-child ul li div h4 {
    color: #9e9564;
}

#solution #myTabContent>div:first-child ul li div p {
    text-align: left;
}

#solution #myTabContent #solution_1 ul li:first-child {
    background: #08a2ea;
    position: relative;
}

#solution #myTabContent>div:first-child ul li:first-child div {
    width: 60%;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#solution #solution_1>div:first-child ul li:first-child div h3 {
    padding-bottom: 20px;
    color: #fff;
    border: none;
}

#solution #solution_29>div:first-child,
#solution #solution_29>div:nth-child(4) {
    padding: 0px 150px;
}

#solution #solution_29 h3 {
    text-align: center;
    color: #978d56;
    padding: 20px 0;
    border-bottom: 1px dashed #978d56;
}

#solution #solution_29 p:nth-child(2) {
    text-align: center;
}

#solution #solution_29 h2 {
    text-align: left;
    margin-top: 80px;
}

#solution #solution_29 p:nth-child(4) {
    text-align: center;
    margin-top: 30px;
    //margin-left: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
}

#solution #myTabContent>div:nth-child(2) {
    /* padding: 0 150px; */
}

#solution #myTabContent>div:nth-child(2) p {
    text-align: center;
}

#solution #solution_29>div:nth-child(3) {
    background: #5c42eb;
    margin-top: 50px;
}

#solution #solution_29>div:nth-child(3)>div {
    text-align: center;
}

#solution #solution_29>div:nth-child(3)>div h2 {
    color: #fff;
    padding-top: 80px;
}

#solution #solution_29>div:nth-child(3)>div div {
    width: 100%;
    padding: 50px 0 80px;
}

#solution #solution_29>div:nth-child(3)>div img {
    width: 100%;
}

.advantage div>img {
    width: 100%;
}

.advantage ul {
    width: 100%;
    padding: 0 0;
    margin-top: 30px;
}

.advantage ul li {
    float: left;
    display: inline-block;
}

.advantage ul li:first-child {
    margin-right: 12px;
    width: 53%;
}

.advantage ul li:last-child {
    margin-left: 12px;
    width: 44%;
}

.advantage>div>ul li img {
    width: 100%;
}

#solution #solution_29 .text-advantage {
    padding: 0 150px;
}

#solution #solution_29.text-advantage>h3 {
    padding: 20px 0;
    font-weight: 700;
    text-align: left;
    color: #707070;
    border: none;
}

#solution #solution_29 .text-advantage div>ul {
    padding: 0;
}

.text-advantage div {
    margin-bottom: 40px;
}
#solution #myTabContent .page>a:nth-child(3){
    width:auto;
    max-width:30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:inline
}
.text-advantage li {
    color: #707070;
    font-size: 16px;
    margin-top: 20px;
}

.text-advantage li p span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #0b70d2;
    border-radius: 50%;
    margin-right: 5px;
}

#solution #solution_29 .text-advantage li p {
    text-align: left;
}

#solution #solution_29 .text-advantage img {
    width: 100%;
}

.case>div {
    padding: 0 0px 50px;
}

.case div h2 {
    color: #fff;
    padding: 80px 0 60px;
}

.case>div>div,
.case>div>ul {
    width: 100%;
}

.case>div>div img {
    width: 32%;
    padding: 0 5px 20px;
}

.case>div>ul {
    padding: 0;
    margin-bottom: 50px;
}

.case>div>ul li {
    float: left;
}

.case>div>ul li:first-child {
    width: 34%;
    padding: 0 10px 0 20px;
}

.case>div>ul li:last-child {
    width: 64%;
    padding-left: 5px;
}

.case>div>ul li:last-child img:last-child {
    margin-top: 10px;
}

.case>div>ul li img {
    width: 100%;
}

#solution #myTabContent .case h3 {
    text-align: left;
    color: #fff;
    border: none;
}

.case h3,
.case h4 {
    text-align: left;
    color: #fff;
}

.case h4 {
    text-indent: 2em;
    padding: 10px 0;
    font-size: 20px;
    display: inline-block;
}

.case h4:last-child {
    width: 50%;
}

#solution #myTabContent .sanjiaoxing>span {
    border: 40px solid transparent !important;
    border-top: 50px solid #5c42eb !important;
    padding: 0 !important;
    margin-top: 30px;
}

#solution #solution_59>div:first-child {
    padding: 0 150px;
    margin-bottom: 40px;
}

#solution #solution_59>div:first-child h3 {
    text-align: center;
    color: #978d56;
    padding: 20px 0;
    border-bottom: 1px dashed #978d56;
}

#solution #solution_59>div:first-child p:nth-child(2) {
    text-align: center;
}

#solution #solution_59>div:first-child h2 {
    text-align: left;
    margin-top: 80px;
}

#solution #solution_59>div:first-child p:last-child {
    text-align: left;
}

#solution #solution_59>div:nth-child(2) {
    background: #3367fb;
    margin-top: 50px;
}

#solution #solution_59>div:nth-child(2)>div {
    padding: 0 150px;
    text-align: center;
}

#solution #solution_59>div:nth-child(2)>div h2 {
    color: #fff;
    padding-top: 80px;
    text-align: left;
}

#solution #solution_59>div:nth-child(2)>div div {
    width: 100%;
    padding: 50px 0 80px;
}

#solution #solution_59>div:nth-child(2)>div img {
    width: 100%;
}

#solution #solution_59>.profile {
    padding: 0 150px;
}

#solution #solution_59>.profile h3 {
    text-align: left;
    color: #707070;
    margin-top: 50px;
}

#solution #solution_59>.profile ul li {
    float: left;
}

#solution #solution_59>.profile ul li:first-child {
    width: 60%;
    padding-top: 50px;
}

#solution #solution_59>.profile ul li:first-child p {
    text-align: left;
    text-indent: 2em;
    color: #707070;
    letter-spacing: 2px;
}

#solution #solution_59>.profile ul li:last-child {
    width: 37%;
    margin-left: 20px;
}

#solution #solution_59>.profile ul li:last-child img {
    width: 90%;
}

#solution .point {
    padding: 0 150px 40px;
}

#solution .point>div h3,
.point>div div {
    text-align: left;
    color: #fff;
    padding: 0 30px;
}

#solution .point>div h3 {
    padding: 50px 0;
}

#solution .point>div div p {
    text-indent: 2em;
}

#solution .point>div div h5 {
    font-size: 16px;
    font-weight: 700;
}

#solution .project_case {
    padding: 0 150px;
}

#solution .project_case h3 {
    text-align: left;
    padding: 50px 0;
}

#solution .project_case div {
    width: 100%;
}

#solution .project_case div img {
    width: 100%;
    margin-bottom: 40px;
}

#solution .tab-content h3 {
    text-align: center;
    color: #978d56;
    padding: 20px 0;
    border-bottom: 1px dashed #978d56;
}

#solution .tab-content>p {
    text-align: center;
}

#solution #myTabContent>div:nth-child(2) {
    margin: 40px auto 20px;
    text-align: center;
    width: 100%;
}

#solution #myTabContent>div:nth-child(2) a:hover {
    font-weight: 700;
    text-decoration: none;
}

#solution #myTabContent>div:nth-child(2) a {
    width: 30%;
    color: #432a0f;
    display: inline-block;
    text-align: center;
}

.application-case>ul li {
    color: #fff;
    font-size: 22px;
    padding: 20px;
}


/* 三级菜单 */

.dropdown3 {
    display: none;
    opacity: 0;
}

.dropdown3.hover {
    position: absolute;
    top: 0px;
    right: -119px;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 120px;
    background-color: #44577b;
    display: block;
    -webkit-animation: fadeIn 0.5s ease-in-out;
    -moz-animation: fadeIn 0.5s ease-in-out;
    -o-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
    opacity: 1;
    display: block;
}

.dropdown3>li {
    list-style: none;
}

.dropdown3>li>a {
    color: #fff;
    display: block;
    padding: 13px 15px;
    /* line-height: normal; */
}

.dropdown3>li>a:hover {
    background: #ccc;
}

.dropdown-menu {
    min-width: 120px;
}





