@charset "utf-8";
* {
    outline: none
}
.clearfix {
    clear: both;
}
a, hr {
    padding: 0
}

a, button, input, select, textarea, hr {
    margin: 0
}

article, aside, details, figure, footer, header, hr, nav, section, summary {
    display: block
}

abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

input[type=checkbox], th {
    vertical-align: bottom
}

strong, th {
    font-weight: 700
}

html {
    box-sizing: border-box;
    overflow-y: scroll
}

*, :after, :before {
    box-sizing: inherit
}

embed, img, object {
    max-width: 100%
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: 100%
}

td {
    font-weight: 400;
    vertical-align: top
}

hr {
    height: 1px
}

input, select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type=radio] {
    vertical-align: text-bottom
}

.ie7 input[type=checkbox] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

input, select, textarea {
    font: 99% sans-serif
}

small {
    font-size: 85%
}

td, td img {
    vertical-align: top
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}


.clickable, button, input[type=button], input[type=file], input[type=submit], label {
    cursor: pointer
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.clearfix:after, .clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

a {
    text-decoration: none;
    border: none;
    color: inherit
}

input, button, select, textarea {
    outline: none
}

textarea {
    resize: none
}

input {
    -webkit-appearance: none
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: 100%
}

em, i {
    font-style: normal
}

/*@font-face {*/

    /*src: url('../fonts/akzidenzgrotesk-medium-webfont.eot');*/
    /*src: url('../fonts/akzidenzgrotesk-medium-webfont.eot') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-medium-webfont.woff2') format('woff2'), url('../fonts/akzidenzgrotesk-medium-webfont.woff') format('woff'), url('../fonts/akzidenzgrotesk-medium-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-medium-webfont.svg#akzidenz-grotesk_bqmedium') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal*/
/*}*/


.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

body {
    font-family:"Helvetica Neue","Open Sans","San Francisco",Helvetica,"Microsoft YaHei",Arial,sans-serif;
    font-size: 14px;
    color: #333;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.fl {
    float: left
}

.fr {
    float: right
}

.animation {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.fadeInLeft {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0
}

.fadeInRight {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0
}

.fadeInUp {
    -webkit-transform: translate(0, 20%);
    -moz-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0, 20%);
    opacity: 0
}

.fadeInDown {
    -webkit-transform: translate(0, -10%);
    -moz-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0
}

.active-animeta {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.animated {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.page-common-title {
    max-width: 1170px;
    margin: 0 auto;
    line-height: 1;
    text-align: center
}

.page-common-title .title-box {
    display: inline-block;
    position: relative;
    margin:0 auto;
    text-align: center;
}

.page-common-title .title-box:before {
    /*content: url("../images/title_left_des.png");*/
    position: absolute;
    left: -140px;
    top: 50%;
    margin-top: -13px
}

.page-common-title .title-box:after {
    /*content: url("../images/title_right_des.png");*/
    position: absolute;
    right: -140px;
    top: 50%;
    margin-top: -13px
}

.page-common-title h4 {
    font-size: 30px;
    color: #555;
    margin:0 auto;
    text-align: center;
  /*  font-family:"	Microsoft YaHei";*/
}

.page-common-title p {
    color: #999;
    margin-top: 10px;
}
.list-page-filp {
    display: block;
    text-align: center;
    font-size: 0
}
.list-page-filp li {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
    line-height: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 2px;
    text-transform: uppercase
}

@media (min-width: 991px) {
    .list-page-filp li:hover {
        background: #38cbff;
        color: #fff
    }
}

.list-page-filp .omit {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 1px;
    color: #333;
    background: #f9f9f9;
    line-height: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase
}

.list-page-filp .prev {
    width: 70px
}

.list-page-filp .next {
    width: 70px
}

.list-page-filp .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    background: #38cbff;
    color: #fff;
    margin: 0 2px
}

.list-page-filp .curr {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #38cbff;
    color: #fff
}

.header-box {
    width: 100%;
    height: 100px;
    background:rgba(168,187,209,0.2);
    color: #fff;
    padding: 0 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.header-box .header-content {
    max-width: 1170px;
    height: 100px;
    margin: 0 auto;
    position: relative
}

.header-box .header-logo {
    display: block;
    height: 100px;
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999
}

.header-box .header-logo > div {
    height: 100%
}

.header-box .header-logo img {
    display: block;
    /*height:35px;*/
    width:160px;
}

.header-box .tel-box {
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px
}

.header-box .tel-box .iconfont {
    float: left;
    font-size: 22px;
    margin-right: 10px
}

.header-box .tel-box p {
    float: left;
    font-weight: bold
}

.header-box .header-nav-box {
    float: right;
    height: 100px;
    text-align: center
}

.header-box .header-nav-box .test-btn {
    float: right;
    width: 100px;
   /* height: 100px;*/
    color: #555;
    background:#eee;
    background-size: cover;
    overflow: hidden;
    margin-top: 35px;
    margin-left: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position:relative;
}
.header-box .header-nav-box .test-btn  svg{
   float:left;
   margin:10px 10px;
}
.test-btn p{
    float:left;
    line-height:35px;
}
/*.header-box .header-nav-box .test-btn .iconfont {
    font-size: 12px
}*/
.language{
    width:100px;
    display: none;
}
.test-btn .t{
    width:100px;
    height:35px;
    position:relative;
}
.test-btn1 .t{
    width:100px;
    height:35px;
}
.language .top{
    width:100px;
    height:35px;
    border-top:1px solid #ccc;
}

.language .top p{
    line-height:35px;
}
.header-box .nav-list {
    float: left
}
.header-box .nav-list > li {
    float: left;
    height: 100px;
    position: relative;
}
.nav-list .nav i{
    font-size:3px;
}
.nav-list .nav-j i{
    font-size:1px;
}
.nav-list .nav1 i{
    font-size:3px;
}
.nav-list .nav-j1 i{
    font-size:1px;
}
.test-btn1 .t i{
    font-size:1px;
}
.test-btn .t .iconfont {
    font-size:3px;
   line-height:30px;
}
.header-box .nav-list > li:first-child a {
    border-left: none
}

.header-box .nav-list > li > a {
    font-size: 130%;
    display: block;
    line-height: 100px;
    padding: 0 25px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}

.header-box .nav-list > li > a::after {
    content: "";
    border-top: 2px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    position: absolute;
    bottom: 2px;
    left: 15px;
    right: 15px
}

@media (min-width: 991px) {
    .header-box .nav-list > li > a:hover {
        color: #38cbff;
    }

    .header-box .nav-list > li > a:hover::after {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.header-box .nav-list > li > .arrow span {
    position: relative;
    padding-right: 15px
}

.header-box .nav-list > li > .arrow span::before {
    content: "";
    border-top: 4px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px
}

.header-box .nav-list > .curr > a {
    color: #fff;
}

.header-box .nav-list > .curr > a::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.header-box .nav-list .dropdown-menu {
    display: none;
    height: 50px;
    color: #333;
    background: #fff;
    border-top: 1px solid #eee;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden
}

.header-box .nav-list .dropdown-menu .menu-list {
    display: inline-block
}

.header-box .nav-list .dropdown-menu li {
    float: left;
    text-align: center;
    margin: 0 7px;
    height: 50px
}

.header-box .nav-list .dropdown-menu li > a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    line-height: 50px;
    padding: 0 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}

@media (min-width: 991px) {
    .header-box .nav-list .dropdown-menu li > a:hover {
        background: #eee;
        color: #38cbff
    }
}

.header-box .nav-list .dropdown-menu .curr > a {
    background: #38cbff;
    color: #fff
}

.header-active-box {
    width: 100%;
    height: 70px;
    background:#fff;
    padding: 0 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
    position: fixed;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 9999
}

.header-active-box .header-content {
    max-width: 1170px;
    height: 70px;
    margin: 0 auto;
    position: relative
}

.header-active-box .header-logo {
    display: block;
    height: 70px;
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999
}

.header-active-box .header-logo > div {
    height: 100%
}

.header-active-box .header-logo img {
    display: block;
    width: 135px;
    heigth: 30px;
    /* margin-top: -50px; */
    margin-left: 150px;
}

.header-active-box .tel-box {
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px
}

.header-active-box .tel-box .iconfont {
    float: left;
    font-size: 22px;
    margin-right: 10px
}

.header-active-box .tel-box p {
    float: left;
    font-weight: bold
}

.header-active-box .header-nav-box {
    float: right;
    height: 70px;
    text-align: center
}

.header-active-box .header-nav-box .test-btn {
    float: right;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-size: cover;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 25px;
}
.header-active-box .header-nav-box .test-btn .valid{
    width:100px;
    height:35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

.header-active-box .header-nav-box .test-btn .iconfont {
    font-size: 12px
}
.header-active-box .header-nav-box {
     float: right;
 }
.header-active-box .header-nav-box .nav-list {
    float: left;
}
.header-active-box .header-nav-box .test-btn1 {
   float: right;

}
.header-active-box .header-nav-box .test-btn1 .t {
    width: 100px;
    line-height: 35px;
    margin-top: 15px;
    background:#f9f9f9;
    position:relative;
}
.header-active-box .header-nav-box .test-btn1 .t svg {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.header-active-box .header-nav-box .test-btn1 .t p {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.header-active-box .header-nav-box .test-btn1 .language1 {
    width: 100%;
    line-height: 40px;
    height: 40px;
    display:none;
    /*background: #fff;*/
}
.header-active-box .header-nav-box .test-btn1 .language1 .top {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #f9f9f9;
    border-top:1px  solid #eee;
}
.header-active-box .header-nav-box .test-btn1 .language1 .top svg {
    float: left;
    margin-left:10px;
    margin-top:12px;
    width:20px;
    height:15px;
}
.header-active-box .header-nav-box .test-btn1 .language1 .top p {
    float: left;
    padding-left:10px;
}
.header-active-box .nav-list > li {
    float: left;
    height: 70px;
    position: relative;
}

.header-active-box .nav-list > li > a {
    font-size: 130%;
    display: block;
    color:#444;
    height: 12px;
    line-height: 12px;
    margin-top: 29px;
    padding: 0 25px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}
.header-active-box .nav-list > li > a::after {
    content: "";
    border-top: 2px solid #2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    position: absolute;
    bottom: -29px;
    left: 15px;
    right: 15px
}

@media (min-width: 991px) {
    .header-active-box .nav-list > li > a:hover {
        color: #38cbff;
    }

    .header-active-box .nav-list > li > a:hover::after {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.header-active-box .nav-list > li > .arrow span {
    position: relative;
    padding-right: 15px
}

.header-active-box .nav-list > li > .arrow span::before {
    content: "";
    border-top: 4px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px
}

.header-active-box .nav-list > .curr > a {
    color: #444;
}

.header-active-box .nav-list > .curr > a::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.header-active-box .nav-list .dropdown-menu {
    display: none;
    height: 50px;
    color: #333;
    background: #fff;
    border-top: 1px solid #eee;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
}

.header-active-box .nav-list .dropdown-menu .menu-list {
    display: inline-block
}

.header-active-box .nav-list .dropdown-menu li {
    float: left;
    text-align: center;
    margin: 0 7px;
    height: 50px
}

.header-active-box .nav-list .dropdown-menu li > a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    line-height: 50px;
    padding: 0 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}

@media (min-width: 991px) {
    .header-active-box .nav-list .dropdown-menu li > a:hover {
        background: #eee;
        color: #38cbff
    }
}

.header-active-box .nav-list .dropdown-menu .curr > a {
    background: #38cbff;
    color: #fff
}

.header-active, .page-header {
    top: 0
}

.footer-box {
    width: 100%;
    background: #333;
    color: #fff;
    height:350px;
    border-bottom:1px solid #444;
}
.footer-box .footer-c{
    width:1170px;
    margin:0 auto;
    padding-top:60px;
}

.footer-box .footer-c .left .left-one{
    float:left;
    padding-right:40px;
    font-weight: bold;
}
.footer-box .footer-c .left .left-two{
    float:left;
    padding-right:40px;
}
.footer-box .footer-c .left .title{
    float:left;
    font-size:18px;
    color:#fff;
    font-weight: bold;
}
.footer-box .footer-c .left .title p{
    font-weight: bold;
}
.footer-box .footer-c .left .title1{
    float:left;
    font-size:16px;
    color:#fff;
}
.footer-c .right{
    float:right;
    width:370px;
}
.footer-c .right .top{
    color:#888;
    overflow: hidden;
}
.footer-c .right .top i{
    float:left;
    color:#2e93ff;
}
.footer-c .right .top svg{
    float:left;
   margin-top:2px;
}
.footer-c .right .top .icon{
    color:#2e93ff;
}
.footer-c .right .top .t{
    margin:0 auto;
    padding:10px 25px;
}
.footer-c .right .top .hui {
    border-right:1px;
    color:#888;
    width:2px;
    height:6px;
    float:left;
    padding-left:20px;
}
.footer-c .right .top p{
    float:left;
    padding-left:10px;
    color:#888;
    font-weight: bold;
}
.footer-box .footer-c .left ul{
    padding-top:40px;
}
.footer1{
    width:100%;
    height:80px;
    background:#333;
}
.footer-font{
    margin:0 auto;
    width:1170px;
    position:relative;
}

.footer-font .ft-left .c{
    float:left;
    padding-right:5px;
    padding-top:30px;
}
.footer-font .ft-left p{
    float:left;
    color:#888;
    font-size:14px;
    line-height:80px;
}
.ft-left{
    float:left;
    color:#fff;
    overflow:hidden;
}
.ft-zd{
    font-size:18px;
    color:#eee;
    margin-top:60px;
    display:block;
}
.ft-right{
    display:block;
   /* float:right;*/
    padding-left:30px;
    overflow: hidden;
    
    float:left;
}
.ft-right a{
    color:#fff;
}
.ft-right p{
    line-height:80px;
    color:#888;
    font-size: 14px;
	width:max-content;
}
.ft-right1{
    text-align: right;
    color: #888;
    line-height:80px;
    overflow:hidden;
}
.ft-right1 i{
    padding-right:20px;
}
.ft-right1 i:hover{
    color:#2e93ff;
}
.ft-sy{
    font-size:14px;
    color:#0d94e5;
    display:block;
    margin-top:40px;
}
.ft-gu{
    font-size:14px;
    color:#999;
    display:block;
    margin-top:20px;
}
.ft-ct1{
    width:230px;
    height:200px;
    float:left;
    margin-right:100px;
}
.ft-rt{
    width:170px;
    height:200px;
    float:left;
}
.ft-sy1{
    color:#999;
    font-size:14px;
    display:block;
    margin-top:40px;
}
.ft-gu1{
    font-size:14px;
    color:#999;
    display:block;
    margin-top:47px;
}
.ft-gu2{
    font-size:14px;
    color:#999;
    display:block;
    margin-top:33px;
}
.ft-er{
    margin-top:40px;
    display:block;
}
.footer-c .right .t1{
    padding-top:30px;
}
.footer-c .right .t1 .adress{
    padding-top:20px;
}
.right .t1 .t{
    padding-bottom:20px;
}

.right .t1 .t i{
    color:#8a8a8a;
    float:left;
    padding-right:10px;
}
.right .t .icon{
    float:left;
    width:14px;
    height:14px;
    margin-top:2px;
    margin-right:10px;
}
.right p{
   /* padding-left:20px;*/
    color:#888;
}

.footer-box .footer-c .left ul li{
    padding-top:20px;
    color:#888;
    cursor: pointer;
}
.footer-box .footer-c .left ul li:hover{
    color:#2e93ff;
}
.slider-mask {
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999 !important
}

.slider-mask img {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.common-alter-mask {
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

.common-alter-mask .alter-content {
    width: 220px;
    height: 220px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.common-alter-mask .alter-content img {
    display: block;
    width: 100%;
    height: 100%
}

.common-alter-mask .alter-content .close-btn {
    display: block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px
}

.page-mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8)
}

.page-banner-box {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1
}

.page-banner-box .banner-bg {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

.page-banner-box .stars {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.page-banner-box .banner-img {
    width: 100%;
    height: 450px
}

.hp-banner {
    width: 100%;
    /* height: 950px; */
	height:100vh;
}

.hp-banner .banner-list {
    width: 100%;
    outline: none;
}
.hp-banner .slick-slide{ 
	 position:relative;  
} 
.hp-banner .jqthumb{
    width:100%;
    /* height:950px; */
	height:100vh;
}
.hp-banner .b-pn{
	position:absolute;
	top:0;
	left:0;
	top:45%;
	left:15%;
}
.hp-banner .b-pn3{
	position:absolute;
	top:46%;
	left:34%;
}
.hp-banner .banner-list .slick-prev, .hp-banner .banner-list .slick-next {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-transform: uppercase;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.hp-banner .banner-list .slick-prev:hover, .hp-banner .banner-list .slick-next:hover {
    color: #38cbff
}

.hp-banner .banner-list .slick-prev {
    left: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hp-banner .banner-list .slick-next {
    right: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hp-banner .banner-list .slick-dots {
   /* display: none !important;*/
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 0;
	left:0;
	font-size:0;
	height:15px;

}
.hp-banner .banner-list .slick-dots li {
    display: inline-block;
	width:15px;
    margin: 0 5px;
}

.hp-banner .banner-list .slick-dots li button {
    width:15px;
    height:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    border: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(255, 255, 255, 0.5);
}
.hp-banner .banner-list .slick-dots .slick-active{
    width:15px;
    height:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hp-banner .banner-list .slick-dots .slick-active button {
    width: 15px;
    height:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: #fff;
}

.hp-banner .banner-list .slick-list {
    /* height: 950px; */
	height:100vh;
    position: relative
}

.hp-banner .banner-list .slick-slide {
    float: left;
    /* height: 950px */
	height:100vh;
}

.hp-banner .banner-list .slick-slide > div {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
}

.hp-banner .banner-list .slick-slide > div .banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

.hp-banner .banner-list .slick-slide > div .stars {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.hp-banner .banner-content {
    width: 100%;
    height: 950px
}

.hp-advan {
    width: 100%;
    padding: 60px 10px;
    background:#f8f8f8;
}

.hp-advan .advan-box {
    max-width: 1170px;
    margin: 0 auto
}

.hp-advan .advan-list-box {
    margin-top: 60px
}

.hp-advan .advan-list {
    margin: -15px
}

.hp-advan .advan-list > li {
    float: left;
    width: 33.3333%;
    padding: 15px;
    text-align: center;
    position: relative
}

.hp-advan .advan-list > li > div {
    height: 230px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 20px
}
.hp-advan .advan-list > li > div svg{
    margin-top:10px;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
}
    .hp-advan .advan-list > li > div:hover {
        -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
        box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05)
    }
    .hp-advan .advan-list > li > div:hover h6 {
        color: #2e93ff;
    }
    .hp-advan .advan-list > li > div:hover h6:after {
        width: 100%
    }
    .hp-advan .advan-list > li > div:hover svg{
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
        transform: translate(0,-10px);

    }


.hp-advan .advan-list > li .icon {
    font-size: 50px
}

.hp-advan .advan-list > li .advan-brief {
    margin-top: 30px
}

.hp-advan .advan-list > li h6 {
    font-size: 18px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: bold;
}

.hp-advan .advan-list > li p {
    margin-top: 30px;
    color: #999;
    line-height: 24px; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:48px;
	
}

.hp-service {
    width: 100%;
    padding: 60px 40px;
    background: #f8f8f8
}

.hp-service .service-box {
    max-width: 1170px;
    margin: 0 auto
}

.hp-service .service-class-box {
    margin-top: 60px;
    text-align: center
}

.hp-service .service-class-box .class-menu {
    display: inline-block;
    margin: 5px
}

.hp-service .service-class-box li {
    float: left;
    padding: 5px
}

.hp-service .service-class-box a {
    display: block;
    height: 40px;
    padding: 0 40px;
    line-height: 38px;
    color: #999;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media (min-width: 991px) {
    .hp-service .service-class-box a:hover {
        color: #fff;
        border-color: #38cbff;
        background: #38cbff
    }
}

.hp-service .service-list-box {
    position: relative
}

.hp-service .service-list-box .more-btn {
    display: block;
    width: 70px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #999;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px
}

.hp-service .service-list {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 80px;
    box-sizing: content-box;
    position: relative
}

.hp-service .service-list .slick-prev, .hp-service .service-list .slick-next {
    width: 40px;
    height: 20px;
    background: transparent;
    border: none;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #999;
    position: absolute;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}


.hp-service .service-list .slick-prev {
    left: 50%;
    margin-left: -50px
}

.hp-service .service-list .slick-next {
    right: 50%;
    margin-right: -50px
}

.hp-service .service-list .slick-list {
    height: 13.02083333vw;
}

.hp-service .service-list .slick-slide {
    float: left;
    height: 13.02083333vw;
    max-height: 250px
}

.hp-service .service-list .slick-slide > div {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
    .hp-service .service-list .slick-slide > div:hover .service-brief .more {
        color: #38cbff
    }

    .hp-service .service-list .slick-slide > div:hover .service-brief h6 {
        color: #38cbff
    }
}

.hp-service .service-list .slick-slide > div a {
    display: block;
    width: 100%;
    height: 100%
}

.hp-service .service-list .service-img {
    display: block;
    width: 100%;
    height: 13.02083333vw;
    max-height: 250px;
    overflow: hidden
}

.hp-service .service-list .service-img > .jqthumb {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.hp-service .service-brief {
    height: 80px;
    padding-top: 15px;
    border-bottom: 1px solid #eee;
    position: relative;

}

.hp-service .service-brief .more {
    display: block;
    width: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #999;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 0;
    right: 0
}

.hp-service .service-brief .more .iconfont {
    font-size: 22px
}

.hp-service .service-brief h6 {
    font-size: 16px;
    text-align:center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.hp-service .service-brief  .r-foot-x{
    border-bottom: 2px solid #dddddd;
    width: 40px;
    margin: 0 auto;
    padding-top: 20px;
    display: block;
}

.hp-service .service-brief p {
    color: #999;
    text-align: center;
    margin-top: 5px;
    padding-top:20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin:0 auto;
}

.hp-audio {
    width: 100%;
    padding: 60px 20px
}

.hp-audio .audio-box {
    max-width: 1170px;
    margin: 0 auto
}

.hp-audio .audio-list-box {
    margin-top: 60px
}

.hp-audio .audio-list {
    margin: -15px
}

.hp-audio .audio-list li {
    float: left;
    width: 50%;
    padding: 15px
}

.hp-audio .audio-list a {
    display: block;
    width: 100%;
    height: 110px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden
}

.hp-audio .audio-list .audio-img {
    float: left;
    width: 70px;
    height: 70px;
    position: relative
}

.hp-audio .audio-list .audio-img .play-icon {
    width: 30px;
    height: 30px;
    margin: auto;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hp-audio .audio-list .audio-brief {
    margin-left: 90px;
    padding: 10px 0
}

.hp-audio .audio-list .audio-brief h6 {
    font-size: 16px
}

.hp-audio .audio-list .audio-brief p {
    color: #999;
    margin-top: 10px
}

.hp-audio .audio-list .audio-content-box {
    width: 100%;
    height: 100%;
    line-height: 110px;
    padding: 0 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0
}

.hp-audio .audio-list .audio-content-box audio {
    width: 100%;
    vertical-align: middle
}

.hp-audio .audio-list .audio-play {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.hp-coop-partner {
    width: 100%;
    padding: 60px 20px;
    background: #f8f8f8
}

.hp-coop-partner .coop-partner-box {
    width:100%;
    margin: 0 auto;
}

.hp-coop-partner .partner-list-box {
    margin-top: 60px;
  /*  width:1170px;
    margin:0 auto;*/
}
.hp-coop-partner .partner-list-box1{
    width:1170px;
    margin:0 auto;
}
.hp-coop-partner .partner-list {
    margin: -15px
}

.hp-coop-partner .partner-list li {
    float: left;
    width: 20%;
    padding: 15px
}

.hp-coop-partner .partner-list li a {
    display: block;
    height: 110px;
    line-height: 110px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    padding: 0 20px
}

.hp-coop-partner .partner-list li a img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: middle;
   /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: #808080*/
}
/*banner 左右箭头*/
.x{
    transform: rotate(269deg);
    font-size:30px;
}
/*banner 左右箭头 end*/
/*行业应用*/
.hp-application{
    width:100%;
    /*background:#fff;*/
    padding-bottom:40px;
    overflow: hidden;
    padding-top:60px;
}
.hp-application .hp-application-title{
    width: 1170px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}
.hp-application .hp-application-title h4{
    margin:0 auto;
    font-size: 30px;
    color: #555;
}
.hp-application .hp-application-title p{
    color: #999;
    margin-top: 10px;
}
.hp-application .hp-application-title .hp-application-title-box{
    width:100%;
    margin:0 auto;
    padding-top:60px 50px 60px 50px;

}
.hp-application-title-box{
    width: 100%;
   /* padding: 60px 50px;*/
    margin:0 auto;
    padding:60px 0 30px 30px;
    max-width: 1170px;
}

.hp-application-title-box .box{
    width:100%;
    margin:0 auto;
   /* height:620px;*/
    box-sizing: border-box;
}
.hp-application-title-box .box ul{
    width: 100%;
    box-sizing: border-box;
    margin-right: -30px;
}
.hp-application-title-box .box ul li{
    width: 20%;
    height:220px;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.hp-application-title-box .box ul li div{
    transition: all .3s linear;
    overflow: hidden;
}
.hp-application-title-box .box ul li div .p{
    height:200/1920*100vw;
    overflow: hidden;
}
@media (max-width:1400px) {
    .hp-application-title-box .box ul li div .p{
        height:200/1920*100vw;
    }
}
.hp-application-title-box .box ul li img{
     /*height:100%;*/
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    width:100%;
    display:block;
    height: 100px;
}
.hp-application-title-box .box ul li div:hover{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
}
.hp-application-title-box .box ul li:hover h6{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.hp-application-title-box .box ul li:hover img{
    transform: scale(1.1);
    overflow: hidden;
}
@media (max-width:1400px) {
    .hp-application-title-box .box ul li p{
        padding:20px;
    }
}
.hp-application-title-box .box ul li h6{
    font-size:16px;
    color:#555;
    padding-top:20px;
    text-align:center;
    font-weight: bold;
}
.hp-application-title-box .box ul li p{
    height:68px;
    color:#888;
    padding:15px 10px;
}
/*行业应用 end*/
/*服务优势*/
.hp-service-a{
    width:100%;
    background:#f8f8f8;
}
.hp-service-a .center{
    width:1170px;
    margin:0 auto;
    box-sizing: border-box;
}
.hp-service-a .center .title{
    width: 1170px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;

}
.hp-service-a .center .title h4{
    margin: 0 auto;
    font-size: 30px;
    color: #555;
    padding-top:60px;
}
.hp-service-a .center .title p{
    color: #999;
    margin-top: 10px;
}
.hp-service-a .center .service-box {
    width:100%;
   /* height:350px;*/
    margin-top:60px;
    margin-right: -10px;
    overflow: hidden;
}
.hp-service-a .center .service-box  ul{
    box-sizing: border-box;
    margin-right: -10px;
}
.hp-service-a .center .service-box ul li{
    width:25%;
    padding-right:10px;
    float:left;
    cursor: pointer;
}
.hp-service-a .center .service-box ul li > div{
    width: 100%;
    padding-bottom:60px;
}
.hp-service-a .center .service-box .icon-box {
    width: 100%;
    height: 160px;
    line-height: 160px;
    color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.hp-service-a .center .service-box .icon-box::after {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    background: #0092e9;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
             border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hp-service-a .center .service-box .icon-box svg {
   font-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.hp-service-a .center .service-box .service-descri {
    width: 100%;
    /*height: 150px;*/
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;

}
.hp-service-a .center .service-box .service-descri::after {
    content: "";
    display: block;
    background: #fff;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
             transition: all .3s;
    -webkit-transform: scale(0,0);
       -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
         -o-transform: scale(0,0);
             transform: scale(0,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.hp-service-a .center .service-box .service-descri em {
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.hp-service-a .center .service-box .service-descri p {
    margin-top: 20px;
    color: #888;
   /* opacity: 0;*/
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hp-service-a .center .service-box li:hover .icon-box::after {
    -webkit-transform: scale(2.2,2.2);
    -moz-transform: scale(2.2,2.2);
    -ms-transform: scale(2.2,2.2);
    -o-transform: scale(2.2,2.2);
    transform: scale(2.2,2.2);
}
.hp-service-a .center .service-box li:hover .service-descri em {
    color: #17d7f8;
}
.hp-service-a .center .service-box li:hover .service-descri::after {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.hp-service-a .center .service-box li:hover .service-descri p {
    opacity: 1;
}
.hp-service-a .center .service ul li>div .none{
    border-radius: 5%;
    -webkit-transition:all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.hp-service-a .center .service ul li .icon-box {
    border-radius: 50%;
    background: #17d7f8;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding-top:50px;
}
.hp-service-a .center .service ul li .icon-box:hover{
    width:260px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-transition:all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.none .g{
     border-radius: 50%;
     background: #fff;
     width: 270px;
     height: 160px;
     margin: 0 auto;
}
.g em{

}
.none .p{
    display:none;
    padding:20px ;
    line-height:14px;
    text-align: center;
}
.none .p{
    color:#888;
    line-height:24px;
    -webkit-transition:0.3s;
    -moz-transition: :0.3s ;
    -ms-transition: :0.3s;
    -o-transition: :0.3s ;
    transition: :0.3s;
}
.none .g:hover .g1{
    display:block;
}
.none .g1:hover g{
    display:block;
}
.none .g:hover{
    /* width:270px;*/
     border-top-left-radius: 1px;
     border-top-right-radius: 1px;
     border-bottom-left-radius: 1px;
     border-bottom-right-radius: 1px;
     -webkit-transition:all 0.5s;
     -moz-transition: all 0.5s;
     -ms-transition:all 0.5s;
     -o-transition:all 0.5s;
 }

.hp-service-a .center .service ul li .icon-box svg{
    display: block;
    margin:0 auto;
    font-size:60px;
    color:#dff4fa;

}
.hp-service-a .center .service ul li p{
    color:#555;
    text-align: center;
    padding-top:30px;
    font-weight: bold;
}
.show-one{
    width:270px;
    height:310px;
    background:#fff;
}
.show-one .top{
    background:#17d7f8;
    height:160px;
    width:270px;
}
.show-one .top .icon{
    font-size:70px;
    text-align: center;
    margin-top:35px;
}
/*导航下拉*/
.s{
     width:130px;
     background:#fff;
     display: none;
     position:absolute;
 }
.s .top{
    color:#555;
    border-bottom:1px solid #eee;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.s .top:last-child{
    border:none;
}
.s .top p{
    line-height:40px;
}
.s .top:hover{
    background:#2e93ff;
    color:#fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 0 25px;
}

.nav:hover .s{
    display:block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav-j:hover .s{
    display:block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*导航下拉 end*/
/*导航2*/

.s{
    width:130px;
    background:#fff;
    display: none;
    position:absolute;
}
.s .top{
    color:#555;
    border-bottom:1px solid #eee;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.s .top:last-child{
    border:none;
}
.s .top p{
    line-height:40px;
}
.s .top:hover{
    background:#2e93ff;
    color:#fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 0 25px;
}
.nav1 svg{
    margin-left:3px;
}
.nav1:hover .s{
    display:block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav1:hover .s{
    margin-top:29px;
    display:block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav-j1:hover .s{
    margin-top:29px;
    display:block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*服务优势 end*/
/*主要客户*/
.customer{
    width:100%;
    background:#fff;
    height:600px;
}
.customer .title{
    width:1170px;
    margin:0 auto;
    text-align: center;
}
.customer .title h4{
    padding-top:60px;
    font-size:30px;
    color:#555;
}
.customer .title p{
    color:#888;
}
.customer .list{
    box-sizing: border-box;
    padding:40px;
    width:100%;
}
.customer .list .list-nav{
    width:100%;
    box-sizing: border-box;
    background:#ffffe0;
    margin-right:-20px;
    display:table-cell;
    vertical-align: middle;
    position:relative;
    overflow: hidden;
    text-align: center;
}
.customer .list .list-nav li{
    width:16.66%;
    padding-right:20px;
    margin: 0 auto;
    height:100px;
    line-height:100px;
    float:left;
    text-align: center;
    box-sizing: border-box;
    position:relative;
}
.customer .list .list-nav li div{
    overflow: hidden;
    box-sizing: border-box;
    width:100%;
    padding: 0 50px;
}
.customer .list .list-nav li img{
    margin: 0 auto;
    width:100%;
    text-align: center;
    vertical-align: middle;
}
.customer .list .list-nav li>div:hover{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
}
/*主要客户  end*/
.hp-coop-partner {
    width: 100%;
    padding: 60px 20px;
    background: #fff;
}
.hp-coop-partner .partner-list-box {
    margin-top: 60px
}

.hp-coop-partner .partner-list {
    margin: -15px
}

.hp-coop-partner .partner-list li {
    float: left;
    width: 16.66%;
    padding: 15px;
}

.hp-coop-partner .partner-list li a {
    display: block;
    height: 100px;
    line-height: 100px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    padding: 0 20px
}
.hp-coop-partner .partner-list li a:hover img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        filter: #808080
    }
.hp-coop-partner .partner-list li a:hover{
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
}


/*最新资讯*/
.information{
    width:100%;
    height:600px;
    background:#f8f8f8;
}
.information .title{
    margin:0 auto;
    width:100%;
    display: inline-block;
    text-align: center;
    margin-top:60px;
}
.information .title h4{
    margin:0 auto;
    font-size:30px;
    color:#555;
    text-align: center;
}
.information .title p{
    color: #888;
    margin-top: 10px;
}
.information .center{
    width:100%;
    margin:0 auto;
    box-sizing: border-box;
    height:400px;
    /*padding-left:30px;*/
    max-width: 1170px;
}
.information .center ul{
    box-sizing: border-box;
    margin-right:-30px;
    padding:50px 0;
    width:100%;
}
.information .center ul li{
    width:20%;
    padding-right:30px;
    box-sizing: border-box;
    float:left;

}
.information .center ul li .photo{
    display: block;
    box-sizing: border-box;
    width:100%;
    position:relative;
    background-color: white;
    height: 350px;
}
@media (max-width: 1400px)
    .information .center ul li .photo .top {
        height: 160/1920*100vw;
        height:160px;
        overflow: hidden;
    }
.information .center ul li .photo:hover .curr{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);

}
.information .center ul li .curr {
    width:100%;
    height: 2px;
    background: #2e93ff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3;
    -moz-transition: all 0.3;
    -ms-transition: all 0.3;
    -o-transition: all 0.3;
    transition: all 0.3;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.information .center ul li .photo .top{
    width:100%;
    height:160px;
    overflow: hidden;
  /*  box-sizing: border-box;*/
   /* height:160px;*/
    height:160/1920*100vw;
}
@media (max-width:1400px) {
    .information .center ul li .photo .top{
        height:160/1920*100vw;
        height:160px;
        overflow: hidden;
    }
}
.information .center ul li .photo .top img{
    overflow: hidden;
    height:100%;
    width:100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.information .center ul li .photo h4{
    font-size:16px;
    color:#555;
    text-align: center;
    padding-top:30px;
}
.r-foot-x {
    border-bottom: 2px solid #dddddd;
    width: 30px;
    margin: 0 auto;
    padding-top: 20px;
    display: block;
}
.information .center ul li .photo .w{
    text-align: center;
    padding:20px 30px 35px 20px;
    color:#888;
}
@media (max-width:1400px) {
    .information .center ul li .photo .w{
        padding:20px;
    }
}
.information .center ul li div{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.information .center ul li .photo:hover{
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    border-bottom:1px solid #2e93ff;
}
.information .center ul li div:hover .r-foot-x{
    border-bottom: 2px solid #0d94e5;
    width: 30px;
    margin: 0 auto;
    padding-top: 20px;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;

}
.information .center ul li img:hover{
    overflow: hidden;
    transform: scale(1.1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
 .button{
    width:1170px;
    margin:0 auto;
    height:100px;
     padding-top:60px;
}
.button .bt-j{
    width: 150px;
    height: 40px;
    background: #0d94e5;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    margin:0 auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.button .bt-j i{
    font-size:1px;
}
.button .bt-j:hover{
    box-shadow: 1px 1px 20px  rgba(157, 209, 241, 0.5), -1px -1px 20px  rgba(157, 209, 241, 0.5);
    -webkit-box-shadow:1px 1px 20px  rgba(157, 209, 241, 0.5), -1px -1px 20px  rgba(157, 209, 241, 0.5);
    -moz-box-shadow:1px 1px 20px  rgba(157, 209, 241, 0.5), -1px -1px 20px  rgba(157, 209, 241, 0.5);
}
/*最新资讯 end*/
/*侧边栏*/
.aside-box {
    width: 70px;
    margin: auto 0;
    background: #fff;
    -webkit-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    right: 0;
    bottom:10%;
    margin-top:-140px;
    z-index: 9999;
}
.aside-box .aside-item {
    width: 100%;
    height: 70px;
    border-bottom:1px solid #ebebeb;
    cursor: pointer;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
    .aside-box .aside-item:last-child{
        border-bottom:0;
    }
.aside-box .aside-item:hover{
    color:#fff;
    background:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.aside-box .aside-item .item-tel{
    padding-top:15px;
}

.aside-box .aside-item > a {
    display: block;
    width: 100%;
   /* line-height: 70px;*/
  /*  padding-top:20px;*/
    background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (min-width: 991px) {
    .aside-box .aside-item > a:hover {
        color: #fff;
        background:#2e93ff;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
}

.aside-box .aside-item .iconfont {
    font-size: 30px;
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.aside-box .aside-item:hover .iconfont{
    color:#fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.aside-box .active-tel {
    right: 0;
    border:1px solid #ebebeb;
    color: #d71e29;
}
.common-alter-mask {
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.common-alter-mask .alter-content {
    width: 220px;
    height: 220px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.alter-content img {
    display: block;
    width: 100%;
    height: 100%;
}
.alter-content .close-btn {
    display: block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
}
/*页面弹出层*/
.hide-wechat{
    z-index:99;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    display:none;
}
.hide-wechat .alter-content{
    width:200px;
    height:200px;
    padding:10px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-100px;
    margin-left:-100px;
}
.hide-wechat .lazy{
    width:200px;
}
/*关于我们页面*/
.about-banner{
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.about-banner .jqthumb{
    width:100%;
    height:320px;
}
.about-banner .about-font .guan{
    position:absolute;
    color:#fff;
    z-index:2;
    top:50%;
    left:50%;
    font-size:30px;
    width:1170px;
    margin-left:-585px;
    margin-top:-15px;
}
.about-banner .about-font .us{
    position:absolute;
    color:#fff;
    z-index:2;
    top:50%;
    left:50%;
    font-size:14px;
    width:1170px;
    margin-left:-585px;
    margin-top:35px;
}
.company{
    width:1170px;
    margin:0 auto;
    margin-top:60px;
}
.company .company-title{
    margin:0 auto;
    width:1170px;
    text-align: center;
}
.company .company-title .tit-box{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.company .company-title .tit-box p{
    font-size:14px;
    color:#888;
}
.company .company-title h4{
    font-size: 30px;
    color: #555;
    margin: 0 auto;
    text-align: center;
}
.company-content{
    height: 800px;
    margin-top:60px;
    overflow: hidden;
}
.company-content .left{
    width:45%;
    position:relative;
    float:left;
}
.company-content .left .box1{
    width:55%;
    float:left;
    height:200px;
}
.company-content .left .box1 .s1{
    position:absolute;
}
.company-content .left .box1 .s4{
    position:absolute;
    top:135px;
    left:230px;
    border:10px solid #fff;
}
.company-content .left .box1 > div{
    height:200px;
}
.company-content .left .box1 > div .c{
   padding-top:60px;
}
.company-content .left .box1 > div .xian{
    width:25px;
    height:2px;
   margin-left:110px;
}
.company-content .left .box1 > div p{
    text-align: center;
    font-size:18px;
    color:#555;
    font-weight: bold;

}
.company-content .left .box1 img{
    width:500px;
}
.company-content .right{
    width:50%;
    float:left;
}
.company-content .right .right-box{
    padding:10px 20px;

}
.company-content .right .right-box h4{
    color:#555;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    /*padding-left:20px;*/
}
.company-content .font1{
    padding-top:30px;
    font-size:15px;
    line-height:1.8;
    font-family: MYingHei W5,Roman-55,Microsoft Yahei,sans-serif;
    color: rgb(0 0 0);
}
.company-content .right .right-box .font2{
    padding-top:20px;
    font-size:15px;
    line-height:1.8;
    font-family: MYingHei W5,Roman-55,Microsoft Yahei,sans-serif;
    color: rgb(0 0 0);
}
 .scroll{
    width:1170px;
    margin:0 auto;
     overflow: hidden;
     padding-bottom:50px;
}
 .scroll > div{
    padding:20px;
    width:100%;
}
 .scroll ul{
    overflow: hidden;
    float:left;
    width:1170px;
    margin-right:-25px;
    box-sizing: border-box;

}
.scroll ul .box{
    width:25%;
    height:100%;
    float:left;
    overflow: hidden;
    float:left;
    overflow: hidden;
    box-sizing: border-box;
    padding-top:10px;
    padding-bottom:10px;
    position:relative;
}
.scroll ul .box .box-x{
    width:270px;
    height:220px;
    margin:0 auto;
    text-align: center;
   /* box-shadow: 5px 5px 30px 0 #f3f3f3, 5px 5px 30px 0 #f3f3f3;*/
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.scroll ul .box .pc-box{
    background:#fff;

}
.scroll ul .box .b-box{
	text-align:center;
	margin:0 auto;
	
}
.scroll ul .box .box-x .p1{
    padding-top:35px;
    font-size: 50px;
  /*  font-weight: normal;
    font-stretch: normal;*/
    letter-spacing: 2.4px;
    color: #2e93ff;
  /*  font-weight: bold;*/
    display: inline-block;

}
.scroll ul .box .box-x .sz2{
    display: inline-block;
    color:#2e93ff;
    font-size:50px;
	font-style:none;
	line-height:50px;
    /* position:absolute; */
    /* top:75px; */
}

.scroll ul .box .box-x .b-p{
    display: inline-block;
    color:#2e93ff;
    font-size:50px;
	font-style:none;
	line-height:50px;
    /* position:absolute; */
    /* top:75px; */
	
}
.scroll ul .box .box-x .sz{
    display: inline-block;
    color:#2e93ff;
    font-size:30px;
}
.scroll ul .box .box-x img{
    margin:0 auto;
    display:block;
    padding-top:20px;
}
.scroll ul .box .box-x .font{
    padding:15px 40px 30px 30px;
    text-align: center;
    color:#555;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
}
/*关于我们页面 end*/
/*使命文化*/
.culture{
    width:1170px;
    margin:0 auto;
    margin-top:60px;
}
.culture .title{
    margin:0 auto;
    text-align: center;
}
.culture .title p{
    color:#888;
}
.culture .title h4{
    font-size: 24px;
    color:#555;
}
.culture .mission{
    margin:0 auto;
    width:100%;
    height:460px;
    margin-bottom:20px;
}
.culture .mission ul{
    width:100%;
    margin-top:60px;

}
.culture .mission ul li{
    width:20%;
    float:left;
    text-align: center;
}
.culture .mission ul li h6{
    text-align: center;
    font-size:24px;
    color:#666;
    padding-top:30px;
}
.culture .mission ul li .p1{
    color:#888;
}
.culture .mission ul li .p2{
    color:#888;
    line-height: 24px;
    padding-top:20px;
    padding:20px 30px 0 30px;
}
.culture .list{
    width:1170px;
    height:300px;
}
.culture .list .box{
    overflow: hidden;
    float: left;
    width: 1170px;
    margin-right: -25px;
    box-sizing: border-box;
    margin-left:-5px;

}
.culture .list .box li{
    width: 50%;
    height: 100%;
    background: #fff;
    float: left;
    overflow: hidden;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-right:30px;
    padding-left:5px;
}
.culture .list .box li .box-q{
    width:100%;
  /*  height: 130px;*/
    margin: 0 auto;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.culture .list .box li .box-q .left{
    width:130px;
   /* height:130px;*/
    float:left;
    background:#2e93ff;
    text-align: center;
}
.culture .list .box li .box-q .left i{
    color:#fff;
    font-size:55px;
    line-height:130px;
}
.culture .list .box li .box-q .box-right{
    width:550px;
    height:130px;
    margin:0 auto;
    padding-left:150px;
}
.culture .list .box li .box-q .box-right p{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #888888;
    padding-top:30px;
    padding-right:30px;
    float:left;
}
/*使命文化 end*/
/*加入我们*/
.w-join{
    width:100%;
    background:#f8f8f8;
}
.join{
    width:1170px;
    margin:0 auto;
    background:#f8f8f8;
    margin-top:60px;
   /* margin-bottom:60px;*/
}
.join .join-title{
    text-align: center;
}
.join .join-title h4{
    font-size: 24px;
    color:#555;
    padding-top:59px;
}
.join .join-title p{
    color:#888;
}
.form-group input, .form-group textarea {
    height: 50px;
    width: 100%;
    display: block;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.contact-bottom{
    width:1170px;
    margin-top:60px;
    padding-bottom:55px;
}
.my-form {
    overflow: hidden;
}
form {
    overflow: hidden;
    margin: -15px;
    box-sizing: content-box;
}
label.error {
    color: #e33333;
    position: absolute;
    line-height: 30px;
}
.form-group {
    float: left;
    width: 33.3%;
    padding: 15px;
    box-sizing: border-box;
    line-height: 45px;
    position: relative;
}
.form-group .nr{
    height:120px;
}
.content-group {
    width: 100%;
}
#mail {
    background: #fff;
}
.form-group textarea {
    line-height: 45px;
    overflow: hidden;
}
.form-group .blue{
    background:#2e93ff;
    color:#fff;

}
/*加入我们 end*/
/*侧边栏*/
.left-side{
    width:70px;
   /* height:240px;*/
    background:#FFE69F;
    margin: auto 0;
    background: #fff;
    -webkit-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 5%;
    top:50%;
    margin-top:-140px;
    z-index: 9999;
}
.left-side .font .yw{
    padding-top:14px;
    width:40%;
    margin:0 auto;
}
.left-side .left-side-item {
    width: 100%;
    height: 60px;
    border-bottom:1px solid #ebebeb;
    cursor: pointer;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.left-side .active{
    background:#2e93ff;
    color:#fff;
}
.left-side .left-side-item:last-child{
    border:none;
}
.left-side .left-side-item:hover{
    color:#fff;
    background:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.left-side .left-side-item .item-tel{
    padding-top:15px;
}
.left-side .left-side-item > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.left-side .left-side-item p{
   /* line-height:60px;*/
}
/*联系我们页面*/
/*联系我们*/
.contact{
    width:100%;
    margin:0 auto;
}
.contact .title{
    width:1170px;
    margin:0 auto;
    height:180px;
    padding-top:58px;
}
.contact .title h4{
    font-size:24px;
    color:#555;
}
.contact .title p{
    color:#888;
}
.contact .bf{
    width:100%;
    background:#f8f8f8;
    height:380px;
}
.contact .bigmap{
    width:1170px;
    background: #f8f8f8;
    margin:0 auto;
}
.contact .bigmap .center{
    width:100%;
}
.contact .bigmap .center .left{
    width:50%;
    height:350px;
    float:left;
}
.contact .map .center .right{
    width:50%;
    height:350px;
    float:left;
}
.left .map{
    width:100%;
    height:350px;
}
.contact .bigmap .center .right{
    height:350px;
    width:50%;
    float:left;
}
.contact .bigmap .center .right .n{
    padding-top:50px;
    float:left;
    padding-left:50px;
}
.contact .bigmap .center .right .n h4{
    font-size:18px;
    color:#555;
    font-weight: bold;
    width:500px;
}
.contact .bigmap .center .right .n1 {
    float:left;
    padding:30px 50px;
}
.contact .bigmap .center .right .n1 p{
    line-height:36px;
}
.contact .bigmap  .center .left1{
    width:50%;
    height:350px;
    float:left;
    padding-top:60px;
}
.left1 .map{
    width:100%;
    height:350px;
}
.contact .bigmap  .center .right1{
    height:350px;
    width:50%;
    float:left;
}
.contact .bigmap  .center .right1 .n{
    padding-top:190px;
    float:left;
    padding-left:60px;
}
.contact .bigmap  .center .right1 .n h4{
    font-size:18px;
    color:#555;
    font-weight: bold;
    width:500px;
}
.contact .bigmap  .center .right1 .n1 {
    float:left;
    padding:30px 60px;
}
.contact .bigmap  .center .right1 .n1 p{
    line-height:24px;
    color:#888;
}
/*联系我们 end*/
/*招纳贤士*/

.job-title{
    width:1170px;
    margin:0 auto;
}
.job-title >div{
    padding:60px 0;
}
.job-title h4{
    font-size:24px;
    color:#555;
}
.job-title p{
	color:#888;
}
.f8{
    width:100%;
    background:#f8f8f8;
}
.job{
    width:1170px;
    background:#f8f8f;
    margin:0 auto;
}
.job h4{
    font-size:16px;
}
.job .pcb{
    padding-top:15px;
    padding-bottom:55px;
}
.job .pcb .list1{
    padding-top:40px;
}
.job .pcb .list1 .h{
    padding-top:30px;
}
.job .pcb .list1 p{
    color:#888;
    line-height:35px;
}
/*招纳贤士 end*/
/*联系我们页面 end*/
/*技能培训*/
.skill{
    width:1170px;
    margin:0 auto;
}
.skill .title{
    text-align: center;
    padding:60px 0;
}
.skill .title h4{
    font-size: 24px;
    color:#555;
}
.skill .title p{
    color:#888;
}
.skill .font{
    padding-bottom:60px;
}
.skill .font p{
    color:#888;
    line-height:24px;
}
.skill .list{
    width:100%;
    overflow:hidden;
}
.skill .list .box{
    width:100%;
    box-sizing: border-box;
    margin-right: -30px;
}
.skill .list .box li{
    width:33.33%;
    float:left;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom:30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.skill .list .box li h4{
    color:#555;
    font-size: 16px;
    padding:30px 0 20px 0;
    text-align:center;
}
.skill .list .box li .box-li{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.skill .list .box li .box-li:hover img{
    transform: scale(1.1);
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.skill .list .box li .box-li p{
    color:#888;
   /* padding-left:30px;*/
    text-align: center;
}
.skill .list .box li .box-li .pp{
    padding:20px 20px 0 20px;
}
.skill .list .box li .box-li:hover{
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.skill .list .box li .box-li:hover h4{
    color:#2e93ff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.skill .list .box li .box-li .top{
    overflow: hidden;
    box-sizing: border-box;
    height: 190px;
}
.skill .list .box li .box-li .top img{
    height:100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.skill-bottom{
    padding-bottom:30px;
    border-bottom:1px solid  #eeeeee;
    border-left:1px solid  #eeeeee;
    border-right:1px solid  #eeeeee;
}
.skill-bottom img{
    padding-left:30px;
}
 .page{
    padding:60px 0;
    width:1170px;
    margin:0 auto;
}
 .page .center{
    margin:0 auto;
	text-align:center;
}
 .page .center .page-list{
    margin:0 auto;
    height:40px;
    /* width:400px; */
	overflow: hidden;
	display:inline-block;
}
 .page .page-list li{
    float:left;
    margin-left:10px;
    cursor:pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;


}
 .page .page-list .previous{
    width:70px;
    line-height:40px;
    border-radius: 5px;
    background:#f8f8f8;
    text-align: center;
}

 .page .page-list .pagep{
    background:#f8f8f8;
    width:40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

 .page .page-list .active{
    color:#fff;
    background:#2e93ff;
	
}
 .page .page-list li:hover{
    color:#fff;
    background:#2e93ff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*技能培训 end*/
/*产品方案页面*/
.product{
    margin:0 auto;
    overflow: hidden;
}
.product .left{
    width:200px;
    float:left;
    padding:60px 0;
    padding-left:10px;
}
.product .left .box{

    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
}

.product .left .box li{
    line-height:50px;
    border-bottom:1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:50px;
    color:#888;
}
.product .left .box li i{
    float:right;
    padding-right:30px;
    font-size:1px;
}
.product .left .box li .q1{
    max-width:147px;
    padding: 0 15px;
    float:left;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product .left .box li .q2{
    float:left;
    float:right;
    padding-right:30px;
}
.product .left .box .active{
    background:#2e93ff;
    color:#fff;
    border-color:#2e93ff;
}
.product .left .box .active i{
    font-size:1px;
    padding-right:30px;
    float: right;
}
.product .left .box li:last-child{
    border:none;
}
.product .left .box li:hover{
    background:#2e93ff;
    color:#fff;
    border-color:#2e93ff;
}
.product .right{
    float:left;
    width:970px;
    padding-left:60px;
    padding-bottom:60px;
}
.product .right .title{
    padding:60px 0;
    text-align: center;
}
.product .right .title h4{
    font-size:24px;
    color:#555;
}
.product .right .title p{
    padding-top:15px;
}
.product .right .font{
    line-height:24px;
    color:#888;
}
.product .right .photo{
    padding-top:60px;
}
.product .right .photo .dd p {
    padding-top:60px;
    padding-bottom:60px;
    color:#888;
}
/*产品方案页面 end*/
/*产品方案页面*/
.business{
    width:1170px;
    margin:0 auto;
}
.business .title{
    text-align: center;
    padding: 60px 0;
}
.business .title h4{
    font-size: 24px;
    color: #555;
}
.business .title p{
    color:#888;
}
.business .font{
    padding-bottom: 60px;
    color:#888;
}
.business .font p{
    line-height:24px;

}
.business .list{
    width: 100%;
    overflow: hidden;
    padding-bottom:40px;
}
.business .list .box{
    /* width: 100%; */
    box-sizing: border-box;
    /* margin-right: -30px; */
	margin:-15px;
}
.business .list .box li{
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.business .list .box .bottom{
    height:70px;
}
.business .list .box .bottom p{
    font-size:18px;
    color:#555;
    text-align: center;
    line-height:70px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}
.business .list .top{
    height:270px;
    overflow: hidden;
}
.business .list .top img{
    height:100%;
}
.business .box-li{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
}
.business .box-li:hover{
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.business .list .box-li:hover p {
    color:#2e93ff;
}
.business .list .box-li img{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    width:100%;
}
.business .list .box-li:hover img{
    transform: scale(1.1);
    overflow: hidden;
}
/*产品方案页面 end*/
/*研发用品页面*/
.research{
    width:1170px;
    margin:0 auto;
}
.research .title{
    padding-top:60px;
    text-align: center;
}
.research .title h4{
    font-size:24px;
    color:#555;
}
.research .title p{
    color:#888;
}
.research .h{
    padding-top:60px;
    color:#888;
    line-height: 24px;
}
.research  .switch{
   /* overflow: hidden;*/
    padding-top:60px;
}
.research  .switch ul{
    width:100%;
    margin:-10px;
    box-sizing: border-box;
}
.research  .switch ul li{
    width:25%;
    float:left;
    padding:10px;
    box-sizing: border-box;
}
.research  .switch ul li .replace{
    box-sizing: border-box;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
	  -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.research  .switch ul li .replace:hover{
	margin-top:-10px;
	  -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.clearfix{
    clear:both;
}
.research  .switch ul li .replace .top{
    padding-top:30px;
    padding-left:20px;
    color:#444;
    font-weight: bold;
    font-size:18px;
}
.research  .switch ul li .replace .tool{
    padding-left:10px;
    padding-top:30px;
    height:240px;
    color:#888;
	overflow: hidden;
}
.research  .switch ul li .replace .tool li{
    width:250px;
    height:35px;
    margin-top:10px;
}
.research  .switch ul li .replace .tool li .list{
    width:90px;
    height:35px;
    border:1px solid #eee;
    float:left;
    margin-left:10px;
    margin-top:10px;
}
.research  .switch ul li .replace .tool li .list p{
    line-height:35px;
    text-align: center;
}
.research  .switch ul li .replace .tool li .list1{
    width:120px;
    height:35px;
    border:1px solid #eee;
    float:left;
    margin-left:10px;
    margin-top:10px;
}
.research  .switch ul li .replace .tool li .list1 p{
    line-height:35px;
    text-align: center;
}
.replace .im{
    width:250px;
    text-align: center;
}
.replace .im .bg{
    height:80px;
    background-image:url(../images/bg1.jpg);
    background-repeat:no-repeat;
}
.replace .im h4{
   font-size: 20px;
    color:#444;
    font-weight: bold;
    padding-top:30px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.replace .d-button{
    width:40px;
    height:40px;
    background:#2e93ff;
    margin-left:20px;
}
.replace .d-button i{
    color:#fff;
    font-size:1px;
    line-height:40px;
    margin:0 auto;
    display:block;
    text-align: center;
}
.replace .d-button:hover{
    -webkit-box-shadow: -2px -2px 15px 1px rgba(46, 147, 255, 0.05), 2px 2px 15px 1px rgba(46, 147, 255, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(46, 147, 255,.05), 2px 2px 15px 1px rgba(46, 147, 255, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(46, 147, 255, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
}
.replace .d-button p{
    color:#fff;
    width:6px;
    heihgt:10px;
    margin:0 auto;
    line-height:40px;
}
.replace .img{
    margin-left:43px;
    height:250px;
}
.replace .img img{
    padding-top:15px;
}
/*研发用品页面 end*/
/*研发用品-列表页面*/
.consumables{
    width:1170px;
    margin:0 auto;
	overflow: hidden;
}
.consumables .title{
    padding:60px;
    text-align: center;
}
.consumables .title h4{
    font-size:24px;
    color:#555;
}
    .consumables .title p{
        color:#888;
    }
.consumables .box{
    width:1170px;
}
.consumables .box ul{
    width:100%;
    height:300px;
    box-sizing: border-box;
    /*margin: -15px;*/
}
.consumables .box ul li{
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 15px;
    padding-bottom: 30px;
}
.consumables .box ul li .wrench{
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.bottom{
	width:95%;
}
/*.consumables  .box ul li .wrench:hover{
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
}*/
.consumables  .box ul li .wrench img{
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.consumables  .box ul li .wrench:hover img{
    transform: scale(1.1);
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.consumables .box ul li .wrench .top{
   
    overflow: hidden;
   /* background:#eee;*/
    background:#fff;
    text-align: center;
	width:270px;
	height:180px;
}
.consumables .box ul li .wrench .top img{
    height:auto;
    height: 90%;
    margin-top:10px;

}
.consumables .box ul li .wrench .bottom h5{
    height:100px;
    font-size: 16px;
    color:#555;
    padding-top:30px;
    padding-left:5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.consumables .box ul li .wrench .bottom p{
    color:#2e93ff;
    font-size: 20px;
    line-height: 24px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:5px;
}
/*研发用品-列表页面  end*/
/*研发用品-详情  页面*/
.combination{
    width:100%;
    background:#f8f8f8;
}

.combination .combination-title{
    width:1170px;
    margin:0 auto;
    padding:60px 0;
    overflow: hidden;
}
.combination .combination-title .lun{
    width: 570px;
    height: 360px;
    background-color: #fff;
    float:left;
    position:relative;
}
.lun .slick-list {
    height:360px;
}
.lun .slick-list .slick-slide {
    height:360px;
}
.lun .slick-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    z-index: 2;
    color:#888;
}
.lun{
    height:360px;
}

.lun img{
    margin:0 auto;
    width:314px;
    heigth:273px;
    display:inline-block;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    padding-top:40px;
}
.lun .x {
     -webkit-transform: rotate(0deg) !important;
     -moz-transform: rotate(0deg) !important;
     -ms-transform: rotate(0deg) !important;
     -o-transform: rotate(0deg) !important;
     transform: rotate(0deg) !important;
     font-size:20px;
}
.lun .slick-next {
    font-size: 20px;
    color: #888;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    z-index: 2;
}
.combination .combination-title .right1{
    float:left;
    width:600px;
}
.combination .combination-title .right1 .top{
    margin-top:10px;
    padding-left:60px;
}
.combination .combination-title .right1 .top h4{
    font-size: 24px;
    color: #444;
}
.combination .combination-title .right1 .top span{
    padding-top:5px;
    display: block;
}
.combination .combination-title .right1 .top .zj{
    padding-top:20px;
    line-height: 24px;
    color: #888888;
}
.combination .combination-title .right1 .top .pinpai{
    color: #888888;
    padding-top:15px;
}
.combination .combination-title .right1 .top .pinpai p{
    lin-height:24px;
    padding-top:10px;
}
.combination .combination-title .right1 .top .an{
    width:150px;
    height:40px;
    background:#0086e5;
    margin-top:20px;
}
.combination .combination-title .right1 .top .an i{
    font-size: 10px;
    padding-right:5px;
}
.combination .combination-title .right1 .top .an p{
    color:#fff;
    text-align: center;
    line-height:40px;
}
.main-window{
    width:1170px;
    margin:0 auto;
}
.main-window h4{
    font-size: 16px;
    color: #555;
}
.main-window .title{
    padding-top:60px;
}
.main-window p{
    color:#888;
    padding-top:30px;
    line-height: 24px;
}
.main-window .parameter{
    padding-top:40px;
}
.main-window .parameter table{
    color:#888;
   margin-top:20px;
    line-height: 24px;
}
.main-window .parameter table td,th{
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    height:40px;
    line-height:40px;
    padding-left:20px;
}
.main-window .product-use h4{
    font-size: 16px;
    color: #555555;
}
.main-window .product-use h4 p{
    line-height: 24px;
    color: #888888;
}
.main-window .title .c{
    padding-top:30px;
    margin-right:30px;
    box-sizing: border-box;
}
.main-window .title .c img{
    padding-right:30px;
    box-sizing: border-box;
    width:280px;
    height:180px;
}
.main-window .title .c img:last-child{
    padding-right:0;
}
.main-window .method{
    padding-top:60px;
    padding-bottom:60px;
}
.main-window .method h4{
    line-height: 24px;
    color: #555;
}
/*研发用品-详情  页面 end*/
/*pcb  页面*/
.company-introduction{
    width:1170px;
    overflow: hidden;
    margin:0 auto;
}
.company-introduction .title{
    padding-top:60px;
    text-align: center;
}
.company-introduction .title h4{
    font-size: 24px;
    color: #555555;
}
.company-introduction .title p{
    color: #888888;
}
.pcb .pcb-box{
    width:1170px;
    margin-right:-30px;
    margin:0 auto;
    box-sizing: border-box;
    padding-top:50px;
    overflow: hidden;
}
.pcb{
    margin:0 auto;
}
.pcb .pcb-box .pcb-list{
    padding-bottom:15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
}
.pcb .pcb-box li{
    width:20%;
    height:300px;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pcb .pcb-box li .top{
    text-align: center;
    padding-top:20px;
}
.pcb .pcb-box li .top i{
    font-size:43px;
    color:#2e93ff;
}
.pcb .pcb-box li .top h5{
    padding-top:20px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.pcb .pcb-box li .top p{
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin:20px;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pcb .mainland{
    padding-top:60px;
    width:1170px;
    overflow: hidden;
    padding-bottom:60px;
}
.pcb .xian{
    margin-left:15px;
    width:1140px;
    height:2px;
    background:#f8f8f8;
    margin-top:30px;
}
.pcb .mainland .left{
    width:50%;
    float:left;
    padding-left:20px;
   /* padding-top:30px;*/
}
.pcb .mainland .left h4{
    font-size: 18px;
    color: #2e93ff;
    font-weight: bold;
}
    .pcb .mainland .left h4 span{
        font-weight: bold;
    }
.pcb .mainland .left li p{
    padding-top:20px;
    color: #888888;
}
.pcb .mainland .left .zc{
    width:240px;
    float:left;
}
.pcb .mainland .left .zc1{
    width:200px;
    float:left;
}
.pcb .right{
    width:570px;
    height:290px;
    float:left;
}
.technical{
    width:100%;
    background:#f8f8f8;
}
.technical .title{
    padding-top:58px;
    text-align: center;
    width:1170px;
    margin:0 auto;
}
.technical .title h4{
    color: #555555;
    font-size: 24px;
}
.technical .title p{
    color:#888;
}
.technical .ability {
    width:1170px;
    margin:0 auto;
}
.technical .ability .b-p h4{
    color:#2e93ff;!important;
    font-size:24px;
}
.technical .ability .top{
    padding-top:60px;
    text-align: center;
    padding-bottom:40px;
}
.technical .ability .top h4{
  /*  font-size: 18px;*/
   /* color: #888888;*/
    font-weight:bold;
}
.scroll ul .box .box-x .ly{
    padding-top:15px;
    color: #555555;
}
.process{
    width:1170px;
    margin:0 auto;
    padding-bottom:60px;
}
.process .title{
    padding-top:60px;
    text-align: center;
}
.process .title h4{
    font-size: 24px;
    color:#555;
}
.process .title p{
    color:#888;
}
.process .photo{
    padding-top:60px;
}
.process .photo img{
    margin:0 auto;
}
.quality{
    width:100%;
    margin:0 auto;
    background:#f8f8f8;
}
.quality .title{
    width:1170px;
    margin:0 auto;
    padding-top:60px;
   text-align: center;
}
.quality .title h4{
    font-size: 24px;
    color:#555;
}
.quality .title p{
    color:#888;
}
.quality .management{
    width:1170px;
    margin:0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding-top:60px;
    padding-bottom:30px;
}
.quality .management li{
    box-sizing: border-box;
    width:20%;
    float:left;
    padding-right:30px;
    padding-bottom:30px;
    padding-left:10px;

}
.quality .management li .box{
    margin:0 auto;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
    text-align: center;
    background:#fff;
}
.quality .management .box:hover{
	transform:translateY(-10px);
}
.quality .management li .box >div{
    padding-top:30px;
}
.quality .management li .box i{
    font-size:48px;
    margin:0 auto;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color:#2e93ff;
}
.quality .management li .box:hover i{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.quality .management li .box:hover span{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.quality .management li .box span{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding-bottom:20px;
    padding-top:30px;
    display: block;
    color:#888;
}
.quality .management li .box span i{
    font-size:1px;
}
.quality .management li .box p{
    font-size: 18px;
    padding-top:30px;
    color:#555;
    font-weight: bold;
}

.related{
    width:1170px;
    margin:0 auto;
    padding-bottom:60px;
}
.related .title{
    text-align: center;
    padding-top:60px;
}
.related .title h4{
    font-size: 24px;
    color:#555;
}
.related .title p{
    color:#888;
}
.related .computer{
    margin:0 auto;
    padding-top:60px;
}
.related .computer ul{
    width:100%;
}
.related .computer ul li{
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
    margin:0 auto;
}
.related .computer ul li .box{
    padding-bottom:15px;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
}
.related .computer ul li .box .top{
    height:123px;
    overflow: hidden;
}
.related .computer ul li .box .top img{
    height:123px;
    width:100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.related .computer ul li .box h6{
    padding-top:20px;
    padding-bottom:15px;
    font-size:16px;
  /*  padding-left:20px;*/
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.related .computer ul li .box p{
    margin-bottom:25px;
    color:#888;
    padding:0 20px 0 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related .computer ul li .box:hover h6{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.related .computer ul li .box:hover img{
    transform: scale(1.1);
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.computer .eng{
    width:1170px;
    clear:both;
    padding-bottom:20px;
}
.computer .eng-list{
    width:1140px;
    box-sizing: border-box;
    height:140px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    transform: translate3d(0, 0, 0);
    padding:30px;
    margin-bottom:30px;
}
.computer .eng .eng-list .in{
    width:80px;
    height:80px;
    background:#2e93ff;
    text-align: center;
    float:left;
}
.computer .eng .eng-list .in i{
    width:80px;
    height:80px;
    color:#fff;
    font-size:38px;
    margin:0 auto;
    display:inline-block;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    align-items: center;
}
.computer .eng .eng-list .yp{
    float:left;
    width:900px;
    padding-left:30px;
    line-height:24px;
    padding-top:5px;
    color:#888;
}
.pcb-master{
    background:#f8f8f8;
}
/*pcb  页面 end*/
/*仿真分析页面*/
.simulation{
    width:1170px;
    margin:0 auto;
}
.simulation .title{
    text-align: center;
    padding-top:60px;
}
.simulation .title h4{
    font-size: 24px;
    color: #555555;
}
.simulation .title p{
    font-size: 14px;
    color: #888888;
}
.simulation .content{
    width:1170px;
    padding-top:60px;
}
.simulation .content .im{
    background-image: url(../images/si.jpg);
}
.simulation .content .im .pi{
    padding-top:30px;
    position:relative;
}
.simulation .content .im .sc-box{
    position: relative;

}
.simulation .content .im i{
    padding-right:10px;
    color:#fff;
    font-size:1px;
    padding-left:30px;
}
.simulation .content .im p{
    color:#fff;
    padding-bottom:20px;
    padding-left:50px;
}
.simulation .siganl{
    padding-top:30px;
   clear:both;
    position:relative;
}
.simulation .siganl ul{
    box-sizing: border-box;
    margin:-15px;
}
.simulation .siganl ul li{
    width:50%;
    float:left;
    padding:15px;
    box-sizing: border-box;
}
.simulation .siganl ul li .box{
    height:160px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    transform: translate3d(0, 0, 0);
    padding:30px;
}
.simulation .siganl ul li .box .yuan{
    width:100px;
    height:100px;
    border-radius: 50%;
    background:#2e93ff;
    float:left;
}
.simulation .siganl ul li .box .yuan p{
    text-align: center;
    font-size: 36px;
    color: #acceff;
    line-height:100px;
}
.simulation .siganl ul li .box .analysis{
   /* float:left;*/
}
.simulation .siganl ul li .box .analysis h4{
    font-size:18px;
    color:#555;
    float:left;
    padding-left:30px;
}
.simulation .siganl ul li .box .analysis .top{
    padding-top:5px;
    height:40px;
}
.simulation .siganl ul li .box .analysis .top .int{
    float:left;
    color:#888;
    padding-left:10px;
    padding-top:3px;
}
.analysis .top .sjg{
    padding-top:10px;
}
.analysis .bottom p{
   padding-left:130px;
    color:#888;
}
.siganl img{
    position:absolute;
    left:46%;
    top:44%;
}
.company-int{
    width:100%;
    background:#f8f8f8;
    margin-top:60px;
}
.all-title{
    width:1170px;
    margin:0 auto;
    text-align: center;
    padding-top:60px;
}
.all-title h4{
    font-size: 24px;
    color: #555;
}
.all-title p{
    font-size: 14px;
    color: #888888;
}
.fx{
    width:1170px;
    margin:0 auto;
    overflow: hidden;
    /* border-bottom:1px solid #eee; */
    padding-bottom:15px;
    padding-top:60px;
}
.fx .left{
    width:50%;
    float:left;
}
/*.fx .left .top{
    width:500px;
    height: 50px;
    border-bottom:1px solid #eee;
}*/
.fx .left .top h4{
    font-size: 18px;3
    color:#555;
    font-weight: bold;
}
.fx .left .bottom{
    padding-top:30px;
    color:#888;
}
.fx .left .bottom li{
    padding-bottom:20px;
    color:#2e93ff;
	padding-left:10px;
}
.fx .right{
    width:50%;
    float:left;
}
.fx .right .top{
    width:550px;
    height: 50px;
    border-bottom:1px solid #eee;
}
.fx .right .top h4{
    font-size: 18px;
    color:#555;
    font-weight: bold;
}
.fx .right .bottom{
    padding-top:30px;
    color:#888;
}
.fx .right .bottom p{
    padding-left:15px;
}
.fx .right .bottom li{
    width:500px;
    padding-bottom:40px;
}
.fx .right .bottom i{
    font-size:1px;
}
.fx .right .bottom li .i1{
    float:left;
    width:240px;
    position:relative;
}
.fx .right .bottom li .i2{
    float:left;
    width:260px;
    padding-left:10px;
    position:relative;
}
/*.anli{
    width:1170px;
    margin:0 auto;
    padding-top:60px;
}*/
.anli{
    width:1170px;
    height:350px;
    margin:0 auto;
   /* overflow: hidden;*/
    /* padding-top:30px; */
    padding-left:35px;

}
.anli h4{
    font-size: 18px;
    color:#555;
    font-weight: bold;
}
.anli .a1{
    width:100%;
   /* height:250px;*/
    margin-right: -30px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.anli .a1 >div{
    width:25%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.anli .list{
    padding-left:8px;
}
.anli .list .ju{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    transform: translate3d(0, 0, 0);
    width:250px;
    height:220px;
    background:#fff;
}
.anli .list p{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding:30px 0;
    text-align: center;
   /* font-weight: bold;*/
}
.ov{
    overflow: hidden;
    height:150px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.antom{
    height: 320px;
   /* overflow: hidden;*/
    margin: 30px 0 60px 0;
    position:relative;
}
.antom .slick-prev {
    position: absolute;
    top: 32%;
    left:-30px;
    margin-top: -10px;
    z-index: 2;
    color: #888;
}
.antom .slick-prev:hover{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.antom .x {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.antom .slick-next {
   /* font-size: 20px;*/
    color: #888;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 32%;
    right: -18px;
    margin-top: -10px;
    z-index: 2;
    /*left:10%;*/
}
.antom .slick-next:hover{
    color:#2e93ff;
}
.antom .slick-list {
    height: 360px;
}
.ju:hover p{
    color:#2e93ff;
}
.ju img{
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.ju:hover img{
    transform: scale(1.1);
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.business .font h4{
    font-size: 18px;
    color: #555555;
    padding-left:10px;
    font-weight: bold;
}
.business .pi{
    padding-bottom:30px;
}
.electromagnetic{
    width:100%;
    background:#f8f8f8;
}
.compatibility{
    width:1170px;
    margin:0 auto;
   overflow: hidden;
    padding-top:60px;
}
.compatibility .left h4{
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.compatibility .dc{
    padding-top:30px;
    line-height: 24px;
    width:450px;
    color:#888;
}
.compatibility .dc1{
    line-height: 24px;
    width:450px;
    color:#888;
}
.compatibility .left{
    float:left;
    width:50%;
    padding-right:60px;
    box-sizing: border-box;
}
.compatibility .left .ig{
    width:450px;
    height:220px;
}
.compatibility img{
    padding-top:30px;
}
.compatibility .right1{
    margin-left:-60px;
}
.compatibility .right{
    float:left;
    width:50%;
    position:relative;
    box-sizing: border-box;
    padding-bottom:50px;
}

.compatibility .right .emc1{
    width:300px;
    background:#fff;
    float:left;
}
.compatibility .right .emc1 .top {
    height:60px;
    background:#2e93ff;
}
.compatibility .right .emc1 .top p{
    color:#fff;
    line-height:60px;
    font-size: 18px;
    padding-left:30px;
}
.compatibility .right .emc2{
    width:300px;
    background:#fff;
    float:left;
    margin-top:40px;
}
.compatibility .right .emc3{
   /* height:230px;*/
    width:300px;
    margin-top:170px;
    margin-left:340px;
    background:#fff;
}
.compatibility .yuan{
    position:absolute;
    bottom:0;
    left:0;
    border-radius: 50%;
    width:106px;
    height:106px;
    background:#fff;
    z-index:99;
    left:43%;
    top:45%;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
}
.compatibility .sqa-yuan{
    position:absolute;
    bottom:0;
    left:0;
    border-radius: 50%;
    width:106px;
    height:106px;
    background:#fff;
    z-index:99;
    top:40%;
    left:40%;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
}
.compatibility .sqa-yuan p{
    font-size: 36px;
    color: #2e93ff;
    line-height:106px;
    text-align: center;

}
.compatibility .yuan i {
    font-size: 60px;
    color: #2e93ff;
    position: absolute;
    left:20%;
    top:20%;
}
.emc1 ul{
    padding:30px 30px 0 30px;
    color:#888;
}
.emc1 ul li{
    padding-bottom:20px;
}
.compatibility .right .emc2 .top {
    height:60px;
    background:#2e93ff;
}
.compatibility .right .emc2 .top p{
    color:#fff;
    line-height:60px;
    font-size: 18px;
    padding-left:30px;
}
.compatibility .right .emc2 .wb {
    padding:30px 20px 30px 20px;
}
.compatibility .right .emc2 .wb p{
    line-height: 24px;
    color: #888888;
}
.compatibility .right .emc3 .top {
    height:60px;
    background:#2e93ff;
}
.compatibility .right .emc3 .top p{
    color:#fff;
    line-height:60px;
    font-size: 18px;
    padding-left:30px;
}
.compatibility .right .emc3 .wb p{
    line-height: 24px;
    color: #888888;
   /* width:238px;*/
    padding:30px 10px 80px 20px;
}
.design{
    width:1170px;
    margin:0 auto;
}
.compatibility .sqa{
    padding-top:40px;
    margin:-15px;
    box-sizing: border-box;
   overflow: hidden;
    position:relative;
}
.compatibility .sqa .sqa1{
    float:left;
    width:50%;
    padding:15px;
}
.sqa1 .dfa{
    background:#2e93ff;
    height:140px;
}
.sqa1 .dfa h4{
    font-size: 30px;
    color: #ffffff;
    opacity: 0.3;
    padding:30px 0 0 20px;
}
.sqa1 .dfa .qua{
    color: #ffffff;
    padding-left:20px;
}
.sqa1 .dfa .qua1{
    font-size: 16px;
    color: #ffffff;
    padding:10px 0 0 20px;
}
.sqa1 .dfa1{
    background:#2e93ff;
    height:140px;
}
.sqa1 .dfa1 h4{
    font-size: 30px;
    color: #ffffff;
    opacity: 0.3;
    padding:0 30px;
    text-align: right;
    padding-top:30px;
}
.sqa1 .dfa1 .qua{
    color: #ffffff;
    padding:0 30px;
    text-align: right;
}
.sqa1 .dfa1 .qua1{
    font-size: 16px;
    color: #ffffff;
    padding-top:10px;
    padding-right:30px;
    text-align: right;
}
.compatibility .right .f-box{
    width:500px;
    height:140px;
    background:#2e93ff;
    margin-top:55px;
}
.compatibility .right .f-box .box-title{
    padding-top:20px;
    padding-left:10px;
}
.compatibility .right .f-box p{
    color:#fff;
    padding-bottom:10px;
}
/*仿真分析页面 end*/
/*行业应用详情*/
.indestry{
    width:1170px;
    margin:0 auto;
    overflow: hidden;
    padding-bottom:60px;
}
.indestry .in-list{
    width: 1170px;
    padding-top:60px;
    margin: 0 auto;
}
.indestry .in-list .box{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.indestry .in-list .box ul{
    box-sizing: border-box;
}
.indestry .in-list .box ul li{
    float: left;
    width: 33.33%;
    padding:15px;
    box-sizing: border-box;
    position: relative;
}
.indestry .in-list .box ul li .list{
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
}
.indestry .in-list .box ul li .list .top{
    width:100%;
    height:175px;
    overflow: hidden;
}
.indestry .in-list .box ul li .list .top img{
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.indestry .in-list .box ul li .list h4{
    font-size: 16px;
    color: #555555;
    padding-top:30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.indestry .in-list .box ul li .list p{
    padding:20px 30px 40px 30px;
}
.indestry .in-list .box ul li .list:hover{
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.indestry .in-list .box ul li .list:hover h4{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.indestry .in-list .box ul li .list:hover img{
    transform: scale(1.1);
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
/*行业应用详情 end*/

/*制造加工页面*/
.manufacturing{
    width:1170px;
    margin:0 auto;
}
.introduction{
    width:100%;
    padding-top:60px;
    overflow: hidden;
}
.introduction .left{
    width:350px;
    float:left;
}
.introduction .left h4{
    font-size: 18px;
    color: #2e93ff;
    font-weight: bold;
}
.introduction .left .p-list{
    padding-top:40px;
}
.introduction .left .p-list p{
    padding-bottom:20px;
    color:#888;
    position:relative;
    padding-left:5px;
}
.introduction .left .p-list p:before{
    content:"";
    width:4px;
    height:4px;
    background:#2e93ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position:absolute;
    top:7px;
    left:0;
}
.introduction  .center{
    float:left;
    width:600px;
}
.introduction  .center .box{
    float:left;
    width:120px;
    height:120px;
}
.introduction  .center .box p{
    text-align: center;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    line-height:120px;
}
.introduction  .center .box img{
    height:100%;
}
.introduction  .right{
    width:220px;
    float:left;
}
.introduction  .right .z1{
    float:left;
    width:100px;
    margin-left:40px;
}
.introduction  .right .z1 p{
    padding-bottom:20px;
}
.introduction  .right .r1{
    padding-bottom:20px;
    color: #888888;
}
.introduction  .right .r1 p{
    padding-bottom:20px;
}
.man-photo{
    padding-top:50px;
    overflow: hidden;
}
.man-photo ul{
    box-sizing: border-box;
    margin-right: -30px;
}
.man-photo ul li{
    float: left;
    width: 20%;
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
}
.kf{
    text-align: center;
    font-size: 22px;
    color: #555555;
    padding-bottom:60px;
}
.kf p{
    padding-bottom:20px;
    font-weight: bold;
    color:#2e93ff;
}
.plate{
    width:100%;
    background:#f8f8f8;
}
.making{
    width:1170px;
    margin:0 auto;
    overflow: hidden;
}
.making .making-list{
   margin-top:30px;
    overflow: hidden;
    color:#888;
}
.making h4{
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    padding-top:60px;
}
.making .t1{
     float:left;
}
.making .t2{
    float:left;
    margin-left:30px;
}
.plate .making table{
    width:300px;
}
.plate .making tbody{
    width:300px;
}
.plate .making tbody td, th {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.plate .making tbody .w1{
    padding-left:20px;
    line-height:40px;
}
.plate .making tbody tr .w2{
    height:50px;
    padding-left:20px;
    margin:0 auto;
    display:inline-block;
    display: table-cell;
    vertical-align: middle;
    align-items: center;
}
.plate .making tbody tr .w3{
    height:88px;
    padding-left:20px;
    margin:0 auto;
    display:inline-block;
    display: table-cell;
    vertical-align: middle;
    align-items: center;
}
.plate .making tbody tr:nth-child(n){
    background-color:#fff;
}
.plate .making tbody tr:nth-child(2n){
    background-color:#f0f7ff;
}
.tb-list{
    margin-left:50px;
    float:left;
}
 .tb-list >div {
    padding-bottom:30px;
    color: #888888;
}
.plate .yp{
    padding-top:40px;
    width:1170px;
    margin:0 auto;
}
.yp h4{
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.yang-box .yang{
    width:100%;
    height:300px;
    position: relative;
}
.yang .slick-prev {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 27%;
    left:-30px;
    font-size:28px;
    margin-top: -10px;
    z-index: 2;
    color: #888;
}
.yang .slick-prev:hover{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.yang .slick-prev,.slick-next{
    width:35px;
}
.yang .slick-next {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 26%;
    right:-100px;
    font-size:28px;
    margin-top: -10px;
    z-index: 2;
    color: #888;


   /* font-size: 28px;
    color: #888;
    width: 100px;
    height: 100px;

    position: absolute;
    top: 24%;
    right: -100px;
    z-index: 2;
    font-size:28px;
    margin-top:-10px;*/
}
.yang .slick-next:hover{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.yang .slick-list {
    height: 300px;
}
.yang-box {
    margin: 0 -15px;
    padding-top:30px;
}
.yang .slick-slide {
    padding: 0 15px;
}
.yang .jqthumb{
    width:100%;
    height:300px;
}
.yang .kk{
   width:100%;
}
.yang .kk .y-box{
    height: 210px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    transform: translate3d(0, 0, 0);
    background:#fff;
}
.yang  .kk .y-box:hover p{
    color:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.yang  .kk .y-box p{
   /* padding-left:20px;*/
    line-height:60px;
    text-align: center;
    font-size: 16px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.yang  .kk .y-box .top{
    height:150px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.yang  .kk .y-box .top img{
    width:100%;
    height:100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.yang  .kk .y-box:hover img{
    transform: scale(1.1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.hj{
    width:100%;
    background:#fff;
}
.stm{
    width:1170px;
    margin:0 auto;
    clear:both;
}
.stm .title h4{
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.capability-box{
    padding-top:30px;
    width:1170px;
    overflow: hidden;
    padding-bottom:10px;
}
.capability-box .left{
    width:970px;
    float:left;
    margin-left:2px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    transform: translate3d(0, 0, 0);
    position:relative;
}
.capability-box .left .shu{
    width:233px;
    height:248px;
    background-image: url(../images/shu.png);
    position:absolute;
    right:2%;
    bottom:0;
}
.tb-list1{
    padding-left:30px;
    float:left;
}
.tb-list1 >div {
    padding-bottom:20px;
    color: #888888;
}
.c-max{
    padding:30px;
}
.c-max .size{
    padding-bottom:20px;
    color: #888888;
    font-size:16px;
}
.c-max .size:last-child{
    padding-bottom:0;
}
.material{
    width:100%;
    background:#f8f8f8;
    margin:0 auto;
    position:relative;
    overflow: hidden;
}
.material .dt{
    width: 453px;
    height: 263px;
    background-image: url(../images/dt.png);
    position: absolute;
    right: 20%;
    top:16%;
}
.electronic{
    width:1170px;
    margin:0 auto;
}
.electronic h6{
    font-size: 18px;
   /* color: #555555;*/
    color:#2e93ff;
    font-weight: bold;
}
.e-box{
    margin-top:40px;
    color:#888;
}
.e-box .e-list{
    padding-bottom:20px;
}
.e-box .e-list p{
    position:relative;
    padding-left:10px;
}
.e-box .e-list p:before{
    content:"";
    width:4px;
    height:4px;
    background:#2e93ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position:absolute;
    top:7px;
    left:0;
}
.e-box .e-list:last-child{
    padding-bottom:0;
}
.implement{
    width:1170px;
    overflow: hidden;
    margin:0 auto;
    padding-top:60px;
    padding-bottom:30px;
}
.implement .box{
    box-sizing: border-box;
    margin-right: -30px;
}
.implement .box li{
    width: 12.5%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.implement .box li .box-li{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    transform: translate3d(0, 0, 0);
    height:120px;
    width: 12.5%;
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    background:#fff;
}
.implement .box li .box-li .cz{
  /*  width:40px;*/
    height:40px;
   /* display:inline-block;*/
    display:table;
  /*  vertical-align:middle;*/
    text-align: center;
    margin:0 auto;
    align-items: center;
    position:relative;

}
.implement .box li .box-li .cz img{
   /* height:35px;*/
    /*display:inline-block;*/
    margin:0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    align-items: center;
}

.implement .box li .box-li i{
    text-align: center;
    margin:0 auto;
    font-size:40px;
    color:#2e93ff;
}
.implement .box li  p{
    width:100%;
   /* text-align: center;
    position:absolute;
    bottom:-20px;
    left:0;*/
    padding-top:10px;

}
/*制造加工页面 end*/


/*制造加工  侧边栏*/
.pcb-left-side{
    width:70px;
    /* height:240px;*/
    background:#FFE69F;
    margin: auto 0;
    background: #fff;
    -webkit-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 5%;
    top:50%;
    margin-top:-140px;
    z-index: 9999;
}
.pcb-left-side .font .yw{
    padding-top:14px;
    width:40%;
    margin: 0 auto;
}
.pcb-left-side .pc-left-side-item {
    width: 100%;
    height: 60px;
    border-bottom:1px solid #ebebeb;
    cursor: pointer;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.pcb-left-side .active{
    background:#2e93ff;
    color:#fff;
}
.pcb-left-side .pc-left-side-item:last-child{
    border:none;
}
.pcb-left-side .pc-left-side-item:hover{
    color:#fff;
    background:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.pcb-left-side .pc-left-side-item .item-tel{
    padding-top:15px;
}
.pcb-left-side .pc-left-side-item > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.pcb-left-side .pc-left-side-item p{
    line-height:60px;
}
/*制造加工  侧边栏 end*/


/*pcb设计侧边栏*/

.p-left-side{
    width:70px;
    /* height:240px;*/
    background:#FFE69F;
    margin: auto 0;
    background: #fff;
    -webkit-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 5%;
    top:50%;
    margin-top:-140px;
    z-index: 9999;
}
.p-left-side .font .yw{
    padding-top:12px;
    width:40%;
    margin:0 auto;
}
.p-left-side .p-left-side-item {
    width: 100%;
    height: 60px;
    border-bottom:1px solid #ebebeb;
    cursor: pointer;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.p-left-side .active{
    background:#2e93ff;
    color:#fff;
}
.p-left-side .p-left-side-item:last-child{
    border:none;
}
.p-left-side .p-left-side-item:hover{
    color:#fff;
    background:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.p-left-side .p-left-side-item .item-tel{
    padding-top:15px;
}
.p-left-side .p-left-side-item > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.p-left-side .p-left-side-item p{
    line-height:60px;
}

.san{
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    width: 0;
    height: 0;
    position:absolute;
    top:48%;
    left:82%;
}
.san1{
    border: 5px solid transparent;
    border-top: 5px solid #444;
    width: 0;
    height: 0;
    position:absolute;
    top:30%;
    left:82%;
}
.san2{
    border: 5px solid transparent;
    border-top: 5px solid #444;
    width: 0;
    height: 0;
    position:absolute;
    top:40%;
    left:70%;
}
.san3{
    border: 5px solid transparent;
    border-top: 5px solid #444;
    width: 0;
    height: 0;
    position:absolute;
    top:42%;
    left:70%;
}
.sanjiao{
    border: 5px solid transparent;
    border-top: 5px solid #444;
    width: 0;
    height: 0;
    position:absolute;
    top:42%;
    left:70%;
}
.simulation .content .im .pi .s{
    border: 5px solid transparent;
    border-top: 5px solid #444;
    width: 0;
    height: 0;
    position:absolute;
}


.san4{
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    width: 0;
    height: 0;
    position:absolute;
    margin-right: 10px;
    margin-left: 30px;
    top:10%;
}

.san5{
    border: 5px solid transparent;
    border-right: 5px solid #888;
    width: 0;
    height: 0;
    position:absolute;
    top:20%;
}
.email i{
    padding-left:20px;
    font-size:8px;
    padding-top:3px;
}
.footer .right .email{
    float:left;
    color:#fff;
    width:50px;
}
.aside-item .qr-img {
     width: 120px;
       height: 120px;
     -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -ms-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
     position: absolute;
     right:-30px;
     top:0px;
     z-index:-1;
     opacity: 0;
     /* top: 50%;*/
     /* z-index: -8;*/
 }
.aside-item .qr-img img{
    width:120px;
}
/*pcb设计侧边栏 end*/

/*仿真分析侧边栏*/
.p-left-side1{
    width:70px;
    /* height:240px;*/
    background:#FFE69F;
    margin: auto 0;
    background: #fff;
    -webkit-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 5%;
    top:50%;
    margin-top:-140px;
    z-index: 9999;
}
.p-left-side1 .font .yw{
    padding-top:14px;
}
.p-left-side1 .p-left-side-item1 {
    width: 100%;
    height: 60px;
    border-bottom:1px solid #ebebeb;
    cursor: pointer;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.p-left-side1 .active{
    background:#2e93ff;
    color:#fff;
}
.p-left-side1 .p-left-side-item1:last-child{
    border:none;
}
.p-left-side1 .p-left-side-item1:hover{
    color:#fff;
    background:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.p-left-side1 .p-left-side-item1 .item-tel{
    padding-top:15px;
}
.p-left-side1 .p-left-side-item1 > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.p-left-side1 .p-left-side-item1 p{
    line-height:60px;
}
/*仿真分析侧边栏*/


.sidebar{
    width:70px;
    /* height:240px;*/
    background:#FFE69F;
    margin: auto 0;
    background: #fff;
    -webkit-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 20px 1px rgba(0, 0, 0, 0.05), 2px 2px 20px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 5%;
    top:50%;
    margin-top:-140px;
    z-index: 9999;
}
.sidebar .font .yw{
    padding-top:12px;
    width:50%;
    margin:0 auto;
}
.sidebar .sidebar-page {
    width: 100%;
    height: 60px;
    border-bottom:1px solid #ebebeb;
    cursor: pointer;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.sidebar .active{
    background:#2e93ff;
    color:#fff;
}
.sidebar .sidebar-page:last-child{
    border:none;
}
.sidebar .sidebar-page:hover{
    color:#fff;
    background:#2e93ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.sidebar .sidebar-page .item-tel{
    padding-top:15px;
}
.sidebar .sidebar-page > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.sidebar .sidebar-page p{
    line-height:60px;
}
/*仿真分析侧边栏*/


/*关于我们服务优势*/
/*服务优势*/
.hp-service-a1{
    width:100%;
    background:#f8f8f8;
}
.hp-service-a1 .center{
    width:1170px;
    margin:0 auto;
    box-sizing: border-box;
}
.hp-service-a1 .center .title{
    width: 1170px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;

}
.hp-service-a1 .center .title h4{
    margin: 0 auto;
    font-size: 30px;
    color: #555;
    padding-top:60px;
}
.hp-service-a1 .center .title p{
    color: #999;
    margin-top: 10px;
}
.hp-service-a1 .center .service-box {
    width:100%;
    /* height:350px;*/
    margin-top:60px;
    margin-right: -10px;
    overflow: hidden;
}
.hp-service-a1 .center .service-box  ul{
    box-sizing: border-box;
    margin-right: -10px;
}
.hp-service-a1 .center .service-box ul li{
    width:25%;
    padding-right:10px;
    float:left;
    cursor: pointer;
}
.hp-service-a1 .center .service-box ul li > div{
    width: 100%;
    padding-bottom:60px;
}
.hp-service-a1 .center .service-box .icon-box {
    width: 100%;
    height: 160px;
    line-height: 160px;
    color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.hp-service-a1 .center .service-box .icon-box::after {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    /*background: #17d7f8;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hp-service-a1 .center .service-box .icon-box svg {
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.hp-service-a1 .center .service-box .service-descri {
    width: 100%;
    /*height: 150px;*/
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;

}
.hp-service-a1 .center .service-box .service-descri::after {
    content: "";
    display: block;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.hp-service-a1 .center .service-box .service-descri em {
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.hp-service-a1 .center .service-box .service-descri p {
    margin-top: 20px;
    color: #888;
    /* opacity: 0;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.hp-service-a1 .center .service-box li:hover .icon-box::after {
    -webkit-transform: scale(2.2,2.2);
    -moz-transform: scale(2.2,2.2);
    -ms-transform: scale(2.2,2.2);
    -o-transform: scale(2.2,2.2);
    transform: scale(2.2,2.2);
}*/
.hp-service-a1 .center .service-box li:hover .service-descri em {
    color: #2e93ff;
}
/*.hp-service-a1 .center .service-box li:hover .service-descri::after {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}*/
.hp-service-a1 .center .service-box li:hover .service-descri p {
    opacity: 1;
}
.hp-service-a .center .service ul li>div .none{
    border-radius: 5%;
    -webkit-transition:all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.hp-service-a1 .center .service ul li .icon-box {
    border-radius: 50%;
    background: #17d7f8;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding-top:50px;
}
.hp-service-a1 .center .service ul li .icon-box:hover{
    width:260px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-transition:all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.blue:hover{
    -webkit-box-shadow: 1px 1px 20px  rgba(157, 209, 241, 0.5), -1px -1px 20px  rgba(157, 209, 241, 0.5);
    -moz-box-shadow: 1px 1px 20px  rgba(157, 209, 241, 0.5), -1px -1px 20px  rgba(157, 209, 241, 0.5);
    box-shadow: 1px 1px 20px  rgba(157, 209, 241, 0.5), -1px -1px 20px  rgba(157, 209, 241, 0.5);
}
.mode1{
        color: #888;
    }
.mode1 p {
        float: left;
    }
.mode1 .pcb1 {
        float: left;
    }
.mode1 i {
        float: left;
        font-size: 8px;
        color: #2e93ff;
        padding-left: 10px;
        padding-top: 3px;
    }
.mode1 .p-box {
    padding-left: 10px;
    float: left;
}
.p-left-side-item  {
    width:70px;
    height:60px;
}
.qr-img1 {
        width: 120px;
        height: 120px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        position: absolute;
        right:11%;
        bottom:80px;
      /*  z-index:-1;*/
        opacity: 0;
}
.qr-img1 img{
    width:120px;
}
.font3 .yw {
    padding-top: 12px !important;
    width: 50% !important;
    margin: 0 auto !important;
}

/*fonter_link_l*/
.fonter_link_l{text-align: left;display: inline-block;width: 1000px;font-size: 12px;height: 30px;line-height: 40px;color: #555;margin-top: 5px; margin:0 auto;}
.fonter_link_l span {display: block;vertical-align: top; margin-top: 8px;height: 20px;line-height: 20px;}
/*end_fonter_link_l*/
/*xn_f_21_wrap*/
.xn_f_21_wrap{height:auto;line-height: 20px;display: inline-block;  margin-top: 8px;overflow:hidden;width: 1000px;margin-bottom: 20px;}
.xn_f_21_xhbox{float:left;padding:0px 8px;overflow:hidden;border-left: 1px solid #555;}
.xn_f_21_xhbox a{color: #555;line-height:15px !important;font-size: 12px;}
.xn_f_21_xhbox a:hover{color: #FF9C00;}
.xn_f_21_xhbox:first-child{border-left: 0;}
/*end_xn_f_21_wrap*/




/*n_content_right_name*/
.n_content_right_name{ width:1170px; height:30px; margin:0 auto; position:relative; }
/*end_n_content_right_name*/
/*n_content_right_name_r*/
.n_content_right_name_r{position:absolute; height:36px; line-height:36px; font-size:12px; text-align:right;}
.n_r_wz1,.n_r_wz2,.n_r_wz3,.n_r_wz4,.n_r_wz5,.n_r_wz6{color:#666666;}
.n_content_right_name_r ul li{float:right;}
.n_content_right_name_r ul li a{color:#969696;}
.n_content_right_name_r ul li .n_r_wz6ys{color:#0e58a8;}
.n_content_right_name_r ul li img{width:11px; height:11px; margin-top:12px; margin-right:5px;}
/*end_n_content_right_name_r */

/*n_content_right_name_l */
.n_content_right_name_l{ position:absolute;left:0; height:36px;width:200px;overflow:hidden;font-size:14px; line-height:36px;}
.n_content_right_name_l1{display: none;}
.n_content_right_name_l2{color:#333333;}
/*end_n_content_right_name_l */

    /*底部样式开始*/
    .footer{height: 280px;padding-top: 45px;position: relative;bottom: 0;}
    .footer_one_title{border-bottom: 1px solid #8c8c8c;margin-bottom: 19px; }
    .footer_one_list a{color:#8c8c8c;}
    .footer_one_list{float: left;}
    .footer_two li{  float: left; }
    .footer_two{height: 60px;line-height: 60px;}
    .footer_one_ul{  float: left;margin-right: 70px;}
    .footer_one_ul ul>li{margin-bottom: 22px;line-height: 12px;}
    .footer_one_rightBox{padding-right: 50px;border-right:1px solid #cccccc;}

    .bg21{background: #212121;}
/*底部样式结束*/

/*通用样式开始*/
    /*common*/
    .pull-left{float: left;}
    .pull-right{float: left; margin-left: 50px}
    .el-loading-spinner i{font-size: 60px;}
    .bgf0{background: #f0f0f0;}
    .bgfa{background: #fafafa;}
    .bgf{background: #fff;}
    .bgf2{background: #f2f2f2;}
    .bg21{background: #212121;}
    .bgf0f5{background: #f0f5fa;}
    .bgf5{background: #f5f5f5;}
    .bgE7E{background: #2E363F;color:#eef1f6;}
    .bg3d3d{background-color: #3d3d3d;}
    .text-primary{color: #00a9e0!important;}
    .bg-primary{background: #20a0ff!important;}
    .text-warning{color: #fb9100!important;}
    .text-center{text-align: center;}
    .bg-warning{background:#fb9100; }
    .text-danger{color: #F56C6C;}
    .textWrap{text-wrap: none;}
    .bgf8{background: #f8f8f8;}
    .bg00a{background: #00a1ea;}
    .bgf7{background: #f7f7f7;}
    .indent{text-indent: 2em;}
    .red{color:red;}
    .font14{font-size: 14px;}
    .font16{font-size: 16px;}
    .font18{font-size: 18px;}
    .font20{font-size: 20px;}
    .font22{font-size: 22px;}
    .font24{font-size: 24px;}
    .font25{font-size: 25px;}
    .font60{font-size: 60px;}
    .underline{text-decoration: underline;}
    .line16{line-height: 16px;}
    .line20{line-height: 20px;}
    .line22{line-height: 22px;}
    .line24{line-height: 24px;}
    .line28{line-height: 28px;}
    .line26{line-height: 26px;}
    .line30{line-height: 30px;}
    .line32{line-height: 32px;}
    .line36{line-height: 36px;}
    .line38{line-height: 38px!important;}
    .line42{line-height: 42px;}
    .line45{line-height: 45px;}
    .line50{line-height: 50px;}
    .line60{line-height: 60px;}
    .line65{line-height: 65px;}
    .mt8{margin-top: 8px;}
    .m10{margin: 10px 10px;}
    .mt1{margin-top: -1px;}
    .mt6{margin-top: 6px;}
    .mt10{margin-top: 10px;}
    .mt12{margin-top: 12px;}
    .mt14{margin-top: 14px;}
    .mt15{margin-top: 15px;}
    .mt16{margin-top: 16px;}
    .mt30{margin-top: 30px;}
    .mt32{margin-top: 32px;}
    .mt20{margin-top: 20px!important;}
    .mt22{margin-top: 22px;}
    .mt25{margin-top: 25px;}
    .mt38{margin-top: 38px;}
    .mt40{margin-top: 40px;}
    .mt44{margin-top: 44px;}
    .mt45{margin-top: 45px;}
    .mt48{margin-top: 48px;}
    .mt50{margin-top: 50px;}
    .mt17{margin-top: 17px;}
    .mt18{margin-top: 18px;}
    .mt26{margin-top: 26px;}
    .mt28{margin-top: 28px;}
    .mt35{margin-top: 35px;}
    .mt36{margin-top: 36px;}
    .mt58{margin-top: 58px;}
    .mt60{margin-top: 60px;}
    .mt65{margin-top: 65px;}
    .mt68{margin-top: 68px;}
    .mt70{margin-top: 70px;}
    .mt80{margin-top: 80px;}
    .mt106{margin-top: 106px;}
    .mb12{margin-bottom: 12px;}
    .mb16{margin-bottom: 16px;}
    .mb18{margin-bottom: 18px;}
    .mt100{margin-top: 100px;}
    .mt114{margin-top: 114px;}
    .mt202{margin-top: 202px;}
    .mt220{margin-top: 220px;}
    .mb6{margin-bottom: 6px;}
    .mb12{margin-bottom: 12px;}
    .mb7{margin-bottom: 7px!important;}
    .mb10{margin-bottom: 10px;}
    .mb14{margin-bottom: 14px;}
    .mb20{margin-bottom: 20px;}
    .mb24{margin-bottom: 24px;}
    .mb26{margin-bottom: 26px;}
    .mb30{margin-bottom: 30px;}
    .mb32{margin-bottom: 32px;}
    .mb40{margin-bottom: 40px;}
    .mb60{margin-bottom: 60px;}
    .mb100{margin-bottom: 100px;}
    .mr14{margin-right: 14px;}
    .color9a9a{color: #9a9a9a!important;}
    .white{color: white;}
    .color9{color: #999;}
    .color3{color: #333333!important;}
    .color6{color: #666666!important;}
    .colorb37{color:#373737;}
    .colorfe43{color:#e4393c;}
    .colorf5{color:#ff505d}
    .colorff5e{color: #ff5e16}
    .color7ab{color: #7abd54;}
    .color99{color:#999;}
    .colora8a{color:#a8abab;}
    .colorCC{color:#CCCCCC;}
    .color71{color:#717171;}
    .color5{color: #555555;}
    .color34{color: #343434;}
    .colorE9{color:#e90000;}
    .colorE4{color:#e4e4e4;}
    .colore97{color:#ff6019;}
    .colore80{color:#ee8800;}
    .colorfe7{color:#fe7a00}
    .colorff87{color:#ff8700;}
    .colorff76{color:#ff7600;}
    .color00a{color:#00a9dd;}
    .colord6{color:#d6d6d6;}
    .colorcf{color: #cfcfcf;}
    .colorc7ab{color: #7abd54;}
    .red{color: red;}
    .color8c{color:#8c8c8c;}
    .colore94{color:#e94c4c;}
    .bge94{background-color: #e94c4c;}
    .plr34{padding-left: 34px!important;padding-right: 34px!important;}
    .plr40{padding-left: 40px!important;padding-right: 40px!important;}
    .ml30{margin-left: 30px!important;}
    .ml20{margin-left: 20px!important;}
    .ml22{margin-left: 22px!important;}
    .ml25{margin-left: 25px;}
    .ml26{margin-left: 26px;}
    .ml28{margin-left: 28px;}
    .ml12{margin-left: 12px;}
    .ml14{margin-left: 14px;}
    .ml15{margin-left: 15px;}
    .ml16{margin-left: 16px;}
    .ml18{margin-left: 18px;}
    .ml35{margin-left: 35px;}
    .ml40{margin-left: 40px;}
    .ml42{margin-left: 42px;}
    .ml48{margin-left: 48px;}
    .ml60{margin-left: 60px;}
    .ml52{margin-left: 22px;}
    .mlr20{margin-left: 20px;margin-right: 20px;}
    .mlr16{margin-left: 16px;margin-right: 16px;}
    .ml5{margin-left: 5px;}
    .ml10{margin-left: 10px;}
    .mr0{margin-right: 0px!important;}
    .mr5{margin-right: 5px;}
    .mr6{margin-right: 6px;}
    .mr9{margin-right: 9px;}
    .mr18{margin-right: 18px;}
    .mr30{margin-right: 30px;}
    .ml5{margin-left: 5px;}
    .mr10{margin-right: 10px;}
    .mr12{margin-right: 12px;}
    .mr20{margin-right: 20px;}
    .mr34{margin-right: 34px;}
    .mr39{margin-right: 39px;}
    .mr40{margin-right: 40px;}
    .mr56{margin-right: 56px;}
    .mr60{margin-right: 60px;}
    .mr65{margin-right: 65px;}
    .mr75{margin-right: 75px;}
    .ml100{margin-left: 100px;}
    .ml130{margin-left: 130px;}
    .ml128{margin-left: 128px;}
    .ml8{margin-left: 8px;}
    .pl10{padding-left: 10px;}
    .pl15{padding-left: 15px;}
    .pr15{padding-right: 15px;}
    .pl20{padding-left: 20px;}
    .pl30{padding-left: 30px;}
    .pl35{padding-left: 35px;}
    .pl40{padding-left: 40px;}
    .plr15{padding-left: 15px;padding-right: 15px;}
    .plr20{padding-left: 20px;padding-right: 20px;}
    .plr25{padding-left: 25px;padding-right: 25px;}
    .plr38{padding-left: 38px;padding-right: 38px;}
    .pt20{padding-top: 20px;}
    .pt24{padding-top: 24px;}
    .pt16{padding-top: 16px;}
    .pt30{padding-top: 30px;}
    .pt40{padding-top: 40px;}
    .pt44{padding-top: 44px;}
    .pt50{padding-top: 50px;}
    .pt55{padding-top: 55px;}
    .pad0{padding: 0;}
    .p5{padding: 5px;}
    .p50{padding: 50px;}
    .pb8{padding-bottom: 8px;}
    .pb16{padding-bottom: 16px;}
    .pb10{padding-bottom: 10px;}
    .pb60{padding-bottom: 60px;}
    .pb18{padding-bottom: 18px;}
    .pb20{padding-bottom:20px;}
    .pb25{padding-bottom:25px;}
    .pb30{padding-bottom:30px;}
    .pb35{padding-bottom:35px;}
    .pb50{padding-bottom:50px;}
    .h38{height: 38px;line-height: 38px;}
    .h20{height: 20px;}
    .h23{height: 23px!important;}
    .h30{height: 30px;}
    .h36{height: 36px;}
    .h40{height: 40px;}
    .h42{height: 42px;}
    .h48{height: 48px;}
    .h65{height: 65px;}
    .h70{height: 70px;}
    .h300{height: 300px;}
    .h736{height: 736px;}
    .h500{height: 500px;}
    .h550{height: 550px;}
    .h600{height: 600px;}
    .mgAuto{margin-left: auto; margin-right: auto;}
    .text-center{text-align: center;}
    .text-right{text-align: right;}
    .text-left{text-align: left;}
    .pad20{padding: 20px;}
    .pad30{padding: 30px;}
    .block{display: block;}
    .el-submenu__title{height:40px!important;line-height: 40px!important;}
    .el-dialog__header{border-bottom:1px solid #ddd;}
    .dialogDiv .el-dialog__body{padding-top:10px!important;}
    .setIframeRefresh span{font-size:16px;}
    .nowrap{white-space: nowrap;}
    .font12{font-size: 12px;}
    .font24{font-size: 24px;}
    .font36{font-size: 36px;}
    .mt5{margin-top: 5px;}
    .mt18{margin-top: 18px;}
    .mt24{margin-top: 24px;}
    .mt55{margin-top: 55px;}
    .mt28{margin-top: 28px;}
    .mt85{margin-top: 85px;}
    .mb5{margin-bottom: 5px;}
    .mb8{margin-bottom: 8px;}
    .mb13{margin-bottom: 13px;}
    .mb25{margin-bottom: 25px;}
    .mb50{margin-bottom: 50px;}
    .mb56{margin-bottom: 56px;}
    .inlineBlock{display: inline-block;}
    .ver{vertical-align: middle;}
    .over{overflow: hidden;}
    ul,ol,li{list-style: none;}
    .ptb20{padding-top: 20px;padding-bottom: 20px;}
    .ptb14{padding-top: 14px;padding-bottom: 14px;}
    .color36{color:#363636!important;}
    .colorb7d{color:#7d7d7d;}
    .color73{color:#737373;}
    .color1a{color: #1a1a1a;}
    .color3e{color:#3eaf00;}
    .coloref{color:#ef822a;}
    .colorff96{color:#ff9620;}
    .colorff89{ color: #ff8900!important;}
    .coloreC{color:#cccccc;}
    .color819{color:#8198af!important;}
    .bgff89{background-color: #ff8900!important;}
    i{ font-style:normal;}
    a{color: inherit;text-decoration: none;}
    .w5{width: 5px;}
    .w65{width: 65px;}
    .w70{width: 70px!important;}
    .w75{width: 75px;}
    .w80{width: 80px;}
    .w90{width: 90px;}
    .w100{width: 100px;}
    .w110{width: 110px;}
    .w120{width: 120px;}
    .w125{width: 125px!important;}
    .w130{width: 130px;}
    .w150{width: 150px;}
    .w160{width: 160px;}
    .w106{width: 106px;}
    .w400{width: 400px!important;}
    .w200{width: 200px;}
    .w190{width: 190px!important;}
    .w250{width: 250px!important;}
    .w200{width: 200px;}
    .w230{width: 230px;}
    .w224{width: 224px;}
    .w840{width: 840px;}
    .w300{width: 300px;}
    .w340{width: 340px;}
    .w320{width: 320px;}
    .w102{width: 102px;}
    .w317{width: 317px;}
    .w22{width: 22px;}
    .w202{width: 202px;}
    .w500{width: 500px;}
    .w1200{width: 1200px;}
    .w870{width: 870px;}
    .w250{width: 250px;}
    .w760{width: 760px;}
    .w760{width: 760px;}
    .w416{width: 416px;}
    .font10{font-size: 10px;}
    .font13{font-size: 13px;}
    .inline{display: inline-block;}
    .ellipsis{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    .pointer{cursor: pointer;}
    .borderR{border-right: 1px solid #ccdbe9;}
    .borderR5{border-radius:5px;}
    .borderR17{border-radius:17px;}
    .borderR20{border-radius:20px;}
    .border1px{border:1px solid #e6e6e6;}
    .border1pxT{border-top:1px solid #e6e6e6;}
    .border1pxTF7{border-top:1px solid #F7F7F7;}
    .border1pxB{border-bottom:1px solid #e6e6e6;}
    .border1pxBF7{border-bottom:1px solid #F7F7F7;}
    .noneRadius{border-radius: 0!important;}
    .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
    .borderDashed{border-bottom: 1px dashed #9eb0c3;}
    .loginBorder{border-bottom: 1px solid #ebebeb;}
    .auto{margin: 0 auto;}
    .noButtonStyle{outline: 0;border: none;background: white;cursor:pointer;}
    .overTextNoWrap{overflow: hidden;text-overflow: ellipsis;text-wrap: normal;white-space: nowrap;}
    .overTextWrap{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    a{text-decoration: none!important;}
    .bold{font-weight: bold;}
    .p10{padding: 10px;}
    .p15{padding: 15px;}
    .p20{padding: 20px;}
    .p25{padding: 25px;}
    .pl25{padding-left: 25px;}
    .verTop{vertical-align: top;}


    .font28 {font-size: 28px;  }
    .font48 { font-size: 48px;  }
    .color00a0e9 {color: #00a0e9;}
    .pr { position: relative;  }
    .cfff {color: #fff;}
    .hide {display: none;}
    .content_container {width: 1200px; margin-left: auto;  margin-right: auto; }
    .bg_container { max-width: 1920px;  margin-left: auto;  margin-right: auto; }
    .m {
        width: 1200px;
        margin: 0 auto;
    }
    .wx-public {
        float: left;
        width: 120px;
        padding-top: 30px;
        margin-left: 128px;
    }
/*通用样式结束*/

/*侧边*/
    .sidebar-background {
        position: fixed;
        margin-left: 5px;
        margin-top:0px;
        right: 9px;
        top: 40%;
        z-index: 26;
    }

    .sidebar_top{  border-radius: 5px;  box-shadow: 0 0 10px #eee;background-color: white;}

    .sidebar-item {
        background-color:white;
        height: 70px;
        z-index: 42;
    }
    .sidebar-item p{margin-bottom: 0;}

    .sidebar-item1{border-radius: 5px 5px 0 0;}
    .sidebar-font {
        font-size: 12px;
        font-family: "Microsoft YaHei";
        text-align: center;
        z-index: 44;
        color:#333;
    }
    .sidebar-item1 .itemBox{border-radius: 5px 5px 0 0px;}
    .sidebar-item2  .itemBox{border-radius: 0px 0px 5px 5px;}

    .sidebar-window {

        margin-top: -75px;

    }

    .sidebar-qq-window {
        margin-top: -75px;
    }
    .backBox{width: 58px;height: 58px;background-color: white;margin-top: 20px;border-radius: 5px; box-shadow: 0 0 10px #eee;}
    .backBox a{display: inline-block;width: 100%;height: 100%;}
    .backBox img{display: block;margin: 0 auto;margin-top: 17px;}
    .sidebar-item>a{position: relative;display: block;height: 70px;}
    .sidebar-item .hoverBox{position: absolute;top:0;left: 0;background-color: #0061bd;color:white;  font-size: 14px;width: 58px;height: 100%;text-align: center;display: none;}
    .sidebar-item .hoverBox p{margin-top: 11px;padding-bottom: 0;}
    .itemBox  img{margin-top: 10px;margin-left: auto;margin-right: auto;display: block;}
    #sideBar{width: 100%;}
/*测边end*/

/**地图**/
    .time-order-tb .tb-tit{margin:0 auto;width:590px;height:50px}
    .time-order-tb .tb-tit span{display:block;width:115px;height:50px;border-bottom:2px solid #008536;color:#333;text-align:center;font-size:14px;line-height:50px}
    .layout-map{position:relative;height:500px;    margin: 0 auto;width: 1300px;}
    .layout-map-img{position:absolute;top:70px;right:0;z-index:-1;width:100%}
    .layout-map-img img{z-index:-1;float:right;width:1076px; height:576px;}
    .layout-map-ui{margin-top:35px}
    .layout-map-ui li{float:left;margin-right:50px;height:32px;color:#000;letter-spacing:0;font-size:24px;line-height:32px}
    .layout-map-ui li span{margin-left:10px;color:#2e93ff;letter-spacing:0;font-size:32px}
    .time-order-tb{margin-top:50px;width:650px;height:301px;background-color:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.1)}
    .time-order-tb .layui-table{margin-top:50px}
    .time-order-tb .layui-table td{color:#666;font-size:14px}
    .time-order-tb .layui-table .td_red{color:#0e58a8}
    .time-order-tb .tb-tit{margin:0 auto;width:590px;height:50px}
    .time-order-tb .tb-tit span{display:block;width:115px;height:50px;border-bottom:2px solid #2e93ff;color:#333;text-align:center;font-size:14px;line-height:50px}
    /*.clearfix :before{content: '';display: table;}*/
    .clearfixCp{clear: both}
/**地图end**/
