@charset "utf-8";
/* 公用 */

* {
    touch-action: pan-y;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.wrap {
    width: 1537px;
    margin: 0 auto;
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.fz0 {
    font-size: 0;
}

.max-w100 {
    max-width: 100%;
}

.max-h100 {
    max-height: 100%;
}

.middle {
    vertical-align: middle;
}

.middle-span {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-wrapper img {
    max-width: 100%;
}

.half {
    width: 50%;
}

p {
    margin: 0 0 10px;
}

.b_pic:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.wow {
    visibility: hidden;
}

#bdshare_weixin_qrcode_dialog {
    height: auto !important;
}

.rotating {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.main_big {
    margin-bottom: 80px;
}

.trans5 {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*产品优势*/

.pd-vertical-4 {
    padding: 4% 0 4% 0;
}

.inl-bl-list {
    visibility: visible;
    animation-duration: 1.2s;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
    margin-top: 5%;
    text-align: center;
}

.inl-bl {
    display: inline-block;
    width: 25%;
    height: 335px;
    overflow: hidden;
    /*float: left;*/
}

/*产品优势关键词*/

.inl-bl .imgs {
    width: 66px;
    height: 76px;
    background: url(../images/fonts.png)no-repeat center;
    text-align: center;
    line-height: 76px;
    font-size: 28px;
    color: #fff;
    margin: 0 auto 0 auto;
}

/*产品优势概述*/

.inl-bl .megs {
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    padding: 80px 8% 0 8%;
}

.bgc-a2 {
    background-color: rgba(3, 3, 3, .08);
    height: 100%;
    padding-top: 60px;
}

/*霓虹灯效果*/

.neon-text-green {
    text-shadow: 0 0 5px #06ca8f, 0 0 15px #24d45c, 0 0 20px #008252, 0 0 40px #72bf9f, 0 0 60px #1f41ab, 0 0 10px #e28512, 0 0 98px #6eaf3b;
}

.neon-text-blue {
    text-shadow: 0 0 5px #6a6bff, 0 0 15px #0092cd, 0 0 20px #54b9e2, 0 0 40px #72bf9f, 0 0 60px #f55c5c, 0 0 10px #e28512, 0 0 98px #e22222;
}

.neon-text-orange {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}

/*六边形*/

.hexagon:before {
    content: "";
    width: 0;
    border-bottom: 38px solid transparent;
    border-top: 38px solid transparent;
    border-right: 19px solid rgba(3, 3, 3, .15);
    ;
    position: absolute;
    top: 0;
    left: -19px;
}

.hexagon {
    width: 48px;
    height: 76px;
    line-height: 76px;
    font-size: 28px;
    color: #fff;
    /*min-width:100px;*/
    /*height:160px;*/
    background-color: rgba(3, 3, 3, .15);
    display: inline-block;
    position: relative;
    /*line-height: 160px;*/
    /*color:#FFFFFF;*/
    /*font-size: 20px;*/
    text-align: center;
}

.hexagon:after {
    content: "";
    width: 0;
    border-bottom: 38px solid transparent;
    border-top: 38px solid transparent;
    border-left: 19px solid rgba(3, 3, 3, .15);
    position: absolute;
    top: 0;
    right: -19px;
}

/*头部部分*/

#header_hidden {
    height: 86px;
}

#header {
    height: 86px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#header .wrap {
    position: relative;
    overflow: visible;
}

#header .left {
    width: 16%;
}

#header .left img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}

#header .right .list .nav {
    font-size: 15px;
    color: #fff;
    float: left;
    line-height: 83px;
    border-bottom: solid 3px transparent;
    margin-left: 60px;
    position: relative;
    cursor: pointer;
}

#header .right .list .nav:first-child {
    margin-left: 0;
}

#header .right .list .nav.last {
    padding-right: 0;
}

#header .right .list .nav.on,
#header .right .list .nav:hover {
    /*border-bottom: solid 3px #fff;*/
    /*color: #0092cd;*/
    font-weight: bolder;
}

#header .search {
    margin-left: 2%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    border: solid 1px #dedede;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 28px;
    background: #fff url(../images/search.png)no-repeat center;
}

#header .search img {
    max-width: 100%;
    height: auto;
    margin-top: 7px;
}

#header .form {
    position: absolute;
    right: 0;
    top: 85px;
    border: solid 1px #e3e3e3;
    border-radius: 3px;
    z-index: 999;
    display: none;
}

#header .form .inputs {
    width: 200px;
    height: 50px;
    border: none;
    padding: 0 20px;
    font-size: 14px;
}

#header .form .sub {
    width: 50px;
    height: 50px;
    background: #fff url(../images/search.png)no-repeat center;
    border: none;
    border-left: solid 1px #e3e3e3;
}

#header .form .sub:hover {
    background: #f1f1f1 url(../images/search.png)no-repeat center;
}

#header.on {
    background: #fff;
    border-bottom: solid 1px #ededed;
}

#header.on .right .list .nav {
    color: #666;
}

#header.on .right .list .nav.on,
#header.on .right .list .nav:hover {
    color: #0092cd;
}

/* 顶级菜单 “联系我们” 去除 hover 效果 */

.nav-contact-no-hover:hover {
    font-weight: normal !important;
}

#header .right .list .header2 {
    position: absolute;
    left: -25px;
    top: 65px;
    width: 150px;
    background: #fff;
    border: solid 1px #ededed;
    border-top: none;
    display: none;
}

#header .right .list .header2 .headtrg {
    position: absolute;
    left: 0;
    right: 0;
    top: -46px;
    margin: 0 auto;
    text-align: center;
    height: 6px;
}

#header .right .list .header2 .headtrg img {
    max-width: 100%;
    height: auto;
}

#header .right .list .nav:hover .header2 {
    display: block;
}

#header .right .list .nav .header2 .nav2 {
    display: block;
    width: 80%;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    font-size: 14px;
    color: #383836;
    border-bottom: solid 1px #eee;
    background: url(../images/n1.png)no-repeat 98%;
    font-weight: normal !important;
}

#header .right .list .nav .header2 .nav2:last-child {
    border-bottom: solid 1px transparent;
}

#header .right .list .nav .header2 .nav2:hover {
    color: #0092cd;
    background: url(../images/n2.png)no-repeat 98%;
}

#header .right .list .nav .header2 .nav2.on {
    color: #0092cd;
    border-bottom: solid 1px #0092cd;
    background: url(../images/n2.png)no-repeat 98%;
}

#header .right .list .nav .header2 .nav2:last-child:hover {
    border-bottom: solid 1px transparent;
}

#header .right .list .nav:hover .header2 {
    display: block;
}

#header .right .list .nav .header2 .nav2 {
    position: relative;
}

#header .right .list .nav .header2 .nav2 .header3 {
    position: absolute;
    right: -175px;
    top: 0;
    border: solid 1px #eee;
    width: 160px;
    background: #fff;
    display: none;
}

#header .right .list .nav .header2 .nav2 .header3 .nav3 {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 5px;
    color: #333;
    overflow: hidden;
}

#header .right .list .nav .header2 .nav2 .header3 .nav3:hover {
    color: #0092cd;
}

#header .right .list .nav .header2 .nav2 .header3 .nav3.on {
    color: #0092cd;
}

#header .right .list .nav .header2 .nav2.nones {
    background: #fff !important;
}

/*手机顶部部分*/

#header_mobile {
    display: none;
    height: 80px;
    z-index: 1000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-bottom: solid 1px #ededed;
}

#header_mobile .menu-trg {
    position: absolute;
    right: 4%;
    top: 0;
}

#header_mobile .menu-trg .icon-menu {
    background: url(../images/mobilenav.png)no-repeat center;
}

#header_mobile .menu-trg .trg {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin-top: 20px;
}

.side-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.side-menu .inner {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    color: #0092cd;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px #ededed;
}

.side-menu .inner a {
    color: #0092cd;
}

.side-menu .hd {
    padding: 0 15px;
    height: 49px;
    border-bottom: 1px solid #ededed;
    line-height: 48px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.side-menu .hd .icon-user:before {
    margin-right: 5px;
    font-size: 16px;
}

.side-menu .hd .icon-fork:before {
    top: 0;
    font-size: 18px;
}

.side-menu .hd .icon-user {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 65%;
    overflow: hidden;
}

.side-menu .hd .msg {
    margin-right: auto;
    margin-left: 6px;
}

.side-menu .hd .msg img {
    max-width: 20px;
}

.side-menu .hd .icon-fork {
    width: 24px;
    height: 24px;
    background: url(../images/close.png)no-repeat center;
    background-size: 100%;
}

.side-menu ul>li a {
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
}

.side-menu ul>li {
    border-bottom: 1px solid #ededed;
}

.side-menu.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

#header_mobile .left {
    width: 40%;
    margin-top: 10px;
}

#mobile_drak {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

#header_mobile .menu-trg .side-menu .lan {
    text-align: center;
    margin-top: 30px;
}

#header_mobile .menu-trg .side-menu .lan .a {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}

#mobile_hidden {
    height: 80px;
    display: none;
}

/*Banner部分*/

#banner {}

#banner img {
    max-width: 100%;
    height: auto;
}

/*4.3.5*/

#banner {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}

#banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner .swiper-button-prev {
    left: 30px;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
    width: 19px;
    height: 37px;
    background: url(../images/left.png)no-repeat center;
}

#banner .swiper-button-next {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    right: 30px;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#banner2 {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
}

#banner2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner2 img {
    max-width: 100%;
    height: auto;
}

#banner .owl-buttons {
    display: none;
}

#banner .owl-theme .owl-controls {
    width: 100%;
    top: auto;
    bottom: 5%;
}

#banner .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    background: #c6cfe2;
    border: solid 1px #fff;
    margin: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .owl-theme .owl-controls .owl-page.active span {
    background: #a70418;
    border: solid 1px #a70418;
}

#banner2 .fonts {
    display: inline-block;
    vertical-align: middle;
    font-size: 39px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    position: absolute;
    left: 0;
    right: 0;
    top: 50.5%;
}

#banner2 .bd.pro2 .fonts {
    color: #0f66ab;
}

/*底部部分*/

#footer {}

