@charset "UTF-8";
body {
    font-family: "微软雅黑";
}

.top-wrapper {
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

.navbar-header {
    overflow: hidden;
}

.navbar {
    width: 100% !important
}

.page-banner {
    max-height: 350px;
    overflow: hidden;
    text-align: center;
    margin-top: 120px;
}

.page-banner img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.crumbs a {
    color: #999999;
}

.tel {
    display: none;
}

.origin,
.visit {
    padding-left: 25px;
    display: block;
    background: url(../images/eye.png) no-repeat center;
    background-position: -5px center;
    font-size: 12px;
    color: #999999;
}

.visit {
    background: url(../images/user.png) no-repeat center;
    background-position: -5px center;
}

.page {
    clear: both;
    padding: 20px 0 40px;
    text-align: center;
}

.page a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0px 15px;
    font-size: 12px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    border-radius: 3px;
}

.page a:hover {
    background: #3568CE;
    color: white;
    text-decoration: none;
}

.page a.a1 {
    padding: 0px 15px;
    line-height: 28px;
    margin-top: 0px;
}

.page span {
    display: inline-block;
    padding: 0px 15px;
    line-height: 28px;
    background: #3568CE;
    border: 1px solid #3568CE;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.page .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

/*返回头部*/

.izl-rmenu {
    position: fixed;
    right: 5px;
    /*margin-left:532px;*/
    bottom: 0px;
    padding-bottom: 50px;
    z-index: 999;
}

.izl-rmenu .button {
    width: 60px;
    height: 61px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .button-qq {
    background: url(../images/r_qq.png) center no-repeat;
    background-size: 100%;
}

.izl-rmenu a.button-qq,
.izl-rmenu a.button-qq:visited {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    text-decoration: none;
    display: block;
}

.izl-rmenu .button-wx {
    background: url(../images/r_wx.png) 0px 0px no-repeat;
}

.izl-rmenu .button-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}

.izl-rmenu .button-ewm {
    background: url(../images/r_ewm.png) 0px 0px no-repeat;
}

.izl-rmenu .button-ewm .ewm-pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}

.izl-rmenu .button-phone {
    background: url(../images/r_phone.png) 0px 0px no-repeat;
}

