﻿@charset "utf-8";


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: pfm, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 16px;
    color: #000;
    width: 100%;
    zoom: 1;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #000;
    font-family: Microsoft YaHei, arial, sans-serif;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: middle;
}

a {
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #006dd9;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


/*单行文本省略号*/

.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.dot2 {
    -webkit-line-clamp: 2;
}


/*多行文本省略号*/

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}


/*input字体*/

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #d9d9d9;
    text-indent: 1em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}


/*网页滚动条*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #58504a;
}

::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e6e6e6;
}


/*effict*/

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

.imgbox {
    overflow: hidden;
    position: relative;
    /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: auto !important;
    max-height: 100%;
}


/*pages*/

.Pages {
    zoom: 1;
    overflow: hidden;
    text-align: center;
    color: #666666;
    clear: both;
    margin-top: 60px;
}

.Pages span {
    padding: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.Pages a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    line-height: 50px;
    margin: 0 5px;
}

.Pages .p_page a {
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
}

.Pages .num {
    display: inline-block;
}

.Pages a.a_prev,
.Pages a.a_next {
    width: 100px;
    margin: 0 20px;
    position: relative;
    display: inline-block;
}

.Pages a.a_prev b {
    display: block;
    border-top: 5px solid transparent;
    border-right: 5px solid #000;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    margin-left: -10px;
    left: 50%;
    margin-top: -5px;
}

.Pages a.a_next b {
    display: block;
    border-top: 5px solid transparent;
    border-left: 5px solid #000;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    margin-left: 0;
    left: 50%;
    margin-top: -5px;
}

.Pages a:hover {
    background: #006dd9;
    color: #fff;
}

.Pages a.a_cur {
    background: #006dd9;
    color: #fff;
}

.Pages a.a_prev:hover b {
    border-right: 5px solid #fff;
}

.Pages a.a_next:hover b {
    border-left: 5px solid #fff;
}

@media ( max-width:1024px) {
    .Pages a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 3px;
    }
    .Pages a.a_prev,
    .Pages a.a_next {
        width: 60px;
        margin: 0 3px;
    }
}


/*pages end*/

@media(max-width:768px) {
    body {
        font-size: 14px;
    }
}

.Contain {
    width: 1600px;
    margin: 0 auto;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}

@media(max-width:1680px) {
    .Contain {
        width: 92%;
    }
}

@media(max-width:1560px) {
    .w1440 {
        width: 92%;
    }
}


/* Top */

.Top {
    position: fixed;
    width: 100%;
    height: 110px;
    line-height: 110px;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Top.fixed {
    height: 80px;
    line-height: 80px;
    background: rgb(49 124 202);
}
.Top .Header .Logo{
    position: relative;

}

.Top .Header .Logo p{
    position: absolute;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
	font-size:14px;
}
.Top .Header .m-btn {
    display: none;
    cursor: pointer;
    padding: 15px 5px;
    border-radius: 5px;
    z-index: 999;
    margin-top: 13px;
    margin-left: 10px;
}

.Top .Header .m-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.Top .Header .m-btn span::before,
.m-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.Top .Header .m-btn span:before {
    top: -8px;
}

.Top .Header .m-btn span:after {
    bottom: -8px;
}

.Top .Header .m-btn.active span {
    background: transparent;
}

.Top .Header .m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
    width: 24px;
}

.Top .Header .m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
    width: 24px;
}

.Top .Header .tel {
    font-family: DINB;
    font-size: 22px;
    color: #fff;
}

.Top .Header .tel span {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}

.Top .Header .tel span a {
    color: #fff;
}

.Top .Header .MainNav {
    margin-right: 20px;
}

.Top .Header .MainNav ul::after {
    content: '';
    display: block;
    clear: both;
}

.Top .Header .MainNav ul li {
    float: left;
    padding: 0 20px;
    margin: 0 10px;
    position: relative;
}

.Top .Header .MainNav ul li a {
    color: #fff;
}

.Top .Header .MainNav ul li .Navpull {
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -75px;
    box-sizing: border-box;
    line-height: 35px;
    z-index: 999;
    background: #fff;
    width: 150px;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    display: none;
    z-index: 9999;
    border-top: 2px solid #006dd9;
}

.Top .Header .MainNav ul li .Navpull dd {
    border-bottom: 1px dotted #ddd;
    text-align: center;
}

.Top .Header .MainNav ul li .Navpull dd:last-child {
    border-bottom: none;
}

.Top .Header .MainNav ul li .Navpull dd a {
    color: #333;
}

.Top .Header .MainNav ul li .Navpull dd:hover a {
    color: #006dd9;
}

.Top .Header .MainNav ul li .Navpull.null {
    background: none;
    padding: 0;
}

.Top.fixed .Header .MainNav ul li .Navpull {
    top: 80px;
}

@media(max-width:1440px) {
    .Top .Header .MainNav ul li {
        padding: 0 10px;
    }
}

@media(max-width:1280px) {
    .Top .Header .MainNav ul li {
        margin: 0 0;
    }
}

@media(max-width:1200px) {
    .Top .Logo img {
        width: 180px;
    }
	.Top .Header .Logo p{display:none}
	.Top.fixed .Header .Logo img{margin-top:0}
    .Top .Header .tel {
        font-size: 18px;
    }
    .Top .Header .MainNav {
        margin-right: 10px;
    }
}

@media(max-width:992px) {
    .Top {
        height: 60px;
        line-height: 60px;
    }
    .Top.Top.fixed {
        height: 60px;
        line-height: 60px;
    }
    .Top .Header .m-btn {
        display: block;
        margin-top: 15px;
    }
    .Top .Logo img {
        width: 120px;
    }
    .Top .Header .MainNav {
        margin-right: 0;
        width: 100%;
        position: absolute;
        right: -100%;
        width: 60%;
        box-sizing: border-box;
        top: 60px;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 0;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    .Top .Header .MainNav ul li {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        line-height: 40px;
    }
    .Top .Header .MainNav ul li b {
        width: 35px;
        height: 40px;
        background: url(../uploadfiles/image/m-more.png) no-repeat center center;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .Top .Header .MainNav ul li .Navpull {
        position: static;
        display: none;
        padding: 0;
        margin-left: 0;
        width: 100%;
        background: none;
        border-top: none;
    }
    .Top .Header .MainNav ul li .Navpull dd {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
        text-align: left;
    }
    .Top .Header .MainNav ul li .Navpull dd a {
        display: block;
        padding: 0 10px;
        font-size: 14px;
        color: #fff;
    }
    .Top .Header .MainNav.show {
        right: 0;
    }
    .Top .Header .tel {
        font-size: 12px;
    }
    .Top .Header .tel img{max-width: 20px;}
}


/* HomeBan */

@keyframes down {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 10px;
        opacity: 0;
    }
}

@-webkit-keyframes down {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 10px;
        opacity: 0;
    }
}

.HomeBan .Banzs {
    position: absolute;
    z-index: 9999;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-animation: down 1s infinite;
    animation: down 1s infinite;
}


/* .HomeBan{position: relative;}
.HomeBan .slider .item {position: relative;}
.HomeBan .slider .item .img{padding-top:50%;}
.HomeBan .slider .item .txt{position: absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction: column;text-align: center;box-sizing: border-box;padding-top:80px;}
.HomeBan .slider .item .txt .txtCon{color:#fff;}
.HomeBan .slider .item .txt .txtCon h1{font-size:60px;font-weight: bold;}
.HomeBan .slider .item .txt .txtCon p{font-size: 18px;font-weight: bold;margin:30px 0 60px 0;}
.HomeBan .slider .item .txt .txtCon a{display: block;margin:0 auto;width:200px;height:65px;line-height: 65px;text-align: center; background-color: #1f64ae;background-image: linear-gradient(to right, #1f64ae , #3d8add);color:#fff;}
.HomeBan .slider .item .txt .txtCon a img{display: inline;}
.HomeBan .slider .item .txt .txtImg{max-width:70%;margin:0 auto;margin-top:50px;}
.HomeBan .slider .item .txt .txtImg img{display: inline;}

.HomeBan .slider .slick-dots {width:100%;text-align: center;position: absolute;bottom:60px;}
.HomeBan .slider .slick-dots li{display: inline-block;width:34px;height:34px;background:url(../uploadfiles/image/dot.png) no-repeat center center;}
.HomeBan .slider .slick-dots li button{display: none;}
.HomeBan .slider .slick-dots li.slick-active{background:url(../uploadfiles/image/dotc.png) no-repeat center center;}

@media(max-width:992px){
	.HomeBan .slider .item .img{padding-top:100%;}
	.HomeBan .slider .item .txt{padding-top:50px;}
	.HomeBan .slider .item .txt .txtCon h1{font-size:22px;}
  .HomeBan .slider .item .txt .txtCon p{font-size: 16px;margin:10px 0 30px 0;}
  .HomeBan .slider .item .txt .txtCon a{width:120px;height:35px;line-height: 35px;font-size: 14px;}
	.HomeBan .slider .item .txt .txtCon a img{height:16px;}
	.HomeBan .slider .item .txt .txtImg{margin-top:30px;}
}

@media(max-width:480px){
	.HomeBan .slider .item .txt .txtImg{max-width:50%;}
} */

.HomeBan {
    overflow: hidden;
    clear: both;
    position: relative;
    background: url(../images/loading.gif) center center no-repeat;
}

.HomeBan .slides li {
    position: relative;
}

.HomeBan .slides li .img {
    padding-top: 50%;
}

.HomeBan .slides li .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    padding-top: 80px;
}

.HomeBan .slides li .txt .txtCon {
    color: #fff;
    padding-bottom: 8%;
}

.HomeBan .slides li .txt .txtCon h1 {
    font-size: 60px;
    font-weight: bold;
}

.HomeBan .slides li .txt .txtCon p {
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 60px 0;
}

.HomeBan .slides li .txt .txtCon a {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #1f64ae;
    background-image: linear-gradient(to right, #1f64ae, #3d8add);
    color: #fff;
}

.HomeBan .slides li .txt .txtCon a img {
    display: inline;
    width: 20px;
}

.HomeBan .slides li .txt .txtImg {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}

.HomeBan .slides li .txt .txtImg img {
    display: inline;
}

.HomeBan .slides li .video {
    padding-top: 50%;
    position: relative;
}

.HomeBan .slides li video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.HomeBan .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 60px;
    z-index: 2;
}

.HomeBan .flex-control-nav li {
    margin: -4px 6px 0;
}

.HomeBan .flex-control-nav li a {
    width: 34px;
    height: 34px;
    background: url(../uploadfiles/image/dot.png) no-repeat center center;
}

.HomeBan .flex-control-nav li a.flex-active {
    background: url(../uploadfiles/image/dotc.png) no-repeat center center;
}

.HomeBan .flex-direction-nav a {
    opacity: 0;
    border: 1px solid #e46c0a;
    background: #e46c0a;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
}

.HomeBan .flex-direction-nav .flex-prev {
    left: -50px;
}

.HomeBan .flex-direction-nav .flex-next {
    right: -50px;
}

.HomeBan:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 5%;
}

.HomeBan:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 5%;
}

.HomeBan .flex-direction-nav a:hover {
    border: 1px solid #e46c0a !important;
    background: #e46c0a !important;
    color: #fff;
}

@media(max-width:992px) {
    .HomeBan .slides li .img {
        padding-top: 100%;
    }
    .HomeBan .slides li .video {
        padding-top: 100%;
    }
    .HomeBan .slides li .txt {
        padding-top: 50px;
    }
    .HomeBan .slides li .txt .txtCon h1 {
        font-size: 22px;
    }
    .HomeBan .slides li .txt .txtCon p {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }
    .HomeBan .slides li .txt .txtCon a {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .HomeBan .slides li .txt .txtCon a img {
        height: 16px;
    }
    .HomeBan .slides li .txt .txtImg {
        margin-top: 30px;
    }
}

@media(max-width:480px) {
    .HomeBan .slides li .txt .txtImg {
        max-width: 50%;
    }
}


/* Bottom */

.Bottom {
    padding: 60px 0 30px 0;
    background: #293446;
}

.Bottom .BotLeft {
    width: 60%;
}

.Bottom .BotLeft .fCompany {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding-left: 120px;
}

.Bottom .BotLeft .fCompany span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #b2b2b2;
    font-weight: bold;
}

.Bottom .BotLeft .fCompany ul::after {
    content: '';
    display: block;
    clear: both;
}

.Bottom .BotLeft .fCompany ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0 10px;
}

.Bottom .BotLeft .fCompany ul li img {
    max-height: 26px;
}

.Bottom .BotLeft .bNavBox {
    margin-top: 40px;
    margin-left: -2%;
}

.Bottom .BotLeft .bNavBox .NavList {
    float: left;
    width: 18%;
    margin-left: 2%;
}

.Bottom .BotLeft .bNavBox .NavList h1 {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
}

.Bottom .BotLeft .bNavBox .NavList h1 a {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
}

.Bottom .BotLeft .bNavBox .NavList ul {
    margin: 5px 0 20px 0;
}

.Bottom .BotLeft .bNavBox .NavList ul li {
    line-height: 34px;
    font-size: 14px;
    opacity: 1;
}

.Bottom .BotLeft .bNavBox .NavList ul li a {
    color: #fff;
}

.Bottom .BotLeft .bNavBox .NavList ul li:hover{ opacity: 1;}
.Bottom .BotLeft .bNavBox .NavList ul li:hover a {
    color: #006dd9;
}

.Bottom .BotRight {
    width: 35%;
}

.Bottom .BotRight .BotCon {
    width: 50%;
}

.Bottom .BotRight .BotCon ul li {
    margin-bottom: 30px;
}

.Bottom .BotRight .BotCon ul li:last-child {
    margin-bottom: 0;
}

.Bottom .BotRight .BotCon ul li p {
    font-size: 30px;
    font-family: DINB;
    color: #006dd9;
}

.Bottom .BotRight .BotCon ul li b {
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    opacity: 0.2;
    margin: 10px 0;
}

.Bottom .BotRight .BotCon ul li span {
    font-size: 14px;
    color: #fff;
    opacity: 0.3;
}

.Bottom .BotRight .BotEr {
    width: 140px;
    position: relative;
}

.Bottom .BotRight .BotEr ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Bottom .BotRight .BotEr ul li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
}

.Bottom .BotRight .BotEr ul li .ico {
    opacity: 0.3;
}

.Bottom .BotRight .BotEr ul li.on .ico {
    opacity: 1;
}

.Bottom .BotRight .BotEr ul li .erBox {
    position: absolute;
    width: 140px;
    top: 50px;
    left: 0;
    display: none;
}

.Bottom .BotRight .BotEr ul li .erBox::before {
    content: '';
    display: block;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 18px;
    top: -10px;
}

.Bottom .BotRight .BotEr ul li.on .erBox {
    display: block;
}

.Bottom .BotRight .BotEr ul li .erBox img {
    width: 100%;
}

.Bottom .BotRight .BotEr ul li .erBox p {
    font-size: 16px;
    color: #cccccc;
    padding: 10px 0;
    text-align: center;
}

.Bottom .BotRight .BotEr ul li:nth-child(2) .erBox::before {
    left: 50%;
    margin-left: -5px;
}

.Bottom .BotRight .BotEr ul li:nth-child(3) .erBox::before {
    left: auto;
    right: 18px;
}