#footer .wrap1 {
    background: url(../images/footer.jpg)no-repeat center;
    background-size: cover !important;
    padding: 3% 0;
}

#footer .wrap1 .big {
    width: 19%;
}

#footer .wrap1 .big .title {
    font-size: 15px;
    color: #fff;
    padding-left: 15px;
    background: url(../images/jia.png)no-repeat left;
}

#footer .wrap1 .big .list {
    margin-top: 15px;
}

#footer .wrap1 .big .list a {
    font-size: 12px;
    color: #adadad;
    display: block;
    margin-top: 10px;
    padding-left: 15px;
}

#footer .wrap1 .big .list a:first-child {
    margin-top: 0;
}

#footer .wrap1 .big .list a:hover {
    color: #fff;
}

#footer .wrap1 .big.last {
    width: 5%;
}

#footer .wrap2 {
    background: #2a2a2a;
    padding: 12px 0;
}

#footer .wrap2 .left span {
    font-size: 12px;
    color: #797979;
}

#footer .wrap2 .left span:nth-child(2) {
    margin-left: 30px;
}

#footer .wrap2 .right .list a {
    display: block;
    margin-left: 20px;
}

#footer .wrap2 .right .list a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*底部链接*/

#footer a {
    color: #797979
}

#footer a:link {
    color: #797979;
    text-decoration: none;
}

#footer a:active {
    color: #797979;
}

#footer a:visited {
    color: #797979;
    text-decoration: none;
}

#footer a:hover {
    color: #797979;
    text-decoration: underline;
}

/*申请试用*/

.r-b-btn-group {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 999;
}

.r-b-btn {
    border-radius: 3px;
    color: #ffffff !important;
    cursor: pointer;
    padding: 15px 12px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    box-shadow: 4px 3px 10px rgba(64, 64, 64, .6);
    /*渐变色背景*/
    background: #50acdb;
    /* 针对不支持渐变的浏览器 */
    background: -webkit-linear-gradient(left, #6fbadf, #5ab1de, #34a0d7);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #6fbadf, #5ab1de, #34a0d7);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #6fbadf, #5ab1de, #34a0d7);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #6fbadf, #5ab1de, #34a0d7);
    /* 标准语法（必须是最后一个） */
}

.r-b-btn:hover {
    transform: scale(1.1, 1.1);
}

.r-b-btn-icon {
    padding-bottom: 6px;
}

/*试用申请对话框*/

.trail-dialog {
    border: 1px solid rgba(225, 244, 255, .8);
    border-radius: 5px;
    padding: 5px 20px 25px 20px;
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: none;
    /*animation: show-dialog 2s;*/
    /*-webkit-animation:fade-in-bottom-right 1s;*/
    /*animation:fade-in-bottom-right 1s;*/
    /*渐变色背景*/
    background: rgba(94, 198, 251, .95);
    /* 针对不支持渐变的浏览器 */
    background: -webkit-linear-gradient(top left, rgba(191, 233, 251, .95), rgba(158, 222, 255, .95), rgba(94, 198, 251, .95));
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(bottom right, rgba(191, 233, 251, .95), rgba(158, 222, 255, .95), rgba(94, 198, 251, .95));
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(191, 233, 251, .95), rgba(158, 222, 255, .95), rgba(94, 198, 251, .95));
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to bottom right, rgba(191, 233, 251, .95), rgba(158, 222, 255, .95), rgba(94, 198, 251, .95));
    /* 标准语法（必须是最后一个） */
}

@keyframes show-dialog {
    from {
        right: -302px;
        opacity: 0
    }
    /*50% {right: -145px; opacity: 0.6}*/
    to {
        right: 12px;
        opacity: 1
    }
}

@keyframes hide-dialog {
    0% {
        right: 12px;
        opacity: 1
    }
    50% {
        right: -145px;
        opacity: 0.6
    }
    100% {
        right: -302px;
        opacity: 0
    }
}

.trail-dialog-close {
    text-align: right;
}

.trail-dialog-close-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.trail-dialog-close-btn:hover {
    transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
}

.trail-dialog .form-title {
    color: #414244;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.trail-dialog .form-item-group {
    margin: 20px 0 30px 0;
    text-align: left;
}

.trail-dialog .form-item {
    margin: 10px 0 15px 0;
}

.trail-dialog .form-label-container {
    text-align: left;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 6px;
}

.trail-dialog .form-label {
    color: #292c32;
    display: inline-block;
    width: 76px;
}

.trail-dialog .form-error {
    color: #ed4014;
}

.trail-dialog .form-input {
    /*display: inline-block;*/
}

.trail-dialog .form-input input {
    display: inline-block;
    width: 268px;
    height: 28px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 14px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    -webkit-transition: border .2s ease-in-out, background .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, background .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.trail-dialog .form-input input:hover {
    border-color: #57a3f3;
}

.trail-dialog .form-input input:focus {
    border-color: #57a3f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
    box-shadow: 0 0 0 2px rgba(45, 140, 240, .2)
}

.trail-dialog .form-submit-container {
    text-align: center;
    position: relative;
}

.trail-dialog .form-submit {
    color: #fff;
    background-color: rgba(45, 140, 240, .8);
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 32px;
    padding: 0 40px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
}

.trail-dialog .form-submit:hover {
    box-shadow: -4px -4px 10px -5px rgba(255, 255, 255, 1), 4px 4px 10px -5px rgba(0, 0, 0, 0.3);
}

.trail-dialog .form-submit:active {
    top: 2px;
    left: 1px;
}

.tip-container {
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 9999;
    width: 100%;
    text-align: center;
    transition: height .3s ease-in-out, padding .3s ease-in-out;
    display: none;
}

.tip-box {
    display: inline-block;
    pointer-events: all;
    color: #495060;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    background: #fff;
    position: relative;
    text-align: left;
    max-width: 400px;
}

.tip-box-icon {
    color: #19be6b;
    display: inline-block;
    margin-right: 8px;
    position: relative;
}

.tip-box-content {
    display: inline-block;
    font-size: 14px;
    position: relative;
}

/*标题部分*/

#title {
    padding: 3% 0;
}

#title,
.ts {
    text-align: center;
}

#title .tsn,
.ts .tsn {
    font-size: 30px;
    color: #0092cd;
    margin: 0 auto;
    text-align: center;
    height: 31px;
    line-height: 31px;
    position: relative;
    display: inline-block;
    padding: 0 70px;
}

#title .tsn .tb1,
#title .tsn .tb2,
.ts .tsn .tb1,
.ts .tsn .tb2 {
    position: absolute;
    top: 50%;
}

#title .tsn .tb1,
.ts .tsn .tb1 {
    left: 0;
}

#title .tsn .tb2,
.ts .tsn .tb2 {
    right: 0;
}

#title .tsn.fff {
    color: #fff;
}

/*导航栏部分*/

#nav {
    height: 71px;
    overflow: hidden;
    line-height: 69px;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

#nav .navs {
    font-size: 16px;
    color: #666;
    display: inline-block;
    border-bottom: solid 1px transparent;
    background: none;
    padding: 0 30px;
}

#nav .navs.on,
#nav .navs:hover {
    border-bottom: solid 1px #0092cd;
    background: url(../images/trg.png)no-repeat bottom;
    color: #0092cd;
}

#nav.grey {
    background: #f9f9f9;
}

/*公司介绍*/

#about {}

#about .wrap1 {
    padding-bottom: 3%;
}

#about .wrap1 .contents .left {
    width: 40%
}

#about .wrap1 .contents .right {
    width: 58%;
    font-size: 17px;
    color: #666;
    line-height: 28px;
}

#about .wrap1 .contents .left img {
    max-width: 100%;
    height: auto;
}

#about .wrap2 {
    background: url(../images/about2.jpg)no-repeat center;
    background-size: cover !important;
    padding-top: 2%;
    padding-bottom: 5%;
}

#about .wrap2 .contents .tit1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

#about .wrap2 .contents .tit2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

#about .wrap3 {
    padding: 3% 0;
}

#about .wrap3 .contents {
    margin-top: 20px;
}

#about .wrap3 .contents .left {
    width: 58%;
    font-size: 17px;
    color: #666;
    line-height: 28px;
}

#about .wrap3 .contents .right {
    width: 40%;
}

#about .wrap3 .contents .right img {
    max-width: 100%;
    height: auto;
}

#about .wrap4 {
    background: url(../images/about4.jpg)no-repeat center;
    padding-bottom: 3%;
    padding-top: 1%;
    background-size: cover !important;
}

#about .wrap4 .contents .tit1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

/*研发*/

#study {
    background: #f9f9f9;
}

#study .bigs {
    font-size: 19px;
    color: #666;
    text-align: center;
    line-height: 28px;
}

#study .wrap1 {
    padding-top: 5%;
    padding-bottom: 3%;
}

#study .wrap2 .downlist {
    margin-top: 3%;
}

#study .wrap2 .downlist .down {
    padding: 38px 34px;
    background: #fff;
    border: solid 1px #eee;
    width: 31%;
    margin-right: 3.5%;
    height: 452px;
    overflow: hidden;
}

#study .wrap2 .downlist .down:nth-child(3n) {
    margin-right: 0;
}

#study .wrap2 .downlist .down .img img {
    max-width: 100%;
    height: auto;
}

#study .wrap2 .downlist .down .titcn {
    font-size: 17px;
    color: #0092cd;
    display: block;
    margin-top: 10px;
}

#study .wrap2 .downlist .down .titen {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    height: 34px;
    overflow: hidden;
}

#study .wrap2 .downlist .down .brief {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 5px;
}

#study .wrap2 .downlist .down .download {
    font-size: 16px;
    color: #999;
    padding-left: 34px;
    background: url(./images/study2.jpg)no-repeat left;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    display: block;
    margin-top: 30px;
}

#study .wrap2 .downlist .down .download:hover {
    color: #0092cd;
}

#study .wrap3 {
    padding-bottom: 5%;
    margin-top: 2%;
}

#study .wrap3 .contents .left {
    width: 48%;
    background: #fff;
    padding: 40px;
}

#study .wrap3 .contents .right {
    width: 48%;
    background: #fff;
    padding: 40px;
}