.izl-rmenu .button-phone .phone,.izl-rmenu .button-qq .qq {
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 61px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .button-top {
    background: url(../images/r_top.png) 0px 0px no-repeat;
    display: none;
}

.izl-rmenu .button-class {
    display: block;
    background: url(../images/r_class.png) center no-repeat;
    background-size: 100%;
}

.izl-rmenu .button-class,
.izl-rmenu .button-qq,
.izl-rmenu .button-wx,
.izl-rmenu .button-ewm,
.izl-rmenu .button-phone,
.izl-rmenu .button-top {
    background-color: #3568CE !important;
}

.izl-rmenu .button-class:hover,
.izl-rmenu .button-qq:hover,
.izl-rmenu .button-wx:hover,
.izl-rmenu .button-phone:hover,
.izl-rmenu .button-top:hover,
.izl-rmenu .button-phone .phone,
.izl-rmenu .button-qq .qq {
    background-color: #4080ff !important;
}

@media screen and (min-width: 300px) {
    .carousel{
        margin-top:50px;
    }
    #top{
        display: none
    }
    .ul-list1 .ico {
        height: 65px!important;
        background-size: 60px;
    }
    .ul-list1 {
        padding: 0;
    }
    .top-wrap {
        height: 50px;
        margin-bottom: 0;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #e7e7e7;
    }
    .logo {
        padding-left: 10px;
    }
    .logo h1 {
        width: 70%;
        margin: 0;
        padding: 0;
        float: left;
        display: flex;
        align-items: center;
    }
    .navbar-toggle {
        border-color: #ddd;
    }
    .navbar-toggle .icon-bar {
        background-color: #888;
    }
    #nav-menu {
        padding: 0;
        z-index: 100;
        position: relative;
        border: 0;
        background-color: #f8f8f8;
    }
    #nav-menu ul {
        margin: 0;
    }
    #nav-menu li a {
        line-height: 40px;
        padding: 0 15px;
        color: #555;
        display: block;
    }
    #nav-menu li.active {
        background-color: #e7e7e7;
    }
    .sec-menu {
        display: none;
    }
    .tel {
        display: none;
    }
    .carousel-indicators {
        bottom: 0;
        margin-bottom: 0;
    }
    .wedo-wrapper {
        background: #f5f5f5;
        padding: 25px 0 35px;
    }
    .wedo-list {
        padding-top: 10px;
        padding-bottom: 20px;
        background: #f0f0f0;
        overflow: hidden;
    }
    .wedo-list li {
        float: left;
        width: 50%;
        list-style: none;
        text-align: center;
    }
    .wedo-list li a {
        color: #3568CE;
        font-weight: bold;
        display: block;
        position: relative;
    }
    .wedo-list li i {
        height: 80px;
        display: block;
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-position: center 0;
    }
    .wedo-list li .cover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(53, 104, 206, 0.7);
        background: #009DFD \9;
    }
    .wedo-list li .cover p {
        color: #FFFFFF;
    }
    .wedo-list li.we01 i {
        background-image: url(../images/we1.png);
    }
    .wedo-list li.we02 i {
        background-image: url(../images/we2.png);
    }
    .wedo-list li.we03 i {
        background-image: url(../images/we3.png);
    }
    .wedo-list li.we04 i {
        background-image: url(../images/we4.png);
    }
    .wedo-list li.we05 i {
        background-image: url(../images/we5.png);
    }
    .wedo-list li.we06 i {
        background-image: url(../images/we6.png);
    }
    .wedo-list li.we07 i {
        background-image: url(../images/we7.png);
    }
    .wedo-list li.we08 i {
        background-image: url(../images/we8.png);
    }
    .case-wrapper {
        padding: 25px 0 35px;
    }
    .btn-toggle {
        list-style: none;
    }
    .btn-toggle li {
        display: inline-block;
        line-height: 30px;
        margin-bottom: 5px;
        border: 1px solid #d6d6d6;
        border-radius: 15px;
        margin-right: 10px;
        font-size: 15px;
        min-width: 114px;
        text-align: center;
    }
    .btn-toggle li a {
        color: #666;
        text-decoration: none;
    }
    .btn-toggle li.active {
        background: #3568CE;
        border-color: #3568CE;
    }
    .btn-toggle li.active a {
        color: #FFFFFF;
    }
    .case-content {
        position: relative;
        height: 435px;
    }
    .case-list {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        list-style: none;
        overflow: hidden;
        display: none;
    }
    .case-list:first-child {
        display: block;
    }
    .case-list li {
        width: 48%;
        margin: 0 1% 2% 1%;
        float: left;
        text-align: center;
    }
    .case-list li a {
        color: #333333;
    }
    .case-list li span {
        line-height: 26px;
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .case-list li img {
        width: 100%;
        height: 115px;
        border-radius: 5px;
    }
    .case-list li .cover,
    .case-list li i {
        display: none;
    }
    .news-l {
        margin-bottom: 15px;
    }
    .news-l .img {
        height: 160px;
    }
    .news-l .img img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .news-l .con {
        padding: 20px 20px 15px;
        background-color: #f5f5f5;
    }
    .news-l .news-tit {
        overflow: hidden;
    }
    .news-l .news-tit .time {
        width: 88px;
        height: 88px;
        margin-bottom: 0;
        float: left;
        font-size: 15px;
        padding: 10px 5px;
        background-color: #3568CE;
        color: #fff;
        font-family: 'Arial';
        text-align: center;
    }
    .news-l .news-tit .time em {
        font-size: 30px;
        display: block;
        line-height: 40px;
    }
    .news-l .news-tit .tit-r {
        width: 64%;
        float: right;
        margin-top: 3px;
    }
    .news-l .news-tit .tit-r h2 {
        margin-top: 0;
        font-size: 18px;
        line-height: 2;
        margin-bottom: 5px;
    }
    .news-l .news-tit .tit-r h2 a {
        color: #333333;
        white-space: nowrap;
        word-wrap: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
    .news-l .news-txt {
        overflow: hidden;
        line-height: 25px;
        max-height: 90px;
        padding-top: 15px;
    }
    .news-l .news-txt p {
        font-size: 12px;
        color: #666666;
    }
    .news-content {
        max-height: 1200px;
        position: relative;
    }
    .news-box {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: none;
    }
    .news-box:first-child {
        display: block;
    }
    .news-list {
        padding: 0;
        overflow: hidden;
    }
    .news-list li {
        margin-bottom: 15px;
        background: #f5f5f5;
        list-style: none;
        overflow: hidden;
    }
    .news-list li a {
        display: block;
        overflow: hidden;
        padding: 15px;
        background-color: #f5f5f5;
        border-radius: 5px;
    }
    .news-list .time {
        float: left;
        width: 85px;
        height: 85px;
        background-color: #afafaf;
        color: #fff;
        font-family: 'Arial';
        text-align: center;
        padding: 10px 5px;
        font-size: 15px;
        float: left;
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }
    .news-list .time em {
        font-size: 30px;
        display: block;
        line-height: 40px;
    }
    .news-list .time:hover {
        background: #3568CE;
    }
    .news-list .txt {
        width: 64%;
        float: right;
    }
    .news-list .txt h2 {
        margin: 0;
        font-size: 15px;
        color: #333;
        font-weight: bold;
        line-height: 35px;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: normal;
        text-overflow: ellipsis;
    }
    .news-list .txt p {
        margin-bottom: 0;
        color: #666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        font-size: 12px;
    }
    .f-help {
        display: none;
    }
    .footer-wrapper {
        background: #000000;
        clear: both;
    }
    .footer {
        padding: 10px;
        color: #FFFFFF;
    }
    .copyright p {
        line-height: 30px;
        margin-bottom: 0;
        text-align: center;
        font-size: 12px;
    }
    .f-link {
        text-align: center;
    }
    .f-link a {
        padding: 5px;
        color: #CCCCCC;
        font-size: 12px;
    }
    .crumbs {
        line-height: 30px;
    }
    .page-news-list dl {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }
    .page-news-list dt {
        position: relative;
    }
    .page-news-list dt a {
        position: relative;
        padding-top: 57%;
        display: block;
    }
    .page-news-list dt img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .page-news-list dd h2 {
        margin-top: 0;
        margin-bottom: 4px;
    }
    .page-news-list dd h2 a {
        display: block;
        color: #000;
        line-height: 42px;
        overflow: hidden;
        font-size: 18px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .page-news-list dd p {
        font-size: 12px;
        color: #999999;
        overflow: hidden;
    }
    .page-news-list dd .origin,
    .page-news-list dd .visit,
    .page-news-list dd .time {
        margin-right: 5px;
        float: left;
    }
    .page-news-list dd .txt {
        height: 43px;
        margin: 0;
        font-size: 14px;
        overflow: hidden;
    }
    .side-menu {
        margin-bottom: 21px;
        padding-top: 10px;
        border-radius: 5px;
        overflow: hidden;
        line-height: 36px;
        background-color: #fafafa;
    }
    .side-menu .menu-list {
        padding: 0;
        margin: 0;
    }
    .side-menu li {
        list-style: none;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
    .side-menu li a {
        color: #666;
        font-size: 16px;
    }
    .side-business {
        margin-bottom: 37px;
        padding-bottom: 15px;
        background-color: #fafafa;
    }
    .business-list {
        padding: 0;
        overflow: hidden;
    }
    .business-list li {
        width: 50%;
        padding-top: 27px;
        float: left;
        text-align: center;
        list-style: none;
    }
    .business-list li span {
        display: block;
    }
    .business-list li span {
        color: #333333;
    }
    .side-case {
        background-color: #fafafa;
    }
    .side-caselist {
        padding: 0;
        padding-top: 30px;
    }
    .side-caselist li {
        margin-bottom: 30px;
        padding: 0 12px;
        border-bottom: 1px solid #e3e3e3;
        list-style: none;
    }
    .side-caselist li img {
        width: 100%;
        height: 205px;
    }
    .side-caselist li span {
        line-height: 48px;
        margin-bottom: 16px;
        text-align: center;
        font-size: 16px;
        display: block;
        color: #333;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .side-caselist li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .text-title {
        padding: 0 15px;
        text-align: center;
        border-bottom: 1px solid #d9d9d9;
    }
    .text-title h1 {
        font-size: 18px;
        line-height: 1.4em;
        padding: 5px 0;
        color: #3568CE;
    }
    .text-title p {
        overflow: hidden;
    }
    .text-title p span {
        margin-right: 5px;
    }
    .text-title p .visit,
    .text-title p .origin {
        display: inline;
    }
    .detail-box {
        margin-top: 15px;
        padding: 0 15px;
        padding-bottom: 30px;
    }
    .detail-box p img {
        max-width: 100% !important;
        height: auto !important;
    }
    .main.case,
    .case-show {
        width: 100%;
        background: url(../images/caseBg.png) no-repeat center top #f5f5f5;
    }
    .case-tit span {
        margin-bottom: 5px;
        padding-top: 28px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        font-size: 25px;
        color: #333;
    }
    .case-tit h2 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .case-tit em {
        line-height: 27px;
        margin: 0 23px;
        display: inline-block;
        font-style: normal;
    }
    .case-menu {
        border-bottom: 1px dashed #CCCCCC;
        text-align: center;
        margin-bottom: 50px;
        padding-left: 0;
    }
    .case-menu li {
        line-height: 30px;
        margin: 5px;
        display: inline-block;
        border: 1px solid #d6d6d6;
        border-radius: 15px;
        font-size: 13px;
    }
    .case-menu li a {
        padding: 0 15px;
        color: #666;
        display: block;
        border-radius: 50px;
    }
    .page-case-list {
        display: block;
        position: relative;
    }
    .page-case-list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .page-case-list li a {
        margin: 0 13px;
        padding: 6px;
        background: #fff;
        border-radius: 3px;
        display: block;
        overflow: hidden;
    }
    .page-case-list li .pic {
        height: 0;
        padding-top: 71%;
        position: relative;
    }
    .page-case-list li .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .page-case-list li span {
        line-height: 55px;
        font-size: 17px;
    }
    .case-show .text-title {
        padding-bottom: 20px;
        text-align: left;
    }
    .case-show .text-title h1 {
        font-size: 18px;
        line-height: 2em;
        color: #333;
    }
    .case-show .text-title p {
        font-size: 13px;
        line-height: 1.2em;
        color: #666;
    }
    .page-btn a {
        z-index: 100;
        text-indent: -999em;
    }
    .page-btn .prev {
        position: fixed;
        left: 10px;
        top: 65%;
        margin-top: -44px;
        display: block;
        width: 37px;
        height: 71px;
        background: url(../images/arr-l.png) no-repeat left top;
        background-size: cover;
    }
    .page-btn .prev:hover {
        background: url(../images/arr-lh.png) no-repeat left top;
    }
    .page-btn .next {
        position: fixed;
        top: 65%;
        background: url(../images/arr-r.png) no-repeat left top;
        width: 37px;
        height: 71px;
        margin-top: -44px;
        right: 10px;
        background-size: cover;
        display: block;
    }
    .page-btn .next:hover {
        background: url(../images/arr-rh.png) no-repeat left top;
    }
    .more-tit {
        text-align: center;
        margin-bottom: 10px;
    }
    .more-tit h2 {
        font-size: 18px;
        margin: 0;
    }
    .more-tit h2 a {
        color: #ff4e00;
    }
    .more-tit span {
        color: #666;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
    }
    .side-tit {
        line-height: 32px;
        padding-left: 22px;
        background: url(../images/side-tit.png) no-repeat center left;
        overflow: hidden;
    }
    .side-tit h2 {
        margin: 0;
        line-height: 32px;
        font-size: 18px;
        float: left;
    }
    .side-tit a {
        margin-right: 17px;
        float: right;
        color: #999;
        font-size: 12px;
    }
    .tit {
        padding-bottom: 15px;
        text-align: center;
    }
    .tit span {
        color: #3568CE;
        font-size: 20px;
    }
    .tit h2 {
        margin: 5px 0;
        font-size: 16px;
        color: #999;
    }
}

@media screen and (min-width: 330px) {
    .btn-toggle {
        padding: 0;
        text-align: center;
    }
    .case-list li img {
        height: 135px;
    }
    .case-content {
        height: 508px;
    }
    .news-list .txt,
    .news-l .news-tit .tit-r {
        width: 68%;
    }
    .side-caselist li img {
        height: 244px;
    }
}

@media screen and (min-width: 400px) {
    .case-list li img {
        height: 149px;
    }
    .case-content {
        height: 554px;
    }
    .side-caselist li img {
        height: 271px;
    }
}

@media screen and (min-width: 768px) {
    .carousel{
        margin-top:0;
    }
    #top{
        display: block
    }
    .top-wrap {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .header {
        overflow: hidden;
    }
    .logo {
        width: 32%;
    }
    .logo h1 {
        width: 100%;
    }
    #nav-menu {
        float: right;
        width: 700px
    }
    #nav-menu li a {
        line-height: 50px;
    }
    .btn-toggle {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .case-list li {
        width: 31%;
    }
    .case-list li img {
        height: 178px;
    }
    .case-content {
        height: 434px;
    }
    .news-l .news-tit .tit-r {
        width: 85%;
    }
    .news-list .txt {
        width: 60%;
    }
    .news-list li {
        float: left;
        width: 50%;
        background: no-repeat;
    }
    .news-list li a {
        margin: 0 12px;
    }
    .f-help {
        padding-bottom: 20px;
        border-bottom: 1px solid #b3b3b3;
        display: block;
    }
    .f-help ul {
        padding: 0;
        overflow: hidden;
    }
    .f-help li {
        width: 50%;
        padding-left: 50px;
        margin: 10px 0;
        background-size: 40px auto !important;
        list-style: none;
        float: left;
    }
    .f-help li h2 {
        margin: 0;
        font-size: 15px;
        color: #fff;
        line-height: 2;
        padding-top: 5px;
    }
    .f-help li span {
        font-size: 12px;
        color: #999;
    }
    .f-help li.help01 {
        background: url(../images/help1.png) no-repeat center left;
    }
    .f-help li.help02 {
        background: url(../images/help2.png) no-repeat center left;
    }
    .f-help li.help03 {
        background: url(../images/help3.png) no-repeat center left;
    }
    .f-help li.help04 {
        background: url(../images/help4.png) no-repeat center left;
    }
    .copyright {
        padding-top: 10px;
    }
    .page-news-list {
        overflow: hidden;
    }
    .page-news-list dt {
        width: 225px;
        float: left;
    }
    .page-news-list dt a {
        padding-top: 57%;
    }
    .page-news-list dd {
        margin-left: 257px;
    }
    .business-list li {
        width: 25%;
    }
    .side-caselist {
        overflow: hidden;
    }
    .side-caselist li {
        width: 50%;
        float: left;
    }
    .page-case-list li {
        width: 50%;
        margin: 0;
        margin-bottom: 20px;
    }
    .more-case .case-list li {
        width: 33.333%;
    }
    .more-case .case-list li span {
        line-height: 45px;
    }
    .case-menu {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 992px) {
    .top-wrap {
        height: 90px;
        line-height: 90px;
        border: 0;
        background-color: rgba(255, 255, 255, 0.8);
        filter: alpha(opacity=80);
        z-index: 100;
        width: 100%
    }
    #nav-menu {
        float: right;
        background: none;
    }
    #nav-menu li {
        height: 94px;
        position: relative;
    }
    #nav-menu li a {
        line-height: 90px;
        padding: 0 20px;
        font-size: 16px;
    }
    #nav-menu li.active,
    #nav-menu li.active a {
        background: none;
    }
    #nav-menu li .sec-menu li {
        height: 40px;
    }
    #nav-menu li .sec-menu li a {
        line-height: 40px;
        text-align: center;
        border-bottom: 1px dotted #969595;
        font-size: 12px;
        color: #333333;
    }
    #nav-menu li .sec-menu li:hover a {
        color: #FFFFFF;
    }
    #nav-menu li:hover .sec-menu {
        display: block;
    }
    .header {
        overflow: visible;
    }
    .sec-menu {
        width: 100%;
        padding-top: 5px;
        display: block;
        position: absolute;
        top: 94px;
        left: 0;
        padding: 0;
        border-radius: 5px;
        line-height: 26px;
        display: none;
    }
    .sec-menu li {
        background: rgba(255, 255, 255, 0.6);
        list-style: none;
    }
    .sec-menu li a {
        text-decoration: none;
    }
    .sec-menu li:hover {
        background: rgba(53, 104, 206, 0.6);
    }
    .tel {
        display: none;
    }
    .logo h1 {
        margin-top: 20px;
        display: initial;
        align-items: initial;
    }
    .wedo-wrapper {
        padding: 25px 0 35px;
    }
    .wedo-list {
        width: 80%;
    }
    .wedo-list li {
        width: 25%;
        height: 130px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .wedo-list li a {
        height: 100%;
    }
    .wedo-list li .cover {
        top: 136px;
        transition: top linear 0.3s;
        line-height: 130px;
    }
    .wedo-list li .cover p {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .wedo-list li:hover .cover {
        top: 0;
    }
    .btn-toggle {
        width: 517px;
    }
    .btn-toggle li {
        margin-bottom: 20px;
    }
    .case-wrapper {
        padding-bottom: 0;
    }
    .case-list li img {
        height: 225px;
    }
    .case-list li span {
        line-height: 55px;
        font-size: 17px;
    }
    .case-list li a {
        display: block;
        position: relative;
        text-decoration: none;
    }
    .case-list li .pic {
        position: relative;
        overflow: hidden;
    }
    .case-list li .cover {
        height: 82px;
        line-height: 2.1;
        padding: 15px 20px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -82px;
        background-color: rgba(53, 104, 206, 0.6);
        overflow: hidden;
        transition: height .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        z-index: 100
    }
    .case-list li .cover p {
        color: #FFFFFF;
    }
    .case-list li i {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        top: 40%;
        margin-left: -30px;
        margin-top: -30px;
        background: url(../images/search.png) no-repeat center center;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    .case-list li:hover i {
        display: block;
        opacity: 1;
    }
    .case-list li:hover .cover {
        bottom: 0;
    }
    .case-content {
        height: 595px;
    }
    .news-l {
        width: 31%;
        float: left;
    }
    .news-l .news-tit .tit-r {
        width: 59%;
    }
    .news-r {
        width: 67%;
        float: right;
    }
    .footer-wrapper {
        padding: 25px 0;
    }
    .f-help {
        padding: 40px 0;
    }
    .f-help li {
        width: 25%;
        height: 80px;
        padding-left: 85px;
        background-size: initial !important;
    }
    .f-help li h2 {
        font-size: 20px;
    }
    .crumbs {
        line-height: 50px;
    }
    .main {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .main-l {
        width: 764px;
        float: left;
    }
    .side {
        width: 374px;
        float: right;
    }
    .side-menu .menu-list {
        overflow: hidden;
    }
    .side-menu .menu-list li {
        width: 50%;
        float: left;
    }
    .side-menu .menu-list li a {
        display: block;
        border-radius: 5px;
        text-decoration: none;
    }
    .side-menu .menu-list li:hover a {
        background: #3568CE;
        color: #FFFFFF;
    }
    .business-list li {
        width: 50%;
    }
    .side-caselist li {
        width: 100%;
    }
    .side-caselist li img {
        width: 329px;
        height: 233px;
        display: block;
        margin: 0 auto;
    }
    .text-title h1 {
        padding: 0;
        font-size: 25px;
    }
    .case-menu {
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
    .case-menu li a {
        padding: 0 35px;
    }
    .case-menu li:hover,
    .case-menu li.active {
        background: #3568CE;
    }
    .case-menu li:hover a,
    .case-menu li.active a {
        text-decoration: none;
        color: #FFFFFF;
    }
    .page-case-list li {
        width: 33.333%;
    }
    .page-case-list li:hover a {
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }
    .case-show {
        width: 100%;
    }
    .case-show .text-title {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    .case-show .text-title h1 {
        line-height: 58px;
        font-size: 35px;
        margin: 0;
        margin-bottom: 8px;
    }
    .case-show .text-title p {
        line-height: 24px;
        font-size: 14px;
    }
    .case-show .detail-box {
        padding-top: 51px;
    }
    .more-case {
        width: 1353px;
        padding: 0;
        overflow: hidden;
    }
    .more-case .case-list {
        width: 1100px;
        float: right;
    }
    .more-case .case-list li a {
        margin: 0 8px;
    }
    .more-tit h2 {
        font-size: 25px;
    }
    .more-tit span {
        color: #eee;
    }
    .case-tit h2 {
        font-size: 45px;
    }
    .case-tit h2 em {
        font-size: 45px;
    }
    .tit {
        margin: 35px 0;
        padding: 0;
    }
    .tit span {
        font-size: 30px;
    }
    .tit h2 {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) {
    #nav-menu {
        float: left;
        margin-left: 5%;
    }
    #nav-menu li a {
        padding: 0 25px;
        font-size: 16px;
    }
    .case-list li img {
        height: 272px;
    }
    .case-content {
        height: 695px;
    }
    .news-list .txt {
        width: 68%;
    }
    .news-l .news-tit .tit-r {
        width: 65%;
    }
}

@media screen and (min-width: 1400px) {
    #nav-menu {
        float: right;
        width: 65%
    }
    #nav-menu li a {
        padding: 0 35px;
        font-size: 18px;
    }
    .izl-rmenu {
        display: block
    }
    .logo {
        width: 22%;
    }
    .tel {
        width: 240px;
        min-height: 62px;
        margin-right: 4%;
        padding-left: 50px;
        float: right;
        display: none;
        background: url(../images/tel.png) no-repeat center left;
        background-size: 17%;
        color: #27a0dc;
        font-size: 25px;
    }
    .tel p {
        margin: 0;
    }
    .more-tit {
        width: 233px;
        height: 296px;
        float: left;
        background: url(../images/more-tit.jpg) no-repeat center bottom;
    }
    .more-tit h2 {
        margin-top: 118px;
        font-size: 25px;
    }
    .more-tit h2 a {
        color: #eee;
    }
    .more-tit span {
        color: #eee;
    }
    .more-case {
        padding-top: 60px;
    }
    .page-btn .prev {
        left: 2%;
    }
    .page-btn .next {
        right: 2%;
    }
    #nav-menu {
        margin-left: 0 !important
    }
    .logo {
        margin-left: 13% !important
    }
}

@media screen and (min-width: 1600px) {
    .logo {
        width: 20%;
        margin-left: 15%;
    }
    #nav-menu {
        margin-left: 2%;
    }
    .tel {
        margin-right: 9%;
    }
    .case-content {
        width: 85%;
        height: 902px;
    }
    .case-list li img {
        height: 376px;
    }
}

