@charset "UTF-8";

#header.header,
#footer.footer {
    position: static;
}

#header.header {
    height: 70px;
    background: #fff;
	position: fixed;
}

#header.header .logo {
    height: 3.3em;
    width: 3.3em;
    background: url(../image/logo_blue.png) no-repeat;
	background-size: 100%;
}

#header.header .nav-list > li {
    position: relative;
    height: 70px;
    line-height: 70px;
}

#header.header .nav-list > li > a {
    color: #242424 !important;
}

#header.header .nav-list .nav-icon {
    background: url(../image/icon-2.png) no-repeat;
}

#header.header .nav-list .nav-icon1 {
    background-position: 0 0;
}

#header.header .nav-list .nav-icon2 {
    background-position: 0 -50px;
}

#header.header .nav-list .nav-icon3 {
    background-position: 0 -100px;
}

#header.header .nav-list .nav-icon4 {
    background-position: 0 -150px;
}

#header.header .nav-list > li.active > a {
    color: #2669bb! important;
}

#header.header .nav-list > li:hover > a {
    color: #2669bb! important;
}

#header.header .nav-list > li:hover .nav-icon {
    background-position-x: -59px;
}

#header.header .nav-list > li > ul {
    position: absolute;
    top: 70px;
    display: none;
    background: #fff;
}

#header.header .nav-list > li:hover > ul {
    display: block;
}

#header.header .nav-list > li > ul > li {
    height: 70px;
    line-height: 70px;
}

#header.header .nav-list > li > ul > li > a {
    color: #838383!important;
}

#footer.footer {
    padding-top: 58px;
    width: 100%;
    background: #3e3e3e;
    overflow: hidden;
}

#footer.footer .footer-logo > div {
    float: right;
    background: url(../image/logo.png) no-repeat;
	background-size: 100%;
    width: 120px;
    height: 120px;
}

#footer.footer .footer-text ul {
    margin: 30px 0 0;
}

#footer.footer .footer-text ul li a {
    color: #fff!important;
}


#footer.footer .footer-contact div {
    padding-left: 60px;
    position: relative;
}

#footer.footer .footer-contact div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../image/icon-2.png) no-repeat -128px 0;
}

#footer.footer .footer-contact div b {
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    #footer.footer .footer-text ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* 关于 */
.common-bg {
    width: 100%;
    height: 300px;
    text-align: center;
    overflow: hidden;
}

.common-desc > div {
    /* padding: 42px 60px 45px; */
}

.common-desc h1 {
    font-size: 1.4em;
    padding: 30px 0 20px;
    text-align: center;
    color: #2669bb;
	line-height: 1.8;
}

.desc-list > li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    margin-bottom: 10px;
}

.desc-list > li:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #5a5a5a;
    top: 7px;
    left: -34px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.title {
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 1.2em;
    color: #333;
    padding: 0px 0 10px;
}

.service-list li {
    height: 380px;
    padding-bottom: 30px;
    overflow: hidden;
    cursor: pointer;
}

.service-list li > div {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    padding: 40px;
}

.service-list li > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.service-list li > div:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.service-list li:hover > div:after {
    display: block;
}

.service-info a {
    color: #fff;
    font-size: 36px;
}

.service-info p {
    opacity: 0;
    color: #fff;
    line-height: 1.5;
    margin-top: 30px;

    transition: none;
    -moz-transition: none;	/* Firefox 4 */
    -webkit-transition: none;	/* Safari 和 Chrome */
    -o-transition: none;	/* Opera */
}

.service-list li:hover .service-info p {
    opacity: 1;
    transition: opacity 1s;
    -moz-transition: opacity 1s;	/* Firefox 4 */
    -webkit-transition: opacity 1s;	/* Safari 和 Chrome */
    -o-transition: opacity 2s;	/* Opera */
}


/* 联系我们 */
.contact-title {
    color: #212121;
    font-size: 24px;
    line-height: 82px;
    padding-top: 10px;
}

.contact-info > div {
    background: url(../image/contactbg.jpg) no-repeat right center;
}

.contact-info > div > div {
    padding-bottom: 50px;
}

.contact-info dl {
    font-size: 16px;
    line-height: 32px;
    color: #5d5d5d;
}

