#header {
    width: 100%;
    height: 1070px;
    overflow: hidden;
    position: relative;
}

#header .swiper-container {
    width: 100%;
    height: 945px;
}

#header .swiper-slide img {
    width: 100%;
    height: 945px;
}

#headerTop {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 400;
}

#detailsheaderTop {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: #000;
}

.headerTopMain {
    padding: 5px 60px;
    overflow: hidden;
}

#detailsheaderTop .headerTopMain {
    padding: 0px;
    width: 1200px;
    margin: 0px auto;
}

#logo {
    display: block;
    float: left;
    overflow: hidden;
}

#logo a,
#logo img {
    display: block;
}

#nav {
    height: auto;
    overflow: hidden;
    float: right;
}

#nav .hot-line {
    display: flex;
    align-items: center;
    line-height: 15px;
}

#nav .hot-line span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: PingFang-SC-Bold;
}

#nav .hot-line img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

#nav li {
    float: left;
    height: auto;
    overflow: hidden;
}

#nav li a {
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: block;
    padding: 0px 15px;
}

#nav li.cur a,
#nav li a:hover {
    border-bottom: 3px solid #1ABC9C;
    height: 37px;
}

.yuan {
    width: 24%;
    height: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-left: -12%;
    top: 50%;
    margin-top: -14%;
    opacity: 0;
    animation: yuan 40s linear 1.6s infinite;
    -webkit-animation: yuan 40s linear 1.6s infinite;
    -ms-animation: yuan 40s linear 1.6s infinite;
    -moz-animation: yuan 40s linear 1.6s infinite;
}

.yuan img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

@-webkit-keyframes yuan {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: rotate(108deg);
    }
    100% {
        transform: rotate(1080deg);
        opacity: 1;
    }
}

@-moz-keyframes yuan {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: rotate(108deg);
    }
    100% {
        transform: rotate(1080deg);
        opacity: 1;
    }
}

@-ms-keyframes yuan {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: rotate(108deg);
    }
    100% {
        transform: rotate(1080deg);
        opacity: 1;
    }
}

@keyframes yuan {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: rotate(108deg);
    }
    100% {
        transform: rotate(1080deg);
        opacity: 1;
    }
}

#header .btn {
    /* width: 24%; */
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-left: -10%;
    top: 65%;
}

#header .btn a {
    display: inline-block;
    width: 158px;
    line-height: 48px;
    text-align: center;
    outline: none;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px;
    cursor: pointer;
}

#header .btn a:nth-child(1) {
    border: 1px solid transparent;
    background-color: #1ABC9C;
}

#header .btn a:nth-child(1):hover {
    background-color: rgb(10, 175, 142);
}

#header .btn a:nth-child(2) {
    background-color: transparent;
    border: 1px solid #fff;
}

#header .btn a:nth-child(2):hover {
    background-color: rgba(255, 255, 255, .3);
}

.embellish {
    width: 15%;
    height: auto;
    position: absolute;
    z-index: 20;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    animation: embellish 0.1s linear 1.6s infinite;
    -webkit-animation: embellish 0.1s linear 1.6s infinite;
    -ms-animation: embellish 0.1s linear 1.6s infinite;
    -moz-animation: embellish 0.1s linear 1.6s infinite;
}

.embellish img {
    width: 100%;
    height: auto;
    display: block;
}

@-webkit-keyframes embellish {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes embellish {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes embellish {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

@keyframes embellish {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

#content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.item {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#service {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f4f4f4;
}

.itemHeader {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.itemHeader dt {
    font-size: 30px;
    color: #666666;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 90px;
    font-family: "PINGFANGBOLD";
}

.itemHeader dd {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.itemContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0px;
}

#service .itemContent ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

#service .itemContent li {
    display: inline-block;
    width: 260px;
    height: 330px;
    position: relative;
    z-index: 10;
    background: #fff;
    background: #fff;
    vertical-align: middle;
    margin: 10px 30px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
}

#service .itemContent li span.img {
    transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -32px;
    z-index: 20;
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 64px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

#service .itemContent li span.img img {
    display: block;
    margin: 10px auto;
}

#service .itemContent li dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 110px;
    text-align: center;
}

#service .itemContent li dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-family: "PINGFANGMEDIUM";
}

