a:focus,
a:hover {
    color: #008BF6;
    text-decoration: none;
    cursor: pointer;
}

.disflex {
    display: flex !important;
}

.textcenter {
    text-align: center;
}

body {
    overflow-x: hidden;
    position: relative;
    min-width: 1180px;
}

* {
    margin: 0;
    padding: 0;
    color: #444;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.cl {
    clear: both;
}

@font-face {
    font-family: 'iconfont';  /* project id 201785 */
    src: url('//at.alicdn.com/t/font_201785_9q3zbmms76j.eot');
    src: url('//at.alicdn.com/t/font_201785_9q3zbmms76j.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_201785_9q3zbmms76j.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_201785_9q3zbmms76j.woff') format('woff'),
    url('//at.alicdn.com/t/font_201785_9q3zbmms76j.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_201785_9q3zbmms76j.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

.midimg {
    text-align: center;
}

.midimg img {
    max-width: 100%;
    width: auto !important;
}

.gp {
    line-height: 18px;
    height: 34px;
    border-left: 1px solid #FFF;
    margin-left: 13px;
    padding-left: 13px;
    margin-top: 18px;
    text-align: justify
}

.gp span {
    display: block;
    color: #FFf;
    width: 100%;
    text-align: justify;
}

.nav li {
    position: relative;
}

.lidl {
    /* background: #06154a; */
    padding: 5px 0;
    margin-bottom: 0;
    position: absolute;
    width: 150px;
    top: 60px;
    left: 50%;
    margin-left: -75px;
    display: none;
    transition: all 0.3s;
}

.lidl dl {
    margin-bottom: 0;
    background: #FFF;
    position: relative;
    padding: 5px 0;
    box-shadow: 0 0 10px 0 #CCC;
}

.nav .lidl a {
    color: #333;
    line-height: 35px;
}

.lidl dl:after {
    position: absolute;
    content: "";
    top: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: transparent transparent #fff transparent;
    left: 50%;
    margin-left: -7.5px;
}

.banner {
    position: relative;
    /* height: 70vh; */
    /* height: 500px; */
}

.banner .btext {
    opacity: 0;
    position: absolute;
    top: 50%;
    height: 145px;
    margin-top: -80.5px;
    left: 50%;
    width: 75%;
    margin-left: -37%;
}

.bannerny .btext {
    opacity: 1;
}

.banner .btext span {
    background: 100% 50% url("../images/arrow.png") no-repeat;
    color: #FFF;
    font-size: 18px;
    padding-right: 20px;
    border-bottom: #008BF6 2px solid;
    display: inline-block;
    line-height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.banner .btext h2 {
    color: #FFF;
    font-size: 38px;
    margin-top: 2.7vh;
}

.banner .btext p {
    color: #FFF;
    font-size: 18px;
    font-weight: 100;
}

.banner .btext.on {
    animation: up 0.5s forwards;
}

.banner li {
    overflow: hidden;
}

.banner li img {
    width: 100%;
}

.banner p, .banner h2 {
    color: #FFF;
}

.maxwidth {
    width: 75%;
    max-width: 1400px;
    margin: 0 auto;
    min-width: 1100px;
    box-sizing: border-box;
    /* padding-bottom: 90px; */
}

.maxwidthauto {
    width: 100%;
    margin: 0 auto;
    min-width: 1100px;
    max-width: 1400px;

}

.nav {
    height: 65px;
    line-height: 65px;
    background: none;
    position: fixed;
    left: 0;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 19900210;
    width: 100%;
}

.nav:hover {
    background: #363d42 !important;
}

.nav:hover {
    background: #363d42;
}

.nav ul {
    float: left;
    /* width: 800px; */
    position: relative;
    padding-left: 60px;
}

.nav img {
    display: inline-block;
    margin-top: 13px;
}

.nav .linenav {
    display: none;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    z-index: 1000;
    bottom: -1px;
    left: 50%;
}

.nav li {
    float: left;
    /* width: 100px; */
    /* max-width: 120px; */
    text-align: center;
    margin-right: 40px;
}

.nav li a {
    color: #FFF;
    font-size: 14px;
    display: block;
}

.nav li a:hover {
    color: #008BF6;
}

.nav li.logo {
    width: 25%;
    text-align: left;
    margin-right: 9%;
}

.nav li.logo:after {
    display: none;
}

.nav li .iconfont {
    color: #FFF;
    font-size: 1.14rem;
    cursor: pointer;
}

.serbtn input[type=button] {
    display: none;
    width: 30px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    line-height: 28px;
    font-size: 12px;
}

.nav .serbtn {
    border: 1px solid #B5B5B5;
    height: 30px;
    position: absolute;
    top: 50%;
    color: #FFF;
    right: 13%;
    margin-top: -15px;
    text-align: center;
    display: none;
}

.nav .serbtn:after {
    display: none;
}

.nav .serbtn .iconfont {
    color: #FFF;
}

.nav .serbtn a {
    line-height: 30px;
    width: 30px;
    display: inline-block;
    cursor: pointer;
}

.nav .serbtn .serinput {
    background: none;
    height: 28px;
    border: none;
    width: 0;
    float: left;
    background: #FFF;
}

.nav .ser {
    overflow: hidden;
    position: absolute;
    bottom: -40px;
    height: 40px;
    display: none;
    left: 0;
    width: 100%;
    background: #1a2328;
    line-height: 30px;
}

.nav .ser input {
    padding: 0 10px;
    border-radius: 5px;
    width: 50%;
}

.nav .ser .iconfont {
    font-size: 1.14rem;
    margin-left: 15px;
    position: relative;
    left: -50px;
    color: #008BF6;
    cursor: pointer;
}

.nav .ser .maxwidth {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.nav .ulerji {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 1999;
    width: 800px;
    padding-bottom: 1px;
}

.nav .ulerji dl {
    display: flex;
    background: #FFF;
    margin-top: 10px;
    padding: 0 30px;
}

.nav .ulerji dl dd {
    margin-bottom: 20px;
    text-align: left;
}

.nav .ulerji dl h3 {
    font-size: 14px;
    color: #333;
    margin: 20px 0 15px;
    font-weight: bold;
}

.nav .ulerji dl a {
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    color: #333;
}

.nav .ulerji dl a:hover {
    color: #008BF6;
}

.topgrid {
    height: 195px;
}

.topgrid dl {
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    border-top: 1px solid #FFF;
}

.topgrid dl dd {
    position: relative;
    transition: all 0.3s;
    height: 195px;
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #FFF;
    transition: all 0.3s;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.topgrid dl dd h2 {
    font-size: 1.5rem;
    width: 100%;
    z-index: 2;
    position: relative;
    color: #FFF;
}

.topgrid dl dd img {
    width: 3vw;
    height: 3vw;
    transition: all 0.3s;
    z-index: 2;
    position: relative;
}

.topgrid dl dd .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.topgrid dl dd:hover:after {
    /* content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0px 10px #FFF;
    z-index: 5; */
}

.topgrid dl dd:hover img.bgimg {
    transform: scale(1.1);
}

.topgrid a {
    display: block;
    /* position: relative; */

}

.title {
    text-align: center;
    padding: 100px 0 50px;
}

.title.p20 {
    /* padding: 20px 0; */
}

.title h2 {
    font-size: 30px;
    /* margin: 50px 0 20px; */
    color: #333;
    margin: 0 0 20px 0;
}

.title.ny h2 {
    /* margin: 50px 0 10px; */
}

.title h2.tabh a {
    padding: 0 15px;
    color: #666666;
}

.title h2.tabh a.on, .title h2.tabh a:hover {
    color: #000;
}

.title p {
    font-size: 18px;
    color: #666;
    font-weight: 500;
}

.title.colorfff h2, .title.colorfff p {
    color: #FFF;
}

.cominfo {
    padding-top: 0.1px;
}

.cominfo ul li {
    float: left;
    width: 34.33%;
    padding-right: 4%;
    text-align: center;
    font-size: 28px;
    transition: all 0.3s;
    margin-bottom: 50px;
}

.cominfo ul li:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    width: 30%;
}

.cominfo ul li img {
    width: 6vw;
    height: 6vw;
    max-width: 60px;
    max-height: 60px;
    position: relative;
}

.conhonor.cominfo ul li img {
    height: auto;
    width: auto;
    max-width: initial;
    max-height: initial;
}

.cominfo ul li h3 {
    font-size: 16px;
    transition: all 0.3s;
    color: #333;
    margin: 15px 0;
    /* font-weight: bold; */
    position: relative;
    width: 70%;
    line-height: 24px;
}

.cominfo ul li p {
    text-align: left;
    font-size: 14px;
    color: #666666;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
}

.cominfo ul li:hover a {
    color: #008BF6;
    text-decoration: none;
}

.cominfo ul li:hover h3,
.cominfo ul li:hover p {
    color: #008BF6;
}

.solu {
    background: #f7f8fa;
    padding-bottom: 100px;
}

.solu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    overflow: hidden;
}

.solu ul li {
    height: 26.3vh;
    line-height: 26.3vh;
    max-height: 250px;
    background: url("../images/sbg.jpg") no-repeat;
    background-size: cover;
    display: block;
    float: left;
    width: 49%;
    border: 1px solid #FFF;
    position: relative;
    overflow: hidden;
}

.solu.warning ul li {
    width: 33%;
}

.solu.service ul li {
    width: 25%;
}

.solu ul li:nth-child(1) {
    background: url("../images/sbg1.jpg") no-repeat;
    background-size: 100%;
}

.solu ul li:nth-child(3) {
    background: url("../images/sbg3.jpg") no-repeat;
    background-size: 100% 100%;
}

.solu ul li:nth-child(4) {
    background: url("../images/sbg4.jpg") no-repeat;
    background-size: 100% 100%;
}

.solu ul li h3 {
    margin: 0;
    height: 26.3vh;
    line-height: 26.3vh;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    transition: all 0.3s;
}

.solu ul li p {
    color: #FFF;
    font-size: 1rem;
    padding: 0 50px;
    line-height: 3.2vh;
    transition: all 0.3s;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.solu ul li.on a {
    background: rgba(0, 139, 246, 0.8);
}

.solu ul li.on a h3 {
    transform: translateY(-7.4vh);
}

.solu ul li.on a p {
    transform: translateY(-16.6vh);
}

.solu ul li.on a span {
    position: absolute;
    bottom: 3.2vh;
    line-height: 3.2vh;
    color: #FFF;
    background: 100% 50% url("../images/arrow.png") no-repeat;
    padding-right: 25px;
    color: #FFF;
    font-size: 1.125rem;
    border-bottom: 2px solid #FFF;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    transition: all 0.3s;
}
.solu ul li.on a:before {
    content: '';
    position: absolute;
    bottom: 3.2vh;
    height: 3.2vh;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    border-bottom: 2px solid #008BF6;
    z-index: 1;
    animation: lingAnimate 1s forwards;
}

.solu ul a {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}

.recruit li {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 30px;
    background: #FFF;
    cursor: pointer;
}

.recruit h3 {
    font-size: 18px;
    padding-bottom: 34px;
}

.recruit p {
    font-size: 14px;
}

.recruit p span {
    padding: 0 20px;
    color: #666666;
    border-right: 1px solid #E5E5E5;
}

.recruit p span .icon {
    color: #666666;
}

.recruit p span:nth-last-child(1) {
    border: none;
}

.recruit p span:nth-child(1) {
    padding: 0 20px 0 0;
}

.recruit em {
    color: #008BF6;
    font-size: 24px;
    padding-bottom: 34px;
    display: inline-block;
}
.recruit .right .iconfont{
    
    color: #999;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 鍜 Chrome */
    -o-transform:rotate(90deg); 
    position: relative;
    top: -3px;
    left:10px;
    transition: all 0.3s;
}
.recruit .on .right  .iconfont{
    color: #008BF6;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); 	/* IE 9 */
    -moz-transform:rotate(-90deg); 	/* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 鍜 Chrome */
    -o-transform:rotate(-90deg); 
}
.recruit .right span {
    padding: 0;
}

.filter {
    margin-bottom: 40px;
}

.filter .form-inline .form-group {
    margin-right: 15px;
}

.filter .form-inline .form-group .form-control {
    width: 220px;
}

.filter .btn-default {
    background: #008BF6;
    color: #FFF;
    font-size: 16px;
    border: none;
    position: relative;
    left: -25px;
}

#iframe, #iframen {
    width: 100%;
    height: 1400px;
    overflow: hidden;
}

@keyframes lingAnimate {
    0% {
        width: 0px;
    }
    100% {
        width: 100px;
    }
}

.serarea {
    /* padding: 1px 0 90px; */
    background: url("../images/mapbg.png") no-repeat 50% 50%;
    /* height: 820px; */
    position: relative;
    min-width: 1180px;
    max-width: 1920px;
    margin:0 auto;
}

* {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

.serarea .title {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0px;
    /* padding:0; */
}

.maplist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapdot .map-dat-layer {
    display: inline-block;
    width: 26px;
    height: 42px;
    background: url('../images/wran.png') no-repeat;
    position: relative;
    background-size: 100%;
}

.mapdot .map-dat-layer:after {
    content: '';
    background: url('../images/img.png') no-repeat;
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 25px;
    height: 25px;

}

.mapdot.hover .map-dat-layer:after {
    animation: warn 2s ease-out 0s infinite;
}

@keyframes warn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}

.maplist span {
    color: #FFF;
    position: absolute;
    top: 12px;
    font-size: 12px;
    white-space: nowrap;
}

.c-bubble-inner p {
    color: #FFF;
}

.text-right {
    right: -20px;
}

.text-left {
    left: -35px;
}

.mapdot {
    z-index: 6;
}

.mapdot1 {
    position: absolute;
    top: 34%;
    left: 62%;
}

.mapdot-2 {
    position: absolute;
    top: 40%;
    left: 63.5%;
}

.mapdot3 {
    position: absolute;
    top: 33%;
    left: 61%;
}

.mapdot4 {
    position: absolute;
    top: 38%;
    left: 61%;
    z-index: 8;
}

.mapdot5 {
    position: absolute;
    top: 47%;
    left: 62%
}

.mapdot06 {
    position: absolute;
    top: 42%;
    left: 67%;
}

.mapdot7 {
    position: absolute;
    top: 58%;
    left: 50%;
}

.mapdot8 {
    position: absolute;
    top: 42%;
    left: 61%;
}
.mapdot08 {
    position: absolute;
    top: 29%;
    left: 64%;
}
.mapdot9 {
    position: absolute;
    top: 73%;
    left: 67%;
}

.mapdot10 {
    position: absolute;
    top: 36%;
    left: 68%;
}

.mapdot11 {
    position: absolute;
    top: 37%;
    left: 61.6%;
}

.mapdot11.mapdot.dot2 .map-dat-layer {
    /* background: none; */
}

.mapdot.mapdot11 .map-dat-layer:after {
    display: none;
}

.mapdot01 {
    position: absolute;
    top: initial;
    left: 22%;
    bottom: 130px;
}

.mapdot02 {
    position: absolute;
    top: initial;
    left: 22%;
    bottom: 170px;
}

.mapdot.dot2 .map-dat-layer {
    background: url('../images/blue.png') no-repeat;
    background-size: 100%;

}

.mapdot.mapdot2 .map-dat-layer:after {
    display: none;
}

.map-hover1 {
    position: absolute;
    /* top: 33%;
    left:70%; */
    /* display: none; */
    transition: all 0.3s;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
}

.map-hover1.hover {
    visibility: visible;
    z-index: 7;
    opacity: 1;
}

.c-bubble-inner {
    background: #dc9043;
    color: #FFF;
    padding: 0.1px 10px;
    width: 280px;
    border-radius: 3px;
}

.c-bubble-inner .tit {
    font-size: 14px;
}

.map-bubble.right .c-bubble-inner:after {
    content: '';
    width: 70px;
    height: 40px;
    display: block;
    position: absolute;
    top: 28px;
    left: -71px;
    background: url('../images/map-icon-new-1.png') no-repeat;
    background-position: -119px 0px;
    z-index: 1;
}

.map-bubble.left .c-bubble-inner:after {
    content: '';
    width: 84px;
    height: 40px;
    display: block;
    position: absolute;
    top: 28px;
    right: -71px;
    background: url('../images/map-icon-new-1.png') no-repeat;
    background-position: -17px 0px;
}

.mapimg img {
    width: 100%;
}

.map-bot {
    background: rgba(255, 255, 255, 0.2);
    height: 94px;
    display: flex;
    position: absolute;
    bottom: 80px;
    justify-content: space-between;
    padding-right: 55px;
    left: 50%;
    width: 1260px;
    margin-left: -630px;
    box-sizing: border-box;
}

.map-bot h3 {
    font-size: 22px;
}

.map-bot a {
    position: relative;
    color: #FFF;
    padding-left: 120px;
}

.map-bot a:hover {
    color: #FFF;
}

.map-bot p {
    color: #FFF;
}

.map-bot img {
    position: absolute;
    left: 55px;
    height: 51px;
    width: 51px;
    top: 50%;
    margin-top: -25.5px;
}

.serarea .left {
    width: 313px;

}

.serarea dl dd {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.serarea .right {
    /* background: url("../images/map.png") no-repeat;
    height: 510px;
    width: 660px;
    background-size: 660px;
    position: relative;
    background-position: 50% 50%; */
}

.serarea .right em {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    left: 200px;
    top: 300px;
    z-index: 9999;
    text-align: center;
}

.serarea .right em:nth-child(2) {
    left: 300px;
    top: 320px;
}

.serarea .right em:nth-child(3) {
    left: 445px;
    top: 200px;
}

.serarea .right em:nth-child(4) {
    left: 500px;
    top: 120px;
}

.serarea .right em:nth-child(5) {
    left: 320px;
    top: 265px;
}

.serarea .right em:nth-child(6) {
    left: 430px;
    top: 308px;
}

.serarea .right span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    background: #008BF6;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
}

.serarea .right span::after {
    content: '';
    position: absolute;
    border: 1px solid #008BF6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 0;
    animation: radiusScale 2s infinite;
}

.serarea .right span::before {
    content: '';
    position: absolute;
    border: 1px solid #008BF6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 0;
    animation: radiusScale2 2s infinite;
}

.serarea .right span:hover {
    transform: scale(1.2);
}

@keyframes up {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    100% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

@keyframes bz {
    0% {
        background-size: 100%;
        background-position: 0 0;
    }
    100% {
        background-size: 110%;
        background-position: -5% -5%;
    }
}

@keyframes traleft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-25px);
    }
}

@keyframes traright {
    0% {
        transform: translate(0, 0);
        transform: scale(1);
    }
    100% {
        transform: translateX(25px, -5%);
        transform: scale(0.6);
    }
}

@keyframes radiusScale {
    0% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    100% {
        width: 80px;
        height: 80px;
        left: -35px;
        top: -35px;
        opacity: 0;
    }
}

@keyframes radiusScale2 {
    0% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    50% {
        width: 80px;
        height: 80px;
        left: -35px;
        top: -35px;
        opacity: 0;
    }
    100% {
        width: 80px;
        height: 80px;
        left: -35px;
        top: -35px;
        opacity: 0;
    }
}

.stips {
    position: absolute;
    z-index: 1990;
    border: 1px solid #008BF6;
    width: 390px;
    /* height: 145px; */
    height: 97px;
    background: #FFF;
    z-index: 19892011;
    transform: scale(0);
    transition: all 0.3s;
    padding: 26px;
}

.stips.on {
    transform: scale(1);
}

.stips h3 {
    font-size: 18px;
    margin-top: 0;
}

.stips p {
    line-height: 20px;
}

.stips:after {
    position: absolute;
    content: '';
    background: url("../images/tipsbg.png") no-repeat;
    width: 406px;
    height: 115px;
    display: inline-block;
    left: -9px;
    top: -9px;
    transform: scale(1);
    /* animation: blockScale 1s infinite cubic-bezier(0, 0.76, 0.63, 1.14); */
    z-index: 1980;
    background-size: 406px 113px;
}

.stips:before {
    position: absolute;
    content: '';
    background: url("../images/line.png") no-repeat;
    height: 60px;
    width: 84px;
    bottom: -60px;
    right: 100px;
    z-index: 1;
}

@keyframes blockScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.vrvedio {
    background: 50% 50% url("../images/vrbg.jpg") no-repeat;
    text-align: center;
    overflow: hidden;
    text-align: center;
    height: 500px;
}

.vrvedio:hover h2 {
    color: #008BF6;
}

.vrvedio:hover img {
    opacity: 1;
}

.vrvedio h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 195px;
}

