﻿@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    font-size: 16px/20px "Microsoft YaHei";
}

img {
    border: 0 none;
    outline: 0 none;
    display: block;
}

button {
    border: 0 none;
    outline: none;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

.clearfix {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
}


/* 导航栏 */

.header {
    background-color: #040404;
    width: 100%;
}

.headerpos {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #040404;
    z-index: 99999999999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.navbox {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

.navbox .logo {
    float: left;
    margin-top: 18px;
}

.navbox .nav {
    float: right;
    color: #fff;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
}

.nav ul li:hover {
    border-top: #1d7be6 solid 5px;
    color: #1d7be6;
}

.nav ul li a:hover {
    color: #1d7be6;
}

.nav ul li.tabnav {
    border-top: #1d7be6 solid 5px;
    color: #1d7be6;
}

.nav ul li.tabnav a {
    color: #1d7be6;
}


/* 轮播图 */

.flexslider {
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    /* 开始隐藏，进入显示指示箭头 */
    /*opacity: 0;
	filter: alpha(opacity=0);*/
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 7%;
}

.flex-direction-nav .flex-prev {
    left: 7%;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 482px;
    display: block;
}


/** srvice*/

.serviceiconche {
    margin-top: 40px;
    overflow: hidden;
}

.service {
    width: 100%;
    height: 570px;
    background: url(../images/servicesbg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 40px;
}

.serviceicon li {
    width: 300px;
    float: left;
}

.chagnser {
    width: 300px;
    float: left;
}

.chagnser .ctr {
    margin: 0 100px;
    text-align: justify;
    width: 260px;
    height: 30px;
}

.chagnser li {
    float: none;
    font-size: 14px;
    line-height: 30px;
    list-style: square;
    color: #666;
}

.chagnser li:nth-child(1) {
    list-style: none;
}

.chagnser li:first-child {
    list-style: none;
}

.serviceicon li img {
    width: 125px;
    height: 125px;
    padding: 0 0 20px 0;
    margin: 0 auto;
}

.serviceicon li h5 {
    font-weight: bolder;
    font-size: 22px;
    color: #333;
}

.iconhov {
    display: none;
}

.servicehr ul li {
    width: 60px;
    height: 1px;
    background-color: #ccc;
    margin: 35px 120px;
}

.servicelist {
    margin-top: 20px;
}

.servicelist ul {
    width: 140px;
    float: left;
    list-style: square;
    padding: 0 80px;
    color: #666666;
}

.servicelist ul li {
    height: 20px;
    font-size: 14px;
    padding: 5px 0;
    text-align: justify;
}

.servicelist ul li a:hover {
    color: #1d7be6;
}

.ctr a:hover {
    color: #1d7be6;
}


/** case*/

.case {
    width: 100%;
    height: 1200px;
    background: url(../images/casebg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 40px;
}

.cawraper {
    height: auto;
    padding-bottom: 50px;
}

.casecol {
    background: none;
    margin-top: 65px;
}

.casecnt {
    text-align: left;
}

.casecnt h1,
.casecnt h1 span,
.casecnt p {
    color: #fff;
}

.casecnt h1,
p {
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.casecnt p {
    margin: 0 0 20px 20px;
}

.casecol .casecnt h1 {
    color: #333;
    text-align: center;
    font-size: 30px;
    padding: 10px;
}

.casecol .casecnt p {
    width: 100%;
    text-align: center;
    color: #999999;
    margin: 0;
}

.casecol-nav {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.casecol-nav ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.casecol-nav-items {
    display: inline-block;
    width: 172px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #999da1;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 3px;
    transition: 0.5s;
    cursor: pointer;
    font-size: 15px;
    position: relative;
}

.casecol-nav-items a {
    text-decoration: none;
    color: #5c5f60;
    transition: 0.5s;
}

.casecol-nav-items:hover {
    background: #3885db;
    border: 1px solid #3885db;
}

.casecol-nav-items:hover a {
    color: #fff;
}

.casecol-znav li:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.cmtage {
    background: #3885db;
    border: 1px solid #3885db;
}

.cmtage a {
    color: #fff;
}

.casecol-nav-items .casecol-znav {
    width: 174px;
    position: absolute;
    top: 38px;
    left: -1px;
    z-index: 999;
    background: #3885db;
    font-size: 14px;
    display: none;
}

.casecol-nav-items .casecol-znav li {
    border-top: #f5f5f5 dashed 1px;
    text-align: center;
}

.casecol-nav-items .casecol-znav li a {
    color: #fff;
    font-size: 12px;
}

.casebox2,
.casebox3,
.casebox4 {
    display: none;
}

.caseicon2 li:hover {
    transition: 0.5s;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .3);
}

#caseicon0 {
    display: block;
}

#caseicon1,
#caseicon2,
#caseicon3,
#caseicon4,
#caseicon5,
#caseicon6 {
    display: none;
}

.caseiconbox {
    height: 880px;
}

.caseicon li {
    width: 360px;
    height: 400px;
    border-radius: 8px;
    background-color: #fff;
    float: left;
    margin: 20px 20px;
}

.caseimg {
    width: 100%;
    height: 320px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    position: relative;
}

.caseimgzzc {
    width: 100%;
    height: 320px;
    background-color: rgba(29, 116, 213, 0);
    background-color: #1d74d5;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.caseimgzzc .caseimgzzcsear {
    width: 30px;
    height: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 140px;
}

.caseimgzzc span a {
    color: #fff;
    line-height: 80px;
    font-size: 18px;
    font-family: 微软雅黑;
}

.caseimg img {
    width: 100%;
    height: 320px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.caseimg:hover img {
    width: 100%;
    height: 320px;
    transform: scale(1.2);
    transition: 0.3s;
}

.caseimg:hover img.caseimgzzcsear {
    width: 30px;
    height: 30px;
}

.caseimg:hover .caseimgzzc {
    background-color: rgba(29, 116, 213, 0.8);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 9;
}

.caseicon li h2 {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 15px 0 5px;
}

.caseicon li h2.font-small {
    font-size: 16px;
    padding: 0;
    color: #666666;
}

.caseicon li:hover h2 {
    color: #1d7be6;
}

.arrow {
    overflow: hidden;
    width: 300px;
    margin: 40px auto;
}

.arrow div {
    float: left;
    cursor: pointer;
}

.arrowc {
    width: 150px;
    height: 52px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 15px;
}

.arrowc ul {
    overflow: hidden;
    margin-top: 20px;
    margin-left: 15px;
}

.arrowc ul li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: #999 solid 2px;
    float: left;
    margin: 0 4px;
}

.arrowc ul li.iconbs {
    border: none;
    background-color: #1d7be6;
    width: 9px;
    height: 9px;
}

.arrowll2 {
    display: none;
}


/** aboutus */

.aboutus {
    width: 100%;
    height: 650px;
    background: url(../images/aboutusbg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 40px;
}

.absl {
    width: 360px;
    float: left;
    padding: 20px;
}

.absl h1 {
    background: url(../images/absbg.png) no-repeat center center;
}

.absl p {
    width: 320px;
    padding: 40px;
    color: #666666;
    text-align: justify;
    line-height: 30px;
}

.absl span {
    font-family: 微软雅黑;
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.absl button {
    width: 145px;
    height: 45px;
    background-color: #fff;
    border: #1d7be6 solid 1px;
    color: #1d7be6;
    position: relative;
    outline: none;
}

.absl button:hover {
    color: #fff;
    background: #1d7be6;
    border: none;
}

.absl button a {
    color: #1d7be6;
    text-align: center;
    line-height: 43px;
}

.absl button:hover a {
    color: #fff;
}

.absr {
    width: 760px;
    float: right;
    padding: 20px;
    overflow: hidden;
}

.absrs {
    height: 480px;
    width: 100%;
    background-image: url(../images/abus.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.absrs1 {
    overflow: hidden;
    width: 420px;
    height: 90px;
    height: 79px\0;
    border-bottom: #d1e3f3 dashed 1px;
    margin-left: 455px;
    margin-bottom: 20px;
}

.absrs1l {
    float: left;
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #011e2c;
    color: #fff;
    font-size: 50px;
}

.absrs1r {
    float: left;
    margin-left: 10px;
    color: #011e2c;
    font-size: 18px;
    text-align: left;
    width: 100px;
}

.absrs1r h1 {
    padding: 0;
    font-size: 42px;
    line-height: 52px;
}

.absrs1r p {
    font-size: 16px;
    color: #999999;
}

.absrxul {
    margin-top: 0;
}

.absrxul li {
    width: 152px;
}

.absrxul li img {
    width: 102px;
    height: 102px;
    padding: 0 0 10px 0;
}

.absrxul li h5 {
    font-weight: normal;
    font-size: 16px;
}


/* marketing */

.markting {
    width: 100%;
    height: 500px;
    background: url(../images/marketing.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 40px;
    margin-top: 40px;
}

.marktingcn h1 {
    color: #fff;
}

.marktingcn p {
    color: #aaaaaa;
    width: 500px;
}

.marktingcon {
    margin-top: 60px;
}

.marktingcon li {
    width: 240px;
}

.marktingcon li img {
    width: 185px;
    height: 215px;
}

.marktingcon li img:hover {
    margin-top: -15px;
}


/* news */

.news {
    width: 100%;
    height: 750px;
}

.newscnt ul {
    padding-left: 400px;
}

.newscnt ul li {
    width: 150px;
}

.newscnt ul li a {
    font-size: 18px;
    padding-bottom: 10px;
}

.newscnt ul li a:hover {
    border-bottom: #1d7be6 solid 2px;
    color: #1d7be6;
}

.newsboxh {
    height: 550px;
    height: 570px\0;
    overflow: hidden;
}

.newsboxl {
    float: left;
}

.newsboxl .newsboxlimg img {
    width: 500px;
    height: 300px;
    padding: 30px;
    padding-bottom: 15px;
}

.newsboxl h1 {
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    text-align: left;
    padding: 0 30px;
}

.newsboxl p {
    width: 500px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    padding: 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsboxl strong {
    text-align: left;
    font-weight: normal;
    display: block;
    padding-left: 30px;
    color: #999;
    line-height: 30px;
}

.newsboxr {
    width: 640px;
    float: right;
    margin-top: 28px;
}

.newsboxr .absrs {
    background-image: none;
}

.newsboxr .absrs .absrs1 {
    margin-left: 80px;
    width: 475px;
}

.newsboxr .absrs .absrs1 .absrs1l {
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #fff;
    font-size: 30px;
    padding: 0 0;
}

.newsboxr .absrs .absrs1 .absrs1l h1 {
    font-size: 40px;
    line-height: 54px;
    padding: 0;
    color: #1d7be6;
}

.newsboxr .absrs .absrs1 .absrs1l h2 {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    color: #666666;
}

.newsboxr .absrs .absrs1 .absrs1r {
    width: 380px;
}

.newsboxr .absrs .absrs1 .absrs1r h1 {
    width: 100%;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    color: #444;
}

.newsboxr .absrs .absrs1 .absrs1r p {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    padding-top: 8px;
    color: #666;
}

.newsmore button {
    width: 200px;
    height: 45px;
    background-color: #fff;
    border: #1d7be6 solid 1px;
    color: #1d7be6;
}

.newsmore button a {
    color: #1d7be6;
    text-align: center;
    line-height: 43px;
}

.newsmore button:hover {
    background-color: #1d7be6;
    color: #fff !important;
}

.newsmore button:hover a {
    color: #fff;
}

.serviceicon2 {
    margin-top: 20px;
}


/*footer-chat*/

.chat {
    width: 100%;
    height: 200px;
    background: url(../images/chatbg.jpg) no-repeat top center;
}

.chat12 {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

.chat12 p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.chat12 h1 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bolder;
    margin-top: 10px;
}

.chatbtn {
    width: 400px;
    margin: 30px auto;
}

.chatbtn button {
    width: 120px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    margin: 0 10px;
    color: #fff;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: #fff solid 1px;
}

.chatbtn .zcbtn {
    color: #1d7be6;
    background-color: #fff;
    width: 122px;
    height: 36px;
    border: none\0;
}

.chatbtn button:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.pagefot {
    width: 100%;
    height: 300px;
    background-color: #011e2c;
}


/* serfot */

.serfot {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.serfot li {
    float: left;
    width: 240px;
    height: 43px;
    line-height: 45px;
    color: #abb0b6;
    padding: 20px 30px;
    margin-top: 20px;
}

.serfot li img {
    display: inline;
    vertical-align: top;
    padding-right: 30px;
}

.fotlogo li {
    float: left;
    width: 290px;
    height: 120px;
    color: #abb0b6;
    margin-top: 40px;
    line-height: 25px;
    padding: 0 50px;
}

.fotlogo li a {
    color: #abb0b6;
}

.fotlogo li ol li {
    height: 30px;
    margin-top: 0;
    font-size: 14px;
}


/* combox */

.phone {
    width: 170px;
    height: 44px;
    background: #000 url(../images/phone.png) no-repeat 10px center;
    color: #fff;
    line-height: 44px;
    border-radius: 30px;
    padding-left: 20px;
    position: fixed;
    top: 340px;
    right: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9999999999999999;
}

.combox {
    position: fixed;
    width: 50px;
    height: 160px;
    top: 400px;
    right: 20px;
    z-index: 9999999999999999;
}

.combox li.ggth {
    width: 50px;
    height: 50px;
    background: url(../images/combg.png) no-repeat center center;
    cursor: pointer;
}

.combox li.onth {
    background-position: top center;
}

.combox li.tith {
    background-position: bottom center;
}

.combox li:hover {
    transform: rotateY(180deg);
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    100% {
        transform: rotate(1800deg)
    }
}


/*example  info*/

.pageBanner {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: auto;
    top: 70px;
    padding: 0;
    overflow: hidden;
}

.pageBanner .BgImg {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pageBanner .BgImg img {
    width: 100%;
}

img {
    border: 0;
}

.pageBanner .ContD {
    width: 90rem;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -720px;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.pageBanner .ContD .title {
    font-size: 46px;
    font-weight: bold;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pageBanner .ContD {
    width: 90rem;
    width: 100%\0;
    position: absolute;
    top: 4%;
    left: 50%;
    margin-left: -720px;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.animationstyle {
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.pageBanner .ContD .slogan {
    font-size: 16px;
    width: 800px;
    margin: 30px auto 10px;
    line-height: 28px;
}

.pageBanner .ContD .more a {
    display: block;
    width: 128px;
    text-align: left;
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    height: 38px;
    border: solid 1px #fff;
    margin: 40px auto 0;
    background: url(../images/more05.png) right 2.5rem center no-repeat;
    background-image: url(../images/more05.png)\0;
    background-position: 124px 16px\0;
    background-repeat: no-repeat\0;
    transition: all 0.5s ease;
}

.pageBanner .ContD .more a:hover {
    border-color: #fff;
    color: #1d7be6;
    background: #fff url(../images/more04.png) right 1.5rem center no-repeat;
    background-image: url(../images/more04.png)\0;
    background-repeat: no-repeat\0;
    background-position: right 10px center\0;
    background-color: #fff;
}

.clear {
    zoom: 1;
    clear: both;
}

.caseTop {
    width: 68.75rem;
    width: 1100px\0;
    height: 37.5rem;
    height: 600px\0;
    position: relative;
    z-index: 2;
    left: 50%;
    margin: -85px 0 5rem -34.375rem;
    margin: -85px 0 80px -550px\0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.caseTop .caseBg {
    width: 68.75rem;
    width: 1100px\0;
    height: 37.5rem;
    height: 600px\0;
    position: relative;
    z-index: 2;
}

.caseTop .caseBg img {
    width: 68.75rem;
    width: 1100px\0;
    height: 37.5rem;
    height: 600px\0;
}

.caseTop .caseLink {
    width: 66.25rem;
    height: 2.5rem;
    width: 1060px\0;
    height: 40px\0;
    position: absolute;
    top: 1.375rem;
    top: 22px\0;
    left: 1.25rem;
    left: 20px;
    z-index: 3;
}

.caseTop .caseLink p {
    position: absolute;
    height: 1.5rem;
    height: 24px\0;
    line-height: 1.5rem;
    line-height: 24px\0;
    left: 5rem;
    left: 80px;
    top: 0.5rem;
    top: 8px;
    font-size: 0.875rem;
    font-size: 14px\0;
    color: #999;
    z-index: 4;
}

.caseTop .caseLink img {
    width: 66.25rem;
    height: 2.5rem;
    width: 1060px\0;
    height: 40px\0;
    position: relative;
    z-index: 3;
}

.caseTop .caseImg {
    width: 66.25rem;
    width: 1060px\0;
    height: 32.25rem;
    height: 516px\0;
    position: absolute;
    top: 3.875rem;
    top: 62px\0;
    left: 1.25rem;
    left: 20px\0;
    z-index: 3;
    overflow: hidden;
}

.caseTop .caseImg img {
    width: 66.25rem;
    width: 1060px\0;
}

.caseContent {
    width: 90rem;
    width: 100%\0;
    margin: 5rem auto;
    margin: 80px auto\0;
}

.caseContent .title {
    font-size: 32px;
    text-align: center;
    width: 100%;
    color: #333;
    font-weight: bold;
}

.caseContent .cont {
    margin-top: 2.5rem;
    font-size: 16px;
    line-height: 1.75rem;
    line-height: 28px\0;
}

.caseDetails {
    width: 1200px;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0 auto 0;
    text-align: center;
}

.caseDetails img {
    max-width: 100%;
    margin: 10px 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.linkpage {
    width: 1200px;
    margin: 10px auto;
    text-align: center;
    padding: 3.5rem 0;
    padding: 56px 0\0;
}

.linkpage a.prevnext {
    display: inline-block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    line-height: 57px\0;
    text-align: center;
    background: #5f5f5f;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.linkpage a.back {
    display: inline-block;
    margin: 0 1rem;
    width: 256px;
    height: 52px;
    line-height: 50px;
    line-height: 56px\0;
    text-align: center;
    border: 1px solid #a3a3a3;
    color: #4e4e4e;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.linkpage a.prevnext:hover,
.linkpage a.back:hover {
    background: #1d7be6;
    color: #fff;
}


/*newsxq*/

.banInner {
    height: 470px;
}

.banInner .imgBg {
    width: 100%;
    height: 470px;
    background: url(../images/20181102142432270.jpg) no-repeat center center;
    position: relative;
}

.imgBg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgim {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(1, 30, 44, .5);
    background-color: #011e37\0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.wrap {
    position: relative;
}

.banConBg {
    width: 1200px;
    margin: 0 auto;
}

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.container:before {
    display: table;
    content: " ";
}

.banCon {
    margin-top: -250px;
    color: #FFFFFF;
}

.banDouHao {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/banDouHao.png) center center no-repeat;
    background-size: contain;
    margin-bottom: 0.1rem;
}

.banLef {
    float: left;
    width: 44%;
    max-width: 490px;
}

.banH2 {
    font-size: 32px;
    line-height: 60px;
    margin-bottom: 10px;
}

.banH2 strong {
    font-size: 48px;
    font-family: Arial;
    margin-right: 15px;
}

.banH2 img {
    max-width: 32px;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -4px;
    display: inline-block;
}

.banDes {
    font-size: 16px;
    line-height: 36px;
}

.banRig {
    float: right;
    width: 35%;
    text-align: right;
}

.newsipt {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: #ddd solid 1px;
    position: relative;
}

.newsipt input {
    width: 230px;
    height: 40px;
    color: #999;
    text-indent: 20px;
    border: none;
    outline: none;
}

.newsipt .newsline {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #ddd;
    top: 10px;
    left: 230px;
}

.newsipt .newssearch {
    position: absolute;
    top: 14px;
    right: 17px;
    width: 15px;
    height: 15px;
    border: none;
    outline: none;
    background: transparent url(../images/search2.png) no-repeat center center;
    background-image: url(../images/search3.png)\0;
    background-position: center center\0;
    background-repeat: no-repeat\0;
    background-size: 100% 100%;
}

.breadcrumb {
    padding: 0;
    background: none;
    border-radius: 0;
    line-height: 30px;
    padding: 14x 0;
    margin-bottom: 10px;
    margin-top: 66px;
    margin-right: 5px;
}

.breadcrumb>li:first-child {
    padding-left: 25px;
    background: url(../images/breadNavBg.png) left center no-repeat;
}

.breadcrumb>li {
    display: inline-block;
    animation-name: uk-fade-scale-02;
    animation-duration: .8s;
}

.breadcrumb>li a {
    font-size: 14px;
}

.banRig a {
    color: #FFFFFF;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #FFFFFF;
    font-size: 14px;
}

.breadcrumb>li+li::before {
    content: ">";
    color: #FFFFFF;
    padding: 0 5px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    animation-name: uk-fade-scale-02;
    animation-duration: .8s;
}

.category li {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    padding-left: 25px;
}

.category li:first-child {
    padding-left: 0;
}

.category li a {
    display: block;
    position: relative;
    padding: 8px 0;
}

.category li a:hover {
    border-bottom: #ff0000 solid 1px;
}

.category li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #ff0000;
}

.category li a:not(.active):hover:after {
    width: 100%;
    transition: all 0.3s linear;
}

.category li a.active:after {
    width: 100%;
    transition: all 0.3s linear;
}

.grayBg {
    background-color: #f0f0f0;
}

.mainBg {
    background-image: url(../images/mainBg.png);
    background-attachment: fixed;
    background-position: center 1.2rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.mainBg .container {
    position: relative;
}

.banCir {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -30px;
    flex-direction: column;
    justify-content: center;
    animation-name: banCir;
}

.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    align-items: center;
    display: none\0;
}

@keyframes banCir {
    0% {
        top: 0;
        opacity: 1;
    }
    70% {
        top: 40px;
        opacity: 0;
    }
    100% {
        top: 0;
    }
}

.banCir i {
    display: block;
    width: 20px;
    height: 17px;
    background: url(../images/logo22.png) center center no-repeat;
    background-size: contain;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}

.banCira {
    position: absolute;
    bottom: 17px;
    left: 54px;
    font-size: 14px;
    color: #999;
}

.banCir span {
    width: 1px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
}

.banCir span:after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #3885db;
    opacity: 0.5;
    animation: banCir 3s linear infinite;
}

.caseBox {
    padding-bottom: 80px;
    margin-top: 80px;
}

.newsLef {
    float: left;
    width: 780px;
    background: #FFFFFF;
    padding: 40px 30px;
}

.newsRig {
    float: right;
    width: 30%;
}

.newsTop {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    position: relative;
    margin-bottom: 60px;
}

.text-center {
    text-align: center;
}

.newsH1 {
    font-size: 30px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 140%;
}

.newsClock {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin: 10px 0;
}

.newsClock span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.newsText {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.newsText p {
    margin: 20px 0;
}

.newsText img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px auto;
}

.newsTag {
    background: url(../images/newsTag.png) left 10px no-repeat;
    padding-left: 25px;
    font-size: 0;
    margin: 30px 0;
}

.newsTag a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #317ed4;
    line-height: 24px;
    padding: 5px 0;
    border-bottom: 1px dashed #DDDDDD;
}

.newsTag a:hover {
    border-bottom-color: #317ed4;
}

.newsTag a:nth-child(1):after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #317ed4;
    margin: 0 5px;
}

.newsBot {
    border-top: 1px solid #dddddd;
    overflow: hidden;
    padding: 25px 0 30px;
}

.newsPage {
    float: left;
    width: 80%;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsPage p a {
    color: #666666;
    padding-left: 17px;
    background: url(../images/newsPageBg1.png) left center no-repeat;
    transition: all 0.3s linear;
}

.newsPage p a:hover {
    color: #317ed4;
    background-image: url(../images/newsPageBg2.png);
}

.goList2 {
    display: block;
    float: right;
    width: 20%;
    max-width: 127px;
    line-height: 34px;
    background: #eeeeee;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.goList2 img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    display: inline-block;
}

.goList2:hover {
    box-shadow: 1px 0 0 #317ed4 inset;
    color: #333333;
}

.newsRig {
    float: right;
    width: 340px;
}

.newsRigBox {
    background: #FFFFFF;
    margin-bottom: 30px;
    padding: 30px 30px;
}

.messTit {
    font-size: 24px;
    color: #000000;
    margin: 20px 0;
    margin-top: 10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.newsB1 li {
    margin-bottom: 0.2rem;
}

.newsB1 li a {
    display: block;
}

.newsB1 img {
    margin: 0 auto 0.1rem;
    width: 100%;
    height: 150px;
}

.newsB1Tit {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin: 10px 0;
}

.newsB1Des {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.newsB1Des p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsB1 .hm7Con2More {
    position: static;
    float: none;
    transform: translateY(0);
    margin: 10px 0 15px;
}

.newsB1 li a:hover .newsB1Tit {
    color: #317ed4;
    transition: all 0.3s linear;
}

.newsB1 .hm7Con2More i {
    margin-left: 0;
}

.col-md-6 {
    width: 580px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.hmTitIco {
    display: block;
    width: 20px;
    height: 11px;
    background: url(../images/logoIcoWhite.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0.3rem;
}

.hmTitIco2 {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin-left: 0.08rem;
}

.hm7Con2More span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 1px;
    background: #317ed4;
    opacity: 0.5;
    transition: all 0.5s linear;
}

.list-unstyled:hover .hm7Con2More span {
    width: 100px;
}

.newCase li {
    margin: 10px 0;
}

.newCase li a {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    transition: all 0.3s linear;
}

.newCase li a:hover {
    color: #ff0c0c;
}

.newCase span {
    color: #ff0c0c;
    font-family: Arial;
}


/*news*/

.newsList {
    margin: 0 0px;
}

.caseList {
    font-size: 0;
    margin: 80px auto;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 10px;
}

.newsList li {
    padding: 0 10px;
    margin-top: 25px;
}

.newsLink {
    display: block;
    padding: 40px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
}

.hm7Con3Time {
    float: left;
    width: 90px;
    font-size: 14px;
    font-family: Arial;
    color: #666666;
    padding-right: 10px;
}

.hm7Con3Time span {
    display: block;
    font-size: 48px;
    color: #333333;
    line-height: 100%;
}

.newsTime {
    width: 140px;
    padding: 15px 0 0;
    text-align: center;
}

.newsTime i {
    display: block;
    width: 45px;
    height: 1px;
    background: #e7e7e7;
    margin: 20px auto;
}

.newsCon {
    overflow: hidden;
    border-left: 1px solid #e7e7e7;
    padding: 0 5% 0 8%;
}

.newsTit {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    height: 22px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
}

.newsLink:hover .newsTit {
    color: #3885db;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.newsDes {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: 10px 0;
}

.hm7Con2More {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newsCon .hm7Con2More {
    position: static;
    float: none;
    transform: translateY(0);
    margin-top: 20px;
}

.page {
    margin: 60px 0;
    text-align: center;
    font-size: 0;
}

.page a,
.page span,
.page input {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: Arial;
    margin: 0 10px;
    color: #222222;
    cursor: pointer;
}

.page .newstzy {
    color: #ff0c0c;
    text-decoration: line-through;
}


/*联系我们*/

.pageBanner2 {
    top: 5px;
}

.pageBanner .Cont .title {
    font-size: 70px;
    width: 100%;
}

.pageBanner .Cont {
    width: 1160px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -580px;
    z-index: 2;
    color: #fff;
}

.pageBanner .Cont .slogan {
    font-size: 16px;
    line-height: 38px;
    margin-top: 40px;
}

.pageBanner .Cont .more a {
    display: block;
    width: 128px;
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    height: 38px;
    border: solid 1px #fff;
    margin-top: 40px;
    background: url(../images/more05.png) right 2.5rem center no-repeat;
    background-image: url(../images/more05.png)\0;
    background-position: 124px 16px\0;
    background-repeat: no-repeat\0;
    transition: all 0.5s ease;
}

.pageContact {
    width: 100%;
    padding: 0;
    margin: 60px auto;
}

.pageContact .title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.pageContact .title p {
    font-size: 46px;
    color: #333;
    margin-bottom: 10px;
}

.pageContact .list {
    width: 1160px;
    margin: 60px auto;
}

.pageBanner .Cont .more a:hover {
    border-color: #fff;
    color: #1d7be6;
    background: #fff url(../images/more04.png) right 1.5rem center no-repeat;
    background-image: url(../images/more04.png)\0;
    background-repeat: no-repeat\0;
    background-position: right 10px center\0;
    background-color: #fff;
}

.pageContact .list dl {
    float: left;
    width: 17%;
    padding: 0 4%;
}

.pageContact .list dl dt {
    width: 45px;
    height: 44px;
    margin: 0;
    transition: 400ms;
    -webkit-transition: 400ms;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
}

.pageContact .list dl:nth-child(1) dt {
    background: url(../images/contactIcon1.png) center center no-repeat;
}

.pageContact .list dl:first-child dt {
    background: url(../images/contactIcon1.png) center center no-repeat;
}

.pageContact .list dl:nth-child(2) dt {
    background: url(../images/contactIcon2.png) center center no-repeat;
}

.pageContact .list dl:first-child+dl dt {
    background: url(../images/contactIcon2.png) center center no-repeat;
}

.pageContact .list dl:nth-child(3) dt {
    background: url(../images/contactIcon3.png) center center no-repeat;
}

.pageContact .list dl:first-child+dl+dl dt {
    background: url(../images/contactIcon3.png) center center no-repeat;
}

.pageContact .list dl:nth-child(4) dt {
    background: url(../images/contactIcon4.png) center center no-repeat;
}

.pageContact .list dl:first-child+dl+dl+dl dt {
    background: url(../images/contactIcon4.png) center center no-repeat;
}

.pageContact .list dl:nth-child(1):hover dt {
    background: url(../images/contactIcon1-1.png) center center no-repeat;
}

.pageContact .list dl:first-child:hover dt {
    background: url(../images/contactIcon1-1.png) center center no-repeat;
}

.pageContact .list dl:nth-child(2):hover dt {
    background: url(../images/contactIcon2-1.png) center center no-repeat;
}

.pageContact .list dl:first-child+dl:hover dt {
    background: url(../images/contactIcon2-1.png) center center no-repeat;
}

.pageContact .list dl:nth-child(3):hover dt {
    background: url(../images/contactIcon3-1.png) center center no-repeat;
}

.pageContact .list dl:first-child+dl+dl:hover dt {
    background: url(../images/contactIcon3-1.png) center center no-repeat;
}

.pageContact .list dl:nth-child(4):hover dt {
    background: url(../images/contactIcon4-1.png) center center no-repeat;
}

.pageContact .list dl:first-child+dl+dl+dl:hover dt {
    background: url(../images/contactIcon4-1.png) center center no-repeat;
}

.pageContact .list dl:hover dt {
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.pageContact .list dl dd {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.pageContact .list dl dd p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 20px auto 10px;
}

.pageContact .list dl:hover dd,
.pageContact .list dl:hover dd p {
    color: #1d7be6;
}

.pageContact .list dl dd a:hover {
    color: #1d7be6;
}

.pageMap {
    width: 100%;
    height: 640px;
    background-color: #f5f5f5;
    position: relative;
    min-width: 1200px;
}

.pageMap .list {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 80px;
    position: absolute;
    z-index: 99999999999999;
    background-color: #fff;
    height: 100px;
    padding: 40px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.pageMap .list dl {
    float: left;
    width: 40%;
    height: 60px;
    border-left: solid 1px #f5f5f5;
    padding: 20px 4.5%;
}

.pageMap .list dl dt {
    float: left;
    width: 88%;
    line-height: 35px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-left: 12%;
    background: url(../images/car.png) left center no-repeat;
}

.pageMap .list dl dd {
    float: left;
    width: 88%;
    padding-left: 12%;
    margin-top: 8px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
}

.pageMap .mapall2 {
    height: 640px;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    background-color: rgb(45, 45, 45);
    color: rgb(0, 0, 0);
    text-align: left;
}

.pageForm {
    width: 1160px;
    padding: 0;
    margin: 70px auto;
}

.pageForm .title {
    text-align: center;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.pageForm .title p {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.pageForm .title span {
    color: #ff4229;
}

.pageForm .list {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
}

.pageForm .row {
    width: 100%;
    clear: both;
    margin: 0 0 30px 0;
}

.pageForm .row .row_left {
    width: 570px;
    float: left;
    display: block;
}

.pageForm .row .row_left .wybcwz {
    color: #999;
    font-size: 14px;
}

.pageForm .row .row_right .wybcwz {
    color: #999;
    font-size: 14px;
}

.pageForm .row .wybcwz {
    color: #999;
    font-size: 14px;
}

.pageForm .row .row_right {
    width: 570px;
    float: right;
    display: block;
}

.pageForm input {
    outline: none;
    font-size: 14px;
}

.pageForm .txt {
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    background: #fff;
}

.pageForm .txt2 {
    width: 100%;
    height: 80px;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    background: #fff;
    resize: none;
    outline: none;
    font-family: 微软雅黑;
    font-size: 14px;
    overflow: hidden;
}

.pageForm .txt:hover {
    border-bottom: 1px solid #1d7be6;
}

.pageForm .txt2:hover {
    border-bottom: 1px solid #1d7be6;
}

.pageForm .txt.w1 {
    width: 570px;
    height: 26px;
    line-height: 20px;
}

.pageForm .row p.xin {
    color: #21282e;
    line-height: 50px;
    font-size: 14px;
    float: left;
    color: #999;
}

.pageForm .row p.xin span {
    color: #ff4229;
}

.pageForm .btn {
    float: right;
    border: 0;
    background: #1d7be6;
    border-radius: 0;
    width: 150px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #fff;
}


/**关于我们*/

.pageBanner .ContAbout {
    width: 1200px;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.pageBanner .ContAbout .title {
    font-size: 70px;
}

.pageBanner .ContAbout .list {
    width: 100%;
    text-align: center;
    margin-top: 120px;
}

.pageBanner .ContAbout .list dl {
    display: inline-block;
    width: 390px;
    line-height: 60px;
    padding: 20px 0;
    height: 100px;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.pageBanner .ContAbout .list dl dt {
    font-size: 70px;
    font-weight: bold;
    position: relative;
}

.pageBanner .ContAbout .list dl dd {
    font-size: 18px;
}

.pageBanner .ContAbout .list dl dt span.plus {
    position: absolute;
    bottom: 0;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
}

.pageBanner .ContAbout .list dl:first-child {
    border-left: 0;
}

.about01 {
    width: 1200px;
    margin: 120px auto;
    position: relative;
}

.about01 .aboutc {
    float: left;
    width: 100%;
}

.about01 .cont {
    width: 650px;
}

.fl {
    float: left;
}

.about01 .cont .title {
    font-size: 2.5rem;
    font-size: 40px\0;
    width: 100%;
    color: #000;
    line-height: 3.25rem;
    font-weight: bold;
}

.about01 .cont .con {
    font-size: 14px;
    width: 100%;
    line-height: 28px;
    color: #999;
}

.about01 .cont .con p {
    margin-top: 15px;
}

.about01 .img {
    width: 500px;
    height: 300px;
}

.fr {
    float: right;
}

.about01 .img img {
    width: 500px;
    height: 300px;
}

.about01 .list {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

.about01 .list dl {
    display: inline-block;
    width: 232px;
}

.about01 .list dl dt .img1 {
    display: block;
}

.about01 .list dl dt img {
    width: 60px;
    height: 50px;
}

.about01 .list dl dt .img2 {
    display: none;
}

.about01 .list dl dd {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-top: 15px;
}

.about01 .list dl:hover dd {
    font-size: 16px;
    line-height: 26px;
    color: #1d7be6;
    margin-top: 15px;
}

.about01 .list dl dt {
    width: 60px;
    height: 50px;
    margin: auto;
    transition: 400ms;
    -webkit-transition: 400ms;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
}

.about01 .list dl:hover dt .img2 {
    display: block;
}

.about01 .list dl:hover dt .img1 {
    display: none;
}

.about01 .list dl dt .img2 {
    display: none;
}

.about02 {
    width: 100%;
    padding: 0 0;
    position: relative;
    margin-bottom: 200px;
}

.about02 .Bg {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about02 .Bg img {
    width: 100%;
}

.about02 .cont {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 93.75%;
    padding: 0;
    margin: 0 3.125%;
}

.about02 .cont .con {
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 3;
    height: 100%;
}

.about02 .cont .con .title {
    float: left;
    width: 720px;
    height: 497px;
}

.about02 .cont .con .title span {
    float: left;
    font-size: 2.875rem;
    font-size: 46px\0;
    color: #fff;
    width: 100%;
    margin-top: 6.875rem;
    margin-top: 110px\0;
}

.about02 .cont .con .title p {
    float: left;
    width: 3.75rem;
    width: 60px\0;
    height: 0.25rem;
    height: 4px\0;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: #f7f7f7\0;
    margin-top: 1.5625rem;
    margin-top: 25px\0;
}

.about02 .cont .con .list {
    width: 640px;
    min-height: 440px;
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    padding: 40px;
    background-color: rgba(255, 255, 255, 1);
    background-color: #ffffff\0;
}

.about02 .cont .con .list dl {
    margin-bottom: 20px;
}

.about02 .cont .con .list dl dt {
    font-size: 1.5rem;
    font-size: 24px\0;
    color: #333;
    font-weight: bold;
}

.about02 .cont .con .list dl dd {
    font-size: 0.875rem;
    font-size: 14px\0;
    line-height: 1.625rem;
    line-height: 30px\0;
    color: #999;
    margin-top: 10px;
}

.about02 .cont .line {
    position: absolute;
    z-index: 2;
    height: 32.5rem;
    background: #fff;
    width: 50%;
    right: 0;
    bottom: 0;
}


/*服务*/

.btn.btn-lg {
    padding: 15px 30px;
    font-size: 16px;
}

.btn-outline-white {
    width: 200px !important;
    height: 56px !important;
    background: rgba(75, 160, 216, 1) !important;
    border-radius: 4px !important;
    border: 0px solid red !important;
    line-height: 180px;
    margin-top: 80px;
    color: #fff;
}

.margin-top-20 {
    margin-top: 20px;
}

.view img,
.view video {
    position: relative;
    display: block;
}

.margin_auto {
    margin: 0 auto;
}

.services2 {
    width: 1200px;
    margin: 50px auto;
    font-family: 微软雅黑;
}

.services2 .h3 {
    font-weight: 500;
    line-height: 40px;
    font-size: 32px;
    color: #666;
    margin-bottom: 40px;
}

.services2 .h3 span {
    font-size: 28px;
    padding-left: 8px;
}

.services2 .my-5 {
    margin-top: 20px!important;
}

.text-center {
    text-align: center!important;
}

.product_top_nav {
    text-align: center;
}

.product_top_nav a {
    padding-right: 15px;
    padding-left: 15px;
    color: #999;
    position: relative;
}

.product_top_nav a:hover {
    color: #1d7be6;
}

.fs_d9d {
    color: #D9D9D9;
}

.a_xhx {
    /* text-decoration: underline; */
    color: #1A1A1A!important;
}

.a_xhx:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -0.75rem;
    width: 1.5rem;
    height: 0px;
    border-bottom: 3px solid;
    border-color: #47A1FF;
}

.font_14 {
    font-size: 16px;
}

.margin-top-10 {
    margin-top: 10px;
}

.d-xl-block {
    display: block!important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.margin-top-200 {
    margin-top: 200px;
}

.margin-bottpm50 {
    margin-top: 50px;
}

.row {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
    padding: 0 0;
}

.margin-top-60 {
    margin-top: 80px;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important;
}

.col-md-6 {
    float: left;
}

.col-md-62 {
    float: right;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.font_400 {
    font-weight: 400;
}

.font_30 {
    font-size: 30px;
}

.fs_4ba {
    color: #4BA0D8;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.font_16 {
    font-size: 16px;
}

.fs_666 {
    color: #666666!important;
}

.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.line-height-24 {
    line-height: 24px;
}

.mr20 {
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 20px;
}

.mr202 {
    padding-right: 20px;
    padding-left: 40px;
    padding-top: 20px;
}

.col-md-66 {
    float: left;
}

.widk580 {
    width: 580px;
}

@media screen and (max-width: 1600px) {
    .caseContent {
        width: 75rem;
    }
    .caseDetails {
        width: 75rem;
    }
    /*news*/
    .banInner,
    .banInner .imgBg {
        height: 420px;
    }
    .banCon {
        margin-top: -250px;
    }
}