#service .itemContent li dd {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 6px;
}

#service .itemContent li dd em {
    /* font-size: 14px;
	color: #1ABC9C; */
    width: 53px;
    height: 3px;
    background-color: #828282;
    display: inline-block;
    border-radius: 1px;
}

#service .itemContent li dd div {
    font-size: 14px;
    color: #666666;
    padding: 17px;
    /* height: auto; */
    /* overflow: hidden; */
    line-height: 26px;
}

#service .itemContent li.service1 .img {
    background: url(../img/A1.png) center center no-repeat;
}

#service .itemContent li.service1:hover .img {
    background: url(../img/A3.png) center center no-repeat;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

#service .itemContent li.service1:hover em {
    background-color: #1ABC9C;
}

#service .itemContent li.service2 .img {
    background: url(../img/B1.png) center center no-repeat;
}

#service .itemContent li.service2:hover .img {
    background: url(../img/B3.png) center center no-repeat;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

#service .itemContent li.service2:hover em {
    background-color: #1ABC9C;
}

#service .itemContent li.service3 .img {
    background: url(../img/C1.png) center center no-repeat;
}

#service .itemContent li.service3:hover .img {
    background: url(../img/C3.png) center center no-repeat;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

#service .itemContent li.service3:hover em {
    background-color: #1ABC9C;
}

#service .itemContent li.service4 .img {
    background: url(../img/D1.png) center center no-repeat;
}

#service .itemContent li.service4:hover .img {
    background: url(../img/D3.png) center center no-repeat;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

#service .itemContent li.service4:hover em {
    background-color: #1ABC9C;
}

.swiper-pagination-bullet {
    border: 1px solid #333;
    background: #333333;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

#about {
    background: #fff;
}

#cooperation .aboutMain {
    margin-bottom: -60px;
    width: 100%;
    height: 475px;
    background: url('/img/beijin.png') no-repeat;
    position: relative;
    z-index: 10;
}

#cooperation .aboutMain ul {
    text-align: center;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    z-index: 20;
}

@-webkit-keyframes aboutafterbg {
    from {
        top: 100%;
    }
    to {
        top: 0px;
    }
}

@-moz-keyframes aboutafterbg {
    from {
        top: 100%;
    }
    to {
        top: 0px;
    }
}

@-ms-keyframes aboutafterbg {
    from {
        top: 100%;
    }
    to {
        top: 0px;
    }
}

@keyframes aboutafterbg {
    from {
        top: 100%;
    }
    to {
        top: 0px;
    }
}

@-webkit-keyframes aboutbefore {
    from {
        top: 100%;
    }
    to {
        top: 0px;
    }
}

@-moz-keyframes aboutbefore {
    from {
        top: 100%;
    }
    to {
        top: 0px;
    }
}

@-ms-keyframes aboutbefore {
    from {
        top: 100%;
    }
    to {
        top: 0px;
    }
}

@keyframes aboutbefore {
    from {
        top: 100%;
    }
    to {
        top: 0px;
    }
}

@-webkit-keyframes aboutulafterbg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes aboutulafterbg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes aboutulafterbg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes aboutulafterbg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#cooperation .aboutMain li {
    display: inline-block;
    margin: 80px 8% 0px;
    vertical-align: middle;
}

#cooperation .aboutMain li .line {
    display: flex;
    align-items: center;
}

#cooperation .aboutMain li span {
    color: #21EFDD;
}

#cooperation .aboutMain li span:first-child {
    font-size: 56px;
}

#cooperation .aboutMain li span:last-child {
    font-size: 50px;
}

#cooperation .aboutMain li em {
    display: inline-block;
    margin: 30px 0;
    font-size: 20px;
    color: #fff;
}

#cooperation .aboutMain li img {
    height: 63px;
}

#cooperation .aboutMain li .horizontal {
    margin: 30px auto 0;
    width: 65px;
    height: 4px;
    border-radius: 1px;
    background-color: #21EFDD;
}


/* 开发流程 */

#process {
    /* background: url('../img/开发流程.png') no-repeat; */
    /* width: 100%; */
    /* height: 921px; */
}

#process .swiper-container {
    height: 868px;
    width: 100%;
}