.Copy {
    height: 80px;
    line-height: 80px;
    background: #141a26;
}

.Copy p {
    color: #fff;
    opacity: 0.2;
    font-size: 14px;
}

.Copy p a {
    color: #fff;
}

.Copy .gotop a {
    color: #006dd9;
}

.Copy .gotop a img {
    display: inline-block;
    margin-left: 5px;
}

@media(max-width:992px) {
    .Bottom {
        padding: 30px 0;
    }
    .Bottom .BotLeft {
        width: 100%;
    }
    .Bottom .BotLeft .bNavBox {
        display: none;
    }
    .Bottom .BotRight {
        width: 100%;
        margin-top: 30px;
    }
    .Bottom .BotRight .BotCon ul li {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .Bottom .BotLeft .fCompany {
        padding-left: 80px;
    }
    .Bottom .BotLeft .fCompany ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .Bottom .BotLeft .fCompany span {
        font-size: 14px;
    }
    .Bottom .BotRight .BotCon ul li p {
        font-size: 18px;
    }
    .Bottom .BotRight .BotCon ul li b {
        margin: 3px 0;
    }
    .Bottom .BotRight .BotCon ul li span {
        font-size: 12px;
    }
    .Bottom .BotRight .BotEr ul li .erBox {
        top: 40px;
    }
    .Bottom .BotRight .BotEr ul li .erBox img {
        width: 120px;
    }
    .Bottom .BotRight .BotEr ul li .erBox p {
        font-size: 14px;
        padding: 5px 0;
    }
    .Copy {
        padding: 10px 0;
    }
    .Copy p {
        line-height: 20px;
        width: 100%;
        text-align: center;
    }
    .Copy .gotop {
        width: 100%;
        text-align: center;
        line-height: 20px;
        margin-top: 10px;
        font-size: 14px;
    }
    .Copy .gotop a img {
        height: 16px;
    }
}


/* 首页 */

.HomeCom {
    padding: 60px 0;
}

.HomeTit {
    text-align: center;
    margin-bottom: 50px;
}

.HomeTit h1 {
    font-size: 40px;
    font-weight: bold;
}

.HomeTit p {
    color: #85878c;
    font-size: 18px;
    margin-top: 5px;
}

.HomePro {
    background: url(../uploadfiles/image/probg.png) no-repeat top -150px center;
    background-size: 100%;
}

.HomePro .HomeProBox .slider-for .Video:focus {
    outline: none;
}

.HomePro .play {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.HomePro video {
    width: 100%;
    height: 650px;
    display: none;
    background: #000;
    object-fit: fill;
    object-fit: cover;
}

.HomePro .play .playBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.HomePro .play .playBox strong {
    font-size: 200px;
    font-family: DINB;
    opacity: 0.1;
    color: #fff;
    text-transform: uppercase;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.HomePro .play .playBox img {
    margin-top: 20px;
}

.HomePro .play .playBox p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 5px;
    margin-left: 5px;
}

.HomePro .HomeProBox .slider-nav {
    margin-top: 40px;
}

.HomePro .HomeProBox .slider-nav .slick-list {
    margin-left: -30px;
}

.HomePro .HomeProBox .slider-nav .item {
    width: 23%;
    float: left;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 60px;
    position: relative;
}

.HomePro .HomeProBox .slider-nav .item:focus {
    outline: none;
}

.HomePro .HomeProBox .slider-nav .item .img {
    height: 250px;
    line-height: 250px;
    text-align: center;
}

.HomePro .HomeProBox .slider-nav .item .img img {
    display: inline-block;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.HomePro .HomeProBox .slider-nav .item .tag {
    width: 150px;
    height: 45px;
    background: url(../uploadfiles/image/titbg.png) no-repeat top center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.HomePro .HomeProBox .slider-nav .item .txt {
    text-align: center;
}

.HomePro .HomeProBox .slider-nav .item .txt h1 {
    font-size: 22px;
    font-weight: bold;
}

.HomePro .HomeProBox .slider-nav .item .txt p {
    color: #808080;
    letter-spacing: 5px;
    margin: 10px 0 20px 5px;
}

.HomePro .HomeProBox .slider-nav .item .txt a {
    color: #2996f5;
    display: inline-block;
    border-bottom: 1px solid rgba(41, 150, 245, 0.3);
    padding-bottom: 5px;
}

.HomePro .HomeProBox .slider-nav .item .txt a img {
    display: inline-block;
}

.HomePro .HomeProBox .slider-nav .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.HomeNews {
    background: url(../uploadfiles/image/newsbg.png) no-repeat bottom right;
}

.HomeNews .HomeNewsNav {}

.HomeNews .HomeTit {
    width: 50%;
    text-align: left;
}

.HomeNews .NewsnavBox {
    width: 48%;
    box-sizing: border-box;
    padding-right: 180px;
}

.HomeNews .NewsnavBox ul::after {
    content: "";
    display: block;
    clear: both;
}

.HomeNews .NewsnavBox ul li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    position: relative;
}

.HomeNews .NewsnavBox ul li::after {
    content: '';
    display: none;
    border-top: 5px solid #006dd9;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
}

.HomeNews .NewsnavBox ul li.on::after {
    display: block;
}

.HomeNews .NewsnavBox ul li.on a {
    color: #006dd9;
}

.HomeNews .bd {
    position: relative;
}

.HomeNews .typeMore {
    position: absolute;
    right: 0;
    bottom: -50px;
	z-index:9
}


/* .HomeNews .typeMore a{display: block;width:198px;height:58px;line-height: 58px;border:1px solid #e6e6e6;box-sizing: border-box;padding:0 20px;background:url(../uploadfiles/image/jt1.png) no-repeat center right 20px;}
.HomeNews .typeMore a:hover{background:url(../uploadfiles/image/cjt.png) no-repeat center right 20px #006dd9;color:#fff;} */

.HomeNews .HomeNewsBox .NewsBoxLeft {
    width: 40%;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item {}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .img {
    padding-top: 430px;
    border-bottom: 2px solid #006dd9;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt {
    padding: 40px 0 40px 130px;
    position: relative;
    border: 1px solid #ebebeb;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .date {
    position: absolute;
    width: 130px;
    top: 30px;
    left: 0;
    text-align: center;
    color: #006dd9;
    font-family: DINB;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .date p {
    font-size: 40px;
    font-weight: bold;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .date span {
    font-size: 14px;
    display: inline-block;
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox {
    border-left: 1px solid #ebebeb;
    padding: 0 40px;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox h1 {
    font-size: 24px;
    line-height: 32px;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin: 10px 0 20px 0;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox .more {
    color: #006dd9;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(41, 150, 245, 0.3)
}

.HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox .more img {
    display: inline-block;
    width: auto;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 390px;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../uploadfiles/image/newsdot.png) no-repeat center center;
    margin: 0 4px;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .slick-dots li button {
    display: none;
}

.HomeNews .HomeNewsBox .NewsBoxLeft .slick-dots li.slick-active {
    background: url(../uploadfiles/image/newsdotc.png) no-repeat center center;
    background-size: 100% 100%;
}

.HomeNews .HomeNewsBox .NewsBoxRight {
    width: 55%;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd {
    padding: 25px 20px 32px 110px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    background: url(../uploadfiles/image/jt.png) no-repeat center right 20px;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd .date {
    font-family: DINB;
    width: 110px;
    text-align: center;
    top: 30px;
    left: 0;
    color: #a7a7a7;
    position: absolute;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd .date p {
    font-size: 36px;
    line-height: 30px;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd .date span {
    font-size: 14px;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd .tit {}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd .tit h1 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd .tit h1 img {
    position: relative;
    top: -10px;
    margin-left: 5px;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd .tit P {
    color: #808080;
    margin-top: 5px;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd:last-child {
    border-bottom: none;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd:first-child {
    padding-top: 0;
}

.HomeNews .HomeNewsBox .NewsBoxRight dl dd:first-child .date {
    top: 10px;
}

.HomeSolu {
    position: relative;
}

.HomeSolu .HomeSoluBox .slider-nav {
    padding: 0 80px;
    border-bottom: 1px solid #ebebeb;
}

.HomeSolu .HomeSoluBox .slider-nav .item {
    width: 25%;
    text-align: center;
    position: relative;
    padding: 30px 0;
}

.HomeSolu .HomeSoluBox .slider-nav .item .ico img {
    display: inline-block;
}

.HomeSolu .HomeSoluBox .slider-nav .item .ico .img2 {
    display: none;
}

.HomeSolu .HomeSoluBox .slider-nav .item:focus {
    outline: none;
}

.HomeSolu .HomeSoluBox .slider-nav .item p {
    font-size: 16px;
    color: #121831;
    margin-top: 15px;
}

.HomeSolu .HomeSoluBox .slider-nav .item::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.HomeSolu .HomeSoluBox .slider-nav .item::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #006dd9;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.HomeSolu .HomeSoluBox .slider-nav .item.slick-current::before {
    width: 100%;
}

.HomeSolu .HomeSoluBox .slider-nav .item.slick-current .ico .img1 {
    display: none;
}

.HomeSolu .HomeSoluBox .slider-nav .item.slick-current .ico .img2 {
    display: inline-block;
}

.HomeSolu .HomeSoluBox .slider-nav .item.slick-current p {
    color: #006dd9;
}

.HomeSolu .HomeSoluBox .slider-nav .slick-arrow {
    width: 80px;
    height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: transparent;
    background-color: transparent;
}

.HomeSolu .HomeSoluBox .slider-nav .slick-prev {
    background-image: url(../uploadfiles/image/soluleft.png);
    left: 0;
    background-position: center left;
    border-right: 1px solid #ebebeb;
}

.HomeSolu .HomeSoluBox .slider-nav .slick-next {
    background-image: url(../uploadfiles/image/soluright.png);
    right: 0;
    background-position: center right;
    border-left: 1px solid #ebebeb;
}

.HomeSolu .HomeSoluBox .slider-for {
    margin-top: 50px;
    position: relative;
    z-index: 99;
}

.HomeSolu .HomeSoluBox .slider-for .item:focus {
    outline: none;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemRight {
    width: 53%;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemRight .img {
    padding-top: 600px;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft {
    width: 38%;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt {
    padding-top: 50px;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .tit h1 {
    font-size: 36px;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .tit b {
    display: block;
    width: 25px;
    height: 2px;
    background: #d9d9d9;
    margin: 20px 0;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .tit .dec {
    font-size: 15px;
    line-height: 30px;
    color: #85878c;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase {
    margin: 30px 0 70px 0;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase h1 {
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase ul {
    margin-left: -2%;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase ul::after {
    content: '';
    display: block;
    clear: both;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase ul li {
    float: left;
    width: 23%;
    margin-left: 2%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase ul li img {
    display: inline-block;
    max-height: 80px;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .more {
    display: block;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #1f64ae;
    background-image: linear-gradient(to right, #1f64ae, #3d8add);
    color: #fff;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .more img {
    display: inline-block;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .more span {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .more span::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.HomeSolu::before {
    content: 'solution';
    display: block;
    font-size: 200px;
    font-family: DINB;
    color: #000;
    opacity: 0.04;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 100px;
    line-height: 120px;
}

.HomeSolu::after {
    content: '';
    display: block;
    width: 56%;
    height: 40%;
    background: url(../uploadfiles/image/solubg.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 0;
}

.HomeTeam {
    background: url(../uploadfiles/image/teambg.png) no-repeat bottom center;
    background-size: 100%;
}

.HomeTeam .slider-nav {
    padding: 0 20%;
}

.HomeTeam .slider-nav .item {
    height: 180px;
    line-height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.HomeTeam .slider-nav .item .img img {
    display: inline-block;
    width: 100%;
}

.HomeTeam .slider-nav .item .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 100px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.HomeTeam .slider-nav .item.slick-center .img {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
}

.HomeTeam .slider-nav .item:focus {
    outline: none;
}

.HomeTeam .HomeTeamBox .slider-nav .slick-arrow {
    width: 80px;
    height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: transparent;
    background-color: transparent;
}

.HomeTeam .HomeTeamBox .slider-nav .slick-prev {
    background-image: url(../uploadfiles/image/soluleft.png);
    left: 0;
    background-position: center left;
}

.HomeTeam .HomeTeamBox .slider-nav .slick-next {
    background-image: url(../uploadfiles/image/soluright.png);
    right: 0;
    background-position: center right;
}

.HomeTeam .HomeTeamBox .slider-for {
    margin-top: 30px;
}

.HomeTeam .HomeTeamBox .slider-for .item {
    text-align: center;
}

.HomeTeam .HomeTeamBox .slider-for .item h1 {
    font-size: 24px;
}

.HomeTeam .HomeTeamBox .slider-for .item p {
    color: #73788b;
    margin: 10px 0 30px 0;
}

.HomeTeam .HomeTeamBox .slider-for .item .dec {
    color: #2f344d;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 80px;
}

.HomeMore {
    display: block;
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
}

.HomeMore img {
    display: inline-block !important;
}

.HomeMore span {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.HomeMore span::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.HomeCase {
    background: url(../uploadfiles/image/casebg.jpg) no-repeat center center;
    background-size: cover;
}

.HomeCase .HomeCaseBox .slider-nav {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.HomeCase .HomeCaseBox .slider-nav .item {
    line-height: 60px;
    height: 60px;
    text-align: center;
    position: relative;
}

.HomeCase .HomeCaseBox .slider-nav .item::after,
.HomeCase .HomeCaseBox .slider-nav .item::before {
    content: '';
    display: none;
    width: 100%;
    height: 1px;
    background: rgba(41, 150, 245, 0.5);
    position: absolute;
    left: 0;
}

.HomeCase .HomeCaseBox .slider-nav .item::after {
    bottom: 0;
}

.HomeCase .HomeCaseBox .slider-nav .item::before {
    top: 0;
}

.HomeCase .HomeCaseBox .slider-nav .item:focus {
    outline: none;
}

.HomeCase .HomeCaseBox .slider-nav .item.item.slick-current::after,
.HomeCase .HomeCaseBox .slider-nav .item.item.slick-current::before {
    display: block;
}

.HomeCase .HomeCaseBox .slider-for {
    margin-top: 60px;
}

.HomeCase .HomeCaseBox .slider-for .item {}

.HomeCase .HomeCaseBox .slider-for .item:focus {
    outline: none;
}

.HomeCase .HomeCaseBox .slider-for .item ul {
    margin-left: -1%;
}

.HomeCase .HomeCaseBox .slider-for .item ul::after {
    content: '';
    display: block;
    clear: both;
}

.HomeCase .HomeCaseBox .slider-for .item ul li {
    width: 19%;
    float: left;
    margin-left: 1%;
    height: 115px;
    line-height: 115px;
    background: #fff;
    margin-bottom: 13px;
    text-align: center;
}

.HomeCase .HomeCaseBox .slider-for .item ul li img {
    display: inline-block;
    max-width: 90%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.HomeCase .HomeCaseBox .slider-for .item ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.showMorehandle {
    width: 50px;
    height: 50px;
    background: url(../uploadfiles/image/casemore.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 30px auto 0;
    cursor: pointer;
}

@media(max-width:1366px) {
    .HomeBan .slider .item .txt .txtCon h1 {
        font-size: 45px;
    }
    .HomeBan .slider .item .txt .txtCon a {
        width: 180px;
        height: 50px;
        line-height: 50px;
    }
    .HomeCom {
        padding: 70px 0;
    }
    .HomeTeam {
        padding-top: 0;
    }
    .HomeTit h1 {
        font-size: 32px;
    }
    .HomeTit p {
        font-size: 16px;
    }
    .HomeMore {
        width: 160px;
        height: 50px;
        line-height: 50px;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .tit h1 {
        font-size: 30px;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .txt {
        padding: 30px 0 30px 100px;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .date {
        width: 100px;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox {
        padding: 0 30px;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox h1 {
        font-size: 18px;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .more {
        width: 180px;
        line-height: 50px;
        height: 50px;
    }
    .HomeNews .typeMore {
        top: -125px;
    }
}

@media(max-width:992px) {
    .HomeBan .slider .item .txt .txtCon h1 {
        font-size: 22px;
    }
    .HomeBan .slider .item .txt .txtCon p {
        font-size: 16px;
    }
    .HomeBan .slider .item .txt .txtCon a {
        width: 150px;
        height: 45px;
        line-height: 45px;
    }
    .HomePro .HomeProBox .slider-nav .slick-list {
        margin-left: -1%;
    }
    .HomePro .HomeProBox .slider-nav .item {
        width: 32.33%;
    }
    .HomePro .HomeProBox .slider-nav .item .txt h1 {
        font-size: 18px;
    }
    .HomePro .HomeProBox .slider-nav .item .txt p {
        letter-spacing: 0;
        margin: 10px 0 20px 0;
        font-size: 14px;
    }
    .HomePro .HomeProBox .slider-nav .item .txt a {
        font-size: 14px;
    }
    .HomeNews .HomeTit {
        width: 100%;
        text-align: center;
    }
    .HomeNews .NewsnavBox {
        width: 100%;
        margin-bottom: 30px;
    }
    .HomeNews .typeMore {
        top: -75px;
    }
    .HomeTeam .slider-nav {
        padding: 0 10%;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft {
        width: 100%;
    }
    .HomeNews .HomeNewsBox .NewsBoxRight {
        width: 100%;
        margin-top: 20px;
    }
    .HomeCase .HomeCaseBox .slider-for {
        margin-top: 30px;
    }
    .HomeCase .HomeCaseBox .slider-for .item ul li {
        height: 90px;
        line-height: 90px;
    }
}

@media(max-width:768px) {
    .HomeCom {
        padding: 30px 0;
    }
    .HomeTit {
        margin-bottom: 20px;
    }
    .HomeTit h1 {
        font-size: 25px;
    }
    .HomeTit p {
        font-size: 15px;
    }
    .HomePro .play {
        height: 400px;
    }
    .HomePro video {
        height: 400px;
    }
    .HomePro .play .playBox p {
        font-size: 18px;
    }
    .HomePro .play .playBox img {
        width: 50px;
    }
    .HomeNews .NewsnavBox {
        padding-right: 110px;
    }
    .HomeNews .NewsnavBox ul li {
        width: 100px;
        font-size: 16px;
    }
    .HomeSolu::after {
        display: none;
    }
    .HomeSolu::before {
        display: none;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemRight {
        width: 100%;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemRight .img {
        padding-top: 80%;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft {
        width: 100%;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase {
        margin: 20px 0;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .tit h1 {
        font-size: 22px;
    }
    .HomeTeam .HomeTeamBox .slider-for .item .dec {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media(max-width:480px) {
    .HomeBan .slider .slick-dots {
        display: none !important;
    }
    .HomeTit h1 {
        font-size: 22px;
    }
    .HomePro .play {
        height: 250px;
    }
    .HomePro video {
        height: 250px;
    }
    .HomePro .HomeProBox .slider-nav .item {
        padding: 20px 10px;
    }
    .HomePro .HomeProBox .slider-nav .item .tag {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .HomePro .HomeProBox .slider-nav .item .img {
        height: 150px;
        line-height: 150px;
    }
    .HomePro .HomeProBox .slider-nav .item .txt h1 {
        font-size: 16px;
    }
    .HomePro .HomeProBox .slider-nav .item .txt p {
        font-size: 12px;
        height: 34px;
    }
    .HomeMore {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .HomeMore span {
        margin-right: 10px;
        padding-right: 8px;
    }
    .HomeMore img {
        width: 17px;
    }
    .HomeNews .NewsnavBox {
        padding-right: 0;
        padding-top: 60px;
    }
    .HomeNews .NewsnavBox ul li {
        width: 25%;
        font-size: 15px;
    }
    .HomeNews .typeMore {
        top: -120px;
        left: 50%;
        right: auto;
        margin-left: -50px;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .img {
        padding-top: 70%;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .txt {
        padding: 20px 0 20px 80px;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .date {
        width: 80px;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox {
        padding: 0 20px;
    }
    .HomeNews .HomeNewsBox .NewsBoxLeft .item .txt .txtbox h1 {
        font-size: 16px;
        line-height: 28px;
    }
    .HomeNews .HomeNewsBox .NewsBoxRight dl dd .date {
        width: 80px;
    }
    .HomeNews .HomeNewsBox .NewsBoxRight dl dd .date p {
        font-size: 30px;
    }
    .HomeNews .HomeNewsBox .NewsBoxRight dl dd {
        padding: 15px 15px 20px 80px;
    }
    .HomeNews .HomeNewsBox .NewsBoxRight dl dd .tit h1 {
        font-size: 16px;
    }
    .HomeNews .HomeNewsBox .NewsBoxRight dl dd .tit P {
        font-size: 14px;
    }
    .HomeSolu .HomeSoluBox .slider-nav {
        padding: 0 40px;
    }
    .HomeSolu .HomeSoluBox .slider-nav .slick-arrow {
        width: 40px;
    }
    .HomeSolu .HomeSoluBox .slider-nav .item .ico img {
        max-width: 30px;
    }
    .HomeSolu .HomeSoluBox .slider-nav .item p {
        font-size: 13px;
    }
    .HomeSolu .HomeSoluBox .slider-for {
        margin-top: 30px;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt {
        padding-top: 30px;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .tit h1 {
        font-size: 18px;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase h1 {
        font-size: 16px;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase ul li {
        width: 31.33%;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .itemCase ul li img {
        max-width: 90%;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .more {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .more span {
        padding-right: 10px;
        margin-right: 10px;
    }
    .HomeSolu .HomeSoluBox .slider-for .item .itemLeft .txt .more img {
        width: 17px;
    }
    .HomeTeam .slider-nav {
        padding: 0 40px;
    }
    .HomeTeam .HomeTeamBox .slider-nav .slick-arrow {
        width: 40px;
    }
    .HomeTeam .slider-nav .item .img {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .HomeTeam .slider-nav .item {
        height: 100px;
    }
    .HomeTeam .HomeTeamBox .slider-for .item h1 {
        font-size: 20px;
    }
    .HomeTeam .HomeTeamBox .slider-for .item .dec {
        font-size: 14px;
        line-height: 25px;
    }
    .HomeCase .HomeCaseBox .slider-nav .item {
        font-size: 14px;
    }
    .HomeCase .HomeCaseBox .slider-for .item ul li {
        width: 24%;
        height: 60px;
        line-height: 60px;
        margin-bottom: 5px;
    }
    .HomeCase .HomeCaseBox .slider-for .item ul li img {
        max-width: 80%;
        max-height: 70%;
    }
    .showMorehandle {
        width: 30px;
        height: 30px;
    }
}


/* 合作&生态 */

.nBan {
    position: relative;
}

.nBan .img {
    padding-top: 690px;
}

.nBan .Txt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    color: #fff;
}

.nBan .Txt .TxtBox1 {
    text-align: center;
}

.nBan .Txt .TxtBox h1 {
    font-size: 50px;
}

.nBan .Txt .TxtBox p {
    opacity: 0.5;
    font-size: 20px;
    margin: 10px;
}

.nTit {
    text-align: center;
    margin-bottom: 60px;
}

.nTit h1 {
    font-size: 40px;
}

.nTit p {
    color: #85878c;
    font-size: 18px;
    margin-top: 10px;
    line-height: 30px;
}

.nTit b {
    display: block;
    width: 20px;
    height: 2px;
    background: #006dd9;
    margin: 10px auto;
}

.Hzst .Part1 {
    background: url(../uploadfiles/image/hzfabg.png) no-repeat top center;
    background-size: cover;
}

.Hzst .Part1 .PartBox {
    margin-left: -2%;
}

.Hzst .Part1 .PartBox .item {
    float: left;
    width: 31.33%;
    margin-left: 2%;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Hzst .Part1 .PartBox .item .ico {
    width: 80px;
    height: 80px;
    margin: 30px auto;
    position: relative;
}

.Hzst .Part1 .PartBox .item .ico .icobox {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: url(../uploadfiles/image/faicobg1.png) no-repeat center center;
    background-size: cover;
    border: 50%;
    margin: 0 auto;
    position: relative;
}

.Hzst .Part1 .PartBox .item .ico::before {
    content: '';
    width: 110px;
    height: 110px;
    background: url(../uploadfiles/image/faicobg.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -55px;
}

.Hzst .Part1 .PartBox .item p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    color: #4c4c4c;
    height: 58px;
    box-sizing: border-box;
}

.Hzst .Part1 .PartBox .item:hover .ico::before {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

.Hzst .Part1 .PartBox .item:hover {
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Hzst .Part2 {
    background: url(../uploadfiles/image/hzsqbg.jpg) no-repeat top center;
    background-size: cover;
}

.Hzst .Part2 .PartBox {}

.Hzst .Part2 .PartBox .FormList {
    margin-bottom: 20px;
    height: 80px;
    line-height: 80px;
}

.Hzst .Part2 .PartBox .FormList input {
    width: 100%;
}

.Hzst .Part2 .PartBox .FormList2 {
    position: relative;
    padding-left: 100px;
    background: #fff;
}

.Hzst .Part2 .PartBox .FormList2 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    text-align: center;
    height: 100%;
}

.Hzst .Part2 .PartBox .FormList1 {
    margin-left: -2%;
}

.Hzst .Part2 .PartBox .FormList1 .inputBox {
    width: 48%;
    margin-left: 2%;
    position: relative;
    float: left;
    background: #fff;
    height: 80px;
    padding-left: 100px;
    box-sizing: border-box;
}

.Hzst .Part2 .PartBox .FormList1 .inputBox span {
    width: 100px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
}

.Hzst .Part2 .PartBox .FormList2 select {
    width: 150px;
    height: 45px;
    background: url(../uploadfiles/image/select.png) no-repeat center right 10px #f5f5f5;
    border: none;
}

.Hzst .Part2 .PartBox .select input {
    height: 45px;
    background: #f5f5f5;
    width: 62%;
    padding: 0 10px;
}

.Hzst .Part2 .PartBox .FormList3 {
    height: 200px;
    position: relative;
    padding: 20px 20px 20px 100px;
    line-height: 40px;
    background: #fff;
}

.Hzst .Part2 .PartBox .FormList3 span {
    position: absolute;
    text-align: center;
    width: 100px;
    top: 20px;
    left: 0;
    line-height: 20px;
}

.Hzst .Part2 .PartBox .FormBtn {
    text-align: center;
    margin-top: 60px;
}

.Hzst .Part2 .PartBox .FormBtn button {
    width: 300px;
    height: 80px;
    background-color: #1f64ae;
    background-image: linear-gradient(to right, #1f64ae, #3d8add);
    color: #fff;
    font-size: 24px;
}

@media(max-width:1500px) {
    .Hzst .Part2 .PartBox .select input {
        width: 55%;
    }
}

@media(max-width:1366px) {
    .nTit {
        margin-bottom: 30px;
    }
    .nTit h1 {
        font-size: 30px;
    }
    .nTit p {
        font-size: 16px;
    }
    .Hzst .Part1 .PartBox .item {
        padding: 30px 20px;
    }
    .Hzst .Part1 .PartBox .item p {
        font-size: 16px;
    }
    .Hzst .Part2 .PartBox .FormList {
        height: 60px;
        line-height: 60px;
    }
    .Hzst .Part2 .PartBox .FormList1 .inputBox {
        height: 60px;
    }
    .Hzst .Part2 .PartBox .select input {
        width: 45%;
    }
    .Hzst .Part2 .PartBox .FormList3 {
        height: 150px;
    }
    .Hzst .Part2 .PartBox .FormBtn button {
        width: 220px;
        height: 60px;
    }
}

@media(max-width:1200px) {
    .Hzst .Part1 .PartBox .item {
        padding: 30px 10px;
    }
    .Hzst .Part1 .PartBox .item p {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .nBan .img {
        padding-top: 60%;
    }
    .nBan .Txt .TxtBox h1 {
        font-size: 20px;
    }
    .nBan .Txt .TxtBox p {
        font-size: 16px;
    }
    .nTit {
        margin-bottom: 20px;
    }
    .nTit h1 {
        font-size: 20px;
    }
    .nTit p {
        font-size: 14px;
    }
    .Hzst .Part1 .PartBox .item {
        width: 48%;
    }
    .Hzst .Part1 .PartBox .item .ico {
        width: 60px;
        height: 60px;
    }
    .Hzst .Part1 .PartBox .item .ico .icobox {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .Hzst .Part1 .PartBox .item .ico::before {
        width: 90px;
        height: 90px;
        margin-top: -45px;
        margin-left: -45px;
    }
    .Hzst .Part2 .PartBox .FormList1 .inputBox {
        width: 98%;
        margin-bottom: 10px;
    }
    .Hzst .Part2 .PartBox .FormList1 .inputBox:nth-child(2) {
        margin-bottom: 0;
    }
    .Hzst .Part2 .PartBox .FormList {
        height: auto;
        line-height: 40px;
    }
    .Hzst .Part2 .PartBox .FormList1 .inputBox {
        height: 40px;
    }
    .Hzst .Part2 .PartBox .FormList2 select {
        display: none;
    }
    .Hzst .Part2 .PartBox .select input {
        background: none;
        padding: 0;
    }
    .Hzst .Part2 .PartBox .FormBtn button {
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .Hzst .Part2 .PartBox .FormList3 {
        height: 100px;
    }
}

.nNav {
    height: 70px;
    border-bottom: 1px solid #f0f0f0;
}

.nNav .nNavBox {}

.nNav .nNavBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nNav .nNavBox ul li {
    width: 20%;
    max-width: 240px;
    float: left;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    position: relative;
}

.nNav .nNavBox ul li::before {
    content: "";
    display: block;
    width: 1px;
    background: #f3f3f3;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.nNav .nNavBox ul li:first-child:before {
    display: none;
}

.nNav .nNavBox ul li a {
    display: inline-block;
    position: relative;
}

.nNav .nNavBox ul li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #006dd9;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.nNav .nNavBox ul li.on a::after {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
}

.nNav .nNavBox ul li.on a {
    color: #006dd9;
}

.nNav .nNavBox ul li:hover a::after {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
}

.nNav .nNavBox ul li:hover a {
    color: #006dd9;
}

@media(max-width:768px) {
    .nNav {
        height: 50px;
    }
    .nNav .nNavBox ul li {
        font-size: 14px;
        font-weight: normal;
        line-height: 50px;
    }
}

.Pphd .Part1 .PartBox .PartBoxLeft {
    width: 48%;
}

.Pphd .Part1 .PartBox .PartBoxLeft .img {
    padding-top: 500px;
}

.Pphd .Part1 .PartBox .PartBoxRight {
    width: 48%;
}

.Pphd .Part1 .PartBox .PartBoxRight .box {
    position: relative;
    padding: 20px 0;
    padding-left: 50px;
    border-bottom: 1px dashed #e6e6e6;
}

.Pphd .Part1 .PartBox .PartBoxRight .box .ico {
    position: absolute;
    left: 0;
}

.Pphd .Part1 .PartBox .PartBoxRight .box span {
    color: #808080;
}

.Pphd .Part1 .PartBox .PartBoxRight .box .dec {
    color: #808080;
    line-height: 30px;
}

.Pphd .Part1 .PartBox .PartBoxRight .box:first-child {
    padding-top: 0;
}

.Pphd .Part2 .PartBox .slick-list {
    margin-left: -2%;
}

.Pphd .Part2 .PartBox .item {
    width: 31.33%;
    margin-left: 2%;
    float: left;
    margin-bottom: 30px;
}

.Pphd .Part2 .PartBox .item .imgbox {
    padding-top: 70%;
}

.Pphd .Part2 .PartBox .slick-dots {
    width: 100%;
    text-align: center;
}

.Pphd .Part2 .PartBox .slick-dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #e6e6e6;
    margin: 0 8px;
}

.Pphd .Part2 .PartBox .slick-dots li button {
    display: none;
}

.Pphd .Part2 .PartBox .slick-dots li.slick-active {
    width: 30px;
    background: #006dd9;
}

.Pphd .Part3 .PartBox .item {
    padding: 40px 0 40px 360px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.Pphd .Part3 .PartBox .item .img {
    width: 300px;
    position: absolute;
    left: 0;
}

.Pphd .Part3 .PartBox .item .imgbox {
    padding-top: 215px;
}

.Pphd .Part3 .PartBox .item .txt {
    height: 215px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Pphd .Part3 .PartBox .item .txt h1 {
    font-size: 24px;
}

.Pphd .Part3 .PartBox .item .txt .date {
    font-size: 14px;
    font-family: DINB;
    color: #cccccc;
    margin-top: 10px;
}

.Pphd .Part3 .PartBox .item .txt .dec {
    line-height: 24px;
    color: #808080;
    font-size: 14px;
    margin: 20px 0;
}

.Pphd .Part3 .PartBox .item .txt .more {}

.Pphd .Part3 .PartBox .item:first-child {
    padding-top: 0;
}

@media(max-width:992px) {
    .Pphd .Part1 .PartBox .PartBoxLeft {
        width: 100%;
    }
    .Pphd .Part1 .PartBox .PartBoxLeft .img {
        padding-top: 70%;
    }
    .Pphd .Part1 .PartBox .PartBoxRight {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .Pphd .Part2 .PartBox .item {
        width: 48%;
        margin-bottom: 10px;
    }
    .Pphd .Part3 .PartBox .item {
        padding: 20px 0;
    }
    .Pphd .Part3 .PartBox .item .img {
        width: 100%;
        position: static;
    }
    .Pphd .Part3 .PartBox .item .imgbox {
        padding-top: 70%;
    }
    .Pphd .Part3 .PartBox .item .txt {
        height: auto;
        padding: 15px 0 0 0;
    }
    .Pphd .Part3 .PartBox .item .txt h1 {
        font-size: 16px;
    }
    .Pphd .Part2 .PartBox .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }
    .Pphd .Part2 .PartBox .slick-dots li.slick-active {
        width: 20px;
    }
    .Pphd .Part1 .PartBox .PartBoxRight .box {
        padding: 10px 0;
        padding-left: 30px;
    }
}


/* 案例用户 */

.nCase .Part1 .PartBox {}

.nCase .Part1 .PartBox .slick-list {
    margin-left: -40px;
}

.nCase .Part1 .PartBox .item {
    margin-left: 40px;
}

.nCase .Part1 .PartBox .item .img {
    padding-top: 55%;
}

.nCase .Part1 .PartBox .item .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.nCase .Part1 .PartBox .item .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
}

.nCase .Part1 .PartBox .item .txt {
    padding: 30px;
    border: 1px solid #ebebeb;
}

.nCase .Part1 .PartBox .item .txt h1 {
    font-size: 18px;
}

.nCase .Part1 .PartBox .item .txt b {
    display: block;
    width: 20px;
    height: 2px;
    background: #006dd9;
    margin: 10px 0;
}

.nCase .Part1 .PartBox .item .txt .dec {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
}

.nCase .slick-arrow {
    width: 54px;
    height: 54px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: transparent;
    color: transparent;
    z-index: 999;
}

.nCase .slick-arrow.slick-prev {
    background-image: url(../uploadfiles/image/caseprev.png);
    left: -70px;
}

.nCase .slick-arrow.slick-next {
    background-image: url(../uploadfiles/image/casenext.png);
    right: -70px;
}

.nCase .Part2 {
    background: #f7f7f7;
}

.nCase .Part2 .selectNav {
    line-height: 50px;
}

.nCase .Part2 .selectNav span {
    display: inline-block;
    line-height: 35px;
    font-size: 15px;
    color: #121831;
}

.nCase .Part2 .selectNav ul {
    display: inline-block;
}

.nCase .Part2 .selectNav ul li {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
    padding: 0 10px;
}

.nCase .Part2 .selectNav ul li a {
    color: #666;
}

.nCase .Part2 .selectNav ul li:hover {
    background: #006dd9;
}

.nCase .Part2 .selectNav ul li:hover a {
    color: #fff;
}

.nCase .Part2 .selectNav ul li.on {
    background: #006dd9;
}

.nCase .Part2 .selectNav ul li.on a {
    color: #fff;
}

.nCase .Part2 .PartBox {
    margin-top: 60px;
    margin-left: -2%;
}

.nCase .Part2 .PartBox .item {
    width: 23%;
    margin-left: 2%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.nCase .Part2 .PartBox .item .logo {
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.nCase .Part2 .PartBox .item h1 {
    padding-top: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.nCase .Part2 .PartBox .item .dec {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    height: 144px;
}

.nCase .Part2 .PartBox .item::after {
    content: '';
    display: block;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    height: 3px;
    background: #006dd9;
    position: absolute;
    top: 0;
    left: 0;
}

.nCase .Part2 .PartBox .item:hover::after {
    width: 100%;
}

.nCase .Part2 .PartBox .item:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

.Pages1 a {
    background: #fff;
}

.nCase .Part3 .PartBox {
    margin-left: -2%;
    overflow: hidden;
}

.nCase .Part3 .PartBox .item {
    width: 31.33%;
    margin-left: 2%;
    float: left;
    margin-bottom: 30px;
}

.nCase .Part3 .PartBox .item .img {
    padding-top: 57%;
}

.nCase .Part3 .PartBox .item .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.nCase .Part3 .PartBox .item .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
}

.nCase .Part3 .PartBox .item p {
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #f0f0f0;
    font-weight: bold;
}

.nCase .Part4 .PartBox {
    margin-left: -2%;
}

.nCase .Part4 .PartBox .item {
    width: 31.33%;
    margin-left: 2%;
    float: left;
    margin-bottom: 30px;
}

.nCase .Part4 .PartBox .item .img {
    padding-top: 57%;
}

.nCase .Part4 .PartBox .item p {
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #f0f0f0;
    font-weight: bold;
}

.nCase .Part4 .PartBox .item .img {
    padding-top: 55%;
}

.nCase .Part4 .PartBox .item .txt {
    padding: 30px;
    border: 1px solid #ebebeb;
}

.nCase .Part4 .PartBox .item .txt h1 {
    font-size: 18px;
}

.nCase .Part4 .PartBox .item .txt b {
    display: block;
    width: 20px;
    height: 2px;
    background: #006dd9;
    margin: 10px 0;
}

.nCase .Part4 .PartBox .item .txt .dec {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
}

.nCase .Part4 .PartBox .play {
    display: none;
}

.PartBox1 {
    height: 675px;
}

.PartBoxbootn {
    overflow: hidden;
    width: 100%;
    background: #317CCA;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


/* 弹出视频 */

.Tvideo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.Tvideo video {
    max-width: 70%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 999;
}

.Tvideo .vclose {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 998;
}

.Tvideo video::after {
    content: '';
    width: 40px;
    height: 50px;
    line-height: 50px;
    background: url(../uploadfiles/image/close.png) no-repeat center center;
    position: absolute;
    top: -50px;
    right: -50px;
    display: block;
}

@media(max-width:1366px) {
    .PartBox1 {
        height: 625px;
    }
    .nCase .Part1 .PartBox .item {
        width: 20%
    }
}

@media(max-width:1024px) {
    .nCase .Part1 .PartBox .item {
        width: 20%
    }
}

@media(max-width:1560px) {
    .nCase .slick-arrow {
        width: 48px;
        height: 48px;
    }
    .nCase .slick-arrow.slick-prev {
        left: -40px;
    }
    .nCase .slick-arrow.slick-next {
        right: -40px;
    }
}

@media(max-width:768px) {
    .Tvideo .vclose {
        top: 5%;
        right: 5%;
    }
}

@media(max-width:1200px) {
    .nCase .Part2 .PartBox .item {
        width: 31.33%;
    }
    .nCase .Part3 .PartBox .item {
        width: 48%;
    }
}

@media(max-width:992px) {
    .nCase .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .nCase .slick-arrow.slick-prev {
        left: 10px;
    }
    .nCase .slick-arrow.slick-next {
        right: 10px;
    }
}

@media(max-width:768px) {
    .PartBox1 {
        height: 540px;
    }
    .nCase .Part3 .PartBox .item p {
        font-size: 12px;
    }
    .nCase .Part1 .PartBox .item {
        width: 77%
    }
    .nCase .Part2 .selectNav ul li {
        margin-right: 0;
    }
    .nCase .Part2 .PartBox {
        margin-top: 30px;
    }
    .nCase .Part2 .PartBox .item {
        width: 48%;
        padding: 0 10px 10px 10px;
    }
    .nCase .Part2 .PartBox .item .dec {
        font-size: 12px;
        line-height: 18px;
    }
    .nCase .Part2 .PartBox .item h1 {
        font-size: 16px;
        padding-top: 20px;
    }
    .nCase .Part2 .PartBox .item .dec {
        height: 180px;
    }
    .nCase .Part3 .PartBox .item .img .play {
        width: 30px;
    }
}


/* 群杰动态 */

.Qjdt {
    background: #f5f5f5;
}

.Qjdt .QjdtNav {
    text-align: center;
    padding-top: 100px;
}

.Qjdt .QjdtNav ul li {
    display: inline-block;
    position: relative;
}

.Qjdt .QjdtNav ul li a {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
}

.Qjdt .QjdtNav ul li.on a {
    background: #006dd9;
    color: #fff;
}

.Qjdt .QjdtNav ul li::after {
    content: '';
    display: block;
    border-top: 5px solid #006dd9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -15px;
    display: none;
}

.Qjdt .QjdtNav ul li.on::after {
    display: block;
}

.Qjdt .QjdtNav ul li:hover::after {
    display: block;
}

.Qjdt .QjdtNav ul li:hover a {
    background: #006dd9;
    color: #fff;
}

.Qjdt .dtBox .Part1 {
    padding: 25px 30px;
    background: #fff;
}

.Qjdt .dtBox .Part1 .item {}

.Qjdt .dtBox .Part1 .item .img {
    width: 48%;
    padding-top: 430px;
    overflow: hidden;
}

.Qjdt .dtBox .Part1 .item .img span {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Qjdt .dtBox .Part1 .item .txt {
    width: 48%;
    height: 430px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 50px;
}

.Qjdt .dtBox .Part1 .item .txt .date {
    font-family: DINB;
    color: #006dd9;
}

.Qjdt .dtBox .Part1 .item .txt .date p {
    font-size: 40px;
}

.Qjdt .dtBox .Part1 .item .txt .date span {
    font-size: 14px;
    display: inline-block;
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
    margin-top: 5px;
}

.Qjdt .dtBox .Part1 .item .txt h1 {
    font-size: 28px;
    line-height: 38px;
    margin: 40px 0 30px 0;
}

.Qjdt .dtBox .Part1 .item .txt .dec {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.Qjdt .dtBox .Part1 .item .txt .more {
    display: inline-block;
    margin-top: 50px;
    color: #006dd9;
    border-bottom: 1px solid rgba(41, 150, 245, 0.3);
    width: 95px;
    padding-bottom: 5px;
}

.Qjdt .dtBox .Part1 .item .txt .more img {
    display: inline-block;
    margin-left: 15px;
}

.Qjdt .dtBox .Part1 .slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.Qjdt .dtBox .Part1 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cccccc;
    margin: 10px 0;
}

.Qjdt .dtBox .Part1 .slick-dots li button {
    display: none;
}

.Qjdt .dtBox .Part1 .slick-dots li.slick-active {
    background: #006dd9;
}

.Qjdt .dtBox .Part1 .item:hover .img span {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.Qjdt .dtBox .Part2 {
    margin-top: 20px;
}

.Qjdt .dtBox .Part2 .PartBox .item {
    padding: 50px 215px 50px 150px;
    position: relative;
    background: url(../uploadfiles/image/jt.png)no-repeat center right 80px #fff;
    margin-bottom: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Qjdt .dtBox .Part2 .PartBox .item .date {
    font-family: DINB;
    color: #006dd9;
    width: 150px;
    text-align: center;
    position: absolute;
    left: 0;
    border-right: 1px solid #e6e6e6;
}

.Qjdt .dtBox .Part2 .PartBox .item .date p {
    font-size: 40px;
}

.Qjdt .dtBox .Part2 .PartBox .item .date span {
    font-size: 14px;
    display: inline-block;
    padding-top: 8px;
    border-top: 1px solid #e6e6e6;
    margin-top: 7px;
}

.Qjdt .dtBox .Part2 .PartBox .item .txt {
    padding-left: 50px;
}

.Qjdt .dtBox .Part2 .PartBox .item .txt h1 {
    font-size: 22px;
}

.Qjdt .dtBox .Part2 .PartBox .item .txt p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-top: 10px;
}

.Qjdt .dtBox .Part2 .PartBox .item:hover {
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media(max-width:1280px) {
    .Qjdt .QjdtNav {
        padding-top: 70px;
    }
    .Qjdt .dtBox .Part1 .item .txt h1 {
        font-size: 20px;
    }
    .Qjdt .dtBox .Part2 .PartBox .item .txt h1 {
        font-size: 18px;
    }
}

@media(max-width:992px) {
    .Qjdt .QjdtNav {
        padding-top: 30px;
    }
    .Qjdt .QjdtNav ul li a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 35px;
        font-size: 15px;
    }
    .Qjdt .dtBox .Part1 {
        padding: 10px;
    }
    .Qjdt .dtBox .Part1 .item .img {
        width: 100%;
        padding-top: 66%;
    }
    .Qjdt .dtBox .Part1 .item .txt {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .Qjdt .dtBox .Part1 .item .txt .date p {
        font-size: 30px;
    }
    .Qjdt .dtBox .Part1 .item .txt h1 {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0;
    }
    .Qjdt .dtBox .Part1 .item .txt .more {
        margin-top: 30px;
    }
    .Qjdt .dtBox .Part2 .PartBox .item {
        padding: 20px 50px 20px 80px;
        background: url(../uploadfiles/image/jt.png)no-repeat center right 20px #fff;
    }
    .Qjdt .dtBox .Part2 .PartBox .item .date {
        width: 80px;
    }
    .Qjdt .dtBox .Part2 .PartBox .item .txt {
        padding-left: 15px;
    }
    .Qjdt .dtBox .Part2 .PartBox .item .date p {
        font-size: 30px;
    }
    .Qjdt .dtBox .Part2 .PartBox .item .txt h1 {
        font-size: 16px;
    }
    .Qjdt .dtBox .Part2 .PartBox .item .txt p {
        font-size: 13px;
        line-height: 20px;
    }
}


/* 联系我们 */

.Contact .Part1 {
    padding: 75px 0;
    background: #f5f5f5;
}

.Contact .Part1 .PartBox {
    padding-left: 300px;
    position: relative;
}

.Contact .Part1 .PartBox .num {
    width: 300px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.Contact .Part1 .PartBox .num ul li {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.Contact .Part1 .PartBox .num ul li strong {
    font-family: DINB;
    color: #006dd9;
    font-size: 80px;
    font-weight: normal;
}

.Contact .Part1 .PartBox .map {
    width: 100%;
    text-align: right;
}

.Contact .Part2 .PartBox {}

.Contact .Part2 .PartBox ul {
    margin-left: -2%;
}

.Contact .Part2 .PartBox ul li {
    width: 31.33%;
    margin-left: 2%;
    float: left;
    background: #006dd9;
    box-sizing: border-box;
    padding: 35px;
    text-align: center;
    color: #fff;
}

.Contact .Part2 .PartBox ul li .ico {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.Contact .Part2 .PartBox ul li p {
    font-family: DINB;
    text-transform: uppercase;
    margin-top: 25px;
}

.Contact .Part2 .PartBox ul li b {
    display: block;
    width: 10px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    margin: 10px auto;
}

.Contact .Part2 .PartBox ul li span {
    opacity: 0.5;
    display: block;
    line-height: 20px;
    height: 40px;
}

.Contact .Part3 {
    padding-bottom: 80px;
}

.Contact .Part3 .PartBox {
    margin-left: -3%;
}

.Contact .Part3 .PartBox .item {
    height: 220px;
    width: 30.33%;
    margin-left: 3%;
    float: left;
    margin-bottom: 20px;
    ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 15px 10px 35px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Contact .Part3 .PartBox .item::before {
    content: '';
    width: 3px;
    height: 100%;
    background: #e7e7e7;
    position: absolute;
    left: 0;
    top: 0;
}

.Contact .Part3 .PartBox .item h1 {
    font-size: 24px;
}

.Contact .Part3 .PartBox .item b {
    display: block;
    width: 10px;
    height: 2px;
    background: #006dd9;
    margin: 15px 0;
}

.Contact .Part3 .PartBox .item p {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    height: 48px;
}

.Contact .Part3 .PartBox .item:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}

@media(max-width:992px) {
    .Contact .Part1 {
        padding: 30px 0;
    }
    .Contact .Part1 .PartBox {
        padding: 0;
    }
    .Contact .Part1 .PartBox .num {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .Contact .Part1 .PartBox .num ul li {
        padding: 10px 0;
        display: inline-block;
        width: 40%;
        border: none;
    }
    .Contact .Part1 .PartBox .num ul li strong {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .Contact .Part2 .PartBox ul li {
        width: 98%;
        margin-bottom: 10px;
        padding: 15px;
    }
    .Contact .Part3 .PartBox .item {
        width: 47%;
        padding: 10px;
        height: 180px;
    }
    .Contact .Part3 .PartBox .item h1 {
        font-size: 18px;
    }
    .Contact .Part3 .PartBox .item p {
        font-size: 13px;
        line-height: 20px;
    }
}


/* 加入我们 */

.Join {
    background: #f5f5f5;
}

.Join .Part1 .PartBox {
    position: relative;
}

.Join .Part1 .PartBox .img {
    padding-top: 600px;
}

.Join .Part1 .PartBox .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 120px;
    text-align: center;
    color: #fff;
}

.Join .Part1 .PartBox .txt h1 {
    font-size: 40px;
}

.Join .Part1 .PartBox .txt .dec {
    font-size: 15px;
    opacity: 0.7;
    line-height: 30px;
    margin: 40px 0 90px 0;
}

.Join .Part1 .PartBox .txt p {
    font-size: 18px;
    font-weight: bold;
}

.Join .Part1 .PartBox .txt b {
    display: block;
    width: 3px;
    height: 10px;
    background: #fff;
    margin: 20px auto;
    opacity: 0.5;
}

.Join .Part1 .PartBox .txt a {
    display: block;
    width: 300px;
    height: 70px;
    background-color: #1f64ae;
    background-image: linear-gradient(to right, #1f64ae, #3d8add);
    font-family: DINB;
    color: #fff;
    line-height: 70px;
    font-size: 24px;
    margin: 0 auto;
}

.Join .Part1 .PartBox .txt a img {
    display: inline-block;
    margin-right: 10px;
}

.Join .Part2 .item .itemTit {
    text-align: center;
    margin-bottom: 40px;
}

.Join .Part2 .item .itemTit h1 {
    font-size: 28px;
    font-weight: normal;
    color: #333333;
}

.Join .Part2 .item .itemTit h1 span {
    color: #006dd9;
}

.Join .Part2 .item .itemTit b {
    display: block;
    width: 30px;
    height: 2px;
    background: #006dd9;
    margin: 20px auto 0;
}

.Join .Part2 .item .Img {
    text-align: center;
}

.Join .Part2 .item .Img img {
    max-width: 920px;
    width: 100%;
}

.Join .Part2 .items {
    margin-top: 100px;
}

.Join .Part2 .items ul::after {
    content: '';
    display: block;
    clear: both;
}

.Join .Part2 .items ul {
    margin-left: -2%;
}

.Join .Part2 .items ul li {
    width: 31%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Join .Part2 .items ul li .ico {
    margin: 0 auto;
    overflow: hidden;
}

.Join .Part2 .items ul li .ico .tuw {
    padding-top: 65%;
    transition: all .5s;
    -webkit-transition: all .5s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Join .Part2 .items ul li .border {
    text-align: left;
    border-top: 3px solid #006dd9;
    position: relative;
}

.Join .Part2 .items ul li .name {
    background-color: #006dd9;
    font-size: 20px;
    padding: 9px 19px;
    color: #fff;
    display: inline-block;
}

.Join .Part2 .items ul li .info {
    text-align: left;
    line-height: 25px;
    height: 50px;
    padding: 15px 0 0;
}

.Join .Part2 .items ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.Join .Part2 .items ul li:hover .ico img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.Job .JobCon .JobList {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.Job .JobCon .JobList .jobTit {
    padding: 40px 60px;
}

.Job .JobCon .JobList .jobTit h1 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}

.Job .JobCon .JobList .jobTit ul li {
    display: inline-block;
    position: relative;
    color: #666666;
}

.Job .JobCon .JobList .jobTit ul li span {
    color: #004aa6;
}

.Job .JobCon .JobList .jobTit ul li:nth-child(2) {
    padding: 0 30px;
}

.Job .JobCon .JobList .jobTit ul li:nth-child(2)::after,
.Job .JobCon .JobList .jobTit ul li:nth-child(2)::before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #d9d9d9;
    position: absolute;
}

.Job .JobCon .JobList .jobTit ul li:nth-child(2)::after {
    top: 3px;
    right: 13px;
}

.Job .JobCon .JobList .jobTit ul li:nth-child(2)::before {
    top: 3px;
    left: 13px;
}

.Job .JobCon .JobList .JobDec {
    line-height: 36px;
    padding: 40px 60px;
    border-top: 1px solid #e6e6e6;
    color: #808080;
    display: none;
}

.Job .JobCon .JobList .JobDec h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.Job .JobCon .JobList .JobDec .box {
    margin-bottom: 20px;
}

.Job .JobCon .JobList .JobDec .sqBtn {
    text-align: right;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}

.Job .JobCon .JobList .JobDec .sqBtn a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    background-color: #1f64ae;
    background-image: linear-gradient(to right, #1f64ae, #3d8add);
    text-align: center;
}

.Job .JobCon .JobList .JobBtn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 45px;
    right: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: url(../uploadfiles/image/downjt.png) no-repeat center center;
}

.Job .JobCon .JobList .JobBtn img {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Job .JobCon .JobList.on .JobBtn {
    background: url(../uploadfiles/image/upjt.png) no-repeat center center #006dd9;
}

.Job .JobCon .JobList.on .JobBtn img {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.Job .jobAdd {
    padding: 40px 60px;
    background: #fff;
    margin-bottom: 20px;
}

.Job .jobAdd h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.Job .jobAdd .selectBox {
    padding-left: 100px;
    position: relative;
    line-height: 40px;
    margin-bottom: 20px;
}

.Job .jobAdd .selectBox span {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.Job .jobAdd .selectBox ul::after {
    content: '';
    display: block;
    clear: both;
}

.Job .jobAdd .selectBox ul li {
    margin: 0 10px;
    float: left;
    position: relative;
}

.Job .jobAdd .selectBox ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: #e6e6e6;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -9px;
}

.Job .jobAdd .selectBox ul li:first-child::before {
    display: none;
}

.Job .jobAdd .selectBox ul li a {
    display: block;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 15px;
}

.Job .jobAdd .selectBox ul li.on a {
    background: #006dd9;
    color: #fff;
}

.Job .jobAdd .selectBox ul li:hover a {
    background: #006dd9;
    color: #fff;
}

.Job .jobAdd .search {
    margin-top: 40px;
    width: 100%;
    max-width: 1030px;
    padding-right: 130px;
    height: 65px;
    position: relative;
    margin: 40px auto 0;
    box-sizing: border-box;
}

.Job .jobAdd .search input {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    padding: 0 20px;
    font-size: 16px;
    box-sizing: border-box;
}

.Job .jobAdd .search button {
    width: 120px;
    height: 65px;
    background: #006dd9;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    font-size: 20px;
}

@media(max-width:992px) {
    .Join .Part1 .PartBox .txt h1 {
        font-size: 30px;
    }
    .Join .Part1 .PartBox .txt a {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .Join .Part2 .item .itemTit h1 {
        font-size: 20px;
    }
    .Join .Part2 .items {
        margin-top: 30px;
    }
    .Join .Part2 .items ul li {
        width: 31.33%;
    }
    .Join .Part2 .items ul li .name {
        border-top: none;
        padding: 10px;
        font-size: 15px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .Join .Part2 .items ul li .info {
        font-size: 13px;
        padding: 10px 10px 0;
    }
    .Job .jobAdd {
        padding: 20px;
    }
    .Job .jobAdd h1 {
        font-size: 18px;
    }
    .Job .jobAdd .selectBox span {
        font-size: 16px;
    }
    .Job .jobAdd .selectBox {
        padding-left: 80px;
        line-height: 30px;
    }
    .Job .jobAdd .selectBox ul li a {
        line-height: 30px;
        font-size: 14px;
    }
    .Job .jobAdd .search {
        height: 45px;
    }
    .Job .jobAdd .search button {
        height: 45px;
    }
    .Job .JobAdd span {
        font-size: 16px;
    }
    .Job .JobAdd ul li {
        width: 60px;
    }
    .Job .JobCon .JobList .jobTit {
        padding: 20px;
    }
    .Job .JobCon .JobList .jobTit h1 {
        font-size: 16px;
    }
    .Job .JobCon .JobList .JobBtn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 20px;
        right: 10px;
        font-size: 12px;
    }
    .Job .JobCon .JobList .jobTit ul li {
        display: block;
    }
    .Job .JobCon .JobList .jobTit ul li:nth-child(2) {
        padding: 0;
    }
    .Job .JobCon .JobList .jobTit ul li:nth-child(2)::after,
    .Job .JobCon .JobList .jobTit ul li:nth-child(2)::before {
        display: none;
    }
    .Job .JobCon .JobList .JobDec {
        padding: 20px;
        line-height: 28px;
    }
    .Job .JobCon .JobList .JobDec h1 {
        font-size: 16px;
    }
    .Job .JobCon .JobList .JobDec .sqBtn a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 35px;
    }
}

@media(max-width:768px) {
    .Join .Part1 .PartBox .txt {
        padding: 20px;
    }
    .Join .Part1 .PartBox .txt h1 {
        font-size: 20px;
    }
    .Join .Part1 .PartBox .txt .dec {
        font-size: 13px;
        line-height: 22px;
        margin: 20px 0;
    }
    .Join .Part1 .PartBox .txt p {
        font-size: 16px;
    }
    .Join .Part1 .PartBox .img {
        padding-top: 380px;
    }
    .Join .Part2 .item .itemTit {
        margin-bottom: 20px;
    }
    .Join .Part2 .item .itemTit h1 {
        font-size: 18px;
    }
    .Join .Part2 .items ul li {
        padding: 20px 5px;
    }
    .Join .Part2 .items ul li .info {
        font-size: 13px;
    }
    .Job .jobAdd .search {
        padding-right: 90px;
    }
    .Job .jobAdd .search input {
        font-size: 14px;
    }
    .Job .jobAdd .search button {
        width: 80px;
        font-size: 16px;
    }
    .Job .jobAdd .selectBox ul li a {
        padding: 0 10px;
    }
}


/* 立即申请 */

.Jobbox {
    line-height: 38px;
    width: 68%;
    position: relative;
    padding: 4%;
    border-radius: 10px;
    margin: 20px auto;
    background: #fff;
}

.Jobtit {
    text-align: center;
    color: #333;
    padding-bottom: 3%;
    font-size: 24px;
}

.Jobitem {
    color: #222222;
}

.Jobitem dd {
    margin-bottom: 8px;
    width: 33.333%;
    float: left;
}

.Jobtit2 {
    font-size: 18px;
    color: #0080af;
}

.jobbtn {
    display: block;
    margin-top: 5%;
    color: #fff;
    font-size: 18px;
    width: 140px;
    line-height: 45px;
    text-align: center;
    background: #d7b36f;
    border-radius: 20px;
}

.Jobbox .mfp-close {
    border-radius: 50%;
    background: #e46c0a;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    width: 39px;
    height: 39px;
    position: absolute;
    right: -15px;
    top: -15px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

.JobForm {
    color: #666666;
    margin: 0px 0px 0px 0px;
}

.JobForm dl {
    width: 48%;
    float: left;
    padding-left: 1%;
    line-height: 28px;
}

.JobForm dl dt {
    width: 22%;
    float: left;
    text-align: right;
    padding: 5px 2% 5px 0;
}

.JobForm dl dd {
    width: 70%;
    float: left;
}

.JobForm dl.other {
    width: 99%;
    float: none;
    padding-left: 1%;
}

.JobForm dl.other dt {
    width: 10.8%;
    padding-right: 1%;
}

.JobForm dl.other dd {
    width: 84%;
}

.JobForm dd {
    padding: 5px 0px;
}

.JobForm .input {
    background: #fff;
    border: 1px solid #dbdbdb;
    width: 99%;
    height: 28px;
    line-height: 28px;
}

.JobForm .input2 {
    background: #fff;
    border: 1px solid #dbdbdb;
    width: 99%;
    height: 116px;
    line-height: 23px;
}

.JobForm select {
    border: 1px solid #dbdbdb;
    width: 190px;
    height: 23px;
    line-height: 23px;
}

.JobForm .sendbtn {
    cursor: pointer;
    color: #fff;
    width: 120px;
    height: 40px;
    font-size: 16px;
    background: #006dd9;
    margin-right: 8px;
}

.JobForm .resetbtn {
    cursor: pointer;
    color: #fff;
    width: 120px;
    height: 40px;
    font-size: 16px;
    background: #999;
}

@media(max-width:992px) {
    .Jobtit {
        font-size: 18px;
    }
    .JobForm dl {
        width: auto;
        float: none;
        padding-left: 0%;
    }
    .JobForm dl.other {
        width: auto;
        padding-left: 0%;
    }
    .JobForm dl dt {
        width: 25%;
    }
    .JobForm dl dd {
        width: 70%;
    }
    .JobForm dl.other dt {
        width: 25%;
    }
    .JobForm dl.other dd {
        width: 70%;
    }
    .JobForm .sendbtn {
        width: 100px;
        height: 35px;
    }
    .JobForm .resetbtn {
        width: 100px;
        height: 35px;
    }
    .Jobbox {
        width: 92%;
    }
    .Jobbox .mfp-close {
        right: 0;
        top: 0;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 30px;
    }
}


/* 印章物联网平台 */

.nBan .Txt .TxtBox2 {
    width: 45%;
    padding-top: 30px;
}

.nBan .Txt .TxtBox2 h1 {
    font-size: 40px;color:#006dd9
}

.nBan .Txt .TxtBox2 p {
    opacity: 1;
    line-height: 30px;
    font-size: 15px;
    margin: 20px 0;
}

.nBan .Txt .TxtBox2 a {
    display: block;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #1f64ae;
    background-image: linear-gradient(to right, #1f64ae, #3d8add);
    color: #fff;
}

.nBan .Txt .TxtB {
    padding-top: 80px;
}

.nBan .Txt .TxtImg {
    width: 50%;
    text-align: center;
}

.nBan .Txt .TxtImg img {
    max-width: 400px;
}

.Yinzhang .Part1 {
    background: url(../uploadfiles/image/yzbg.png) no-repeat bottom center;
    background-size: cover;
}

.Yinzhang .Part1 .PartBox {
    margin-left: -2%;
}

.Yinzhang .Part1 .PartBox .item {
    width: 18%;
    margin-left: 2%;
    float: left;
    background: #fff;
    padding: 40px 25px 20px 25px;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Yinzhang .Part1 .PartBox .item .ico {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
}

.Yinzhang .Part1 .PartBox .item h1 {
    font-size: 20px;
    margin: 30px 0 10px 0;
}

.Yinzhang .Part1 .PartBox .item .dec {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    height: 120px;
}

.Yinzhang .Part1 .PartBox .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.Yinzhang .Part2 .img {
    text-align: center;
}

@media(max-width:992px) {
    .nBan .Txt .TxtImg img {
        max-width: 100%;
    }
    .nBan .Txt .TxtBox2 h1 {
        font-size: 30px;
    }
    .nBan .Txt .TxtBox2 a {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .nBan .Txt .TxtImg {
        width: 40%;
    }
    .nBan .Txt .TxtBox2 {
        padding-top: 0;
    }
    .Yinzhang .Part1 .PartBox .item {
        width: 31.33%;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .nBan .Txt .TxtBox2 p {
        display: none;
    }
    .nBan .Txt .TxtBox2 h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .nBan .Txt .TxtBox2 a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .nBan .Txt .TxtBox2 a img {
        width: 16px;
    }
    .Yinzhang .Part1 .PartBox .item {
        width: 48%;
        padding: 10px;
    }
    .Yinzhang .Part1 .PartBox .item h1 {
        font-size: 18px;
        margin: 20px 0;
    }
    .Yinzhang .Part1 .PartBox .item .dec {
        font-size: 13px;
        line-height: 20px;
        height: 120px;
    }
}


/* 群杰用印宝 */

.Yongyingbao .Part1 {
    background: url(../uploadfiles/image/yybbg.jpg) no-repeat top center;
    background-size: cover;
}

.Yongyingbao .Part1 .PartBox {
    position: relative;
}

.Yongyingbao .Part1 .PartLeft {
    width: 55%;
    background: #fff;
    box-sizing: border-box;
    padding: 85px 200px 80px 100px;
    margin-left: -2%;
}

.Yongyingbao .Part1 .PartLeft .item {
    position: relative;
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 10px;
    height: 160px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Yongyingbao .Part1 .PartLeft .item .num {
    font-size: 18px;
    font-family: DINB;
    color: #e6ecf2;
    position: absolute;
    top: 20px;
    left: 20px;
}

.Yongyingbao .Part1 .PartLeft .item .ico img {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Yongyingbao .Part1 .PartLeft .item p {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.Yongyingbao .Part1 .PartRight {
    width: 55%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.Yongyingbao .Part1 .PartRight .PartVideo {
    width: 100%;
    position: relative;
}

.Yongyingbao .Part1 .PartRight .PartVideo .img {
    padding-top: 500px;
}

.Yongyingbao .Part1 .PartRight .PartVideo .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.Yongyingbao .Part1 .PartLeft .item:hover {
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Yongyingbao .Part1 .PartLeft .item:hover .ico img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.Yongyingbao .Part2 {padding-bottom:0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.Yongyingbao .Part2 .PartBox {}

.Yongyingbao .Part2 .PartBox .item {
    width: 16.66667%;
    box-sizing: border-box;
    float: left;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.3);
}

.Yongyingbao .Part2 .PartBox .item:nth-child(2n) {
    background: rgba(0, 0, 0, 0.2);
}

.Yongyingbao .Part2 .PartBox .item .more {
    display: none;
}

.Yongyingbao .Part2 .PartBox .item p {
    font-size: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    color: #fff;
}

.Yongyingbao .Part2 .PartBox .item .ico {
    margin-bottom: 20px;
}

.Yongyingbao .Part2 .PartBox .item:hover {
    background: url(../uploadfiles/image/hoverbg.png) no-repeat center center;
    background-size: cover;
}

.Yongyingbao .Part2 .PartBox .item:hover .ico {
    display: none;
}

.Yongyingbao .Part2 .PartBox .item:hover p {
    font-size: 32px;
}

.Yongyingbao .Part2 .PartBox .item:hover .more {
    display: block;
    margin-top: 30px;
}

.Yongyingbao .Part3 {}

.Yongyingbao .Part3 .item {
    padding: 100px 0;
    background: url(../uploadfiles/image/itembg.png) no-repeat top center;
    background-size: cover;
}

.Yongyingbao .Part3 .item .itemBox {}

.Yongyingbao .Part3 .item .itemBox .img {
    padding-top: 540px;
    width: 50%;
    float: right;
}

.Yongyingbao .Part3 .item .itemBox .txt {
    width: 42%;
    float: left;
    height: 540px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Yongyingbao .Part3 .item .itemBox .txt h1 {
    font-size: 40px;
    color: #333;
}

.Yongyingbao .Part3 .item .itemBox .txt p {
    font-size: 20px;
    color: #5d6e80;
    margin-top: 20px;
}

.Yongyingbao .Part3 .item:nth-child(2n) {
    background: #fff;
}

.Yongyingbao .Part3 .item:nth-child(2n) .img {
    float: left;
}

.Yongyingbao .Part3 .item:nth-child(2n) .txt {
    float: right;
}

@media(max-width:992px) {
    .Yongyingbao .Part1 .PartLeft {
        padding: 20px;
        width: 100%;
        margin-left: 0;
    }
    .Yongyingbao .Part1 .PartRight {
        width: 100%;
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .Yongyingbao .Part2 .PartBox .item {
        width: 33.33%;
        height: 250px;
    }
    .Yongyingbao .Part2 .PartBox .item:hover p {
        font-size: 20px;
    }
    .Yongyingbao .Part3 .item {
        padding: 50px 0;
    }
    .Yongyingbao .Part3 .item .itemBox .img {
        padding-top: 350px;
    }
    .Yongyingbao .Part3 .item .itemBox .txt {
        height: 350px;
    }
    .Yongyingbao .Part3 .item .itemBox .txt h1 {
        font-size: 30px;
    }
    .Yongyingbao .Part3 .item .itemBox .txt p {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .Yongyingbao .Part1 .PartLeft .item {
        height: 130px;
    }
    .Yongyingbao .Part1 .PartLeft .item .ico img {
        max-height: 30px;
    }
    .Yongyingbao .Part1 .PartLeft .item p {
        font-size: 14px;
    }
    .Yongyingbao .Part1 .PartRight .PartVideo .img {
        padding-top: 250px;
    }
    .Yongyingbao .Part1 .PartRight .PartVideo .play {
        width: 50px;
    }
    .Yongyingbao .Part2 .PartBox .item {
        height: 140px;
    }
    .Yongyingbao .Part2 .PartBox .item .ico img {
        height: 35px;
    }
    .Yongyingbao .Part2 .PartBox .item p {
        font-size: 14px;
    }
    .Yongyingbao .Part3 .item {
        padding: 30px 0;
    }
    .Yongyingbao .Part3 .item .itemBox .img {
        width: 100%;
        padding-top: 75%;
    }
    .Yongyingbao .Part3 .item .itemBox .txt {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 20px 10px;
    }
    .Yongyingbao .Part3 .item .itemBox .txt h1 {
        font-size: 18px;
    }
    .Yongyingbao .Part3 .item .itemBox .txt p {
        font-size: 14px;
        margin-top: 10px;
    }
}


/* 公司简介 */

.nAbout .Part1 {
    background: url(../uploadfiles/image/aboutbg.png) no-repeat bottom right;
}

.nAbout .Part1 .PartLeft {
    width: 40%;
}

.nAbout .Part1 .PartLeft .nTit {
    text-align: left;
}

.nAbout .Part1 .PartLeft .nTit b {
    margin: 10px 0;
}

.nAbout .Part1 .PartLeft .nAboutInfo {
    font-size: 15px;
    color: #85878c;
    line-height: 30px;
    height: 540px;
    overflow: auto;
    padding-right: 10px;
}

.nAbout .Part1 .PartRight {
    width: 55%;
}

.nAbout .Part1 .PartRight .slider-for {}

.nAbout .Part1 .PartRight .slider-for .item {}

.nAbout .Part1 .PartRight .slider-for .item .imgbox {
    padding-top: 520px;
}

.nAbout .Part1 .PartRight .slider-nav {
    margin-top: 10px;
}

.nAbout .Part1 .PartRight .slider-nav .slick-list {
    margin-left: -10px;
}

.nAbout .Part1 .PartRight .slider-nav .item {
    margin-left: 10px;
}

.nAbout .Part1 .PartRight .slider-nav .item .imgbox {
    padding-top: 60%;
}

.nAbout .Part1 .PartRight .slider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 999;
    background-color: transparent;
    color: transparent;
}

.nAbout .Part1 .PartRight .slider-nav .slick-arrow.slick-prev {
    background-image: url(../uploadfiles/image/aboutprev.png);
    left: 10px;
}

.nAbout .Part1 .PartRight .slider-nav .slick-arrow.slick-next {
    background-image: url(../uploadfiles/image/aboutnext.png);
    right: 10px;
}

.nAbout .Part2 .PartBox {
    margin-left: -3%;
}

.nAbout .Part2 .PartBox .item {
    width: 47%;
    margin-left: 3%;
    float: left;
    margin-bottom: 40px;
}

.nAbout .Part2 .PartBox .item .img {
    padding-top: 250px;
}

.nAbout .Part2 .PartBox .item .txt {
    padding: 50px;
    border: 1px solid #e6e6e6;
}

.nAbout .Part2 .PartBox .item .txt h1 {
    font-size: 24px;
}

.nAbout .Part2 .PartBox .item .txt b {
    display: block;
    width: 10px;
    height: 1px;
    background: #006dd9;
    margin: 10px 0;
}

.nAbout .Part2 .PartBox .item .txt .dec {
    color: #85878c;
    font-size: 15px;
    line-height: 30px;
    height: 120px;
}

.nAbout .Part2 .PartAd {
    position: relative;
}

.nAbout .Part2 .PartAd .img {
    padding-top: 500px;
}

.nAbout .Part2 .PartAd .txt {
    width: 60%;
    max-width: 380px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nAbout .Part2 .PartAd .txt h1 {
    font-size: 24px;
}

.nAbout .Part2 .PartAd .txt b {
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    margin: 10px 0;
}

.nAbout .Part2 .PartAd .txt p {
    font-size: 15px;
    opacity: 0.5;
    line-height: 30px;
}

.nAbout .Part3 {
    position: relative;
}

.nAbout .Part3 .zs {
    position: absolute;
    width: 100%;
    text-align: center;
}

.nAbout .Part3 .zs1 {
    top: 0;
    left: 0;
}

.nAbout .Part3 .zs2 {
    bottom: 0;
    left: 0;
}

.nAbout .Part3 .w1440 {
    position: relative;
    z-index: 99;
}

.nAbout .Part3 .PartBox {}

.nAbout .Part3 .PartBox .PartNav {
    text-align: center;
}

.nAbout .Part3 .PartBox .PartNav ul li {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    margin: 0 15px;
    position: relative;
}

.nAbout .Part3 .PartBox .PartNav ul li a {
    font-size: 18px;
}

.nAbout .Part3 .PartBox .PartNav ul li a {
    font-size: 18px;
}

.nAbout .Part3 .PartBox .PartNav ul li.on {
    background: #006dd9;
}

.nAbout .Part3 .PartBox .PartNav ul li.on a {
    color: #fff;
}

.nAbout .Part3 .PartBox .PartNav ul li.on::after {
    content: '';
    display: block;
    border-top: 8px solid #006dd9;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -8px;
}

.nAbout .Part3 .PartBox .dev {
    position: relative;
    margin-top: 70px;
    padding: 80px 0 100px 0;
}

.nAbout .Part3 .PartBox .dev::before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: #fff;
    z-index: 99;
}

.nAbout .Part3 .PartBox .dev::after {
    content: '';
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.nAbout .Part3 .PartBox .dev .item {
    background: url(../uploadfiles/image/devdot.png) no-repeat top 20px center;
    z-index: 99;
    position: relative;
    margin-bottom: 20px;
}

.nAbout .Part3 .PartBox .dev .item .itemBox {
    width: 45%;
    float: left;
}

.nAbout .Part3 .PartBox .dev .item .itemBox .img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #f3f3f3;
    line-height: 170px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.nAbout .Part3 .PartBox .dev .item .itemBox .txt {
    width: 50%;
    float: right;
    text-align: right;
}

.nAbout .Part3 .PartBox .dev .item .itemBox .txt h1 {
    font-size: 42px;
    font-family: DINB;
    color: #006dd9;
}

.nAbout .Part3 .PartBox .dev .item .itemBox .txt p {
    color: #4c4c4c;
    font-size: 15px;
    margin-top: 10px;
}

.nAbout .Part3 .PartBox .dev .item:nth-child(2n) .itemBox {
    float: right;
}

.nAbout .Part3 .PartBox .dev .item:nth-child(2n) .itemBox .img {
    float: right;
}

.nAbout .Part3 .PartBox .dev .item:nth-child(2n) .itemBox .txt {
    float: left;
    text-align: left;
}

.nAbout .Part3 .PartBox .showMorehandle {
    width: 100%;
    background: none;
    text-align: center;
    margin: 0;
    position: relative;
}

.nAbout .Part3 .PartBox .showMorehandle p {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    color: #006dd9;
}

.nAbout .Part4 {
    background: url(../uploadfiles/image/qjqxbg.jpg) no-repeat top center;
    background-size: cover;
}

.nAbout .Part4 .slider-nav {
    padding: 0 20%;
}

.nAbout .Part4 .slider-nav .item {}

.nAbout .Part4 .slider-nav .item {
    height: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
}

.nAbout .Part4 .slider-nav .item .img img {
    display: inline-block;
    height: 100%;
}

.nAbout .Part4 .slider-nav .item .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.nAbout .Part4 .slider-nav .item p {
    display: none;
}

.nAbout .Part4 .slider-nav .item.slick-center .img {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
}

.nAbout .Part4 .slider-nav .item.slick-center p {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    margin-top: 10px;
}

.nAbout .Part4 .slider-nav .item:focus {
    outline: none;
}

.nAbout .Part4 .slider-nav .slick-arrow {
    width: 80px;
    height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: transparent;
    background-color: transparent;
}

.nAbout .Part4 .slider-nav .slick-prev {
    background-image: url(../uploadfiles/image/soluleft.png);
    left: 0;
    background-position: center left;
}

.nAbout .Part4 .slider-nav .slick-next {
    background-image: url(../uploadfiles/image/soluright.png);
    right: 0;
    background-position: center right;
}

.nAbout .Part4 .slider-for {
    margin-top: 50px;
    position: relative;
    padding: 80px 100px;
    background: #fff;
}

.nAbout .Part4 .slider-for::after {
    content: '';
    display: block;
    border-bottom: 15px solid #fff;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    top: -30px;
}

.nAbout .Part4 .slider-for .item {}

.nAbout .Part4 .slider-for .item .img {
    width: 47%;
    padding-top: 400px;
}

.nAbout .Part4 .slider-for .item .txt {
    width: 47%;
}

.nAbout .Part4 .slider-for .item h1 {
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}

.nAbout .Part4 .slider-for .item b {
    display: block;
    width: 15px;
    height: 2px;
    background: #006dd9;
    margin: 15px 0;
}

.nAbout .Part4 .slider-for .item .dec {
    color: #85878c;
    font-size: 15px;
    line-height: 30px;
}

@media(max-width:992px) {
    .nAbout .Part1 .PartLeft {
        width: 100%;
        margin-bottom: 20px;
    }
    .nAbout .Part1 .PartRight {
        width: 100%;
    }
    .nAbout .Part1 .PartRight .slider-for .item .imgbox {
        padding-top: 65%;
    }
    .nAbout .Part2 .PartBox .item {
        width: 97%;
    }
    .nAbout .Part2 .PartBox .item .img {
        padding-top: 40%;
    }
    .nAbout .Part2 .PartBox .item .txt {
        padding: 20px;
    }
    .nAbout .Part2 .PartBox .item .txt h1 {
        font-size: 16px;
    }
    .nAbout .Part2 .PartBox .item .txt .dec {
        font-size: 14px;
        line-height: 24px;
    }
    .nAbout .Part2 .PartAd .img {
        padding-top: 60%;
    }
    .nAbout .Part2 .PartAd .txt {
        width: 100%;
        left: 0;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
    }
    .nAbout .Part2 .PartAd .txt h1 {
        font-size: 18px;
    }
    .nAbout .Part2 .PartAd .txt b {
        margin: 10px auto;
    }
    .nAbout .Part2 .PartAd .txt p {
        line-height: 24px;
        font-size: 14px;
    }
    .nAbout .Part3 .PartBox .PartNav ul li {
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }
    .nAbout .Part3 .PartBox .PartNav ul li a {
        font-size: 14px;
    }
    .nAbout .Part3 .PartBox .dev .item .itemBox .img {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 auto;
        float: none;
    }
    .nAbout .Part3 .PartBox .dev .item .itemBox .img img {
        max-width: 70%;
    }
    .nAbout .Part3 .PartBox .dev .item .itemBox .txt {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .nAbout .Part3 .PartBox .dev .item .itemBox .txt h1 {
        font-size: 20px;
    }
    .nAbout .Part3 .PartBox .dev .item .itemBox .txt p {
        font-size: 14px;
    }
    .nAbout .Part3 .PartBox .dev .item:nth-child(2n) .itemBox .img {
        float: none;
    }
    .nAbout .Part3 .PartBox .dev .item:nth-child(2n) .itemBox .txt {
        text-align: center;
    }
    .nAbout .Part4 .PartBox .slider-nav {
        padding: 0 40px;
    }
    .nAbout .Part4 .PartBox .slider-nav .slick-arrow {
        width: 40px;
    }
    .nAbout .Part4 .PartBox .slider-nav .item .img {
        width: 50px;
        height: 50px;
    }
    .nAbout .Part4 .PartBox .slider-nav .item {
        height: 100px;
        padding-bottom: 0;
    }
    .nAbout .Part4 .slider-nav .item.slick-center p {
        display: none;
    }
    .nAbout .Part4 .slider-for {
        padding: 20px;
    }
    .nAbout .Part4 .slider-for .item .txt {
        width: 100%;
    }
    .nAbout .Part4 .slider-for .item h1 {
        font-size: 18px;
    }
    .nAbout .Part4 .slider-for .item .img {
        width: 100%;
        padding-top: 60%;
        margin-bottom: 20px;
    }
}


/* 解决方案 */

.nSolu .Part1 {
    background: #f7f7f7;
}

.nSolu .Part1 .PartBox {
    margin-left: -2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nSolu .Part1 .PartBox .item {
    width: 23%;
    margin-left: 2%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.nSolu .Part1 .PartBox .item .ico {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
    position: relative;
}

.nSolu .Part1 .PartBox .item .ico::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../uploadfiles/image/soluicobg.png) no-repeat center center;
    background-size: 100% 100%;
}

.nSolu .Part1 .PartBox .item .txt {
    margin-top: 30px;
    text-align: center;
}

.nSolu .Part1 .PartBox .item h1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.nSolu .Part1 .PartBox .item p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    height: 72px;
}

.nSolu .Part1 .PartBox .item:hover {
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nSolu .Part2 .PartBox {
    margin-left: -2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nSolu .Part2 .PartBox .item {
    width: 23%;
    margin-left: 2%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.nSolu .Part2 .PartBox .item .img {
    padding-top: 260px;
}

.nSolu .Part2 .PartBox .item .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.nSolu .Part2 .PartBox .item .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.nSolu .Part2 .PartBox .item .txt h1 {
    font-size: 22px;
}

.nSolu .Part2 .PartBox .item .txt p {
    font-size: 14px;
    margin-top: 10px;
}

.nSolu .Part2 .PartBox .item .txt b {
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 40px auto 0;
}

.nSolu .Part3 {
    background: #f7f7f7;
}

.nSolu .Part3 .slider .item {
    position: relative;
    color: #fff;
}

.nSolu .Part3 .slider .item .img {
    width: 65%;
    padding-top: 600px;
}

.nSolu .Part3 .slider .item .txt {
    width: 620px;
    height: 420px;
    background: url(../uploadfiles/image/sbg.jpg) no-repeat top center;
    background-size: cover;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 80px;
}

.nSolu .Part3 .slider .item .txt h1 {
    font-size: 32px;
}

.nSolu .Part3 .slider .item .txt b {
    display: block;
    width: 15px;
    height: 2px;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.2);
}

.nSolu .Part3 .slider .item .txt p {
    font-size: 16px;
    line-height: 30px;
    opacity: 0.7;
}

.nSolu .Part3 .slider .item .txt .num {
    margin-top: 80px;
    position: relative;
    padding-right: 80px;
    height: 34px;
}

.nSolu .Part3 .slider .item .txt .num::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}

.nSolu .Part3 .slider .item .txt .num .numBox {
    position: absolute;
    right: 0;
    top: 0;
    font-family: DINB;
    color: #3e9bff;
}

.nSolu .Part3 .slider .item .txt .num .numBox span {
    font-size: 28px;
    color: #fff;
}

.nSolu .Part3 .slider .item:focus {
    outline: none;
}

.nSolu .Part3 .slider .slick-arrow {
    width: 80px;
    height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: transparent;
    background-color: transparent;
}

.nSolu .Part3 .slider .slick-prev {
    background-image: url(../uploadfiles/image/soluleft.png);
    left: -80px;
    background-position: center left;
}

.nSolu .Part3 .slider .slick-next {
    background-image: url(../uploadfiles/image/soluright.png);
    right: -80px;
    background-position: center right;
}

.nSolu .Part4 {}

.nSolu .Part4 .PartBox {
    margin-left: -2%;
}

.nSolu .Part4 .PartBox .item {
    width: 31.33%;
    margin-left: 2%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative;
    padding: 120px 0 60px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.nSolu .Part4 .PartBox .item .num {
    font-size: 150px;
    font-family: DINB;
    color: #f5f5f5;
    line-height: 150px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 0;
    left: -10px;
}

.nSolu .Part4 .PartBox .item .ico {
    position: absolute;
    top: 30px;
    right: 50px;
}

.nSolu .Part4 .PartBox .item .txt {
    padding: 0 60px 0 80px;
    position: relative;
}

.nSolu .Part4 .PartBox .item .txt .snum {
    font-size: 22px;
    font-family: DINB;
    position: absolute;
    left: 30px;
    top: 0;
}

.nSolu .Part4 .PartBox .item .txt h1 {
    font-size: 22px;
}

.nSolu .Part4 .PartBox .item .txt p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin: 20px 0 60px 0;
    height: 72px;
}

.nSolu .Part4 .PartBox .item .txt b {
    display: block;
    width: 20px;
    height: 1px;
    background: #006dd9;
}

.nSolu .Part4 .PartBox .item:hover {
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nSolu .HomeCaseBox ul {
    margin-left: -1%;
}

.nSolu .HomeCaseBox ul::after {
    content: '';
    display: block;
    clear: both;
}

.nSolu .HomeCaseBox ul li {
    width: 19%;
    float: left;
    margin-left: 1%;
    height: 115px;
    line-height: 115px;
    background: #fff;
    margin-bottom: 13px;
    text-align: center;
}

.nSolu .HomeCaseBox ul li img {
    display: inline-block;
    max-width: 90%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.nSolu .HomeCaseBox ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

@media(max-width:992px) {
    .nSolu .Part1 .PartBox {
        display: block;
    }
    .nSolu .Part1 .PartBox .item {
        width: 48%;
        margin-bottom: 20px;
        padding: 20px;
    }
    .nSolu .Part1 .PartBox .item .ico {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .nSolu .Part1 .PartBox .item .ico img {
        width: 25px;
    }
    .nSolu .Part1 .PartBox .item .txt {
        margin-top: 20px;
    }
    .nSolu .Part1 .PartBox .item h1 {
        font-size: 16px;
    }
    .nSolu .Part1 .PartBox .item p {
        font-size: 13px;
        line-height: 20px;
        height: 100px;
    }
    .nSolu .Part2 .PartBox {
        display: block;
    }
    .nSolu .Part2 .PartBox .item {
        width: 48%;
        margin-bottom: 20px;
    }
    .nSolu .Part2 .PartBox .item .img {
        padding-top: 80%;
    }
    .nSolu .Part2 .PartBox .item .txt h1 {
        font-size: 18px;
    }
    .nSolu .Part2 .PartBox .item .txt p {
        font-size: 13px;
        line-height: 20px;
    }
    .nSolu .Part2 .PartBox .item .txt b {
        margin: 20px auto 0;
    }
    .nSolu .Part3 .slider .item .img {
        width: 100%;
        padding-top: 60%;
    }
    .nSolu .Part3 .slider .item .txt {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        width: 100%;
        padding: 30px 20px;
        height: auto;
    }
    .nSolu .Part3 .slider .item .txt h1 {
        font-size: 20px;
    }
    .nSolu .Part3 .slider .item .txt p {
        font-size: 14px;
        line-height: 22px;
    }
    .nSolu .Part3 .slider .item .txt .num {
        margin-top: 30px;
    }
    .nSolu .Part3 .slider .slick-prev {
        left: 0;
        z-index: 99;
    }
    .nSolu .Part3 .slider .slick-next {
        right: 0;
    }
    .nSolu .Part4 .PartBox .item {
        width: 98%;
        padding: 70px 0 30px 0;
        margin-bottom: 20px;
    }
    .nSolu .Part4 .PartBox .item .num {
        font-size: 80px;
        line-height: 80px;
    }
    .nSolu .Part4 .PartBox .item .ico {
        top: 20px;
        right: 30px;
    }
    .nSolu .Part4 .PartBox .item .ico img {
        width: 30px;
    }
    .nSolu .Part4 .PartBox .item .txt {
        padding: 0 30px 0 60px;
    }
    .nSolu .Part4 .PartBox .item .txt .snum {
        left: 20px;
        font-size: 16px;
    }
    .nSolu .Part4 .PartBox .item .txt h1 {
        font-size: 16px;
    }
    .nSolu .Part4 .PartBox .item .txt p {
        margin-bottom: 40px;
    }
    .nSolu .HomeCaseBox ul li {
        height: 90px;
        line-height: 90px;
    }
}

@media(max-width:480px) {
    .nSolu .HomeCaseBox ul li {
        width: 24%;
        height: 60px;
        line-height: 60px;
        margin-bottom: 5px;
    }
    .nSolu .HomeCaseBox ul li img {
        max-width: 80%;
        max-height: 70%;
    }
}


/* 悬浮框 */

.Float {
    position: fixed;
    top: 30%;
    right: 0;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 10px #ddd;
    z-index: 999;
}

.Float ul li {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.Float ul li .ico .img2 {
    display: none;
}

.Float ul li:first-child {
    border-radius: 20px 0 0 0;
}

.Float ul li:last-child {
    border-radius: 0 0 0 20px;
    border-bottom: none;
}

.Float ul li p {
    margin-top: 10px;
    font-size: 14px;
}

.Float ul li .tcBox {
    position: absolute;
    right: -180px;
    height: 100%;
    background: #006dd9;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: DINB;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 160px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Float ul li:hover .tcBox {
    right: 90px;
    opacity: 1;
}

.Float ul li:hover .tcBox a {
    color: #fff;
}

.Float ul li:hover {
    background: #006dd9;
}

.Float ul li:hover .ico .img1 {
    display: none;
}

.Float ul li:hover .ico .img2 {
    display: block;
    margin: 0 auto;
}

.Float ul li:hover p {
    color: #fff;
}

@media(max-width:992px) {
    .Float {
        border-radius: 5px 0 0 5px;
    }
    .Float ul li {
        width: 35px;
        height: 35px;
    }
    .Float ul li .ico img {
        width: 20px;
    }
    .Float ul li p {
        display: none;
    }
    .Float ul li:first-child {
        border-radius: 5px 0 0 0;
    }
    .Float ul li:last-child {
        border-radius: 0 0 0 5px;
    }
    .Float ul li:hover .tcBox {
        right: 35px;
        font-size: 18px;
    }
}


/* 新闻详情 */

.NewsInfo .NewsInfoTit {
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #dedede;
}

.NewsInfo .NewsInfoTit h1 {
    font-size: 28px;
    font-weight: bold;
    color: #006dd9;
}

.NewsInfo .NewsInfoTit p {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.NewsInfo .NewsInfoTxt {
    padding: 30px 0 30px 0;
    line-height: 32px;
}

.NewsInfo .prev-next {
    margin: 50px 0;
}

.NewsInfo .prev-next .btn_1 {
    width: 49%;
    line-height: 50px;
    text-align: center;
    background: #f7f7f7;
}

.NewsInfo .prev-next .btn_1.prev_1 {
    background: #006dd9;
    color: #fff;
}

.NewsInfo .prev-next .btn_1.prev_1 a {
    color: #fff;
}

@media(max-width:992px) {
    .NewsInfo .NewsInfoTit h1 {
        font-size: 18px;
    }
    .NewsInfo .NewsInfoTxt {
        padding: 20px 0 20px 0;
    }
    .NewsInfo .prev-next .btn_1 {
        width: 100%;
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .NewsInfo .prev-next {
        margin: 20px 0;
    }
}


/* 落地页 */

.HomePro.HomePro-one {
    background: #f9f4f4;
}

.w1280 {
    max-width: 1280px;
    margin: 0 auto;
    width: 92%;
}

.HomePro.HomePro-one .HomeTit h1 {
    font-size: 36px;
}

.HomePro.HomePro-one .HomeProBox .slider-nav {
    margin-top: 40px;
    margin-left: -22px;
    margin-right: -22px;
}

.HomePro.HomePro-one .HomeProBox .slider-nav .item {
    width: 20%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 0 22px;
}

.HomePro.HomePro-one .HomeProBox .slider-nav .item .item-content {
    background-color: #fff;
    box-sizing: border-box;
    height: 280px;
    padding: 60px 20px 10px 20px;
}

.HomePro.HomePro-one .HomeProBox .slider-nav .item .img {
    height: 66px;
    line-height: 66px;
    text-align: center;
}

.HomePro.HomePro-one .HomeProBox .slider-nav .item .line {
    width: 10px;
    height: 2px;
    background-color: #666666;
    margin: 30px auto 20px;
}

.HomePro.HomePro-one .HomeProBox .slider-nav .item .txt {
    text-align: center;
}

@media (max-width: 992px) {
    .HomePro.HomePro-one .HomeProBox .slider-nav .item {
        width: 33.33%;
        margin-top: 20px;
    }
    .HomePro.HomePro-one .HomeProBox .slider-nav {
        margin-top: -20px;
    }
}

@media (max-width: 1440px) {
    .HomePro.HomePro-one .HomeProBox .slider-nav .item {
        padding: 0 10px;
    }
    .HomePro.HomePro-one .HomeProBox .slider-nav {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 640px) {
    .HomePro.HomePro-one .HomeProBox .slider-nav .item {
        width: 50%;
    }
    .HomePro.HomePro-one .HomeProBox .slider-nav .item:last-child {
        margin-left: 25%;
    }
}

.HomeList ul li {
    padding: 100px 0;
}

.HomeList ul li:nth-of-type(odd) {
    background-color: #f9f4f4;
}

.HomeList ul li .w1280 {
    position: relative;
}

.HomeList ul li .w1280>div {
    box-sizing: border-box;
    width: 590px;
}

.HomeList ul li .HomeList-img {
    text-align: right;
    float: right;
}

.HomeList ul li .HomeList-txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.HomeList ul li .HomeList-txt h3 {
    font-size: 36px;
}

.HomeList ul li .HomeList-txt p {
    font-size: 20px;
    color: #666699;
    line-height: 1.5;
    margin-top: 35px;
    max-width: 550px;
}

.HomeList ul li:nth-of-type(even) .HomeList-txt {
    left: initial;
    right: 0;
}

.HomeList ul li:nth-of-type(even) .HomeList-img {
    float: none;
    text-align: left;
}

@media (max-width: 1380px) {
    .HomeList ul li .w1280 {
        width: 92%;
    }
}

@media (max-width: 1200px) {
    .HomeList ul li {
        padding: 60px 0;
    }
    .HomeList ul li .w1280>div {
        width: 50%;
    }
    .HomeList ul li .HomeList-txt p {
        max-width: 100%;
    }
    .HomeList ul li .HomeList-txt {
        position: static;
        padding: 0 20px 0 0;
    }
    .HomeList ul li:nth-of-type(even) .HomeList-txt {
        float: right;
    }
    .HomeList ul li:nth-of-type(even) .HomeList-img {
        float: left;
    }
    .HomeList ul li:nth-of-type(even) .HomeList-txt {
        padding: 0 0 0 20px;
    }
    .HomeList ul li .HomeList-txt h3 {
        font-size: 28px;
    }
    .HomeList ul li .HomeList-txt p {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .HomeList ul li {
        padding: 30px 0;
    }
    .HomeList ul li .w1280>div {
        width: 100%;
    }
    .HomeList ul li .HomeList-txt {
        padding: 0;
        margin-top: 20px;
    }
    .HomeList ul li .HomeList-img,
    .HomeList ul li .HomeList-txt {
        float: none;
    }
    .HomeList ul li .HomeList-img,
    .HomeList ul li:nth-of-type(even) .HomeList-img {
        text-align: center;
    }
    .HomeList ul li:nth-of-type(even) .HomeList-txt,
    .HomeList ul li .HomeList-txt {
        padding: 0;
    }
    .HomeList ul li .HomeList-txt h3 {
        font-size: 22px;
        text-align: center;
    }
    .HomeList ul li .HomeList-txt p {
        margin-top: 10px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .HomeList ul li .HomeList-txt h3,
    .HomeList ul li .HomeList-txt p {
        text-align: left;
    }
}


/* 应用场景 */

.HomePro.Home-scenes {
    background-color: #fff;
}

.Home-scenes ul {
    margin: 0 -20px;
}

.Home-scenes ul li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 20px;
}

.Home-scenes ul li img {
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
}

.Home-scenes ul li h3 {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    text-align: center;
}

.Home-scenes ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

@media (max-width: 768px) {
    .Home-scenes ul li {
        width: 50%;
        padding: 0 10px;
    }
    .Home-scenes ul li:last-child {
        margin: 20px 0 0 25%;
    }
    .Home-scenes ul {
        margin: 0 -10px;
    }
}

@media (max-width: 480px) {
    .Home-scenes ul li,
    .Home-scenes ul li:last-child {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .Home-scenes ul li:last-child {
        margin: 0;
    }
}


/* 产品生态 */

.HomePro.Home-product {
    background: #f9f4f4;
}

.Home-product ul li {
    font-size: 0;
    margin-bottom: 50px;
}

.Home-product ul li:last-child {
    margin-bottom: 0;
}

.Home-product ul li>div {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.Home-product ul li .home-product-img {
    width: 36%;
    position: relative;
}

.Home-product ul li .home-product-txt {
    width: 64%;
}

.Home-product ul li .home-product-txt p {
    color: #666699;
    line-height: 1.5;
}

.Home-product ul li .home-product-txt h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

.Home-product ul li .pro-line {
    position: absolute;
    left: 240px;
    top: 40px;
}

.Home-product ul li:nth-of-type(2) .pro-line {
    left: 250px;
}

.Home-product ul li .home-product-img img.pro-pic {
    box-shadow: 0 0 5px #ccc;
}

@media (max-width: 1200px) {
    .Home-product ul li .pro-line {
        display: none;
    }
    .Home-product ul li .home-product-txt h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .Home-product ul li .home-product-txt p {
        font-size: 16px;
    }
    .Home-product ul li .home-product-txt {
        width: 70%;
        box-sizing: border-box;
        padding-left: 20px;
    }
    .Home-product ul li .home-product-img {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .Home-product ul li .home-product-txt h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .Home-product ul li>div {
        display: block;
    }
    .Home-product ul li .home-product-img {
        width: 100%;
    }
    .Home-product ul li .home-product-img img {
        width: 100%;
    }
    .Home-product ul li .home-product-txt {
        width: 100%;
        padding: 0;
    }
    .Home-product ul li .home-product-txt h3 {
        margin: 10px 0;
    }
}


/* 20210322  404 */

.NotFound {
    text-align: center;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.NotFound .NotImg {}

.NotFound p {
    text-align: center;
    font-size: 25px;
}

.NotFound ul {
    padding: 50px 0;
}

.NotFound ul li {
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    margin: 0 10px;
    line-height: 50px;
}

.NotFound ul li:hover {
    background: #006dd9;
    border: 1px solid #006dd9;
}

.NotFound ul li:hover a {
    color: #fff;
}

@media(max-width:992px) {
    .NotFound ul li {
        width: 21%;
        margin: 0 1%;
        margin-bottom: 10px;
        height: 35px;
        line-height: 35px;
        border-radius: 35px;
    }
}

@media(max-width:480px) {
    .NotFound ul {
        padding: 30px 0;
    }
    .NotFound ul li {
        width: 45%;
        margin: 0 1%;
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
    }
}


/*20211215*/

.Contactus .Contain {
    width: 1440px;
}

.Contactus .Cpart1 {
    width: 100%;
    padding: 100px 0;
    display: inline-block;
    background: #F8F8F8
}

.Contactus .Cpart1 .imgbox {
    width: 760px;
    height: 500px;
    background-color: #006dd9;
}

.Contactus .Cpart1 .Cpart1_r {
    width: 593px;
}

.Contactus .Cpart1 .Cpart1_r h3 {
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 70px;
}

.Contactus .Cpart1 .Cpart1_r h3:before {
    content: "";
    position: absolute;
    bottom: -0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #006dd9;
}

.Contactus .Cpart1 .Cpart1_r p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.Contactus .Cpart1 .Cpart1_r p span {
    color: #006dd9;
}

.Contactus .Cpart1 .Cpart1_r li {
    font-size: 18px;
    line-height:54px;
    color: #666666;
}

.Contactus .Cpart1 .Cpart1_r li img {
    vertical-align: middle;
    margin-right: 10px;
}

.Contactus .Cpart1 .Cpart1_r .look {
    width: 200px;
    display: none;
    text-align: center;
    line-height: 65px;
    color: #fff;
    margin-top: 50px;
    height: 65px;
    background-image: linear-gradient(233deg, #3d8add 0%, #1f64ae 100%), linear-gradient(#3d8add, #3d8add);
    background-blend-mode: normal, normal;
}

.Contactus .Cpart2 {
    width: 100%;
    padding: 100px 0 0;
    display: inline-block;
    background: #fff
}

.Contactus .Cpart2 .Ctitle {
    text-align: center;
    font-size: 40px;
    color: #000000;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.Contactus .Cpart2 .Ctitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background-color: #006dd9;
}

.Contactus .Cpart2 .Cpart2_box {
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
    width: 358px;
    height: 136px;
    position: relative;
    background: url(../images/cbg2.png) no-repeat center;
    padding: 45px;
}

.Contactus .Cpart2 .Cpart2_box h1 {
    font-family: DIN;
    font-size: 40px;
    font-weight: bold;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 30px;
}

.Contactus .Cpart2 .Cpart2_box h3 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 0px;
}

.Contactus .Cpart2 .Cpart2_box h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    display: none
}

.Contactus .Cpart2 .Cpart2_box p {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 10px;
}

.Contactus .Cpart2 .Cpart2_box:nth-child(3n) {
    margin-right: 0;
}

.Contactus .Cpart2 .Cpart2_box .Cpart2_boxb {
    position: absolute;
    top: 226px;
    left: 0;
    background: #E46C0A;
    display: none;
    width: 358px;
    padding: 20px 45px;
    z-index: 99;
}

.Contactus .Cpart2 .Cpart2_box:hover .Cpart2_boxb {
    display: block;
}

.Contactus .Cpart2 .Cpart2_box:hover {
    background: url(../images/cbg3.png) no-repeat top center
}

.Contactus .Cpart3 {
    width: 100%;
    padding: 30px 0 100px;
    display: inline-block;
    background: #fff
}

.Contactus .Cpart3_box {
    width: 448px;
    height: 126px;
    border-bottom: 1px solid #eee;
    margin-right: 32px;
    float: left;
    margin-bottom: 60px;
}

.Contactus .Cpart3_box:nth-child(3n) {
    margin-right: 0;
}

.Contactus .Cpart3_box .imgbox {
    float: left;
    width: 34px;
}

.Contactus .Cpart3_box .txt {
    width: 410px;
    float: left;
}

.Contactus .Cpart3_box .txt h1 {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 10px;
}

.Contactus .Cpart3_box .txt h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #006dd9;
    display: none
}

.Contactus .Cpart3_box .txt p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}

@media(max-width:1680px) {
    .Contactus .Contain {
        width: 92%;
    }
    .Contactus .Cpart1 .imgbox {
        width: 48%;
        height: auto;
        padding-top: 30%;
    }
    .Contactus .Cpart1 .Cpart1_r {
        width: 48%;
    }
    .Contactus .Cpart1 .Cpart1_r h3 {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .Contactus .Cpart1 .Cpart1_r .look {
        margin-top: 30px;
    }
    .Contactus .Cpart2 .Cpart2_box {
        width: 28%;
        margin-right: 1.3%;
        padding: 2%;
        margin-bottom: 1.3%;
    }
    .Contactus .Cpart2 .Cpart2_box h1 {
        margin-bottom: 10px;
    }
    .Contactus .Cpart2 .Cpart2_box .Cpart2_boxb {
        top: 100%;
        width: 88%;
        padding: 6%
    }
    .Contactus .Cpart3_box {
        width: 28%;
        margin-right: 1.3%;
        padding: 2%;
        margin-bottom: 1.3%;
    }
    .Contactus .Cpart3_box .txt {
        width: 90%
    }
    .Contactus .Cpart3_box .imgbox {
        width: 10%;
    }
}

@media(max-width:768px) {
    .Contactus .Cpart1 .Cpart1_r .look {
        margin-bottom: 40px;
    }
    .Contactus .Cpart1,
    .Contactus .Cpart2 {
        padding: 40px 0 0
    }
    .Contactus .Cpart1 .imgbox {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 60%;
    }
    .Contactus .Cpart1 .Cpart1_r {
        width: 100%;
    }
    .Contactus .Cpart1 .Cpart1_r h3,
    .Contactus .Cpart2 .Ctitle {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .Contactus .Cpart1 .Cpart1_r p {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .Contactus .Cpart2 .Cpart2_box {
        width: 44%;
        margin-right: 0;
    }
    .Contactus .Cpart2 .Cpart2_box:nth-child(2n) {
        float: right;
    }
    .Contactus .Cpart2 .Cpart2_box h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .Contactus .Cpart2 .Cpart2_box h3 {
        padding-bottom: 10px;
    }
    .Contactus .Cpart2 .Cpart2_box p {
        line-height: 20px;
    }
    .Contactus .Cpart3_box {
        width: 44%;
        margin-right: 0;
    }
    .Contactus .Cpart3_box:nth-child(2n) {
        float: right;
    }
    .Contactus .Cpart3_box .txt h1 {
        font-size: 16px;
    }
    .Contactus .Cpart3_box .txt p {
        font-size: 14px;
        line-height: 20px;
    }
    .Contactus .Cpart3_box {
        height: 120px;
    }
    .Contactus .Cpart2 .Cpart2_box .Cpart2_boxb {
        width: 88%
    }
}

#khzy {
    padding: 0 0 5% 0;
}
  

.NewPage .btn{position: absolute;right: 5%;top: 150px;padding: 0 20px;background: rgb(76, 131, 242);color: #fff;height: 40px;line-height: 40px;border-radius: 5px;font-size: 18px;}