/* =====================内页样式======================== */
.sonimgban {
    width: 100%;
    position: relative;
}

.sonimgban-img {
    width: 100%;
    object-fit: cover;
    min-height: 260px;
}

.sonimgban-caseimg {
    min-height: 182px;
}

.sonimgban-proimg {
    min-height: 220px;
}

.sonlinkmenu {
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.sonlink {
    float: left;
    font-size: 0;
}

.sonlink a,
.sonmenu a {
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.sonlink a {
    font-size: 14px;
    color: #999;
    transition: all .4s ease;
    padding-right: 24px;
}

.sonlink a:after {
    content: ">";
    position: absolute;
    color: #999;
    height: 100%;
    font-family: "宋体", "\5B8B\4F53";
    width: 24px;
    text-align: center;
    font-weight: 700;
}

.sonlink a:last-child:after {
    display: none;
}

.sonlink a:last-child {
    padding-right: 0;
}

.sonlink a i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url('../images/sonhome.png') no-repeat;
    margin-top: -4px;
}

.sonimgban-casexqlink a i {
    background-image: url('../images/sonhomew.png');
}

.sonlink a:hover {
    color: #1f5dcb;
}

.sonmenu {
    float: right;
    font-size: 0;
}

.sonmenu a {
    margin: 0 20px;
    font-size: 16px;
    color: #666;
    padding: 0 2px;
    transition: all .4s ease;
}

.sonmenu a:after {
    content: "";
    width: 0;
    right: 0;
    background: #1f5dcb;
    height: 2px;
    transition: all .6s ease;
    position: absolute;
    bottom: -1px;
}

.sonmenu a:last-child {
    margin-right: 0;
}

.sonmenu a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.sonmenu a:hover {
    color: #1f5dcb;
}

.sonmenu a.ontrue {
    color: #1f5dcb;
}

.sonmenu a.ontrue:after {
    width: 100%;
}

.fullpage {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 68px;
    user-select: none;
}

.fullpage a {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    margin: 0 8px;
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
}

.fullpage a:first-child,
.fullpage a:last-child {
    background: url('../images/fullpagearr.png') no-repeat center;
    border-color: transparent;
}

.fullpage a:last-child {
    transform: rotate(180deg);
}

.fullpage a:hover,
.fullpage a.ontrue,
.fullpage a.on {
    background-color: #1f5dcb;
    color: #fff;
    border-color: #1f5dcb;
}

.fullpage a:first-child:hover,
.fullpage a:last-child:hover {
    background-image: url('../images/fullpagearrh.png');
    background-color: #fff;
}

.fullpage-num {
    display: inline-block;
    vertical-align: middle;
}

.fullpage-num a:first-child,
.fullpage-num a:last-child {
    background-image: url('../images/fullpagearr.png');
}

.fullpage-num a:first-child:hover,
.fullpage-num a:last-child:hover {
    background-image: url('../images/fullpagearrh.png');
    background-color: #fff;
}

.fullpage b,
.fullpage input,
.fullpage button {
    display: inline-block;
    vertical-align: middle;
}

.fullpage b {
    font-size: 16px;
    color: #999;
    font-weight: 300;
    margin: 0 4px;
}

.fullpage input {
    width: 66px;
    text-align: center;
    height: 38px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #666;
}

.fullpage button {
    color: #666;
    font-size: 16px;
    padding: 0 18px;
    border: 1px solid #dcdcdc;
    transition: all .4s ease;
    height: 38px;
    background: #fff;
    cursor: pointer;
}

.fullpage button:hover {
    background-color: #1f5dcb;
    color: #fff;
}


/* 案例列表 */
.caseop {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 0;
    padding-top: 100px;
}

.caseop-item {
    width: 180px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.caseop-true {
    width: 100%;
    text-align: left;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    padding: 0 20px;
    background: #f5f5f5;
    position: relative;
}

.caseop-true:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    right: 15px;
    top: 0;
    background: url('../images/casearr.png') no-repeat center;
}

.caseop-true.ontrue:after {
    transform: rotate(180deg);
}

.caseop-data {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 4;
    background: #f5f5f5;
    text-align: left;
    display: none;
    max-height: 210px;
    overflow-y: auto;
}

.caseop-data li {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #666;
    padding: 0 20px;
    border-top: 1px solid #fff;
    cursor: pointer;
}

.caseop-data li:hover,
.caseop-data li.ontrue {
    background: #1f5dcb;
    color: #fff;
}

.caseop select {
    display: inline-block;
    width: 180px;
    margin: 0 10px;
    text-align: left;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    padding: 0 16px;
    background: #f5f5f5 url("../images/casearr.png") no-repeat right 10px center;
    position: relative;
}

.caselb {
    width: 100%;
    padding: 16px 0 120px;
}

.caselb-list {
    width: 100%;
}

.caselb-list ul {
    margin-left: -2%;
}

.caselb-list li {
    width: 31.3333%;
    float: left;
    margin-left: 2%;
    margin-top: 48px;
}

.caselb-list li a {
    display: block;
    width: 100%;
}

.caselb-img {
    width: 100%;
    overflow: hidden;
    height: 300px;
}

.caselb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease-in-out;
}

.caselb-wd {
    width: 100%;
    padding-top: 34px;
}

.caselb-wd span {
    display: block;
    font-size: 14px;
    color: #999;
}

.caselb-wd h6,
.caselb-wd h1 {
    font-size: 22px;
    color: #333;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 16px 0 32px;
    transition: all .4s ease;
}

.caselb-list li a:hover .caselb-img img {
    transform: scale(1.04);
}

.caselb-list li a:hover .caselb-wd h6 {
    color: #1f5dcb;
}

.caselb-list li a:hover .caselb-wd h1 {
    color: #1f5dcb;
}

.caselb-list li a:hover .toLink {
    color: #1f5dcb;
    background-image: url('../images/indarrh.png');
}

.caselb-list li a:hover .toLink:after {
    width: 100%;
    right: auto;
    left: 0;
}

/* 案例详情 */
.sonimgban-caselink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.sonimgban-caselink .sonlink a {
    color: #fff;
}

.sonimgban-caselink .sonlink a:after {
    color: #fff;
}

.sonimgban-casesd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: url('../images/casexqsd.png') repeat-x;
    width: 100%;
    height: 100%;
}

.sonimgban-casewd {
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 88px;
}

.small-contain {
    width: 1000px;
    margin: 0 auto;
}

.sonimgban-casewd h6,
.sonimgban-casewd h1,
.sonimgban-casewd p,
.sonimgban-casewd i {
    opacity: 0;
    animation: caseBr 1s ease both;
}

.sonimgban-casewd h6,
.sonimgban-casewd h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    animation-delay: 200ms;
}

.sonimgban-casewd p {
    font-size: 18px;
    color: #fff;
    margin: 16px 0 42px;
    animation-delay: 400ms;
    text-transform: uppercase;
}

.sonimgban-casewd i {
    display: block;
    width: 76px;
    height: 5px;
    background: #fff;
    animation-delay: 600ms;
}