#process .swiper-container img {
    height: 868px;
}

#process .swiper-container .swiper-button-prev {
    left: 150px !important;
}

#process .swiper-container .swiper-button-next {
    right: 150px !important;
}


/* 案例 */

#case {
    /* width: 100%; */
    width: 1500px;
    margin: 0 auto 90px;
    height: auto;
}

#case .btns {
    width: 600px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-around;
}

#case .btns a {
    display: block;
    text-align: center;
    width: 210px;
    line-height: 54px;
    border-radius: 54px;
    outline: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

#case .btns a:nth-child(1) {
    background-color: #1ABC9C;
    color: #fff;
}

#case .btns a:nth-child(1):hover {
    background-color: rgb(13, 182, 148);
}

#case .btns a:nth-child(2) {
    background-color: transparent;
    color: #1ABC9C;
    border: 1px solid #1ABC9C;
}

#case .btns a:nth-child(2):hover {
    background-color: rgb(214, 240, 234);
}

#case .swiper-container {
    width: 100%;
    margin-top: 40px;
}

#case .swiper-wrapper {
    width: 1232px;
    margin: 0 auto;
}

#case .swiper-slide .caseItem {
    width: 290px;
    height: 355px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-right: 24px;
    position: relative;
}

#case .swiper-slide .caseItem .mask {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#case .caseItem .mask .code {
    height: 100%;
    /* display: flex; */
    /* flex-direction: column;
	align-items: center;
	justify-content: center; */
    margin: 40px auto;
}

#case .caseItem .mask .codeImg {
    width: 153px;
    height: 153px;
}

#case .caseItem .mask .text {
    margin: 0 auto;
    margin-top: 40px;
    background-color: #1ABC9C;
    color: #FFFFFF;
    width: 130px;
    line-height: 30px;
    border-radius: 30px;
}

#case .swiper-slide .caseItem:nth-child(4n) {
    margin-right: 0;
}

#case .swiper-slide .caseItem dt {
    width: 290px;
    height: 235px;
    overflow: hidden;
}

#case .swiper-slide .caseItem .proImg {
    width: 290px;
    height: 235px;
    object-fit: cover;
    display: block;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

#case .swiper-slide .caseItem p {
    padding: 0 20px;
    font-size: 20px
}

#case .swiper-slide .caseItem dd div {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

#case .swiper-slide .caseItem:hover .mask {
    opacity: 1;
    transition: .8s;
    /* background-color: #1ABC9C; */
    /* animation: shake 800ms ease-in-out; */
}

#case .swiper-slide .caseItem:hover .proImg {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


/* #case .swiper-slide .caseItem:hover p,
#case .swiper-slide .caseItem:hover div{
	color: #fff;
} */


/*抖动效果*/


/* @keyframes shake {	
		10%, 90% { transform: translate3d(-1px, 0, 0); }
		20%, 80% { transform: translate3d(+2px, 0, 0); }
		30%, 70% { transform: translate3d(-4px, 0, 0); }
		40%, 60% { transform: translate3d(+4px, 0, 0); }
		50% { transform: translate3d(-4px, 0, 0); }
} */

#partner .partnerMain {
    width: 1200px;
    height: auto;
    /* overflow: hidden; */
    margin: 0px auto;
}

#partner .swiper-partner {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}

#partner .swiper-slide {
    background: #fff;
}

#partner .swiper-slide li {
    width: 198px;
    height: 152px;
    overflow: hidden;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    position: relative;
    z-index: 10;
}

#partner .swiper-slide li span {
    transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    width: 100%;
    height: 100%;
    line-height: 152px;
    overflow: hidden;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 30;
    top: 0px;
    left: 0px;
    background: #fff;
}

#partner .swiper-slide li span.b {
    z-index: 20;
    top: 100%;
}

#partner .swiper-slide li span img {
    display: inline-block;
    vertical-align: middle;
}

#partner .swiper-slide li:hover span.t {
    top: -100%;
}

#partner .swiper-slide li:hover span.b {
    top: 0;
}

#partner .itemContent {
    padding: 0;
}

#partner .swiper-container {
    padding: 60px 0;
}

#partner .swiper-pagination {
    top: 390px;
}

#news {
    background: #fff;
}

