

/*index*/

.indexsum .banner {
    /*height: 100vh;*/
    min-width: 1200px;
    position: relative;
}

.banner .pictures a {
    display: block;
}

.liaojie:hover {
    background-color: #FFFFFF;
    color: #194DB6;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.banner .item {
    width: 100%;
    height: 100vh;
    display: block;
}

.banner .banner-center {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    position: absolute;
    /* z-index: 10; */
    /*top: 20%;
    left: 36.5%;*/
    opacity: 1 \0;
    margin-top: 7.5% \0;
}

.banner-center .banner-title {
    font-size: 42px;
    line-height: 67px;
}

.banner-center .banner-cname {
    font-family: "Gotham-Book", 'Microsoft Yahei';
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    min-width: 450px;
}

.banner-center .liaojie {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    margin: 50px auto;
    margin-bottom: 0px;
}

.banner .banner-line {
    position: absolute;
    bottom: 135px;
    margin: 0px -650px;
    left: 50%;
    right: 50%;
}

.banner .bottom-lan {
    width: 1366px;
    position: absolute;
    bottom: 0px;
    /*margin: 0px -650px;*/
    left: 14.2%;
    /*right: 50%;*/
    z-index: 3;
}

.bottom-lan li {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    float: left;
    width: 340px;
    /*padding-left: 60px;*/
    text-align: center;
    border-right: 2px solid #808384;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    margin-bottom: 40px;
}

.am1 {
    margin-top: 7.5% !important;
    opacity: 1 !important;
}

.bottom-lan li:last-child {
    border: 0px;
}

.bottom-lan .boldlan {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-family: "Gotham-Bold", 'Microsoft Yahei';
}

.slick-dots {
    position: absolute;
    bottom: 180px;
    text-align: right;
    width: 1200px;
    margin: 0px -600px;
    left: 50%;
    right: 50%;
}

.slick-dots li {
    display: inline-block;
    margin: 0px 5px;
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    transition: all 1s linear;
    cursor: pointer;
}

li.slick-active {
    background-color: transparent !important;
}

.slick-dots li button {
    display: none;
}

.CBusiness {}

.box .titles,
.case-wrap .titles {
    width: 300px;
    text-align: center;
    margin: 30px auto;
    margin-top: 100px;
}

.titles .heng {
    display: inline-block;
    width: 65px;
    height: 1px;
    background-color: #ccc;
    margin: 0px 5px;
    margin-bottom: 30px;
}

.titles .title-lans {
    display: inline-block;
}

.title-lans .cname {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    font-family: "Gotham-Book", 'Microsoft Yahei';
}

.title-lans .ename {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    font-family: 'gotham-medium', 'Microsoft Yahei';
}

.CBusiness {
    padding-bottom: 100px;
}

.CBusiness .business-list {
    text-align: center;
    overflow: hidden;
    height: 555px;
    width: 1500px;
}

