/* 手机头部导航 */

* {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
}

body {
    overflow-x: hidden;
}

img {
    vertical-align: bottom;
}
a{
    text-decoration: none !important;
}
.hearer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    transition: all .36s ease;
}

.hearer .nav-box {
    height: 100%;
    width: 94%;
    max-width: 1605px;
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.hearer .nav-box .logo {
    float: left;
    display: flex;
    height: 100%;
    align-items: center;
}

.hearer .nav-menu {
    float: right;
    display: none;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.mm-nav-box {
    display: none;
}

.mm-nav-box .mm-nav-list {
    box-sizing: border-box;
}

.mm-nav-box .mm-nav-list .list-n .mnav-word:after {
    transition: all .5s;
}

.mm-nav-box .mm-nav-list .list-n:first-child .mnav-word:after {
    display: none;
}


/* 首页轮播图 */

.inbanner-bg {
    position: relative;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox {
    display: block;
    position: relative;
    height: 100vh;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    transform: scale(1.1);
    transition: all 6s;
    z-index: 1;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .inbanner-imgbox .inbanner-img {
    transform: scale(1);
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 50%;
    padding-left: 60px;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit .cntit {
    font-size: 100px;
    color: #fff;
    line-height: 1;
    font-family: 'FZCQK';
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit .entit {
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    font-family: 'ziti';
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit {
    position: absolute;
    bottom: 150px;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    text-align: center;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit .cntit {
    font-size: 40px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit .entit {
    font-size: 46px;
    color: #fff;
    line-height: 48px;
    font-family: 'ziti';
}

.inbanner-bg .scroll {
    width: 25px;
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
    z-index: 11;
    cursor: pointer;
    animation: mymove 2s infinite;
    -webkit-animation: mymove 2s infinite;
}

.inbanner-bg .scroll .line {
    width: 1px;
    height: 70px;
    border-left: 1px dashed #fff;
    margin: 0 auto;
}

@keyframes mymove {
    from {
        opacity: 0;
        bottom: 15px;
    }
    to {
        opacity: 1;
        bottom: 7px;
    }
}

@-webkit-keyframes mymove {
    from {
        height: 70px;
        opacity: 0;
    }
    to {
        height: 0px;
        opacity: 1;
    }
}

.inbanner-bg .scroll .arrow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    margin-top: 1px;
}

.inbanner-bg .scroll .arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #fff #fff transparent;
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: -3px;
}

#main {
    position: absolute;
    top: -100px;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.phone {
    display: none;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .wrap {
    position: relative;
    z-index: 2;
    height: 100%;
}

.inbanner-bg .swiper-pagination {
    text-align: center;
}

.inword {
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inword h2,
.inword h3,
.inword p {
    color: #f3fc0a !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: transform 1s ease 0s, opacity 1s ease 0s;
}

.inbanner-bg .swiper-slide.swiper-slide-active .inword h2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.inbanner-bg .swiper-slide.swiper-slide-active .inword h3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.9s;
}

.inbanner-bg .swiper-slide.swiper-slide-active .inword p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 1.2s;
}

.inword h2 {
    color: #fff;
    font-size: 58px;
    margin: 0;
    margin-bottom: 20px;
}

.inword h3 {
    color: #fff;
    font-size: 58px;
    margin: 0;
    margin-bottom: 20px;
}

.inword p {
    color: #fff;
    font-size: 45px;
    margin: 0;
}


/* 首页关于我们 */

.section {
    padding: 100px 0;
}

.in_title h2 {
    color: #ececec;
    text-transform: uppercase;
    font-size: 68px;
    font-weight: normal;
}

.in_title h3 {
    font-size: 32px;
    font-weight: normal;
    margin-top: -45px;
}

.in_title h3 img {
    height: 50px;
    margin-left: 10px;
    vertical-align: -12px;
}

.in_title {
    position: relative;
}

.in_title .t_left {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00a4e2;
    left: -30px;
    top: 25px;
}

.in_title .t_left::before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    background: #00a4e2;
}

.in_title_1 .t_left::before {
    width: 1000px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.inabout_l {
    float: left;
    width: 65%;
}

.inabout {
    margin-top: 30px;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 80px;
}

.inab_video>img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.inab_video {
    position: relative;
}

.inab_video span {
    width: 55px;
    display: block;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.inab_video span img {
    width: 100%;
}

.home_video {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .7);
}

.video_box {
    position: absolute;
    width: 1100px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_box video {
    width: 100%;
}

.video_close {
    width: 32px;
    height: 32px;
    background: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -50px;
    top: -50px;
    cursor: pointer;
}

.home_video {
    display: none;
}

.inabout_l a {
    display: block;
    float: right;
    padding: 10px 30px;
    background: #00a4e2;
    color: #fff;
}

.inabout_l a span {
    margin-left: 5px;
}

.inabout_r p {
    margin-bottom: 25px;
    line-height: 28px;
}

.inabout_r p span {
    color: #00a4e2;
    font-weight: bold;
}

.inabout_r {
    width: 35%;
    box-sizing: border-box;
    float: right;
    padding: 0px 55px;
}

.inabout:after {
    display: block;
    width: 40%;
    height: 125%;
    content: "";
    position: absolute;
    right: 0;
    top: -15%;
    border: 3px solid #CCC;
    z-index: -1;
}

.insec2 {
    padding-top: 120px;
}

.fl_clear {
    clear: both;
}

.features {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}

.features img {
    float: right;
    width: 65%;
}

.features_txt {
    padding-top: 80px;
    margin-right: 65%;
    line-height: 28px;
    font-size: 16px;
}

.insec2 {
    padding-bottom: 50px;
}

.insec3 {
    padding-top: 30px;
    background-color: #f5f5f5;
}

.in_title_2 {
    text-align: center;
}

.in_title h2 {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.in_title h3 {
    position: relative;
    z-index: 2;
}

.in_title_2 .t_l {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00a4e2;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.in_title_2 .t_l::before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    background: #00a4e2;
    width: 2000px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.in_title_2 .t_r {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00a4e2;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.in_title_2 .t_r::before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    background: #00a4e2;
    width: 2000px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.inpro {
    height: auto;
    overflow: hidden;
}

.inpro_nav {
    float: left;
    width: 500px;
}

.inpro {
    margin-top: 100px;
}

.inpro_nav li {
    cursor: pointer;
    width: 100%;
    height: 140px;
    background: #fff;
    border: 1px solid #e2edf7;
    margin-bottom: 3px;
}

.nav_img {
    position: relative;
    background-color: #e2edf7;
    width: 180px;
    height: 100%;
    text-align: center;
    transform: skew(15deg);
    margin-left: -20px;
    float: left;
}

.nav_img img {
    position: absolute;
    transform: skew(-15deg);
    left: 50px;
    top: 35px;
}

.nav_txt {
    margin-left: 200px;
}

.nav_txt p {
    margin-top: 35px;
    font-size: 14px;
    margin-bottom: 5px;
}

.nav_txt h2 {
    color: #00a4e2;
    font-size: 17px;
    margin-right: 20px;
}

.inpro_nav li:hover {
    background-color: #00a4e2;
}

.inpro_nav li:hover .nav_img {
    background: #2eb9ed;
}

.inpro_nav li:hover h2 {
    color: #fff;
}

.inpro_nav li:hover p {
    color: #fff;
}

.inpro_nav li.active {
    background-color: #00a4e2;
}

.inpro_nav li.active .nav_img {
    background: #2eb9ed;
}

.inpro_nav li.active h2 {
    color: #fff;
}

.inpro_nav li.active p {
    color: #fff;
}

.proitem_box {
    margin-left: 580px;
}

.proitem_img {
    margin: 30px 0 30px 0;
    height: 350px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.proitem h2 span {
    font-weight: normal;
    margin-left: 10px;
}

.proitem p {
    line-height: 27px;
}

.proitem>div {
    margin-top: 30px;
    text-align: right;
}

.proitem>div a {
    color: #00a4e2;
}

.insec5 {
    padding-top: 50px;
}
.insec5 .title{
    margin: 100px 0 60px 0;
    font-size: 25px;
}
.insec5 .imgBox{
    height: auto;
    overflow: hidden;
}
.insec5 .imgBox .l{
    float: left;
    width: 45%;
}
.insec5 .imgBox .r{
    float: right;
    width: 45%;
}
.insec5 .imgBox .l img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.insec5 .imgBox .r img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.hist_line {
    margin-top: 100px;
    position: relative;
    height: 170px;
}

.hist_line ul {
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 10px
}

.hist_line li {
    text-align: center;
    position: relative;
    float: left;
    width: 20%;
}

.hist_line li::before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #555;
    position: absolute;
    left: 50%;
    right: 0;
    top: 9px;
    z-index: 1;
}

.hist_line li:nth-child(5)::before {
    display: none;
}

.hist_line li p {
    margin-top: 20px;
}

.hist_line li h2 {
    position: relative;
    display: inline-block;
    background-color: #f5f5f5;
    width: 55px;
    height: 10px;
    z-index: 2;
}

.hist_line li h2::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hist_line li.current h2::before {
    width: 15px;
    height: 15px;
    background-color: #fff;
    z-index: 3;
}

.hist_line li.current h2::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #0099CC;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hist_line li.current p {
    color: #0099CC;
}

.his_box {
    height: auto;
    overflow: hidden;
}

.his_box .his_r {
    float: right;
    width: 42%;
    height: 400px;
    overflow: hidden;
}

.his_box .his_r>div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
}

.his_box .his_r:hover>div {
    transform: scale(1.1);
}

.his_box .his_l {
    margin-right: 50%;
}

.his_box .his_l h2 {
    position: relative;
    padding-left: 20px;
}

.his_time {
    font-size: 30px;
    margin-bottom: 30px;
}

.his_box .his_l h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.his_box .his_l h2 span {
    color: #00a4e2;
}

.his_box .his_l p {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.his_box .his_l li {
    margin-bottom: 5px;
}

.his_box .his_l h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 11px;
}

.innews {
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}

.innews_l {
    float: left;
    width: 40%;
    background: #f7f7f7;
    padding: 17px 20px 40px 20px;
    box-sizing: border-box;
}

.news_img {
    height: 315px;
    overflow: hidden;
}

.news_img:hover>div {
    transform: scale(1.1);
}

.news_img>div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
}

.news_h {
    margin: 15px 0;
}

.news_time {
    float: left;
    width: 120px;
    background-color: #0099CC;
    transform: skew(10deg);
    margin-left: -30px;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0;
}

.news_time h2 {
    color: #fff;
    font-weight: normal;
    transform: skew(-10deg);
    margin-bottom: 3px;
}

.news_time p {
    color: #fff;
    padding: 15px 0;
    transform: skew(-10deg);
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 !important;
}

.news_txt {
    margin-left: 120px;
    line-height: 25px;
    padding-top: 15px;
    height: 55px;
    overflow: hidden;
    font-size: 22px;
}

.news_dec {
    font-size: 14px;
    color: #999;
    margin-top: 45px;
    height: auto;
    overflow: hidden;
    line-height: 25px;
}

.innews_r {
    margin-left: 48%;
}

.innews_r li a {
    height: 100%;
    display: block;
    overflow: hidden;
}

.news_acont {
    margin-left: 100px;
    height: 100%;
    position: relative;
}


.innews_r li:hover {
    background-color: #0099CC;
}

.innews_r li:hover .new_date {
    color: #fff;
}

.innews_r li:hover .news_box_t {
    color: #fff;
}

.innews_r li:hover .news_more {
    background: url(../images/arrow2.png);
}

.foot {
    background: #212121;
}

.foot_h {
    padding: 15px 0;
    height: auto;
    overflow: hidden;
}

.foot_l {
    width: 250px;
    float: left;
}

.foot_l img {
    width: 100%;
}

.foot_r {
    float: right;
    line-height: 67px;
}

.foot_r a {
    position: relative;
    color: rgba(255, 255, 255, .5);
    margin-left: 40px;
}

.foot_r a::before {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-40%);
    display: block;
    content: "";
    height: 15px;
    width: 1px;
    background-color: rgba(255, 255, 255, .4);
}

.foot_r a:first-child::before {
    display: none;
}

.foot_body {
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}

.foot_b_l {
    float: left;
    color: rgba(255, 255, 255, .4);
}

.foot_b_l li {
    position: relative;
    overflow: hidden;
    height: 32px;
    padding-left: 90px;
    line-height: 32px;
    margin-bottom: 15px;
}

.foot_b_l li span {
    position: absolute;
    display: block;
    height: 40px;
    width: 70px;
    background-color: #0099CC;
    transform: skew(10deg);
    left: -15px;
    top: 0;
}

.foot_b_l li span img {
    transform: skew(-10deg);
    margin-left: 30px;
    vertical-align: middle;
}

.foot_b_r {
    float: right;
}
.foot_b_r img{
    height: 100px;
}

.foot_b_r p {
    text-align: center;
    color: rgba(255, 255, 255, .4);
    margin-top: 15px;
}

.foot_f {
    height: auto;
    overflow: hidden;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.foot_f .span1 {
    float: left;
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
}

.foot_f .span2 {
    float: right;
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
}

.field_img {
    width: 100%;
    overflow: hidden;
    height: 350px;
}

.field_img>div {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
}

.field_img:hover>div {
    transform: scale(1.1);
}

.fieldswiper {
    margin-top: 100px;
}

.field_txt {
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
}

.fieldswiper .swiper-slide a {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.insec4 {
    padding-bottom: 50px;
}

.field_main {
    position: relative;
}

.field_arrow {
    height: 55px;
    position: absolute;
    left: -55px;
    right: -55px;
    top: 45%;
    transform: translateY(-50%);
}

.field_arrow-left {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    background-image: url(../images/left.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.field_arrow-right {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .3);
    right: 0;
    top: 0;
    background-image: url(../images/right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.field_arrow-left:hover {
    background-color: #00A4E2;
}

.field_arrow-right:hover {
    background-color: #00A4E2;
}

.proitem_box .proitem {
    display: none;
}

.proitem_box .proitem:nth-child(1) {
    display: block;
}


/* 关于我们 */

._banner {
    height:240px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    position: relative;
}

._banner::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

._banner .wrap {
    height: 100%;
    position: relative;
    z-index: 2;
}

._banner1 {
    background: url(../images/_banner11.jpg);
}

._banner2 {
    background: url(../images/_banner2.jpg);
}

._banner33 {
    background: url(../images/_banner33.jpg);
}

._banner4 {
    background: url(../images/_banner4.jpg);
}

._banner5 {
    background: url(../images/_banner5.jpg);
}
._banner6 {
    background: url(../images/protype1.jpg);
}

.ban_contain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.banleft {
    float: left;
    position: relative;
    padding-left: 25px;
}

.banline {
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 110px solid #0099CC;
    border-right: 110px solid transparent;
    z-index: -1;
}

.banleft h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    padding: 27px 0 15px 0;
    text-transform: uppercase;
}

.banleft h2 {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    padding: 0 0 18px 0;
    font-weight: normal;
}

.banmenu a {
    margin-left: 1px;
    float: left;
    display: inline-block;
    height: 45px;
    width: 180px;
    line-height: 45px;
    text-align: center;
    color: #0099CC;
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#0099CC)) no-repeat;
    background: linear-gradient(top, #0099CC, #0099CC) no-repeat;
    background-size: 100% 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: hsla(0, 0%, 100%, .9);
}
.banmenu1 a{
    width: 340px;
}

.banmenu {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banmenu a:hover {
    background-size: 100% 100%;
    color: #fff;
}

.banmenu a.active {
    background-size: 100% 100%;
    color: #fff;
}

.bgimg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.ab_s1{
    padding-top: 0;
    padding-bottom: 0;
}
.ab_s1 .in_title_4{
    margin-top: 120px;
}
.ab_s1 .wrap {
    height: auto;
    overflow: hidden;
    padding-top: 100px;
}

.ab_s1 {
    background: url(../images/ab_bg_1.jpg);
}

.ab_l {
    float: left;
    width: 46%;
    position: relative;
}

.ab_l .aboutimg {
    overflow: hidden;
}

.ab_l .aboutimg>div {
    background: url(../images/abs1.jpg);
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    z-index: 1;
    height: 100%;
}
.ab_l .aboutimg img{
    width: 100%;
     transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    z-index: 1;
}
.ab_l .aboutimg:hover img{
    transform: scale(1.1);
}

.ab_l .bg_grey {
    position: absolute;
    height: 100%;
    width: 390px;
    top: 0;
    left: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: 2;
}

.ab_l:hover .aboutimg>div {
    transform: scale(1.1);
}

.ab_l .bg_grey p {
    position: absolute;
    top: 235px;
    left: -34%;
    font-size: 100px;
    color: #f2f2f2;
    font-weight: bolder;
    transform: rotate(90deg) translate(-60px, -5px);
    text-transform: uppercase;
}

.ab_r {
    position: relative;
    float: right;
    width: 44%;
    z-index: 3;
		padding-top: 55px;
}

.ab_r h1 {
    margin: 15px 0 20px 0;
}

.ab_r h1 img {
    width: 40px;
}

.ab_r h2 img {
    height: 60px;
		margin-bottom: 30px;
}

.ab_r h2 {
    padding-left: 15px;
}

.ab_r p {
    padding-left: 15px;
}

.ab_r h4 {
    padding-left: 15px;
    margin: 15px 0;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
}

.ab_r p {
    line-height: 25px;
    font-size: 15px;
    text-indent: 20px;
    margin-bottom: 10px;
}

.in_title_4 {
    position: relative;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 70px;
}

.in_title_4 h2 {
    font-size: 55px;
}

.in_title_4 h3 {
    font-size: 32px;
    margin-top: -30px;
}

.in_title_4::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #0099CC;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}

.ab_s2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ab_s2 {
    background: url(../images/abbg1.png);
}

.ab_s2 .in_title_4 h2 {
    color: #ededed;
}

.ab_s2 .in_title_4 h3 {
    color: #ececec;
}

.cul_box {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.cul_box li {
    float: left;
    width: 25%;
}

.cul_box li .cul_bd {
    padding: 90px 0;
    cursor: pointer;
    width: 92%;
    margin: 0 auto;
    text-align: center;
    transition: all .3s ease;
    height: 280px;
}

.cul_box li .cul_bd h2 {
    display: inline-block;
    position: relative;
    width: 115px;
    height: 100px;
    border: 1px solid #fff;
}

.cul_box li .cul_bd h2 img {
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cul_box li .cul_bd h3 {
    color: #fff;
    font-size: 22px;
    margin: 30px 0 20px 0;
    font-weight: normal;
}

.cul_box li .cul_bd p {
    display: inline-block;
    color: #fff;
    width: 200px;
    line-height: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.cul_box li .cul_bd:hover {
    background-color: #0099CC;
    -webkit-box-shadow: 0 0 35px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 35px 2px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ab_s3 {
    background: url(../images/abbg3.png);
}

.his_swiper .swiper-slide .slidebox {
    cursor: pointer;
    width: 95%;
    margin: 20px auto;
    transition: all .3s;
}

.his_head {
    font-size: 32px;
    display: flex;
    padding: 35px 30px;
    background: linear-gradient(90deg, #07467e, #057fc0);
    color: #fff;
}

.his_head span {
    position: relative;
    padding-left: 25px;
}

.his_head span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.his_head span::after {
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
}

.his_body {
    background: #fff;
    padding: 45px 25px;
}

.his_arrow {
    height: 55px;
    position: absolute;
    left: -55px;
    right: -55px;
    top: 45%;
    transform: translateY(-50%);
}

.his_swiper_box {
    position: relative;
}

.his_arrow-right {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .2);
    right: 0;
    top: 0;
    background-image: url(../images/right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.his_arrow-left {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    background-image: url(../images/left.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.slidebox:hover {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .06);
}

.ab_s4 {
    background: url(../images/abbg4.jpg);
}

.hon_l {
    box-sizing: border-box;
    text-align: center;
    float: left;
    height: 450px;
    width: 55%;
    background: #fff;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .06);
}

.honbox {
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.hon_l img {
    cursor: pointer;
    vertical-align: middle;
    height: 280px;
}

.hon_l_item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hon_r {
    box-sizing: border-box;
    height: 450px;
    width: 40%;
    float: right;
    background: #fff;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .06);
    border-top-right-radius: 60px;
}

.hon_r li {
    cursor: pointer;
    margin: 0 25px;
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
}

.hon_r li span {
    margin-right: 30px;
}

.hon_r li span img {
    vertical-align: -4px;
}

.hon_r>div {
    height: 380px;
    margin-top: 60px;
    overflow-y: auto;
}


/* 设置滚动条的样式 */

.hon_r>div::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}


/* 滚动槽 */

.hon_r>div::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}


/* 滚动条滑块 */

.hon_r>div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0099CC;
}

.hon_r>div::-webkit-scrollbar-thumb:window-inactive {
    background: #0099CC;
}

.hon_l .hon_l_item:nth-child(1) {
    display: flex;
}

.hon_l .hon_l_item {
    display: none;
}

.hon_pop {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000000;
    background: rgba(0, 0, 0, .5);
}

.hon_pop_img {
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hon_close {
    position: fixed;
    z-index: 10000001;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: -50px;
    top: -50px;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    width: 100px;
}

.hon_close {
    background-image: url(../images/honclose.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 20px 75% !important;
}

html.showpop {
    overflow-y: hidden;
}

.hon_pop_img img {
    transition: .3s;
    transform: scale(0);
}

.ab_l .aboutimg>div {
    background-position: center center;
}

.newsBox {
    height: auto;
    overflow: auto;
    overflow-y: hidden;
}

.newsBox li a {
    position: relative;
    display: block;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
    transition: all .3s;
}

.newsBox li .newsdate {
    text-align: center;
    float: left;
    width: 151px;
    height: 150px;
    padding-right: 30px;
    margin-top: 20px;
    border-right: #ededed solid 1px;
}

.newsBox li .newsdate h2 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

.newsBox li .newsdate h3 {
    font-weight: normal;
    font-size: 23px;
    color: #444;
}

.newsBox li .newsdate span {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: relative;
    background: #A5A5A5;
    margin-top: 25px;
}

.newsBox li .newsdate span::before {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/plus.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.newsBox li a:hover .newsdate span {
    background: #0099CC;
}

.newsBox li .newsimg {
    float: right;
    width: 320px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.newsBox li .newsimg>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.newsBox li:hover .newsimg>div {
    transform: scale(1.1);
}

.newsBox li .newtxt {
    padding: 0 400px 0 0px;
}

.newsBox li .newtxt h2 {
    padding-top: 20px;
    margin: 0 0 30px 0;
    font-size: 22px;
    font-weight: normal;
}

.newsBox li .newtxt p {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 25px;
}

.newsBox li a:hover .newtxt h2 {
    color: #0099CC;
}

.newsBox li a .wrap {
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.newsBox li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #f8f8f8;
    transition: all .3s;
    z-index: -1;
}

.newsBox li a:hover::before {
    width: 100%;
}

.page_box {
    margin-top: 70px;
    text-align: center;
}

.pagenum a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #eee;
    line-height: 36px;
}

.pagenum a:hover {
    background: #0099CC;
    color: #fff;
    border: 1px solid #0099CC;
}

.pagenum a.active {
    background: #0099CC;
    color: #fff;
    border: 1px solid #0099CC;
}

.page_box .pagepre {
    display: inline-block;
    background-image: url(../images/pagearr.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center !important;
    width: 85px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 35px;
    vertical-align: -12px;
}

.page_box .pagepre a {
    display: block;
    width: 100%;
    height: 100%;
}

.page_box .pagenext a {
    display: block;
    width: 100%;
    height: 100%;
}

.page_box .pagenext {
    display: inline-block;
    background-image: url(../images/pagearr1.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center !important;
    width: 85px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 35px;
    vertical-align: -12px;
}

.news_sec {
    padding-bottom: 70px;
}

.newsBox li .newtxt h5 {
    font-size: 13px;
    color: #999;
    font-weight: normal;
    margin-bottom: 15px;
    display: none;
}


/*新闻详细 start*/

.news_detail {
    padding: 30px 0px;
}

.news_detail .detail_l {
    float: left;
    width: calc(100% - 500px);
}

.news_detail .l_box {
    /* background: #f6f9fd; */
    padding:8% 0;
}

.news_detail .news_title {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.news_detail .l_tools {
    margin-bottom: 40px;
    line-height: 20px;
}

.news_detail .l_tools span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #5a5a5a;
}

.news_detail .news_time {
    margin-right: 20px;
}

.news_detail .switcher .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.news_detail .detail_r {
    width: 420px;
    float: right;
}

.news_detail .detail_r .arr_box {
    background: #f6f9fd;
    padding: 8%;
    margin-bottom: 14px;
    color: #666;
    display: block;
}

.news_detail .detail_r .arr_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.news_detail .detail_r .arr_news_title {
    font-size: 16px;
    font-weight: normal;
}

.news_detail .detail_r .arr_time {
    font-size: 14px;
    padding-top: 6px;
    display: block;
}

.news_detail .detail_r .arr_box:hover {
    color: #fff;
    background: #0099CC;
}

.news_detail .detail_r .arr_box:hover .arr_title {
    color: #fff;
}

.news_detail .detail_r .share_box {
    background: #f6f9fd;
    padding: 8%;
}

.news_detail .detail_r .share_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.news_detail .detail_r .black_list {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #0099CC;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
}

.news_detail .newdetail_share {
    padding: 10px 0px;
}

.news_detail .newdetail_share a {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #999;
    line-height: 40px;
    border-radius: 50%;
    background: none;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    font-size: 20px;
    color: #999;
}

.switcher i {
    font-style: normal;
    margin-left: 30px;
}

.news_detail {
    padding: 100px 0;
    height: auto;
    overflow: hidden;
}

.news_detail .detail_r .black_list {
    margin-top: 10px;
}


/*news_detail end*/


/* 联系我们 */

.in_title_5 {
    text-align: left;
}

.in_title_5::after {
    left: 0;
    transform: translateX(0);
}

.cont_s1 {
    height: auto;
    overflow: hidden;
}

.cont_s1 li {
    cursor: pointer;
    float: left;
    margin-left: 3%;
    width: calc(91% / 4);
    height: 220px;
    text-align: center;
}

.cont_s1 li:first-child {
    margin-left: 0;
}

.cont_s1 li>div {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #0099CC;
}
.cont_s1 li:nth-child(3) img{
    padding-top: 35px;
}
.cont_s1 li:nth-child(4) img{
    padding-top: 35px;
}

.cont_s1 ul {
    margin-top: 30px;
}

.cont_s1 li .imgY {
    display: none;
}

.cont_s1 li h2 {
    font-weight: normal;
    font-size: 18px;
    margin: 8px 0;
}

.cont_s1 li img {
    padding-top: 60px;
}

.cont_s1 li>div:hover .imgY {
    display: inline-block;
}

.cont_s1 li>div:hover .imgN {
    display: none;
}

.cont_s1 li>div:hover {
    background: #0099CC;
}

.cont_s1 li>div:hover h2 {
    color: #fff;
}

.cont_s1 li>div:hover p {
    color: #fff;
}

.mapBox {
    height: 600px;
    position: relative;
}

.mapBox #map {
    height: 100%;
    position: relative;
    z-index: 1;
}

.mesform {
    position: absolute;
    left: 11%;
    top: 50%;
    background: #fff;
    padding: 30px;
    width: 380px;
    z-index: 2;
    border: 2px solid #ededed;
    border-radius: 5px;
    transform: translateY(-50%);
}

.mesform h2 {
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px
}

.mesform input {
    display: block;
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    border: none;
    outline: none;
    margin-bottom: 10px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #777;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #777;
}

textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #777;
}

.mesform textarea {
    display: block;
    width: 100%;
    height: 100px;
    background: #f8f8f8;
    border: none;
    outline: none;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 10px 10px;
    color: #777;
    resize: none;
}

.mesform button {
    width: 100%;
    color: #fff;
    border: none;
    outline: none;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    background-color: #0099CC;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 18px;
}


/* 产品中心 */

.pro_slide {
    width: 100%;
    height: 110vh;
}

.pro_slide ul {
    height: 100%;
    overflow: hidden;
}

.pro_slide ul li {
    float: left;
}

.pro_slide ul li.protype1 {
    width: 100%;
    height: 50%;
}

.pro_slide ul li.protype2 {
    width: 50%;
    height: 50%;
}

.pro_slide ul li.protype3 {
    width: 50%;
    height: 50%;
}

.pro_slide ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pro_slide ul li .probg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .25s ease-out;
}

.pro_slide ul li:hover .probg {
    transform: scale(1.1);
}

.pro_slide ul li.protype1 .promain {
    width: 40%;
}

.pro_slide ul li .promain {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.pro_slide ul li .promain>div {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 20%;
    transform: translateY(-50%);
    z-index: 3;
}

.pro_slide ul li .promain h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.pro_slide ul li .promain p {
    font-size: 15px;
    color: rgba(255, 255, 255, .9);
    line-height: 22px;
    margin-bottom: 25px;
}

.pro_slide ul li .promain span {
    padding: 2px 22px;
    display: block;
    font-size: 17px;
    color: rgba(255, 255, 255, .9);
    border-left: 1px solid rgba(255, 255, 255, .9);
    letter-spacing: 1px;
}

.pro_slide ul li .promain span i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/pro_arr.png);
    vertical-align: -2px;
    margin-left: 3px;
}

.pro_slide ul li .promain::before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 126%;
    height: 100%;
    background: #0b2e4f;
    opacity: .5;
    transform: skew(-15deg);
    transition: all .25s ease-out;
    z-index: 1;
}

.pro_slide ul li .promain::after {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 117%;
    height: 100%;
    background: #0061ae;
    opacity: .3;
    transform: skew(-6deg);
    transition: all .25s ease-out;
    z-index: 2;
}

.pro_slide ul li:hover .promain::before {
    left: -5%;
}

.pro_slide ul li.protype2 .promain::after {
    background: #007aa6;
    opacity: .4;
}

.pro_slide ul li.protype2 .promain::before {
    background: #007aa6;
    opacity: .5;
}

.pro_slide ul li.protype3 .promain::after {
    background: #aace39;
    opacity: .4;
}

.pro_slide ul li.protype3 .promain::before {
    background: #aace39;
    opacity: .5;
}

.pro_sec1 {
    height: auto;
    overflow: hidden;
}

.pro_sec1 .pro_img {
    border: 1px solid #eee;
    width: 560px;
    height: auto;
    overflow: hidden;
    float: left;
}

.pro_sec1 .pro_img img {
    width: 100%;
    cursor: pointer;
}

.pro_info {
    margin-left: 640px;
}

.pro_info h2 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 23px;
}

.pro_info p {
    font-size: 15px;
    line-height: 25px;
    color: #555;
}

.pro_info h4 {
    font-weight: normal;
    font-size: 20px;
    margin: 18px 0 13px 0;
}

.pro_info span {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    line-height: 25px;
}

.pro_info span::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #555;
    position: absolute;
    left: 0;
    top: 10px;
}

.jc_sec {
    padding-bottom: 100px;
}

.p_title {
    padding-left: 25px;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    color: #555;
    margin-bottom: 0;
}

.p_title::before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    left: 0;
    top: 2px;
    bottom: 2px;
    background: #0099CC;
}

.pro_info em {
    font-weight: bold;
    font-style: normal;
    color: #0099CC;
}

.current_title {
    font-size: 20px;
    color: #0099CC;
}

.float_box {
    height: auto;
    overflow: hidden;
}

.jc_sec1 .fl {
    float: left;
    width: 45%;
}

._title1 {
    margin-top: 90px;
    margin-bottom: 20px;
}

.jc_sec1 p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}

.jc_sec1 .fl li {
    line-height: 22px;
    float: left;
    width: 50%;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.jc_sec1 .fl li {
    margin-bottom: 35px;
}


.jc_sec1 .fl li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #f9bb3e;
    position: absolute;
    left: 0;
    top: 9px;
}

.jc_sec1 .fl ul {
    margin-top: 20px;
}

.jc_sec1 .fr {
    float: right;
    width: 45%;
}

.kda {
    font-weight: bold;
    float: right;
    width: 50%;
    text-align: center;
}

.kdafr {
    padding-top: 90px;
}

table {
    border-spacing: 0;
}

.table1 {
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    font-size: 15px;
}

.table1 td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 13px 20px;
    text-align: center;
}

.table1 tr:nth-child(odd) {
    background: #f2f2f2;
}

.table1 tr:first-child {
    width: 100%;
}

.table1 tr:first-child td {
    width: 100%;
}

.table1 tr:first-child td img {
    width: 100%;
}

.jc_sec1 .fr.fx img {
    width: 100%;
}

.float_box {
    margin-bottom: 30px;
}

.pro1_process {
    padding: 230px 0 150px 0;
    margin-top: 20px;
}

.pro1_process ul {
    height: auto;
}

.pro1_process li {
    float: left;
    width: auto;
    position: relative;
    margin-right: 90px;
    width: auto;
    padding: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .13);
    border-radius: 6px;
    margin-bottom: 50px;
}

.pro1_process li .pro_solt {
    position: absolute;
    right: -80px;
    top: -150px;
    width: auto;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .13);
    border-radius: 6px;
    background: #fff;
}

.pro1_process li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -63px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(../images/arrow_process.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.pro1_process li:last-child::before {
    display: none;
}

.pro1_process li .pro_solt::before {
    content: '';
    display: block;
    position: absolute;
    top: 90px;
    left: 25px;
    transform: rotate(90deg);
    width: 35px;
    height: 35px;
    background: url(../images/arrow_process.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.jc_sec3 .gy_r img {
    border-radius: 10px;
    width: 100%;
}

.jc_sec3 .gy {
    margin-top: 70px;
    height: auto;
    overflow: hidden;
}

.gy_l {
    float: left;
    width: 45%;
}

.gy_r {
    padding-top: 125px;
    float: right;
    width: 45%;
}

.gy_l h2 {
    color: #0099CC;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}

.table2 {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    width: 100%;
    margin-top: 50px;
}

.table2 td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 13px 20px;
    text-align: center;
}

.table2 tr:nth-child(odd) {
    background: #f2f2f2;
}

.jc_sec3 .gy_r {
    height: 100%;
}

.jc_sec1 {
    margin-top: 100px;
}

.jc_sec3 .gy_l img {
    width: 100%;
}

.jc_sec3 {
    margin-bottom: 60px;
}

.cy_sec1 {
    padding-top: 50px;
}

.cy_sec1 .info {
    height: auto;
    overflow: hidden;
    padding-top: 100px;
}

.cy_sec1 .info .info_item {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.cy_sec1 .info .info_item:last-child{
    margin-right: 0;
}
.cy_sec1 .info .info_item p {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
}

.cy_sec1 .info .info_item img {
    margin-bottom: 20px;
    width: 100%;
}

.cy_sec1 .info .info_item p span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FD961E;
    margin-right: 10px;
    vertical-align: 3px;
}

.cy_sec2 .info_item h3 {
    font-size: 20px;
    color: #0099CC;
    margin: 70px 0 50px 0;
}

.cy_sec2 .info_item img {
    max-width: 100%;
}

.cy_sec3 {
    margin-top: 40px;
}

.cy_sec3 .case_box {
    height: auto;
    overflow: hidden;
}

.cy_sec3 .case_box h3 {
    font-size: 20px;
    color: #0099CC;
    margin: 70px 0 30px 0;
}

.cy_sec3 .case_box .fl {
    float: left;
    width: 600px;
}

.cy_sec3 .case_box p {
    font-size: 15px;
    line-height: 24px;
}

.cy_sec3 .case_box .fr {
    margin-left: 850px;
}

.table3 {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    width: 100%;
    margin-top: 50px;
}

.table3 td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 18px 20px;
    text-align: center;
}

.table3 tr:nth-child(odd) {
    background: #f2f2f2;
}

.cy_sec3 .case_box .fl img {
    margin-top: 30px;
}

.cy_sec3 .case_box .fr.padd {
    padding-top: 180px;
}

.clear {
    clear: both;
}

.cy_sec3 .case_box .gylc {
    margin-top: 50px;
}

.cy_sec3 .case_box .gylc h2 {
    font-size: 20px;
    color: #0099CC;
    position: relative;
    padding-left: 20px;
}

.cy_sec3 .case_box .gylc h2::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #FD961E;
    display: inline-block;
    width: 6px;
    height: 6px;
}

.gylc .pro1_process {
    padding-left: 20px;
    padding-top: 70px;
    padding-bottom: 60px;
}

.gylc .pro1_process li:nth-child(3) {
    margin-top: -40px;
}

.case_box_c p {
    text-align: left;
    line-height: 38px !important;
    font-size: 15px !important;
}

.case_box_d p {
    text-align: left;
    line-height: 38px !important;
    font-size: 15px !important;
}

.case_box_c p span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FD961E;
    margin-right: 10px;
    vertical-align: 3px;
}

.case_box_c img {
    width: 100%;
    margin-bottom: 30px;
}

.case_box_d img {
    width: 100%;
    margin-bottom: 30px;
}

.case_box_c {
    float: left;
}

.case_box_d {
    float: right;
}

.flhidd {
    height: auto;
    overflow: hidden;
}

.ty_box ul {
    height: auto;
    overflow: hidden;
    padding: 80px 25px 30px 25px;
}

.ty_box li>div {
    background: #f4f4f4;
    padding: 30px 15px;
    height: 220px;
    text-align: center;
    cursor: pointer;
    transition: .35s ease-out;
}

.ty_box li {
    float: left;
    margin-left: 3%;
    width: calc(91%/4);
}

.ty_box li:first-child {
    margin-left: 0;
}

.ty_box li img.curr {
    display: none;
}

.ty_box li img {
    margin-top: 30px;
}

.ty_box li>div:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .23);
    background: #0099CC;
}

.ty_box li p {
    font-size: 15px;
    margin-top: 25px;
    line-height: 20px;
}

.ty_box li>div:hover p {
    color: #fff;
}

.ty_box li>div:hover img.curr {
    display: inline-block;
}

.ty_box li>div:hover img.prim {
    display: none;
}

.table4 {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    width: 100%;
    margin-top: 50px;
}

.table4 td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 12px 17px;
    text-align: center;
}

.table4 tr:nth-child(odd) {
    background: #f2f2f2;
}

.ty_sec2 {
    padding-top: 90px;
    margin-top: 30px;
    background: url(../images/bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.field_box {
    margin-top: 100px;
    height: auto;
    overflow: hidden;
}

.field_box li {
    padding-right: 10px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
    float: left;
    width: 33.3%;
    padding-left: 10px;
    box-sizing: border-box;
    height: 44px;
}

.field_box .field_item {
    width: 600px;
}

.field_box .field_item.fl {
    float: left;
}

.field_box .field_item.fr {
    float: right;
}

.field_box .field_item img {
    margin-bottom: 30px;
}

.field_box li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FD961E;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}

.field_box .fr li {
    height: auto;
}

.ab_r h1 img {
    margin-left: 15px;
}

.gy .gy_p {}

.gy .gy_p p {
    line-height: 35px;
}

.gy .gy_q h2 {
    margin-bottom: 40px;
}

.gym .gy_r {
    padding-top: 40px;
}

.gym .gy_q {
    padding-top: 50px;
}

.his_swiper_box {
    position: relative;
    margin-top: 30px;
}

.his_swiper_box .bgline {
    left: 0;
    top: 200px;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dedede;
}

.his_swiper_box .swiper-slide {
    height: 250px;
    float: left;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.his_swiper_box .swiper-slide h2 {
    font-size: 25px;
    color: #666;
    margin-bottom: 10px;
}

.his_swiper_box .swiper-slide h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
}

.his_swiper_box .swiper-slide::before {
    content: '';
    border-left: 1px dotted #b3b3b3;
    height: 48px;
    position: absolute;
    left: 50%;
    transition: all .3s ease-out 0s;
}

.his_swiper_box .swiper-slide:nth-child(odd)::before {
    top: 150px;
}

.his_swiper_box .swiper-slide .ico_cir {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -7px;
}

.his_swiper_box .swiper-slide:nth-child(odd) .ico_cir {
    top: 193px
}

.his_swiper_box .swiper-slide .ico_cir::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    z-index: 6;
    border-radius: 50%;
    background: #6d6d6d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.his_swiper_box .swiper-slide:nth-child(even) {
    margin-top: 320px;
}

.his_swiper_box .swiper-slide:nth-child(even) .ico_cir {
    top: -127px;
}

.his_swiper_box .swiper-slide:nth-child(even)::before {
    top: -107px;
}

.his_swiper_box .swiper-slide p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.ab_s3 {
    padding-bottom: 30px;
}

.his_swiper_box .swiper-slide:hover {}

.his_swiper_box .swiper-slide:hover h2 {
    color: #0099CC;
}

.m_his {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
}

.m_his li {
    padding-top: 5px;
    height: auto;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
}

.m_his ul {
    height: auto;
    overflow: hidden;
}

.m_his:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #dedede;
    left: 50%;
    top: 0;
    margin-left: -1px;
    height: 96%;
}

.m_his li:nth-child(odd) .his_date {
    width: 45%;
    float: left;
    text-align: right;
}

.m_his li:nth-child(odd) .his_txt {
    padding-top: 3px;
    float: right;
    width: 45%;
}

.m_his li:nth-child(odd) .his_date h4 {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 17px;
    color: #7d7d7d;
    font-family: HELVETICANEUELTPRO-THEX;
    font-weight: normal;
}

.m_his li:nth-child(odd) .his_txt h4 {
    margin-top: 0;
    font-weight: normal;
    font-size: 15px;
}

.m_his li:nth-child(odd) .his_txt p {
    font-size: 12px !important;
    line-height: 18px;
    margin-bottom: 0;
    color: #999;
    margin-top: 8px;
}

.m_his li:nth-child(even) .his_date {
    width: 45%;
    float: right;
    text-align: left;
}

.m_his li:nth-child(even) .his_txt {
    padding-top: 3px;
    float: left;
    width: 45%;
    text-align: right;
}

.m_his li:nth-child(even) .his_date h4 {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 17px;
    color: #7d7d7d;
    font-family: HELVETICANEUELTPRO-THEX;
    font-weight: normal;
}

.m_his li:nth-child(even) .his_txt h4 {
    margin-top: 0;
    font-weight: normal;
    font-size: 15px;
}

.m_his li:nth-child(even) .his_txt p {
    font-size: 12px !important;
    line-height: 18px;
    margin-bottom: 0;
    color: #999;
    margin-top: 8px;
}

.m_his li:after {
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -8px;
    background: #0099CC;
    border-radius: 20px;
    border: 2px solid #dedede;
    z-index: 6;
}

.fielul {
    height: auto;
    overflow: hidden;
}

.fielul li .fielimg {
    width: 50%;
    float: left;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.fielul li .fielimg>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    transition: .45s ease-out;
}

.fielul li .fielimg:hover>div {
    transform: scale(1.1);
}

.fielul li {
    float: left;
    margin-left: 4%;
    width: 48%;
    margin-bottom: 60px;
}

.fielul li:nth-child(2N+1) {
    margin-left: 0;
}

.fielul li .fieltxt {
    margin-left: 50%;
    height: 340px;
    background: #FFFFED;
}

.fielul li .fieltxt h2 {
    font-size: 20px;
    display: block;
    width: 100%;
    height: 50px;
    background: #0099CC;
    background: linear-gradient(to right, #48A3DC, #3565AD);
    line-height: 50px;
    padding-left: 30px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 30px;
}

.fielul li .fieltxt p {
    font-size: 15px;
    position: relative;
    padding-left: 47px;
    line-height: 22px;
    margin-bottom: 10px;
}

.fielul li .fieltxt p::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #0099CC;
    position: absolute;
    top: 10px;
    left: 30px;
}

.fieldsec {
    padding-bottom: 30px;
}
.news_text img{
	max-width: 100%;
}
.news_text video{
	max-width: 100% !important;
}
.news_text p{
	line-height: 28px;
}
.hon_pop_img img{
	position: relative;
	max-height: 740px !important;
}
.hon_r li.active{
	color: #0099CC;
}
.news_detail .detail_r .arr_box:hover  a{
	color: #fff;
}
.cul_cont{
	text-align: center;
	margin: 40px 0 70px 0;
}
.cul_cont h2{
    position: relative;
	color: #fff;
	font-size: 33px;
	margin-bottom: 80px;
}
.cul_cont h2::after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}
.cul_cont h3{
	color: #fff;
	font-size: 28px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}

.innews_r li {
    background: #f7f7f7;
    padding: 0 35px 0 35px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: 130px;
    margin-bottom: 16px;
}

.new_date span {
    font-size: 22px;
}

.new_date {
    float: left;
    font-weight: bold;
    height: 100%;
    line-height: 115px;
    font-size: 18px;
}

.news_more {
    display: block;
    background-size: cover!important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 200px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news_box_t {
    height: 100%;
    margin-right: 50px;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
}
.news_box_t  h2{
   padding-top: 25px;
    margin-bottom: 10px;
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: normal;
    margin-right: 210px;
}
.news_box_t  p{
    display: block;
    height: 40px;
    overflow: hidden;
    width: auto;
    font-size: 14px;
    color: #999;
    margin-right: 210px;
}
.innews_r li:hover p{
    color: #fff;
}
#nvideo{
    background: #000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    text-align: center;
}
#nvideo video{
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    height: 300px;
}
.down_table {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    width: 100%;
    margin-top: 50px;
}
.down_table tr:nth-child(odd) {
    background: #f2f2f2;
}
.down_table tr:first-child{
    font-weight: bold;
}
.down_table td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 13px 20px;
    text-align: center;
}
.down_table tr td.down a{
    color: #0099CC;
    text-decoration: underline !important;
    
}
.down_table tr td.down a span{
    text-decoration: underline;
}
.video_sec{
    padding-bottom: 70px;
}
.video_sec li{
    float:left;
    margin-left: 5%;
    width: 30%;
    margin-bottom: 35px;
}
.video_sec li .videoBox{
    position: relative;
}
.video_sec li .videoBox .thumb{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.video_sec li .videoBox  .cover{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.video_sec li .videoBox .vdicon{
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.video_sec li:nth-child(3N+1){
    margin-left: 0;
}
.video_sec li h2{
    text-align: center;
    font-size: 15px;
    margin: 10px;
}
.lang{
    float: right;
    line-height: 90px;
    margin-left: 15px;
    color: #00a4e2;
}
.lang img{
    width: 17px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.lang img.langimg{
    display: none;
}
.lang a{
    color: #fff;
}
img.gq{
    height: 20px;
    width: auto;
}
.header.fixed .lang a{
    color: #00a4e2;
}
.header.fixed img.langimg{
    display: inline-block;
}
.header.fixed img.langimg1{
    display: none;
}

.header:hover img.langimg{
    display: inline-block;
}
.header:hover img.langimg1{
    display: none;
}
.header:hover .lang a{
    color: #00a4e2;
}
.downIcon{
    margin-left: 10px;
    color: #00a4e2;
}
.downIcon img{
    height: 20px;
    margin-right: 3px;
}
.yj_table {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    width: 100%;
    margin-top: 50px;
}
.yj_table tr:first-child{
    background: #f2f2f2;
}
.yj_table tr:first-child{
    font-weight: bold;
}
.yj_table td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 13px 2px;
    text-align: center;
}
.yj_table tr td:nth-child(5){
    min-width: 40px;
}


/* 下拉 */
.header .header_nav .nav_container>ul>li{
    position: relative;
}
.suB_nav{
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    z-index: 1000
}
.suB_nav a{
    color: #000;
}
.suB_nav a:hover{
    color: #00a4e2;
}
.header .header_nav .inner_box .box_r{
    display: none;
}

/* 案例 */
.news_detail .l_box1{
    background-color: #fff;
}
.anlitt{
    margin-bottom: 60px !important;
}
.anliBlack{
    background-color: #091138;
    padding: 40px;
}
.anli1 .anliBlack  h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 40px;
}
.anliList li{
    position: relative;
    color: #fff;
    font-size: 20px;
    padding-left: 35px;
}
.anliList li p{
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
}
.anliList li:after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #f6b52e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.anliH2_b{
    padding-top: 50px;
    color: #000;
    font-size: 22px;
    padding-bottom: 40px;
}
.anliH2_w{
    padding-top: 50px;
    color: #fff;
    font-size: 22px;
    padding-bottom: 40px;
}
.anliList1 li{
    position: relative;
    color: #000;
    font-size: 20px;
    padding-left: 35px;
}
.anliList1 li p{
    color: #000;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
}
.anlitable{
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.anlitable tr:first-child {
    font-weight: bold;
}
.anlitable tr:first-child {
    background: #f2f2f2;
}
.anlitable td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 13px 20px;
    text-align: center;
}
.tabT{
    text-align: center;
    font-size: 22px;
    margin: 60px 0 45px 0;
    font-weight: bold;
}
.tableAll{
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    font-size: 15px;
    margin-top: 100px;
}
.tableAll tr:first-child {
    width: 100%;
}
.tableAll tr:nth-child(odd) {
    background: #f2f2f2;
}
.tableAll td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 13px 8px;
    text-align: center;
}
.tableAll tr td:first-child{
    font-weight: bold;
}
.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}
.pmenu{
    width: 250px;
    position: relative;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pmenu ul{
    display: none;
}
.pmBox{
    position: relative;
    background-color: #0099CC;  
    height: 45px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
    text-align: left;
    padding-left: 80px;
}
.pmBox:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
}

.pmenu.on .pmBox:after{
    transform: rotate(180deg);
}
.pmenu ul{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
}


.pmenu li.active{
    background-color: #0099CC;
    color: #fff;
}
.pmenu li.active a{
    color: #fff;
}
.pmenu li {
    padding: 9px 10px;
    line-height: 22px;
    font-size: 16px;
    position: relative;
    text-align: center;
    color: #0099CC;
    background-color: #eee;
}
.down_sec{
    overflow-x: auto;
    white-space: nowrap;
}
.tableBox{
    overflow-x: auto;
    white-space: nowrap;
    padding-right: 20px;
}
.amap-logo {
  display: none;
  opacity: 0 !important;
}
.amap-copyright {
  opacity: 0;
}
/* 联系方式更改 */
.contBox{
    height: auto;
    overflow:hidden;
}
.contBox .contItem{
    float: left;
    margin-left: 4%;
    width: 48%;
    height: 280px;
    cursor: pointer;
}
.contBox .contItem:first-child{
    margin-left: 0;
}
.contBox .contItem >  div .img2{
    display: none;
}
.contBox .contItem > div{
    box-sizing: border-box;
    padding: 50px 45px;
    width: 100%;
    height: 100%;
    border: 1px solid #0099CC;
}
.contBox .contItem >  div:hover{
    background-color: #0099CC;
}
.contBox .contItem >  div:hover .img1{
    display: none;
}
.contBox .contItem >  div:hover .img2{
    display: block;
}
.contBox .contItem >  div .li{
    position: relative;
    padding-left: 70px;
    height: auto;
    margin-bottom: 10px;
    height: 55px;
    display: flex;
    align-items: center;
}
.contBox .contItem >  div .li .span1{
    position:absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contBox .contItem >  div .li .span1 img{
    height:38px;
    width: auto;
}
.contBox .contItem >  div:hover span{
    color: #fff;
}
.gotop {
  position: fixed;
  right: -50px;
  bottom: 0;
  opacity: 0;
  background-image: url(../images/top.png);
  background-color: #00a4e2;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.45s ease-out;
  z-index: 30;
}
.gotop.show {
  right: 0;
  opacity: 1;
}
.cookieBox{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .7);
    display: none;
}
.cookieClose{
    width: 32px;
    height: 32px;
    background: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -50px;
    top: 0;
    cursor: pointer;
}
.cookieMain {
    position: absolute;
    width: 800px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.cookieMain  .scroll{
    padding: 30px 30px;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 80px;
}
.btnBox{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-right: 30px;
    border-top: 1px solid #eee;
    background-color: #fff;
}
.btnBox div{
    border: 0;
    width: 113px;
    line-height: 34px;
    background-color: #00a4e2;
    color: #fff;
    font-size: 16px;
    outline: 0;
    padding: 0 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px 5px;
    float: right;
    text-align: center;
}
.cookieMain  .scroll h1{
    font-size: 22px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.cookieMain  .scroll h3{
    font-size: 20px;
    margin: 0px 0 30px 0;
}
.cookieMain  .scroll p{
    font-size: 14px;
    line-height: 25px;
}
.mm-nav-box .mm-nav-list .list-n-no .mnav-word .word-a{
    display: block !important;
    width: 100%;
}
.mm-nav-box .mm-nav-list .list-n-no .mnav-word:after{
    display: none;
}