#news .swiper-news {
    width: 1204px;
    height: auto;
    overflow: hidden;
}

#news .swiper-news li {
    width: 360px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 62px;
}

#news .swiper-news li:last-child {
    margin-right: 0;
}

#news .swiper-news li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#news .swiper-news li span.img {
    width: 100%;
    height: 240px;
    display: block;
    overflow: hidden;
}

#news .swiper-news li span.img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

#news .swiper-news li dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #323232;
    margin-top: 12px;
}

#news .swiper-news li dd {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #999999;
    margin-top: 12px;
}

#news .swiper-news li dd em {
    width: 39px;
    height: 12px;
    margin-top: 4px;
    display: block;
    float: right;
    background: url(../imgaes/more.png) no-repeat;
}

#news .swiper-news li a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#news .newsMain {
    position: relative;
    z-index: 20;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

#news .newsMain .swiper-button-prev {
    left: 50%;
    margin-left: -720px;
    width: 76px;
    height: 76px;
    background: url(../imgaes/icon_perv.png) no-repeat;
}

#news .newsMain .swiper-button-next {
    left: inherit;
    right: 50%;
    margin-right: -720px;
    width: 76px;
    height: 76px;
    background: url(../imgaes/icon_last.png) no-repeat;
}

#map {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#map img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}


/* 底部 */

#footer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#footer .content {
    width: 1200px;
    margin: 0 auto;
}

#footer .footerTop {
    height: 433px;
    background: url('/img/footer/bg.png') center top no-repeat;
}

#footer .footerTop .advantage {
    display: flex;
    justify-content: space-between;
}

.footerTop .advantage .advantageItem {
    margin-top: 90px;
    display: flex;
    align-items: center;
}

.advantage .advantageItem .text {
    margin-left: 20px;
    font-size: 22px;
    color: #fff;
}

.contact {
    margin-top: 70px;
}

.contact .title {
    font-size: 26px;
    color: #FFFFFF;
}

.contact p {
    margin-top: 14px;
    color: #D7D7D7;
    font-size: 15px;
}

.contact .contactForm {
    margin-top: 30px;
}

.contact input[type="text"] {
    height: 40px;
    outline: none;
    text-indent: 12px;
    margin-right: 10px;
}

.contact input[type="text"]:nth-child(3) {
    width: 288px;
}

.contact button {
    width: 160px;
    height: 40px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    /* border: none; */
    outline: none;
}

.contact .submit_btn {
    border: none;
    background-color: #1ABC9C;
}

.contact .showOnLine {
    background-color: transparent;
}

.footerBottom {
    height: 487px;
    background-color: #2C2C2C;
    overflow: hidden;
}

.footerBottom .main .left {
    margin-top: 60px;
    width: 850px;
}

.main .left dl {
    float: left;
    width: 28%;
    margin-right: 30px;
    height: 257px;
    border-right: 1px solid #404040;
}

.main .left dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px;
}

.main .left dd {
    font-size: 14px;
    color: #6A6A6A;
    margin-bottom: 20px;
    cursor: pointer;
}

.main .left dd:hover,
.main .left dd.hover {
    text-decoration: underline;
    color: #1ABC9C;
}

.main .right {
    float: left;
}

.main .right dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px;
}

.main .right dd {
    font-size: 14px;
    color: #6A6A6A;
    margin-bottom: 20px;
}

.main .right dd:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.main .right .tel:before {
    background: url('/img/footer/电话.png');
}

.main .right .emil:before {
    background: url('/img/footer/邮箱.png');
}

.main .right .address:before {
    background: url('/img/footer/地址.png');
}

.main .right .codeImg {
    width: 132px;
    height: 132px;
}

.main .right p {
    width: 132px;
    text-align: center;
    font-size: 14px;
    color: #6A6A6A;
}

.friendsLink p {
    color: #A4A4A4;
}

.friendsLink {
    color: #6A6A6A;
}

.friendsLink a {
    font-size: 14px;
}

.friendsLink a:hover {
    text-decoration: underline;
    color: #1ABC9C;
}

#detailsContent {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 40px;
}

.detailsNewsMain {
    width: 790px;
    padding: 15px 28px;
    height: auto;
    overflow: hidden;
    background: #fff;
    float: left;
}