#study .wrap3 .contents .brief {
    font-size: 17px;
    color: #666;
    line-height: 28px;
}

#study .wrap3 .contents .img {
    margin-top: 50px;
    text-align: center;
}

#study .wrap3 .contents .img img {
    max-width: 100%;
    text-align: center;
}

/*资质*/

#certifi {
    background: #f9f9f9;
}

#certifi .list {
    padding: 5% 0;
}

#certifi .list .big {
    width: 24%;
    margin-right: 1.3%;
    text-align: center;
    margin-bottom: 3%;
    overflow: hidden;
}

#certifi .list .big:nth-child(4n) {
    margin-right: 0;
}

#certifi .list .big .imgs {
    /*background: #fff url(../images/certificate13.jpg)no-repeat center;background-size: 100% !important;padding: 15px 0;*/
    max-height: 395px;
    overflow: hidden;
}

#certifi .list .big .imgs img {
    max-width: 100%;
    height: auto;
}

#certifi .list .big .dates {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

#certifi .list .big .title {
    font-size: 16px;
    color: #0092cd;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}

#certifi .list .big .imgs img:hover {
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    transform: scale(1.11);
}

/*典型客户*/

#client {
    background: #f9f9f9;
    padding-bottom: 5%;
}

#client .wrap1 {
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 28px;
    padding-top: 4%;
}

#client .wrap2 .list .big {
    border: solid 1px #eee;
    background: #fff;
    width: 15.5%;
    margin-right: 1.4%;
    height: 234px;
    margin-bottom: 1.875%;
    overflow: hidden;
}

#client .wrap2 .list .big:nth-child(6n) {
    margin-right: 0;
}

#client .wrap2 .list .big .imgs {
    text-align: center;
    margin-top: 40px;
}

#client .wrap2 .list .big .imgs img {
    max-width: 100%;
    height: auto;
}

/*#client .wrap2 .list .big .imgs img:hover{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); transform:scale(1.06);}*/

#client .wrap2 .list .big .fonts {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 40px;
}

#client .wrap2 .list .big:hover {
    border: solid 1px #0092cd;
}

#client .wrap2 .list .big:hover .fonts {
    color: #0092cd;
}

#client .wrap3 .list {
    text-align: center;
}

#client .wrap3 .list .big {
    display: inline-block;
    width: 238px;
    /*height: 170px;*/
    background: #fff;
    border: solid 1px #eee;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
}

#client .wrap3 .list .big .imgs {
    /*margin-top: 50px;*/
    padding: 10px 0;
}

#client .wrap3 .list .big .imgs img {
    max-width: 100%;
    height: auto;
}

/*#client .wrap3 .list .big:first-child{margin-left: 0;}*/

#client .wrap3 .list .big:hover {
    border: solid 1px #0092cd;
}

/*#client .wrap3 .list .big:nth-child(5n){margin-left: 0;}*/

/*#client .wrap3 .list .big .imgs img:hover{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); transform:scale(1.06);}*/

/*代理合作*/

#proxy {
    padding-top: 2%;
    padding-bottom: 4%;
    background: #f9f9f9;
}

#proxy .imgs {
    text-align: center;
    position: relative;
}

#proxy .imgs img {
    max-width: 100%;
    height: auto;
}

#proxy .imgs .fonts {
    display: inline-block;
    vertical-align: middle;
    font-size: 46px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    position: absolute;
    left: 0;
    right: 0;
    top: 45.5%;
}

#proxy .briefs {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 3%;
}

#proxy .apps {
    background: url(../images/work2.jpg)no-repeat right;
    padding: 30px;
    margin-top: 4%;
}

#proxy .apps .title {
    font-size: 22px;
    color: #0092cd;
}

#proxy .apps .megslist .megs {
    margin-top: 15px;
}

/*#proxy .apps .megslist .megs:first-child{margin-top: 0;}*/

#proxy .apps .megslist .megs .nums {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: #0092cd;
    border-radius: 50%;
}

#proxy .apps .megslist .megs .con {
    margin-left: 10px;
    font-size: 16px;
    color: #666;
    width: 95%;
}

#proxy .contacts {
    font-size: 22px;
    color: #666;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
    margin-top: 3%;
    display: inline-block;
}

#proxy .contacts span {
    font-size: 22px;
    color: #0092cd;
}

/*招贤纳士*/

#join {
    background: #f9f9f9;
}

#join .wrap {
    max-width: 1200px;
}

#join .join-us {
    margin: 30px 0 60px;
}

#join .join-us .dl {
    border: 1px solid #eee;
}

#join .join-us .dl>dt {
    position: relative;
    padding: 20px;
    background: #fff;
}

#join .join-us .dl>dt .t {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

#join .join-us .dl>dt .n {
    font-size: 23px;
    padding: 6px 0;
}

#join .join-us .dl>dt .b {
    font-size: 14px;
}

#join .join-us .dl>dt .i {
    height: 11px;
    width: 20px;
    /*transform:rotate(45deg); -webkit-transform:rotate(45deg); transform-#join origin:40% 40%; -webkit-transform-origin:40% 40%;*/
    right: 20px;
    top: 30px;
    position: absolute;
    background: url(../images/bot.png)no-repeat center;
    background-size: cover !important;
}

#join .join-us .dl>dd {
    /*margin-bottom:20px; */
    border-top: solid 1px #eee;
}

#join .join-us .dl>dd .contents {
    padding: 40px;
    min-height: 400px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

#join .join-us .dl>dd .contents p {
    margin: 0;
}

#join .join-us .dl>dd .btn {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 40px;
    background: #e60012;
    color: #fff;
}

#join .join-us .dl>dd .btn:before {
    height: 100%;
    float: left;
    content: '';
    width: 22px;
    margin-right: 6px;
    background: url(../images/09.png) no-repeat 0 50% / 100% auto;
}

/*#join .join-us .dl.cur > dt .t{ color:#e60012; }*/

#join .join-us .dl.cur>dt .i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#join .join-us .dl.cur dt {}

#join .join-us .dl.cur dd {
    background: url(../images/img9.jpg)no-repeat center;
    background-size: cover !important;
}

/*联系我们*/

#contact {
    background: #f9f9f9;
    padding: 5% 0;
}

.contact-tel-block {
    display: inline-block;
}

.contact-tel-block img {
    height: 18px;
    margin: 0 3px 0 5px;
    width: 18px;
}

#contact .title {
    font-size: 24px;
    color: #333;
    padding-bottom: 30px;
    border-bottom: solid 1px #e0e0e0;
}

#contact .contents {
    margin-top: 50px;
}

#contact .contents .left {
    width: 30%;
}

#contact .contents .left .megs {
    margin-top: 40px;
}

#contact .contents .left .megs:first-child {
    margin-top: 0;
}

#contact .contents .left .megs .top .one {
    font-size: 18px;
    color: #333;
    font-weight: bolder;
}

#contact .contents .left .megs .top .two {
    font-size: 18px;
    color: #666;
    margin-left: 5px;
}

#contact .contents .left .megs .top .three {
    font-size: 18px;
    color: #0092cd;
    font-weight: bolder;
    margin-left: 5px;
}

#contact .contents .left .megs .bot .qq {
    margin-top: 20px;
}

#contact .contents .left .megs .bot .qq .l span {
    font-size: 15px;
    color: #666;
}

#contact .contents .left .megs .bot .qq .l span:nth-child(2) {
    margin-left: 20px;
}

#contact .contents .left .megs .bot .qq .r {
    margin-left: 20px;
}

#contact .contents .left .megs .bot .qq .r img {
    max-width: 100%;
    height: auto;
}

#contact .contents .left .megs .bot .qq .r .a2 {
    display: none;
}

#contact .contents .left .codelist {
    margin-top: 50px;
}

#contact .contents .left .codelist .big {
    margin-top: 20px;
}

#contact .contents .left .codelist .big:first-child {
    margin-top: 0;
}

#contact .contents .left .codelist .big .ll {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
}

#contact .contents .left .codelist .big .ll img {
    max-width: 100%;
    height: auto;
}

#contact .contents .left .codelist .big .rr {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

#contact .contents .left .codelist .big .rr .t {
    font-size: 16px;
    color: #333;
}

#contact .contents .left .codelist .big .rr .b {
    margin-top: 5px;
}

#contact .contents .left .codelist .big .rr .b span {
    font-size: 14px;
    color: #666;
}

#contact .contents .left .codelist .big .rr .b a {
    color: #0092cd;
}

#contact .contents .left .codelist .big .rr .b span:nth-child(2) {
    color: #0092cd;
}

.SubmitBtn {
    background: #006699;
    color: #fff;
    border: none;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.SubmitBtn:hover {
    background: #0685c4;
}

#contact .contents .right {
    width: 65%;
}

#contact .contents .right .map {
    width: 100%;
    height: 400px;
    border: solid 1px #ccc;
}

#contact .contents .right .meglist {
    margin-top: 30px;
}

#contact .contents .right .meglist .m {
    font-size: 18px;
    color: #666;
    margin-top: 16px;
}

#contact .contents .right .meglist .m:first-child {
    margin-top: 0px;
}

.email-form {
    background-color: #EDF7F8;
    color: #333333;
    font-size: 15px;
    margin: 0 auto 40px auto;
    padding: 30px 0 30px 30px;
}

.email-form td {
    padding: 0 0 10px 0;
}

.email-form input,
.email-form textarea {
    border-radius: 3px;
}

.email-form input {
    padding: 3px 6px 3px 6px;
    width: 376px;
}

.email-form textarea {
    padding: 6px 6px 6px 6px;
    width: 500px;
}

.email-form input:focus,
.email-form textarea:focus {
    outline: none;
    border-color: #42bcee;
    background-color: #fff;
}

.email-form .email-title {
    text-align: center;
    margin-bottom: 15px;
}

.email-form .email-title .e-title {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.tip-word {
    font-size: 12px;
    color: #999999;
}

.tip-block {
    font-size: 12px;
    color: #999999;
    margin: 5px 0 10px 0;
}

/*客户案例*/

#case {
    background: #f9f9f9;
    padding: 5% 0;
}

#case .list .big {
    max-height: 425px;
    overflow: hidden;
    background: url(../images/case3.jpg)no-repeat right;
}

