﻿@import "animate.css";
@import "font-awesome.min.css";

/******************************公共样式******************************/
* {
    box-sizing:border-box !important;
}
body {
    font-family:微软雅黑;
    padding-top:110px !important;
    color:#333;
    font-size:14px;
    overflow-x:hidden;
}
a {
    color:#333;
}
.max-width {
    max-width:1220px;
    margin:auto;
    padding:0 10px;
}
.show {
    display:block;
}
.hide {
    display:none;
}
div[class^='layui-col'] {
    padding:10px;
}
section {
    padding:30px 0;
}
section>div {
    opacity:0;
}
section>div.show {
    opacity:1;
}
blockquote {
    color:#999;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:10px !important;
}
blockquote a {
    margin-right: 15px;

    color: rgb(46, 175, 187);
}
.title {
    color:#333333;
    font-weight:bold;
    font-size:16px;
}
.more {
    float:right;
    margin:0;
}
.header {
    height:200px;
    line-height:200px;
    background-image:url("../images/header.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-position-y:-450px;
    border-bottom:1px solid #E7E7E7;
    color:#fff;

}
.header h1 {
    font-size: 28px !important;
}
.content {
    min-height:500px;
    margin:20px auto 30px;
}
.content p{
    margin:0 0 10px;
    padding:inherit;
}
.content.details {
    border-bottom:1px solid #ddd;
}
.content .date {
    float:right;
}
.content .date span {
    color:#4BCDD9
}
.content h2 {
    height:30px;
    line-height:30px;
    margin:30px auto 20px;
    padding-bottom:50px;
    border-bottom:1px solid #ddd;
}
.tabs {
    height:64px;
    line-height:64px;
    border-bottom:1px solid #ddd;
    text-align:center;
}
.tabs a {
    display:inline-block;
    font-size:16px;
    padding:0 20px;
    color:#666;
    height:64px;
}
.tabs a:hover,
.tabs a.active {
    color:#4BCDD9;
    border-bottom:3px solid #4BCDD9;
}
.list-box>li {
    padding-bottom:20px;
    opacity:0;
}
.list-box>li:nth-child(even) {
    background:#F6F6F6;
}
.list-box>li>a>h3 {
    font-size:34px;
    text-align:center;
    padding:20px 0;
}
.list-box>li>a>h3:before,
.list-box>li>a>h3:after {
    color:#999999;
    left:10px;
    content:"   . . . . . .   ";
}
.list-box>li>a>p {
    line-height:24px;
    margin-bottom:20px;
}
.list-box>li>a>p:last-child {
    margin:0;
}
.list-box>li>a span {
    color:#4BCDD9;
}

/******************************头部样式******************************/
header {
    position:fixed;
    z-index:100;
    top:0;
    left:0;
    right:0;
}
.mail-box {
    height:40px;
    line-height:40px;
    background:url("../images/bottom_bg.gif");
    text-align:right;
}
.mail-box .fi {
    display:inline-block;
}
.mail-box span {
    color:#4BCDD9;
}
.mail-box input,
.mail-box button {
    height:24px;
    border:none;
    padding:0 6px;
    margin-left:4px;
}
nav {
    height:70px;
    line-height:70px;
    background:#fff;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
    font-size:16px;
    position:relative;
    color:#333;
}
nav ul {
    float:right;
}
nav li {
    position:relative;
}
nav ul a {
    display:block;
    padding:0 24px;
}
nav ul a:hover,
nav .active,
nav dd:hover {
    background:#4BCDD9;
    color:#fff;
}
nav dl {
    background:#fff;
    text-align:center;
    max-height:0;
    transition:all .3s;
    overflow:hidden;
    box-shadow:0 1px 10px rgba(0,0,0,.2);
    position:absolute;
    right:0;
    min-width:112px;
    width:192px;
}
nav dd {
    font-size:14px;
    line-height:50px;
    border-top:1px solid #ddd;
}
nav li:hover dl{
    max-height:500px;
}


nav .fa-navicon {
    display:none;
}
/******************************轮播样式******************************/
#banner {
    position:relative;
    z-index:0;
    color:#999;
    text-align:center;
}
#banner ul li {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center;
    opacity:0;
    transition:all .3s;
}
#banner ol {
    position:absolute;
    width:100%;
    height:100px;
    top:60%;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