@keyframes caseBr {
    0% {
        opacity: 0;
        transform: translateX(120px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.casexqic {
    width: 100%;
    background: #f7f7f7;
    padding: 100px 0 116px;
}

.casexqic li {
    width: 33.3333%;
    float: left;
    font-size: 0;
}

.casexqic-img,
.casexqic-wd {
    display: inline-block;
    vertical-align: middle;
}

.casexqic-img {
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    background: #1f5dcb;
    border-radius: 50%;
}

.casexqic-wd {
    padding-left: 30px;
    font-size: 18px;
}

.casexqic-wd h6,
.casexqic-wd h1 {
    color: #333;
}

.casexqic-wd p {
    color: #999;
    margin-top: 10px;
}

.casexqnr {
    width: 100%;
    padding: 50px 0 100px;
}

.casexqnr img {
    width: 100%;
    object-fit: cover;
    margin-top: 35px;
}

.casexqpn {
    width: 100%;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

.casexqpn-prev,
.casexqpn-more,
.casexqpn-next {
    display: block;
    float: left;
    height: 80px;
    line-height: 80px;
}

.casexqpn-next {
    float: right;
}

.casexqpn-prev,
.casexqpn-next {
    font-size: 16px;
    color: #666;
    width: 40%;
    transition: all .4s ease;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.casexqpn-prev {
    padding-left: 20px;
    background: url('../images/casearrl.png') no-repeat left center;
}

.casexqpn-next {
    padding-right: 20px;
    background: url('../images/casearrr.png') no-repeat right center;
    text-align: right;
}

.casexqpn-prev:hover,
.casexqpn-next:hover {
    color: #1f5dcb;
}

.casexqpn-prev:hover {
    background-image: url('../images/casearrlh.png');
}

.casexqpn-next:hover {
    background-image: url('../images/casearrrh.png');
}

.casexqpn-more {
    width: 20%;
    text-align: center;
}

.casexqpn-more i,
.casexqpn-more span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.casexqpn-more i {
    width: 14px;
    height: 14px;
    background: url('../images/casemore.png') no-repeat;
}

.casexqpn-more span {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.casexqpn-more:hover span {
    color: #1f5dcb;
}

.casexqal {
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
}

.casexqal .caselb-list li {
    margin-top: 38px;
}

/* 产品列表 */
.sonimgban-prowd {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sonimgban-prowd .small-contain {
    width: 1160px;
    margin: 0 auto;
}

.sonimgban-prowdft {
    color: #fff;
    text-align: right;
    width: 100%;
}

.sonimgban-prowdft h6,
.sonimgban-prowdft h1,
.sonimgban-prowdft p,
.sonimgban-prowdft span {
    opacity: 0;
    animation: caseBr 1s ease both;
}

.sonimgban-prowdft h6,
.sonimgban-prowdft h1 {
    font-size: 60px;
    font-weight: 500;
    animation-delay: 200ms;
}

.sonimgban-prowdft p {
    font-size: 42px;
    margin: 32px 0 10px;
    animation-delay: 400ms;
}

.sonimgban-prowdft span {
    font-size: 24px;
    display: block;
    animation-delay: 600ms;
}

@keyframes caseBr {
    0% {
        opacity: 0;
        transform: translateX(-120px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.prolist {
    width: 100%;
    padding: 54px 0 120px;
    background: #f7f7f7;
    overflow: hidden;
}

.prolist li {
    width: 49%;
    background: #fff;
    position: relative;
    margin-top: 46px;
}

.prolist li:nth-child(2n+1) {
    float: left;
}

.prolist li:nth-child(2n) {
    float: right;
}

.prolist li a {
    display: block;
    width: 100%;
    padding: 84px 52px 0;
    height: 428px;
}

.prolist-img {
    width: 50%;
    float: left;
}

.prolist-img img {
    max-width: 100%;
    transform: scale(.96);
    transition: all .6s ease-in-out;
}

.prolist-wd {
    width: 46%;
    float: right;
    padding-top: 24px;
}

.prolist-wdtit {
    width: 100%;
}

.prolist-wdtit h6,
.prolist-wdtit h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 12px;
    transition: all .4s ease;
}

.prolist-wdtit p {
    font-size: 18px;
    color: #999;
    line-height: 30px;
}

.prolist-wddes {
    width: 100%;
    margin-top: 34px;
}

.prolist-wddes p {
    font-size: 16px;
    color: #999;
    line-height: 36px;
}

.prolist-wddes p span {
    color: #333;
}

.prolist li a:hover .prolist-img img {
    transform: scale(.98) translateY(-10px);
}

.prolist li a:hover .prolist-wdtit h6 {
    color: #1f5dcb;
}

.prolist li a:hover .prolist-wdtit h1 {
    color: #1f5dcb;
}

/* 解决方案 */
.sonimgban-sollink {
    position: fixed;
    z-index: 999;
    top: 80px;
    transition: all .4s ease;
}

.sonimgban-sollink .contain {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.sonimgban-sollink .sonmenu a {
    color: #fff;
}

.sonimgban-sollink .sonmenu a:after {
    display: none;
}

.sonimgban-solwd {
    text-align: center;
    bottom: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

.sonimgban-solwd h6,
.sonimgban-solwd h1,
.sonimgban-solwd p,
.sonimgban-solwd i {
    opacity: 0;
    animation: solBt 1s ease both;
}

.sonimgban-solwd h6,
.sonimgban-solwd h1 {
    animation-delay: 200ms;
}

.sonimgban-solwd p {
    animation-delay: 400ms;
}

.sonimgban-solwd i {
    margin: 0 auto;
    animation-delay: 600ms;
}

.sonimgban-sollink .sonlink a i {
    background-image: url('../images/sonhomew.png');
}

@keyframes solBt {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sonimgban-scroll.sonimgban-sollink {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.sonimgban-scroll .contain {
    border-bottom: none;
}

.sonimgban-scroll .sonmenu a {
    color: #666;
}

.sonimgban-scroll .sonmenu a:hover {
    color: #1f5dcb;
}

.sonimgban-scroll .sonlink a {
    color: #999;
}

.sonimgban-scroll .sonlink a:after {
    color: #999;
}

.sonimgban-scroll .sonlink a i {
    background-image: url('../images/sonhome.png');
}

.sonimgban-scroll .sonlink a:hover {
    color: #1f5dcb;
}

.solcj {
    width: 100%;
    padding: 100px 0 104px;
}

.solcj-contain {
    width: 1100px;
    margin: 0 auto;
}

.solcj p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 24px;
}

.solyy {
    width: 100%;
    padding: 90px 0 100px;
    background: #1a50af;
}

.solyy-list {
    width: 100%;
    margin-top: 24px;
}

.solyy-list li {
    width: 25%;
    text-align: center;
    float: left;
}

.solyy-img {
    width: 100%;
    height: 74px;
    line-height: 72px;
}

.solyy-img img {
    max-height: 100%;
}

.solyy-list li h6,
.solyy-list li h1 {
    font-size: 18px;
    color: #fff;
    margin: 38px 0 20px;
}

.solyy-list li p {
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding: 0 12%;
}

.solcp {
    width: 100%;
    padding: 120px 0;
    background: #f7f7f7;
}

.solcp .prolist {
    padding: 0;
}

.solal {
    width: 100%;
    padding: 100px 0;
}

.solal .caselb {
    padding: 0;
}

.solvePoint {
    position: relative;
    top: -180px;
    display: block;
    height: 0;
    overflow: hidden;
}

/* 新闻列表 */
.sonloopban {
    width: 100%;
    position: relative;
}

.sonloopban-img {
    width: 100%;
}

.sonloopban-img img {
    width: 100%;
    object-fit: cover;
    min-height: 260px;
}

.sonloopban-wd {
    position: absolute;
    width: 768px;
    padding: 100px 100px 54px 162px;
    background: #1a328f;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.sonloopban-wd p {
    font-size: 42px;
    color: #fff;
    line-height: 58px;
    font-weight: 400;
    height: 116px;
    overflow: hidden;
}

.sonloopban-btn {
    width: 66px;
    position: absolute;
    z-index: 2;
    left: 162px;
    bottom: 212px;
}

.sonloopban-btnL,
.sonloopban-btnR {
    position: absolute;
    width: 12px;
    height: 24px;
    top: 0;
    z-index: 2;
    background: url('../images/newsarr.png') no-repeat center;
    cursor: pointer;
}

.sonloopban-btnL {
    left: 0;
}

.sonloopban-btnR {
    transform: rotate(180deg);
    right: 0;
}

.sonloopban-btn:after {
    content: "";
    position: absolute;
    width: 2px;
    background: #fff;
    z-index: 1;
    left: 50%;
    margin-left: -1px;
    top: 0;
    height: 24px;
}

.news {
    width: 100%;
    padding: 20px 0 120px;
}

.news-list {
    width: 100%;
}

.news-list ul {
    margin-left: -2%;
}

.news-list li {
    width: 31.3333%;
    float: left;
    margin-left: 2%;
    position: relative;
    margin-top: 80px;
}

.news-list li a {
    display: block;
    width: 100%;
}

.news-img {
    width: 100%;
    overflow: hidden;
    height: 254px;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6S ease-in-out;
}

.news-wd {
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    padding: 34px 40px 48px;
}

.news-wd span {
    font-size: 14px;
    color: #888;
    display: block;
    font-family: 'GothamBook';
}

.news-wd h6,
.news-wd h1 {
    font-size: 22px;
    color: #333;
    line-height: 34px;
    margin: 24px 0 16px;
    transition: all .4s ease;
    height: 68px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-wd p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list li a:hover .news-img img {
    transform: scale(1.04);
}

.news-list li a:hover .news-wd h6 {
    color: #1f5dcb;
}

.news-list li a:hover .news-wd h1 {
    color: #1f5dcb;
}

.news .fullpage {
    margin-top: 100px;
}

/* 新闻详情 */
.newsxq {
    width: 100%;
    padding-top: 100px;
}

.newsxq-cont {
    width: 73.8%;
    padding-right: 54px;
    float: left;
    border-right: 1px solid #eee;
}

.newsxq-title {
    width: 100%;
}

.newsxq-title h6,
.newsxq-title h1 {
    font-size: 32px;
    color: #333;
    line-height: 40px;
}

.newsxq-title p {
    font-size: 0;
    width: 100%;
    margin-top: 10px;
}

.newsxq-title p span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    padding-left: 24px;
    margin-right: 36px;
    font-family: "GothamBook";
}

.newsxq-title p span:first-child {
    background: url('../images/newsxqic1.png') no-repeat left center;
}

.newsxq-title p span:last-child {
    background: url('../images/newsxqic2.png') no-repeat left center;
    margin-right: 0;
}

.newsxq-desc {
    width: 100%;
    padding: 50px 0 44px;
    font-size: 16px;
    color: #888;
    line-height: 32px;
}

.newsxq-desc p {
    font-size: 16px;
    color: #888;
    line-height: 32px;
}

.newsxq-desc img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.newsxq-tags {
    width: 100%;
    position: relative;
    padding-left: 78px;
}

.newsxq-tags label,
.newsxq-tags span {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    color: #888;
}

.newsxq-tags label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

.newsxq-tags span {
    font-size: 14px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    margin: 0 8px;
    border-radius: 30px;
}

.newsxq-share {
    width: 100%;
    position: relative;
    padding-left: 78px;
    margin-top: 32px;
}

.newsxq-share label {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    color: #888;
}

.newsxq-share label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

.newsxq-share .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.newsxq-share .bdsharebuttonbox a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px;
    padding: 0;
    background-position: center;
    background-color: #afafaf;
    background-repeat: no-repeat;
}

.newsxq-share .bdsharebuttonbox a:nth-child(1) {
    background-image: url('../images/newsxqfx1.png');
}

.newsxq-share .bdsharebuttonbox a:nth-child(2) {
    background-image: url('../images/newsxqfx2.png');
}

.newsxq-share .bdsharebuttonbox a:nth-child(3) {
    background-image: url('../images/newsxqfx3.png');
}

#toShare .icon-wechat {
    position: relative;
}

#toShare .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

#toShare .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}

#toShare .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}

#toShare .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

#toShare .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

#toShare .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

#toShare .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

#toShare .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

#toShare .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.newsxq-list {
    width: 26.2%;
    float: right;
    padding-left: 60px;
}

.newsxq-item {
    display: block;
    width: 100%;
    margin-bottom: 48px;
}

.newsxq-item:last-child {
    margin-bottom: 0;
}

.newsxq-ltimg {
    width: 100%;
    overflow: hidden;
}

.newsxq-ltimg img {
    width: 100%;
    object-fit: cover;
    transition: all .6s ease-in-out;
}

.newsxq-ltwd {
    width: 100%;
    padding: 20px 0;
}

.newsxq-ltwd span {
    display: block;
    font-size: 14px;
    color: #888;
    font-family: "GothamBook";
}

.newsxq-ltwd p {
    font-size: 16px;
    color: #333;
    transition: all .4s ease-in-out;
    line-height: 28px;
    margin-top: 8px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsxq-item:hover .newsxq-ltimg img {
    transform: scale(1.04);
}

.newsxq-item:hover .newsxq-ltwd p {
    color: #1f5dcb;
}

.newsxq .casexqpn {
    margin-top: 120px;
}

/* 资质荣誉 */
.honor {
    width: 100%;
    padding: 100px 0 120px;
}

.honor-list {
    width: 100%;
}

.honor-list ul {
    margin-left: -2%;
}

.honor-list li {
    width: 23%;
    float: left;
    margin-left: 2%;
    position: relative;
    margin-top: 40px;
}

.honor-list li a {
    display: block;
    width: 100%;
}

.honor-img {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #eee;
}

.honor-img img {
    width: 100%;
    transition: all .6s ease-in-out;
}

.honor-wd {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 4%;
}

.honor-wd h6,
.honor-wd h1 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    transition: all .4s ease;
    width: 100%;
    text-align: center;
}

.honor-wd h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.honor-list li a:hover .honor-img img {
    transform: scale(1.04);
}

.honor-list li a:hover .honor-wd h6 {
    color: #1f5dcb;
}

.honor-list li a:hover .honor-wd h1 {
    color: #1f5dcb;
}

/* 下载中心 */
.down {
    width: 100%;
    padding: 100px 0 120px;
}

.down-item {
    width: 100%;
    margin-top: 20px;
    background: #f7f7f7;
}

.down-layout {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 42px;
}

.down-layout li {
    float: left;
    display: flex;
    position: relative;
    align-items: center;
    height: 90px;
    color: #fff;
    font-size: 16px;
}

.down-layout li:nth-child(1) {
    width: 44%;
    padding-right: 4%;
}

.down-layout li:nth-child(2) {
    width: 23%;
}

.down-layout li:nth-child(3) {
    width: 23%;
}

.down-layout li:nth-child(4) {
    width: 6%;
}

.down-title {
    background: #1f5dcb;
}

.down-link li {
    color: #666;
}

.down-link li:first-child {
    font-size: 18px;
    color: #333;
    transition: all .4s ease;
}

.down-link li i {
    width: 35px;
    height: 35px;
    display: block;
    background: url('../images/downic.png') no-repeat;
    transition: all .4s ease;
}

.down-link:hover li:first-child {
    color: #1f5dcb;
}

.down-link:hover li i {
    transform: scale(.9);
}

.down .fullpage {
    margin-top: 100px;
}

/* 人才招聘 */
.joinpy {
    width: 100%;
    padding: 100px 0 120px;
}

.joinpy-wdimg {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}

.joinpy-wd {
    width: 47.6%;
    float: left;
}

.joinpy-wd h6,
.joinpy-wd h1 {
    font-size: 28px;
    color: #333;
    font-weight: 400;
    margin-bottom: 40px;
}

.joinpy-wd p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
}

.joinpy-img {
    width: 45.6%;
    float: right;
}

.joinpy-img img {
    width: 100%;
    object-fit: cover;
}

.joinzp {
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7;
}

.joinzp .down-title {
    margin-top: 68px;
}

.joinzp .down-layout li {
    height: 80px;
}

.joinzp .down-link li i {
    width: 36px;
    height: 36px;
    background: url('../images/joinic.png') no-repeat;
}

.joinzp .down-link.ontrue li i {
    background-image: url('../images/joinich.png');
}

.joinzp .down-item {
    background: #fff;
}

.joinzp-content {
    display: none;
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 34px 42px;
}

.joinzp-wd {
    width: 100%;
}

.joinzp-wd h6,
.joinzp-wd h1 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.joinzp-wd p {
    font-size: 14px;
    color: #666;
    line-height: 34px;
}

.joinzp-top {
    margin-top: 28px;
}

.joinzp-email {
    width: 100%;
}

.joinzp-email p {
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.joinfl {
    width: 100%;
    padding: 100px 0 120px;
}

.joinfl-list {
    width: 100%;
    margin-top: 48px;
}

.joinfl-list li {
    width: 25%;
    float: left;
    padding: 54px 0 42px;
    text-align: center;
    border-right: 1px solid #f5f1f1;
    border-bottom: 1px solid #f5f1f1;
}

.joinfl-list li h6,
.joinfl-list li h1 {
    width: 84px;
    height: 84px;
    border-radius: 10px;
    line-height: 84px;
    text-align: center;
    background: #1f5dcb;
    margin: 0 auto;
}

.joinfl-list li p {
    font-size: 18px;
    color: #333;
    margin-top: 24px;
}

.joinfl-list li:hover h6 {
    transform: rotateY(360deg);
    transition: all 1s ease-in-out;
}

.joinfl-list li:hover h1 {
    transform: rotateY(360deg);
    transition: all 1s ease-in-out;
}

.joinfl-list li:nth-child(4n) {
    border-right: none;
}

.joinfl-list li:nth-last-child(-n+4) {
    border-bottom: none;
}

/* 关于我们 */
.abojs {
    width: 100%;
    padding: 80px 0 120px;
}

.abojs-contain {
    width: 1240px;
    margin: 0 auto;
}

.abojs .pubTitle i {
    margin-bottom: 42px;
}

.abojs .pubTitle p {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.abojs-icon {
    width: 100%;
}

.abojs-icon li {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 72px;
}

.abojs-icon h6,
.abojs-icon h1 {
    height: 80px;
    line-height: 78px;
}

.abojs-icon h6 img,
.abojs-icon h1 img {
    max-height: 100%;
}

.abojs-icon p {
    font-size: 16px;
    color: #666;
    margin-top: 34px;
}

.abolj {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.abolj-wd {
    text-indent: 2rem;
    width: 50%;
    float: left;
    color: #222222;
    background: #ebebeb;
    padding: 60px 128px 60px 170px;
}

.abolj-wd h6,
.abolj-wd h1 {
    font-size: 32px;
    padding-bottom: 20px;
}

.abolj-wd p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 28px;
}

.abolj-img {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.abolj-img video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.abolj-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* 时间轴 */
.abolc {
    width: 100%;
    padding-top: 90px;
    position: relative;
}

.abolc:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    left: 0;
    top: 146px;
    position: absolute;
    z-index: -1;
}

.abolc-contain {
    width: 1200px;
    margin: 0 auto;
}

.abolc-time {
    width: 100%;
    position: relative;
    padding: 0 210px;
    height: 114px;
    user-select: none;
}

.abolc-timeme {
    width: 100%;
    text-align: center;
}

.abolc-timeme h6,
.abolc-timeme h1 {
    padding-left: 42px;
    height: 114px;
    line-height: 1.1em;
    font-size: 120px;
    transform: scale(0);
    font-family: 'COLFAX';
    transition: all 1.6s ease;
    color: #1a50af;
    position: relative;
    display: inline-block;
}

.abolc-timeme h6:after， .abolc-timeme h1:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0%;
    margin-top: -5px;
    background: #1a50af;
    opacity: 1;
}

.abolc-time .swiper-slide-active .abolc-timeme h6 {
    transform: scale(1);
}

.abolc-time .swiper-slide-active .abolc-timeme h1 {
    transform: scale(1);
}

.abolc-prev,
.abolc-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url('../images/aboarr.png') no-repeat center;
    cursor: pointer;
    transition: all .4s ease;
}

.abolc-prev {
    left: 0;
}

.abolc-next {
    right: 0;
    transform: rotate(180deg);
}

.abolc-prev:hover {
    transform: scale(0.9);
}

.abolc-next:hover {
    transform: rotate(180deg) scale(0.9);
}

.abolc-dot {
    position: absolute;
    width: 150px;
    overflow: hidden;
    height: 114px;
    top: 0;
}

.abolc-ldot {
    left: 60px;
}

.abolc-rdot {
    right: 60px;
}

.abolc-dotline {
    font-size: 0;
    position: relative;
    width: 1000px;
    text-align-last: auto;
}

.abolc-dotck {
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-top: 52px;
    cursor: pointer;
}

.abolc-dotck p {
    font-size: 14px;
    color: #c3c3c3;
    font-family: 'COLFAX';
    font-weight: 400;
    padding-top: 26px;
    position: relative;
    transition: all .4s ease;
}

.abolc-dotck p:after {
    content: "";
    position: absolute;
    top: 0%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    background: #1a50af;
    opacity: .5;
    transition: all .4s ease;
}

.abolc-dotck:hover p {
    color: #1a50af;
}

.abolc-dotck:hover p:after {
    opacity: 1;
}

.abolc-wdbox {
    width: 100%;
    overflow: hidden;
    margin: 88px 0 120px;
}

.abolc-contain {
    width: 1480px;
    margin: 0 auto;
}

.abolc-imgwords {
    width: 100%;
    overflow: hidden;
}

.abolc-img {
    width: 50.5%;
    float: left;
}

.abolc-img img {
    width: 100%;
    object-fit: cover;
}

/* height: 427px; */
.abolc-words {
    width: 41%;
    float: right;
    height: 427px;
    overflow-y: auto;
}

.abolc-wd {
    width: 100%;
    padding-right: 24px;
}

.abolc-item {
    width: 100%;
}

.abolc-item h6,
.abolc-item h1,
.abolc-item p {
    font-size: 18px;
    color: #666;
    line-height: 24px;
}

.abolc-top {
    margin-top: 28px;
}

.abolc-words::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.abolc-words::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px #1a50af;
}

.abolc-words::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fafafa;
    border-radius: 0;
}

/* over */
.abogd {
    width: 100%;
    padding: 100px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}

.abogd-wd {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    padding: 68px 72px 60px;
    text-align: center;
}

.abogd-wd img {
    width: auto;
    max-width: 100%;
}

.abogd-wd p {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 54px;
}

.abowh {
    width: 100%;
    padding: 100px 0 120px;
}

.abowh-list {
    width: 100%;
    overflow: hidden;
}

.abowh-list ul {
    margin-left: -3%;
}

.abowh-list li {
    width: 30%;
    float: left;
    margin-left: 3%;
    margin-top: 48px;
    position: relative;
    overflow: hidden;
}

.abowh-img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.abowh-sd {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgb(155 146 147 / 60%);
    transition: all .6s ease;
    display: flex;
    align-items: center;
}

.abowh-wd {
    width: 100%;
    text-align: center;
}

.abowh-wdimg {
    width: 100%;
    height: 70px;
    line-height: 70px;
}

.abowh-wdimg img {
    max-height: 100%;
}

.abowh-wd h6,
.abowh-wd h1 {
    font-size: 24px;
    color: #fff;
    margin-top: 10px
}

.abowh-wd p {
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    transition: all .4s ease;
    line-height: 22px;
}

.abowh-list li:hover .abowh-sd {
    background: rgba(31, 92, 203, 1);
}

.abowh-list li:hover .abowh-img {
    transform: scale(1.04);
}

.abowh-list li:hover .abowh-wd p {
    height: 160px;
}

/* 产品详情-1 */
.sonimgban-proolink {
    position: absolute;
    top: 0;
}

.prooban-contain {
    width: 1384px;
    margin: 0 auto;
}

.sonimgban-proowdimg {
    float: left;
    width: 56%;
    opacity: 0;
    animation: prooDb 1.2s ease-in-out both;
}

.sonimgban-proowdimg img {
    max-width: 88%;
}

.sonimgban-prooimg {
    height: 780px;
}

.sonimgban-proowd {
    transform: translateY(0);
    top: 140px;
}

.sonimgban-proowd .sonimgban-prowdft {
    padding-top: 116px;
}

@keyframes prooDb {
    0% {
        opacity: 0;
        transform: translateY(-160px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.proogd {
    width: 100%;
    padding: 184px 0 172px;
    overflow: hidden;
    position: relative;
}

.proogd-contain {
    width: 1384px;
    margin: 0 auto;
}

.proogd-wd {
    width: 50%;
    float: left;
}

.proogd-wd h6,
.proogd-wd h1 {
    font-size: 32px;
    color: #333;
    margin: 52px 0 40px;
}

.proogd-wd p {
    font-size: 16px;
    color: #999;
    line-height: 32px;
    padding-left: 18px;
    position: relative;
}

.proogd-wd p:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #1f5dcb;
    position: absolute;
    left: 0;
    top: 13px;
}

.proogd-img {
    width: 46%;
    float: right;
}

.proogd-img img {
    max-width: 100%;
    object-fit: cover;
}

.prooaz {
    width: 100%;
    padding: 178px 0 168px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}

.prooaz-contain {
    width: 1448px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.prooaz-img {
    width: 48.8%;
    float: left;
}

.prooaz-img img {
    max-width: 100%;
}

.prooaz-wd {
    width: 40%;
    float: left;
    margin-left: 10%;
}

.prooaz-wd h6,
.prooaz-wd h1 {
    font-size: 32px;
    color: #fff;
    margin: 52px 0 40px;
}

.prooaz-wd p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding-left: 18px;
    position: relative;
}

.prooaz-wd p:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 13px;
}

/* 粒子线 */
#businesslz {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* over */
.proobf.prooaz {
    padding: 156px 0 168px;
    background: #012b84;
    position: relative;
    overflow: hidden;
}

.proobf.prooaz .prooaz-img {
    width: 47.5%;
}

.proobf.prooaz .prooaz-wd h6,
.proobf.prooaz .prooaz-wd h1 {
    margin-top: 100px;
}

.proobf.prooaz .prooaz-wd {
    margin-left: 12%;
}

.proobf.prooaz .prooaz-contain {
    position: relative;
    z-index: 999;
}

/* 波浪 */
.proobf-granule {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20%;
    left: 0px;
}

/* over */
.proofs.proogd {
    padding: 142px 0;
}

.proofs.proogd .proogd-img {
    width: 54.3%;
}

.proofs.proogd .proogd-wd {
    width: 40%;
}

.proofs.proogd .proogd-wd h6,
.proofs.proogd .proogd-wd h1 {
    margin-top: 68px;
}

.proofs-list {
    width: 100%;
    overflow: hidden;
    margin-top: 62px;
}

.proofs-list li {
    width: 89px;
    float: left;
    text-align: center;
    margin-right: 32px;
}

.proofs-list li img {
    width: 100%;
    object-fit: cover;
}

.proofs-list li span {
    display: block;
    width: 100%;
    margin-top: 26px;
    font-size: 16px;
    color: #999;
}

.proocs {
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
}

.proocs-tit {
    width: 100%;
}

.proocs-tit h6,
.proocs-tit h1 {
    font-size: 32px;
    color: #333;
}

.proocs-tb {
    width: 100%;
    margin-top: 48px;
}

.proocs-tb table {
    width: 100%;
}

.proocs-tb table tr:nth-child(2n+1) {
    background: #ededed;
}

.proocs-tb table tr:nth-child(2n) {
    background: #fff;
}

.proocs-tb table td {
    height: 80px;
    font-size: 16px;
    color: #999;
}

.proocs-tb table td:first-child {
    color: #333;
    padding-left: 52px;
}

.prooaz.prooaz-zfx {
    padding: 100px 0 90px;
}

.proogd.prooaz-zfx {
    padding: 100px 0 90px;
}

/* 产品详情-2 */
.sonimgban-prot {
    overflow: hidden;
}

.sonimgban-prot .sonimgban-proowd {
    top: 100px;
}

.protplay {
    user-select: none;
    font-size: 18px;
    color: #f7f7f7;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    opacity: 0;
    animation: caseBr 1s ease both 800ms;
    width: 130px;
    float: right;
    margin-top: 30px;
}

.protplay i {
    width: 34px;
    height: 34px;
    background: url('../images/protplay.png') no-repeat;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
}

.protcs {
    width: 100%;
    padding: 100px 0 40px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.protcs-item {
    width: 1340px;
    float: right;
}

.protcs-wd {
    width: 51.5%;
    float: left;
    padding-top: 116px;
}

.protcs-wd h6,
.protcs-wd h1 {
    font-size: 32px;
    color: #333;
    line-height: 40px;
    font-weight: 400;
}

.protcs-wd p {
    font-size: 16px;
    color: #999;
    line-height: 36px;
}

.protcs-wd p span {
    color: #333;
}

.protcs-kk {
    display: block;
    width: 100%;
    height: 28px;
}

.protcs-imgbox {
    width: 48.5%;
    float: right;
    position: relative;
}

.protcs-imgloop {
    width: 100%;
    padding-right: 140px;
}

.protcs-img {
    width: 100%;
    padding-bottom: 80px;
    padding-left: 4px;
    padding-right: 4px;
}

.protcs-img img {
    max-width: 100%;
    object-fit: cover;
}

.protcs-prev,
.protcs-next {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: #1f5dcb url('../images/newsarr.png') no-repeat center;
    position: absolute;
    z-index: 2;
    right: 0;
}

.protcs-prev {
    top: 32%;
}

.protcs-next {
    top: 44%;
    transform: rotate(180deg);
}

.protcs-imgbox .swiper-pagination-bullet-active {
    background: #1f5dcb;
}

.protcs-imgbox .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}

.protimg,
.protwd {
    width: 50%;
    background: #fff;
}

.protimg img,
.protwd {
    height: 575px;
}

.protimg img {
    width: 100%;
    object-fit: cover;
}

.protimgwd {
    width: 100%;
    overflow: hidden;
}

.protimg {
    float: left;
}

.protwd {
    float: right;
    display: flex;
    align-items: center;
    padding: 0 180px;
}

.protwd-font {
    width: 100%;
    position: relative;
    padding: 62px 0;
}

.protwd-font span {
    font-family: "GOTHAMHTF";
    user-select: none;
    font-size: 300px;
    z-index: 1;
    color: #1f5dcb;
    opacity: 0.04;
    font-weight: 700;
    line-height: .7em;
    position: absolute;
    top: 0;
    left: 88px;
}

.protwd-font h6,
.protwd-font h1 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.protwd-font p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.protwdimg .protwd {
    float: left;
}

.protwdimg .protimg {
    float: right;
}

.protimgwd-item {
    width: 100%;
}

.sonimgban-prot .sonimgban-proowdimg {
    width: 54%;
}

/* 联系我们 */
.relmap {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
}

#map .amap-info-close {
    right: 6px !important;
    top: 6px;
}

#map .amap-info-content {
    padding: 18px;
}

.relmap-info {
    width: 100%;
    overflow: hidden;
}

.relmap-info h6,
.relmap-info h1 {
    font-size: 16px;
    color: #1a50af;
    line-height: 24px;
    font-weight: 700;
}

.relmap-info p {
    font-size: 14px;
    color: #000;
    margin-top: 8px;
}

.relmap-info a {
    font-size: 14px;
    display: block;
    margin: 10px auto 0;
    color: #d4a95b;
    width: 180px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d4a95b;
    text-align: center;
    transition: all .3s ease;
}

.relmap-info a:hover {
    background: #d4a95b;
    color: #fff;
}

#map .amap-logo,
#map .amap-copyright {
    display: none !important;
}

/* 点添加跳跃动画 */
/* #map .amap-icon{animation: mapCt 1.4s ease infinite;} */
#map.mapJump.amap-icon {
    animation: none;
}

/* @keyframes mapCt{0%{transform: translateY(0)}50%{transform: translateY(-16px)}100%{transform: translateY(0)}} */
.reltab {
    width: 100%;
    padding: 120px 0;
    background: #f7f7f7;
}

.reltab ul {
    margin-left: -2%;
}

.reltab li {
    width: 31.3333%;
    float: left;
    margin-left: 2%;
    float: left;
    background: #fff;
    height: 224px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .4s ease;
}

.reltab-tag {
    position: absolute;
    z-index: 1;
    font-size: 14px;
    color: #b8b8b8;
    top: 22px;
    right: 28px;
    font-style: normal;
}

.reltab-item {
    width: 100%;
    padding: 0 100px 0 50px;
    font-size: 0;
}

.reltab-img,
.reltab-wd {
    display: block;
}

.reltab-img {
    float: left;
    width: 94px;
    margin-top: 10px;
}

.reltab-img img {
    max-width: 100%;
}

.reltab-wd {
    width: calc(100% - 94px);
    float: right;
}

.reltab-wd span {
    font-size: 16px;
    color: #999;
    display: block;
    line-height: 26px;
    margin-bottom: 8px;
}

.reltab-wd p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.reltab li:hover {
    box-shadow: 0 4px 10px 2px #e5e5e5;
}

.reltab li:last-child .reltab-item {
    padding-right: 0;
}

.relyx {
    width: 100%;
    padding: 148px 0 88px;
}

.relyx-title {
    width: 100%;
}

.relyx-title h6,
.relyx-title h1 {
    font-size: 36px;
    color: #333;
}

.relyx-list {
    width: 100%;
}

.relyx-list ul {
    margin-left: -2%;
}

.relyx-list li {
    width: 23%;
    margin-left: 2%;
    float: left;
    margin-top: 24px;
}

.relyx-img {
    width: 100%;
    overflow: hidden;
}

.relyx-img img {
    width: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.relyx-wd {
    width: 100%;
    padding: 30px 25px 0 0;
    position: relative;
    min-height: 294px;
}

.relyx-wd h6,
.relyx-wd h1 {
    font-size: 22px;
    color: #333;
    padding-bottom: 10px;
}

.relyx-wd p {
    font-size: 15px;
    color: #999;
    line-height: 26px;
    position: relative;
    padding-left: 26px;
    margin-top: 10px;
    min-height: 52px;
}

.relyx-wd p:nth-of-type(1) {
    background: url('../images/reld1.jpg') no-repeat left top 2px;
}

.relyx-wd p:nth-of-type(2) {
    background: url('../images/reld2.jpg') no-repeat left top 2px;
}

.relyx-wd p:nth-of-type(3) {
    background: url('../images/reld3.jpg') no-repeat left top 2px;
}

.relyx-check {
    display: inline-block;
    font-size: 15px;
    color: #1f5dcb;
    font-style: normal;
    line-height: 26px;
    margin-top: 20px;
    position: relative;
    user-select: none;
    cursor: pointer;
}

.relyx-check:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1f5dcb;
}

.relyx-list li:hover .relyx-img img {
    transform: scale(1.04);
}

.relyx-wd:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 13px;
    background: url('../images/relarr.png') no-repeat;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.relyx-item {
    width: 100%;
}

.relyx-info {
    width: 100%;
    background: #f5f5f5;
}

.relyx-info ul {
    display: flex;
    flex-wrap: wrap;
}

.relyx-info li {
    width: 20%;
    float: left;
    padding: 50px 0;
}

.relyx-info li h6,
.relyx-info li h1 {
    font-size: 22px;
    color: #333;
    margin-bottom: 32px;
}

.relyx-info li p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.relyx-infoitem {
    width: 100%;
    display: none;
}

.relyx-list li.ontrue .relyx-wd:after {
    opacity: 1;
}

.relyx-infoitem.ontrue {
    display: block;
}

.relyx-content {
    width: 100%;
    margin-top: 44px;
}

.relly {
    width: 100%;
    padding: 100px 0 120px;
    background: #f5f5f5;
    overflow: hidden;
}

.relyx-title p {
    font-size: 15px;
    color: #999;
    line-height: 26px;
    margin-top: 16px;
    text-align: center;
}

.relly-form {
    width: 100%;
    margin-top: 60px;
}

.relly-formipt {
    width: 100%;
    overflow: hidden;
}

.relly-formipt input {
    width: 48%;
    height: 60px;
    background: #fff;
    padding: 0 32px;
}

.relly-form input,
.relly-form textarea {
    font-size: 15px;
    color: #888;
}

.relly-form input:-moz-placeholder,
.relly-form textarea:-moz-placeholder {
    color: #888;
    font-size: 15px;
}

.relly-form input::-moz-placeholder,
.relly-form textarea::-moz-placeholder {
    color: #888;
    font-size: 15px;
}

.relly-form input:-ms-input-placeholder,
.relly-form textarea:-ms-input-placeholder {
    color: #888;
    font-size: 15px;
}

.relly-form input::-webkit-input-placeholder,
.relly-form textarea::-webkit-input-placeholder {
    color: #888;
    font-size: 15px;
}

.relly-formipt input:first-child {
    float: left;
}

.relly-formipt input:last-child {
    float: right;
}

.relly-form textarea {
    width: 100%;
    display: block;
    background: #fff;
    border: none;
    margin-top: 32px;
    padding: 24px 32px;
    height: 164px;
}

.relly-formyzmbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 32px;
}

.relly-formyzm {
    float: left;
}

.relly-formyzm input {
    width: 400px;
    height: 60px;
    background: #fff;
    padding: 0 32px;
    display: block;
    float: left;
}

.relly-formyzm span {
    display: block;
    float: left;
    margin-left: 20px;
    height: 60px;
    width: 150px;
    cursor: pointer;
}

.relly-formyzm span img {
    width: 100%;
    height: 100%;
}

.relly-formbtn {
    width: 200px;
    height: 60px;
    display: block;
    background: #1f5dcb;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
    cursor: pointer;
}

.relyx-close {
    display: none;
}

/* 服务支持 */
.serfw {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.serfw-wdimg {
    width: 100%;
    background: #fafafa;
    padding: 54px;
    margin-top: 48px;
}

.serfw-wd {
    width: 53.5%;
    float: left;
    padding: 0 100px 0 50px;
}

.serfw-wd h5,
.serfw-wd h2 {
    font-size: 40px;
    color: #333;
    margin-top: 60px;
}

.serfw-wd h6,
.serfw-wd h1 {
    font-size: 20px;
    color: #333;
    margin: 24px 0 42px;
}

.serfw-wd p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
}

.serfw-wd a {
    display: block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    margin-top: 64px;
    background: #1f5dcb;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.serfw-img {
    width: 46.5%;
    float: right;
}

.serfw-img img {
    width: 100%;
    object-fit: cover;
}

.sersq-list {
    width: 100%;
}

.sersq-list ul {
    margin-left: -1.5%;
}

.sersq-list li {
    width: 31.8333%;
    margin-left: 1.5%;
    float: left;
    margin-top: 32px;
    min-height: 362px;
    background: #fff;
    box-shadow: 0 0 10px 6px #fafafa;
    text-align: center;
}

.sersq-icon {
    width: 100%;
    height: 52px;
    margin: 50px 0 30px;
}

.sersq-icon img {
    max-height: 100%;
}

.sersq-tit {
    width: 100%;
}

.sersq-tit h6,
.sersq-tit h1 {
    font-size: 24px;
    color: #333;
}

.sersq-tit i {
    width: 28px;
    height: 2px;
    background: #b0b0b0;
    display: block;
    margin: 20px auto;
}

.sersq-list {
    width: 100%;
}

.sersq-list p {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.sersq-list p span {
    font-size: 15px;
    color: #888;
    line-height: 26px;
    padding-left: 14px;
    position: relative;
}

.sersq-list p span:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.sersq-list li:nth-child(1) .sersq-list p {
    width: 164px;
}

.sersq-list li:nth-child(2) .sersq-list p {
    width: 104px;
}

.sersq-list li:nth-child(3) .sersq-list p {
    width: 90px;
}

.serzb {
    width: 100%;
    padding: 100px 0 120px;
    background: #f5f5f5;
    overflow: hidden;
}

.serzb .pubTitle p {
    width: 868px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
}

.serzb .pubTitle p span {
    color: #1f5dcb;
}

.serzb-list {
    width: 100%;
}

.serzb-list ul {
    margin-left: -1.5%;
}

.serzb-list li {
    width: 18.5%;
    float: left;
    margin-left: 1.5%;
    margin-top: 58px;
    background: #fff;
    min-height: 360px;
    padding: 74px 48px 0;
    text-align: center;
}

.serzb-list li h6,
.serzb-list li h1 {
    height: 52px;
    line-height: 50px;
}

.serzb-list li h6 img,
.serzb-list li h1 img {
    max-height: 100%;
}

.serzb-list li i {
    width: 28px;
    height: 2px;
    background: #b0b0b0;
    display: block;
    margin: 44px auto 60px;
}

.serzb-list li p {
    font-size: 18px;
    color: #333;
    line-height: 26px;
}

.serzb-list li:hover h6 img {
    transform: rotateY(360deg);
    transition: all 1.2s ease;
}

.serzb-list li:hover h1 img {
    transform: rotateY(360deg);
    transition: all 1.2s ease;
}

.seraz {
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
}

.seraz-list {
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    margin-top: 62px;
}

.seraz-list li {
    width: 33.3333%;
    color: #fff;
    float: left;
    padding: 130px 52px 0 36px;
    min-height: 600px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.seraz-icon {
    width: 100%;
    height: 58px;
    line-height: 56px;
}

.seraz-icon img {
    max-height: 100%;
}

.seraz-list li h6,
.seraz-list li h1 {
    font-size: 24px;
    margin: 38px 0 18px;
}

.seraz-list li p {
    font-size: 15px;
    line-height: 26px;
}

.serhd {
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
}

.serhd-list {
    width: 100%;
}

.serhd ul {
    margin-left: -1.5%;
}

.serhd li {
    width: 31.8333%;
    float: left;
    margin-left: 1.5%;
    margin-top: 68px;
    background: #fbfbfb;
    height: 230px;
    display: flex;
    align-items: center;
    padding: 0 54px;
}

.serhd-img {
    width: 124px;
    float: left;
}

.serhd-img img {
    max-width: 100%;
}

.serhd-wd {
    width: calc(100% - 124px);
    float: right;
}

.serhd-wd h6,
.serhd-wd h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 12px;
}

.serhd-wd p {
    font-size: 15px;
    color: #888;
    line-height: 24px;
}

.serwx {
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 100px 0 120px;
}

.serwx-list {
    width: 100%;
}

.serwx-list ul {
    margin-left: -1.5%;
}

.serwx-list li {
    width: 31.8333%;
    float: left;
    margin-left: 1.5%;
    margin-top: 60px;
    height: 240px;
    position: relative;
    border-top: 10px solid #1f5dcb;
    padding: 48px 68px 0;
    background: #fff url('../images/serwxic.png') no-repeat;
    overflow: hidden;
    background-position: bottom -30px right 20px;
}

.serwx-list li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
}

.serwx-list li h6,
.serwx-list li h1 {
    font-size: 24px;
    color: #333;
    margin: 12px 0;
}

.sersq {
    width: 100%;
    padding-bottom: 120px;
}

/* 搜索页面 */
/* 搜索结果页 */
.search-box {
    width: 100%;
    overflow: hidden;
    padding: 0 0 80px;
}

.sear-menu {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    font-size: 14px;
    color: #1f5dcb;
    line-height: 24px;
}

.sear-menu a {
    font-size: 14px;
    color: #a9a9a9;
    line-height: 24px;
}

.sear-menu a:hover {
    color: #1f5dcb;
}

.sear-menu span {
    font-family: '宋体';
    margin: 0 6px;
    color: #a9a9a9;
}

.sear-shuru {
    width: 540px;
    margin: 0 auto;
    height: 45px;
    position: relative;
    padding-right: 140px;
}

.sear-shuru input {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    padding: 0 10px;
}

.sear-shuru span {
    position: absolute;
    width: 130px;
    height: 45px;
    background-color: #1f5dcb;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    top: 0;
    right: 0;
}

.sear-list {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}

.sear-list ul li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.sear-list ul li h5,
.sear-list ul li h2 {
    font-size: 20px;
    color: #333;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .4s;
}

.sear-list ul li h6,
.sear-list ul li h1 {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 12px 0;
}

.sear-list ul li p {
    font-size: 14px;
    color: #888;
}

.sear-list ul li h5:hover {
    color: #1f5dcb;
}

.sear-list ul li h2:hover {
    color: #1f5dcb;
}

.sear-list ul li:last-child {
    margin-bottom: 0;
}

.serwt-box {
    width: 100%;
    padding: 68px 0 80px;
}

.wtbanwd.sonimgban-prowdft h6,
.wtbanwd.sonimgban-prowdft h1 {
    font-size: 54px;
    font-weight: 500;
}

.wtbanwd.sonimgban-prowdft p {
    font-size: 36px;
    margin: 16px 0 0;
}

.wtbanwd.sonimgban-prowdft span {
    margin-top: 32px;
}

.wtbanwd .protplay {
    margin-top: 36px;
}


/* 修改 */
.prooaz.prooaz-zfx .prooaz-contain {
    width: 1000px;
}










/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {

    /* 1600 × (900/1024/1200) */
    .caseop {
        padding-top: 90px;
    }

    .caselb {
        padding: 16px 0 100px;
    }

    .sonimgban-casewd h6,
    .sonimgban-casewd h1 {
        font-size: 44px;
    }

    .casexqic {
        padding: 90px 0 96px;
    }

    .casexqnr {
        padding: 40px 0 90px;
    }

    .casexqal {
        padding: 90px 0;
    }

    .sonimgban-prowdft h6,
    .sonimgban-prowdft h1 {
        font-size: 52px;
    }

    .sonimgban-prowdft p {
        font-size: 38px;
        margin: 26px 0 10px;
    }

    .prolist {
        padding: 38px 0 100px;
    }

    .solcj {
        padding: 90px 0 94px;
    }

    .solyy {
        padding: 88px 0 90px;
    }

    .solcp {
        padding: 100px 0;
    }

    .solal {
        padding: 90px 0;
    }

    .sonloopban-wd {
        width: 600px;
        padding: 90px 80px 54px 4%;
    }

    .sonloopban-wd p {
        font-size: 38px;
        line-height: 52px;
        height: 104px;
    }

    .sonloopban-btn {
        left: 4%;
        bottom: 200px;
    }

    .news-list li {
        margin-top: 72px;
    }

    .news .fullpage {
        margin-top: 90px;
    }

    .news {
        padding: 20px 0 100px;
    }

    .newsxq {
        padding-top: 90px;
    }

    .newsxq-desc {
        padding: 44px 0 42px;
    }

    .newsxq .casexqpn {
        margin-top: 100px;
    }

    .honor {
        padding: 90px 0 100px;
    }

    .down {
        padding: 90px 0 100px;
    }

    .down-layout li {
        height: 82px;
    }

    .down .fullpage {
        margin-top: 90px;
    }

    .joinpy,
    .joinzp,
    .joinfl {
        padding: 90px 0 100px;
    }

    .abojs {
        padding: 80px 0 100px;
    }

    .abojs-icon li {
        margin-top: 68px;
    }

    .abolj-img img {
        height: 460px;
    }

    .abolj-wd {
        padding: 60px 100px 60px 4%;
    }

    .abolc-wdbox {
        margin: 80px 0 100px;
    }

    .abowh {
        padding: 90px 0 100px;
    }

    .proogd {
        padding: 164px 0 152px;
    }

    .prooaz {
        padding: 158px 0 148px;
    }

    .proofs.proogd {
        padding: 124px 0;
    }

    .proobf.prooaz {
        padding: 136px 0 148px;
    }

    .sonimgban-prot .sonimgban-proowdimg {
        width: 52%;
    }

    .protcs {
        padding: 90px 0 40px;
    }

    .protimg img,
    .protwd {
        height: 474px;
    }

    .protwd-font span {
        left: 24px;
    }

    .relmap {
        height: 500px;
    }

    .reltab {
        padding: 100px 0;
    }

    .reltab-item {
        padding: 0 80px 0 32px;
    }

    .reltab li {
        height: 200px;
    }

    .relyx {
        padding: 120px 0 68px;
    }

    .relyx-info li {
        padding: 80px 0;
    }

    .relly {
        padding: 90px 0 100px;
    }

    .serfw {
        padding: 90px 0;
    }

    .serfw-wd {
        padding: 0px 80px 0 40px;
    }

    .sersq {
        padding-bottom: 100px;
    }

    .serzb {
        padding: 90px 0 100px;
    }

    .seraz {
        padding-top: 90px;
    }

    .serhd {
        padding: 100px 0;
    }

    .serwx {
        padding: 90px 0 100px;
    }

    .prooaz.prooaz-zfx {
        padding: 90px 0 80px;
    }
}

@media all and (max-width:1599px) {

    /* 1440 × (900/1050) */
    .caseop {
        padding-top: 80px;
    }

    .caselb {
        padding: 10px 0 90px;
    }

    .caselb-wd h6,
    .caselb-wd h1 {
        margin: 12px 0 24px;
    }

    .sonimgban-casewd h6,
    .sonimgban-casewd h1 {
        font-size: 38px;
    }

    .sonimgban-casewd p {
        margin: 14px 0 32px;
    }

    .sonimgban-casewd {
        bottom: 64px;
    }

    .casexqic {
        padding: 80px 0 86px;
    }

    .casexqnr {
        padding: 32px 0 80px;
    }

    .casexqpn-prev,
    .casexqpn-more,
    .casexqpn-next {
        height: 68px;
        line-height: 68px;
    }

    .casexqal {
        padding: 80px 0;
    }

    .casexqal .caselb-list li {
        margin-top: 32px;
    }

    .sonimgban-prowdft h6,
    .sonimgban-prowdft h1 {
        font-size: 44px;
    }

    .sonimgban-prowdft p {
        font-size: 32px;
        margin: 20px 0 8px;
    }

    .sonimgban-prowdft span {
        font-size: 20px;
    }

    .prolist li a {
        padding: 68px 32px 0;
        height: 360px;
    }

    .prolist-wddes p {
        line-height: 24px;
    }

    .prolist-wdtit h6,
    .prolist-wdtit h1 {
        font-size: 28px;
    }

    .prolist-wddes {
        margin-top: 28px;
    }

    .prolist {
        padding: 30px 0 80px;
    }

    .prolist li {
        margin-top: 40px;
    }

    .solcj {
        padding: 80px 0 84px;
    }

    .solyy {
        padding: 78px 0 80px;
    }

    .solcp {
        padding: 88px 0;
    }

    .solal {
        padding: 80px 0;
    }

    .news .fullpage {
        margin-top: 80px;
    }

    .news {
        padding: 20px 0 84px;
    }

    .news-list li {
        margin-top: 68px;
    }

    .sonloopban-wd p {
        font-size: 34px;
        line-height: 48px;
        height: 96px;
    }

    .sonloopban-btn {
        bottom: 190px;
    }

    .newsxq {
        padding-top: 80px;
    }

    .newsxq-desc {
        padding: 40px 0 38px;
    }

    .newsxq .casexqpn {
        margin-top: 80px;
    }

    .newsxq-item {
        margin-bottom: 32px;
    }

    .newsxq-title h6,
    .newsxq-title h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .honor {
        padding: 80px 0 88px;
    }

    .honor-wd {
        height: 80px;
    }

    .honor-list li {
        margin-top: 32px;
    }

    .down {
        padding: 80px 0 88px;
    }

    .down-layout li {
        height: 76px;
    }

    .down .fullpage {
        margin-top: 80px;
    }

    .joinpy,
    .joinzp,
    .joinfl {
        padding: 80px 0 88px;
    }

    .joinzp .down-layout li {
        height: 74px;
    }

    .joinzp .down-title {
        margin-top: 58px;
    }

    .joinpy-wdimg {
        padding-top: 54px;
    }

    .joinpy-wd h6,
    .joinpy-wd h1 {
        margin-bottom: 28px;
    }

    .abojs {
        padding: 68px 0 80px;
    }

    .abojs-icon li {
        margin-top: 54px;
    }

    .abolj-img img {
        height: 424px;
    }

    .abolj-wd h6,
    .abolj-wd h1 {
        font-size: 28px;
        padding-bottom: 16px;
    }

    .abolj-wd p {
        margin-top: 24px;
    }

    .abolc-timeme h6,
    .abolc-timeme h1 {
        height: 90px;
        font-size: 90px;
    }

    .abolc {
        padding-top: 80px;
    }

    .abolc:after {
        top: 124px;
    }

    .abolc-time {
        height: 90px;
    }

    .abolc-dotck {
        margin-top: 40px;
    }

    .abolc-wdbox {
        margin: 60px 0 84px;
    }

    .abogd {
        padding: 80px 0;
    }

    .abowh {
        padding: 80px 0 88px;
    }

    .abolc-contain {
        width: 92%;
    }

    .abolc-words {
        width: 46%;
    }

    .abogd-wd {
        padding: 60px 64px 52px;
    }

    .abogd-wd p {
        margin-top: 48px;
    }

    .abowh-list li {
        margin-top: 40px;
    }

    .abolc-top {
        margin-top: 24px;
    }

    .proogd {
        padding: 140px 0 130px;
    }

    .prooaz {
        padding: 130px 0 120px;
    }

    .proofs.proogd {
        padding: 100px 0;
    }

    .proobf.prooaz {
        padding: 110px 0 120px;
    }

    .proocs {
        padding: 80px 0;
    }

    .proocs-tb table td {
        height: 68px;
    }

    .proocs-tb {
        margin-top: 40px;
    }

    .proogd-contain,
    .prooaz-contain,
    .prooban-contain {
        width: 92%;
    }

    .sonimgban-proowdimg {
        width: 46%;
    }

    .sonimgban-prooimg {
        height: 680px;
    }

    .sonimgban-prot .sonimgban-proowdimg {
        width: 48%;
    }

    .protcs {
        padding: 80px 0 40px;
    }

    .protcs-item {
        width: 100%;
    }

    .protimg img,
    .protwd {
        height: 426px;
    }

    .protwd-font span {
        font-size: 240px;
    }

    .protwd-font {
        padding: 34px 0;
    }

    .protwd {
        padding: 0px 80px;
    }

    .protcs-img {
        padding-bottom: 60px;
    }

    .relmap {
        height: 440px;
    }

    .reltab {
        padding: 80px 0;
    }

    .reltab-img {
        width: 58px;
        margin-top: 12px;
    }

    .reltab-wd {
        width: calc(100% - 72px);
    }

    .reltab-wd p {
        font-size: 14px;
        line-height: 22px;
    }

    .reltab-wd span {
        margin-bottom: 4px;
    }

    .reltab li {
        height: 168px;
    }

    .reltab-tag {
        top: 16px;
        right: 18px;
    }

    .relyx {
        padding: 90px 0 60px;
    }

    .relyx-wd h6,
    .relyx-wd h1 {
        font-size: 20px;
        padding-bottom: 6px;
    }

    .relyx-content {
        margin-top: 58px;
    }

    .relyx-info li {
        padding: 68px 0;
    }

    .relly {
        padding: 74px 0 88px;
    }

    .serfw {
        padding: 80px 0;
    }

    .serfw-wdimg {
        padding: 40px;
    }

    .serfw-wd h5,
    .serfw-wd h2 {
        font-size: 36px;
    }

    .serfw-wd h6,
    .serfw-wd h1 {
        margin: 20px 0 36px;
    }

    .serfw-wd a {
        margin-top: 52px;
    }

    .serfw-wd {
        padding: 0px 54px 0 20px;
    }

    .sersq {
        padding-bottom: 88px;
    }

    .serzb {
        padding: 80px 0 88px;
    }

    .serzb-list li {
        margin-top: 48px;
        min-height: 330px;
        padding: 48px 38px 0;
    }

    .seraz {
        padding-top: 80px;
    }

    .seraz-list {
        margin-top: 48px;
    }

    .seraz-list li {
        padding: 110px 52px 0 36px;
        min-height: 600px;
    }

    .serhd {
        padding: 88px 0;
    }

    .serhd li {
        margin-top: 48px;
        height: 200px;
        padding: 0 40px;
    }

    .serwx {
        padding: 80px 0 88px;
    }

    .serwx-list li {
        margin-top: 48px;
    }

    .serfw-wd h5,
    .serfw-wd h2 {
        margin-top: 50px;
    }

    .proobf-granule {
        top: 14%;
    }

    .caselb-img {
        height: 240px;
    }

    .news-img {
        height: 200px;
    }

    .wtbanwd.sonimgban-prowdft h6,
    .wtbanwd.sonimgban-prowdft h1 {
        font-size: 44px;
    }

    .wtbanwd.sonimgban-prowdft p {
        font-size: 32px;
        margin: 14px 0 0;
    }

    .wtbanwd.sonimgban-prowdft span {
        margin-top: 26px;
    }

    .wtbanwd .protplay {
        margin-top: 30px;
    }

    .prooaz.prooaz-zfx {
        padding: 80px 0 70px;
    }
}

@media all and (max-width:1439px) {

    /* 1360 × (768) */
    .abolj-wd {
        padding: 64px 80px 0 4%;
    }

    .reltab-item {
        padding: 0 40px 0 20px;
    }

    .relyx-wd {
        padding: 30px 48px 0 0;
    }

    .serfw-wd {
        padding: 0px 40px 0 0;
    }

    .serfw-wd h5,
    .serfw-wd h2 {
        margin-top: 34px;
    }

    .serzb-list li {
        margin-top: 48px;
        min-height: 330px;
        padding: 48px 28px 0;
    }

    .proobf-granule {
        top: 8%;
    }

    .prooaz.prooaz-zfx {
        padding: 70px 0 68px;
    }

    .abowh-wd p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media all and (max-width:1359px) {

    /* 1280 × (800/854/1024) */
    .caseop-item {
        margin: 0 6px;
    }

    .caselb-wd h6,
    .caselb-wd h1 {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0 20px;
    }

    .caselb-wd {
        padding-top: 28px;
    }

    .caselb-list li {
        margin-top: 40px;
    }

    .fullpage {
        margin-top: 58px;
    }

    .caselb {
        padding: 10px 0 80px;
    }

    .caseop {
        padding-top: 68px;
    }

    .sonimgban-casewd h6,
    .sonimgban-casewd h1 {
        font-size: 32px;
    }

    .sonimgban-casewd p {
        margin: 12px 0 24px;
    }

    .sonimgban-casewd i {
        height: 3px;
    }

    .sonimgban-casewd {
        bottom: 48px;
    }

    .casexqic {
        padding: 64px 0 68px;
    }

    .casexqnr {
        padding: 32px 0 68px;
    }

    .casexqal {
        padding: 64px 0 72px;
    }

    .casexqal .caselb-list li {
        margin-top: 28px;
    }

    .prolist-wd {
        padding-top: 0;
    }

    .prolist {
        padding: 28px 0 68px;
    }

    .prolist li a {
        padding: 38px 20px 0;
        height: 300px;
    }

    .prolist-wdtit h6,
    .prolist-wdtit h1 {
        font-size: 24px;
    }

    .sonimgban-prowdft h6,
    .sonimgban-prowdft h1 {
        font-size: 38px;
    }

    .sonimgban-prowdft p {
        font-size: 28px;
        margin: 16px 0 8px;
    }

    .solcj {
        padding: 60px 0 68px;
    }

    .solyy {
        padding: 60px 0 68px;
    }

    .solcp {
        padding: 68px 0;
    }

    .solal {
        padding: 60px 0;
    }

    .solyy-list li p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 4%;
    }

    .sonloopban-wd p {
        font-size: 28px;
        line-height: 38px;
        height: 76px;
    }

    .sonloopban-wd {
        width: 540px;
        padding: 66px 60px 40px 4%;
    }

    .news-list li {
        margin-top: 54px;
    }

    .news-wd h6,
    .news-wd h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0 12px;
        height: 58px;
    }

    .news-wd {
        padding: 32px 32px 36px;
    }

    .news .fullpage {
        margin-top: 62px;
    }

    .sonloopban-btn {
        bottom: 154px;
    }

    .newsxq {
        padding-top: 64px;
    }

    .newsxq-list {
        padding-left: 40px;
    }

    .newsxq-cont {
        padding-right: 40px;
    }

    .newsxq-desc {
        padding: 28px 0 34px;
    }

    .newsxq .casexqpn {
        margin-top: 68px;
    }

    /* .honor-list li{width: 31.3333%;} */
    .honor {
        padding: 60px 0 68px;
    }

    .down {
        padding: 60px 0 68px;
    }

    .down-layout li {
        height: 68px;
    }

    .down-link li:first-child {
        font-size: 16px;
    }

    .down .fullpage {
        margin-top: 68px;
    }

    .joinpy,
    .joinzp,
    .joinfl {
        padding: 64px 0 68px;
    }

    .joinpy-wd p {
        font-size: 14px;
        line-height: 26px;
    }

    .joinpy-wd h6,
    .joinpy-wd h1 {
        font-size: 26px;
    }

    .joinpy-wd {
        width: 52%;
    }

    .joinpy-wdimg {
        padding-top: 44px;
    }

    .joinzp .down-layout li {
        height: 64px;
    }

    .joinzp .down-title {
        margin-top: 48px;
    }

    .joinzp-top {
        margin-top: 24px;
    }

    .joinfl-list li {
        padding: 40px 0 38px;
    }

    .abojs {
        padding: 60px 0 68px;
    }

    .abojs-icon li {
        margin-top: 48px;
    }

    .abojs-contain {
        width: 92%;
    }

    .abogd-wd {
        width: 92%;
        padding: 54px 58px 48px;
    }

    .abogd-wd p {
        margin-top: 40px;
    }

    .abowh-wd h6,
    .abowh-wd h1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .abowh-wd p {
        margin-top: 16px;
    }

    .abowh {
        padding: 60px 0 68px;
    }

    .abogd {
        padding: 68px 0;
    }

    .proogd {
        padding: 120px 0 110px;
    }

    .prooaz {
        padding: 110px 0 100px;
    }

    .proofs.proogd {
        padding: 80px 0;
    }

    .proobf.prooaz {
        padding: 90px 0 100px;
    }

    .proocs {
        padding: 68px 0;
    }

    .sonimgban-prooimg {
        height: 620px;
    }

    .proofs-list li {
        width: 80px;
    }

    .proofs-list li span {
        margin-top: 16px;
    }

    .proobf.prooaz .prooaz-wd h6,
    .proobf.prooaz .prooaz-wd h1 {
        margin-top: 80px;
    }

    .proofs.proogd .proogd-wd h6,
    .proofs.proogd .proogd-wd h1 {
        margin-top: 44px;
    }

    .prooaz-wd h6,
    .prooaz-wd h1 {
        margin: 42px 0 34px;
    }

    .proogd-wd h6,
    .proogd-wd h1 {
        margin: 48px 0 34px;
    }

    .protimg img,
    .protwd {
        height: 380px;
    }

    .protwd-font span {
        font-size: 200px;
    }

    .protwd-font h6,
    .protwd-font h1 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .protwd-font {
        padding: 24px 0;
    }

    .protcs-wd h6,
    .protcs-wd h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .protcs {
        padding: 64px 0 40px;
    }

    .protcs-prev {
        top: 30%;
    }

    .protcs-img {
        padding-bottom: 44px;
    }

    .relyx-wd {
        padding: 28px 0 0 0;
    }

    .relmap {
        height: 400px;
    }

    .reltab {
        padding: 68px 0;
    }

    .relyx {
        padding: 68px 0 48px;
    }

    .relyx-title h6,
    .relyx-title h1 {
        font-size: 32px;
    }

    .relyx-content {
        margin-top: 48px;
    }

    .relly {
        padding: 60px 0 68px;
    }

    .relly-form {
        margin-top: 48px;
    }

    .serfw-wd h5,
    .serfw-wd h2 {
        margin-top: 28px;
        font-size: 32px;
    }

    .serfw-wd h6,
    .serfw-wd h1 {
        margin: 18px 0 24px;
        font-size: 18px;
    }

    .serfw-wd a {
        margin-top: 32px;
    }

    .serfw {
        padding: 68px 0;
    }

    .sersq {
        padding-bottom: 68px;
    }

    .serzb {
        padding: 64px 0 68px;
    }

    .serzb-list li p {
        font-size: 16px;
        line-height: 24px;
    }

    .serzb-list li i {
        margin: 28px auto 40px;
    }

    .serzb-list li {
        margin-top: 48px;
        min-height: 268px;
        padding: 44px 20px 0;
    }

    .seraz {
        padding-top: 64px;
    }

    .seraz-list li {
        padding: 68px 40px 0 28px;
        min-height: 540px;
    }

    .serhd {
        padding: 68px 0;
    }

    .serhd-wd h6,
    .serhd-wd h1 {
        font-size: 20px;
    }

    .serhd-img {
        width: 100px;
    }

    .serhd-wd {
        width: calc(100% - 100px);
    }

    .serhd li {
        margin-top: 48px;
        height: 180px;
        padding: 0 32px;
    }

    .serwx {
        padding: 64px 0 68px;
    }

    .serwx-list li h6,
    .serwx-list li h1 {
        font-size: 20px;
        margin: 10px 0;
    }

    .serwx-list li {
        height: 200px;
        border-width: 6px;
        padding: 24px 36px 0;
    }

    .proobf-granule {
        top: -2%;
    }

    .wtbanwd.sonimgban-prowdft h6,
    .wtbanwd.sonimgban-prowdft h1 {
        font-size: 38px;
    }

    .wtbanwd.sonimgban-prowdft p {
        font-size: 28px;
        margin: 12px 0 0;
    }

    .wtbanwd.sonimgban-prowdft span {
        margin-top: 20px;
    }

    .wtbanwd .protplay {
        margin-top: 24px;
    }

    .prooaz.prooaz-zfx {
        padding: 60px 0;
    }
}

@media all and (max-width:1279px) {

    /* 1152 × (864) */
    .caseop-item {
        width: 31.3333%;
        margin: 1% 1%;
    }

    .caseop select {
        width: 31.3333%;
        margin: 1% 1%;
        height: 44px;
        line-height: 44px;
    }

    .caseop-true {
        height: 42px;
        line-height: 42px;
    }

    .caseop-data {
        top: 42px;
        max-height: 200px;
    }

    .caseop-data li {
        height: 40px;
        line-height: 40px;
    }

    .caseop {
        padding-top: 52px;
    }

    .sonimgban-prowd .small-contain {
        width: 92%;
    }

    .sonimgban-prowdft h6,
    .sonimgban-prowdft h1 {
        font-size: 32px;
    }

    .sonimgban-prowdft p {
        font-size: 24px;
        margin: 12px 0 8px;
    }

    .sonimgban-prowdft span {
        font-size: 16px;
    }

    .prolist li {
        margin-top: 32px;
    }

    .solcj-contain {
        width: 92%;
    }

    .down-layout {
        padding-left: 32px;
    }

    .joinzp-content {
        padding: 34px 32px;
    }

    .abolj-img img {
        height: 368px;
    }

    .abolj-wd h6,
    .abolj-wd h1 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .abolj-wd p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 18px;
    }

    .abolc-wdbox {
        margin: 44px 0 68px;
    }

    .sonimgban-prooimg {
        height: 560px;
    }

    .proogd {
        padding: 90px 0 80px;
    }

    .prooaz {
        padding: 90px 0 80px;
    }

    .proofs.proogd {
        padding: 68px 0;
    }

    .proobf.prooaz {
        padding: 68px 0 80px;
    }

    .proofs-list li {
        margin-right: 18px;
    }

    .proogd-wd h6,
    .prooaz-wd h6,
    .proocs-tit h6,
    .proogd-wd h1,
    .prooaz-wd h1,
    .proocs-tit h1 {
        font-size: 28px;
    }

    .proobf.prooaz .prooaz-wd h6,
    .proobf.prooaz .prooaz-wd h1 {
        margin-top: 64px;
    }

    .proocs-tb table td:first-child {
        padding-left: 36px;
    }

    .proogd-wd h6,
    .prooaz-wd h6,
    .proogd-wd h1,
    .prooaz-wd h1 {
        margin: 40px 0 28px !important;
    }

    .proocs-tb table td {
        height: 60px;
    }

    .sonimgban-prot .sonimgban-proowdimg {
        width: 46%;
    }

    .protcs-wd {
        padding-top: 82px;
    }

    .protcs-prev {
        top: 28%;
    }

    .protimg img,
    .protwd {
        height: 340px;
    }

    .relyx-info li h6,
    .relyx-info li h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .relyx-wd p {
        font-size: 14px;
        line-height: 24px;
        min-height: 50px;
    }

    .relyx-info li {
        padding: 58px 0;
    }

    .serhd-wd p {
        font-size: 14px;
    }

    .serhd li {
        padding: 0 20px;
        height: 160px;
    }

    .seraz-list li h6,
    .seraz-list li h1 {
        font-size: 20px;
        margin: 32px 0 18px;
    }

    .serfw-wd h6,
    .serfw-wd h1 {
        line-height: 26px;
    }

    .proobf-granule {
        display: none;
    }

    .caselb-img {
        height: 200px;
    }

    .news-img {
        height: 180px;
    }
}