.contact-divider {
    padding: 0!important;
    height: 1px;
    max-width: 500px;
    background: #e5e5e5;
}

#aMap {
    color: #ff5322 !important;
    text-decoration: none!important;
}

.contact-bg {
    background: url(../image/contact-bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0 40px;
}

.contact-bg form {
    width: 360px;
	background: rgba(0, 0, 0, .75);
    background-size: cover;
    padding: 8px 30px 30px;
    border-radius: 16px;
    color: #fff;
	margin-top: 50px;
}

.contact-bg form h3 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 62px;
}

.contact-bg form .form-group {
    margin-bottom: 10px;
    /*border: 1px solid #fff;*/
}

.contact-bg form .form-group textarea,
.contact-bg form .form-group input,
.contact-bg form .form-group button
{
    width: 100%;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #fff;
    line-height: 28px;
}

.contact-bg form .form-group textarea {
    resize: none;
}

.contact-bg form .form-group.required {
    position: relative;
}

.contact-bg form .form-group.required:after {
    position: absolute;
    content: '*';
    top: 0;
    right: 10px;
    color: red;
    line-height: 48px;
    font-size: 24px
}

.contact-bg form .form-group button {
    border: none;
    font-size: 16px;
    margin: 10px 0 0;
}

.btn-blue {
    color: #fff!important;
    background: #2669bb !important;
}

.btn-blue:hover, .btn-blue:focus {
    background: #00c4ff !important;
    box-shadow: none;
}

body.no-scroll {
    overflow: hidden;
}

#mapBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
}

#map {
    height: 100%;
}

#mapClose {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #bbb;
    opacity: 1;
    top: 30px;
    right: 30px;
}

#mapClose:hover{
    background: #333;
    opacity: .7
}

#mapClose svg {
    display: block;
    fill: #fff;
    margin: 12px 0 0 12px;
}

/* 软件开发 */
.computer {
    width: 34%;
    bottom: 0;
    right: 0;
}

.introuduce {
	font-size: 0.92em;
    padding: 0 0 40px;
    line-height: 1.8;
}
.introuduce img {
	max-width: 100%;
}

.busi-list .thumbnail:hover {
    background: #f9f9f9;
    -webkit-transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
}

.busi-list img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    filter: grayscale(100%);;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.busi-list .thumbnail:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.busi-list h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.busi-list p {
    color: #333;
    font-size: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .busi-list .thumbnail {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .busi-list img {
        margin: 0 auto;
    }

    .busi-list .caption {
        width: 100%;
    }

    .busi-list h3 {
        text-align: center;
    }

    .busi-list p {
        text-indent: 2em;
    }
}

.more {
    color: #2D97E7;
}

.more:hover {
    color: #00aeef;
}

/* 华琳的模式 */
.module-img {
    padding: 0 15px;
}

.module-img img {
    width: 100%;
    max-width: 741px;
}

/* 案例 */
.case-bg {
}

.case-list {
    flex-wrap: wrap;
}

.case-list li {
    position: relative;
}

.case-list li:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 20px;
    background: #fff;
    border: 1px dotted #dddddd;
    border-radius: 4px;
    z-index: 1;
}

.case-list li > div {
    position: relative;
    z-index: 10;
}

.case-list .caption h3 a {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 58px;
}

.case-list .caption a:hover {
    text-decoration: none;
}

.case-list .caption p {
    color: #989898;
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 8px;
}

.app-list .thumbnail {
    position: relative;
    font-size: 0;
}

.app-list img {
    width: 50%;
    display: inline-block;
}

.app-list .caption {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    padding: 40px;
    color: #fff;
    font-size: 14px;

    transition: none;
    -moz-transition: none;	/* Firefox 4 */
    -webkit-transition: none;	/* Safari 和 Chrome */
    -o-transition: none;	/* Opera */
}

.app-list li:hover .caption {
    opacity: 1;
    transition: opacity 1s;
    -moz-transition: opacity 1s;	/* Firefox 4 */
    -webkit-transition: opacity 1s;	/* Safari 和 Chrome */
    -o-transition: opacity 2s;	/* Opera */
}

.app-list .caption h3 {
    font-size: 24px;
}

.app-list .caption p {
    color: #fff;
    line-height: 1.5;
    margin-top: 30px;
}