﻿@charset "UTF-8";
/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; touch-callout: none; cursor: pointer; }

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; background-repeat: no-repeat; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

body, button, input, select, textarea { font-size: 14px; line-height: 24px; color: #333; font-family: Arial, 'Microsoft YaHei','Hiragino Sans GB', sans-serif; }

ul, li { list-style: none; }

img { border: 0px; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

article, aside, footer, header, nav, section { display: block; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.clear { clear: both; line-height: 0; height: 0; font-size: 0; }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { padding: 0px 10px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

@media (max-width: 320px) { body { min-width: 320px; } }

@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .visible-sm { display: block; }
  .hidden-sm { display: none; } }

@media (min-width: 1024px) { .commonweb { margin: 0 auto; padding: 0px 30px; max-width: 1260px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-md { display: block; }
  .hidden-md { display: none; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; } }

@media (min-width: 1200px) { html { cursor: default; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-lg { display: block; }
  .hidden-lg { display: none; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; } }

/* layout start*/


@charset "UTF-8";
/***** wap *****/
/*** 通用class ***/
.swiper-wrapper { -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex; display: -webkit-box; display: flex; }

.swiper-slide { -webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-shrink: 0; -o-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

/*** 头部 ***/
.header-top { display: none; }

.header-bottom { height: 50px; }

.header-box { position: fixed; top: 0; left: 0; right: 0; min-width: 320px; height: 50px; background-color: #ffffff; -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); z-index: 15; }

.header-left { float: left; margin: 10px 0; }

.header-left img { display: block; height: 30px; }

.header-right { float: right; margin: 10px 0; }

.header-call { float: left; width: 30px; height: 30px; background: url(../images/0-call-gray.png) no-repeat center center; -o-background-size: 18px; background-size: 18px; }

.header-search { float: left; }

.header-search i { display: block; margin-left: 10px; width: 30px; height: 30px; background: url(../images/0-search-gray.png) no-repeat center center; -o-background-size: 20px auto; background-size: 20px auto; }

.header-form { display: none; position: fixed; top: 50px; left: 0; right: 0; padding: 5px 10px; border: 1px solid #b2b2b2; background-color: #ffffff; }

.header .header-text { padding-left: 40px; padding-right: 10px; width: 100%; height: 30px; -webkit-border-radius: 15px; border-radius: 15px; border: 1px solid #b2b2b2; }

.header .header-submit { position: absolute; top: 5px; left: 15px; widtH: 30px; height: 30px; background: transparent url(../images/0-search-gray.png) no-repeat center center; -o-background-size: 20px; background-size: 20px; }

.header-btn { float: left; margin-left: 10px; padding: 6px 5px; width: 30px; height: 30px; }

.header-btn i { display: block; height: 2px; background-color: #b2b2b2; -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }

.header-btn i:nth-child(2) { margin: 6px 0; -webkit-transition: opacity 0.7s ease; -moz-transition: opacity 0.7s ease; -o-transition: opacity 0.7s ease; transition: opacity 0.7s ease; }

.header-btn.cur i:nth-child(1) { -webkit-transform: translateY(8px) rotate(45deg); -moz-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); }

.header-btn.cur i:nth-child(2) { opacity: 0; filter: alpha(opacity=0); }

.header-btn.cur i:nth-child(3) { -webkit-transform: translateY(-8px) rotate(-45deg); -moz-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); -o-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg); }

.header-center { display: none; position: fixed; top: 50px; left: 0; right: 0; bottom: 0; padding: 10px 10px 30px; min-width: 320px; background-color: #ffffff; overflow-y: auto; }

.header-center li { border-bottom: 1px solid #cccccc; }

.header-center li.remove i { display: none; }

.header-center a { display: block; color: #4d4d4d; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.header-center h3 { position: relative; }

.header-center h3 a { line-height: 40px; font-size: 16px; }

.header-center h3.cur i:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.header-center i { position: absolute; top: 0; right: 0; width: 40px; height: 40px; }

.header-center i:after { content: ''; position: absolute; top: 15px; left: 15px; width: 10px; height: 10px; border-bottom: 1px solid #4d4d4d; border-right: 1px solid #4d4d4d; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }

.header-select { display: none; padding-left: 10px; }

.header-select a { line-height: 36px; font-size: 14px; }

/*** 尾部 ***/
.bd_weixin_popup { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.footer { width: 100%; background-color: #393939; }

.footer-box { padding-top: 20px; padding-bottom: 20px; }

.footer-logo { margin-bottom: 10px; text-align: center; }

.footer-logo a { display: inline-block; }

.footer-logo img { display: inline-block; max-width: 100%; }

.footer-center { text-align: center; margin-bottom: 10px; color: #ccc; }

.footer-center a { color: #ccc; }

.footer-link { margin-bottom: 9px; overflow: hidden; }

.footer-link a { float: left; width: 25%; line-height: 36px; font-size: 14px; }

.footer-link span { display: none; }

.footer-address { margin-bottom: 4px; line-height: 16px; font-size: 14px; }

.footer-copyright { line-height: 16px; font-size: 14px; }

.footer .footer-share { line-height: 18px; text-align: center; font-size: 0; }

.footer .footer-share span { display: inline-block; vertical-align: middle; font-size: 14px; color: #ccc; }

.footer .footer-share a { float: none; display: inline-block; vertical-align: middle; margin: 0 0 0 7px; width: 20px; height: 18px; }

.footer .footer-share .bds_tsina { margin-left: 10px; background: url(../images/0-blog-color.png) no-repeat center center; -o-background-size: 20px auto; background-size: 20px auto; }

.footer .footer-share .bds_sqq { background: url(../images/0-qq-color.png) no-repeat center center; -o-background-size: 15px auto; background-size: 15px auto; }

.footer .footer-share .bds_weixin { background: url(../images/0-wechat-color.png) no-repeat center center; -o-background-size: 19px auto; background-size: 19px auto; }

/*** fixed ***/
.fixed{width: 55px; position: fixed; bottom: 30px; right: 10px;  z-index: 999; opacity:0.9;}
.fixed-icon{position:relative;margin-bottom:1px; background-color: #2e3191; display: block; color: #fff; cursor:pointer;}
.fixed-icon i{width:55px; height:55px; display:block;}
.fixed-icon.qq i{background:#2e3191 url(../images/sideqq.png) center center no-repeat;}
.fixed-icon.tel i{background:#2e3191 url(../images/sidetel.png) center center no-repeat;}
.fixed-content{ position:absolute; right:56px; top:0;background-color:rgb(46,49,145); display:none; padding:10px 0;}
.fixed-content a{color:#fff; display:block; padding:15px 20px;}
.fixed-content a:hover{color:#fff;}

.backing i { height: 33px; background: #2e3191 url(../images/0-back.png) no-repeat center center; -o-background-size: 14px auto; background-size: 14px auto; cursor: pointer; }

.backing span { display: block; line-height: 16px; font-size: 12px; color: #fff;text-align: center;padding-bottom: 6px; }

/*** 页面通用swiper按钮 ***/
.swiper-button-one { width: 40px; height: 40px; border: 1px solid #cccccc; background-color: #ffffff; }

.swiper-button-one:after { content: ''; position: absolute; top: 14px; width: 12px; height: 12px; border-top: 1px solid #666666; border-right: 1px solid #666666; }

.swiper-button-right:after { right: 16px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.swiper-button-left:after { left: 16px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

/*** 首页banner ***/
.a-banner { position: relative; overflow: hidden; }

.a-banner li { background-repeat: no-repeat; background-position: center center; -o-background-size: cover; background-size: cover; }

.a-banner .commonweb { position: relative; height: 320px; }

.a-banner-box { display: table; position: absolute; top: 50%; left: 0; right: 0; padding: 0 20px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.a-banner-text { display: table-cell; vertical-align: middle; padding: 0 10px; width: 65%; }

.a-banner-text h3 { margin-bottom: 10px; line-height: 24px; font-size: 18px; color: #2e3191; }

.a-banner-text p { display: none; }

.a-banner-text a { display: block; margin-top: 10px; width: 105px; height: 36px; line-height: 36px; font-size: 14px; color: #ffffff; text-align: center; background-color: #2e3191; }

.a-banner-img { display: table-cell; vertical-align: middle; width: 35%; height: 250px; line-height: 250px; text-align: center; }

.a-banner-img img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; }

.a-banner .swiper-pagination { position: absolute; left: 0; right: 0; bottom: 20px; height: 3px; line-height: 3px; font-size: 0; text-align: center; }

.a-banner .swiper-pagination-bullet { display: inline-block; vertical-align: middle; margin: 0 2px; width: 28px; height: 3px; background-color: #ffffff; }

.a-banner .swiper-pagination-bullet-active { background-color: #2e3191; }

/*** 首页通用class ***/
.a-common-title { text-align: center; }

.a-common-title h3 { margin-bottom: 5px; line-height: 22px; font-size: 20px; color: #2e3191; }

.a-common-title p { line-height: 24px; font-size: 22PX; color: #2e3191; opacity: 0.15; filter: alpha(opacity=15); }

.a-common-btn { display: block; margin: 0 auto; width: 120px; height: 35px; line-height: 35px; font-size: 14px; color: #2e3191; text-align: center; border: 1px solid #2e3191; }

.a-common-btn:after { content: ''; display: inline-block; margin-left: 8px; margin-bottom: 4px; width: 26px; height: 10px; background: url(../images/0-arrowhalf-blue.png) no-repeat center center; -o-background-size: 26px auto; background-size: 26px auto; }

/*** 首页主推产品 ***/
.a-product { padding-top: 35px; padding-bottom: 45px; }

.a-product-box { position: relative; margin-top: 25px; padding: 0 40px; }

.a-product-list { overflow: hidden; }

.a-product-list a { display: block; overflow: hidden; }

.a-product-top { overflow: hidden; }

.a-product-top img { display: block; width: 100%; }

.a-product-bottom { position: relative; height: 30px; background-color: #f2f2f2; }

.a-product-text, .a-product-bg { position: absolute; top: 0; left: 0; width: 100%; height: 30px; }

.a-product-text { z-index: 5; }

.a-product-text p { padding: 0 10px; line-height: 30px; font-size: 14px; color: #ffffff; text-align: center; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.a-product-text img { display: none; }

.a-product-text i { position: absolute; left: 0; bottom: 0; border-color: transparent transparent #ebd858 #ebd858; border-width: 4px; border-style: solid; }

.a-product-bg { z-index: 3; background-color: #2e3191; }

.a-product .swiper-button-one { position: absolute; top: 50%; }

.a-product .swiper-button-right { right: 0; }

.a-product .swiper-button-left { left: 0; }

/*** 首页客户案例 ***/
.a-case-title { padding: 30px 45px; background-color: #2e3191; }

.a-case .a-common-title h3 { color: #ffffff; }

.a-case .a-common-title p { color: #ededed; }

.a-case .a-common-btn { color: #ffffff; border: 1px solid #ffffff; }

.a-case .a-common-btn:after { background: url(../images/0-arrowhalf-white.png) no-repeat center center; }

.a-case-section { margin: 25px 0 30px; line-height: 20px; font-size: 14px; color: #ededed; text-align: center; }

.a-case-list a { position: relative; display: block; overflow: hidden; }

.a-case-list img { display: block; width: 100%; }

.a-case-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); }

.a-case-text { position: absolute; top: 50%; left: 0; padding: 10px; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.a-case-text h4 { line-height: 20px; font-size: 16px; color: #ffffff; text-align: center; }

.a-case-text p { line-height: 18px; font-size: 14px; color: #ffffff; text-align: center; }

/*** 首页关于我们 ***/
.a-about { padding-top: 45px; padding-bottom: 45px; }

.a-about-left { position: relative; }

.a-about-left:before { content: ''; display: block; padding-top: 69.9187%; width: 43.08943%; background-color: #2e3191; }

.a-about-img { position: absolute; top: 50%; left: 15px; right: 15px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.a-about-img img { display: block; width: 100%; }

.a-about-right { padding-top: 15px; line-height: 18px; font-size: 14px; color: #666666; }

.a-about .a-common-title { margin-bottom: 15px; }

.a-about-list { margin-top: 15px; overflow: hidden; }

.a-about-list li { float: left; width: 25%; }

.a-about-list p { margin-top: 8px; line-height: 18px; font-size: 14px; color: #808080; text-align: center; }

.a-about-icon { height: 48px; }

.a-about-icon img { display: block; margin: 0 auto; height: 48px; }

.a-about .a-common-btn { margin-top: 15px; }

/*** 首页最新动态 ***/
.a-news { background-color: #efeff6; }

.a-news-box { padding-top: 30px; padding-bottom: 40px; }

.a-news-list { margin-top: 25px; }

.a-news-list li { margin-bottom: 12px; }

.a-news-top { display: block; position: relative; }

.a-news-top img { display: block; width: 100%; }

.a-news-date { position: absolute; left: 0; bottom: 0; width: 65px; height: 65px; text-align: center; background-color: #2e3191; }

.a-news-date span { display: block; margin-bottom: 10px; padding-top: 12px; line-height: 14px; font-size: 12px; color: #ffffff; }

.a-news-date b { display: block; line-height: 25px; font-size: 23px; color: #ffffff; }

.a-news-bottom { padding: 10px 15px 15px; background-color: #ffffff; }

.a-news-bottom h4 { margin-bottom: 6px; font-size: 16px; color: #333333; display: -webkit-box; height: 40px; line-height: 20px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.a-news-bottom p { font-size: 14px; color: #666666; display: -webkit-box; height: 60px; line-height: 20px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.a-news-bottom a { margin-top: 10px; display: inline-block; line-height: 16px; font-size: 14px; color: #2e3191; }

.a-news-bottom a:after { content: ''; display: inline-block; margin-left: 8px; margin-bottom: 4px; width: 26px; height: 10px; background: url(../images/0-arrowhalf-blue.png) no-repeat center center; -o-background-size: 26px auto; background-size: 26px auto; }

/*** 首页合作伙伴 ***/
.a-partner { padding-top: 40px; padding-bottom: 35px; }

.a-partner-list { margin: 25px 0; border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; overflow: hidden; }

.a-partner-list li { float: left; padding: 15px; width: 50%; height: 100px; line-height: 70px; text-align: center; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }

.a-partner-list a { display: block; }

.a-partner-list img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; }

/*** 其他页通用banner ***/
.common-banner { height: 200px; background-repeat: no-repeat; background-position: center center; -o-background-size: cover; background-size: cover; }

.common-banner h2 { line-height: 200px; font-size: 30px; color: #de1111; text-align: center; }

/*** 其他页通用下拉导航 ***/
.common-select { background-color: #f3f3f3; }

.common-select-box { border-left: 1px solid #dcdcdc; height: 50px; }

.common-select-one { width: 33.33333%; max-width: 215px; }

.common-select-two { width: 66.66667%; max-width: 275px; }

.common-select dl { position: relative; float: left; border-right: 1px solid #dcdcdc; }

.common-select dt { position: relative; padding-left: 20px; line-height: 50px; font-size: 14px; color: #111111; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.common-select dt:after { content: ''; position: absolute; top: 20px; right: 20px; width: 5px; height: 5px; border-bottom: 1px solid #111111; border-right: 1px solid #111111; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: transform ease 0.7s; -moz-transition: transform ease 0.7s; -o-transition: transform ease 0.7s; -webkit-transition: -webkit-transform ease 0.7s; transition: -webkit-transform ease 0.7s; -o-transition: -o-transform ease 0.7s; -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s; transition: transform ease 0.7s; transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s; }

.common-select dt.cur:after { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

.common-select dd { display: none; position: absolute; top: 50px; left: 0; right: 0; z-index: 10; }

.common-select dd a { display: block; padding-left: 20px; line-height: 40px; font-size: 14px; border-top: 1px solid #dcdcdc; background-color: #f3f3f3; }

.common-select dd a.cur { color: #ffffff; background-color: #2e3191; }

/*** 其他页通用标题 ***/
.common-title { padding-top: 30px; padding-bottom: 40px; }

.common-title h2 { margin-bottom: 10px; line-height: 24px; font-size: 22px; color: #868686; text-align: center; }

.common-title i { display: block; margin: 0 auto; width: 60px; height: 2px; background-color: #de0012; }

/*** 其他页通用分页器 ***/
.common-page { text-align: center; }

.common-page img { display: block; margin: 0 auto; }

/*** 关于我们-公司简介 ***/
.b-introduce { padding-bottom: 35px; }

.b-introduce-top img { display: block; width: 100%; }

.b-introduce-bottom { padding: 15px 20px; height: 56px; line-height: 26px; background-color: #242329; }

.b-introduce-bottom p { float: left; font-size: 22px; color: #ffffff; }

.b-introduce-bottom span { font-size: 14px; }

.b-introduce-bottom i { float: left; margin-left: 8px; width: 41px; height: 26px; background: url(../images/0-threearrow-gray.png) no-repeat center center; -o-background-size: 41px auto; background-size: 41px auto; }

.b-introduce-text { margin-top: 20px; line-height: 20px; font-size: 14px; color: #595959; }

.b-introduce-text h3 { margin-bottom: 10px; line-height: 22px; font-size: 20px; color: #de0012; }

.b-introduce-text h6 { margin-bottom: 10px; line-height: 20px; font-size: 14px; color: #595959; }

.b-outlets { padding: 25px 0 45px; background: url(../images/b-bg.jpg) no-repeat center center; -o-background-size: cover; background-size: cover; }

.b-outlets-img img { display: block; margin: 0 auto; max-width: 100%; }

.b-outlets-text { margin-top: 20px; line-height: 18px; font-size: 14px; color: #9b9c9f; }

.b-outlets-text h2 { margin-bottom: 4px; line-height: 27px; font-size: 25px; color: #de0012; }

.b-outlets-text h3 { margin-bottom: 9px; line-height: 24px; font-size: 22px; color: #58585e; }

/*** 关于我们-企业文化 ***/
.bb-culture { margin-top: 187.5px; padding-bottom: 40px; background: url(../images/bb-culture-bg.png) no-repeat center center; -o-background-size: cover; background-size: cover; }

.bb-culture-box { position: relative; height: 187.5px; }

.bb-culture-bg { position: absolute; top: 0; left: 50%; width: 375px; height: 375px; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background: url(../images/bb-culture-round.png) no-repeat center center; -o-background-size: contain; background-size: contain; }

.bb-culture-text { position: absolute; top: 50%; left: 50%; width: 61.0687%; height: 61.0687%; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; background-color: #ffffff; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.bb-culture-text h3 { margin-top: 20%; line-height: 20px; font-size: 18px; color: #000000; }

.bb-culture-text i { display: block; width: 2px; background-color: #ff4343; }

.bb-culture-text p { line-height: 22px; font-size: 12px; color: #de1111; }

.bb-culture-short { margin: 5% auto; height: 20px; }

.bb-culture-long { margin: 2.5% auto 0; height: 90px; }

.bb-culture-list li { margin-top: 10px; padding-left: 95px; }

.bb-culture-list li:nth-child(1) { background: url(../images/bb-icon-1.png) no-repeat left center; -o-background-size: auto 65px; background-size: auto 65px; }

.bb-culture-list li:nth-child(2) { background: url(../images/bb-icon-2.png) no-repeat left center; -o-background-size: auto 65px; background-size: auto 65px; }

.bb-culture-list li:nth-child(3) { background: url(../images/bb-icon-3.png) no-repeat left center; -o-background-size: auto 65px; background-size: auto 65px; }

.bb-culture-list h4 { margin-bottom: 5px; line-height: 20px; font-size: 18px; color: #333333; }

.bb-culture-list p { line-height: 20px; font-size: 14px; color: #707072; }

/*** 关于我们-发展历程 ***/
.bc-history { position: relative; padding-bottom: 40px; }

.bc-history:before { content: ''; position: absolute; top: 0; left: 22.5px; width: 0; height: 100%; border-right: 1px dashed #e5ddd0; }

.bc-history-list li { margin-bottom: 20px; }

.bc-history-list h3 { position: relative; margin-bottom: 15px; padding-left: 35px; line-height: 24px; font-size: 22px; color: #333333; }

.bc-history-list h3:before { content: ''; position: absolute; top: -0.5px; left: 0; width: 25px; height: 25px; -webkit-border-radius: 50%; border-radius: 50%; border: 5px solid #cd002b; background-color: #ffffff; }

.bc-history-list p { position: relative; padding-left: 35px; line-height: 22px; font-size: 14px; color: #646464; }

.bc-history-list p:before { content: ''; position: absolute; top: 7px; left: 8.5px; width: 8px; height: 8px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #b1b2ca; }

/*** 关于我们-合作伙伴 ***/
.bd-partner { padding-bottom: 40px; }

.bd-partner-list { border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; overflow: hidden; }

.bd-partner-list li { float: left; padding: 15px; width: 50%; height: 100px; line-height: 70px; text-align: center; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }

.bd-partner-list a { display: block; }

.bd-partner-list img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; }

/*** 产品中心 ***/
.c-product { padding-bottom: 40px; }

.c-product-other { padding-bottom: 30px; }

.c-product-select { position: relative; margin-bottom: 10px; }

.c-product-select dt { position: relative; padding: 0 40px 0 20px; height: 50px; line-height: 50px; font-size: 14px; color: #ffffff; background-color: #2e3191; }

.c-product-select dt.cur i { top: 22px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

.c-product-select i { position: absolute; top: 18px; right: 20px; width: 10px; height: 10px; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }

.c-product-select dd { display: none; position: absolute; top: 50px; left: 0; right: 0; padding: 10px 20px; background-color: #373a91; z-index: 8; }

.c-product-select a { display: block; line-height: 40px; font-size: 14px; color: #ffffff; }

.c-product-search { position: relative; }

.c-product-text { padding: 0 60px 0 20px; width: 100%; height: 50px; line-height: 50px; background-color: #f1f1f1; }

.c-product-submit { position: absolute; top: 0; right: 10px; width: 50px; height: 50px; background: url(../images/0-search-black.png) no-repeat center center; -o-background-size: 21px auto; background-size: 21px auto; }

.c-product-list { margin: 0 -5px; padding-bottom: 20px; overflow: hidden; }

.c-product-list li { padding: 5px; }

.c-product-list a { display: block; }

.c-product-list p { margin-top: 5px; line-height: 22px; font-size: 16px; color: #111111; text-align: center; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.c-product-img { background-color: #fafafa; overflow: hidden; }

.c-product-img img { display: block; width: 100%; }

.c-product-img i { display: none; }

/*** 产品详情 ***/
.cb-introduce { padding-top: 30px; padding-bottom: 25px; }

.cb-introduce-big { position: relative; margin-bottom: 20px; padding-bottom: 20px; /*border: 1px solid #dadada;*/ overflow: hidden; }

.cb-introduce-big img { display: block; width: 100%; }

.cb-introduce-big .swiper-pagination { position: absolute; left: 0; right: 0; bottom: 8px; height: 3px; line-height: 3px; font-size: 0; text-align: center; }

.cb-introduce-big .swiper-pagination-bullet { display: inline-block; vertical-align: middle; margin: 0 2px; width: 28px; height: 3px; background-color: #d9d9d9; }

.cb-introduce-big .swiper-pagination-bullet-active { background-color: #2e3191; }

.cb-introduce-text { padding-bottom: 15px; line-height: 18px; font-size: 14px; color: #666666; /*border-bottom: 1px solid #dadada;*/ }

.cb-introduce-text h2 { margin-bottom: 15px; padding-bottom: 15px; line-height: 26px; font-size: 20px; /*border-bottom: 1px solid #dadada;*/ }

.cb-introduce-window { display: none; }

.cb-graphic { padding-bottom: 40px; }

.cb-graphic-top { margin-bottom: 20px; background-color: #ededed; overflow: hidden; }

.cb-graphic-top li { float: left; width: 160px; height: 50px; line-height: 50px; font-size: 14px; color: #666666; text-align: center; }

.cb-graphic-top li.cur { color: #ffffff; background-color: #2e3191; }

.cb-graphic-block { display: none; }

.cb-graphic-block.cur { display: block; }

.cb-graphic-block table { width: 100%; border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; }

.cb-graphic-block td:nth-child(1) { width: 30%; }

.cb-graphic-block td { line-height: 45px; font-size: 14px; color: #333333; text-align: center; border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }

/*** 客户案例 ***/
.d-bg { background-color: #f7f7f7; }

.d-case { padding-bottom: 40px; }

.d-case-list { padding-bottom: 25px; }

.d-case-list li { margin-bottom: 10px; background-color: #ffffff; }

.d-case-img a { display: block; }

.d-case-img img { display: block; width: 100%; }

.d-case-text { padding: 20px; line-height: 20px; font-size: 13px; color: #666666; }

.d-case-text h3 { margin-bottom: 10px; padding-bottom: 10px; line-height: 18px; font-size: 16px; color: #333333; border-bottom: 1px solid #cccccc; }

.d-case-text a { color: #666666; }

.d-case-text p { display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.d-case-btn { display: block; margin-top: 10px; width: 90px; height: 30px; line-height: 30px; font-size: 13px; color: #666666; text-align: center; border: 1px solid #b2b2b2; }

/*** 新闻中心 ***/
.newscont7 { padding-bottom: 30px; }

.hotnews07 { position: relative; padding-bottom: 25px; background-color: #f2f2f2; overflow: hidden; }

.hotnews07 li { width: 100%; }

.hotnewsimg07 a { display: block; overflow: hidden; }

.hotnewsimg07 img { display: block; width: 100%; }

.hotnewstext07 { padding: 20px; }

.hotnewstext07 h4 { margin-bottom: 12px; line-height: 28px; font-size: 20px; font-weight: bold; color: #666666; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.hotnewstext07 p { font-size: 14px; color: #888888; max-height: 100px; line-height: 20px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }

.hotnewstext07 a { display: inline-block; margin-top: 15px; line-height: 16px; font-size: 14px; color: #666666; }

.hotnewsbtn07 { position: absolute; left: 0; bottom: 10px; width: 100%; line-height: 11px; text-align: center; }

.hotnewsbtn07 span { display: inline-block; margin-right: 9px; width: 11px; height: 11px; background-color: #d9d9d9; -webkit-border-radius: 50%; border-radius: 50%; }

.hotnewsbtn07 span.swiper-pagination-bullet-active { background-color: #2e3191; }

.newscont8 { background-color: #f2f2f2; }

.newslist08 { padding-top: 20px; padding-bottom: 25px; }

.newslist08 ul { margin: 0 -9px; padding-bottom: 16px; overflow: hidden; }

.newslist08 li { padding: 9px; }

.newslistcont08 { position: relative; display: block; }

.newslistext08 { position: relative; padding: 100px 15px 35px; background-color: #ffffff; }

.newslistext08 h4 { margin-bottom: 15px; font-size: 16px; color: #666666; display: -webkit-box; height: 44px; line-height: 22px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.newslistext08 p { font-size: 14px; color: #888888; display: -webkit-box; height: 100px; line-height: 20px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }

.newslistext08 span { display: inline-block; margin-top: 12px; line-height: 16px; font-size: 14px; color: #666666; }

.newsdate08 { position: absolute; top: 0; left: 15px; width: 80px; height: 80px; text-align: center; background-color: #2e3191; }

.newsdate08 b { display: block; padding-top: 16px; line-height: 38px; font-size: 36px; color: #ffffff; }

.newsdate08 i { display: block; line-height: 14px; font-size: 12px; font-style: normal; color: #ffffff; }

.back { display: none; }

/*** 新闻详情 ***/
.eb-details { padding-bottom: 40px; }

.eb-details-title { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #e6e6e6; }

.eb-details-title h3 { margin-bottom: 10px; line-height: 22px; font-size: 18px; color: #595959; }

.eb-details-title span { line-height: 18px; font-size: 16px; color: #da0404; }

.eb-details-box { margin-bottom: 20px; padding-bottom: 20px; line-height: 20px; font-size: 14px; color: #808080; border-bottom: 1px solid #d9d9d9; }

.eb-details-box img { display: inline-block; margin: 10px 0; max-width: 100%; }

.eb-details-left p { line-height: 22px; font-size: 14px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.eb-details-left span, .eb-details-left a { color: #666666; }

.eb-details-right { margin-top: 10px; }

.eb-details-right a { display: block; margin: 0 auto; width: 145px; height: 50px; line-height: 50px; font-size: 16px; color: #ffffff; text-align: center; background-color: #2e3191; }

/*** 服务支持-常见问题 ***/
.f-dialogue { padding-bottom: 40px; }

.f-dialogue-list { margin-bottom: 15px; overflow: hidden; }

.f-dialogue-list li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #e6e6e6; }

.f-dialogue-list li.cur i:after { border-bottom: 1px solid #2e3191; border-right: 1px solid #2e3191; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

.f-dialogue-list li.cur .f-dialogue-bg { background-color: #f2f2f2; }

.f-dialogue-list li.cur .f-dialogue-details { max-height: none; -webkit-line-clamp: inherit; }

.f-dialogue-question span, .f-dialogue-answer span { position: absolute; top: 0; left: 0; width: 29px; height: 28px; line-height: 28px; font-size: 20px; color: #ffffff; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; }

.f-dialogue-question { position: relative; margin-bottom: 8px; padding-left: 40px; padding-right: 28px; line-height: 28px; font-size: 14px; color: #4d4d4d; }

.f-dialogue-question span { background-color: #2e3191; }

.f-dialogue-question i { position: absolute; top: 0; right: 0; width: 28px; height: 28px; }

.f-dialogue-question i:after { content: ''; position: absolute; top: 8px; right: 2px; width: 12px; height: 12px; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }

.f-dialogue-answer { position: relative; padding-left: 35px; }

.f-dialogue-answer span { top: 6px; background-color: #cccccc; }

.f-dialogue-bg { padding: 5px; background-color: #ffffff; -webkit-transition: background-color 0.7s ease; -moz-transition: background-color 0.7s ease; -o-transition: background-color 0.7s ease; transition: background-color 0.7s ease; }

.f-dialogue-details { font-size: 13px; color: #4d4d4d; max-height: 50px; line-height: 25px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

/*** 服务支持-在线留言 ***/
.fb-online { padding-bottom: 40px; }

.fb-online-img img { display: block; margin: 0 auto; max-width: 100%; }

.fb-online-form { margin-top: 20px; }

.fb-online-bit { position: relative; margin-bottom: 10px; }

.fb-online-bit label { position: absolute; top: 0; bottom: 0; right: 0; width: 40px; }

.fb-online-bit input { padding-left: 10px; padding-right: 40px; width: 100%; height: 40px; line-height: 40px; border: 1px solid #edeae8; }

.fb-online-bit textarea { padding: 10px; padding-right: 50px; width: 100%; height: 112px; line-height: 18px; border: 1px solid #edeae8; }

.fb-online-bit input:focus, .fb-online-bit textarea:focus { border-color: #ff0404; -webkit-box-shadow: 0 0 12px 0 rgba(80, 80, 80, 0.15), inset 0 3px 7px 0 rgba(8, 1, 3, 0.14); -ms-box-shadow: 0 0 12px 0 rgba(80, 80, 80, 0.15), inset 0 3px 7px 0 rgba(8, 1, 3, 0.14); -o-box-shadow: 0 0 12px 0 rgba(80, 80, 80, 0.15), inset 0 3px 7px 0 rgba(8, 1, 3, 0.14); box-shadow: 0 0 12px 0 rgba(80, 80, 80, 0.15), inset 0 3px 7px 0 rgba(8, 1, 3, 0.14); }

.fb-online-name { background: url(../images/0-user-gray.png) no-repeat center center; -o-background-size: 23px auto; background-size: 23px auto; }

.fb-online-mailbox { background: url(../images/0-mailbox-gray.png) no-repeat center center; -o-background-size: 26px auto; background-size: 26px auto; }

.fb-online-phone { background: url(../images/0-phone-gray.png) no-repeat center center; -o-background-size: 24px auto; background-size: 24px auto; }

.fb-online-content { background: url(../images/0-speak-gray.png) no-repeat center center; -o-background-size: 25px auto; background-size: 25px auto; }

.fb-online-short { padding-right: 77px; }

.fb-online-short a { position: absolute; top: 0; right: 0; border: 1px solid #edeae8; }

.fb-online-short img { display: block; height: 38px; }

.fb-online-short input { padding-right: 0; }

.fb-online-speak { position: relative; height: 112px; }

.fb-online-btn { text-align: center; }

.fb-online-btn input { display: inline-block; width: 142px; height: 40px; line-height: 40px; font-size: 14px; color: #ffffff; }

.fb-online-submit { background-color: #2e3191; }

.fb-online-reset { background-color: #d7d7d7; }

/*** 联系我们-联系方式 ***/
.g-mode { padding-bottom: 15px; }

.g-mode-list { margin: 0 -10px; overflow: hidden; }

.g-mode-list li { padding: 0 10px 20px; text-align: center; }

.g-mode-list i { display: block; margin: 0 auto; width: 100px; height: 100px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #cccccc; }

.g-mode-list span { display: block; margin: 15px 0 5px; line-height: 16px; font-size: 14px; color: #666666; }

.g-mode-list p { line-height: 18px; min-height: 54px; font-size: 14px; color: #333333; }

.g-mode-address { background: url(../images/0-address-blue.png) no-repeat center center; -o-background-size: auto 41px; background-size: auto 41px; }

.g-mode-phone { background: url(../images/0-phone-blue.png) no-repeat center center; -o-background-size: auto 40px; background-size: auto 40px; }

.g-mode-fax { background: url(../images/0-fax-blue.png) no-repeat center center; -o-background-size: auto 41px; background-size: auto 41px; }

.g-mode-call { background: url(../images/0-call-blue.png) no-repeat center center; -o-background-size: auto 40px; background-size: auto 40px; }

.g-mode-qq { background: url(../images/0-qq-blue.png) no-repeat center center; -o-background-size: auto 36px; background-size: auto 36px; }

.g-mode-website { background: url(../images/0-website-blue.png) no-repeat center center; -o-background-size: auto 38px; background-size: auto 38px; }

.g-map { height: 430px; }

/*** 联系我们-加入我们 ***/
.pagezhaopin4 { padding-bottom: 40px; }

.hsh_zp04 { padding-bottom: 25px; border-top: 1px solid #d9d9d9; }

.hsh_zp04 li { border-bottom: 1px solid #d9d9d9; }

.hsh_zp04 li h3 { font-size: 15px; height: 50px; line-height: 50px; color: #666666; padding: 0 28px; background-image: url(../images/zp06.png); background-position: 98% center; background-repeat: no-repeat; cursor: pointer; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; }

.zhaoptext04 { display: none; padding: 12px; background: #f2f2f2; font-size: 14px; line-height: 24px; color: #333333; }

.zhaoptext04:first-child { display: block; }

.zhaoptext04 h4 { padding-bottom: 21px; font-weight: bold; font-size: 14px; color: #666666; }

.hsh_mailtoa04 { width: 120px; height: 35px; line-height: 35px; text-align: center; color: #ffffff; font-size: 16px; background-color: #2e3191; display: inline-block; margin-top: 32px; }

.hsh_mailtoa04:hover { color: #ffffff; }

.hsh_zp04 li h3.cur { color: #ffffff; background-color: #2e3191; background-image: url(../images/zp07.png); }

.hsh_mailtotext04 { color: #2e3191; display: block; margin-top: 10px; }

.recrequest04 { padding: 2% 0; margin: 0 0 3%; border-bottom: 1px solid #cccccc; line-height: 28px; }

.recrequest04 li { padding: 0; border: none !important; }

.remorebtn03 a { display: block; height: 45px; margin-bottom: 35px; font-size: 16px; line-height: 45px; color: #ffffff; text-align: center; background-color: #2e3191; cursor: pointer; }

/*** 搜索页 ***/
.searchcont401 { padding: 20px 0; }

.searchtitle401 { padding: 15px; background-color: #2e3191; }

.resultlist401 { font-size: 13px; padding: 15px 0; }

.resultlist401 img { display: block; width: 100%; }

.resultlist401 li { padding: 15px 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; margin-bottom: -1px; }

.resultlist401 h4 { font-size: 16px; line-height: 24px; margin-bottom: 10px; }

.resultlist401 h4 a { display: block; }

.resultlist401 h4 em { color: #2e3191; }

.resultlist401 h4 a { display: block; }

.resulttext401 { height: 72px; font-size: 14px; line-height: 24px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #666666; }

.resultlabel401 { color: #999999; display: inline-block; padding-top: 3%; }

.searchinputcont401 { padding-right: 60px; }

.searchinputcont401 dt input { position: relative; float: left; width: 100%; height: 40px; line-height: 40px; text-indent: 12px; font-size: 15px; color: #333333; background-color: #ffffff; }

.searchinputcont401 dd input { position: relative; left: 60px; margin-left: -60px; float: left; width: 60px; height: 40px; line-height: 40px; font-size: 16px; font-weight: bold; color: #ffffff; cursor: pointer; background-color: #de1111; }

.searchimg401 { display: block; margin-bottom: 3%; }

@charset "UTF-8";
/***** ipad *****/
@media (min-width: 768px) { /*** 头部 ***/
  .header-top { display: block; height: 30px; background-color: #f2f2f2; }
  .header-long { position: fixed; top: 0; left: 0; right: 0; height: 30px; background-color: #f2f2f2; z-index: 15; }
  .header-long a { float: right; padding-left: 25px; line-height: 30px; font-size: 14px; color: #666666; background: url(../images/0-call-gray.png) no-repeat left center; -o-background-size: 16px; background-size: 16px; }
  .header-bottom { height: 70px; }
  .header-box { /* top: 30px; */ top: 0; height: 70px; }
  .header-left { margin: 15px 0; }
  .header-left img { height: 40px; }
  .header-right { margin: 15px 0; }
  .header-call { display: none; }
  .header-search i { margin-left: 0; width: 40px; height: 40px; -o-background-size: 20px auto; background-size: 20px auto; }
  .header-form { top: 100px; padding: 10px 20px; }
  .header .header-text { padding-left: 50px; padding-right: 20px; height: 30px; -webkit-border-radius: 20px; border-radius: 20px; }
  .header .header-submit { top: 10px; left: 30px; }
  .header-btn { margin-left: 15px; padding: 9px 8px; width: 40px; height: 40px; }
  .header-btn i { display: block; height: 2px; background-color: #b2b2b2; -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }
  .header-btn i:nth-child(2) { margin: 8px 0; -webkit-transition: opacity 0.7s ease; -moz-transition: opacity 0.7s ease; -o-transition: opacity 0.7s ease; transition: opacity 0.7s ease; }
  .header-btn.cur i:nth-child(1) { -webkit-transform: translateY(10px) rotate(45deg); -moz-transform: translateY(10px) rotate(45deg); -ms-transform: translateY(10px) rotate(45deg); -o-transform: translateY(10px) rotate(45deg); transform: translateY(10px) rotate(45deg); }
  .header-btn.cur i:nth-child(2) { opacity: 0; filter: alpha(opacity=0); }
  .header-btn.cur i:nth-child(3) { -webkit-transform: translateY(-10px) rotate(-45deg); -moz-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); -o-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
  .header-center { top: 100px; padding: 20px 20px 45px; }
  .header-center h3 a { line-height: 50px; }
  .header-center i { width: 50px; height: 50px; }
  .header-center i:after { top: 19px; left: 19px; width: 12px; height: 12px; }
  .header-select { padding-left: 20px; }
  .header-select a { line-height: 40px; }
  /*** 尾部 ***/
  .footer-box { padding-top: 30px; padding-bottom: 30px; }
  .footer-logo { margin-bottom: 15px; }
  .footer-center { margin: 0 auto 15px; max-width: 768px; }
  .footer-link { margin-bottom: 14px; }
  .footer-link a { float: left; width: auto; line-height: 40px; }
  .footer-link span { display: block; float: left; margin: 0 15.5px; line-height: 40px; font-size: 14px; color: #ccc; }
  .footer-address { margin-bottom: 6px; }
  .footer .footer-share a { margin-left: 10px; }
  .footer .footer-share .bds_tsina { margin-left: 15px; }
  /*** 返回顶部 ***/
  .fixed { bottom: 50px; right: 20px; }
  /*** 页面通用swiper按钮 ***/
  /*** 首页banner ***/
  .a-banner .commonweb { height: 480px; }
  .a-banner-text { padding: 0 20px; }
  .a-banner-text h3 { margin-bottom: 15px; line-height: 36px; font-size: 30px; }
  .a-banner-text p { display: block; line-height: 22px; font-size: 14px; color: #2e3191; }
  .a-banner-text a { margin-top: 15px; }
  .a-banner-img { height: 375px; line-height: 375px; }
  .a-banner .swiper-pagination { bottom: 30px; }
  .a-banner .swiper-pagination-bullet { margin: 0 3px; width: 42px; }
  /*** 首页通用class ***/
  .a-common-title h3 { margin-bottom: 8px; line-height: 24px; font-size: 22px; }
  .a-common-title p { line-height: 28px; font-size: 26PX; }
  /*** 首页主推产品 ***/
  .a-product { padding-top: 52px; padding-bottom: 68px; }
  .a-product-box { margin-top: 38px; padding: 0 68px 0 0; }
  .a-product-bottom { height: 45px; }
  .a-product-text, .a-product-bg { height: 45px; }
  .a-product-text p { padding: 0 15px; line-height: 45px; }
  .a-product-text i { border-width: 6px; }
  .a-product .swiper-button-right { right: 0; margin-top: -35px; }
  .a-product .swiper-button-left { left: auto; right: 0; margin-top: 15px; }
  /*** 首页客户案例 ***/
  .a-case-title { padding: 45px 68px; }
  .a-case .a-common-btn { margin: 0; }
  .a-case-section { margin: 38px 0 45px; line-height: 22px; text-align: left; }
  .a-case-list { overflow: hidden; }
  .a-case-list li { float: left; width: 50%; }
  .a-case-text { padding: 20px; }
  .a-case-text h4 { line-height: 24px; font-size: 18px; }
  /*** 首页关于我们 ***/
  .a-about { padding-top: 68px; padding-bottom: 68px; }
  .a-about-img { left: 22px; right: 22px; }
  .a-about-right { padding-top: 22px; line-height: 20px; }
  .a-about .a-common-title { margin-bottom: 22px; }
  .a-about-list { margin-top: 22px; }
  .a-about-list p { margin-top: 12px; line-height: 20px; }
  .a-about .a-common-btn { margin-top: 22px; }
  /*** 首页最新动态 ***/
  .a-news-box { padding-top: 45px; padding-bottom: 60px; }
  .a-news-list { margin: 38px -9px 0; }
  .a-news-list li { float: left; margin-bottom: 0; padding: 0 9px; width: 33.33333%; }
  .a-news-bottom { padding: 15px 22px 22px; }
  .a-news-bottom h4 { margin-bottom: 9px; font-size: 18px; display: -webkit-box; height: 44px; line-height: 22px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .a-news-bottom p { display: -webkit-box; height: 66px; line-height: 22px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .a-news-bottom a { margin-top: 15px; }
  /*** 首页合作伙伴 ***/
  .a-partner { padding-top: 60px; padding-bottom: 52px; }
  .a-partner-list { margin: 38px 0; }
  .a-partner-list li { width: 25%; }
  /*** 其他页通用banner ***/
  .common-banner { height: 250px; }
  .common-banner h2 { line-height: 250px; font-size: 36px; }
  /*** 其他页通用下拉导航 ***/
  /*** 其他页通用标题 ***/
  .common-title { padding-top: 45px; padding-bottom: 60px; }
  .common-title h2 { margin-bottom: 15px; line-height: 28px; font-size: 26px; }
  /*** 关于我们-公司简介 ***/
  .b-introduce { padding-bottom: 52px; }
  .b-introduce-img { float: right; padding-left: 30px; padding-bottom: 30px; width: 41.66667%; }
  .b-introduce-bottom { padding: 25px 20px; height: 84px; line-height: 34px; }
  .b-introduce-bottom p { font-size: 26px; }
  .b-introduce-bottom span { font-size: 16px; }
  .b-introduce-bottom i { margin-left: 12px; }
  .b-introduce-text { margin-top: 0; line-height: 22px; }
  .b-introduce-text h3 { margin-bottom: 15px; line-height: 24px; font-size: 22px; }
  .b-introduce-text h6 { margin-bottom: 15px; line-height: 22px; }
  .b-outlets { padding: 38px 0 68px; }
  .b-outlets .commonweb { display: table; }
  .b-outlets-img { display: table-cell; vertical-align: middle; width: 50%; }
  .b-outlets-text { display: table-cell; vertical-align: middle; margin-top: 0; width: 50%; line-height: 20px; }
  .b-outlets-text h2 { margin-bottom: 6px; line-height: 33px; font-size: 31px; }
  .b-outlets-text h3 { margin-bottom: 14px; line-height: 28px; font-size: 26px; }
  /*** 关于我们-企业文化 ***/
  .bb-culture { margin-top: 330px; padding-bottom: 60px; }
  .bb-culture-box { height: 330px; }
  .bb-culture-bg { width: 660px; height: 660px; }
  .bb-culture-text h3 { margin-top: 25%; line-height: 26px; font-size: 24px; }
  .bb-culture-text p { line-height: 26px; font-size: 16px; }
  .bb-culture-short { margin: 10% auto; height: 30px; }
  .bb-culture-long { margin: 6.25% auto 0; height: 135px; }
  .bb-culture-list { overflow: hidden; }
  .bb-culture-list li { float: left; margin-top: 20px; width: 50%; }
  .bb-culture-list li:nth-child(1) { -o-background-size: auto 70px; background-size: auto 70px; }
  .bb-culture-list li:nth-child(2) { -o-background-size: auto 71px; background-size: auto 71px; }
  .bb-culture-list li:nth-child(3) { -o-background-size: auto 74px; background-size: auto 74px; }
  .bb-culture-list h4 { margin-bottom: 8px; line-height: 22px; font-size: 20px; }
  .bb-culture-list p { line-height: 22px; font-size: 16px; }
  /*** 关于我们-发展历程 ***/
  .bc-history { padding-bottom: 60px; }
  .bc-history:before { left: 50%; margin-left: -0.5px; }
  .bc-history-list li { margin-bottom: 30px; overflow: hidden; }
  .bc-history-list li:nth-child(odd) { padding-right: 50%; text-align: right; }
  .bc-history-list li:nth-child(odd) h3 { padding-left: 0; padding-right: 27.5px; }
  .bc-history-list li:nth-child(odd) h3:before { top: 1.5px; left: auto; right: -12.5px; }
  .bc-history-list li:nth-child(odd) p { float: right; padding-left: 0; padding-right: 27.5px; max-width: 360px; }
  .bc-history-list li:nth-child(odd) p:before { top: 9px; left: auto; right: -3.5px; }
  .bc-history-list li:nth-child(even) { padding-left: 50%; text-align: left; }
  .bc-history-list li:nth-child(even) h3 { padding-left: 27.5px; }
  .bc-history-list li:nth-child(even) h3:before { top: 1.5px; left: -12.5px; }
  .bc-history-list li:nth-child(even) p { float: left; padding-left: 27.5px; max-width: 360px; }
  .bc-history-list li:nth-child(even) p:before { top: 9px; left: -4.5px; }
  .bc-history-list h3 { margin-bottom: 22px; line-height: 28px; font-size: 26px; }
  .bc-history-list p { line-height: 26px; font-size: 16px; }
  /*** 关于我们-合作伙伴 ***/
  .bd-partner { padding-bottom: 60px; }
  .bd-partner-list li { width: 25%; }
  /*** 产品中心 ***/
  .c-product { padding-bottom: 60px; }
  .c-product-other { padding-bottom: 45px; height: 95px; }
  .c-product-select { float: left; margin-bottom: 0; padding-right: 7.5px; width: 32.96089%; max-width: 295px; }
  .c-product-select dd { right: 7.5px; }
  .c-product-search { float: left; padding-left: 7.5px; width: 67.03911%; max-width: 600px; }
  .c-product-list { margin: 0 -7.5px; padding-bottom: 30px; }
  .c-product-list li { padding: 7.5px; }
  .c-product-list p { margin-top: 7.5px; line-height: 26px; font-size: 18px; }
  /*** 产品详情 ***/
  .cb-introduce { padding-top: 45px; padding-bottom: 38px; overflow: hidden; }
  .cb-introduce-big { float: left; margin-bottom: 0; padding-bottom: 0; width: 42.08333%; }
  .cb-introduce-big .swiper-pagination { display: none; }
  .cb-introduce-half { float: right; width: 52.91667%; }
  .cb-introduce-text { margin-bottom: 22px; padding: 10px 0 22px; line-height: 22px; }
  .cb-introduce-text h2 { margin-bottom: 22px; padding-bottom: 22px; line-height: 32px; font-size: 26px; }
  .cb-introduce-window { display: block; position: relative; padding: 0 30px; }
  .cb-introduce-small { overflow: hidden; }
  .cb-introduce-small .swiper-slide { border: 1px solid #dadada; }
  .cb-introduce-small .swiper-slide img { display: block; width: 100%; }
  .cb-introduce-small .swiper-slide.cur { border-color: #2e3191; }
  .cb-introduce-btn { position: absolute; top: 50%; margin-top: -10px; width: 20px; height: 30px; }
  .cb-introduce-btn:after { content: ''; position: absolute; top: 8px; width: 14px; height: 14px; border-top: 2px solid #999999; }
  .cb-introduce-left { left: 0; }
  .cb-introduce-left:after { left: 4px; border-left: 2px solid #999999; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
  .cb-introduce-right { right: 0; }
  .cb-introduce-right:after { right: 4px; border-right: 2px solid #999999; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
  .cb-graphic { padding-bottom: 60px; }
  .cb-graphic-top { margin-bottom: 30px; }
  .cb-graphic-top li { width: 240px; font-size: 16px; }
  .cb-graphic-block td { padding: 0 30px; font-size: 16px; text-align: left; }
  /*** 客户案例 ***/
  .d-case { padding-bottom: 60px; }
  .d-case-list { padding-bottom: 38px; }
  .d-case-list li { margin-bottom: 0; overflow: hidden; }
  .d-case-list li:nth-child(odd) .d-case-text { float: left; }
  .d-case-list li:nth-child(odd) .d-case-img { float: right; }
  .d-case-list li:nth-child(odd) .d-case-img:after { left: 0; border-left: 14px solid #fff; }
  .d-case-list li:nth-child(even) .d-case-text { float: right; }
  .d-case-list li:nth-child(even) .d-case-img { float: left; }
  .d-case-list li:nth-child(even) .d-case-img:after { right: 0; border-right: 14px solid #fff; }
  .d-case-img { position: relative; width: 50%; }
  .d-case-img:after { content: ''; position: absolute; top: 50%; width: 0; height: 0; border: 14px solid transparent; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .d-case-text { padding: 3% 30px; width: 50%; line-height: 22px; }
  .d-case-text h3 { margin-bottom: 10px; padding-bottom: 10px; line-height: 20px; font-size: 18px; }
  .d-case-btn { margin-top: 10px; }
  /*** 新闻中心 ***/
  .newscont7 { padding-bottom: 45px; }
  .hotnewstext07 { padding: 30px; }
  .hotnewstext07 h4 { margin-bottom: 18px; line-height: 32px; font-size: 22px; }
  .hotnewstext07 p { max-height: 110px; line-height: 22px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
  .hotnewstext07 a { margin-top: 22px; }
  .newslist08 { padding-top: 30px; padding-bottom: 38px; }
  .newslist08 ul { margin: 0 -13.5px; padding-bottom: 24px; }
  .newslist08 li { padding: 13.5px; }
  .newslistcont08 { height: 400px; }
  .newslistext08 { padding: 110px 22px 0; }
  .newslistext08 h4 { margin-bottom: 22px; font-size: 18px; display: -webkit-box; height: 52px; line-height: 26px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .newslistext08 p { display: -webkit-box; height: 110px; line-height: 22px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
  .newslistext08 span { margin-top: 18px; }
  .newslisimg08 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #2e3191; }
  .newslisimg08 img { display: block; width: 100%; }
  .newslisimg08 p { margin: 60px 22px 0; font-size: 18px; color: #ffffff; display: -webkit-box; height: 52px; line-height: 26px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .front, .back { position: absolute; left: 0; top: 0; bottom: 0; right: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -o-background-size: cover; background-size: cover; background-position: center; overflow: hidden; -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; transition: .6s; }
  .back { display: block; position: absolute; top: 0; left: 0; width: 100%; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); transform: rotateY(-180deg); z-index: 1; }
  .front { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); z-index: 2; }
  /*.newslist08 ul li:hover .back { opacity: 1; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); z-index: 2; }
  .newslist08 ul li:hover .front { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); transform: rotateY(-180deg); z-index: 1; }*/
  /*** 新闻详情 ***/
  .eb-details { padding-bottom: 60px; }
  .eb-details-title { margin-bottom: 22px; padding-bottom: 22px; }
  .eb-details-title h3 { margin-bottom: 15px; line-height: 26px; font-size: 20px; }
  .eb-details-title span { line-height: 20px; font-size: 18px; }
  .eb-details-box { margin-bottom: 30px; padding-bottom: 30px; line-height: 22px; }
  .eb-details-box img { margin-right: 15px; }
  .eb-details-more { position: relative; padding-right: 165px; }
  .eb-details-left p { line-height: 26px; }
  .eb-details-right { position: absolute; top: 50%; right: 0; margin-top: -25px; }
  /*** 服务支持-常见问题 ***/
  .f-dialogue { padding-bottom: 60px; }
  .f-dialogue-list { margin-bottom: 22px; }
  .f-dialogue-list li { margin-bottom: 15px; padding-bottom: 15px; }
  .f-dialogue-question { margin-bottom: 0; padding-left: 45px; padding-right: 32px; line-height: 32px; }
  .f-dialogue-question span { top: 2px; }
  .f-dialogue-question i { width: 32px; height: 32px; }
  .f-dialogue-question i:after { top: 10px; }
  .f-dialogue-answer span { top: 8px; -webkit-transition: top ease 0.7s; -moz-transition: top ease 0.7s; -o-transition: top ease 0.7s; transition: top ease 0.7s; }
  .f-dialogue-bg { padding-left: 10px; padding-right: 10px; background-color: #ffffff; }
  .f-dialogue-details { max-height: 58px; line-height: 29px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  /*** 服务支持-在线留言 ***/
  .fb-online { padding-bottom: 60px; }
  .fb-online-box { position: relative; padding-right: 378px; }
  .fb-online-img { position: absolute; top: 0; right: 0; width: 368px; }
  .fb-online-img img { margin: 0; max-width: none; width: 100%; }
  .fb-online-form { margin-top: 0; }
  .fb-online-btn { text-align: left; }
  /*** 联系我们-联系方式 ***/
  .g-mode { padding-bottom: 22px; }
  .g-mode-list { margin: 0 -15px; }
  .g-mode-list li { padding: 0 15px 30px; }
  .g-mode-list span { margin: 22px 0 8px; line-height: 18px; font-size: 16px; }
  .g-mode-list p { line-height: 20px; min-height: 40px; font-size: 16px; }
  /*** 联系我们-加入我们 ***/
  .pagezhaopin4 { padding-bottom: 60px; }
  .hsh_zp04 { padding-bottom: 38px; }
  .hsh_zp04 li h3 { height: 60px; line-height: 60px; }
  .zhaoptext04 { padding: 32px; }
  .hsh_mailtotext04 { display: inline-block; margin-left: 22px; }
  .Recruitmentsearch01 dl { max-width: 565px; margin: auto; padding-left: 150px; position: relative; padding-right: 0px; }
  .Recruitmentsearch01 dl dt { width: 150px; position: absolute; left: 0px; padding: 10px 0px 0px 45px; font-size: 18px; padding-bottom: 0px; }
  .hsh_mailtoa04 { display: inline-block; margin: 32px 22px 0 0; }
  .remorebtn03 a { margin-bottom: 50px; }
  /*** 搜索页 ***/
  .searchinputcont401 { max-width: 61.8%; margin: 0 auto; }
  .searchtitle401 { font-size: 24px; }
  .resultlist401 { padding: 3% 0; }
  .resultlist401 img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); max-width: 100%; width: auto; }
  .searchimg401 { float: left; margin: 0 3% 0 0; display: block; width: 200px; height: 150px; overflow: hidden; position: relative; }
  .resultlist401 h4 { font-size: 20px; margin-bottom: 2%; } }

.header-subnav-img{display:none;}
@charset "UTF-8";
/***** pc *****/
@media (min-width: 1024px) { /*** 头部 ***/
  .header-top { height: 40px; }
  .header-long { position: static; height: 40px; }
  .header-long a { line-height: 40px; font-size: 15px; }
  .header-bottom { height: 90px; position:relative; }
  .header-box { position: static; height: 90px; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
  .header-left { margin: 17px 0; }
  .header-left img { height: 56px; }
  .header-right { margin: 30px 0; }
  .header-search i { display: none; }
  .header-form { display: block; position: relative; top: auto; left: auto; right: auto; padding: 0; border: 0; }
  .header .header-text { padding-left: 40px; padding-right: 15px; width: 175px; -webkit-border-radius: 15px; border-radius: 15px; }
  .header .header-submit { top: 0; left: 5px; }
  .header-btn { display: none; }
  .header-center { display: block; position: static; float: right; padding: 0; overflow: visible; }
  .header-center li { position: static; float: left; margin-right: 30px; border-bottom: 3px solid #ffffff; }
  .header-center li:hover, .header-center li.cur { border-color: #2e3191; }
  .header-center li:hover h3 a, .header-center li.cur h3 a { color: #2e3191; }
  .header-center h3 a { height: 87px; line-height: 90px; font-size: 16px; }
  .header-center i { display: none; }
  .header-select {width:100%; position: absolute; top: 90px; left: 50%;  text-align: center; background-color: #f2f2f2; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 15; }
  .header-select a { width:100%; line-height: 30px; font-size:18px;color:#2e3191; float:left; }
  .header-select a:hover { color: #2e3191; }
  .header-subnav{width:75%; float:left; padding-top:25px;}
  .header-subnav p{padding:0 15px 10px;float:left;width:25%;text-align:left;}
  .header-subnav-img{width:25%; display:block; float:right;padding:30px 45px;text-align:left;border-left:1px solid #ddd;}
  .header-subnav-img img{width:100%; display:block;}
  .header-subnav-img p{margin:15px 0;}
  /*** 尾部 ***/
  .footer-box { position: relative; padding-top: 40px; padding-bottom: 40px; }
  .footer-logo { position: absolute; top: 40px; left: 30px; margin-bottom: 0; }
  .footer-center { margin-bottom: 0; text-align: left; }
  .footer-link { margin-bottom: 18px; }
  .footer-link a { line-height: 14px; font-size: 12px; }
  .footer-link a:hover { color: #ffffff; }
  .footer-link span { margin: 0 20.4px; line-height: 14px; font-size: 12px; }
  .footer-address { margin-bottom: 8px; }
  .footer-address, .footer-copyright { line-height: 14px; font-size: 12px; }
  .footer .footer-share { position: absolute; top: 40px; right: 30px; }
  .footer .footer-share a { margin-left: 14px; }
  .footer .footer-share .bds_tsina { margin-left: 20px; }
  /*** 返回顶部 ***/
  .fixed { right: 30px; }
  /*** 页面通用swiper按钮 ***/
  .swiper-button-one { cursor: pointer; -webkit-transition: background-color 0.7s ease; -moz-transition: background-color 0.7s ease; -o-transition: background-color 0.7s ease; transition: background-color 0.7s ease; }
  .swiper-button-one:hover { background-color: #2e3191; }
  .swiper-button-one:hover:after { border-top: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd; }
  .swiper-button-one:after { -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }
  /*** 首页banner ***/
  .a-banner .commonweb { height: 640px; }
  .a-banner-box { padding: 0 60px; }
  .a-banner-text { padding: 0 30px; }
  .a-banner-text h3 { margin-bottom: 20px; line-height: 48px; font-size: 40px; }
  .a-banner-text p { line-height: 26px; font-size: 16px; }
  .a-banner-text a { margin-top: 20px; }
  .a-banner-img { width: 35%; height: 500px; line-height: 500px; }
  .a-banner .swiper-pagination { bottom: 40px; cursor: pointer; }
  .a-banner .swiper-pagination-bullet { margin: 0 4px; width: 55px; }
  .a-banner .fainleft-one { -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); -webkit-transition: all ease 1000ms; -moz-transition: all ease 1000ms; -o-transition: all ease 1000ms; transition: all ease 1000ms; opacity: 0; filter: alpha(opacity=0); }
  .a-banner .fainleft-two { -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); -webkit-transition: all ease 1400ms; -moz-transition: all ease 1400ms; -o-transition: all ease 1400ms; transition: all ease 1400ms; opacity: 0; filter: alpha(opacity=0); }
  .a-banner .fainleft-three { -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); -webkit-transition: all ease 1800ms; -moz-transition: all ease 1800ms; -o-transition: all ease 1800ms; transition: all ease 1800ms; opacity: 0; filter: alpha(opacity=0); }
  .a-banner li.active .fainleft-one, .a-banner li.active .fainleft-two, .a-banner li.active .fainleft-three { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; filter: alpha(opacity=100); }
  /*** 首页通用class ***/
  .a-common-title h3 { margin-bottom: 10px; line-height: 26px; font-size: 24px; }
  .a-common-title p { line-height: 32px; font-size: 30PX; }
  .a-common-btn { -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }
  .a-common-btn:hover { color: #ffffff; background-color: #2e3191; }
  .a-common-btn:hover:after { background: url(../images/0-arrowhalf-white.png) no-repeat center center; }
  /*** 首页主推产品 ***/
  .a-product { padding-top: 70px; padding-bottom: 90px; }
  .a-product-box { margin-top: 50px; padding-right: 90px; }
  .a-product-list a:hover .a-product-top img { -webkit-transform: scale(1.03, 1.03); -moz-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .a-product-list a:hover .a-product-bottom p { color: #ffffff; }
  .a-product-list a:hover .a-product-bottom img { height: 0; }
  .a-product-list a:hover .a-product-bottom i { border-color: transparent transparent #ebd858 #ebd858; }
  .a-product-list a:hover .a-product-bg { top: 0; }
  .a-product-top img { -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }
  .a-product-bottom { height: 60px; }
  .a-product-text, .a-product-bg { height: 60px; }
  .a-product-text { font-size: 0; }
  .a-product-text p { padding: 0 20px; line-height: 60px; color: #333333; -webkit-transition: color 0.7s ease; -moz-transition: color 0.7s ease; -o-transition: color 0.7s ease; transition: color 0.7s ease; }
  .a-product-text img { display: inline-block; vertical-align: middle; margin-top: -10px; height: 26px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }
  .a-product-text i { border-color: transparent transparent #2e3191 #2e3191; border-width: 8px; -webkit-transition: border-color 0.7s ease; -moz-transition: border-color 0.7s ease; -o-transition: border-color 0.7s ease; transition: border-color 0.7s ease; }
  .a-product-bg { top: 57px; -webkit-transition: top 0.7s ease; -moz-transition: top 0.7s ease; -o-transition: top 0.7s ease; transition: top 0.7s ease; }
  /*** 首页客户案例 ***/
  .a-case { display: table; }
  .a-case-title { display: table-cell; vertical-align: middle; padding: 0 10px 0 30px; width: 27.86458%; }
  .a-case .a-common-title { text-align: left; }
  .a-case .a-common-title h3 { margin-bottom: 5px; line-height: 22px; font-size: 20px; }
  .a-case .a-common-title p { line-height: 24px; font-size: 22PX; }
  .a-case .a-common-btn:hover { color: #2e3191; background-color: #ffffff; }
  .a-case .a-common-btn:hover:after { background: url(../images/0-arrowhalf-blue.png) no-repeat center center; }
  .a-case-section { margin: 25px 0 30px; line-height: 20px; }
  .a-case-list { display: table-cell; vertical-align: middle; }
  .a-case-list a:hover .a-case-mask { top: 0; }
  .a-case-mask { top: 100%; -webkit-transition: top 0.7s ease; -moz-transition: top 0.7s ease; -o-transition: top 0.7s ease; transition: top 0.7s ease; }
  .a-case-text { padding: 30px; }
  /*** 首页关于我们 ***/
  .a-about { padding-top: 90px; padding-bottom: 90px; }
  .a-about-left { float: left; width: 51.25%; }
  .a-about-img { left: 30px; right: 30px; }
  .a-about-right { float: right; width: 45.41667%; padding-top: 30px; line-height: 22px; }
  .a-about .a-common-title { text-align: left; margin-bottom: 30px; }
  .a-about-list { margin-top: 30px; width: 82%; }
  .a-about-list p { margin-top: 16px; }
  .a-about .a-common-btn { margin: 30px 0 0; }
  /*** 首页最新动态 ***/
  .a-news-box { padding-top: 60px; padding-bottom: 80px; }
  .a-news-list { margin: 50px -12px 0; }
  .a-news-list li { padding: 0 12px; }
  .a-news-list li:hover img { -webkit-transform: scale(1.03, 1.03); -moz-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .a-news-list li:hover h4 { color: #2e3191; }
  .a-news-list li:hover .a-news-bottom a { color: #2e3191; }
  .a-news-list li:hover .a-news-bottom a:after { background: url(../images/0-arrowhalf-blue.png) no-repeat center center; -o-background-size: 26px auto; background-size: 26px auto; }
  .a-news-top { overflow: hidden; }
  .a-news-top img { -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }
  .a-news-bottom { padding: 20px 30px 30px; }
  .a-news-bottom h4 { margin-bottom: 12px; display: -webkit-box; height: 48px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -webkit-transition: color 0.7s ease; -moz-transition: color 0.7s ease; -o-transition: color 0.7s ease; transition: color 0.7s ease; }
  .a-news-bottom p { display: -webkit-box; height: 72px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .a-news-bottom a { margin-top: 20px; color: #666666; }
  .a-news-bottom a:after { background: url(../images/0-arrowhalf-gray.png) no-repeat center center; -o-background-size: 26px auto; background-size: 26px auto; }
  /*** 首页合作伙伴 ***/
  .a-partner { padding-top: 80px; padding-bottom: 70px; }
  .a-partner-list { margin: 50px 0; }
  .a-partner-list li { width: 20%; }
  .a-partner-list a:hover img { -webkit-transform: scale(1.03, 1.03); -moz-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .a-partner-list img { -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }
  /*** 其他页通用banner ***/
  .common-banner { height: 300px; }
  .common-banner h2 { line-height: 300px; font-size: 42px; }
  /*** 其他页通用下拉导航 ***/
  .common-select-box { margin: 0 auto; max-width: 1200px; }
  .common-select dt { cursor: pointer; }
  .common-select dd a:hover { color: #ffffff; background-color: #2e3191; }
  /*** 其他页通用标题 ***/
  .common-title { padding-top: 60px; padding-bottom: 80px; }
  .common-title h2 { margin-bottom: 20px; line-height: 32px; font-size: 30px; }
  /*** 关于我们-公司简介 ***/
  .b-introduce { padding-bottom: 70px; }
  .b-introduce-img { padding-left: 40px; padding-bottom: 0; }
  .b-introduce-bottom { padding: 35px 40px; height: 112px; line-height: 42px; }
  .b-introduce-bottom p { font-size: 30px; }
  .b-introduce-bottom span { font-size: 18px; }
  .b-introduce-bottom i { margin-left: 16px; }
  .b-introduce-text { line-height: 24px; }
  .b-introduce-text h3 { margin-bottom: 20px; line-height: 26px; font-size: 24px; }
  .b-introduce-text h6 { margin-bottom: 20px; line-height: 24px; }
  .b-outlets { padding: 50px 0 90px; }
  .b-outlets-text { line-height: 22px; }
  .b-outlets-text h2 { margin-bottom: 8px; line-height: 39px; font-size: 37px; }
  .b-outlets-text h3 { margin-bottom: 18px; line-height: 32px; font-size: 30px; }
  /*** 关于我们-企业文化 ***/
  .bb-culture { padding-bottom: 80px; }
  .bb-culture-text h3 { margin-top: 20%; line-height: 32px; font-size: 30px; }
  .bb-culture-text p { line-height: 30px; font-size: 20px; }
  .bb-culture-short { margin: 5% auto; height: 40px; }
  .bb-culture-long { margin: 2.5% auto 0; height: 180px; }
  .bb-culture-list { position: relative; margin-top: 40px; height: 80px; overflow: visible; }
  .bb-culture-list li { position: absolute; left: 50%; margin-top: 0; width: auto; }
  .bb-culture-list li:nth-child(1) { top: -100px; margin-left: -475px; }
  .bb-culture-list li:nth-child(2) { top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .bb-culture-list li:nth-child(3) { margin-left: 200px; top: -100px; }
  .bb-culture-list h4 { margin-bottom: 10px; line-height: 24px; font-size: 22px; }
  .bb-culture-list p { line-height: 24px; }
  /*** 关于我们-发展历程 ***/
  .bc-history { padding-bottom: 80px; }
  .bc-history-list li { margin-bottom: 40px; }
  .bc-history-list li:nth-child(odd) h3 { padding-right: 32.5px; }
  .bc-history-list li:nth-child(odd) h3:before { top: 3.5px; }
  .bc-history-list li:nth-child(odd) p { padding-right: 32.5px; max-width: 365px; }
  .bc-history-list li:nth-child(odd) p:before { top: 11px; }
  .bc-history-list li:nth-child(even) h3 { padding-right: 32.5px; }
  .bc-history-list li:nth-child(even) h3:before { top: 3.5px; }
  .bc-history-list li:nth-child(even) p { padding-right: 32.5px; max-width: 365px; }
  .bc-history-list li:nth-child(even) p:before { top: 11px; }
  .bc-history-list h3 { margin-bottom: 30px; line-height: 32px; font-size: 30px; }
  .bc-history-list p { line-height: 30px; font-size: 18px; }
  /*** 关于我们-合作伙伴 ***/
  .bd-partner { padding-bottom: 80px; }
  .bd-partner-list li { width: 20%; }
  .bd-partner-list a:hover img { -webkit-transform: scale(1.03, 1.03); -moz-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .bd-partner-list img { -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }
  /*** 产品中心 ***/
  .c-product { padding-bottom: 80px; }
  .c-product-other { padding-bottom: 60px; height: 110px; }
  .c-product-select { padding-right: 10px; }
  .c-product-select dt { cursor: pointer; }
  .c-product-select dd { right: 10px; }
  .c-product-search { padding-left: 10px; }
  .c-product-list { margin: 0 -10px; padding-bottom: 40px; }
  .c-product-list li { padding: 10px; }
  .c-product-list a:hover img { -webkit-transform: scale(1.03, 1.03); -moz-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .c-product-list a:hover i { display: block; position: absolute; top: 50%; left: 50%; width: 56px; height: 56px; -webkit-border-radius: 50%; border-radius: 50%; background: url(../images/0-round-color.png) no-repeat center center; -o-background-size: 56px auto; background-size: 56px auto; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
  .c-product-list a:hover i:after { content: ''; position: absolute; top: 50%; left: 50%; width: 13px; height: 6px; background: url(../images/0-arrow-white.png) no-repeat center center; -o-background-size: 13px auto; background-size: 13px auto; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
  .c-product-list a:hover p { color: #2e3191; }
  .c-product-list p { margin-top: 10px; line-height: 30px; font-size: 20px; -webkit-transition: color 0.7s ease; -moz-transition: color 0.7s ease; -o-transition: color 0.7s ease; transition: color 0.7s ease; }
  .c-product-img { position: relative; overflow: hidden; }
  .c-product-img img { -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }
  /*** 产品详情 ***/
  .cb-introduce { padding-top: 60px; padding-bottom: 50px; }
  .cb-introduce-text { margin-bottom: 30px; padding: 20px 0 30px; line-height: 26px; }
  .cb-introduce-text h2 { margin-bottom: 30px; padding-bottom: 30px; line-height: 38px; font-size: 32px; }
  .cb-introduce-window { padding: 0 40px; }
  .cb-graphic { padding-bottom: 80px; }
  .cb-graphic-top { margin-bottom: 40px; }
  .cb-graphic-top li { width: 320px; height: 60px; line-height: 60px; }
  .cb-graphic-block table { max-width: 1110px; }
  .cb-graphic-block td { padding: 0 40px; }
  /*** 客户案例 ***/
  .d-case { padding-bottom: 80px; }
  .d-case-list { padding-bottom: 50px; }
  .d-case-list li:nth-child(odd) .d-case-img:after { border-left: 18px solid #fff; }
  .d-case-list li:nth-child(even) .d-case-img:after { border-right: 18px solid #fff; }
  .d-case-img a { overflow: hidden; }
  .d-case-img a:hover img { -webkit-transform: scale(1.03, 1.03); -moz-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .d-case-img img { -webkit-transition: transform 0.7s ease; -moz-transition: transform 0.7s ease; -o-transition: transform 0.7s ease; -webkit-transition: -webkit-transform 0.7s ease; transition: -webkit-transform 0.7s ease; -o-transition: -o-transform 0.7s ease; -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease; transition: transform 0.7s ease; transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease; }
  .d-case-img:after { border: 14px solid transparent; }
  .d-case-text { line-height: 24px; }
  .d-case-text h3 { margin-bottom: 20px; padding-bottom: 20px; line-height: 22px; font-size: 20px; }
  .d-case-btn { margin-top: 30px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }
  .d-case-btn:hover { color: #ffffff; background-color: #2e3191; }
  /*** 新闻中心 ***/
  .newscont7 { padding-bottom: 60px; }
  .hotnews07 { padding-bottom: 0; }
  .hotnewsimg07 { float: left; width: 65%; overflow: hidden; }
  .hotnewstext07 { float: left; width: 35%; padding: 60px 40px 0; }
  .hotnewstext07 h4 { margin-bottom: 25px; line-height: 36px; font-size: 24px; }
  .hotnewstext07 p { max-height: 120px; line-height: 24px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
  .hotnewstext07 a { margin-top: 30px; }
  .hotnewsbtn07 { left: auto; right: 0; bottom: 40px; padding-left: 40px; width: 35%; text-align: left; }
  .newslist08 { padding-top: 40px; padding-bottom: 50px; }
  .newslist08 ul { margin: 0 -18px; padding-bottom: 32px; }
  .newslist08 li { padding: 18px; }
  .newslistcont08 { height: 435px; }
  .newslistext08 { padding: 120px 30px 0; }
  .newslistext08 h4 { margin-bottom: 30px; font-size: 20px; display: -webkit-box; height: 60px; line-height: 30px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .newslistext08 p { display: -webkit-box; height: 120px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
  .newslistext08 span { margin-top: 25px; }
  .newslisimg08 p { margin: 80px 30px 0; font-size: 20px; display: -webkit-box; height: 60px; line-height: 30px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  /*** 新闻详情 ***/
  .eb-details { padding-bottom: 80px; }
  .eb-details-title { margin-bottom: 30px; padding-bottom: 30px; }
  .eb-details-title h3 { margin-bottom: 20px; line-height: 30px; font-size: 22px; }
  .eb-details-title span { line-height: 22px; font-size: 20px; }
  .eb-details-box { margin-bottom: 40px; padding-bottom: 40px; line-height: 24px; }
  .eb-details-box img { margin-right: 30px; }
  .eb-details-left p { line-height: 30px; }
  .eb-details-left a { -webkit-transition: color 0.7s ease; -moz-transition: color 0.7s ease; -o-transition: color 0.7s ease; transition: color 0.7s ease; }
  .eb-details-left a:hover { color: #2e3191; }
  /*** 服务支持-常见问题 ***/
  .f-dialogue { padding-bottom: 80px; }
  .f-dialogue-list { margin-bottom: 30px; }
  .f-dialogue-list li { margin-bottom: 20px; padding-bottom: 20px; }
  .f-dialogue-list li.cur .f-dialogue-bg { padding-top: 10px; padding-bottom: 10px; }
  .f-dialogue-question { padding-left: 50px; padding-right: 36px; line-height: 36px; cursor: pointer; }
  .f-dialogue-question span { top: 4px; }
  .f-dialogue-question i { width: 36px; height: 36px; }
  .f-dialogue-question i:after { top: 12px; }
  .f-dialogue-answer { padding-left: 40px; }
  .f-dialogue-details { max-height: 66px; line-height: 33px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  /*** 服务支持-在线留言 ***/
  .fb-online { padding-bottom: 80px; }
  .fb-online-box { padding-right: 421px; }
  .fb-online-img { width: 411px; }
  .fb-online-form { overflow: hidden; }
  .fb-online-bit { float: left; margin-bottom: 20px; padding-right: 10px; width: 50%; }
  .fb-online-bit label { right: 10px; width: 54px; height: 54px; }
  .fb-online-bit input { padding-left: 20px; padding-right: 54px; height: 54px; line-height: 54px; }
  .fb-online-bit textarea { padding: 20px; padding-right: 54px; height: 182px; line-height: 26px; }
  .fb-online-short { padding-right: 118px; }
  .fb-online-short a { right: 10px; }
  .fb-online-short img { height: 52px; }
  .fb-online-speak { width: 100%; height: 182px; }
  .fb-online-btn input { width: 192px; height: 54px; line-height: 54px; }
  /*** 联系我们-联系方式 ***/
  .g-mode { padding-bottom: 30px; }
  .g-mode-list { margin: 0 -20px; }
  .g-mode-list li { padding: 0 20px 40px; }
  .g-mode-list span { margin: 30px 0 10px; }
  .g-mode-list p { line-height: 22px; min-height: 44px; }
  /*** 联系我们-加入我们 ***/
  .pagezhaopin4 { padding-bottom: 80px; }
  .hsh_zp04 { padding-bottom: 50px; }
  .zhaoptext04 { padding: 16px 32px 32px; }
  .remorebtn03 a { margin-bottom: 65px; }
  /*** 搜索页 ***/
  .searchtitle401 { padding: 28px 15px; }
  .searchcont401 { padding: 36px 0; }
  .searchinputcont401 { width: 45%; }
  .searchinputcont401 dt { float: left; width: 78%; }
  .searchinputcont401 dd { float: left; width: 22%; }
  .searchinputcont401 dd input { left: 0; margin-left: 0; width: 100%; }
  .searchinputcont401 dt input { font-size: 18px; }
  .searchinputcont401 dd input { font-size: 18px; font-weight: bold; } }

@charset "UTF-8";
/***** big-pc *****/
@media (min-width: 1260px) { /*** 尾部 ***/
  .footer-logo { left: 90px; }
  .footer .footer-share { right: 90px; } 
  .header-center li{margin-right:40px;}
}

@media (min-width: 1440px) { /*** 首页客户案例 ***/
  .a-case-title { padding: 0 4.6875%; }
  .a-case-title a { margin: 0; }
  .a-case .a-common-title h3 { margin-bottom: 10px; line-height: 26px; font-size: 24px; }
  .a-case .a-common-title p { line-height: 32px; font-size: 30px; }
  .a-case-section { margin: 50px 0 60px; line-height: 24px; }
  .a-case-text { padding: 40px; }
  .a-case-text h4 { line-height: 28px; font-size: 20px; }
  .a-case-text p { line-height: 20px; font-size: 16px; } }