@media all and (max-width:1151px) {

    /* 1024 × (600/768) */
    .small-contain {
        width: 92%;
    }

    .prolist-img {
        width: 100%;
        text-align: center;
        height: 324px;
        line-height: 320px;
    }

    .prolist-img img {
        max-height: 100%;
    }

    .prolist li a {
        padding: 0 20px;
        height: auto;
    }

    .prolist-wd {
        width: 100%;
        margin-top: 20px;
        height: 200px;
    }

    .sonimgban-sollink .sonmenu {
        display: none;
    }

    .sonimgban-sollink {
        position: absolute;
        top: 0;
    }

    .sonimgban-sollink .contain {
        border-bottom: none;
    }

    .sonimgban-scroll.sonimgban-sollink {
        background: transparent;
        border-bottom: none;
    }

    .sonimgban-scroll .sonlink a {
        color: #fff;
    }

    .sonimgban-scroll .sonlink a i {
        background-image: url('../images/sonhomew.png');
    }

    .abolj-wd {
        padding: 48px 4% 0 4%;
    }

    .abolc-img {
        width: 100%;
    }

    .abolc-img img {
        height: auto;
    }

    .abolc-words {
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .abolc-wd {
        padding-right: 0;
    }

    .sonimgban-prooimg {
        height: 520px;
    }

    .proofs.proogd .proogd-wd {
        width: 44%;
    }

    .prooaz-wd {
        width: 44%;
        margin-left: 6%;
    }

    .proobf.prooaz .prooaz-wd {
        margin-left: 6%;
    }

    .protcs-imgloop {
        padding-right: 84px;
    }

    .serfw-wd {
        width: 100%;
        padding: 0;
    }

    .serfw-img {
        width: 100%;
        margin-top: 40px;
    }

    .serfw-wd h5,
    .serfw-wd h2 {
        margin-top: 0;
    }

    #businesslz {
        display: none;
    }

    .wtbanwd.sonimgban-prowdft h6,
    .wtbanwd.sonimgban-prowdft h1 {
        font-size: 32px;
    }

    .wtbanwd.sonimgban-prowdft p {
        font-size: 24px;
        margin: 12px 0 0;
    }

    .wtbanwd.sonimgban-prowdft span {
        margin-top: 20px;
    }

    .wtbanwd .protplay {
        margin-top: 20px;
    }

    .prooaz.prooaz-zfx {
        padding: 50px 0;
    }

    .prooaz.prooaz-zfx .prooaz-contain {
        width: 92%;
    }
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

    /* 平板设备 720 适配 */
    .caselb-list li {
        width: 48%;
    }

    .fullpage {
        margin-top: 48px;
    }

    .sonlink a {
        height: 48px;
        line-height: 48px;
    }

    .sonmenu a {
        height: 50px;
        line-height: 50px;
    }

    .sonmenu,
    .sonlink {
        width: 100%;
    }

    .sonimgban-casewd h6,
    .sonimgban-casewd h1 {
        font-size: 28px;
    }

    .sonimgban-casewd {
        bottom: 32px;
    }

    .sonloopban-wd p {
        font-size: 24px;
        line-height: 34px;
        height: 68px;
    }

    .sonloopban-wd {
        width: 352px;
        padding: 66px 32px 24px 4%;
    }

    .sonloopban-btn {
        bottom: 128px;
    }

    .news-list li {
        width: 48%;
        margin-top: 44px;
    }

    .news .fullpage {
        margin-top: 54px;
    }

    .newsxq-cont {
        padding-right: 0;
        width: 100%;
        border-right: none;
    }

    .newsxq-list {
        padding-left: 0;
        width: 100%;
        margin-top: 40px;
    }

    .honor-list li {
        width: 48%;
    }

    .down-layout {
        padding-left: 24px;
    }

    .down-layout li {
        font-size: 14px;
    }

    .down-link li:first-child {
        font-size: 14px;
    }

    .down-link li i {
        background-size: 30px auto;
        width: 30px;
        height: 30px;
    }

    .joinzp-content {
        padding: 20px 24px 24px;
    }

    .joinzp-top {
        margin-top: 18px;
    }

    .joinzp .down-link li i {
        background-size: 30px auto;
        width: 30px;
        height: 30px;
    }

    .joinpy-wd {
        width: 100%;
    }

    .joinpy-img {
        width: 100%;
        margin-top: 40px;
    }

    .abowh-list li {
        width: 47%;
    }

    .abogd-wd {
        padding: 44px 4% 48px;
    }

    .abolj-img img {
        height: auto;
    }

    .abolj-wd {
        padding: 36px 4%;
        width: 100%;
    }

    .abolj-img {
        width: 100%;
    }

    .abolj-img {
        position: relative;
    }

    .sonimgban-prooimg {
        height: 410px;
    }

    .sonimgban-proowd .sonimgban-prowdft {
        padding-top: 60px;
    }

    .sonimgban-proowd {
        top: 100px;
    }

    .proogd-wd h6,
    .prooaz-wd h6,
    .proocs-tit h6,
    .proogd-wd h1,
    .prooaz-wd h1,
    .proocs-tit h1 {
        font-size: 24px;
    }

    .proogd-wd h6,
    .prooaz-wd h6,
    .proogd-wd h1,
    .prooaz-wd h1 {
        margin: 28px 0 20px !important;
    }

    .prooaz-img {
        width: 47%;
    }

    .prooaz-wd {
        width: 51%;
        margin-left: 2%;
    }

    .proofs-list li span {
        margin-top: 12px;
        font-size: 14px;
    }

    .proofs-list li {
        width: 72px;
    }

    .proobf.prooaz .prooaz-wd {
        margin-left: 1%;
    }

    .proofs-list {
        margin-top: 38px;
    }

    .proofs.proogd .proogd-img {
        width: 48%;
    }

    .proofs.proogd .proogd-wd {
        width: 52%;
    }

    .proocs-tb table td:first-child {
        padding-left: 18px;
    }

    .proogd {
        padding: 68px 0 60px;
    }

    .prooaz {
        padding: 68px 0 60px;
    }

    .proofs.proogd {
        padding: 60px 0;
    }

    .proobf.prooaz {
        padding: 60px 0 68px;
    }

    .sonimgban-prot .sonimgban-proowd {
        top: 84px;
    }

    .protcs-wd {
        padding-top: 32px;
    }

    .protcs-wd h6,
    .protcs-wd h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .protwd-font h6,
    .protwd-font h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .protcs-kk {
        height: 20px;
    }

    .protwd {
        padding: 0px 38px;
    }

    .protimg img,
    .protwd {
        height: 232px;
    }

    .protwd-font span {
        font-size: 160px;
    }

    .protwd-font {
        padding: 0;
    }

    .protcs-prev {
        top: 24%;
    }

    .relmap {
        height: 320px;
    }

    .reltab ul {
        margin-left: 0;
    }

    .reltab li {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding: 32px 0;
        margin-top: 24px;
    }

    .reltab-img {
        margin-top: 0;
    }

    .reltab {
        padding: 42px 0 60px;
    }

    .relyx {
        padding: 48px 0 40px;
    }

    .relyx-title h6,
    .relyx-title h1 {
        font-size: 28px;
    }

    .relyx-wd {
        min-height: 360px;
    }

    .relly-formipt input {
        height: 44px;
        padding: 0px 18px;
        font-size: 14px;
    }

    .relly-form textarea {
        margin-top: 20px;
        padding: 16px 18px;
        height: 160px;
    }

    .relly-formyzm input {
        width: 280px;
        height: 44px;
        padding: 0 18px;
    }

    .relly-formyzm span {
        margin-left: 12px;
        height: 44px;
        width: 150px;
    }

    .relly-formbtn {
        height: 44px;
    }

    .relly-formyzmbtn {
        margin-top: 20px;
    }

    .serzb .pubTitle p {
        width: 100%;
    }

    .serzb-list li {
        padding: 32px 20px 0;
    }

    .serzb-list li i {
        margin: 24px auto 32px;
    }

    .serhd ul {
        margin-left: 0%;
    }

    .serhd li {
        height: 140px;
        width: 100%;
        margin-top: 28px;
        margin-left: 0;
    }

    .serhd-list {
        padding-top: 10px;
    }

    .serwx-list ul {
        margin-left: 0;
    }

    .serwx-list li {
        width: 100%;
        height: 200px;
        border-width: 4px;
        padding: 24px 20px 0;
        margin-top: 24px;
        margin-left: 0;
    }

    .serwx-list {
        padding-top: 12px;
    }

    .sear-menu {
        padding: 20px 0;
    }

    .sear-list {
        margin-top: 40px;
    }

    .sear-list ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .sear-list ul li h5,
    .sear-list ul li h2 {
        font-size: 16px;
    }

    .sear-list ul li h6,
    .sear-list ul li h1 {
        margin: 6px 0;
    }

    .search-box {
        padding-bottom: 50px;
    }

    .serwt-box {
        width: 100%;
        padding: 52px 0 68px;
    }
}