#case .list .big:nth-child(2n) {
    background: url(../images/case3.jpg)no-repeat left;
}

#case .list .big .left {
    width: 50%;
}

#case .list .big .right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 7%;
}

#case .list .big .left img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#case .list .big .right .title {
    font-size: 22px;
    color: #0092cd;
}

#case .list .big .right .brief {
    font-size: 16px;
    color: #666;
    margin-top: 50px;
}

/*公司资讯*/

#info {
    background: #f9f9f9;
    padding: 5% 0;
}

#info .info_list {
    position: relative;
}

#info .info_list .borders {
    position: absolute;
    left: 12.82%;
    width: 1px;
    height: 99.2%;
    background: #ddd;
    top: 0;
}

#info .item {
    width: 100%;
    height: 155px;
    z-index: 100;
    overflow: hidden;
    margin-top: 50px;
}

#info .item:first-child {
    margin-top: 0;
}

#info .item .date {
    width: 10.83%;
    padding: 25px 0 0 1%;
    left: 0;
    top: 0;
    z-index: 101;
}

#info .item .date span {
    line-height: 36px;
}

#info .item .date .md {
    font-size: 36px;
    color: #666666;
    font-weight: lighter;
}

#info .item .date .y {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    display: block;
}

#info .item .date i {
    font-size: 14px;
    color: #999;
}

#info .item .date .imgs {
    width: 22px;
    height: 22px;
    background: url(../images/on.png)no-repeat center;
    margin-top: 10px;
    display: block;
}

#info .item .info {
    width: 62.16%;
    height: 98%;
    left: 12.82%;
    top: 0;
    z-index: 101;
    border-left: 1px solid #dddddd;
    background: #f9f9f9;
}

#info .item .info:before {
    content: '';
    height: 0%;
    position: absolute;
    margin-left: -1px;
    border-left: 1px solid #0092cd;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#info .item .info .title {
    width: 90%;
    margin-left: 5.5%;
    line-height: 64px;
    overflow: hidden;
}

#info .item .info .title a {
    color: #333333;
    text-decoration: none;
    font-size: 18px;
}

#info .item .info .brief {
    width: 90%;
    margin-left: 5.5%;
    color: #666666;
    line-height: 30px;
}

#info .item .info .brief.small1 {
    display: none;
}

#info .item .info .inner_date {
    margin-left: 5.5%;
    line-height: 16px;
    color: #999;
    display: none;
}

#info .item .info .dates {
    display: none;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

#info .item .img {
    width: 26.33%;
    right: 0;
    top: 0;
    z-index: 101;
}

#info .item:hover .info {
    background: #f0f0f0;
}

#info .item:hover .date .md {
    color: #0092cd;
}

#info .item:hover .date i {
    margin-left: 5%;
}

#info .item:hover .info .title a {
    color: #0092cd;
}

#info .item:hover .info:before {
    height: 100%;
}

#info .item:hover .title,
#info .item:hover .brief {
    margin-left: 6.5%;
}

/*#info .item:hover .img{right:3%;}*/

#info .item:hover .imgs {
    background: url(../images/ons.png)no-repeat center;
}

/*新闻详细页面*/

#info-detail {
    background: #f9f9f9;
    padding: 3% 0;
}

#info-detail .wrap {
    max-width: 1140px;
}

#info-detail .wrap .title {
    font-size: 22px;
    color: #0092cd;
    text-align: center;
}

#info-detail .wrap .meg {
    margin-top: 2%;
}

#info-detail .wrap .meg,
#info-detail .wrap .meg span {
    font-size: 14px;
    color: #999;
    text-align: center;
}

#info-detail .wrap .meg .smalls {
    color: #666;
}

#info-detail .wrap .meg .span {
    margin-left: 15px;
}

#info-detail .wrap .contents {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-top: 5%;
    padding-bottom: 3%;
    border-bottom: solid 1px #e8e8e7;
}

#info-detail .wrap .contents img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

/*上下篇*/

#page {
    padding-top: 3%;
}

#page .next,
#page .prev,
#page .next a,
#page .prev a {
    font-size: 13px;
    color: #666;
}

#page .next a:hover,
#page .prev a:hover {
    color: #0092cd;
}

#page .next {
    margin-top: 10px;
}

/*产品与服务*/

#products {}

#products .title {
    font-size: 30px;
    color: #0092cd;
    text-align: center;
}

#products .title.fff {
    color: #fff;
}

#products .briefs {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 30px;
}

#products .wrap1 {
    background: #f9f9f9;
    padding: 4% 0;
}

#products .wrap2 {
    background: #fff;
    padding: 4% 0;
}

#products .wrap2 .list {
    margin-top: 5%;
}

#products .wrap2 .list .big {
    width: 25%;
    height: 335px;
    padding: 16px;
    overflow: hidden;
}

#products .wrap2 .list .big:nth-child(1) {
    background: url(../images/index3.jpg)no-repeat center;
    background-size: cover !important;
}

#products .wrap2 .list .big:nth-child(2) {
    background: url(../images/index4.jpg)no-repeat center;
    background-size: cover !important;
}

#products .wrap2 .list .big:nth-child(3) {
    background: url(../images/index5.jpg)no-repeat center;
    background-size: cover !important;
}

#products .wrap2 .list .big:nth-child(4) {
    background: url(../images/index6.jpg)no-repeat center;
    background-size: cover !important;
}

#products .wrap2 .list .big .imgs {
    width: 66px;
    height: 76px;
    background: url(../images/fonts.png)no-repeat center;
    text-align: center;
    line-height: 76px;
    font-size: 28px;
    color: #fff;
    margin: 0 auto;
    margin-top: 80px;
}

#products .wrap2 .list .big .megs {
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin-top: 35px;
}

#products .wrap3 {
    padding: 5% 0;
    background: url(../images/products1.jpg)no-repeat center;
    background-size: cover !important;
}

#products .wrap3 .list .big {
    background: rgba(255, 255, 255, 0.5);
    width: 32%;
    margin-right: 2%;
    height: 190px;
    padding: 50px;
    margin-top: 30px;
}

#products .wrap3 .list .big:nth-child(3n) {
    margin-right: 0;
}

#products .wrap3 .list .big:nth-child(4) {
    width: 49%;
}

#products .wrap3 .list .big:nth-child(5) {
    width: 49%;
    margin-right: 0;
}

#products .wrap3.pro2 .list .big {
    width: 32%;
    margin-right: 2%;
}

#products .wrap3.pro2 .list .big:nth-child(3n) {
    margin-right: 0;
}

#products .wrap3 .list .big .left {
    width: 72px;
}

#products .wrap3 .list .big .left img {
    max-width: 100%;
    height: auto;
}

#products .wrap3 .list .big .right {
    margin-left: 20px;
    width: 71%;
}

#products .wrap3 .list .big .right .tit {
    font-size: 22px;
    color: #fff;
}

#products .wrap3 .list .big .right .brief {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

#products .wrap4 {
    background: #f9f9f9;
    padding: 4% 0;
}

#products .wrap4 .list {
    margin-top: 3%;
}

#products .wrap4 .list .big {
    width: 50%;
    max-height: 285px;
    overflow: hidden;
    background: #fff;
}

#products .wrap4 .list .big .left {
    width: 50%;
}

#products .wrap4 .list .big .right {
    width: 50%;
    background: #fff;
    padding: 14% 5%;
}

#products .wrap4 .list .big .left img {
    max-width: 100%;
    height: auto;
}

#products .wrap4 .list .big .right .tit {
    font-size: 20px;
    color: #0092cd;
}

#products .wrap4 .list .big .right .brief {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

#products .wrap5 {
    background: url(../images/products6.jpg)no-repeat center;
    background-size: cover !important;
    padding-bottom: 5%;
}

#products .wrap5 .list {
    text-align: center;
    margin-top: 3%;
}

#products .wrap5 .list .big {
    display: inline-block;
    width: 24.5%;
    height: 185px;
    overflow: hidden;
    padding: 10px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    margin: 1%;
}

#products .wrap5 .list .big .imgs {
    text-align: center;
    margin-top: 35px;
}

#products .wrap5 .list .big .imgs img {
    max-width: 100%;
    height: auto;
}

#products .wrap5 .list .big .fonts {
    font-size: 18px;
    color: #0092cd;
    text-align: center;
    margin-top: 10px;
}

/*解决方案*/

#instance {
    background: #f9f9f9;
    padding: 5% 0;
}

#instance .list {
    background: #fff;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
    margin-top: 5%;
}

#instance .list .big {
    width: 12.5%;
    border: solid 1px #ebebeb;
    height: 186px;
    margin-right: 2%;
    margin-bottom: 20px;
}

#instance .list .big:hover {
    border: solid 1px #0092cd;
}

#instance .list .big:nth-child(7n) {
    margin-right: 0;
}

#instance .list .big .imgs {
    margin-top: 40px;
}

#instance .list .big .imgs img {
    max-width: 100%;
    height: auto;
}

#instance .list .big .fonts {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

#instance .list2 {
    margin-top: 5%;
}

#instance .list2 .titles {
    text-align: center;
    /*border-bottom: solid 1px #ccc;*/
    position: relative;
    margin-bottom: 15px;
    display: block;
}

#instance .list2 .titles .imgs img {
    max-width: 100%;
    height: auto;
}

#instance .list2 .titles .fonts {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

#instance .list2 .rows {
    padding-top: 20px;
    text-align: center;
    background: url(../images/ces1.jpg)no-repeat top;
}

#instance .list2 .rows .big {
    text-align: center;
    width: 14%;
    height: 186px;
    margin-bottom: 20px;
    display: inline-block;
    background: url(../images/ces2.jpg)no-repeat top;
    padding-top: 80px;
    margin-bottom: 20px;
    overflow: hidden;
}

#instance .list2 .rows .big .imgs img {
    max-width: 100%;
    height: auto;
}

#instance .list2 .rows .big .fonts {
    font-size: 20px;
    color: #333;
    margin-top: 15px;
}

#instance .list2 .titles .borders {
    width: 85.45%;
    margin: 0 auto;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
}

#instance .list2 .rows .big:hover .fonts {
    color: #0092cd;
}