.vrvedio img {
    width: 52px;
    height: 52px;
    opacity: 0.3;
    transition: all 0.3s;
    cursor: pointer;
}

.foot {
    background: #363d42;
    padding-bottom: 0.1px;
}

.foot h2 {
    color: #FFF;
    font-size: 1rem;
    margin-top: 0;
}

.foot ul {
    padding: 4.6vh 0 2vh;
    overflow: hidden;
    display: flex;
}

.foot ul li {
    float: left;
    padding-left: 3%;
    width: 16%;
    min-width: 110px;
    line-height: 200%;
    border-right: 1px dashed #474d52;
}

.foot h2 a {
    color: #FFF !important;
}

.foot ul li a {
    color: #aeb0b1;
    display: block;
    line-height: 200%;
    font-size: 1rem;
}

.foot ul li a:hover {
    color: #FFF;
}

.foot ul li:nth-child(1) {
    padding: 0 50px 0 0;
}

.foot ul li:nth-child(2) {
    width: 20%;
    text-align: left;
}

.foot ul li:nth-last-child(1) {
    padding: 0 0px 0 50px;
    border: none;
    text-align: center;
}

.foot p {
    font-size: 1rem;
    color: #aeb0b1;
    margin: 0 0 20px;
    text-align: center;
}

.foot .maxwidth {
    max-width: 1400px;
}