.ul-list1 {
    overflow: hidden;
}

.ul-list1 li {
    float: left;
    width: 25%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.ul-list1 .con {
    display: block;
    padding: 30px 13%;
    overflow: hidden;
    position: relative;
    background-color: rgba(241, 241, 241, .95);
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.ul-list1 .con:hover {
    background-color: #3568CE;
    text-decoration: none
}

.ul-list1 h4 {
    font-size: 16px;
    color: #3568CE;
    font-weight: bold;
}

.ul-list1 .ico {
    height: 80px;
    display: block;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center 0;
}

.ul-list1 .con:hover .ico {
    background-position: center bottom;
}

.ul-list1 .txt {
    margin: 20px 0;
    font-size: 13px;
    color: #333;
    margin-bottom: 35px;
    line-height: 2;
    height: 4em;
    overflow: hidden;
}

.ul-list1 .btns {
    display: inline-block;
    width: 70px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 12px;
}

.ul-list1 li a {
    color: #999;
    font-size: 12px;
}

.ul-list1 .con:hover h4 {
    color: #fff;
}

.ul-list1 .con:hover .txt {
    color: #ecdedb;
}

.ul-list1 .con:hover .btns {
    background-color: #fff;
    color: #3568CE;
    border-color: #fff;
}

.ul-list1 .s1 .ico {
    background-image: url("../images/we1.png");
}

.ul-list1 .s2 .ico {
    background-image: url("../images/we2.png");
}

.ul-list1 .s3 .ico {
    background-image: url("../images/we3.png");
}

.ul-list1 .s4 .ico {
    background-image: url("../images/we4.png");
}

ul,
li {
    list-style: none
}

/*# sourceMappingURL=common.css.map */