#instance .list2 .titles:hover .fonts {
    color: #0092cd;
}

/*首页部分*/

#index {}

#index .title {
    font-size: 32px;
    color: #333;
    text-align: center;
    padding: 3% 0;
}

#index .title.fff {
    color: #fff;
}

#index .wrap1 {
    background: url(../images/index35.jpg)no-repeat center;
    padding: 5% 0;
    padding-top: 3%;
    background-size: cover !important;
}

#index .wrap1 .navlist {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}

#index .wrap1 .navlist a {
    display: inline-block;
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 20px;
    color: #666;
    margin-left: 30px;
    background: #fff;
}

#index .wrap1 .navlist a:first-child {
    margin-left: 0;
}

#index .wrap1 .navlist a.on,
#index .wrap1 .navlist a:hover {
    border: solid 1px #0092cd;
    color: #fff;
    background: #0092cd;
}

#index .wrap1 .list {
    margin-top: 25px;
    position: relative;
}

#index .wrap1 .list .conlist {
    background: rgba(255, 255, 255, 0.5);
    border: solid 1px #eee;
    display: none;
}

#index .wrap1 .list .conlist.on {
    display: block;
}

#index .wrap1 .list .conlist .big {
    padding: 70px 50px;
    width: 49%;
    margin-right: 2%;
}

#index .wrap1 .list .conlist .big:nth-child(2n) {
    margin-right: 0;
}

#index .wrap1 .list .conlist .big .left {
    width: 72px;
}

#index .wrap1 .list .conlist .big .left img {
    max-width: 100%;
    height: auto;
}

#index .wrap1 .list .conlist .big .right {
    margin-left: 20px;
    width: 75%;
}

#index .wrap1 .list .conlist .big .right .tit {
    font-size: 22px;
    color: #333;
    display: block;
}

#index .wrap1 .list .conlist .big .right .tit:hover {
    color: #0092cd;
}

#index .wrap1 .list .conlist .big .right .brief {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

#index .wrap2 {
    background: url(../images/index36.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: 5%;
    padding-top: 3%;
}

#index .wrap2 .list {
    margin-top: 2%;
}

#index .wrap2 .list .big {
    width: 25%;
    height: 335px;
    padding: 16px 36px;
    overflow: hidden;
}

#index .wrap2 .list .big:nth-child(1) {
    background: url(../images/index3.jpg)no-repeat center;
    background-size: cover !important;
}

#index .wrap2 .list .big:nth-child(2) {
    background: url(../images/index4.jpg)no-repeat center;
    background-size: cover !important;
}

#index .wrap2 .list .big:nth-child(3) {
    background: url(../images/index5.jpg)no-repeat center;
    background-size: cover !important;
}

#index .wrap2 .list .big:nth-child(4) {
    background: url(../images/index6.jpg)no-repeat center;
    background-size: cover !important;
}

#index .wrap2 .list .big .imgs {
    width: 66px;
    height: 76px;
    background: url(../images/fonts.png)no-repeat center;
    text-align: center;
    line-height: 76px;
    font-size: 28px;
    color: #fff;
    margin: 0 auto;
    margin-top: 80px;
}

#index .wrap2 .list .big .megs {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
}

#index .wrap3 {
    background: url(../images/index37.jpg)no-repeat top;
    background-size: cover !important;
    padding-top: 3%;
    padding-bottom: 4%;
}

#index .wrap3 .list {
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
}

#index .wrap3 .list .big {
    width: 12.5%;
    border: solid 1px #e6e6e6;
    height: 186px;
    margin-right: 2%;
    margin-bottom: 20px;
    display: block;
}

#index .wrap3 .list .big:hover {
    border: solid 1px #0092cd;
}

#index .wrap3 .list .big:nth-child(7n) {
    margin-right: 0;
}

#index .wrap3 .list .big .imgs {
    margin-top: 40px;
}

#index .wrap3 .list .big .imgs img {
    max-width: 100%;
    height: auto;
}

#index .wrap3 .list .big .fonts {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

#index .wrap4 {
    background: url(../images/index38.jpg)no-repeat top;
    background-size: cover !important;
    padding-top: 2%;
    padding-bottom: 4%;
}

#index .wrap4 .list .client {
    display: block;
    border: solid 1px #ccc;
    width: 12.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    cursor: default;
    text-align: center;
}

#index .wrap4 .list .client:nth-child(7n) {
    margin-right: 0;
}

#index .wrap4 .list .client img {
    max-width: 100%;
    height: auto;
}

/*#index .wrap4 .list .client:hover img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); transform:scale(1.06);}*/

#index .wrap4 .list .client:hover {
    border: solid 1px #0092cd;
}

