﻿/*-----header-----*/
.header {
    height: 60px;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
      background: rgba(0, 162, 233, 1) !important;
   /* background: rgba(0, 0, 0, 0.7) !important;*/
    filter: Alpha(opacity=70);
    background: #000;
}
/*logo*/
.logo7 {
    height: 60px;
    width: 100px;
    border-right: 1px solid #1A99BE;
    text-align: center;
}

.logo {
    margin-left: 25px;
}

    .logo img {
        height: 31px;
        margin-top: 10px;
    }

.p-phone {
    display: none;
}
/*-----nav-----*/
.nav > li {
    float: left;
    font-weight: 600;
    display: inline;
    height: 60px;
    line-height: 60px;
    margin-left: 50px;
    color: #fff;
}

    .nav > li > a {
        color: #fff;
        display: inline-block;
    }
/*精彩人生*/
.jincai {
    margin-right: 50px;
}
/*nav dropdown*/
.nav > li.has-dropdown {
    position: relative;
    z-index: 5;
}

    .nav > li.has-dropdown > a {
        padding-right: 15px;
        height: 60px;
        line-height: 60px;
        background: url(/images/arrow-down.png) right 28px no-repeat;
    }

        .nav > li.has-dropdown > a.hover {
            height: 56px;
            border-bottom: 4px solid #f8f8f8;
        }

.nav-dropdown {
    display: none;
    position: absolute;
    top: 60px;
    left: -80px;
    width: 200px;
    height: 320px;
    padding: 30px 30px 40px;
    background-color: #f8f8f8;
}

    .nav-dropdown li {
        height: 40px;
        font-weight: 500;
        line-height: 40px;
    }

        .nav-dropdown li a {
            display: block;
            color: #333;
        }

            .nav-dropdown li a:hover {
                font-weight: bold;
            }
/*-----行高-----*/
h1 {
    line-height: 72px;
}
/*-----图文滚动-----*/
.slide-bar {
    position: relative;
    min-width: 1200px;
    width: 100%;
    /*height: 660px;*/
    height: 420px;
    top: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 700%;
    /*height: 660px;*/
    height: 420px;
}

    .slide li {
        float: left;
        width: 14.28%;
        /*height: 660px;*/
         height: 420px;
        background-size: cover;
    }
        /*各背景图*/
        .slide li.slide01 {
            background: url(/images/1-bg1.jpg) center no-repeat;
            background-size: cover;
        }

        .slide li.slide02 {
            background: url(/images/2-bg2.jpg) center no-repeat;
            background-size: cover;
        }

        .slide li.slide03 {
            background: url(/images/3-bg3.jpg) center no-repeat;
            background-size: cover;
        }

        .slide li.slide04 {
            background: url(/images/4-bg4.jpg) center no-repeat;
            background-size: cover;
        }

        .slide li.slide05 {
            background: url(/images/5-bg5.jpg) center no-repeat;
            background-size: cover;
        }

        .slide li.slide06 {
            background: url(/images/6-bg6.jpg) center no-repeat;
            background-size: cover;
        }

        .slide li.slide07 {
            background: url(/images/7-bg7.jpg) center no-repeat;
            background-size: cover;
        }
/*介绍*/
.slide-introduction {
    width: 460px;
    /*height: 300px;*/
      height: 200px;
    padding: 0 20px;
    margin-top: 120px;
    background: url(/images/bg.png) repeat;
}

.slide-introduction-bigger {
    width: 560px;
    /*height: 360px;*/
    height: 210px;
}

.slide-introduction h1 {
    line-height: 72px;
}