.detailsNewsMain .newsLabel {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}

.newsHeader {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.newsHeader dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
}

.newsHeader dd {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.newsHeader dd span {
    margin-right: 75px;
    font-size: 14px;
    color: #999;
}

.newsContent {
    padding: 15px 0px 20px;
    height: auto;
    overflow: hidden;
}

.newsContent p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 8px;
}

.newsContent p img {
    /* display: block; */
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.newsFooter {
    padding: 30px 0px 40px;
    height: auto;
    overflow: hidden;
}

.newsFooter li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.newsFooter li a:hover {
    color: #1abc9c;
    text-decoration: underline;
}

.moreNews {
    width: 342px;
    height: auto;
    overflow: hidden;
    float: right;
}

.moreNews .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #000;
    font-size: 16px;
}

.moreNewsList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.moreNewsList li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.moreNewsList li a {
    padding: 8px;
    height: auto;
    overflow: hidden;
    background: #fff;
    display: block;
}

.moreNewsList li img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.moreNewsList li p {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 8px 0px 2px;
    font-size: 15px;
}

.case_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.case_banner img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.caseMainOuter {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f2f2f2;
    padding: 32px 0px;
}

.caseMain {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
}

.caseMain dl {
    height: 60px;
    overflow: hidden;
    display: block;
    padding-right: 30px;
    border-right: 1px solid #999999;
}

.caseMain dt {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
}

.caseMain dd {
    line-height: 60px;
    font-size: 16px;
    float: left;
}

.caseMain p {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-flex: 1;
    padding: 0px 25px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.caseDetailsOuter {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 30px 0px;
}

.caseDetails {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.caseDetails p,
.caseDetails img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.casePage {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.casePage a {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    font-size: 18px;
    margin: 30px auto;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.casePage a:hover {
    color: #fff;
    border: 1px solid #1abc9c;
    background: #1abc9c;
}

.newHeader {
    /* width: 100%; */
    width: 1300px;
    margin: 0 auto;
    height: auto;
    /* overflow: hidden; */
    /* text-align: center; */
}

.newHeader .title {
    font-size: 30px;
    color: #666666;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin: 90px 0;
    font-family: "PINGFANGBOLD";
}

.newHeader .dd {
    /* width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 24px;
	font-size: 16px;
	line-height: 28px; */
    color: #333333;
    display: flex;
    justify-content: space-between;
}

.newHeader .dd img {
    width: 618px;
    height: 400px;
    margin-bottom: 88px;
}

.newHeader .dd .content {
    width: 579px;
}

.newHeader .dd .content .top {
    font-size: 24px;
}

.newHeader .dd .content .bottom {
    margin-top: 50px;
    line-height: 40px;
}

.toolbar {
    position: fixed;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.toolbar .item {
    width: 40px;
    height: 40px;
    margin: 15px 0;
}

.toolbar .icon1 {
    background: url('/img/电话-未点亮.png') no-repeat;
}

.toolbar .icon1:hover {
    background: url('/img/电话-点亮.png') no-repeat;
}

.toolbar .icon2 {
    background: url('/img/QQ-未点亮.png') no-repeat;
}

.toolbar .icon2:hover {
    background: url('/img/QQ-点亮.png') no-repeat;
}

.toolbar .icon3 {
    background: url('/img/微信-未点亮.png') no-repeat;
}

.toolbar .icon3:hover {
    background: url('/img/微信-点亮.png') no-repeat;
}

.toolbar .icon4 {
    background: url('/img/回到顶部-未点亮.png') no-repeat;
}

.toolbar .icon4:hover {
    background: url('/img/回到顶部-点亮.png') no-repeat;
}

.toolbar .content {
    display: none;
    background: url('/img/气泡.png') no-repeat;
    background-size: 100% 100%;
    width: 189px;
    height: 68px;
    position: absolute;
    right: 60px;
    top: 0;
    box-sizing: border-box;
    padding: 15px 20px;
}

.toolbar .wxcode {
    display: none;
    background: url('/img/wxcode.png') no-repeat;
    background-size: 100% 100%;
    width: 206px;
    height: 169px;
    position: absolute;
    right: 45px;
    top: 55px;
}