@media only screen and (max-width: 1800px) {
    #banner2 .fonts {
        font-size: 32px;
    }
    .banner-title {
        font-size: 80px;
    }
    .banner-desc {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1700px) {
    .wrap {
        width: 94%;
    }
    #footer .wrap1 .big {
        width: 18%;
    }
    #footer .wrap1 .big.last {
        width: 10%;
    }
    #index .title {
        font-size: 30px;
    }
    #index .wrap1 .navlist a {
        width: 190px;
    }
    #index .wrap1 .list .conlist .big .right .tit {
        font-size: 20px;
    }
    #index .wrap1 .list .conlist .big {
        padding: 60px 50px;
    }
    #index .wrap3 .list .big {
        height: 180px;
    }
    #products .title {
        font-size: 28px;
    }
    #products .briefs {
        font-size: 22px;
    }
    #products .wrap3 .list .big {
        padding: 30px;
    }
    #products .wrap2 .list .big .megs {
        font-size: 14px;
    }
    #products .wrap3 .list .big .right .tit {
        font-size: 20px;
    }
    #products .wrap4 .list .big .right {
        padding: 10% 5%;
    }
    #instance .list .big {
        height: 180px;
    }
    #instance .list2 .rows .big .fonts {
        font-size: 18px;
    }
    #case .list .big .right {
        padding: 5%;
    }
    #info .item .img {
        width: 29.33%;
    }
    #info .item .info {
        width: 59.16%;
    }
    #info .item .info .title {
        line-height: 53px;
    }
    #title .tsn,
    .ts .tsn {
        font-size: 28px;
    }
    #about .wrap2 .contents .tit1 {
        font-size: 22px;
    }
    #about .wrap2 .contents .tit2 {
        font-size: 14px;
    }
    #about .wrap1 .contents .right {
        font-size: 20px;
        line-height: 32px;
    }
    #about .wrap3 .contents .left {
        font-size: 22px;
    }
    #about .wrap4 .contents .tit1 {
        font-size: 22px;
    }
    #about .wrap4 {
        padding-bottom: 4%;
        padding-top: 2%;
    }
    #study .bigs {
        font-size: 17px;
    }
    #study .wrap2 .downlist .down .brief {
        font-size: 14px;
    }
    #study .wrap2 .downlist .down .download {
        margin-top: 20px;
    }
    #study .wrap2 .downlist .down {
        padding: 30px 34px;
    }
    #study .wrap3 .contents .brief {
        font-size: 15px;
        line-height: 25px;
    }
    #certifi .list .big .title {
        font-size: 14px;
    }
    #client .wrap1 {
        font-size: 16px;
    }
    #client .wrap2 .list .big .fonts {
        margin-top: 30px;
    }
    #client .wrap2 .list .big .imgs {
        margin-top: 30px;
    }
    #client .wrap2 .list .big {
        height: 220px;
    }
    /*#client .wrap3 .list .big{width: 220px;height: 150px;}*/
    /*#client .wrap3 .list .big .imgs{margin-top: 40px;}*/
    #proxy .apps .title {
        font-size: 20px;
    }
    #proxy .contacts {
        font-size: 20px;
    }
    #proxy .contacts span {
        font-size: 20px;
    }
    #contact .title {
        font-size: 22px;
    }
    #banner2 .fonts {
        font-size: 27px;
    }
    .banner-title {
        font-size: 70px;
    }
    .banner-desc {
        font-size: 32px;
    }
    #proxy .imgs .fonts {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1500px) {
    #banner2 .fonts {
        font-size: 25px;
    }
    .banner-title {
        font-size: 60px;
    }
    .banner-desc {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1400px) {
    #index .wrap3 .list .big {
        height: 170px;
    }
    #index .wrap3 .list .big .imgs {
        margin-top: 25px;
    }
    #index .wrap3 .list .big .fonts {
        font-size: 18px;
    }
    #products .wrap3 .list .big .left {
        width: 55px;
    }
    #products .wrap3 .list .big .left img {
        width: 55px;
    }
    #products .wrap4 .list .big .right {
        padding: 9% 5%;
    }
    #instance .list .big {
        height: 170px;
    }
    #instance .list .big .imgs {
        margin-top: 25px;
    }
    #instance .list .big .fonts {
        font-size: 18px;
    }
    #instance .list2 .rows .big .fonts {
        font-size: 16px;
    }
    #case .list .big .right {
        padding: 3% 4%;
    }
    #case .list .big .right .brief {
        margin-top: 35px;
    }
    #info .item .img {
        width: 31.33%;
    }
    #info .item .info {
        width: 56.16%;
    }
    #info .item .info .title {
        margin-left: 2.5%;
    }
    #info .item .info .brief {
        margin-left: 2.5%;
    }
    #contact .contents .left {
        width: 33%;
    }
    #contact .contents .right {
        width: 62%;
    }
    #banner2 .fonts {
        font-size: 23px;
    }
    .banner-title {
        font-size: 50px;
    }
    .banner-desc {
        font-size: 24px;
    }
    #proxy .imgs .fonts {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1300px) {
    /*#info .item .info .brief{display: none;}*/
    #info .item .info .brief.small1 {
        display: block;
    }
    #index .title {
        font-size: 28px;
    }
    #index .wrap2 .list .big {
        height: 290px;
    }
    #index .wrap2 .list .big .imgs {
        margin-top: 40px;
    }
    #index .wrap2 .list .big .megs {
        font-size: 13px;
        margin-top: 20px;
    }
    #index .wrap3 .list .big .fonts {
        font-size: 16px;
    }
    #index .wrap3 .list .big {
        height: 150px;
    }
    #index .wrap4 .list .client {
        width: 18.5%;
        margin-right: 1.875%;
    }
    #index .wrap4 .list .client:nth-child(7n) {
        margin-right: 1.875%;
    }
    #index .wrap4 .list .client:nth-child(5n) {
        margin-right: 0%;
    }
    #products .wrap2 .list .big {
        height: 290px;
    }
    #products .wrap2 .list .big .imgs {
        margin-top: 40px;
    }
    #products .wrap2 .list .big .megs {
        font-size: 13px;
        margin-top: 20px;
    }
    #products .title {
        font-size: 26px;
    }
    #products .briefs {
        font-size: 20px;
    }
    #products .wrap2 .list .big .imgs {
        margin-top: 30px;
    }
    #products .wrap3 .list .big {
        padding: 20px;
    }
    #products .wrap3 .list .big:nth-child(1) .right,
    #products .wrap3 .list .big:nth-child(2) .right,
    #products .wrap3 .list .big:nth-child(3) .right {
        width: 68%;
    }
    #products .wrap3 .list .big .right .tit {
        font-size: 18px;
    }
    #products .wrap4 .list .big .right {
        padding: 6% 4%;
    }
    #instance .list .big .fonts {
        font-size: 16px;
    }
    #instance .list .big {
        height: 150px;
    }
    #instance .list2 .rows .big .fonts {
        font-size: 14px;
    }
    #case .list .big .right .brief {
        font-size: 14px;
    }
    #case .list .big .right .title {
        font-size: 20px;
    }
    #info .item .info .title a {
        font-size: 16px;
    }
    #title .tsn,
    .ts .tsn {
        font-size: 26px;
    }
    #about .wrap2 .contents .tit1 {
        font-size: 20px;
    }
    #about .wrap2 .contents .tit2 {
        font-size: 13px;
    }
    #about .wrap3 .contents .left {
        font-size: 22px;
        line-height: 36px;
    }
    #about .wrap1 .contents .right {
        font-size: 18px;
        line-height: 30px;
    }
    #about .wrap4 .contents .tit1 {
        font-size: 20px;
    }
    #study .wrap2 .downlist .down {
        height: 485px;
    }
    #study .bigs {
        font-size: 15px;
        line-height: 25px;
    }
    #study .wrap3 .contents .brief {
        font-size: 15px;
    }
    #client .wrap2 .list .big {
        height: 190px;
    }
    #client .wrap2 .list .big .imgs {
        margin-top: 20px;
    }
    #client .wrap2 .list .big .fonts {
        margin-top: 20px;
    }
    #client .wrap2 .list .big .fonts {
        font-size: 14px;
    }
    #proxy .briefs {
        line-height: 25px;
    }
    #proxy .apps .title {
        font-size: 18px;
    }
    #proxy .contacts {
        font-size: 18px;
    }
    #proxy .contacts span {
        font-size: 18px;
    }
    #contact .contents .left .codelist .big .rr {
        margin-left: 8px;
    }
    #contact .title {
        font-size: 18px;
    }
    .banner-title {
        font-size: 40px;
    }
    .banner-desc {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1180px) {
    #header .right .list.ens .nav {
        padding: 0 15px;
    }
    #header .right .list .nav:first-child {
        padding-left: 0;
    }
    #nav {
        height: auto;
    }
    #nav .title,
    #side {
        float: none;
    }
    #info .item .date {
        padding-top: 15px;
    }
    #info .item .date .md {
        font-size: 30px;
    }
    #info .item .info .title {
        line-height: 54px;
    }
    #info .item .info .brief {
        line-height: 24px;
    }
    #info-detail .wrap .title {
        font-size: 18px;
    }
    #header .right .list .nav {
        margin-left: 45px;
    }
    #index .title {
        font-size: 24px;
    }
    #index .wrap1 .list .conlist .big {
        padding: 40px 30px;
    }
    #index .wrap3 .list .big .fonts {
        font-size: 14px;
    }
    #index .wrap3 .list .big {
        width: 18.5%;
        margin-right: 1.875%;
    }
    #index .wrap3 .list .big:nth-child(7n) {
        margin-right: 1.875%;
    }
    #index .wrap3 .list .big:nth-child(5n) {
        margin-right: 0;
    }
    #instance .list .big {
        font-size: 14px;
    }
    #instance .list .big {
        width: 18.5%;
        margin-right: 1.875%;
    }
    #instance .list .big:nth-child(7n) {
        margin-right: 1.875%;
    }
    #instance .list .big:nth-child(5n) {
        margin-right: 0;
    }
    #products .title {
        font-size: 24px;
    }
    #products .briefs {
        font-size: 18px;
    }
    #products .wrap2 .list .big {
        height: 270px;
    }
    #products .wrap2 .list .big .imgs {
        margin-top: 10px;
    }
    #products .wrap3 .list .big:nth-child(1) .right,
    #products .wrap3 .list .big:nth-child(2) .right,
    #products .wrap3 .list .big:nth-child(3) .right {
        width: 60%;
    }
    #products .wrap4 .list .big .right .brief {
        font-size: 12px;
    }
    #products .wrap4 .list .big .right .tit {
        font-size: 16px;
    }
    #instance .list2 .rows {
        background: none;
    }
    #instance .list2 .titles .borders {
        display: none;
    }
    #instance .list2 .rows .big {
        background: none;
        padding: 0;
        height: 120px;
        width: 18.5%;
        margin-right: 1.875%;
        float: left;
    }
    #instance .list2 .rows .big:nth-child(7n) {
        margin-right: 1.875%;
    }
    #instance .list2 .rows .big:nth-child(5n) {
        margin-right: 0;
    }
    #case .list .big .right .brief {
        margin-top: 20px;
    }
    #case .list .big .right {
        padding: 2%;
    }
    #info .item .info {
        left: 10.82%;
    }
    #info .item .date .md {
        font-size: 30px;
    }
    #info .item .info .title a {
        font-size: 15px;
    }
    #info .info_list .borders {
        display: none;
    }
    #title .tsn,
    .ts .tsn {
        font-size: 24px;
    }
    #study .wrap2 .downlist .down .brief {
        line-height: 25px;
    }
    #study .wrap2 .downlist .down .titcn {
        font-size: 15px;
    }
    #contact .contents .right .meglist .m {
        font-size: 16px;
    }
    #contact .contents .left {
        width: 40%;
    }
    #contact .contents .right {
        width: 58%;
    }
    #banner2 .fonts {
        font-size: 19px;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-desc {
        font-size: 20px;
    }
    #proxy .imgs .fonts {
        font-size: 28px;
    }
    /*#client .wrap3 .list .big:nth-child(5n){margin-left: 17px;}*/
}

