[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    font-family: 微软雅黑;
}

body {
    background: #ffffff;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

input {
    outline: none;
    -webkit-appearance: none;
    /*去除浏览器默认样式，兼容Safari不支持input*/
    -moz-appearance: textfield;
}

button {
    outline: none;
    cursor: pointer;
}

.clear {
    clear: both;
}

.layer {
    width: 1190px;
    margin: 0 auto;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.marginAuto {
    margin: 0 auto;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textIndent {
    text-indent: 2em;
}

.pullLeft {
    float: left;
}

.pullRight {
    float: right;
}

.overflowAuto {
    overflow: auto;
}

.fontBold {
    font-weight: bold;
}

.bg-nav {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: -webkit-linear-gradient(to right, #046dc2, #7ec1e7, #a4c9ef);
    background: linear-gradient(to right, #046dc2, #7ec1e7, #a4c9ef);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#046dc2, endColorstr=#7ec1e7);
    text-align: center;
}

.bg-nav-half {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 1920px;
    width: 100%;
    height: 22px;
    background: rgb(0, 0, 0);
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.bg-nav > ul {
    padding-left: 65px;
}

.bg-nav > ul > li {
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 45px;
    line-height: 40px;
    transition: all 0.5s ease;
}

.bg-nav > ul > li:hover {
    cursor: pointer;
    background: rgba(90, 90, 90, 0.23);
}

.bg-nav > ul > li a:hover {
    text-decoration: underline;
}

.bg-nav .active {
    cursor: pointer;
    background: rgba(90, 90, 90, 0.23);
}

.bg-nav > ul > li:last-child div {
    border-right: 0;
}

.bg-nav > ul > li > div {
    display: inline-block;
    width: 125px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border-right: 1px solid #000000;
}

.bg-nav > ul > li > div div {
    border-right: 1px solid rgba(255, 255, 255, 0.47);
}

.bg-nav > ul > li a {
    font-size: 14px;
    color: #fff;
}

.news_mouse {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    transition: all 0.5s ease;
    /*height: 150px;*/
    background: #ffffff;
    box-shadow: 0px 0px 20px #bfbfbf;
    z-index: 999;
    text-align: left;
}

.news_mouse ul {
    padding: 0 80px 30px 80px;
    overflow: auto;
}

.news_mouse ul li {
    float: left;
    width: 340px;
}

.news_mouse ul li h4 {
    color: #2a99d1;
    line-height: 3;
    margin-top: 10px;
    word-break: break-all;
    margin-right: 20px;
}

.news_mouse ul li p {
    font-size: 14px;
    line-height: 2;
    word-break: break-all;
    margin-right: 20px;
}

.news_mouse ul li a {
    display: inline-block;
    background: #2a99d1;
    color: #ffffff;
    padding: 5px 20px;
    margin: 10px 0;
    font-size: 14px;
}

.logo-nav {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px -6px 20px #bfbfbf inset;
}

.logo {
    height: 108px;
    line-height: 108px;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
    border-right: 1px solid #d2d2d2;
}

.logo-nav-des {
    margin-left: 40px;
    height: 108px;
    line-height: 108px;
}

.logo-nav-des-content {
    vertical-align: middle;
    display: inline-block;
}

.logo-nav-des-content-top {
    font-size: 18px;
    line-height: 1.2;
    color: black;
    font-weight: bold;
}

.logo-nav-des-content-bottom {
    font-size: 20px;
    color: red;
    line-height: 1.5;
    font-weight: bold;
}

.logo-nav-right {
    position: relative;
    margin-left: 40px;
    height: 108px;
    line-height: 108px;
    padding-right: 200px;
}

.logo-nav-right img {
    display: inline-block;
    vertical-align: middle;
}

.logo-nav-right-content {
    vertical-align: middle;
    display: inline-block;
}

.logo-nav-right-title {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}

.logo-nav-right-phone {
    font-size: 24px;
    color: red;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}

.logo-nav-right select {
    position: absolute;
    right: 0;
    top: 10px;
}

.index-advantage {
    position: relative;
    margin-bottom: 20px;
}

.index-advantage-content {
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 99;
    width: 100%;
    height: 315px;
    box-shadow: 0px 0px 20px #bfbfbf;
    background: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}

.index-advantage-content ul {
    position: relative;
}

.index-advantage-content li {
    float: left;
    width: 238px;
}

.index-advantage-content li img {
    margin: 30px 0;
    padding: 0 38px;
    border-right: 1px dashed #bfbfbf;
}

.index-advantage-content li div {
    padding: 0 10px;
}

.index-advantage-content li:last-child img {
    border-right: 0;
}

.index-advantage-content-progress {
    margin-top: 20px;
}

.index-main {
    margin-top: 282px;
    padding-bottom: 25px;
}

.index-main-left {
    box-shadow: 0px 0px 20px #bfbfbf;
}

.index-main-left-title {
    width: 100%;
    height: 45px;
    line-height: 43px;
    background: #f6f6f6;
    box-shadow: 0px 2px 15px #bfbfbf;
}

.index-main-left-title-zh {
    color: #1075c6;
    margin: 0 25px;
}

.index-main-left-title-en {
    color: #acacac;
    font-style: italic;
}

.index-main-left-title-more {
    height: 20px;
    line-height: 20px;
    margin: 13px 20px;
    padding-left: 20px;
    font-size: 10px;
    border-left: 1px dashed #bfbfbf;
}

.index-main-left-title-more span {
    color: #1075c6;
}

.index-main-left-content {
    padding: 0 25px;
    height: 647px;
}

.index-main-left-content li > div {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    overflow: auto;
    padding: 25px 0;
}

.index-main-left-content li a {
    color: #1075c6;
}

.index-main-left-content li:last-child > div {
    border-bottom: 0;
}

.index-main-left-content li img {
    margin: 0 30px;
}

.index-main-left-content li > div div {
    width: 285px;
    color: #1176c6;
}

.index-main-right {
    margin-left: 470px;
}

.index-main-right-content {
    margin: 25px;
    height: 210px;
}

.index-main-right-top {
    box-shadow: 0px 0px 20px #bfbfbf;
}

.index-main-right-bottom {
    box-shadow: 0px 0px 20px #bfbfbf;
}

.index-main-right-content li {
    overflow: auto;
    margin-bottom: 15px;
    color: #666666;
    font-size: 14px;
}

.index-main-right-content li img {
    float: left;
    margin-right: 20px;
    margin-top: 2px;
}

.index-main-right-content li div {
    float: left;
    width: calc(100% - 160px);
}

.index-main-right-content li div:hover {
    text-decoration: underline;
}

.index-main-right-content li span {
    float: right;
    margin-left: 50px;
}

.index-main-right-bottom-content {
    text-align: center;
    padding: 28px 0;
}

.index-main-right-bottom-content li {
    display: inline-block;
    border-right: 1px dashed #d2d2d2;
    padding: 0 14px;
}

.index-main-right-bottom-content li:last-child {
    border-right: 0;
}

.index-main-right-bottom-content li img {
    box-shadow: 0px 8px 20px #bfbfbf;
}

.index-main-right-bottom-title {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.index-main-right-bottom-button {
    display: block;
    position: relative;
    margin: 20px auto 0;
    color: #ffffff;
    background: #59b6df;
    text-align: center;
    width: 122px;
    padding: 5px 5px;
    border-radius: 10px;
    cursor: pointer;
}

.index-main-right-bottom-button:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 16px;
    width: 25px;
    height: 1px;
    background: #000000;
}

.index-main-right-bottom-button:after {
    content: '';
    position: absolute;
    right: -35px;
    top: 16px;
    width: 25px;
    height: 1px;
    background: #000000;
}

.index-main-right-bottom-button-half {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 0 0 10px 10px;
}

.index-brand {
    background: #ffffff;
    box-shadow: 0px 0px 20px #bfbfbf;
}

.index-brand ul {
    background: #ffffff;
    padding: 15px 15px 0 43px;
    overflow: auto;
}

.index-brand li {
    float: left;
}

.index-brand li img {
    display: block;
    width: 123px;
    height: 123px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #959595;
}

.footer {
    width: 100%;
    height: 150px;
    margin-top: 25px;
    background: #d2d2d2 url(../images/footer_bg.png);
    overflow: hidden;
}

.footer-content {
    padding-top: 25px;
    font-size: 14px;
    color: #ffffff;
}

.footer-content a {
    margin: 0 10px;
    color: #ffffff;
}

.footer-content a:hover {
    color: #000000;
}

.footer-content-left {
    line-height: 1.8;
    margin-left: 25px;
}

.footer-content-right {
    margin-right: 25px;
}

.child-banner {
    width: 1920px;
    height: 227px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #b2b2b2;
}

.child-banner img {
    width: 1920px;
    height: 227px;
    margin: 0 auto;
}

.about-content {
    margin-top: 50px;
}

.about-left {
    padding: 10px;
    width: 260px;
    box-shadow: 0px 0px 20px #b2b2b2;
}

.about-left-title {
    border-left: 2px solid #2a99d1;
    padding-left: 10px;
    margin: 10px 10px 20px 10px;
    font-weight: bold;
}

.about-left-content {
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    min-height: 350px;
}

.about-left-content li {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.about-left-content li:hover {
    cursor: pointer;
    background: #2a99d1;
    border: 1px solid #2a99d1;
    transition: all 0.5s ease;
}

.about-left-content li:hover a {
    color: #ffffff !important;
}

.about-left-content li:hover div {
    background: transparent url(../images/arrow2.png) no-repeat center !important;
}

.about-li-active {
    background: #2a99d1 !important;
    color: #ffffff !important;
    border: 1px solid #2a99d1 !important;
}

.about-li-active div {
    background: transparent url(../images/arrow2.png) no-repeat center !important;
}

.about-li-active a {
    color: #ffffff !important;
}

.about-left-content li div {
    width: 7px;
    height: 15px;
    background: transparent url(../images/arrow.png) no-repeat center;
    background-size: 7px 15px;
    float: left;
    margin-right: 7px;
    margin-top: 4px;
}

.about-left-content-child {
    margin-left: 30px;
    padding: 5px;
    font-size: 14px;
}

.about-left-content-child:hover {
    background: #ffffff !important;
    border: 0;
}

.about-left-content-child:hover a {
    color: #2a99d1 !important;
}

.about-left-content-child div {
    width: 7px;
    height: 10px;
    background: transparent url(../images/arrow.png) no-repeat center;
    background-size: 7px 10px;
    float: left;
    margin-right: 7px;
    margin-top: 4px;
}

.about-li-child-active {
    background: #ffffff !important;
    border: 0;
}

.about-li-child-active a {
    color: #2a99d1 !important;
}

.about-li-child-active div {
    background: transparent url(../images/arrow.png) no-repeat center !important;
}

.about-right {
    background: #ffffff;
    margin-left: 310px;
    box-shadow: 0px 0px 20px #b2b2b2;
}

.about-right-linear {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #046dc2, #7ec1e7, #a4c9ef);
}

.about-right-title {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.about-right-title-content {
    border-left: 2px solid #2a99d1;
    padding-left: 10px;
}

.about-right-title-content-en {
    margin-left: 20px;
    color: #acacac;
    font-style: italic;
}

.about-right-title-content-nav {
    color: #2a99d1;
}

.about-right-title-content-nav a {
    color: #2a99d1;
}

.about-right-content {
    padding: 20px;
    font-size: 14px;
}

.products-list {
    overflow: auto;
}

.product-list li {
    float: left;
    width: 198px;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin-right: 13px;
    margin-bottom: 13px;
}

.product-list li p {
    padding: 0 10px;
}

.product-list li a {
    display: inline-block;
    border: 0;
    background: #2a99d1;
    color: #ffffff;
    padding: 5px 20px;
    margin: 10px;
}

.products-list > li:nth-child(4n) {
    margin-right: 0;
}

.products-list > li > ul li {
    float: left;
    width: 198px;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin-right: 13px;
    margin-bottom: 13px;
}

.products-list > li > ul li:nth-child(4n) {
    margin-right: 0;
}

.products-list > li > ul li > p {
    padding: 0 10px;
}

.products-list > li > ul li > a {
    display: inline-block;
    border: 0;
    background: #2a99d1;
    color: #ffffff;
    padding: 5px 20px;
    margin: 10px;
}

.case-list {
    overflow: auto;
}

.case-list li {
    float: left;
    border: 1px solid #d2d2d2;
    margin-right: 13px;
    margin-bottom: 13px;
}

.case-list li img {
    display: block;
    width: 91px;
    height: 91px;
}

.case-list li:nth-child(8n) {
    margin-right: 0;
}

.case-list-bottom {
    overflow: auto;
}

.case-list-bottom li {
    float: left;
    width: 275px;
}

.case-list-bottom li div {
    width: 7px;
    height: 15px;
    background: transparent url(../images/arrow.png) no-repeat center;
    background-size: 7px 15px;
    float: left;
    margin-right: 7px;
    margin-top: 7px;
}

.news_details-title {
    color: #2a99d1;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b2b2b2;
}

.news_details-time {
    color: #666666;
    margin: 20px 0;
}

.join-idea {
    overflow: auto;
}

.join-idea ul li {
    margin: 20px 0;
}

.join-idea ul li img {
    margin: 0 40px;
    border: 1px solid #bfbfbf;
}

.join-idea ul li h3 {
    color: #2a99d1;
    margin-bottom: 25px;
}

.join-idea ul li p {
    margin-right: 40px;
    line-height: 1.8;
    color: #666666;
    margin-left: 191px;
}

.t12 {
    color: #1B79C9;
    font-size: 14px;
    letter-spacing: 1px;
}

.t14 {
    color: #1B79C9;
    font-size: 14px;
    letter-spacing: 1px;
}

.copy-div {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.adv {

}

.adv li {
    border-bottom: 1px #F8DE99 dotted;
    padding: 15px;
}

.adv li img {
    margin-right: 30px;
}

.alone-line {
    margin-left: 200px;
}

.adv li:last-child {
    border-bottom: 0;
}

.title14g {
    font-weight: bold;
    color: #FF6600;
    line-height: 2;
    font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.chinese {
    position: absolute;
    top: -13px;
    right: 100px;
    overflow: hidden;
    cursor: pointer;
}

.chinese-font {
    position: absolute;
    top: 39px;
    right: 17px;
    font-size: 14px;
    color: #797979;
}

.english {
    position: absolute;
    top: -13px;
    right: 0;
    overflow: hidden;
    cursor: pointer;
}

.english-font {
    position: absolute;
    top: 39px;
    right: 3px;
    font-size: 14px;
    color: #797979;
}
