.bx-wrapper .bx-controls-direction a {
    width: 11px;
}

.bx-wrapper .bx-prev {
    background: url("../images/left.png") no-repeat;
}

.bx-wrapper .bx-next {
    background: url("../images/right.png") no-repeat;
    width: 11px;
}

.bx-wrapper .bx-next:hover {
    background-position: 0 0;
}

/**/
.divshadow {
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.03);
    background: #fff;
}

.divshadow:hover {
    box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.07);
}

.tablockbox {
    background: #FFF;

}

.bgfff {
    background: #FFF;
}

.bgnone {
    background: none;
}

.wpd_nums {
    padding-bottom: 100px;

}

.wpd_nums.sershow {
    padding-bottom: 0;
}

.sershow .maxwidth {
    position: relative;
}

.sershow img {
    width: 100%;
    max-width: 1920px;

}

.sershow .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1400px;
    max-width: 1920px;
    text-align: center;
}

.sershow .title h2 {
    margin: 10px 0 20px;
}

.serarea .title h2 {
    color: #FFF;
}

.serarea .title p {
    color: #FFF;
}

.wpd_nums_top {
    padding-top: 90px;
}

.tablockbox ul li {
    width: 24%;
    margin: 0 1% 1% 0;
    height: 215px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    padding: 0;
    padding-top: 10px;
}