.slide-introduction p {
    line-height: 22px;
    margin-bottom: 20px;
}
/*缩略图*/
.slide-dot {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

    .slide-dot li {
        float: left;
        display: inline;
        width: 67px;
        height: 38px;
        cursor: pointer;
        margin-right: 5px;
    }

        .slide-dot li.active {
            margin-top: -10px;
        }
/*-----加入我们-----*/
.joinus {
    height: 300px;
    background: #f5f5f5 url(/images/index.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

    .joinus .w {
        margin: 0 auto;
    }

    .joinus .btn-a {
        margin-left: 310px;
    }

    .joinus p {
        width: 540px;
        padding: 30px 20px;
        font-size: 16px;
        line-height: 22px;
        background: url(/images/bg.png) repeat;
        margin: 50px auto 20px;
    }
/*客户案例 and 动态样式====三例样式*/
.three-item {
    margin: 0px 105px 40px;
    overflow: hidden;
}

    .three-item h2, .three-item h3 {
        text-align: left;
        line-height: 25px;
        height: 50px;
        padding: 20px 0 0px;
        font-weight: normal;
    }

    .three-item li {
        float: left;
        width: 276px;
        text-align: center;
        margin-right: 81px;
    }

        .three-item li img {
            text-align: center;
            padding: 30px 0 0;
        }

        .three-item li:last-child {
            margin-right: 0;
        }

        .three-item li p {
            font-size: 12px;
            line-height: 26px;
            width: 276px;
            text-align: left;
        }
    /*动态标题*/
    .three-item h3 a {
        color: #00a2e9;
    }

        .three-item h3 a:hover {
            text-decoration: underline;
        }
/*------联系我们------*/
.contactus {
    position: fixed;
    height: 320px;
    right: 0;
    top: 50%;
    margin-top: -160px;
    z-index: 99;
}
/*联系我们按钮*/
.contact-module {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -35px;
    z-index: 100;
    width: 110px;
    height: 62px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background: #00a2e9;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
}

    .contact-module img {
        margin-top: 7px;
    }

    .contact-module:hover {
        background: #006dd3;
    }
/*请致电*/
.contactus .popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    margin: 0 -700px 0 0;
    overflow: hidden;
    height: 320px;
    z-index: 999;
}

.contactus .popup-content {
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    padding: 28px 0 26px 16px;
    text-align: center;
    border-left: 10px solid #00a2e9;
    font-size: 14px;
    overflow: hidden;
    ;
    line-height: 17px;
    position: relative;
    background: #f8f8f8;
}

.popup-content h2 {
    height: 30px;
    font-size: 20px;
}

    .popup-content h2 a {
        color: #1ca4d7;
        font-size: 20px;
        margin-left: 10px;
    }

        .popup-content h2 a:hover {
            text-decoration: underline;
            color: #4549ec;
        }

    .popup-content h2 p {
        line-height: 50px;
    }

.popup-content p {
    margin: 0 25px;
    line-height: 20px;
}

.popup-content ul {
    margin: 40px 0 10px;
    width: 615px;
    overflow: hidden;
}

    .popup-content ul li {
        width: 153px;
        float: left;
        border-right: 1px solid #e5e5e5;
    }

        .popup-content ul li img {
            height: 32px;
            margin: 0 auto 8px;
        }

        .popup-content ul li:last-child {
            border-right: none;
        }

        .popup-content ul li a {
            display: inline-block;
            overflow: hidden;
            padding: 5px;
        }

            .popup-content ul li a h3 {
                color: #333;
                font-size: 16px;
            }

            .popup-content ul li a:hover {
                background: #eee;
            }

        .popup-content ul li p {
            margin: 8px 10px;
            text-align: left;
            line-height: 18px;
            width: 133px;
            font-size: 12px;
            color: black;
        }

.popup .menu-list {
    display: none;
}
/* 底部 */
.bottom {
    width: 100%;
    color: #000;
    padding-bottom: 30px;
    background: #f1f1f1;
}

.bottom_info { /* 文字 */
    width: 980px;
    overflow: hidden;
    margin: 0 auto 30px;
}

    .bottom_info .bottom_content {
        width: 980px;
        margin-right: 80px;
    }

.bottom_content h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 80px;
}

.bottom_content p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}
/* 发送联系方式 */
.bottom .send {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fff;
}

    .bottom .send .send-text {
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
        width: 150px;
        border: none;
    }

    .bottom .send .send-button {
        height: 30px;
        width: 40px;
        background: #fff url(/images/send.png) no-repeat center;
        border-left: 1px solid #ddd;
        border-bottom: none;
        border-right: none;
        border-top: none;
        cursor: pointer;
    }