@media only screen and (max-width: 980px) {
    #header_mobile {
        display: block;
    }
    #header {
        display: none;
    }
    #mobile_hidden {
        display: block;
    }
    #info .item {
        height: 136px;
    }
    #info .item .date {
        padding-top: 5px;
    }
    #info .item .date .md {
        font-size: 24px;
    }
    #info .item .info .title {
        line-height: 34px;
        width: 100%;
    }
    #info .item .info .brief {
        line-height: 24px;
    }
    #footer .wrap1 .big {
        width: 100%;
        float: none;
        margin-top: 3%;
    }
    #footer .wrap1 .big:first-child {
        margin-top: 0;
    }
    #footer .wrap1 .big .list {
        display: none;
    }
    #footer .wrap1 .big .title {
        background: url(../images/bottom.png)no-repeat 96%;
        padding-left: 0;
        font-size: 14px;
    }
    #footer .wrap1 .big.last {
        width: 100%;
    }
    #footer .wrap2 .left {
        width: 100%;
        float: none;
        text-align: center;
    }
    #footer .wrap2 .right {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    #footer .wrap2 .right .list {
        text-align: center;
    }
    #footer .wrap2 .right .list a {
        display: inline-block;
        float: none;
    }
    #footer .wrap2 .right .list a:first-child {
        margin-left: 0;
    }
    #footer .wrap2 .left span {
        display: block;
        margin-top: 5px;
    }
    #footer .wrap2 .left span:nth-child(2) {
        margin-left: 0;
    }
    #index .wrap1 .list .conlist .big .right .tit {
        font-size: 18px;
    }
    #index .wrap1 .list .conlist .big .left {
        width: 13%;
    }
    #index .wrap1 .list .conlist .big .right {
        width: 80%;
        margin-left: 7%;
    }
    #index .wrap1 .list .conlist .big .right .tit {
        font-size: 16px;
    }
    #index .wrap2 .list .big {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    #index .wrap2 .list .big:nth-child(2n) {
        margin-right: 0;
    }
    #index .wrap2 .list .big .megs br {
        display: none;
    }
    #products .wrap2 .list .big {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    #products .wrap2 .list .big:nth-child(2n) {
        margin-right: 0;
    }
    #products .wrap2 .list .big .megs br {
        display: none;
    }
    #products .wrap1,
    #products .wrap2,
    #products .wrap3,
    #products .wrap4,
    #products .wrap5 {
        padding: 5% 0;
    }
    #products .wrap3.pro2 .list .big,
    #products .wrap3 .list .big,
    #products .wrap3 .list .big:nth-child(4),
    #products .wrap3 .list .big:nth-child(5) {
        width: 100%;
        float: none;
    }
    #products .wrap3 .list .big:nth-child(1) .right,
    #products .wrap3 .list .big:nth-child(2) .right,
    #products .wrap3 .list .big:nth-child(3) .right,
    #products .wrap3 .list .big .right {
        width: 80%;
    }
    #products .wrap3 .list .big {
        height: auto;
        padding: 20px;
    }
    #products .wrap4 .list .big {
        width: 100%;
        float: none;
        margin-bottom: 2%;
    }
    #products .wrap4 .list .big .left {
        float: left;
        width: 46%;
    }
    #products .wrap4 .list .big .right {
        float: right;
        padding: 4%;
        width: 54%;
    }
    #products .wrap4 .list .big .right .tit {
        font-size: 18px;
    }
    #products .wrap4 .list .big .right .brief {
        font-size: 14px;
    }
    #products .wrap5 .list .big .fonts {
        font-size: 14px;
    }
    #products .wrap5 .list .big .imgs {
        margin-top: 20px;
    }
    #products .wrap5 .list .big {
        height: 160px;
    }
    #nav .navs {
        font-size: 14px;
        padding: 0 26px;
    }
    #nav {
        line-height: 54px;
    }
    #case .list .big .right .brief {
        font-size: 12px;
        margin-top: 10px;
    }
    #case .list .big .right .title {
        font-size: 14px;
    }
    #about .wrap1 .contents .left {
        width: 100%;
        text-align: center;
        float: none;
    }
    #about .wrap1 .contents .right {
        width: 100%;
        float: none;
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    #about .wrap1 .contents {
        margin-top: 1%;
    }
    #title .tsn,
    .ts .tsn {
        font-size: 20px;
    }
    #about .wrap2 .contents .tit1 {
        font-size: 18px;
    }
    #about .wrap3 .contents .left,
    #about .wrap3 .contents .right {
        width: 100%;
        float: none;
    }
    #about .wrap3 .contents .left {
        text-align: center;
        margin-top: 1%;
    }
    #about .wrap4 .contents .tit1 {
        font-size: 18px;
    }
    #study .wrap2 .downlist .down {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    #study .wrap2 .downlist .down .download {
        font-size: 14px;
    }
    #client .wrap1 {
        font-size: 14px;
    }
    #client .wrap2 .list .big {
        width: 32%;
        margin-right: 2%;
    }
    #client .wrap2 .list .big:nth-child(6n) {
        margin-right: 2%;
    }
    #client .wrap2 .list .big:nth-child(3n) {
        margin-right: 0%;
    }
    #client .wrap3 .list .big {
        width: 30%;
        margin-bottom: 2%;
        margin-right: 1%;
        margin-left: 1%;
    }
    /*#client .wrap3 .list .big:nth-child(3n){margin-right: 0;}*/
    /*#client .wrap3 .list .big:nth-child(4n){margin-left: 0;}*/
    #proxy .briefs {
        font-size: 12px;
        line-height: 23px;
    }
    #proxy .apps .megslist .megs .con {
        font-size: 14px;
    }
    #proxy .apps .title {
        font-size: 16px;
    }
    #proxy .contacts {
        font-size: 16px;
    }
    #proxy .contacts span {
        font-size: 16px;
    }
    #join .join-us .dl>dt .t {
        font-size: 16px;
    }
    #join .join-us .dl>dd .contents {
        line-height: 25px;
        padding: 20px;
    }
    #join .join-us .dl>dd .contents,
    #join .join-us .dl>dd .contents div,
    #join .join-us .dl>dd .contents span,
    #join .join-us .dl>dd .contents a {
        font-size: 14px !important;
    }
    #contact .contents .left,
    #contact .contents .right {
        width: 100%;
        float: none;
    }
    #contact .contents .right {
        margin-top: 20px;
    }
    #contact .contents .left .megs .bot .qq .r .a1 {
        display: none;
    }
    #contact .contents .left .megs .bot .qq .r .a2 {
        display: block;
    }
    #banner2 .fonts {
        font-size: 15px;
    }
    #proxy .imgs .fonts {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    #info .item {
        height: auto;
        background: #f0f0f0;
        padding-bottom: 10px;
        margin-top: 15px;
    }
    #info .item .date {
        position: static;
        display: none;
    }
    #info .item .info {
        width: 100%;
        position: static;
        padding: 10px;
        border-left: none;
    }
    #info .item:hover .info {
        border-left: none;
    }
    #info .item .img {
        width: 100%;
        position: static;
        text-align: center;
    }
    #info .item .info .dates {
        display: block;
    }
    #info .item .info .title {
        overflow: visible;
        white-space: normal;
        line-height: 24px;
        margin-left: 0;
    }
    #info .item .info .inner_date {
        display: block;
    }
    #info .item .info .brief {
        margin-left: 0;
        width: auto;
        margin-top: 5px;
    }
    #info .item .info:before {
        display: none;
    }
    #info {
        padding: 8% 0;
    }
    #info .item .img img {
        max-width: 100%;
        height: auto;
    }
    #info-detail .wrap .contents {
        font-size: 12px;
    }
    #footer .wrap1 {
        padding: 5% 0;
    }
    #index .title {
        font-size: 20px;
    }
    #index .wrap1 .list .conlist .big {
        width: auto;
        float: none;
    }
    #index .wrap1 .navlist a {
        width: 150px;
    }
    #index .wrap2 .list .big {
        height: 260px;
        padding: 10px;
    }
    #index .wrap2 .list .big .imgs {
        margin-top: 20px;
    }
    #index .wrap2 .list .big .megs {
        margin-top: 10px;
    }
    #index .wrap3 .list .big {
        width: 30%;
        margin-right: 5%;
    }
    #index .wrap3 .list .big:nth-child(5n) {
        margin-right: 5%;
    }
    #index .wrap3 .list .big:nth-child(7n) {
        margin-right: 5%;
    }
    #index .wrap3 .list .big:nth-child(3n) {
        margin-right: 0;
    }
    #index .wrap3 .list .big .imgs img {
        width: 55px;
    }
    #index .wrap3 .list .big {
        height: 130px;
    }
    #instance .list .big {
        width: 30%;
        margin-right: 5%;
    }
    #instance .list .big:nth-child(5n) {
        margin-right: 5%;
    }
    #instance .list .big:nth-child(7n) {
        margin-right: 5%;
    }
    #instance .list .big:nth-child(3n) {
        margin-right: 0;
    }
    #instance .list .big .imgs img {
        width: 55px;
    }
    #instance .list .big {
        height: 130px;
    }
    #instance .list2 .rows .big {
        width: 30%;
        margin-right: 5%;
    }
    #instance .list2 .rows .big:nth-child(7n) {
        margin-right: 5%;
    }
    #instance .list2 .rows .big:nth-child(5n) {
        margin-right: 5%;
    }
    #instance .list2 .rows .big:nth-child(3n) {
        margin-right: 0;
    }
    #instance .list2 .rows .big .imgs img {
        width: 55px;
    }
    #index .wrap4 .list .client {
        width: 30%;
        margin-right: 5%;
    }
    #index .wrap4 .list .client:nth-child(5n) {
        margin-right: 5%;
    }
    #index .wrap4 .list .client:nth-child(7n) {
        margin-right: 5%;
    }
    #index .wrap4 .list .client:nth-child(3n) {
        margin-right: 0;
    }
    #products .title {
        font-size: 20px;
    }
    #products .briefs {
        font-size: 16px;
    }
    #products .wrap2 .list .big .megs {
        font-size: 12px;
    }
    #index .wrap1,
    #index .wrap2,
    #index .wrap3,
    #index .wrap4 {
        padding: 5% 0;
    }
    #banner .owl-theme .owl-controls {
        bottom: 10px;
    }
    #case .list .big .left,
    #case .list .big .right {
        width: 100%;
        float: none;
    }
    #case .list .big {
        max-height: 100%;
        background: #fff;
    }
    #case .list .big:nth-child(2n) {
        background: #fff;
    }
    #case .list .big .right {
        padding: 4% 2%;
    }
    #case .list .big .left {
        text-align: center;
    }
    #case .list .big .left img {
        width: 70%;
    }
    #about .wrap2 .contents .tit1 {
        font-size: 16px;
    }
    #about .wrap4 .contents .tit1 {
        font-size: 16px;
    }
    #study .wrap2 .downlist .down .brief {
        font-size: 12px;
    }
    #study .wrap2 .downlist .down .titcn {
        font-size: 14px;
    }
    #study .wrap2 .downlist .down {
        padding: 20px;
    }
    #study .bigs {
        font-size: 14px;
    }
    #title .tsn,
    .ts .tsn {
        font-size: 18px;
    }
    #study .wrap3 .contents .left,
    #study .wrap3 .contents .right {
        width: 100%;
        float: none;
    }
    #study .wrap3 .contents .right {
        margin-top: 10px;
    }
    #study .wrap3 .contents .brief {
        font-size: 14px;
    }
    #certifi .list .big {
        width: 49%;
        margin-right: 2%;
    }
    #certifi .list .big:nth-child(2n) {
        margin-right: 0;
    }
    #client .wrap2 .list .big {
        height: 170px;
    }
    /*#client .wrap3 .list .big{height: 130px;}*/
    /*#client .wrap3 .list .big .imgs{margin-top: 30px;}*/
    #proxy .apps .megslist .megs .con {
        width: 90%;
    }
    #contact .title {
        font-size: 16px;
    }
    #contact .contents .left .megs .top .one {
        font-size: 16px;
    }
    #contact .contents .left .megs .top .two {
        font-size: 16px;
    }
    #contact .contents .left .megs .top .three {
        font-size: 16px;
    }
    #contact .contents .left .megs .bot .qq .l span {
        font-size: 14px;
    }
    #contact .contents .right .meglist .m {
        font-size: 14px;
    }
    #banner2 .fonts {
        font-size: 14px;
    }
    #proxy .imgs .fonts {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    #info .shadow_box {
        padding: 0;
    }
    #info .item .date {
        display: none;
    }
    #info .item .info .title a {
        font-size: 14px;
    }
    #info-detail {
        padding: 8% 0;
    }
    #info-detail .wrap .title {
        font-size: 14px;
    }
    #page .next,
    #page .prev,
    #page .next a,
    #page .prev a {
        font-size: 12px;
    }
    #info-detail .wrap .meg,
    #info-detail .wrap .meg span {
        font-size: 12px;
    }
    #index .wrap1 .navlist a {
        width: 130px;
    }
    #index .wrap1 .list .conlist .big .right .brief {
        margin-top: 8px;
    }
    #index .wrap1 .list .conlist .big .right .tit {
        font-size: 14px;
    }
    #index .wrap1 .list .conlist .big .right .brief {
        font-size: 12px;
    }
    #index .wrap2 .list .big {
        height: 220px;
        padding: 4px;
    }
    #index .wrap2 .list .big .megs {
        font-size: 12px;
    }
    #index .wrap3 .list .big .imgs img {
        width: 50px;
    }
    #instance .list .big .imgs img {
        width: 50px;
    }
    #instance .list .big .fonts {
        font-size: 14px;
    }
    #instance .list2 .titles .imgs img {
        width: 50px;
    }
    #instance .list2 .titles .fonts {
        font-size: 14px;
    }
    #index .wrap3 {
        background: #fff;
    }
    #products .wrap4 .list .big .right .tit {
        font-size: 14px;
    }
    #products .wrap4 .list .big .right .brief {
        font-size: 12px;
        margin-top: 5px;
    }
    #products .wrap4 .list {
        margin-top: 5%;
    }
    #products .wrap3 .list .big .right .tit {
        font-size: 14px;
    }
    #products .wrap3 .list .big .right .brief {
        margin-top: 8px;
    }
    #products .wrap3 .list .big {
        margin-top: 15px;
    }
    #products .wrap5 .list .big {
        width: 48%;
        margin-right: 1%;
    }
    #products .wrap5 .list .big:nth-child(2n) {
        margin-right: 0;
    }
    #case .list .big .left img {
        width: 85%;
    }
    #nav .navs {
        width: 110px;
        text-align: center;
        padding: 0;
    }
    #about .wrap1,
    #about .wrap2,
    #about .wrap3,
    #about .wrap4 {
        padding-top: 5%;
        padding-bottom: 8%;
    }
    #about .wrap2 .contents .tit2 {
        font-size: 12px;
    }
    #about .wrap2 .contents .tit1 {
        font-size: 14px;
    }
    #about .wrap4 .contents .tit1 {
        font-size: 14px;
    }
    #contact .contents .left .codelist .big .ll {
        width: 60px;
    }
    #contact .title {
        font-size: 14px;
        line-height: 23px;
    }
}