#banner ol li {
    float:left;
    width:32%;
    height:100%;
    margin-right:2%;
    background:rgba(240,240,240,1);
    padding:0 20px;
}
#banner ol li:last-child {
    margin:0;
}
#banner h2 {
    font-weight:bold;
    height:44px;
    line-height:44px;
	color:#666
}
#banner p {
    padding:5px 20px;
}
#banner li.active {
    color:#fff;
    opacity:1;
    display:block;
}
#banner ol li:hover,
#banner ol li.active {
    background-color:rgba(46,175,187,.8);
    color:#fff;
    cursor:pointer;
}
#banner li.active h2,
#banner ol li:hover h2 {
    border-bottom:1px #4DA5AD solid;
	color:#fff
}
#banner li.active p,
#banner ol li:hover p {
    border-top:1px #6CD4DD solid;
}
/******************************客户服务******************************/
#server {
    background-image:url("../images/footer_bg.png");
    text-align:center;
}
#server dl {
    position:relative;
    z-index:20;
    top:-85px;
    height:330px;
    background:#fff;
    cursor:pointer;
}
#server dt {
    display:block;
    height:180px;
    line-height:180px;
    font-size:50px;
    color:#fff;
    background:#2EAFBB;
    margin-bottom:34px;
}
#server dd {
    line-height:30px;
}
#server dl:hover dt{
    background:#fff;
    color:#2EAFBB;
    width:80%;
    margin:0 auto 34px;
    border-bottom:1px #ddd solid;
}
#server dl:hover dd:last-child {
    color: rgb(46, 175, 187);
}
/******************************经典案例******************************/
#case {
    color:#999;
}
#case dt {
    margin-top:20px;
}
#case a dd:nth-child(2) {
    color:#333;
    font-size:16px;
    margin:20px 0 10px;
}
#case img {
    width:100%;
    height:235px;
    border:1px solid #ddd;
}
#case a dd:last-child {
    color:#999;
}
#case a:hover dd:last-child {
    color:#333;
}
/******************************新闻样式******************************/
#news .layui-row a {
    display:block;
    height:100px;
    border-bottom:2px #ddd dashed;
    color:#999;

}
#news .layui-row h4 {
    color:#333;
    margin-top:20px;
    margin-bottom:10px;
}
#news .layui-row p {
    line-height:20px;
}
#news a:hover p {
    color:#333;
}
/******************************合作伙伴******************************/
#hzhb img{
   width:100%;
    margin-bottom:20px;
}

/******************************底部样式******************************/
footer {
    padding-bottom:100px;
    background-image:url("../images/footer_bg.png");
    position:relative;

}

footer .Copyright {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    line-height:60px;
    text-align:center;
    color:#666;
    background-image:url("../images/bottom_bg.gif");
    font-size:14px;
}
footer .title {
    margin:20px 0;
}
footer .left p {
    line-height:30px;
}
footer .right {
    float:right;
    text-align:center;
}
#totop {
    position:fixed;
    bottom:80px;
    width:40px;
    height:40px;
    color:#fff;
    background:rgba(0,0,0,.2);
    text-align:center;
    line-height:38px;
    font-size:40px;
    transition:all .3s;
    display:none;
}
#totop:hover {
    background:rgba(0,0,0,.8);
}
/*****************************移动端样式*****************************/
@media screen and (min-width: 992px){
    nav li {
        float:left;
        margin-left:1px;
    }
    .mail-box {
        display:block;
    }
    .layui-row {
        padding:0;
    }
    footer {
        height:340px;
    }
    #news {
        height:516px;
    }
    #case {
        height:465px;
    }
    #banner {
        height:550px;
    }
    #body-bg {
        position:fixed;
        z-index:-10;
        top:110px;
        left:0;
        right:0;
        height:590px;
    }
    #video {
        position:absolute;

    }
}
@media screen and (max-width: 992px) {
    body {
        padding:0 !important;
    }
    header {
        position:initial;
    }
    .mail-box {
        height:inherit;
        text-align: center;
        padding:5px 0;
        display:none !important;
    }
    .mail-box span {
        display:none;
    }
    .mail-box .fi-btns,
    .mail-box .fi{
        display:block;

    }
    .mail-box input,
    .mail-box button {
        height:30px;
        width:90% !important;
        margin:0;
        border-radius:5px;
    }
    .mail-box button {
        background:#ddd;

    }
    nav ul{
        display:none;
        background:#fff;
        box-shadow:1px 1px 5px rgba(0,0,0,.2);
        line-height:50px;
        position:absolute;
        top:70px;
        left:0;
        right:0;
        z-index:90;
    }
    nav img {
        margin-left:10px;
    }
    nav li>a {
        border-bottom:1px solid #ddd;
    }
    nav dl {
        position:initial;
        width:100%;
    }
    nav .fa-navicon {
        display:block;
        float:right;
        background:none;
        border:none;
        font-size:30px;
        margin:20px 0;
    }
    .header {
        height:150px;
        line-height:150px;
        background-size:100%;
        background-position-y:0
    }
    #banner {
        height:0;
    }
    #banner ul li {
        background-position-x:center;
        background-position-y:0;
        background-size:150% auto;
        background-repeat:no-repeat;
    }
    #banner ol {
        width: 95%;
        top: 45%;
    }
    #banner ol li {
        float:initial;
        width:100%;
        display:none;
        margin:0;
    }
    #banner ol li.active {
        display:block;
    }
    #body-bg {
        height:110px;
    }
    #server .layui-row  {
        padding: 10px;
    }
    #server dl {
        height:240px;
        top:0
    }
    #server dt {
        line-height: 100px;
        height: 100px;
        font-size: 50px;
    }
    footer .right {
        float:initial;
    }
    footer .right img {
        padding-bottom:30px;
    }
    footer .Copyright {
        line-height:40px;
    }
    footer .Copyright span {
        display:block;
    }
    .list-box h3:before,
    .list-box h3:after {
        display:none;
    }
    .tabs {
        height:inherit;
    }
    .tabs a {
        display:block;
        border-top:1px solid #ddd;

    }
}



