.tablockbox ul li:nth-child(3n) {
    margin-right: 1%;
    margin-left: 0;
    width: 24%;
}

.tablockbox ul li:nth-child(4n) {
    margin-right: 0;
    margin-left: 0;
    width: 24%;
}

.stanpro ul {
    overflow: hidden;
}

.stanpro ul li {
    float: left;
    width: 18%;
    background: #FFF;
    margin-right: 2.5%;
}

.stanpro ul li:nth-child(5) {
    margin-right: 0;
}

.stanpro ul li .sptop {
    height: 115px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background: #42424f;
}

.stanpro ul li .sptop img {
    width: 70px;
    height: 70px;
}

.stanpro ul li:nth-last-child(1) {
    margin-right: 0;
}

.stanpro ul h3 {
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0;
}

.stanpro ul .spbody {
    height: 240px;
    font-size: 16px;
    line-height: 36px;
    padding-top: 20px;
    text-align: center;
}

.sercontact {
    background: 50% 0% url("../images/mapsm.png") no-repeat;
    /* background-size:100%; */
    height: 455px;
}

.contantlist ul {
    overflow: hidden;
}

.contantlist ul li {
    float: left;
    width: 30%;
    margin-left: 3.33%;
}

.contantlist ul li h3 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contantlist ul li p {
    font-size: 16px;
    line-height: 24px;
}