@media all and (max-width:640px) {

    /* 移动终端以上 360 适配 */
    .fullpage-num {
        width: 100%;
        margin-bottom: 12px;
    }

    .fullpage input,
    .fullpage button {
        height: 36px;
    }

    .sonmenu a {
        height: 36px;
        line-height: 36px;
        width: 50%;
        margin: 0;
    }

    .sonmenu a:after {
        display: none;
    }

    .caseop {
        padding-top: 36px;
    }

    .caseop-item {
        width: 48%;
    }

    .caseop select {
        width: 48%;
        height: 40px;
        line-height: 40px;
    }

    .caseop-true {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .caseop-data {
        top: 38px;
        max-height: 170px;
    }

    .caseop-data li {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

    .caselb-list ul {
        margin-left: 0%;
    }

    .caselb-list li {
        width: 100%;
        margin-left: 0;
        margin-top: 26px;
    }

    .caselb-wd h6,
    .caselb-wd h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 8px 0 16px;
    }

    .caselb-wd {
        padding-top: 24px;
    }

    .fullpage a {
        margin: 0 4px;
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    .fullpage {
        margin-top: 36px;
    }

    .caselb {
        padding: 10px 0 42px;
    }

    .sonimgban-casewd h6,
    .sonimgban-casewd h1 {
        font-size: 20px;
    }

    .sonimgban-casewd p {
        font-size: 14px;
        margin: 8px 0 12px;
    }

    .sonimgban-casewd i {
        height: 2px;
        width: 44px;
    }

    .sonimgban-casewd {
        bottom: 16px;
    }

    .casexqic-img,
    .casexqic-wd {
        display: block;
    }

    .casexqic-wd {
        padding-left: 0;
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-top: 16px;
    }

    .casexqic-img {
        height: 60px;
        width: 60px;
        line-height: 60px;
        margin: 0 auto;
    }

    .casexqic-img img {
        height: 24px;
    }

    .casexqic {
        padding: 34px 0 40px;
    }

    .casexqnr img {
        margin-top: 20px;
    }

    .casexqnr {
        padding: 16px 0 40px;
    }

    .casexqpn-prev,
    .casexqpn-more,
    .casexqpn-next {
        width: 100%;
        height: 48px;
        line-height: 48px;
    }

    .casexqpn-next {
        text-align: left;
        background-position: left center !important;
        padding-right: 0;
        padding-left: 20px;
    }

    .casexqal {
        padding: 40px 0;
    }

    .sonmenu-3 a {
        width: 33.3333%;
        text-align: center;
    }

    .prolist li {
        margin-top: 24px;
        width: 100%;
    }

    .prolist-wddes {
        margin-top: 20px;
    }

    .prolist-wddes p {
        line-height: 30px;
    }

    .prolist-wd {
        height: auto;
        padding-bottom: 32px;
        margin-top: 12px;
    }

    .prolist {
        padding: 16px 0 42px;
    }

    .prolist-img {
        height: auto;
        line-height: normal;
        padding: 30px 0;
    }

    .sonimgban-prowdft h6,
    .sonimgban-prowdft h1 {
        font-size: 24px;
    }

    .sonimgban-prowdft p {
        font-size: 18px;
    }

    .solcj {
        padding: 40px 0 42px;
    }

    .solyy {
        padding: 40px 0;
    }

    .solyy-list li {
        width: 100%;
        margin-top: 34px;
    }

    .solyy-list {
        margin-top: 0;
    }

    .solyy-img {
        height: 48px;
        line-height: normal;
    }

    .solyy-list li h6,
    .solyy-list li h1 {
        font-size: 18px;
        margin: 24px 0 16px;
    }

    .solcp {
        padding: 40px 0;
    }

    .solal {
        padding: 40px 0;
    }

    .sonloopban-wd p {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }

    .sonloopban-wd {
        width: 246px;
        padding: 48px 4% 20px 4%;
    }

    .sonloopban-btn {
        bottom: 106px;
    }

    .news-list ul {
        margin-left: 0;
    }

    .news-list li {
        width: 100%;
        margin-top: 24px;
    }

    .news {
        padding: 16px 0 40px;
    }

    .news-wd {
        padding: 28px 24px 28px;
    }

    .news-wd h6,
    .news-wd h1 {
        font-size: 18px;
        line-height: 26px;
        margin: 16px 0 12px;
        height: 52px;
    }

    .news .fullpage {
        margin-top: 36px;
    }

    .newsxq {
        padding-top: 36px;
    }

    .newsxq-title h6,
    .newsxq-title h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .newsxq-desc {
        padding: 18px 0 26px;
    }

    .newsxq-tags span {
        padding: 0 16px;
        margin: 2px 4px;
    }

    .newsxq-tags label {
        top: 2px;
    }

    .newsxq-item {
        margin-bottom: 20px;
    }

    .newsxq .casexqpn {
        margin-top: 24px;
    }

    .honor {
        padding: 40px 0 42px;
    }

    .honor-list ul {
        margin-left: 0;
    }

    /* .honor-list li {width: 100%;margin-top: 24px;} */
    .honor-wd h6,
    .honor-wd h1 {
        font-size: 16px;
    }

    .honor-wd {
        background: #f0f0f0;
    }

    .down {
        padding: 40px 0 42px;
    }

    .down-layout {
        padding-left: 18px;
    }

    .down-title li:nth-child(1) {
        width: 34%;
    }

    .down-title li:nth-child(2) {
        width: 28%;
    }

    .down-title li:nth-child(3) {
        width: 24%;
    }

    .down-title li:nth-child(4) {
        width: 14%;
    }

    .down-title li {
        height: 48px !important;
    }

    .down-link {
        padding: 14px 18px;
    }

    .down-link li {
        height: auto !important;
    }

    .down-link li:first-child {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .down-link li:nth-child(2) {
        width: 43%;
        height: 30px;
    }

    .down-link li:nth-child(3) {
        width: 43%;
        height: 30px;
    }

    .down-link li:nth-child(4) {
        width: 14%;
        height: 30px;
    }

    .down .fullpage {
        margin-top: 38px;
    }

    .down-item {
        margin-top: 16px;
    }

    .joinpy,
    .joinzp,
    .joinfl {
        padding: 38px 0 42px;
    }

    .joinpy-wd h6,
    .joinpy-wd h1 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .joinpy-wdimg {
        padding-top: 20px;
    }

    .joinpy-img {
        margin-top: 28px;
    }

    .joinzp .down-title {
        margin-top: 34px;
    }

    .joinzp-content {
        padding: 20px 18px 24px;
    }

    .joinfl-list li {
        width: 50%;
        padding: 20px 0 24px;
        border-right: 1px solid #f5f1f1 !important;
        border-bottom: 1px solid #f5f1f1 !important;
    }

    .joinfl-list li p {
        font-size: 16px;
        margin-top: 18px;
    }

    .joinfl-list li h6,
    .joinfl-list li h1 {
        width: 64px;
        height: 64px;
        line-height: 64px;
    }

    .joinfl-list li h6 img,
    .joinfl-list li h1 img {
        width: 32px;
    }

    .joinfl-list li:nth-child(2n) {
        border-right: none !important;
    }

    .joinfl-list li:nth-last-child(-n+2) {
        border-bottom: none !important;
    }

    .abolc-dot {
        width: 50px;
    }

    .abolc-time {
        padding: 0 94px;
    }

    .abolc-prev,
    .abolc-next {
        width: 38px;
        height: 38px;
        background-size: 38px auto;
        margin-top: -19px;
    }

    .abolc-rdot {
        right: 44px;
    }

    .abolc-ldot {
        left: 44px;
    }

    .abolc {
        padding-top: 34px;
    }

    .abolc-timeme h6,
    .abolc-timeme h1 {
        font-size: 42px;
        padding-left: 20px;
    }

    .abolc-timeme h6,
    .abolc-timeme h1,
    .abolc-time,
    .abolc-dot {
        height: 40px;
    }

    .abolc:after {
        top: 54px;
    }

    .abolc-dotck {
        margin-top: 15px;
    }

    .abolc-dotck p {
        padding-top: 14px;
    }

    .abolc-words li span {
        padding-right: 16px;
        width: 60px;
        line-height: 26px;
    }

    .abolc-words li p {
        line-height: 26px;
    }

    .abolc-words li {
        padding: 2px 0 2px 60px;
    }

    .abolc-wdbox {
        margin: 24px 0 40px;
    }

    .abojs {
        padding: 36px 0 42px;
    }

    .abojs .pubTitle i {
        margin-bottom: 24px;
    }

    .abojs-icon li {
        margin-top: 28px;
        width: 50%;
    }

    .abojs-icon h6,
    .abojs-icon h1 {
        height: 60px;
        line-height: 58px;
    }

    .abojs-icon p {
        margin-top: 18px;
    }

    .abolj-wd h6,
    .abolj-wd h1 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .abolc-words {
        margin-top: 32px;
    }

    .abolc-top {
        margin-top: 18px;
    }

    .abogd {
        padding: 44px 0;
    }

    .abogd-wd {
        padding: 38px 4% 40px;
    }

    .abogd-wd p {
        margin-top: 28px;
    }

    .abowh {
        padding: 34px 0 40px;
    }

    .abowh-list ul {
        margin-left: 0%;
    }

    .abowh-list li {
        width: 100%;
        margin-left: 0%;
        margin-top: 24px;
    }

    .sonimgban-proowdimg {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }

    .sonimgban-proowdimg img {
        max-height: 224px;
    }

    .sonimgban-proowd {
        top: 74px;
    }

    .sonimgban-proowd .sonimgban-prowdft {
        padding-top: 0;
    }

    .proogd {
        padding: 38px 0 42px;
    }

    .proogd.prooaz-zfx {
        padding: 38px 0 42px;
    }

    .proogd-wd h6,
    .prooaz-wd h6,
    .proogd-wd h1,
    .prooaz-wd h1 {
        margin: 0 0 18px !important;
    }

    .proogd-wd {
        width: 100%;
    }

    .proogd-wd h6,
    .prooaz-wd h6,
    .proocs-tit h6,
    .proogd-wd h1,
    .prooaz-wd h1,
    .proocs-tit h1 {
        font-size: 20px;
    }

    .proogd-img {
        width: 100%;
        margin-top: 24px;
    }

    .prooaz {
        padding: 44px 0;
    }

    .prooaz.prooaz-zfx {
        padding: 40px 0;
    }

    .prooaz-img {
        width: 100%;
    }

    .prooaz-wd {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }

    .prooaz-wd p,
    .proogd-wd p {
        line-height: 26px;
    }

    .proogd-wd p:after,
    .prooaz-wd p:after {
        top: 9px;
    }

    .proofs.proogd .proogd-wd {
        width: 100%;
    }

    .proofs.proogd {
        padding: 40px 0;
    }

    .proofs-list li span {
        margin-top: 10px;
        font-size: 12px;
    }

    .proofs-list li {
        margin-right: 14px;
        width: 60px;
    }

    .proofs-list {
        margin-top: 24px;
    }

    .proofs.proogd .proogd-img {
        width: 100%;
    }

    .proobf.prooaz {
        padding: 40px 0 42px;
    }

    .proobf.prooaz .prooaz-img {
        width: 100%;
    }

    .proobf.prooaz .prooaz-wd {
        margin-left: 0;
    }

    .proocs {
        padding: 40px 0;
    }

    .proocs-tb {
        margin-top: 28px;
    }

    .proocs-tb table td:first-child {
        padding-left: 10px;
        font-size: 12px;
    }

    .proocs-tb table td {
        height: 38px;
        font-size: 12px;
        word-break: break-all;
    }

    .sonimgban-prot .sonimgban-proowd {
        top: 58px;
    }

    .sonimgban-prot .sonimgban-prooimg {
        height: 454px;
    }

    .sonimgban-prooimg {
        height: 454px;
    }

    .protplay {
        height: 30px;
        line-height: 30px;
        width: 124px;
        margin-top: 18px;
    }

    .protplay i {
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        margin-right: 12px;
    }

    .sonimgban-prot .sonimgban-proowdimg {
        width: 100%;
    }

    .protcs {
        padding: 40px 0 36px;
    }

    .protcs-wd {
        padding-top: 0;
        width: 100%;
    }

    .protcs-wd p {
        line-height: 28px;
    }

    .protcs-kk {
        height: 12px;
    }

    .protcs-wd h6,
    .protcs-wd h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .protcs-imgbox {
        width: 100%;
        margin-top: 24px;
    }

    .protcs-prev,
    .protcs-next {
        width: 40px;
        height: 40px;
    }

    .protcs-imgloop {
        padding-right: 52px;
    }

    .protimg,
    .protwd {
        width: 100%;
    }

    .protimg img,
    .protwd {
        height: auto;
    }

    .protwd {
        padding: 28px 4%;
    }

    .protwd-font h6,
    .protwd-font h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .protwd-font span {
        top: -12px;
    }

    .reltab {
        padding: 20px 0 40px;
    }

    .reltab li {
        padding: 28px 0;
        margin-top: 20px;
    }

    .reltab-item {
        padding: 0 24px 0 18px;
    }

    .reltab-img {
        width: 50px;
        margin-top: 16px;
    }

    .relyx-title h6,
    .relyx-title h1 {
        font-size: 22px;
    }

    .relyx {
        padding: 38px 0 40px;
    }

    .relyx-list li {
        width: 100%;
        margin-left: 0;
        margin-top: 28px;
    }

    .relyx-content {
        margin-top: 14px;
    }

    .relyx-list ul {
        margin-left: 0;
    }

    .relyx-wd p {
        min-height: auto;
    }

    .relyx-wd {
        min-height: auto;
    }

    .relyx-wd:after {
        display: none;
    }

    .relly {
        padding: 36px 0 40px;
    }

    .relly-formipt input {
        width: 100%;
        margin-top: 20px;
    }

    .relly-form {
        margin-top: 8px;
    }

    .relly-formyzm input {
        width: 180px;
    }

    .relly-formyzm span {
        width: 120px;
    }

    .relly-formbtn {
        width: 100%;
        margin-top: 20px;
    }

    .relyx-info {
        display: none;
        width: 100%;
        position: fixed;
        z-index: 99999;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
    }

    .relyx-info .contain {
        position: relative;
        height: 100%;
    }

    .relyx-infoitem {
        height: 440px;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -220px;
        padding: 32px 0 36px;
    }

    .relyx-infoitem ul {
        display: block;
        width: 100%;
        overflow-y: scroll;
        height: 384px;
        padding: 0 24px;
    }

    .relyx-info li {
        padding: 0;
        width: 100%;
        margin-top: 24px;
    }

    .relyx-info li h6,
    .relyx-info li h1 {
        margin-bottom: 10px;
    }

    .relyx-info li:first-child {
        margin-top: 0;
    }

    .relyx-close {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        background: #1f5dcb url('../images/closeh.png') no-repeat center /16px auto;
    }

    .serfw {
        padding: 40px 0;
    }

    .serfw-wdimg {
        padding: 20px;
        margin-top: 36px;
    }

    .serfw-wd h5,
    .serfw-wd h2 {
        font-size: 24px;
    }

    .serfw-wd h6,
    .serfw-wd h1 {
        margin: 16px 0 18px;
    }

    .sersq-list ul {
        margin-left: 0;
    }

    .sersq-list li {
        width: 100%;
        margin-left: 0%;
        float: left;
        margin-top: 24px;
        min-height: auto;
        padding-bottom: 32px;
    }

    .sersq-icon {
        margin: 34px 0 24px;
    }

    .sersq {
        padding-bottom: 44px;
    }

    .serzb {
        padding: 36px 0 40px;
    }

    .serzb-list li {
        width: 48.5%;
        padding: 24px 20px 0;
        margin-top: 1.5%;
        min-height: 216px;
    }

    .serzb-list {
        padding-top: 34px;
    }

    .serzb-list li i {
        margin: 18px auto 20px;
    }

    .seraz {
        padding-top: 40px;
    }

    .seraz-list {
        margin-top: 32px;
    }

    .seraz-list li {
        width: 100%;
        padding: 28px 0 34px 20px;
        min-height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .seraz-list li:last-child {
        border-bottom: none;
    }

    .serhd {
        padding: 40px 0;
    }

    .serhd li {
        margin-top: 18px;
    }

    .serwx {
        padding: 36px 0 40px;
    }

    .serwx-list li {
        height: 180px;
    }

    .honor-img {
        height: auto;
        line-height: normal;
    }

    .caselb-img {
        height: auto;
    }

    .news-img {
        height: auto;
    }

    .sear-list {
        margin-top: 30px;
    }

    .sear-shuru {
        width: 100%;
        padding-left: 4%;
    }

    .sear-shuru {
        padding-right: 120px;
    }

    .sear-shuru span {
        width: 96px;
        right: 4%;
    }

    .sear-list ul li h6,
    .sear-list ul li h1 {
        margin: 0;
    }

    .sear-menu,
    .sear-menu a {
        font-size: 12px;
    }

    .serwt-box {
        width: 100%;
        padding: 40px 0 44px;
    }

    .wtbanwd.sonimgban-prowdft h6,
    .wtbanwd.sonimgban-prowdft h1 {
        font-size: 24px;
    }

    .wtbanwd.sonimgban-prowdft p {
        font-size: 18px;
        margin: 8px 0 0;
    }

    .wtbanwd.sonimgban-prowdft span {
        margin-top: 12px;
    }

    .wtbanwd .protplay {
        margin-top: 12px;
    }

    .prooaz-img img,
    .proogd-img img {
        max-width: 80%;
    }

    .prooaz-img,
    .proogd-img {
        text-align: center;
    }

}