* {
    padding: 0;
    margin: 0;
}

body {
    color: #333333;
    font-size: 16px;
    min-width: 1050px;
}

html, body {
    transition: all 0.5s ease;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
}

.title {
    width: 100%;
    margin-bottom: 40px;
}

.title h1 {
    line-height: 60px;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    position: relative;
}

.title h1:after {
    content: "";
    display: block;
    width:110px;
    height: 2px;
    background: #3985E8;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: 0;
}

body.active {
    background: #f4f4f4;
}

.new-list.active {
    background: #fff;
}

body.active footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.BMap_bubble_content {
    font-size: 14px;
}

/*.htmleaf-container{position:absolute;width:100%;top:0;}*/
.flexslider {
    position: relative;
    overflow: hidden;
    background: url(img/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slides li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: solid 1px #fff;
    border-radius: 50%;
}

.flex-control-nav .flex-active {
    background: #fff;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
    display: none;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(images/next.png) center center no-repeat;
}

section {
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    height: 40px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0);
    padding: 10px 0;
    transition: all 0.3s ease-in;
}

header.active {
    background: rgba(0, 0, 0, 0.7);
}

nav {
    width: 55%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

nav .logo {
    width: 140px;
    height: 35px;
}

nav .logo a {
    overflow: hidden;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    /*background: url(../img/slogo.png) no-repeat center;*/
    
    /*background: url(../img/slogo2.png) no-repeat center;*/
    background-size: cover;
}

nav ul {
    display: flex;
    color: #fff;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
}

nav ul li a:hover {
    color: #d4d4d4;
}

nav ul li.active a:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

nav ul li a:hover:after {
    background: #D4D4D4;
}

/**banner**/
.banner .sw-next-prev {
    display: none;
}

/*.banner{height: 500px;background: #1D1260;}*/
.swipslider.pc {
    display: none;
}

/**服务内容**/
.server, .about, .new, .article, .why, .case, .teamwork, .contact, .detail .main, .case-mian {
    width: 100%;
    padding: 50px 0;
    background: #F4F4F4;
}

.content {
    width: 55%;
    margin: auto;
}

.server ul {
    border-top: solid 1px #E2E2E2;
    border-left: solid 1px #E2E2E2;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 70px;
}

.server ul li {
    width: 25%;
    border-right: solid 1px #E2E2E2;
    position: relative;
    border-bottom: solid 1px #E2E2E2;
    cursor: pointer;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}

/*.server ul li .animate-box{width: 100%;padding: 40px 0;transform: rotateY(0);background: #fff;transition: all 0.50s ease-in-out 0s;}
.animate-bg{width: 100%;padding:40px 0;position: absolute;top: 0;left: 0;text-align: center;background:#fff;transform: rotateY(90deg);transition: all 0.50s ease-in-out 0s;color: #333;}
.server ul li:hover .animate-box  {transform: rotateY(-90deg);}
.server ul li:hover .animate-bg {transform: rotateY(0);}*/
.server ul li .animate-box {
    width: 100%;
    padding: 40px 0;
    background: #fff;
    transition: all 0.50s ease;
}

.animate-bg {
    width: 100%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #f5c130;
    transition: all 0.50s ease;
    color: #333;
    z-index: -1;
}

.server ul li:nth-child(1) .animate-bg, .server ul li:nth-child(2) .animate-bg, .server ul li:nth-child(3) .animate-bg,.server ul li:nth-child(4) .animate-bg{
    top: 100%;
}

 .server ul li:nth-child(5) .animate-bg, .server ul li:nth-child(6) .animate-bg ,.server ul li:nth-child(7) .animate-bg,.server ul li:nth-child(8) .animate-bg{
    top: -100%;
}
.server ul li:nth-child(9) .animate-bg, .server ul li:nth-child(10) .animate-bg, .server ul li:nth-child(11) .animate-bg,.server ul li:nth-child(12) .animate-bg {
    top: -100%;
}
.server ul li:hover .animate-bg {
    top: 0;
    z-index: 2
}

.server-box {
    width: 70%;
    margin: auto;
    text-align: center;
}

.server ul li span {
    display: block;
    width: 100px;
    margin: 0px auto 20px;
}

.server ul li h3 {
    font-size: 16px;
    line-height: 26px;
}

.server ul li p {
    font-size: 14px;
    line-height: 26px;
}

.server ul li .animate-bg h3, .server ul li .animate-bg p {
    color: #fff;
}

/**关于我们**/
.about {
    background: #fff;
}

.about-text {
    width: 100%;
}

.about-text p {
    line-height: 30px;
    text-indent: 30px;
    color: #666;
}

/**新闻动态**/
.new-wrp {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.new-left {
    flex: 1;
    height: 400px;
    background: url(../img/06.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.new-bg {
    width: 94%;
    height: 80px;
    color: #fff;
    font-size: 18px;
    line-height: 80px;
    padding: 0 3%;
    overflow: hidden;
    position: absolute;
    bottom: -80px;
    left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in;
}

.new-right {
    flex: 1;
}

.new-right ul {
    margin-left: 50px;
    height: 100%;
}

.new-right ul li {
    padding: 0;
    border-bottom: solid 1px #E2E2E2;
    height: 25%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.new-right ul li a {
    display: block;
}

.new-right ul li h2 {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-right ul li p {
    line-height: 24px;
    color: #666;
}

.new-right ul li p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/shizhong.png) no-repeat center;
    background-size: cover;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.new .more {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 40px auto 0;
    text-align: center;
    background: #3A86E8;
    color: #fff;
}

.new-right ul li:hover h2 {
    color: #3a86e8;
}

.new-right ul li:hover p {
    color: #73aaf1;
}

.new-right ul li:hover p span {
    background-image: url(../img/shizhong1.png);
}

.new .more:active {
    background: rgba(60, 134, 230, 0.7);
}

.new-left:hover .new-bg {
    bottom: 0;
}

.new .more:hover {
    background: #5293EB;
}

/**项目管理**/
.article {
    background: url(../img/bj.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.article h1 {
    color: #fff;
}

.article h1:after {
    background: #fff;
}

.article ul {
    display: flex;
    padding: 50px 0 20px;
}

.article ul li {
    flex: 1;
    text-align: center;
}

.article ul li span {
    display: block;
    width: 50%;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
}

.article ul li p {
    margin-top: 20px;
    font-size: 18px;
}

.article ul li:hover span {
    top: -10px;
}

/**为什么选择我们**/
.why {
    background: #fff;
}

.why h1 {
    font-size: 22px;
}

.why h1:after {
    display: none;
}

.why ul {
    display: flex;
}

.why ul li {
    flex: 1;
    text-align: center;
}

.why ul li span {
    display: block;
    width: 50%;
    padding-top: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
}

.why ul li p {
    margin-top: 10px;
    font-size: 18px;
}

.why ul li:hover span {
    top: -10px;
}

/**部分案例**/
.case {
    padding-bottom: 0;
}

.case-wrp {
    background: #fff;
    padding: 50px 0;
}

.case-title {
    text-align: center;
    margin-top: 20px;
}

.case-title span {
    font-size: 20px;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.case-title span:after {
    content: "";
    display: block;
    width: 0px;
    height: 20px;
    border: solid 1px #E2E2E2;
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -10px;
}

.case-title span.active {
    color: #3C87E8;
}

.case-title span:last-child:after {
    display: none;
}

.case-wrp ul {
    overflow: hidden;
    display: none;
    width: 105%;
    margin: 0 -2.5%;
}

.case-wrp ul.active {
    display: block;
}

.case-wrp ul li {
    width: 33.33%;
    float: left;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.case-wrp ul li .img {
    width: 80%;
    margin: auto;
    padding-top: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}

.case-bg {
    position: absolute;
    top: 100%;
    left: 10%;
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in;
}

.case-bg span {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    color: #fff;
}

.case-bg p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
}

.case-wrp ul li:hover .case-bg {
    top: 0;
}

/**合作企业**/
.teamwork ul {
    overflow: hidden;
}

.teamwork ul li {
    float: left;
    width: 20%;
    margin: 0.5% 0;
}

.teamwork ul li span {
    width: 95%;
    margin: auto;
    display: block;
    position: relative;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.teamwork ul li .team-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-in-out;
}

.teamwork ul li:hover .team-bg {
    background: rgba(255, 255, 255, 0);
}

/**联系我们**/
.contact .content {
    display: flex;
    height: 300px;
}

.contact .content .contact-left, .contact-right {
    flex: 1;
    height: 100%;
}

#map {
    height: 100%;
}

.contact-right ul {
    margin-left: 12%;
    border-bottom: solid 1px #E2E2E2;
    box-sizing: border-box;
}

.contact-right ul li {
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.contact-right ul li span {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-right ul li p {
    float: left;
    line-height: 24px;
    color: #666;
}

.contact-btm {
    margin-left: 12%;
    text-align: center;
    color: #666666;
    padding: 30px 0 0;
}

.contact-btm h1 {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 4px;
}

.contact-btm p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 5px;
}

/**页脚**/
footer {
    background: #252525;
    background: #252525;
    color: #fff;
    padding: 20px 0;
}

footer .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fot-logo {
    display: flex;
}

.fot-logo span {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background: url(../img/logo.png) no-repeat center;
    background-size: cover;
}

.fot-logo h1 {
    font-weight: 100;
    font-size: 18px;
    line-height: 36px;
}

.fot-logo p {
    line-height: 20px;
    letter-spacing: 1px;
}

.skip ul {
    display: flex;
    justify-content: flex-end;
}

.skip ul li {
    margin-left: 20px;
}

.skip ul li a {
    display: block;
    color: #fff;
    line-height: 36px;
}

.skip ul li a:hover {
    color: #999;
}

.skip p {
    text-align: right;
    line-height: 20px;
    font-size: 14px;
}

.skip p a {
    color: #fff;
}

.skip p a:hover {
    color: #999;
}

/**右边悬浮**/
.suspend {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 999;
}

.suspend-box {
    width: 70px;
    height: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid 1px #3986E7;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.suspend-box > div {
    width: auto;
    height: auto;
    color: #3986E7;
}

.suspend-box span {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.suspend-box p {
    text-align: center;
    font-size: 0.875em;
    margin-top: 2px;
}

.suspend-box .hover {
    position: absolute;
    top: 0;
    left: -10px;
    width: 0px;
    overflow: hidden;
    height: 70px;
    background: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease-in;
}

.suspend-box .hover span {
    width: 100%;
    height: 100%;
    border: solid 1px #3986E7;
    box-sizing: border-box;
}

.suspend-box .hover.ewm {
    height: 150px;
}

.suspend-box:hover .hover {
    width: 150px;
    left: -160px;
}

.suspend-box.back-top {
    height: 70px;
}

.suspend-box.back-top span {
    border: solid 2px #3986E7;
    width: 14px;
    height: 14px;
    margin-top: 10px;
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
}

/*新闻页面*/
.news .main {
    padding: 50px 0;
}

.news .news-title {
    text-align: center;
    width: 100%;
    position: relative;
}

.news .news-title:before, .news .news-title:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #E2E2E2;
    position: absolute;
    top: 50%;
}

.news .news-title:before {
    left: 0;
}

.news .news-title:after {
    right: 0;
}

.box-shadow {
    display: flex;
    width: -webkit-fit-content;
    margin: auto;
    position: relative;
}

.bg {
    width: 100%;
    height: 100%;
    background: #017DC3;
    position: absolute;
    z-index: -1;
    -webkit-transform: skew(-20deg);
    left: 10px;
    top: -5px;
}

.box-shadow .news-btn {
    display: flex;
}

.box-shadow span {
    display: block;
    border: solid 1px #0090E7;
    /* background: #0090E7; */
    background: #fff;
    cursor: pointer;
    color: #0090E7;
    /* color: #fff; */
    padding: 5px 20px;
    margin: 0 2px;
    transform:skew(-20deg);
    -ms-transform:skew(-20deg); 	/* IE 9 */
    -moz-transform:skew(-20deg); 	/* Firefox */
    -webkit-transform:skew(-20deg); /* Safari 和 Chrome */
    -o-transform:skew(-20deg); 	/* Opera */
}

.box-shadow span.active {
    /* background: #fff;
    color: #0090E7; */
    background: #0090E7;
    color: #fff;
}

.news-text {
    margin-top: 50px;
    display: none;
}
.BMap_cpyCtrl{
    display: none !important;
}
.anchorBL{
    display: none !important;
}

.BMapLabel{
    border-radius:5px;
    top:-10px !important;
    left: 30px !important;
    padding:5px 10px  !important;
    font-weight: bold !important;
    color: #000000;
    border: 1px solid #cccccc !important;
}
.news-text.active {
    display: block;
}

.news-text ul li {
    overflow: hidden;
    padding: 50px 0 30px;
    border-bottom: dashed 1px #E2E2E2;
}

.news-text ul li {
    display: -webkit-box;
    display: -moz-box;
}

.news-text ul li .news-left span {
    display: block;
    width: 300px;
    height: 300px;
    background: #E2E2E2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.news-text ul li .news-left p {
    text-align: center;
    line-height: 30px;
}

.news-text ul li .news-left p big {
    font-size: 20px;
}

.news-text ul li .news-right {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    padding-left: 50px;
}

.news-text ul li .news-right h1 {
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text ul li .news-right .txt {
    height: 220px;
}

.news-text ul li .news-right p {
    color: #666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.news-text ul li .news-right a {
    display: block;
    color: #0090E7;
}

.news-text .more {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 50px auto 0;
    background: #0090E7;
    color: #fff;
}

.news-text ul li .news-right h1:hover {
    cursor: pointer;
    color: #3a86e8;
}
.news-text ul li .news-right span:hover {
    cursor: pointer;
    color: #3a86e8;
}

.news-text ul li .news-right p:hover {
    cursor: pointer;
    color: #999;
}

.news-text ul li .news-right a:hover {
    color: #49bbff;
}

.news-text ul li .news-left span .new-bg {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.news-text ul li .news-left span:hover .new-bg {
    bottom: 0;
}

/**新闻详情页面**/
.detail .main .content {
    background: #fff;
    padding: 50px 0 0;
}

.detail .main .content .title-wrp {
    border-bottom: solid 1px #E2E2E2;
    padding-bottom: 40px;
}

.detail .main .content h1 {
    text-align: center;
    font-weight: 100;
}

.detail .main .content .title-wrp p {
    text-align: center;
    font-weight: 100;
    line-height: 50px;
}

.detail .main .content .title-wrp p span {
    margin: 0 10px;
    color: #666;
}

.detail .main .content .detail-txt {
    width: 80%;
    margin: auto;
    padding-top: 50px;
}

.detail .main .content .detail-txt p {
    line-height: 30px;
    margin-bottom: 20px;
}

.detail .main .content .detail-txt div {
    width: 80%;
    margin: 0 auto 20px;
}

.detail .main .content .page {
    border-top: solid 1px #E2E2E2;
    margin: 0 auto;
    padding: 20px 18%;
}

.detail .main .content .page a {
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.detail .main .content .page a:hover {
    color: #0090E7;
}

/**客户案例页面**/
.case-mian .nav {
    display: flex;
    justify-content: space-between;
}

.case-mian .nav span {
    display: block;
    width: 100px;
    border: solid 1px #E2E2E2;
    text-align: center;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
}

.case-mian .nav span.active {
    background: #0090E7;
    color: #fff;
    border-color: #0090E7;
}

.case-list {
    width: 108%;
    margin: 5% -4%;
}

.case-list ul {
    display: none;
}

.case-list ul.active {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.case-list ul li {
    width: 33.33%;
    margin-bottom: 40px;
    cursor: pointer;
}

.case-list ul li:nth-child(odd) {
    animation: bounceInRight 3s;
}

.case-list ul li:nth-child(even) {
    animation: bounceInLeft 3s;
}

.case-list ul li.active:nth-child(odd) {
    animation: bounceInRight 3s;
}

.case-list ul li.active:nth-child(even) {
    animation: bounceInLeft 3s;
}

.case-list ul li > span {
    display: block;
    width: 80%;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.case-list ul li > span .case-bg {
    width: 100%;
    left: 0;
}

.case-list ul li > span:hover .case-bg {
    top: 0;
}

.case-list ul li .case-text {
    width: 80%;
    margin: auto;
}

.case-list .case-text .case-box {
    padding: 15px 20px;
    background: #fff;
}

.case-list .case-text h1 {
    font-weight: 100;
    font-size: 18px;
}

.case-list .case-text p {
    color: #666;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

/**招聘信息页面**/
.recruit-main {
    padding: 50px 0;
}

.recruit-main li {
    display: flex;
    padding: 40px 0;
}

.recruit-left {
    width: 400px;
    height: 400px;
}

.recruit-text {
    flex: 1;
    text-align: center;
    height: 400px;
    padding-left: 80px;
}

.recruit-main li:nth-child(even) .recruit-text {
    padding-right: 80px;
    padding-left: 0;
}

.recruit-text h1 {
    font-size: 26px;
    font-weight: 100;
}

.recruit-text .subhead {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.recruit-text .subhead span {
    display: block;
    padding: 0 10px;
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    color: #666;
    position: relative;
}

.recruit-text .subhead span:after {
    content: "";
    display: block;
    width: 0;
    height: 16px;
    border: solid 1px #E2E2E2;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.recruit-text .subhead span:last-child:after {
    border: none;
}

.recruit-text .main-text {
    font-size: 16px;
    color: #777;
}

.recruit-text .main-text P {
    line-height: 26px;
}

.recruit-text button {
    display: block;
    border: none;
    background: #7A73FF;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 18px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 40px auto 0;
}

.recruit-text button:active {
    background: rgba(122, 115, 255, 0.7);
}

.card {
    width: 320px;
    height: 120px;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -80px -175px;
    padding: 20px 15px;
    background: rgba(0,0,0,0.9);
    color: #fff;
    border-radius: 10px;
    display: none;
}

.card p {
    font-size: 14px;
    line-height: 30px;
}

.card h1 {
    font-size: 22px;
    font-weight: 100;
    line-height: 30px;
}

.card .email {
    display: flex;
    justify-content: space-between;
}

.card h5 {
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
}

.card button {
    border: none;
    outline: none;
    display: block;
    background: #FB3B3A;
    color: #fff;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.card button:active {
    background: #F86F6F;
}


/* 高德地图的调整 */
.amap-icon img {
    width: 20px;
  }
  .amap-marker-label{
      top: -23px !important;
      left: -18px !important;
  }  


@media screen and (max-width: 1900px) {
    /*nav ul{margin-left: 40px;}*/
    nav ul li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 1780px) {
    .skip p {
        width: 530px;
    }

    .article ul li span {
        width: 70%;
        padding-top: 70%;
    }

    .contact-btm h1 {
        font-size: 30px;
    }

    .contact-btm p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1710px) {
    /*nav ul{margin-left: 20px;}*/
    nav ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1640px) {
    .recruit-left {
        width: 360px;
    }
}

@media screen and (max-width: 1680px) {
    .news .news-title:before, .news .news-title:after {
        width: 35%;
    }
}

@media screen and (max-width: 1490px) {
    nav ul li {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1570px) {
    .recruit-text .subhead span {
        font-size: 16px;
    }
}

@media screen and (max-width: 1500px) {
    .recruit-text {
        padding-left: 30px;
    }

    .recruit-main li:nth-child(even) .recruit-text {
        padding-right: 30px;
    }

    .case-list .case-text .case-box {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .case-list .case-text h1 {
        font-size: 16px;
    }

    .case-list .case-text p {
        display: block;
        margin-top: 5px;
    }

    .case-list .case-text p span {
        display: block;
        line-height: 20px;
    }

    .content, nav {
        width: 60%
    }

    /*.skip p{width:400px;float:right;}*/
}

@media screen and (max-width: 1400px) {
    .recruit-main li {
        display: block;
    }

    .recruit-left {
        display: none;
    }

    .recruit-text {
        padding: 0;
    }

    .recruit-main li:nth-child(even) .recruit-text {
        padding: 0;
    }
}

@media screen and (max-width: 1390px) {
    .contact-right ul {
        margin-left: 60px;
    }

}

@media screen and (max-width: 1340px) {
    .content {
        width: 60%;
    }
}

@media screen and (max-width: 1310px) {
    .contact-right ul {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1270px) {
}

@media screen and (max-width: 1210px) {
    .content, nav {
        width: 70%
    }
}

@media screen and (max-width: 1120px) {
    .skip p {
        width: 400px;
        float: right;
    }
}

@media screen and (max-width: 1080px) {
    .content, nav {
        width: 75%;
    }

    .skip p {
        width: 400px;
        float: right;
    }
}

@media screen and (max-width: 1050px) {

    .subnav {
        min-width: 1050px;
    }
}


/*@media screen and (max-width:850px) {
    nav{position:relative;}
    .nav-list{width:100px;height:40px;background:url(../img/nav1.png)no-repeat center;background-size:40%;cursor:pointer; position:absolute;top:0;right:0px;text-align:center;line-height:50px;}
    nav ul{display:none;}
    nav ul.active{display:block;position:absolute;width:100px;top:50px;right:0;}
    nav ul li:nth-child(5),nav ul li:nth-child(6){display:block;}
    nav ul li{width:100%;margin:0;text-align:center;background:rgba(255,255,255,1);color:#000; transition:all 0.3s ease;}
    nav ul li a{color:#333;font-size:0.875em;}
    nav ul li a:hover {color:#999;}
    nav ul li.active a:hover:after {background:#999;}
    nav ul li.active a:after{background:#666}
    header,nav .logo span,nav .logo p,.nav-list,nav ul.active:before,nav ul li,nav ul li a,nav ul.active:before{transition:all 0.5s ease-in;}
    section{padding-top:60px;}
    header{background:#ffffff;top:0;}
    nav,.content{width:94%}
    nav .logo span{width:34px;height:34px;margin-top:3px;background:url(../img/logo1.png)no-repeat center;background-size:cover;}
    nav .logo p{color:#0090e8;}
    .nav-list{background:url(../img/nav11.png)no-repeat center;background-size:40%;}
    nav ul.active:before{content:"";display:block;width: 0;height: 0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ffffff;margin:auto;}
    header.active nav .logo span{width:34px;height:34px;margin-top:3px;background:url(../img/logo.png)no-repeat center;background-size:cover;}
    header.active nav .logo p{color:#fff;}
    header.active .nav-list{background:url(../img/nav1.png)no-repeat center;background-size:40%;}
    header.active nav ul li{background:rgba(0,0,0,0.7);width:100%;margin:0;text-align:center;}
    header.active nav ul li a{color:#fff;}
    header.active nav ul.active li:hover a{color:#ccc;}
    header.active nav ul li.active a:after{background:#fff;}
    header.active nav ul.active li.active a:after{background:#ccc;}
    header.active nav ul.active:before{border-bottom:10px solid rgba(0, 0, 0, 0.7);}
    header.active nav ul li{background:rgba(0,0,0,0.7);width:100%;margin:0;text-align:center;}
    header.active nav ul li a{color:#fff;font-size:0.875em;}
    header.active nav ul li.active a:after{background:#fff;}

    .index .banner{padding-top:35%;position:relative;}
    .index .banner .htmleaf-container{position:absolute;top:0;left:0;width:100%;height:100%;}
    .flexslider,.slides,.slides li{height:100%;}
    .flexslider,.slides,.slides li:nth-child(1){background-image:url(../img/banner1.jpg);}
    .flexslider,.slides,.slides li:nth-child(2){background-image:url(../img/banner2.jpg);}
    .flexslider,.slides,.slides li:nth-child(3){background-image:url(../img/banner3.jpg);}
    .slides li img{display:none;}
    .slides li{background-repeat:no-repeat;background-position:center;background-size:cover;}
    section{overflow:hidden;}
    .recruit .banner,.cases .banner,.news .banner,.detail .banner{width:140%;margin-left:-20%;}

    .server, .about, .new, .article, .why, .case, .teamwork, .contact, .detail .main, .case-mian,.recruit-main{padding:30px 0;}
    .title{margin-bottom:20px;}
    .title h1{font-size:22px;line-height:50px;}
    .server ul,.new-wrp{margin-top:30px;}
    .server ul li span{width:50%;}
    .server ul li h3{font-size:1em;font-weight:100;line-height:22px;}
    .server ul li p{display:none;}
    .new-left{height:320px;width:45%;flex:none;}
    .new-right {height:320px;}
    .new-right ul li h2{font-size:16px;margin-bottom:5px;}
    .new-right ul li p{font-size:14px;}
    .case-mian .nav{display:flex;flex-wrap:wrap;}
    .case-mian .nav span{width:25%;margin:5px 0;}
    .cases .content{overflow:hidden;}
    .case-list .case-text p span:last-child{display:none;}

    .recruit-main li{padding-top:0;}


}
@media screen and (max-width:680px) {
    .contact .content{height:260px;}
    .contact .content .contact-left{flex:none;width:45%;}
    .contact-right ul li{margin-bottom:5%;}
    .contact-btm h1{font-size:22px;}
    .contact-btm p{font-size:12px;}
    .news .news-title:before, .news .news-title:after{width:25%;}
    .news .main{padding:30px 0;}
    .box-shadow span{padding:2px 10px;}
    .news-text{margin-top:30px;}
    .news-text ul li{padding:30px 0;}
    .news-text ul li .news-left{width:40%;padding-top:40%;position:relative;height:0;}
    .news-text ul li .news-left span{width:100%;height:100%;position:absolute;top:0;}
    .news-text ul li .news-right .txt{height:auto;}
    .news-text ul li .news-right h1{font-size:20px;margin-bottom:10px;}
    .news-text ul li .news-right p{font-size:0.8em;}
    .news-text ul li .news-right a{margin-top:15px;}
    .case-mian .nav span{font-size:0.875em;height:26px;line-height:26px;}
}


@media screen and (max-width:550px) {

    .flex-control-nav a{width:8px;height:8px;}
    .server-box{width:85%;}
    .server ul li{height:100px;overflow:hidden;}
    .server ul li span{margin-bottom:10px;}
    .server-box{height:auto;}
    .server ul li .animate-box,.animate-bg{display:flex;align-items:center;padding:0;height:100%;}
    .server ul li h3{font-size:0.75em;}
    .title{margin-bottom:20px;}
    .title h1{line-height:30px;font-size:1em;}
    .title h1:after{width:30px;margin-left:-15px;}
    .server ul, .new-wrp{margin-top:20px;}
    .about{padding-bottom:15px;}
    .about-text{width:100%;}
    .about-text p{font-size:0.75em;text-align:center;line-height:22px;letter-spacing:0.1em;}
    .new-wrp{display:block;}
    .new-left{width:100%;padding-top:50%;height:0;}
    .new-right{height:auto;}
    .new-right ul{margin-left:0;}
    .new-right ul li{padding:10px 0;}
    .new .more{margin-top:20px;font-size:14px;border-radius:5px;height:30px;line-height:30px;}
    .article ul{padding:10px 0;}
    .article ul li p,.why ul li p{font-size:0.875em;margin-top:5px;}
    .case-title{margin-top:10px;}
    .case-title span{font-size:0.9em;}
    .case-title span:after{height:16px;margin-top:-8px;right:-6px;}
    .case-wrp{padding:10px 0;}
    .case-wrp ul li{margin:10px 0;}
    .teamwork,.contact{padding-top:0;}
    .teamwork ul li .team-bg{display:none;}
    .case-wrp ul li{width:50%;}
    .case-wrp ul li .img{width:90%;}
    .case-bg{width:90%;left:5%;}
    .case-bg span{font-size:16px;}
    .contact .content{height:auto;}
    .contact .content .contact-left{width:36%;padding-top:36%;height:0;background:url(../img/ewm.png)no-repeat center;background-size:cover;}
    #map{display:none;}
    .contact-right{padding-top:36%;position:relative;}
    .contact-right ul{position:absolute;width:96%;height:100%;top:0;margin-left:0;left:3%; border:none;display:flex;flex-direction:column;justify-content:space-around;}
    .contact-right ul li{height:auto;overflow:unset;margin-bottom:0; padding-left:25px;}
    .contact-right ul li span{width:20px;height:20px;}
    .contact-right ul li p{font-size:14px;line-height:20px;}
    .contact-btm{padding:0;margin:0;display:none;}
    .skip ul{display:none;}
    .skip p{font-size:12px;}
    .skip p a{display:block;}
    .suspend-box{width:30px;height:30px;display:none;}
    .suspend-box span{width:24px;height:24px;}
    .suspend-box.back-top span{width:10px;height:10px;}
    .suspend-box p{display:none;}
    .suspend-box:last-child{display:block;width:30px;height:30px;}
    .suspend{top:unset;bottom:20%;right:3%;}



    .case-list ul li{width:50%;}
    .case-list .case-text .case-box{padding:5px 10px 5px;}
    .case-list .case-text h1{font-size:0.9em;}
    .case-list .case-text p{font-size:0.75em;margin-top:0;}


    .recruit-text h1{font-size:18px;}
    .recruit-text .subhead{padding:5px 0;display:block}
    .recruit-text .subhead span {display: inline-block;padding:0;margin:0 2%;font-size: 0.875em;height: 22px;line-height: 22px;color: #666666;}
    .recruit-text .subhead span::after{display:none;}
    .recruit-text .main-text P{font-size:0.8em;}
    .recruit-text{height:auto;}
    .recruit-text button{width:100px;height:30px;line-height:30px;font-size:1em;margin-top:20px;border-radius:5px;}
    .card{width:70%;height:18%;margin: -25% -41%;padding:10px 15px;}
    .card p{font-size:0.75em;line-height:24px;}
    .card h1{font-size:18px;line-height:24px;}
    .card h5{font-size:0.875em;line-height:24px;}
    .card button{padding:0 15px;line-height:24px;height:24px;}
    .news-text{margin-top:0px;}
    .box-shadow span{font-size:0.8em;}
    .detail .main{padding:0;}
    .detail .main .content{padding:30px 3% 0;width:94%;}
    .detail .main .content .title-wrp{padding-bottom:20px;}
    .detail .main .content h1{font-size:0.9em;}
    .detail .main .content .title-wrp p{font-size:0.875em;line-height:20px;margin-top:10px;}
    .detail .main .content .title-wrp p span{margin:0 2%;}
    .detail .main .content .detail-txt{padding-top:20px;width:94%;font-size:0.875em;}
    .detail .main .content .page{padding:15px 3%;}
    .news-text ul li .news-right{padding-left:2%;}
    .news-text ul li .news-right h1{font-size:1em;line-height:26px;margin-bottom:5px;-webkit-line-clamp:1;}
    .news-text ul li .news-right p{line-height:24px;-webkit-line-clamp:5;}
    .news-text ul li .news-right a{font-size:0.875em;margin-top:10px;}
}
@media screen and (max-width:320px) {
    .news-text ul li .news-right p{line-height:24px;-webkit-line-clamp:4;}
}*/