.fr .send {
    margin-top: -8px;
}

.bottom_a { /* 链接 */
    width: 980px;
    margin: 30px auto 0px;
    padding: 30px 0px;
    color: #000;
    border-top: 1px solid #999;
}

.bottom_a_a {
    overflow: hidden;
}

    .bottom_a_a a {
        color: #000;
        font-size: 13px;
        margin-right: 16px;
    }

        .bottom_a_a a:hover {
            color: #09f;
            text-decoration: underline;
        }

.bottom_a_text {
    font-size: 13px;
    margin: 0 30px;
}

.bottom_p1 {
    font-size: 13px;
    margin-right: 25px;
}

.popup-content .qrcode {
    width: 120px;
    height: 133px;
    margin: -5px 0 0 30px;
}
/*留下联系方式*/
.contact-information {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 300px;
    padding: 20px;
    margin-left: -165px;
    margin-top: -150px;
    background: #f8f8f8;
    border-radius: 4px 0 0 4px;
    border-left: 10px solid #00a2e9;
}

    .contact-information .title {
        line-height: 30px;
        font-size: 20px;
    }

    .contact-information .contact-information-row {
        height: 36px;
        line-height: 36px;
        margin: 20px auto;
    }

        .contact-information .contact-information-row label {
            display: inline-block;
            width: 120px;
        }

        .contact-information .contact-information-row input[type=text] {
            width: 180px;
            height: 30px;
            padding-left: 8px;
            border: 1px solid #bbb;
        }

        .contact-information .contact-information-row input[type=button] {
            padding: 7px 16px 8px;
            margin: 0 30px;
            border: none;
            color: #fff;
            background: #999;
            cursor: pointer;
        }

        .contact-information .contact-information-row input[id=_submit] {
            background: #00a2e9;
        }

.btn1 {
    padding-top: 20px;
}

.floor_5{background: url(/images/fl04_bg.jpg) left top repeat-x #fff;}
.floor_5 .cont{padding-left: 41px;margin-top: 25px;}
.floor_5 .cont dl{width: 261px;height: 360px;border: 1px solid #ededed;float: left; overflow:hidden; position:relative;margin-right: 19px; cursor:pointer;}
.floor_5 .cont dl .pic1{text-align: center;right:28px; position:absolute; width:205px;top:0px;}
.floor_5 .cont dl .txt1{text-align: center;font-size: 18px;padding-top: 40px; position: absolute;top:200px;color:#585858;left:0px; width:261px;top:190px;}
.floor_5 .cont dl .txt1 p{text-align: left;font-size: 12px;color: #999999;padding: 5px 30px 0; color:#898989; line-height:21px;}
.floor_5 .cont dl .pic2{text-align: center;left:-205px; position:absolute; width:205px;top:0px;}
.floor_5 .cont dl .txt2{text-align: center;font-size: 18px;padding-top: 40px; color:#fff; position: absolute;top:190px; width:261px; right:-261px;}
.floor_5 .cont dl .txt2 p{text-align: left;font-size: 12px;color: #fff;padding: 5px 30px 0; line-height:21px;}
.w1200{width: 1200px;margin: 0 auto;}
.title {
  font-size: 26px;
  padding-left: 115px;
  text-align: center;
  padding-top: 26px;
  line-height: 40px;
}
.title a {
  float: right;
  display: block;
  background: url(/images/icons_03.png) right center no-repeat;
  margin-right: 50px;
  padding-right: 20px;
  font-size: 16px;
  margin-top: 15px;
  text-decoration: none;
  color: #444;
  outline: none;
}
.title p {
  font-size: 14px;
  padding-right: 115px;
  color: #4e4e4e;
    padding-top: 10px;
}
.serBoxOn{ background:#2d8cdc; width:100%; height:100%; z-index:-1; display:none;}