.encont.company li {
    margin: 0;
}

.encont.company ul {
    margin-bottom: 0;
}

.newslist {
    overflow: hidden;
}

.newslist li {
    float: left;
    background: #FFF;
    width: 32%;
    margin: 0 2% 2% 0;
    position: relative;
}

.newslist li:nth-child(3n) {
    margin-right: 0;
}

.newslist li .newsimg {
    height: 248px;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.newslist li .newsimg img {
    width: 100%;
}

.newslist li h3 {
    font-size: 16px;
    color: #333;
    padding: 30px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.newslist li .bj {
    color: #999;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.newslist li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.newslist li .ncont {
    height: 135px;
    padding: 0 25px 20px 135px;
}

.newslist li .time {
    position: absolute;
    left: 30px;
    bottom: 32px;
    color: #999;
}

.newslist li .time em {
    font-size: 48px;
    display: block;
    line-height: 48px;
    /* margin-bottom: 15px; */
}

.newslist li .time:after {
    content: '';
    position: absolute;
    right: -30px;
    border-right: 1px solid #E5E5E5;
    top: 0px;
    height: 100%;
}

.descr {
    background: #FFF;
    /* background-size: 1400px; */
    max-width: 1400px;
    /* height: 425px; */
    margin: 0 auto;
    /* color: #FFF; */
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.descr p img {
    display: block;
}
.descr .text-left p{
    text-indent: 2em;
}
.descr .text-left {
    width: 36%;
    text-align: left;
    padding: 2%;
}

.descr .rig {
    width: 60%;
}

.descr .rig img {
    width: 100%;
}

.enwork ul li {
    background: #FFF;
    overflow: hidden;
    margin: 1% 0;
}

.enwork .zk ul li {
    margin: 0;
    margin-bottom: 60px;
}

.enwork ul li.sort .left, .enwork ul li:nth-child(2n) .left {
    float: right;
}

.enwork ul li.sort .right, .enwork ul li:nth-child(2n) .right {
    float: left;
}

.enwork .entext {
    /* width: 40%; */
    padding-bottom: 30px;
}

.enwork .entext p {
    font-size: 16px;
    color: #666666;
    padding: 0 40px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.enwork .company .entext p {
    -webkit-line-clamp: 6;
    padding: 0;
    padding-right: 40px;
}

.enwork .company .entext {
    /* width: 51%; */
    text-indent: 2em;
}

.enwork .entext em {
    font-size: 48px;
    display: block;
    padding: 15px 0 20px 40px;
}

.enwork .entext .btn {
    margin: 50px 0 0 40px;
    padding: 6px 45px;
}

.enwork .entext span {
    padding-left: 40px;
}

.enwork .enimgshow {
    width: 60%;
    height: 460px;
}

.enwork .w50 {
    overflow: hidden;

}

.enwork .w50 .enimgshow {
    width: 49%;
}

.enwork .w50 .enimgshow.right {
    float: left;
}

.enwork .w50 .enimgshow img {
    width: 100%;
    height: 100%;
}

.enwork .w50 .enimgshow:nth-child(1) {
    margin-right: 2%;
}

.enwork h3 {
    font-size: 30px;
    padding: 80px 40px 50px;
    position: relative;
}

.enwork h3:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 30px;
    border-bottom: 2px solid #666666;
    width: 20px;
}

.encont.company h3:after {
    display: none;
}

.encont.company span {
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0 0 0;
    display: block;

}

.enwork .company h3 {
    padding: 0px 0px 80px;
}

.encont.company em i {
    font-size: 16px;
    color: #666;
    /* padding-top: 10px; */
    display: block;
    text-align: center;

}

.comnumber {
    padding-top: 30px;
}

.encont.company em {
    padding: 30px;
    color: #008BF6;
    background: url('../images/yuangong.png') no-repeat 50% 50%;
    background-size: 80%;
    font-size: 48px;
}

.encont.company em:nth-child(2) {
    background: url('../images/jishurenyuan.png') no-repeat 50% 50%;
    background-size: 80%;

}

.encont.company em:nth-child(3) {
    background: url('../images/minying.png') no-repeat 50% 50%;
    background-size: 80%;

}

.honor_list h3 {
    margin-bottom: 15px;
    /* margin-top: 0; */
    font-size: 16px;
    font-weight: bold;

}
.honor_list dl{
    margin-bottom: 0;
}
.honor_list dd em {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #FFF;
    z-index: 2;
    border-radius: 50%;
    /* background:rgba(0,139,246,1); */
    border: 1px solid rgba(0, 139, 246, 1);
    position: absolute;
    left: 0;
    margin-right: 10px;
    /* padding: 4px; */
}

.honor_list dd {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
}

.honor_list dd:nth-last-child(1):after {
    display: none;
}

.honor_list dd:after {
    content: '';
    position: absolute;
    left: 8px;
    height: 100%;
    border-right: 1px solid #CCC;
    top: 0;
    z-index: 1;

}

.honor_list dd em:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3.5px;
    margin-left: -3.5px;
    background: rgba(0, 139, 246, 1);
    border-radius: 50%;

}

.aroundinfo dl {
    display: flex;
    justify-content: space-between;
    height: 250px;
    align-items: baseline;
}

.aroundinfo dl dd {
    width: 360px;
    box-sizing: border-box;
    padding: 40px;
    cursor: pointer;
}

.aroundinfo dl dd h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
}

.aroundinfo dl dd:hover h3 {
    color: #008BF6;
}

.aroundinfo dl dd p {
    color: #666;
    margin-bottom: 0;
}

.aroundinfo {
    background: url('../images/aroundbg.png') no-repeat 50% 50%;
    height: 460px;
    background-size: 500px;
}

.yycenter {
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-between;
}

.yycenter li {
    color: #333;
    background: #FFF;
    padding: 35px;
    margin-bottom: 40px;
    width: 30%;
    box-sizing: border-box;
    align-items: center;
    font-size: 16px;
    padding-left: 100px;
    position: relative;
}

.yycenter li:nth-child(4), .yycenter li:nth-child(5), .yycenter li:nth-child(6) {
    margin-bottom: 0;
}

.yycenter li img {
    margin-right: 20px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 15px;
}

.indexbanner, .indexbanner li {
    height: 550px;
    
    
}

.indexbanner li {
    background-repeat: no-repeat;
    background: 1920px;
    background-position: 50% 50%;
}

.vesmall {
    display: none;
}

.gonggaogupiao {
    width: 240px;
    display: flex;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    /* padding-top: 5px;
    padding-bottom: 3px; */
    align-items: center;
}

.gonggaogupiao img {
    width: 25px;
    height: 25px;
}

.gonggaogupiao span {
    font-size: 15px;
    margin-top: 4px;
    color: #333333;
}

@media screen and (max-width: 2059px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 1809px) {
    html {
        font-size: 14px;
    }

    .map-bot {
        bottom: 40px;
    }
}

@media screen and (max-width: 1559px) {
    html {
        font-size: 12px;
    }

    .indexbanner, .indexbanner li {
        height: 400px;
        background-size: 1329px;
    }

    .vesmall {
        display: block;
    }

    .vebig {
        display: none;
    }

}

@media screen and (max-width: 1309px) {
    html {
        font-size: 11px;
    }

    .nav li {
        /* width: 100px; */
    }

    .newslist li .newsimg {
        height: 208px;
    }

}

@media screen and (max-width: 1059px) {
    html {
        font-size: 10px;
    }
}

@media screen and (max-width: 809px) {
    html {
        font-size: 8px;
    }
}

@media screen and (max-width: 1367px) {
    .title h2 {
        font-size: 24px;
    }
    .compname li{
        font-size: 20px;
    }
    .title p {
        font-size: 16px;
    }

    .cominfo ul li h3 {
        font-size: 14px;
    }

    .solu ul li h3 {
        font-size: 18px;
    }

    .serarea dl dd {
        font-size: 14px;
    }

    .aroundinfo {
        background-size: 400px;
    }

    .map-bot {
        bottom: 0px;
    }

    .serarea .title {
        padding: 50px 0 50px;
    }

}

@media screen and (min-width: 1367px) {

    .mapdot1 {
        top: 35.5%;
    }

    .mapdot02 {
        bottom: 230px;

    }

    .mapdot01 {
        bottom: 190px;
    }
}