.business-list li.slideInUp {
    position: relative;
    width: 250px;
    overflow: hidden;
    height: 555px;
    float: left;
    border-left: 7px solid #FFFFFF;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.business-list li.slideInUp:hover,
.business-list li.slideInUp.on {
    width: 460px !important;
    cursor: pointer;
}

.business-list li:hover .bus-top,
.business-list li.on .bus-top {
    opacity: 0;
}

.business-list li:hover .bus-bottom,
.business-list li.on .bus-bottom {
    opacity: 1;
}

.business-list li a {
    display: inline-block;
    color: #fff;
}

.business-list .bus-bg {
    position: relative;
}

.business-list .bus-top {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #818181;
    margin-top: 245px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    display: block;
    opacity: 1;
    z-index: 2;
}

.bus-bottom {
    color: #FFFFFF;
    width: 480px;
    height: 555px;
    box-sizing: border-box;
    padding: 40px 35px;
    position: absolute;
    z-index: 2;
    top: 0px;
    opacity: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.bus-bottom .c-title {
    font-family: 'gotham-medium', 'Microsoft Yahei';
    font-size: 36px;
    line-height: 50px;
    margin: 0px 5px;
    text-align: left;
}

.c-name {
    font-size: 18px;
    line-height: 30px;
    margin: 0px 5px;
    text-align: left;
    font-weight: bold;
}

.bus-bottom .name {
    font-size: 14px;
    line-height: 24px;
    margin: 25px 5px;
    margin-right: 25px;
    margin-top: 20px;
    text-align: left;
}

.bus-bottom .bus-href-list {
    font-family: 'Gotham-Bold', 'Microsoft Yahei';
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 25px;
}

.bus-href-list a {
    display: inline-block;
    width: 120px;
    height: 35px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    text-align: center;
    float: left;
    margin: 0px 3px;
}

.bus-bottom .bus-img-list {}

.bus-img-list li {
    position: relative;
    width: 185px;
    height: 95px;
    display: inline-block;
    float: left;
    margin: 5px;
    overflow: hidden;
    max-width: 185px;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.bus-img-list a {
    display: block;
    width: 180px;
    overflow: hidden;
    height: 95px;
}

.bus-href-list a:hover {
    color: #e60112;
    background-color: #FFFFFF;
}

.bus-img-list .bus-cell-lan {
    width: 185px;
    bottom: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

@keyframes myseconds {
    0% {
        display: none;
    }
    50% {
        display: none;
    }
    100% {
        display: block;
    }
}

@-moz-keyframes myseconds {
    0% {
        display: none;
    }
    50% {
        display: none;
    }
    100% {
        display: block;
    }
}

@-webkit-keyframes myseconds {
    0% {
        display: none;
    }
    50% {
        display: none;
    }
    100% {
        display: block;
    }
}

@keyframes myfirst {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes myfirst {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.caseSum {
    background-color: #f3f3f3;
    width: 100%;
}

.caseSum .case-wrap {
    width: 1530px;
    margin: 0px auto;
    padding-top: 1px;
    /* padding-bottom: 80px; */
}

.loc {
    width: 97%;
    margin: 10px auto;
    font-size: 14px;
    color: #333;
}

.loc a {
    padding: 0 5px;
    color: #333;
}

.case-list li {
    width: 480px;
    height: 300px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    float: left;
    margin: 20px 15px;
    position: relative;
}

.case-list li a {
    display: block;
    background-color: #FFFFFF;
    width: 480px;
    height: 300px;
}

.case-list li:hover {
    -moz-box-shadow: 1px 1px 15px 5px #d8d8d8;
    /* 老的 Firefox */
    box-shadow: 1px 1px 15px 5px #d8d8d8;
}

.case-list li a:hover .lans {
    height: 155px;
}

.case-list li .img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.case-list li a:hover .lans-top {
    margin-top: 25px;
}

.case-list .lans {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 25px;
    height: 54px;
    color: #999999;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #FFFFFF;
    z-index: 5;
    /*margin-bottom: 30px;*/
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.case-list li:hover .lans {
    margin-bottom: 0px;
    height: 130px;
}

.lans .lans-top {
    line-height: 24px;
    margin-top: 15px;
}

.lans-top .lans-top-left {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    float: left;
}

.lans-top-right {
    float: right;
}

.lans .lans-bottom {
    display: none;
    margin-top: 15px;
}

.pad70 {
    padding-bottom: 70px;
}

.pad100 {
    padding-bottom: 100px;
}

.mapsum.pad30 {
    padding-top: 10px;
    padding-bottom: 0px;
}

.play {
    background-position: 0px -20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 70px;
}

.zhezhao {
    position: absolute;
    width: 365px;
    height: 175px;
    vertical-align: bottom;
    top: 0px;
    left: 0px;
    display: none;
    animation: myfirst .7s;
    -moz-animation: myfirst .7s;
    -webkit-animation: myfirst .7s;
}

.case-list li:hover .zhezhao {
    display: block;
}

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

.animateNumber .anumber {
    color: #FFFFFF;
    position: absolute;
    top: 10%;
    left: 50%;
    right: 50%;
    margin-left: -600px;
    margin-right: -600px;
    z-index: 100;
}

.anumber-list li {
    float: left;
    text-align: center;
    width: 398px;
    height: 240px;
    padding-top: 70px;
}

.anumber-list li:nth-child(2),
.anumber-list li:nth-child(5) {
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.anumber-list li:nth-child(1),
.anumber-list li:nth-child(2),
.anumber-list li:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.anumber-list .numbertitle {
    font-family: "DIN", "微软雅黑";
    font-size: 96px;
}


/*.anumber-list .numbertitle span{font-family: 'Gotham-Book';font-weight: normal;}*/

.anumber-list .numbermess {
    font-size: 16px;
}

.anumber-list .icon-add {
    font-size: 64px;
    font-style: normal;
}

.joint {
    padding-bottom: 100px;
}

.joint-list li {
    float: left;
    width: 299px;
    text-align: center;
    position: relative;
    height: 150px;
    border-right: 1px solid #e6e6e6;
}

.joint-list li:nth-child(1),
.joint-list li:nth-child(2),
.joint-list li:nth-child(3),
.joint-list li:nth-child(4),
.joint-list li:nth-child(5) {
    border-bottom: 1px solid #e6e6e6;
}

.joint-list li:nth-child(5),
.joint-list li:nth-child(10) {
    border-right: 0px;
}

.joint-list a {
    display: block;
}

.relian {
    width: 180px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 59.5px;
    top: 25px;
}

.relian .pic {
    width: 180px;
    height: 100px;
    position: relative;
}

.relian .pic2 {
    width: 180px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.newsum li {
    width: 460px;
    display: block;
    float: left;
    background-color: #FFFFFF;
    margin: 0px 30px;
    position: relative;
}

.newsum .new-cell:hover {
    border-left: 2px solid #b90000;
}

.newsum li i.icon-title {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 3px;
    z-index: 4;
    color: #FFFFFF;
    width: 77px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.newsum a {
    display: block;
}

.newsum .new-cell:hover a {
    color: #B90000;
}

.newsum .new-cell a {
    color: #555;
}

.newsum .new-cell {
    color: #555;
    line-height: 48px;
    border-left: 2px solid #FFFFFF;
}

.newsum li .new-cell:last-child a {
    border-bottom: 0px;
}

.newsum .new-cell a {
    border-bottom: 1px solid #e5e5e5;
    width: 306px;
    margin: 0px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-list {
    width: 1200px;
    text-align: center;
    /*float: left;*/
    margin: 0px auto;
    padding: 30px 0px;
    padding-top: 10px;
}

.page-list a {
    color: #FFFFFF;
    line-height: 35px;
    width: 10px;
    background-color: #f3f3f3;
    color: #333;
    padding: 0px 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 15px 5px;
}

.page-list a.prev1:hover,
.page-list a.next1:hover,
.page-list a.on,
.page-list a:hover {
    background-color: #194DB6;
    color: #FFFFFF;
}

.page-list a.prev1,
.page-list a.next1 {
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    font-size: 20px;
    background-color: #666666;
    padding: 2px 7px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: -11px;
}

.ptop40 {
    padding-top: 20px;
    background-color: #f3f3f3;
}

.bgtitle {
    text-align: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding-top: 420px;
    padding-left: 200px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
}

h2.bgtitle {
    padding-top: 250px;
}

.bg-smlltitle {
    font-size: 22px;
    padding-top: 30px;
}

.bgtitle1 {
    text-align: center;
    width: 100%;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    padding-top: 220px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
}

.bgtitle1 h3 {
    font-size: 48px;
    margin-top: 110px;
    margin-bottom: 20px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
}

.map-mess1 {
    font-family: 'gotham-book', 'Microsoft Yahei';
}

.bg-smlltitle1 {
    font-size: 20px;
    line-height: 36px;
    width: 620px;
    margin: 0px auto;
}

.bg-smlltitle1 li {
    display: inline-block;
}

.bg-smlltitle1 li:before {
    content: '●';
    color: #fff;
    font-size: 12px;
    margin: 0 5px 0 20px;
    vertical-align: top;
    display: inline-block;
}

.bgtitle2 {
    text-align: right;
    width: 1200px;
    margin: 0px auto;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    padding-top: 220px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
}

.bg-smlltitle2 {
    font-size: 20px;
    line-height: 36px;
    width: 1200px;
    margin: 0px auto;
    text-align: right;
}

.bg-smlltitle3 {
    font-size: 24px;
    line-height: 36px;
    width: 1200px;
    margin: 0px auto;
    text-align: center;
}

.animation-select {
    margin-top: 10px;
    /*height: 80px;*/
}

.animation-select a {
    display: inline-block;
    /* width: 50%; */
    height: 40px;
    flex-grow: 1;
    border-top: 2px solid #194DB6;
    /*border-radius: 30px;*/
    line-height: 40px;
    text-align: left;
    color: #666;
    /*background-color: #fff;*/
    font-weight: bold;
    /*margin: 5px 10px;*/
    position: relative;
    transition: 0.6s linear;
    margin-right: 10px;
    text-align: center;
  
  
}

.new-menu a {
    flex-grow: inherit;
    width: 200px;
}

.new-menu ul {
    justify-content: center;
}

.animation-select a:last-child {
    margin-right: 0px;
}

.animation-select a:hover,
.animation-select a.on {
    background-color: #194DB6;
    color: #fff;
    height: 80px;
    transition: height 0.8s;
}


/*.animation-select a:after{
	
			width: 120px;
            position: absolute;
            content: "";
            top: 100%;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: -1;
            background: brown;
            transition: 0.3s linear;
}

.animation-select a:hover:after{
	top:0;
	bottom:0;
}*/

.display-select {}

.display-select .display-top {
    font-weight: bold;
    font-size: 24px;
    margin: 15px;
}

.display-select .display-top a {
    color: #333;
    border-right: 1px solid #999999;
    padding-left: 5px;
    padding-right: 10px;
    line-height: 24px;
    cursor: default;
}

.display-top a:last-child {
    border-right: 0px;
}

.display-select .display-bottom {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 20px 20px;
    margin-bottom: 30px;
}

.ai-lan1 {
    width: 900px;
    margin: 50px auto;
    text-align: center;
}

.ai-lan1 .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.ai-lan1 .mess {
    font-size: 20px;
    line-height: 36px;
    color: #666;
}

.ai-list {
    margin-bottom: 100px;
}

.ai-list li {
    width: 460px;
    vertical-align: top;
    text-align: center;
    margin: 20px 30px;
    float: left;
}

.ai-list .icons {
    width: 100px;
    height: 100px;
    background-color: #666;
}

.bgicon1 {
    background-position: 0px -100px;
}

.bgicon2 {
    background-position: 0px -200px;
}

.bgicon3 {
    background-position: 0px -300px;
}

.bgicon4 {
    background-position: 0px -400px;
}

.bgicon5 {
    background-position: 0px -500px;
}

.bgicon6 {
    background-position: 0px -600px;
}

.bgicon7 {
    background-position: 0px -700px;
}

.bgicon8 {
    background-position: 0px -800px;
}

.bgicon9 {
    background-position: 0px -900px;
}

.bgicon10 {
    background-position: 0px -1000px;
}

.bgicon11 {
    background-position: 0px -1100px;
}

.bgicon12 {
    background-position: 0px -1200px;
}

.ai-list .title {
    margin: 20px 0px;
    font-size: 20px;
}

.ai-list .mess {
    font-size: 16px;
    line-height: 30px;
}

.ai-list li a {
    display: block;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    color: #666;
}

.bgfff {
    background-color: #fff;
    padding: 50px 0px !important;
}

.bgfff h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.bgfff .h2heng,
.map-heng {
    width: 30px;
    height: 1px;
    background-color: #ccc;
    text-align: center;
    display: block;
    margin: 10px auto;
}

.liuyan {
    width: 890px;
    margin: 0px auto;
    margin-top: 15px;
}

.liuyan .input1 {
    width: 246px;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    color: #000;
    background-color: #f1f1f1;
    float: left;
    margin: 5px;
}

.liuyan .input2 {
    width: 840px;
    height: 140px;
    border: 0px;
    margin: 5px;
    padding: 20px;
    resize: none;
    color: #000;
    background-color: #f1f1f1;
    overflow: auto;
}

.liuyan .input3 {
    width: 395px;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    color: #000;
    background-color: #f1f1f1;
    float: left;
    margin: 5px;
}

.liuyan .input4 {
    width: 840px;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    color: #000;
    background-color: #f1f1f1;
    float: left;
    margin: 5px;
}

.liuyan .search-btns {
    width: 230px;
    height: 55px;
    margin: 20px auto;
    border-radius: 30px;
    background-color: #194DB6;
    color: #fff;
    font-size: 16px;
    display: block;
}

.about-nav {
    height: 60px;
    position: absolute;
    bottom: 20px;
    width: 1170px;
    margin: 0px -585px;
    left: 50%;
    right: 50%;
    background-color: #fff;
}

.about-nav .side-left {
    float: left;
    width: 900px;
    box-sizing: border-box;
    padding-left: 35px;
}

.about-nav .side-left a {
    font-size: 16px;
    line-height: 57px;
    color: #333;
    border-bottom: 3px solid #fff;
    display: inline-block;
    margin: 0px 30px;
}

.about-nav .side-left a:hover,
.about-nav .side-left a.on {
    border-bottom: 3px solid #194DB6;
    font-weight: bold;
}

.about-nav .side-right {
    float: right;
    font-family: 'gotham-medium', 'Microsoft Yahei';
    margin-right: 40px;
}

.side-right {}

.about-nav .side-right a {
    display: block;
    margin-top: 20px;
    color: #333;
}

.icon-arrow {
    width: 40px !important;
    background-position: -40px 0px;
    margin-bottom: -5px;
}

.news-lan {}

.news-lan h1 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}

.news-lan .time {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.news-content {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    width: 945px;
    margin: 25px auto;
    padding: 40px 0px;
    font-size: 14px;
    color: #444;
    line-height: 26px;
}

.news-content img {
    max-width: 945px;
}

.news-page {
    width: 945px;
    margin: 0px auto;
}

.news-page .news-page-cell {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.news-page-cell a {
    color: #333;
}

.news-page-cell a:hover {
    color: #194DB6;
}

.map-wrap {
    width: 1170px;
    margin: 0px auto;
    background-color: #fff;
}

.map-mess {
    width: 810px;
    margin: 0px auto;
    padding: 50px 0px;
    font-size: 16px;
    line-height: 30px;
}

.map-mess .map-title {
    font-size: 24px;
    line-height: 48px;
}

.mapsum {
    background-color: #f3f3f3;
    padding: 20px 0px;
    padding-bottom: 60px;
}

.map-heng {
    text-align: left;
    margin: 10px 0px;
}


/*about*/

.about1-top {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    width: 100%;
}

.about1-top .ename {
    width: 100%;
    color: #999999;
    text-align: left;
    font-size: 43px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
    margin-top: 42px;
    display: block;
    font-weight: normal;
}

.about1-top .cname {
    width: 100%;
    color: #333333;
    text-align: left;
    margin-top: 15px;
    font-size: 30px;
}

.about1-content {
    font-size: 16px;
    line-height: 28px;
}

.about1-list {
    width: 1040px;
    margin: 0px auto;
}

.about1-list li {
    width: 24%;
    float: left;
    display: inline-block;
    margin-left: -3px;
    vertical-align: top;
    margin: 0px 40px;
}

.about1-list li .img-bg {
    width: 100%;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    min-height: 265px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
    ;
}

.about1-content {
    width: 950px;
    margin: 25px auto;
    /* padding: 40px 0px; */
    font-size: 14px;
    color: #444;
    line-height: 26px;
    margin-bottom: 100px;
}

.about1-list .about1-lan {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 25px 0px;
    height: 100px;
    margin-bottom: 35px;
}

.new-wrap {
    width: 1200px;
    margin: 0px auto;
}

.news-list {
    width: 1200px;
    margin: 0px auto;
}

.news-list li {
    background-color: #FFFFFF;
    width: 365px;
    height: 405px;
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 45px;
}

.news-list a {
    display: block;
    width: 365px;
    height: 405px;
}

.news-list .news-lan {
    width: 100%;
    box-sizing: border-box;
    padding: 28px;
    padding-top: 20px;
}

.news-list h3 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list .mess {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
}

.news-list .time {
    font-size: 14px;
    line-height: 50px;
    color: #999999;
    text-align: left;
}

.case-wrap {
    width: 1050px;
    margin: 0px auto;
}

.vrsum {}

.vrsum .section {
    width: 100%;
    height: 100vh;
}

.section a {
    color: #FFFFFF;
    height: 100vh;
    display: block;
}

.section .vr-wrap {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    height: 100vh;
    display: none;
}

.section .vrlan {
    height: 350px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -125px;
    margin-bottom: -125px;
    z-index: 10;
}

.vrsum .section:nth-child(odd) .vrlan {
    left: 0px;
}

.vrsum .section:nth-child(even) .vrlan {
    right: 0px;
}

.vrsum .section:last-child .vrlan {
    width: 600px;
}

.vrlan h2 {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 30px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
}

.vrlan .lanmess {
    font-size: 16px;
    line-height: 30px;
    width: 460px;
    font-family: "微软雅黑";
}

.vrlan .search-btns {
    width: 180px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
}

.bigbg {
    padding-top: 18%;
}

.mapsum .caseSum .case-wrap {
    width: 1170px;
}

.redheng {
    width: 50px;
    height: 3px;
    background-color: #194DB6;
    margin: 40px 0px;
}

.map2 {
    padding-top: 0px;
    margin-top: 0px;
}

.about1-content-cell {
    font-size: 16px;
    line-height: 28px;
}

.bgtitle h3 {
    font-size: 48px;
    line-height: 63px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
}

.bgtitle1 h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'gotham-medium', 'Microsoft Yahei';
}

.display-lan {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.business-list li.slideInUp:before {
    content: "";
    width: 480px;
    height: 100%;
    /*background: #000;*/
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0.5;
    transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    /*background-color: red;*/
    z-index: 2;
}

.business-list li.slideInUp:hover .bus-img-list>li,
.business-list li.slideInUp.on .bus-img-list>li {
    transform: translateY(0px);
    transition-delay: 0.5s;
    opacity: 1;
}

.vrlan .search-btns:hover {
    color: #B90000;
    background-color: #FFFFFF;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.newsum a.picture {
    height: 238px;
    width: 460px;
    overflow: hidden;
}

.bannerbg {
    position: relative;
}

.newimg {
    width: 365px;
    height: 240px;
    overflow: hidden;
}

.jjfa_fasp {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 52px;
}

.jjfa_fasp .img {
    width: 776px;
    margin: auto;
    position: relative;
}

.jjfa_fasp_imgzz {
    width: 100%;
    height: 100%;
    background: url(../images/tb21.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: all ease .3s;
}

.jjfa_fasp_imgzz:hover {
    background: url(../images/tb20.png) center center no-repeat;
}

.jjfa_fasp .txt {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: center;
    padding: 18px;
}

.jjfa_fags {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    color: #404040;
    padding-top: 10px;
}

.jjfa_fasp_layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.jjfa_fasp_layer .box {
    width: 900px;
    height: 560px;
    background: #fff;
    position: relative;
    margin: auto;
}

.jjfa_fasp_layer .box {
    width: 900px;
    height: 560px;
    background: #fff;
    position: relative;
    margin: auto;
}

.jjfa_fasp_layer .box .title {
    width: 100%;
    height: 70px;
    background: #333;
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 35px;
}

.jjfa_fasp_layer .box .video {
    width: 830px;
    margin: auto;
    margin-top: 10px;
}

.jjfa_fasp_layer .box .video img {
    width: 100%;
}

.jjfa_fasp_layer .box .end {
    width: 88px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
}


/*6.12*/

.banner-video {
    position: relative;
    z-index: 0;
    height: 100vh;
}

.case-list .picture {
    height: 300px
}


/*6.15*/

.case-list li:hover .lans-bottom {
    display: block;
}

.relian .pic2 img {
    transform: translateY(-0%) rotateY(0deg);
    transition: all .5s linear 10ms;
    -webkit-transition: all .5s linear 10ms;
}

.relian .pic2 img:first-child {
    opacity: 1;
}

.relian .pic2 img:last-child {
    opacity: 0;
    transform: translateY(-100%);
}

li .relian:hover img:first-child {
    transform: translateY(-0%) rotateY(0deg);
    opacity: 0;
}

li .relian:hover img:last-child {
    transform: translateY(-100%) rotateY(180deg);
    opacity: 1;
}

.joint-list .relian:hover {
    /*transition: all .5s linear 10ms;*/
    -webkit-transition: all .5s linear 10ms;
    transform: translateY(-0%) rotateY(180deg);
}

.nav2 {
    position: absolute;
    min-width: 100px;
    background-color: #fff;
    top: 90px;
    left: 0px;
    display: none;
    width: 100%;
}

.nav2 li {
    float: none !important;
    text-align: center;
    height: 42px !important;
    line-height: 42px !important;
}

.nav2 li a {
    color: #666666 !important;
    line-height: 42px !important;
    height: 42px !important;
    display: block;
    font-size: 14px;
}

.header-wrap .nav2 li:hover {
    background-color: #194DB6;
}

.header-wrap .nav2 li:hover a,
.nav2 li a.on {
    color: #fff !important;
}

.banner-video video {
    height: 100vh;
}


/*6.26new*/

.cr-list {
    margin-top: 60px;
    margin-bottom: 30px;
}

.cr-list li {
    border-bottom: 1px solid #dfdfdf;
}

.cr-list .top {
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}

.cr-list .top-left {
    font-size: 16px;
    line-height: 55px;
    float: left;
    margin-left: 30px;
}

.cr-list .top-right {
    font-size: 24px;
    line-height: 55px;
    font-family: 'gotham-medium', "微软雅黑";
    float: right;
    margin-right: 30px;
    font-weight: normal;
}

.cr-list .bottom {
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}

.cr-list li .top.on {
    background-color: #666666;
    color: #FFFFFF;
}

.top-right .heng {
    width: 13px;
    height: 3px;
    background-color: #FFFFFF;
    margin-top: 25px;
}


/*6.27*/

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 75vh;
    left: 50%;
    right: 50%;
    margin: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: 44px;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.jiantou {
    background: url(../images/down-icon2.png) center center no-repeat;
    width: 10px;
    height: 20px;
    animation: downico 1.5s ease-out infinite;
    position: absolute;
    left: 17px;
    top: 0%;
}

@keyframes downico {
    0% {
        top: 0%;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0%;
        opacity: 1;
    }
}

layui-layer-ico {
    background: url(../images/img40.jpg) center center no-repeat !important;
    background-size: 100% !important;
}

.layui-layer-setwin,
.layui-layer-close2 {
    background: url(../images/img40.jpg) center center no-repeat !important;
    width: 88px !important;
    height: 70px !important;
    right: 0 !important;
    top: 0 !important;
    display: block;
}

.postion {
    width: 1170px;
    margin: 0px auto;
    background-color: #fff;
    padding: 10px 0;
}

.postion span {
    color: red;
}

.postion a {
    margin: 10px;
    color: #444;
}

.cbs {
    padding-bottom: 0px;
}

.cbs.CBusiness .business-list {
    height: 450px;
}

.cbs .business-list li.slideInUp {
    width: 170px;
    height: 450px;
    cursor: text;
}

.cbs .business-list li.slideInUp:hover,
.cbs .business-list li.slideInUp.on {
    width: 300px!important;
}

.cbs .bus-bottom {
    width: 300px;
    height: 450px;
    padding-top: 70px;
}

.cbs .business-list li.slideInUp:before {
    background-color: rgba(0, 0, 0, .15);
    width: 300px;
}

.cbs .bus-bottom .name {
    margin: 0;
    margin-top: 100px;
    font-size: 12px;
    line-height: 16px;
}

.neiye-nav {
    width: 1500px;
    height: 80px;
    margin: auto;
    padding: 50px 0 30px 0;
}

.neiye-nav a {
    font-size: 14px;
    color: #666;
    border-top: 2px solid #194DB6;
    font-weight: bold;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: left;
    margin-right: 30px;
    position: relative;
    transition: 0.6s linear;
}

.neiye-nav a:hover,
.neiye-nav a.on {
    background-color: #d61220;
    color: #ffffff;
    height: 80px;
    transition: height 0.8s;
}