@media only screen and (max-width:580px) {
    /*#info .item{height:100px;}*/
    #index .title {
        font-size: 18px;
    }
    #index .wrap3 .list .big {
        width: 49%;
        margin-right: 2%;
    }
    #index .wrap3 .list .big:nth-child(3n) {
        margin-right: 2%;
    }
    #index .wrap3 .list .big:nth-child(5n) {
        margin-right: 2%;
    }
    #index .wrap3 .list .big:nth-child(7n) {
        margin-right: 2%;
    }
    #index .wrap3 .list .big:nth-child(2n) {
        margin-right: 0;
    }
    #instance .list .big {
        width: 49%;
        margin-right: 2%;
    }
    #instance .list .big:nth-child(3n) {
        margin-right: 2%;
    }
    #instance .list .big:nth-child(5n) {
        margin-right: 2%;
    }
    #instance .list .big:nth-child(7n) {
        margin-right: 2%;
    }
    #instance .list .big:nth-child(2n) {
        margin-right: 0;
    }
    #index .wrap4 .list .client {
        width: 49%;
        margin-right: 2%;
    }
    #index .wrap4 .list .client:nth-child(3n) {
        margin-right: 2%;
    }
    #index .wrap4 .list .client:nth-child(5n) {
        margin-right: 2%;
    }
    #index .wrap4 .list .client:nth-child(7n) {
        margin-right: 2%;
    }
    #index .wrap4 .list .client:nth-child(2n) {
        margin-right: 0;
    }
    #instance .list2 .rows .big {
        width: 49%;
        margin-right: 2%;
    }
    #instance .list2 .rows .big:nth-child(7n) {
        margin-right: 2%;
    }
    #instance .list2 .rows .big:nth-child(5n) {
        margin-right: 2%;
    }
    #instance .list2 .rows .big:nth-child(3n) {
        margin-right: 2%;
    }
    #instance .list2 .rows .big:nth-child(2n) {
        margin-right: 0;
    }
    #products .title {
        font-size: 16px;
    }
    #products .briefs {
        font-size: 12px;
        margin-top: 10px;
    }
    #products .wrap3 .list .big .left {
        width: 10%;
    }
    #products .wrap3 .list .big .left img {
        width: 100%;
    }
    #products .wrap3 .list .big:nth-child(1) .right,
    #products .wrap3 .list .big:nth-child(2) .right,
    #products .wrap3 .list .big:nth-child(3) .right,
    #products .wrap3 .list .big .right {
        width: 85%;
        margin-left: 5%;
    }
    #products .wrap1,
    #products .wrap2,
    #products .wrap3,
    #products .wrap4,
    #products .wrap5 {
        padding: 8% 0;
    }
    #index .wrap1,
    #index .wrap2,
    #index .wrap3,
    #index .wrap4 {
        padding-top: 6%;
        padding-bottom: 8%;
    }
    #index .wrap4 .list {
        margin-top: 10px;
    }
    #index .wrap2 .list {
        margin-top: 10px;
    }
    #products .wrap4 .list .big .right {
        padding: 2%;
    }
    #products .wrap4 .list .big .right .tit {
        font-size: 13px;
    }
    #products .wrap4 .list .big .right .brief br {
        display: none;
    }
    #study .wrap3 .contents .brief {
        font-size: 12px;
        line-height: 23px;
    }
    #certifi .list .big .title {
        font-size: 12px;
    }
    /*#client .wrap3 .list .big{height: 100px;}*/
    /*#client .wrap3 .list .big .imgs{margin-top: 17px;}*/
    #client .wrap2 .list .big {
        height: 150px;
    }
    #client .wrap2 .list .big .imgs {
        margin-top: 10px;
    }
    #client .wrap2 .list .big .fonts {
        margin-top: 10px;
        font-size: 12px;
    }
    #client .wrap2 .list .big {
        width: 49%;
        margin-right: 2%;
    }
    #client .wrap2 .list .big:nth-child(3n) {
        margin-right: 2%;
    }
    #client .wrap2 .list .big:nth-child(2n) {
        margin-right: 0;
    }
    #client .wrap3 .list .big {
        width: 47%;
        margin-right: 1%;
        margin-left: 1%;
    }
    /*#client .wrap3 .list .big:nth-child(3n){margin-right: 2%;}*/
    /*#client .wrap3 .list .big:nth-child(2n){margin-right: 0;}*/
    #proxy .apps .megslist .megs .con {
        width: 85%;
        font-size: 13px;
    }
    #proxy .apps .title {
        font-size: 15px;
    }
    #proxy .contacts {
        font-size: 15px;
    }
    #proxy .contacts span {
        font-size: 15px;
    }
    #join .join-us .dl>dt .i {
        top: 15px;
    }
    #join .join-us .dl>dt {
        padding: 10px;
    }
    #join .join-us .dl>dt .t {
        font-size: 14px;
    }
    #join .join-us .dl>dd .contents {
        line-height: 23px;
        padding: 15px;
    }
    #join .join-us .dl>dd .contents,
    #join .join-us .dl>dd .contents div,
    #join .join-us .dl>dd .contents span,
    #join .join-us .dl>dd .contents a {
        font-size: 12px !important;
    }
    #banner2 .fonts {
        font-size: 14px;
    }
    #proxy .imgs .fonts {
        font-size: 16px;
    }
}

@media only screen and (max-width:480px) {
    #header_mobile .left img {
        max-width: 100%;
        height: auto;
        margin-top: 6%;
    }
    #index .wrap2 .list .big {
        height: 190px;
    }
    #case .list .big .left img {
        width: 100%;
    }
    #banner2 .fonts {
        font-size: 12px;
        top: 48%;
    }
    #proxy .imgs .fonts {
        font-size: 14px;
        top: 40.5%;
    }
}

@-webkit-keyframes bg-color {
    0% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.2);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.3);
    }
}

@keyframes bg-color {
    0% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.2);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.3);
    }
}

/*参考自 https://animate.style/ 的动画，使用时将 .animate-animated 和 动画效果 class 赋予元素即可 */

.animate-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fade-in-bottom-right {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fade-in-bottom-right {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fade-in-bottom-right {
    -webkit-animation-name: fade-in-bottom-right;
    animation-name: fade-in-bottom-right;
}

@-webkit-keyframes fade-out-bottom-right {
    from {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fade-out-bottom-right {
    from {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.fade-out-bottom-right {
    -webkit-animation-name: fade-out-bottom-right;
    animation-name: fade-out-bottom-right
}

@-webkit-keyframes zoom-in {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoom-in {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoom-in {
    -webkit-animation-name: zoom-in;
    animation-name: zoom-in
}

@-webkit-keyframes zoom-out {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoom-out {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoom-out {
    -webkit-animation-name: zoom-out;
    animation-name: zoom-out
}

@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fade-in-down {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down
}

@-webkit-keyframes fade-in-down-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fade-in-down-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fade-in-down-big {
    -webkit-animation-name: fade-in-down-big;
    animation-name: fade-in-down-big
}

.contact-btn{
    margin-left: 2%;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #0092cd;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 28px;
    float: right;
    background: #0092cd;
    color: white;
    font-size: 15px;
    font-weight: 700;
}

/*免费试用 相关css*/
#contact-form{
    /*display: none;*/
    width: 100%;
    height: 100%;
    /*background: url(./images/index37.jpg)no-repeat top;*/
    /*todo 给张图片*/
    /*background-color: white;*/
    background: radial-gradient(ellipse, white 60%, rgb(221, 221, 221));
}

.form-wrapper{
    display: flex;
    flex-flow: column;
    border: 1px solid transparent;
    border-radius: 12px;
}


.form-wrapper .header{
    text-align: center;
    color: #333;
    font-size: 32px;
    line-height: 32px;
    font-family: inherit;
    padding: 3% 0;
}

.form-body{
    display: flex;
    justify-content: space-around;
    flex: 1;
    padding:0 9%;
}

.form-item{
    padding: 8px;
    flex: 1;
}

.form-item .item-label {
    color: #333;
    font-size: 16px;
    padding: 8px 0;
}

.form-item .item-label span{
    color: red;
    font-size: 16px;
}

.item-value input{
    border-radius: 3px;
    border: 1px solid #cdd7e5;
    width: 100%;
    line-height: 56px;
    padding: 0 8px;
    font-size: 16px;
}

.form-btn{
    display: flex;
    justify-content: center;
    padding: 3% 0;
    top: 10%;
    font-size: 24px;
}

.form-btn button{
    background-color: #0092cd;
    width: 230px;
    padding: 8px;
    border: 1px #5ab1de solid;
    border-radius: 3px;
    font-size: 32px;
    color: white;
}