/* CSS Document */
/* ------------------------------------全局定义---------------------------------------- */
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */
* {
    margin: 0;
    padding: 0;
}
/* 修正IE5.x和IE6的斜体溢出bug */
* html body {
    overflow: visible;
}
* html iframe, * html frame {
    overflow: auto;
}
* html frameset {
    overflow: hidden;
}
html {
    overflow-y: scroll;
}
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
:root body {
    position: absolute;
}
body {
    width: 100vw;
}
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */
body {
    color: #000;
    background: #FFF;
    font: 12px/22px "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, 宋体;
    text-align: center;
    margin: 0!important;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {
    margin: 0;
    padding: 0;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    /*border: 0;
    font: inherit;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.clearfix {
    zoom: 1;
}
.clearfix::before {
    display: table;
    content: "";
}
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
input, select {
    font-size: 12px;
    vertical-align: middle;
}
input, select, option, textarea {
    outline: none;
}
input {
    -webkit-appearance: none;
}
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */
body div {
    text-align: left;
}
/* 标签属性，textarea,input 强制输入时内容超出时换行 */
textarea, input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
}
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */
li {
    list-style-type: none;
}
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img {
    border: 0 none;
}
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */
a:link, a:visited {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #0166ff;
    text-decoration: none;
    cursor: pointer
}
a {
    color: #414141;
}
/* 定义H系列标签，覆盖H系列标签默认属性 */
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.fl {
    float: left
}
.fr {
    float: right
}
.fn {
    float: none
}
.clear {
    clear: both;
}
.t-c {
    text-align: center
}
.t-l {
    text-align: left
}
.t-r {
    text-align: right
}
.col3 {
    color: #333
}
.col6 {
    color: #666
}
.col9 {
    color: #999
}
.colf {
    color: #fff!important
}
.colh {
    color: #db040d!important
}
button {
    outline: none;
}
.pdb10 {
    padding-bottom: 10px!important;
}
/* CSS Document */

.wzcol {
    margin-bottom: 50px;
}
.wzcol h3 {
    color: #2772db!important;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}
/*限制一行*/
.yh1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yh2 {
    text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yh3 {
    text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yh4 {
    text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">\00a0"!important;
}
.breadcrumb li {
    font-size: .95em;
}
.breadcrumb li a {
    color: #ff8201;
}
.ma30 {
    margin-left: -30px!important;
    margin-right: -30px!important
}
/*======================首页最顶部=========================*/


.g-ht {
    height: 43px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eaeaea;
    width: 100%
}
.g-ht .bd {
    height: 42px;
    line-height: 42px;
}
.g-ht .bdl {
    display: block;
    padding: 0;
}
.g-ht .log a {
    display: inline-block;
    height: 42px;
    margin-left: 20px;
}
.sc {
    padding: 0 20px;
}
.g-ht .log a:hover {
    color: #0a4b9d;
}
.g-ht .log span {
    padding-right: 10px;
}
.g-ht .log .search {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
/*======================首页最顶部end=========================*/

.headt {
    position: fixed;
    z-index: 100;
    width: calc(100% + 17px);
    /*width: 100%;*/
    height: 134px;
}
.head-v3 {
    position: fixed;
    z-index: 100;
    min-width: 1000px;
    width: calc(100% + 17px);
    /* width: 100%;*/
    background-color: #fff;
}
.navigation-up {
    height: 80px;
}
.navigation-up .navigation-v3 {
    float: right;
    _margin-left: 10px;
}
.navigation-up .navigation-v3 ul {
    float: left
}
.navigation-up .navigation-v3 li {
    float: left;
    font: normal 16px/59px "microsoft yahei";
    color: #fff;
    padding-left: 40px;
}
.navigation-up .navigation-v3 .nav-up-selected {
    /* border-bottom: 3px solid #0a4b9d;*/
    position: relative;
}
/*.navigation-up .navigation-v3 .nav-up-selected:before{
	content: "";
	display: block;
	width: 100%;height: 3px;
	position: absolute;
	background:#e60213 ;
	bottom: -3px;
	z-index: 100;
}*/

.navigation-up .navigation-v3 .nav-up-selected a {
    /* border-bottom: 3px solid #0a4b9d;*/
    position: relative;
    color: #0a4b9d;
}
.navigation-up .navigation-v3 .nav-up-selected:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 6px solid #0a4b9d;
    border-color: #0a4b9d transparent;
    border-top: 0;
    position: absolute;
    left: 63%;
    bottom: 0;
    /*margin-left: -5px; */
    z-index: 999
}
.navigation-up .navigation-v3 .nav-up-selecteda:before {
    border: 0!important
}
.navigation-up .navigation-v3 .nav-hove:before {
    border: 0px;
    border-color: none;
}
.navigation-up .navigation-v3 .nav-up-selected a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #0a4b9d;
    bottom: -3px;
    z-index: 100;
}
.navigation-up .navigation-v3 .nav-up-selected:hover:after {
    opacity: 0;
}
.navigation-up .navigation-v3 .nav-up-selected-inpage a {
    font-weight: 600;
    color: #0a4b9d;
    position: relative;
}
/*.navigation-up .navigation-v3 .nav-up-selected-inpage {
    border-bottom: 3px solid #0a4b9d;position: relative;
}*/

.navigation-up .navigation-v3 .nav-up-selected-inpage {
    position: relative;
}
.navigation-up .navigation-v3 .nav-up-selected-inpage a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #0a4b9d;
    bottom: -3px;
    z-index: 100;
}
.navigation-up .navigation-v3 li h2 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.navigation-up .navigation-v3 li h2 a {
    padding: 0;
    color: #515151;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-family: "microsoft yahei";
    font-size: 16px;
}
.navigation-up .navigation-v3 li h2 a:hover {
    color: #0a4b9d
}
.navigation-down {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%
}
.navigation-down .nav-down-menu {
    width: 100%;
    margin: 0;
    background: #efefef;
    position: absolute;
    top: 20px
}
.navigation-down .nav-down-menu .navigation-down-inner {
    /* margin: auto;
    width: 1175px;*/
    position: relative;
    overflow: hidden;
}
.navigation-down .nav-down-menu dl {
    float: left;
    margin: 18px 80px 18px 0
}
.navigation-down .menu-1 dl {
    margin: 20px 0 0 0
}
.navigation-down .menu-1 dt {
    font: normal 16px "microsoft yahei";
    color: #61789e;
    padding-bottom: 10px;
    border-bottom: 1px solid #61789e;
    margin-bottom: 10px
}
.navigation-down .menu-1 dd a {
    color: #0a4b9d;
    font-size: 16px;
    line-height: 2;
}
.navigation-down .menu-1 dd a:hover {
    color: #60aff6
}
.navigation-down .menu-3 dl {
    width: 50%;
}
.navigation-down .menu-2 dd a, .navigation-down .menu-3 dd a {
    color: #0a4b9d;
    padding: 15px;
    margin-bottom: 30px;
    display: block;
    font: normal 20px "microsoft yahei"
}
.navigation-down-inner ul {
    /* padding: 1rem 1rem 0;*/
    padding-top: 1rem;
    overflow: hidden;
}
.navigation-down-inner ul li {
    float: left
}
.navigation-down-inner ul li {
    width: 30%;
    margin-right: 1%;
    padding-right: .5rem;
    min-height: 280px;
    padding-left: .5rem;
    margin-bottom: .5rem;
    border-right: 1px solid #d6dae1;
    overflow: hidden;
}
.navigation-down-inner ul .li02 {
    padding-right: 1rem;
    padding-left: .1rem
}
.navigation-down-inner ul .li02 dl dd {
    float: left;
    margin: 0px 8px 8px 8px;
}
.mh23 {
    min-height: 230px!important
}
.navigation-down-inner ul .li03 {
    width: 36%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.navigation-down-inner ul .li03 p {
    font-size: 14px;
    color: #343434;
    line-height: 2;
    background-color: #fff;
    padding: 4px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.navigation-down-inner ul .li03 img {
    margin-top: .6rem;
    width: 225px;
    height: 155px;
}
.navigation-down-inner .tit-b {
    font-size: 25px;
    font-weight: 600;
    padding-top: 12px;
    color: #0a4b9d
}
.navigation-down .menu-1 dl.xit {
    margin-top: 50px;
    line-height: 2;
}
.navigation-down .menu-1 dl.xit a {
    display: inline-block;
    font-size: 16px;
    color: #df0031;
    margin-top: 10px;
    position: unset;
    bottom: 0;
}
.navigation-down-inner ul .li04 {
    width: 45%;
    /* padding-right: 0;
    border-right: 0;*/
    margin-right: 0;
}
.li04-case .li04-case-img p {
    float: left;
    /*width: 46%;*/
    margin-left: 4%;
    background: #fff;
}
.li042-case .li04-case-img p:last-child {
    margin-right: 0;
}
.li04-case .li04-case-img p img {
    display: block;
    width: 100%;
}
.li04-case .li04-case-img p span {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.li04-case-txt {
    float: left;
    width: 46%;
    margin-right: 4%;
}
.navigation-down-inner ul .li04 .li04-case {
    width: 100%;
    position: relative;
}
.li04-case .li04-case-txt p {
    font-size: 16px;
    line-height: 2;
    color: #2d5082;
    margin-top: 10px;
}
.li04-case .li04-case-txt a {
    display: inline-block;
    font-size: 16px;
    color: #df0031;
    margin-top: 10px;
    position: unset;
    bottom: 0;
}
.li04-case-txt .tit-b {
    padding: 12px 0 10px;
    font-size: 25px;
}
.li04-case .li04-case-img p span {
    font-family: Microsoft Yahei, Arial, sans-serif;
    color: #4d4d4d;
    display: block;
    max-height: 60px;
}
.li04-case .li04-case-img p a {
    white-space: unset
}
.li04-case .li04-case-img p span {
    font-size: 14px
}
.li04-case .li04-case-img {
    width: 50%;
    padding-top: 60px;
    float: right;
}
.navigation-down-inner ul .li05 {
    width: 22%;
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}
.li05-case-img p {
    background: #fff;
    overflow: hidden;
}
.li05 .li05-case-img p a {
    white-space: unset
}
.li05 .li05-case-img {
    padding-top: 25px;
}
.li05 .li05-case-img p span {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.li05 .li05-case-img p span {
    font-family: Microsoft Yahei, Arial, sans-serif;
    color: #4d4d4d;
    display: block;
    max-height: 60px;
}
.navigation-down .nav-down-menu ul .linws1 dl {
    float: none;
}
.navigation-down-inner ul .linws1 {
    width: 33%;
}
.navigation-down-inner ul .linws1 dl dd a {
    display: block;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.navigation-down-inner ul .pl1 {
    padding-left: .1rem
}
.navigation-down-inner ul .linws2 {
    padding-right: 0;
    width: 32%;
    padding-left: .2rem;
    border: 0;
    margin-right: 0;
}
.linws2 .linws-case-img {
    overflow: hidden
}
.linws2 .linws-case-img p {
    float: left;
    width: 48%;
    margin-right: 4%;
    background: #fff;
}
.linws2 .linws-case-img p:last-child {
    margin-right: 0;
}
.linws2 .linws-case-img p img {
    display: block;
    width: 100%;
}
.linws2 .linws-case-img p span {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.scbt a {
    font-size: 14px;
    border: 1px solid #0a4b9d;
    padding: 5px 8px;
    color: #0a4b9d;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.scbt a:hover {
    background-color: #0a4b9d;
    color: #fff;
}
.lih {
    overflow: hidden;
    margin: .8rem auto;
}
.lih a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 16px;
    color: #0a4b9d;
    background-color: #fff;
    margin: 5px;
}
.lih a:hover {
    color: #fff;
    background-color: #0a4b9d;
}
.ul-cp {
    color: #2d5082;
    font-size: 16px;
}
.ul-cpimg {
    height: 100px;
    width: 100%;
    overflow: hidden;
    margin-top: .25rem
}
.pclogo {
    width: 3.203703rem;
    /*height: 1.074074rem;*/
    padding-top: 14px;
}
/*----------------------------------------*/
/*  手机端导航
/*----------------------------------------*/
/*5-9  修改*/
/*5-9  修改*/
.clear {
    clear: both;
}
#m_header {
    width: 100%;
    display: block;
    height: 60px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
}
.m_header_box {
    width: 92%;
    margin: 0 auto;
}
.m_header_box .logo {
    float: left;
    line-height: 60px;
}
.m_header_box .logo img {
    height: 35px;
}
.m_header_box .navIcon {
    float: right;
    margin-top: 20px;
}
.navIcon:hover {
    cursor: pointer;
}
.navIcon .nav_line {
    width: 30px;
    height: 3px;
    background-color: #e7161a;
    border-radius: 10px;
    margin-bottom: 7px;
}
.navIcon .nav_line1 {
    transform-origin: left top 0;
}
.navIcon .nav_line3 {
    transform-origin: left bottom 0;
}
.navIcon.line_move .nav_line {
    transition: all 0.4s;
}
.navIcon.line_move .nav_line1 {
    margin-bottom: 17px;
    transform: rotate(45deg);
}
.navIcon.line_move .nav_line2 {
    display: none;
}
.navIcon.line_move .nav_line3 {
    transform: rotate(-45deg);
}
.mobile-mu {
    width: 100%;
    height: 100%;
    margin-bottom: 200px;
}
.meun-nav.m_menu {
    width: 100%;
    height: 0;
    background-color: #fdfdfd;
    overflow-y: scroll;
    transition: all 1s;
    position: absolute;
    z-index: 9999;
    top: 60px;
}
.meun-nav.m_menu.show {
    height: calc(100% + 900px);
    z-index: 9999;
}
.mobile-mu .sub-menu {
    max-height: 100%;
}
.mobile-mu .sub-menu li {
    position: relative;
}
.mobile-mu .sub-menu li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d3d3d3;
    transform-origin: 0 0;
    transform: scaleY(0.2);
}
.mobile-mu .sub-menu .tit {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 3%;
    line-height: 50px;
    color: #000;
    position: relative;
    box-sizing: border-box;
}
.mobile-mu .sub-menu .sub-tit.on {
    background-color: #e7161a;
    color: #fff;
}
.mobile-mu .sub-menu .sub-tit.on a {
    color: #fff;
}
.mobile-mu .sub-menu .sub-tit:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url( "../images/topj.png") no-repeat center;
    background-size: 13px auto;
    position: absolute;
    right: 3%;
    top: 12px;
}
.mobile-mu .sub-menu .sub-tit.on:after {
    background: url( "../images/foj.png") no-repeat center;
    background-size: 13px auto;
}
.mobile-mu .sub-menu .sec-list {
    padding: 7px 4%;
    display: none;
}
.mobile-mu .sub-menu .sec-list p {
    font-size: 14px;
}
.mobile-mu .sub-menu .sec-list a {
    color: #666;
    font-size: 14px;
    line-height: 2;
}
.mobile-mu .sub-menu .sec-list .tit-b {
    font-size: 14px;
    font-weight: 600;
    color: #343434;
}
.mobile-mu .sub-menu span {
    margin-left: 10px;
}
.yblock {
    display: none
}

@media (max-width: 992px) {
.ynone {
    display: none
}
.yblock {
    display: block
}
}

@media (max-width: 768px) {
.ynone {
    display: none
}
#m_header {
    z-index: 999;
}
}
/*----------------------------------------*/
/*  搜索
/*----------------------------------------*/

.zx-box {
    display: none;
}
.r-search-box {
    background: #2c5082;
    position: fixed;
    z-index: 999;
    top: 122px;
    width: 100%;
    display: none;
}
.r-search-box .com-content {
    padding: 37px 0;
    position: relative
}
.r-search-box .com-content:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 9px 11px;
    border-style: solid;
    border-color: #2c5082 transparent;
    position: absolute;
    top: -11px;
    right: 2px
}
.r-search-close {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 52px;
    background: url(../images/search-close-icon.png) center center no-repeat;
    cursor: pointer
}
.r-search {
    margin-right: 80px;
    width: 74%;
    background: #FFF;
    border-radius: 26px;
    padding: 0 40px 0 36px;
    box-sizing: border-box;
    position: relative
}
.r-search input {
    display: block;
    border: none;
    width: 98%;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #505050;
    padding: 0
}
.com-content {
    max-width: 1170px;
    margin: 0 auto
}
.pull-right {
    float: right !important
}
.typeahead__cancel-button {
    display: none !important;
}
.r-search .r-search-icon {
    position: absolute;
    right: -10px;
    top: 12px;
    width: 17px;
    height: 18px;
    background: url(../images/search-pc-icon.png) no-repeat;
    border: none;
    padding: 0
}
.r-search .r-search-icon:hover {
    cursor: pointer
}
.mb-show, .r-logo .mb-show, .r-search .r-search-mb.mb-show, .r-search .typeahead__button, .r-search-box {
    display: none;
}

@media (max-width: 1280px) {
.r-search-box .com-content:before, .r-search-close {
    right: 2%
}
.com-content {
    padding: 0 4.5%
}
}

@media (max-width: 1024px) {
.r-search-close {
    top: 0;
    height: 100%;
    display: none
}
.r-search-box .com-content {
    padding: 2% 0
}
}
/*----------------------------------------*/
/*  模块标题
/*----------------------------------------*/
.services {
    padding: 1.5370370rem 0 0 0;
}
.serbt {
    padding-bottom: 1.7rem
}
.cla_top {
    vertical-align: middle;
    margin-bottom: 0.740740rem;
}
.cla_top span {
    padding: 0 0.185185rem 0 0.185185rem;
    font-size: 0.740740rem;
    color: #0a4b9d;
    display: inline-block;
    font-weight: bold;
    line-height: 1.8;
    vertical-align: middle;
}
.cla_top p {
    color: #2d5082;
    font-size: 0.296296rem;
    padding-top: 0.296296rem;
}
.cka_topre {
    margin-top: 1rem
}
.cla_top .bse {
    color: #ffffff!important
}
/*----------------------------------------*/
/*  首页产品中心
/*----------------------------------------*/
.img-full {
    width: 100%;
}
.feature-box {
    text-align: center;
}
.feature-thumb {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
.feature-thumb img {
    -moz-border-radius: 10px 10px 0 0px;
    -webkit-border-radius: 10px 10px 0 0px;
    -ms-border-radius: 10px 10px 0 0px;
    -o-border-radius: 10px 10px 0 0px;
    border-radius: 10px 10px 0 0px;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}
.feature-box:hover .feature-thumb img {
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}
.feature-content {
    padding: 30px 22px 45px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
}
.feature-content h3 {
    font-size: 16px;
    color: #00113a;
    font-weight: 600
}
.feature-content .para p {
    font-size: 14px;
    color: #3c495d;
    line-height: 2;
    height: 114px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
.cla_top span {
    font-size: 0.6rem;
}
.feature-content .para p {
    height: auto;
}
}
.feature-box:hover .feature-content {
    -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
}
.feature-content:after {
    border-radius: 15px;
    position: absolute;
    background: #0c59db;
    height: 3px;
    width: 65%;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    opacity: 0.6;
    z-index: 0;
}
.feature-box:hover .feature-content:after {
    width: 85%;
}
.feature-content .title {
    margin-bottom: 15px;
}
.feature-box .link a {
    position: absolute;
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    color: #fff;
    height: 30px;
    width: 85px;
    line-height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    border-radius: 30px;
    z-index: 1;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.feature-box .link a:hover {
    width: 110px;
}
/*----------------------------------------*/
/*  动画
/*----------------------------------------*/


.about-section {
    position: relative;
    display: block;
}
.anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.anim-icon .icon {
    position: absolute;
    background-repeat: no-repeat;
}
.about-section .anim-icon .icon-1 {
    background: url( "../images/cbg1.png");
    width: 426px;
    height: 426px;
    left: 60px;
    bottom: 40px;
    background-repeat: no-repeat;
}
.about-section .anim-icon .icon-2 {
    background: url(../images/cbg3.png);
    width: 654px;
    height: 654px;
    top: 70px;
    right: -360px;
    background-repeat: no-repeat;
}
.about-section .anim-icon .icon-3 {
    background: url(../images/about-circle-shape.png);
    width: 260px;
    height: 260px;
    bottom: 20px;
    right: 130px;
    background-repeat: no-repeat;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
/*----------------------------------------*/
/*  首页解决方案
/*----------------------------------------*/


.program {
    background: url("../images/jbg.jpg") no-repeat;
    background-size: 100% 100%;/* height: 811px;*/
}
.program .container-fluid {
    padding: 0 10%;
}
.img100 {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #47044b;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px;
}
.text-desc a {
    color: #fff
}
.text-desc a:hover {
    color: #fff
}
.text-deas {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.01);
    height: 100%;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
/*.text-dea{
position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    display: table;
	
	
}*/






.text-dea {
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.text-desc h3 {
    font-size: 24px;
    margin-bottom: .5rem;
}
.text-desc p {
    font-size: 14px;
    text-align: center;
}
.mb30 {
    margin-bottom: 30px;
}
.text-dea h3 {
    font-size: 0.407407rem;
    margin-top: 10px;
}
.text-dea p {
    font-size: 16px;
}
.text-dea p span {
    font-size: 1rem;
}
/* effect-1 css */
.port-1 {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}
.port-1 .text-desc {
    opacity: 0.9;
    top: -100%;
    transition: 0.5s;
    color: #fff;
    padding: 45px 20px 20px;
    background-color: rgba(4,175,255,0.8);
}
.port-1 img {
    transition: 0.5s;
    border-radius: 10px;
}
.port-1:hover img {
    transform: scale(1.2);
}
.port-1.effect-3 .text-desc {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
.port-1.effect-3:hover .text-desc {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 45px 20px 20px;
}
.port-1.effect-3:hover .text-dea {
    opacity: 0;
}
.port-1.effect-3:hover .text-deas {
    opacity: 0;
}
/* effect-3 css end */

.shape--h4 {
    right: 80px;
    top: 110px;
}
.shape--h5 {
    width: 300px;
    left: 80px;
    bottom: 0;
}
.shape--h6 {
    width: 300px;
    right: 80px;
    top: 160px;
}
.shape {
    position: absolute;
}
.service__shape {
    margin-bottom: 29px;
    animation: rotated 20s infinite linear;
}
 @-webkit-keyframes rotated {
 0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotated {
 0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@media (max-width: 1680px) {
.text-desc .yh4 {
    text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services {
    padding: 1rem 0 0 0;
}
.serbt {
    padding-bottom: 1rem;
}
}

@media (max-width: 1440px) {
.text-dea p span {
    font-size: .8rem;
}
.text-dea h3 {
    font-size: 16px;
    margin-top: 10px;
}
.text-desc h3 {
    font-size: 16px;
    margin-bottom: .25rem;
}
}

@media (max-width: 1366px) {
.text-desc h3 {
    font-size: 14px;
    margin-bottom: .15rem;
}
}

@media (max-width: 1287px) {
.port-1.effect-3:hover .text-desc {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px 10px 10px;
}
}

@media (max-width: 1366px) {
.text-desc h3 {
    font-size: 12px;
    margin-bottom: .15rem;
}
}
/*----------------------------------------*/
/*  首页经典案例
/*----------------------------------------*/


.jcase {
    background: url( "../images/abs-bg.png") center no-repeat;
    background-size: cover;
    background-color: #f7f8fc;
}
/*今日头条导航*/
.weui-navigator {
    /* background: #fafafa;*/
    position: relative;
    padding: 0;
    margin: 0
}
.weui-navigator-list {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    margin: 0 auto
}
.weui-navigator-list li {
    list-style: none;
    line-height: 35px;
    margin-right: 15px;
    font-size: 16px;
    min-width: 1.78rem;
    text-align: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-box-pack: center
}
.weui-navigator.weui-navigator-wrapper {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden
}
.weui-navigator-list li a {
    text-decoration: none;
    background-color: #fff;
    /*border-radius: 0.370370rem;*/
    border-radius: 3px!important;
    border: 1px solid #0a4b9d;
    color: #0a4b9d;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 15px
}
.weui-navigator-list li a:hover {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    color: #fff
}
.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a {
    color: #fff;
    background-color: #2772db;
    border: 1px solid #2772db;
}
.prpag .weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a {
    color: #fff;
    background-color: #0a4b9d;
    border: 1px solid #0a4b9d;
}
.prpag .weui-navigator-list li {
    font-size: 14px;
    line-height: 30px;
    min-width: 1.6rem;
}
.prpag .weui-navigator-list {
    margin: 0
}
/*.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #2772db
}*/
.weui-navigator .weui-navigator-list {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: auto
}
.weui-navigator .weui-navigator-list:after {
    content: '';
    clear: both;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden
}
.weui-navigator .weui-navigator-list li {
    display: inline-block
}
.case__block {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.case__block:hover {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.case__block:hover .case__thumb::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.case__block:hover .case__thumb img {
    transform: scale(1.05) rotate(-3deg);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.case__block:hover .case__content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.case__thumb {
    overflow: hidden;
    position: relative;
}
.case__thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 1;
}
.case__thumb--s2::before {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.case__content {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0.5rem 0.5rem 0.28rem;
    z-index: 2;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.case__content h4 {
    font-size: 0.370370rem;
    color: #fff;
    margin-bottom: 5px;
}
.case__content a:hover h4 {
    color: #7dbdff
}
.case__content ul li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.case__content ul li::after {
    content: "/";
    margin: 0 1px 0 4px;
}
.case__content ul li:last-child::after {
    display: none;
}
.case__content--s2 {
    position: static;
    padding: 22px 0 0;
}
.case__content--s2 ul li {
    color: #696969;
}
.butmoe {
    padding: 15px 0 45px;
    text-align: center
}
.butmoe a {
    margin: 0 auto;
    padding: 10px 38px;
    border: 1px solid #0a4b9d;
    color: #fff;
    font-size: 16px;
    background-color: #0a4b9d;
    border-radius: 3px;
}
.butmoe a:hover {
    background-color: #2772db;
    color: #fff;
    transition: all 0.5s;
    border-radius: 3px;
}
/*----------------------------------------*/
/*  首页我们的优势
/*----------------------------------------*/



.xbut a {
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
    border-radius: 3px;
    color: #0a4b9d;
    -webkit-box-sizing: border-box;
    padding: 0.12rem 0.462962rem;
}
.xbut a:hover {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    color: #fff
}
.fix {
    overflow: hidden;
}
.theme-bg {
    background: url("../images/ysbg.png") right no-repeat;
    background-color: #0a4b9d;
    padding-top: 1.166666rem;
    min-height: 11.903703rem;
}
.history__left--thumb {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.history__left--thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(34, 31, 60, 0.2);
    top: 0;
    left: 0;
}
.history__left--thumb .popup-video {
    height: 150px;
    width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 150px;
    background: #ffffff;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    font-size: 20px;
    color: #221f3c;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: .4s;
}
.history__left--thumb a.popup-video:hover {
    background: #221f3c;
    color: #ffffff;
}
.history__right .theme h2 {
    font-size: .89rem
}
.theme__small--title {
    margin-bottom: 24px;
    display: block;
}
.theme__small--title span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 3px;
    background: #696969;
    line-height: 1;
    margin: 0;
}
.ryall a {
    text-decoration: none;
    background-color: #fff;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    color: #0a4b9d;
    -webkit-box-sizing: border-box;
    padding: 2px 0.462962rem;
}
.ryall a:hover {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    color: #fff
}

@media (max-width: 767px) {
.theme__small--title span {
    width: 30px;
    margin: 0;
}
}
.theme__small--title .white-line {
    background: #ffffff;
}
/*--
    - color
-----------------------------------------*/
.white-color {
    color: #ffffff;
}
.black-color {
    color: #000;
}
.theme-color {
    color: #221f3c;
}
.primary-color {
    color: #696969;
}
.color-text-2 {
    color: #dbd9ef;
}
.hover-color-light:hover a {
    color: #c0bce9;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
/*----------------------------------------*/
/*  06. History
/*----------------------------------------*/
.history__content p {
    color: #fff;
    font-size: 14px;
    line-height: 2.4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.history__tabs > ul {
    margin-bottom: 25px;
}
.history__tabs > ul li {
    margin-right: 48px;
}

@media (max-width: 767px) {
.history__tabs > ul li {
    margin-right: 0px;
}
}
.history__tabs > ul li:last-child {
    margin-right: 0;
}
.history__tabs > ul li a {
    padding: 0;
    font-size: 18px;
    color: #dbd9ef;
}
.history__tabs > ul li a:hover {
    border: 0px solid transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.history__tabs > ul li a {
    font-size: 15px;
}
}

@media (max-width: 767px) {
.history__tabs > ul li a {
    font-size: 14px;
}
}
.history__tabs .nav-tabs .nav-item.show .nav-link, .history__tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.history__tabs .nav-tabs .nav-link {
    border: 2px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    padding: 17px 0;
}
.history__tabs .nav-tabs {
    border-bottom: 2px solid #2d64ab;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.history__tabs .nav-tabs {
    margin-right: 0px;
}
}

@media (max-width: 767px) {
.history__tabs .nav-tabs {
    margin-right: 0px;
}
}
.history__tabs .nav-tabs .nav-item.show .nav-link, .history__tabs .nav-tabs .nav-link.active {
    border-bottom: 2px solid #fff;
}
.history__what-do {
    overflow: hidden
}
.history__what-do p {
    font-size: 14px;
    color: #fff;
    line-height: 2.4;
}
/*---- Video ----*/



.video::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}
.video::after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background: url(../img/vdo-bg.jpg) no-repeat right center fixed;
    background-size: cover;
    object-fit: cover;
}
.video .vision {
    margin-bottom: 50px;
}
.play-sec {
    height: 500px;
    width: 500px;
    display: inline-block;
    text-align: center;
    line-height: 500px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0px auto;
    transition: .4s;
}
.play-sec a {
    top: 0;
    left: 38%;
    position: absolute;
    z-index: 9;
}
.play-sec a img {
    border-radius: 100%;
}
.video .play-sec::before {
    content: '';
    height: 100%;
    width: 100%;
    animation: rotating 20s linear infinite;
    display: block;
    border: dashed 1px #c9c9c9;
    position: absolute;
    border-radius: 100%;
    z-index: 3;
}
.video .play-sec::after {
    content: '';
    height: 60%;
    width: 60%;
    animation: rotating_reverse 20s linear infinite;
    display: block;
    border: dashed 1px #c9c9c9;
    position: absolute;
    border-radius: 100%;
    z-index: 4;
    margin: 20%;
}
.rotating {
    -webkit-animation: rotating 15s linear infinite;
    -moz-animation: rotating 15s linear infinite;
    -ms-animation: rotating 15s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 15s linear infinite;
}
 @-webkit-keyframes rotating /* Safari and Chrome */ {
 from {
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotating {
 from {
 -ms-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -ms-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.rotating-reverse {
    -webkit-animation: rotating_reverse 15s linear infinite;
    -moz-animation: rotating_reverse 15s linear infinite;
    -ms-animation: rotating_reverse 15s linear infinite;
    -o-animation: rotating_reverse 15s linear infinite;
    animation: rotating_reverse 15s linear infinite;
}
 @-webkit-keyframes rotating_reverse /* Safari and Chrome */ {
 from {
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 -o-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
 @keyframes rotating_reverse {
 from {
 -ms-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -ms-transform: rotate(-360deg);
 -moz-transform: rotate(-360deg);
 -webkit-transform: rotate(-360deg);
 -o-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
.rays:before, .rays:after {
    border: solid 1px rgba(43, 80, 240, 0.3);
    background-color: rgba(43, 80, 240, 0.4);
}
.rays {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    top: -250px;
    left: 50%;
}
.rays:before, .rays:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}
.rays:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.rays:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.rays:hover:before, .rays:hover:after {
    -webkit-animation: none;
    animation: none;
}
 @-webkit-keyframes ripple {
 0% {
 -webkit-transform: scale(1);
}
 75% {
 -webkit-transform: scale(2);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(2.5);
 opacity: 0;
}
}
 @keyframes ripple {
 0% {
 transform: scale(1);
}
 75% {
 transform: scale(2);
 opacity: 1;
}
 100% {
 transform: scale(2.5);
 opacity: 0;
}
}
/*** 

====================================================================
	首页新闻
====================================================================

***/

.ftbg {
    min-height: 11.111rem;
    background: url( "../images/contacts_shape_bg") no-repeat center center;
    background-size: auto;
}
.heading {
    width: 100%;
    position: relative;
    padding-top: 0.555555rem;
    padding-bottom: .9rem;
    overflow: hidden;
}
.heading h2 {
    font-size: 40px;
    color: #0a4b9d;
    font-weight: 600;
}
.heading h2::after {
    content: '';
    width: 50px;
    height: 4px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a4b9d !important;
}
/*右侧新闻*/
.tim {
    border-right: 1px solid #bebebe;
}
.timep {
    text-align: center;
}
.timep-t {
    font-size: 30px;
    color: #444444;
    font-weight: 600;
    line-height: 1;
}
.timep-b {
    font-size: 16px;
    padding-top: 0.296296rem;
    color: #666666
}
.tip {
    font-size: 19px;
    color: #221f3c;
    padding-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mediab a:hover .timep-t, .mediab a:hover .timep-b, .mediab a:hover .tip {
    color: #0a4b9d
}
.tipb {
    font-size: 15px;
    color: #72798b;
    margin-top: 0.14rem;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ctcol {
    color: #666;
    margin-top: 0
}
.tim .line {
    width: 55px;
    height: 1px;
    margin: 0 auto;
    margin-top: 0.24rem;
    background-color: #d9d9d9;
}
.addbut a {
    text-decoration: none;
    background-color: #fff;
    font-size: 16px;
    border-radius: 0.370370rem;
    border: 1px solid #0a4b9d;
    color: #0a4b9d;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0.12rem 0.462962rem;
}
.addbut a:hover {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    color: #fff
}

@media (max-width: 1279px) {
.fl_l {
    max-width: 230px
}
}

@media (max-width: 1024px) {
.tip {
    font-size: 16px;
}
.tipb {
    font-size: 14px;
}
.heading h2 {
    font-size: 30px;
}
}
/*** 

====================================================================
	首页底部
====================================================================

***/






.footer {
    width: 100%;
    position: relative;
    background: url("../images/footebg.jpg") no-repeat center;
    background-size: cover;
}
.footer .top {
    max-width: 1170px;
    width: 96%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
}
.footer .back-top {
    display: none;
}
.footer .footer-nav {
    padding-right: 165px;
    font-size: 0;
}
.footer .footer-nav dl {
    font-size: 14px;
    display: inline-block;
 *display: inline;
 *zoom: 1;
    vertical-align: top;
    width: 18%;
 *width: 17.9%;
}
.footer .footer-nav dl dt {
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
}
.footer .footer-nav dl dd ul li {
    font-size: 16px;
    line-height: 2;
}
.footer .footer-nav dl dd ul li a:hover {
    color: #e10032;
}
.footer .footer-nav dl.double {
    width: 28%;
}
.footer .footer-nav dl.double dd ul {
    float: left;
    width: 75%;
 *width: 74.9%;
}
.footer .footer-nav dl.double dd ul:first-child {
    width: 25%;
}
.footer .consultation {
    position: absolute;
    right: 0;
    top: 60px;
    width: 165px;
}
.footer .consultation .title {
    display: inline-block;
 *display: inline;
 *zoom: 1;
    height: 35px;
    width: 160px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #ec5735 url("../img/btn_bg.jpg") left top repeat-y;
}
.footer .consultation .cont {
    margin-top: 20px;
}
.footer .consultation .cont .sale-before, .footer .consultation .cont .sale-after {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: block;
}
.footer .consultation .cont .sale-before span, .footer .consultation .cont .sale-after span {
    display: block;
}
.footer .consultation .cont .sale-after {
    margin-top: 10px;
}
.footer .consultation .cont .tel {
    font-size: 20px;
    font-weight: bold;
    color: #e10032;
    outline: none;
}
.footer .consultation .sharebox {
    margin-top: 10px;
}
.footer .consultation .sharebox .bdsharebuttonbox .bds_weixin {
    background: url("../img/share_weixin.png") center no-repeat;
}
.footer .consultation .sharebox .bdsharebuttonbox .bds_tsina {
    background: url("../img/share_sina.png") center no-repeat;
}
.footer .bottom {
    border-top: 1px solid #e4e4e4;
}
.footer .bottom .bottom-in {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 43px;
}
.footer .bottom .bottom-in ul {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
}
.footer .bottom .bottom-in ul li {
    display: inline-block;
 *display: inline;
 *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 18px;
}
.footer .bottom .bottom-in ul li a {
    color: #999;
}
.footer .bottom .bottom-in .copyright {
    text-align: center;
}

@media screen and (max-width: 1366px) {
.footer .bottom .bottom-in {
    line-height: 1.6;
    padding: 15px 0;
}
.footer .bottom .bottom-in ul {
    position: static;
    text-align: center;
    margin-bottom: 5px;
}
.footer .bottom .bottom-in .copyright {
    text-align: center;
}
}

@media screen and (max-width: 1024px) {
.footer .top {
    padding-bottom: 20px;
}
.footer .top .footer-nav {
    padding-right: 0;
}
.footer .top .consultation {
    position: static;
    width: 80%;
    margin: 0 auto;
}
.footer .top .consultation .title {
    display: none;
}
.footer .top .consultation .cont .sale-before, .footer .top .consultation .cont .sale-after {
    float: left;
    width: 50%;
 *width: 49.9%;
    text-align: center;
    font-weight: normal;
}
.footer .top .consultation .cont .sale-before span, .footer .top .consultation .cont .sale-after span {
    font-size: 18px;
}
.footer .top .consultation .cont .sale-after {
    margin: 0;
}
.footer .top .consultation .cont .tel {
    font-size: 20px;
    font-weight: normal;
}
.footer .top .consultation .sharebox {
    margin-top: 5px;
}
.footer .top .consultation .sharebox .bdsharebuttonbox {
    text-align: center;
}
.footer .top .consultation .sharebox .bdsharebuttonbox a {
    display: inline-block;
 *display: inline;
 *zoom: 1;
    float: none;
    position: relative;
    left: -25%;
    margin: 0;
 *float: left;
 *left: 22%;
}
.footer .top .consultation .sharebox .bdsharebuttonbox .bds_tsina {
    left: 25%;
 *left: 72%;
    margin-left: -32px;
}
}

@media screen and (max-width: 768px) {
.footer {
    border-top: 1px solid #e1e1e1;
}
.footer .top {
    padding-top: 20px;
}
.footer .top .back-top {
    width: 30px;
    height: 43px;
    display: block;
    margin: 0 auto 20px;
    text-indent: -999em;
    overflow: hidden;
    background: url("../img/backtop.png") center no-repeat;
    background-size: cover;
}
.footer .top .footer-nav dl {
    display: block;
    width: auto;
    padding: 5px 0;
}
.footer .top .footer-nav dl dt {
    margin-bottom: 5px;
    cursor: pointer;
    background: url("../images/footer_add.png") 98% center no-repeat;
    background-size: auto 64%;
    -webkit-background-size: auto 64%;
    -o-background-size: auto 64%;
    -moz-background-size: auto 64%;
    opacity: 0.8;
}
.footer .top .footer-nav dl dt.on {
    background-image: url( "../images/footer_add_on.png");
}
.footer .top .footer-nav dl dd {
    display: none;
}
.footer .top .footer-nav dl dd ul {
    padding-left: 1em;
}
.footer .top .footer-nav dl.double dd ul {
    float: none;
    width: auto;
}
.footer .top .consultation {
    width: 98%;
}
.footer .bottom .bottom-in {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.footer .bottom .bottom-in ul {
 *width: 100%;
    margin-left: -1px;
}
.footer .bottom .bottom-in ul li {
    width: 33.33%;
 *width: 33.23%;
    margin: 0 0 10px;
    line-height: 24px;
}
.footer .bottom .bottom-in ul li a {
    display: inline-block;
 *display: inline;
 *zoom: 1;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
}
}
.ftit {
    font-size: 0.518518rem;
    font-weight: bold;
    color: #fff;
    padding-top: 1.296296rem;
    padding-bottom: 0.370370rem
}
/*** 

====================================================================
	首页右侧浮动
====================================================================

***/

.floating_ck {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999
}
.floating_ck dl dd {
    position: relative;
    width: 66px;
    height: 80px;
    background-color: rgba(200, 0, 0, .8);
    border-bottom: solid 1px #af1b21;
    text-align: center;
    cursor: pointer;
}
.floating_ck dl dd:hover {
    background-color: #b81c22;
    border-bottom: solid 1px #a40324;
}
.floating_ck dl dd:hover .floating_left {
    display: block;
    text-align: center
}
.floating_ck dd .f30 {
    font-size: 30px;
    color: #fff;
    display: block;
    line-height: 36px;
    padding-top: 10px;
}
.floating_ck dd .f24 {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 36px;
    padding-top: 10px;
}
.floating_ck dd .spanb {
    color: #fff;
    display: block;
}
.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 80px;
    background-color: #b81c22;
    border-bottom: solid 1px #a40324;
    display: none;
}
.floating_left a {
    color: #fff;
    line-height: 80px;
    font-size: 14px;
}
.floating_ewm {
    height: 230px;
    top: -150px;
}
.floating_ewm i {
/*background: url( "../images/wr.jpg") no-repeat center;*/
    /*background-size: cover;
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;*/
}
.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}
.floating_ewm .qrcord_p01 {
    font-size: 12px;
    line-height: 20px;
}
.floating_ewm .qrcord_p02 {
    font-size: 18px;
}

@media screen and (max-width: 1366px) {
.floating_ck dl dd {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 3px;
    background-color: rgba(200, 0, 0, .8);
    border-bottom: solid 1px #af1b21;
    text-align: center;
    cursor: pointer;
}
.floating_ewm {
    height: 230px;
    top: -161px;
}
}

@media screen and (max-width: 768px) {
.floating_ck {
    display: none
}
}
/*** 

====================================================================
	首页回到顶部
====================================================================

***/
.back-to-top {
    position: fixed;
    right: 36px;
    bottom: 42px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    font-size: 22px;
    cursor: pointer;
    background-color: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
    animation: white-shadow .8s infinite, red-shadow .8s infinite;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    display: none;
}
.back-to-top span {
    font-size: 20px;
}
@keyframes white-shadow {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 -webkit-transition: box-shadow .3s ease-in-out;
 -webkit-transition: -webkit-box-shadow .3s ease-in-out;
 -o-transition: box-shadow .3s ease-in-out;
 transition: box-shadow .3s ease-in-out;
 transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
 100% {
 -webkit-box-shadow: 0 0 0 30px transparent;
 box-shadow: 0 0 0 30px transparent;
 -webkit-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 -webkit-transition: box-shadow .4s ease-in-out;
 -webkit-transition: -webkit-box-shadow .4s ease-in-out;
 -o-transition: box-shadow .4s ease-in-out;
 transition: box-shadow .4s ease-in-out;
 transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}
}
@-webkit-keyframes red-shadow {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
 box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
}
 100% {
 -webkit-box-shadow: 0 0 0 30px transparent;
 box-shadow: 0 0 0 30px transparent;
}
}
@keyframes red-shadow {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
 box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
}
 100% {
 -webkit-box-shadow: 0 0 0 30px transparent;
 box-shadow: 0 0 0 30px transparent;
}
}
#scrollUp {
    right: 18px;
    bottom: 42px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    font-size: 22px;
    cursor: pointer;
    background-color: #0c59db;
    -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
    animation: white-shadow .8s infinite, red-shadow .8s infinite;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
#scrollUp span {
    font-size: 30px;
}
.bg-gradient-color {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}
/*** 

====================================================================
	二级页头部banner
====================================================================

***/

.ny_banner_bj {
    width: 100%;
    height: 10.055555rem;
    background-size: cover;
}
.ny_banner_bja {
    height: 6.074074rem!important;
}

@media(max-width: 767px) {
.ny_banner_bj {
    width: 100%;
    height: 200px;
    background-size: cover;
}
}
/*** 

====================================================================
	新闻中心
====================================================================

***/
.dipb {
    overflow: hidden;
    padding-bottom: .35rem
}
.cnews {
    background-color: #fff;
    padding: 15px;
    min-height: 391px;
}
.cnews ul li {
    font-size: 16px;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.cnewsa ul li {
    font-size: 15px!important;
    line-height: 2.1;
}
.cnews ul li:before {
    float: left;
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    overflow: hidden;
    display: inline-block;
    margin: 13px 11px 0 0;
    border-radius: 2px;
}
.cnews ul li a {
    color: #404040;
    text-decoration: none;
}
.cnews ul li a:hover {
    color: #e10000;
}
.cnews ul li a strong {
    font-size: 18px;
    font-weight: bold;
}
.pic-focus {
}
.pic-focus h3 {
    font-size: 16px;
    background-color: #fff;
    line-height: 36px;
    padding: 5px 10px;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pic-focus h3 a strong {
    font-size: 16px;
    color: #ea4c4c;
    margin-right: 5px;
    font-weight: bold;
}
.pic-focus h3 a:hover {
    color: #ea4c4c;
}
.imgk .photo {
    overflow: hidden;
    display: block;
}
.imgk img {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.photo:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.w-48 {
    width: 48%!important;
    overflow: hidden;
    display: block;
}
.w-30 {
    width: 32%!important;
    overflow: hidden;
    display: block;
}
.ml2 {
    margin-left: 2%
}
.xtu {
    background-color: #fff;
}
.xtua a.photo {
    height: 90px;
    overflow: hidden;
    display: block;
}
.xtu h3 a {
    font-size: 12px;
    margin: 8px 10px;
    display: block;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xtua h3 a {
    font-size: 12px;
    padding: 5px;
}
.xtu h3 a:hover {
    color: #ea4c4c;
}
.tblt {
    height: 38px;
    overflow: hidden
}
.tblt a {
    border-radius: 24px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #0a53a3;
    color: #fff;
    display: block
}
.tblt a:hover {
    background-color: #0d6fdb;
}
.topt {
    height: 38px;
    overflow: hidden;
}
.topt img {
    width: 210px;
    height: 32px;
}
.topt a {
    border-radius: 24px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #0a53a3;
    color: #fff;
    display: block
}
.topt a:hover {
    background-color: #0d6fdb;
}
/*** 

====================================================================
	解决方案二级
====================================================================

***/

.feature__block {
    display: flex;
    background: #fff;
    align-items: center;
    padding: 35px 25px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.feature__block {
    padding: 35px 15px 35px 15px;
}
}

@media (max-width: 767px) {
.feature__block {
    padding: 35px 15px 35px 15px;
}
}
.feature__block:hover {
    background: #0a4b9d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid transparent;
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.feature__block:hover .icon span {
    background: white;
    color: #0a4b9d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.feature__block:hover .text h5 {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.feature__block:hover .text p {
    color: #afcffa;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.feature__block .icon span {
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: rgba(34, 31, 60, 0.1);
    border-radius: 50%;
    margin-right: 15px;
    color: #221f3c;
    font-size: 50px;
}
.feature__block .text h5 {
    /*margin-bottom: 2px;*/
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #221f3c;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.feature__block .text h5 {
    font-size: 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.feature__block .text h5 {
    font-size: 15px;
}
}

@media (max-width: 767px) {
.feature__block .text h5 {
    font-size: 15px;
}
}
.feature__block .text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #677286;
    font-weight: normal;
    text-overflow: ellipsis;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*解决方案动画*/
.anim-section {
    position: relative;
    display: block;
}
.anim-object2:before {
    position: absolute;
    content: "";
    background-image: url( "../images/3.png");
    height: 585px;
    width: 585px;
    top: 25%;
    left: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: spinInfinit;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.8;
}
@keyframes spinInfinit {
 from {
 transform:rotate(0deg);
}
 to {
 transform:rotate(360deg);
}
}
.feature-thumba {
    height: 3.425925rem;
}
.feature-contenta h3 {
    font-size: 0.370370rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.feature-contenta .para p {
    font-size: 16px;
    color: #3c495d;
    line-height: 2;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feature-box:hover .feature-contenta h3 {
    color: #0c59db
}
/*** 

====================================================================
	产品中心
====================================================================

***/



.peAnli .nav-tabs li.active a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.peAnli .tab-content {
    margin: 44px 16px 25px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(194,215,236,.5)
}
.peAnli .tab-content .wz {
    /*width: 50%;*/
    float: left;
    text-align: left;
    letter-spacing: 1px;
    padding: 38px 100px 35px 54px
}
.peAnli .tab-content .wz h6 {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-bottom: 27px
}
.peAnli .tab-content .wz p {
    line-height: 30px;
    font-size: 14px;
    color: gray
}
.peAnli .tab-content .wz p b {
    color: #333;
    display: block;
    float: left
}
.peAnli .tab-content .wz p span {
    margin-left: 150px;
    display: block
}
.peAnli .tab-content .wz p:last-child {
    line-height: 22px
}
.peAnli .tab-content .tu {
    width: 50%;
    float: left
}
.peAnli .tab-content .tu img {
    width: 100%;
    height: auto
}
.product-charact .maxCon {
    margin-top: 2rem;
    overflow: initial
}
.product-charact .nav-tabs {
    height: 2.2rem;
    border: 0;
}
.product-charact .nav-tabs li {
    height: 2.2rem;
    width: 25%;
    position: relative;
}
.product-charact .nav-tabs li a {
    height: 2.2rem;
    display: block;
    text-align: center;
    color: #1b2147;
}
.product-charact .nav-tabs li a:hover {
    color: #1774f2;
}
.product-charact .nav-tabs li a:before {
    display: none
}
.product-charact .nav-tabs li span {
    font-size: 1rem;
    color: #5b90ef;
}
.product-charact .nav-tabs li .icon {
    /* width: 64px;
    height: 64px;*/
    background-color: #f7f7f7;
    position: relative;
    margin: 0 auto 0.370370rem;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}
.product-charact .nav-tabs li p {
    line-height: 26px;
    font-size: 0.296296rem;
    font-weight: bold;
}
.product-charact .nav-tabs li.active a {
    color: #1774f2;
}
/*.product-charact .nav-tabs li.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -11px;
    z-index: 2;
    width: 23px;
    height: 23px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}*/


.product-charact .nav-tabs li.active span {
    color: #fff;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: inherit;
    background-color: inherit;
    color: inherit;
    border-radius: inherit;
}
.product-charact .nav-tabs li.active .icon {
    text-align: center;
    background-color: #0a4b9d;
    color: #ffffff;
    z-index: 1;
    font-size: 46px;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
}
.product-charact .nav-tabs li.active .icon:before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -5px;
    right: -5px;
    top: -5px;
    border: 2px dotted #0a4b9d;
    border-radius: 50%;
    animation: cspine 20s linear infinite;
}
 @keyframes cspine {
 from {
 transform: rotate(0);
}
 to {
 transform: rotate(359deg);
}
}
.product-charact .nav-tabs li.active p {
    font-weight: bold;
}
.cpzx .tab-content {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
    min-height: 448px;
    overflow: initial;
    position: relative
}
.cpzx .tab-content .wz {
    position: absolute;
    left: 5.6%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 36.3%;
    padding: 0;
    float: none
}
.cpzx .tab-content h6 {
    font-size: 0.592592rem;
    color: #00113a;
    margin-bottom: 0.5rem
}
.cpzx .tab-content .lh p {
    line-height: 2;
    font-size: 15px;
    color: #16223f;
}
.cpzx .tab-content .wz p {
    line-height: 34px;
    color: #666
}
.cpzx .tab-content .wz p.te {
    color: #596efb
}
.cpzx .tab-content .wz .z0 {
    padding: 22px 0 0;
    height: auto;
    overflow: hidden
}
.cpzx .tab-content .wz .z0 a {
    height: 25px;
    line-height: 25px;
    display: inline-block
}
.cpzx .tab-content .wz .z0 b {
    display: block;
    float: left;
    font-size: 15px;
    color: #596efb;
    font-weight: normal;
    position: relative
}
.cpzx .tab-content .wz .z0 i {
    display: block;
    float: left;
    width: 18px;
    height: 25px;
    margin-left: 10px;
    background: url(../images/gdmore2.png) center no-repeat
}
.cpzx .tab-content .wz .z0 a b:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #596efb;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.cpzx .tab-content .wz .z0 a:hover b:before {
    width: 100%;
    left: 0;
    right: 0
}
.cpzx .tab-content .tu {
    position: absolute;
    right: 2.4%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 52%;
    padding: 0;
    float: none
}
.cpadd a {
    margin-right: 20px;
    padding: 10px 20px;
    border: 1px solid #0a4b9d;
    color: #fff;
    font-size: 16px;
    background-color: #0a4b9d;
    border-radius: 3px;
    display: inline-block;
}
.cpadd a:last-child {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #4d4d4d
}
.cpadd a:hover {
    background-color: #2772db;
    color: #fff;
    transition: all 0.5s;
    border-radius: 3px;
}

@media (max-width: 1366px) {
.cpzx .tab-content {
    padding-top: 1rem;
}
}

@media (max-width: 768px) {
.product-charact .nav-tabs li {
    width: 50%;
    margin-bottom: 1.8rem;
}
.product-charact .maxCon {
}
.product-charact .nav-tabs li .icon {
    position: relative;
    margin: 0 auto 0;
}
.product-charact .p-3 {
    padding: .5rem!important
}
.cpzx .tab-content {
    margin-top: 6rem;
}
.product-charact .nav-tabs li p {
    padding: .5rem 0
}
.m6 {
    margin-top: 6rem
}
.mb3 {
    margin-bottom: 1rem!important
}
/*.product-charact .nav-tabs li.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -11px;
    z-index: 2;
    width: 2px;
    height: 2px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}*/
}
/*========================================*/
/*------------ [支持与服务] -----------*/
/*========================================*/
.news-wrapper .news-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
.news-wrapper .news-thumb img {
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
.news-wrapper .news-thumb .news-top-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 4px 14px;
    background: #0c59db;
    font-size: 18px;
    color: #fff;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.news-wrapper .news-thumb .news-top-meta a {
    color: #fff;
}
.news-wrapper .news-thumb .news-top-meta i {
    font-size: 15px;
    margin-right: 8px;
    vertical-align: middle;
    color: #ffffff;
}
.news-wrapper .news-thumb .news-top-meta .admin {
    background: #ececec;
    padding: 2px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 11px;
    color: #17305e;
}
.news-wrapper .news-thumb .news-top-meta .admin a {
    color: #17305e;
}
.news-wrapper .news-thumb .news-top-meta .comment {
    background: #0c59db;
    padding: 2px 17.9px;
    min-width: 96px;
}
.news-wrapper .news-thumb:after {
    position: absolute;
    content: "";
    background: rgba(23, 48, 94, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -moz-transform: perspective(3em) rotateY(-3deg);
    -o-transform: perspective(3em) rotateY(-3deg);
    -ms-transform: perspective(3em) rotateY(-3deg);
    -webkit-transform: perspective(3em) rotateY(-3deg);
    transform: perspective(3em) rotateY(-3deg);
    transform-origin: top;
}
.news-wrapper .news-details {
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 10px 10px;
}
.news-wrapper .news-details .news-description .news-bottom-meta {
    color: #828c99;
    background: #f5f6fc;
    padding: 10px 20px;
    border-left: 3px solid #0c59db;
}
.news-wrapper .news-details .news-description .the-content {
    margin-bottom: 20px;
}
.news-wrapper .news-details .news-link {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.2px;
    line-height: 16px;
    position: relative;
}
.news-wrapper .news-details .news-link a {
    color: #0c59db;
    font-size: 15px;
}
.news-wrapper .news-details .news-link a i::before {
    font-size: 16px;
    vertical-align: middle;
    transition: 300ms;
}
.news-wrapper .news-details .news-link:hover {
    color: #0c59db;
}
.news-wrapper .news-details .news-link:hover:before {
    width: 100%;
}
.news-wrapper .news-details .news-link:hover a i::before {
    margin-left: 6px;
}
.news-wrapper .news-details .news-link:before {
    content: '';
    width: 60%;
    height: 2px;
    background: #0c59db;
    left: 0;
    position: absolute;
    bottom: -5px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.news-wrapper:hover .news-thumb img {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.news-wrapper:hover .news-thumb .news-top-meta {
    left: 20px;
}
.news-wrapper:hover .news-thumb:after {
    opacity: 1;
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}
.news-wrapper .news-details .news-description .news-bottom-meta {
    color: #828c99;
    background: #f5f6fc;
    padding: 10px 20px;
    border-left: 3px solid #0c59db;
}
.news-description a.news-but {
    padding: 8px 15px;
    background-color: #fff;
    color: #0c59db;
    border: 1px solid #0c59db;
    border-radius: 45px
}
.news-description a.news-but:hover {
    background-color: #ef0f3a;
    color: #fff;
    border: 1px solid #ef0f3a;
}
.the-title a {
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*** 

====================================================================
	系统开发
====================================================================

***/
.ylo {
    color: #ffff00!important
}
.information {
    padding: 0;
    background-color: #d20032;
}
.single-info {
    position: relative;
    color: #fff;
    width: 100%;
    min-height: 84px;
    text-align: center;
}
.single-info span {
    display: block;
    font-size: 30px;
    margin-bottom: 12px;
    padding-top: 15px;
}
.single-info div {
    font-size: 16px;
    text-align: center;
    font-weight: lighter
}
a .single-info:hover {
    background-color: #a9032a
}
.home-service {
    overflow: hidden;
}
.home-service .vitem {
    position: relative;
    overflow: hidden;
}
.home-service .vitem a {
    display: block;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
    transition: 0.3s ease-in-out;
}
.home-service .vitem .txt {
    position: absolute;
    top: 0.556rem;
    right: 0.555555rem;
}
.home-service .vitem:nth-child(2n) .txt {
    left: 6.77%;
}
.home-service .vitem:nth-child(2n) .txt h5 {
    line-height: 28px;
    color: #646060;
    font-size: 16px;
    text-align: left
}
.home-service .vitem img {
    display: block;
    width: 100%;
    transition: 0.3s;
}
.home-service .vitem:hover img {
    opacity: 0.1;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
.home-service .vitem:hover a {
    background: #ff6c00;
}
.home-service .vitem .txt * {
    font-weight: normal;
    margin: 0;
}
.home-service .vitem .txt h2 {
    color: #303030;
    font-size: 0.5rem;
    line-height: 1rem;
}
.home-service .vitem .txt h5 {
    line-height: 28px;
    color: #646060;
    font-size: 16px;
    text-align: right
}
.home-service .vitem .txt .more {
    display: block;
    width: 60px;
    height: 30px;
    background: url(../images/more.png) no-repeat;
    margin: 0 auto;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    opacity: 0;
    transition: 0.3s 0.3s ease-in-out
}
.home-service .vitem:hover .txt {
    text-align: center;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0.956rem;
}
.home-service .vitem:hover .txt h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.home-service .vitem:hover .txt h5 {
    opacity: 0;
    height: 56px;
}
.home-service .vitem:hover .txt .more {
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
}
.ul-1 {
    border-right: 1px solid #eee;
    overflow: hidden;
    border-left: 1px solid #eee;
}
.litem {
    position: relative;
}
.ul-1 .litem {
    padding-bottom: 16.667%;
}
.ul-2 .litem {
    padding-bottom: 16.667%; /*padding-bottom:8.671%*/
}
.litem > * {
    position: absolute;
}
.litem a {
    top: 0;
    bottom: 0;
    width: 100%;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    left: -1px;
    z-index: 10;
}
.litem .icon_on {
    z-index: 1;
    overflow: hidden;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.litem .icon_on span {
    position: absolute;
    left: -20px;
    top: -50px;
    filter: alpha(opacity=10);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transition: 0.3s ease-in-out;
    font-size: 180px;
    color: #fff;
    width: 5.556rem;
    height: 5.556rem;
    line-height: 5.556rem;
}
.litem .icon {
    left: 7.5%;
    top: 50%;
    margin-top: -35px;
    z-index: 2;
    transition: 0.3s ease-in-out
}
.litem .icon span {
    height: 1.296rem;
    width: 1.296rem;
    color: #000;
    font-size: 70px;
    line-height: 1.296rem;
    display: block
}
.litem .txt {
    z-index: 4;
    right: 6%;
    max-width: 4.841841rem;
    top: 50%;
    margin-top: -42px;
    transition: 0.3s ease-in-out;
}
.ul-2 .litem .txt {
    max-width: 325px;
}
.litem .txt * {
    margin: 0;
}
.litem .txt h4 {
    color: #151a33;
    padding-bottom: 20px;
    font-size: 24px
}
.litem .txt p {
    line-height: 24px;
    font-size: 16px;
}
.litem .more {
    display: block;
    width: 60px;
    height: 30px;
    background: url(../images/more.png) no-repeat;
    margin: 0 auto;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    opacity: 0;
    transition: 0.3s 0.3s ease-in-out
}
.litem:hover {
    background: #ff6c00;
}
.litem:hover .icon_on {
    opacity: 1;
    -webkit-opacity: 1;
}
.litem:hover .icon_on span {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.litem:hover .icon {
    opacity: 0;
    -webkit-opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.litem:hover .txt {
    left: 0;
    text-align: center;
    color: #fff;
    margin-left: 0;
    max-width: none !important;
    width: 100%;
    margin-top: -52px;
}
.litem:hover .txt p {
    opacity: 0;
}
.ul-2 .litem:hover .txt p {
    display: none;
}
.litem:hover .txt h4 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.litem:hover .more {
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
}
a.banerp {
    display: inline-block;
    overflow: hidden;
    padding: 10px;/*width: 16%;*/

}
.banerp .span1 {
    color: #fff;
    font-size: .7rem;
    vertical-align: middle;
}
.banerp .span2 {
    color: #fff;
    font-size: .370370rem;
    vertical-align: middle;
}

@media screen and (max-width: 1366px) {
.litem .icon span {
    font-size: 50px;
}
}

@media screen and (max-width: 1024px) {
.litem .txt {
    max-width: 4.2rem;
}
}

@media screen and (max-width: 767px) {
.litem a {
    top: 0;
    bottom: 0;
    width: 100%;
    border-left: 0px;
    border-bottom: 0px;
    left: -1px;
    z-index: 10;
}
.ul-1 .litem::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d3d3d3;
    transform-origin: 0 0;
    transform: scaleY(0.2);
}
.ul-1 .litem {
    padding-bottom: 30%;
}
.litem .icon span {
    height: 1.296rem;
    width: 1.296rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.296rem;
    display: block
}
.litem .txt {
    z-index: 4;
    right: 16%;
    max-width: 5.841841rem;
    top: 50%;
    margin-top: -36px;
    transition: 0.3s ease-in-out;
}
.litem .txt h4 {
    color: #151a33;
    padding-bottom: 5px;
    font-size: 18px;
}
.litem .txt p {
    font-size: 14px;
}
.home-service .vitem .txt h5 {
    display: none
}
.home-service .vitem .txt {
    position: absolute;
    top: 0.556rem;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
}
/*数据 读数*/

.stats {
    background: url("../images/erp1.jpg") center no-repeat;
    background-size: cover;
}
.counter {
    background: none;
    padding: 20px 0;
    border-radius: 0;
    color: #fff;
}
.count-title {
    font-size: 7em;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 1.5em;
    display: block;
    position: relative;
}
.count-title:after {
    content: "+";
    position: absolute;
    width: 15px;
    height: 15px;
    top: -45px;
    font-size: 30px;
}
.count-text {
    font-size: 0.407407rem;
    padding-top: 0.3rem;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
/*系统开发经典案例*/
.erpbg {
    background: url( "../images/erp2.png") center no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
}
.erpal {
    height: 4.259259rem;
}
.erpalt {
    padding-top: 20px;
    padding-bottom: 20px;
}
.erpalt h3 {
    font-weight: 500
}
.erpalt:after {
    width: 25%
}
/*服务与开发流程*/

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dfx {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-features-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 7px;
    background-color: #fff;
}
.features-icon {
    width: 20%;
    margin-right: 8%;
}
.features-content {
    width: 80%;
}
.features-content h4 {
    font-weight: 600;
    color: #001737;
    font-size: 18px;
    margin-bottom: .25rem;
}
.features-content p {
    font-size: 14px;
    line-height: 1.9;
    color: #576477;
}
.features-icon .mdi {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #35BFE6;
    border-radius: 5px;
    color: white;
    font-size: 35px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #35BFE6;
}
.features-icon span.mdi.mdi-file-music {
    background-color: #7142F8;
    border: 1px solid #7142F8;
}
.features-icon span.mdi.mdi-settings {
    background-color: #ECBF24;
    border-color: #ECBF24;
}
.features-icon span.mdi.mdi-a {
    background-color: #e53f40;
    border-color: #e53f40;
}
.features-icon span.mdi.mdi-account {
    background-color: #5CBC2B;
    border-color: #5CBC2B;
}
.features-icon span.mdi.mdi-radio {
    background-color: #F38550;
    border-color: #F38550;
}
.features-icon span.mdi.mdi-server {
    background-color: #FA4C9A;
    border-color: #FA4C9A;
}
.single-features-item:hover span.mdi.mdi-account {
    color: #5CBC2B;
}
.single-features-item:hover span.mdi {
    background-color: white;
    color: #35BFE6;
}
.single-features-item:hover span.mdi.mdi-file-music {
    color: #7142F8;
}
.single-features-item:hover span.mdi.mdi-settings {
    color: #ECBF24;
}
.single-features-item:hover span.mdi.mdi-a {
    color: #e53f40;
}
.single-features-item:hover span.mdi.mdi-radio {
    color: #F38550;
}
.single-features-item:hover span.mdi.mdi-server {
    color: #FA4C9A;
}
.features-image {
    position: relative;
    z-index: 1;
    text-align: center;
}
.features-image:after {
    position: absolute;
    right: 8%;
    bottom: 23%;
    width: 100px;
    height: 300px;
    content: "";
    background-color: #C82C29;
    z-index: -1;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
    border-radius: 0 20px;
    -webkit-animation: animatebg 3s linear infinite;
    animation: animatebg 3s linear infinite;
}
 @-webkit-keyframes animatebg {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(23deg);
 transform: rotate(23deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @keyframes animatebg {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(23deg);
 transform: rotate(23deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
.features-image img {
    border-radius: 34px;
    margin-bottom: 30px;
}
.features-area .title {
    margin-bottom: 50px;
}
/*=====================================================
	关于肯特
=====================================================*/
    
.banner-aboutus {
    position: relative;
    overflow: hidden;
}
.banner-aboutus .banner-pic img {
    display: block;
    width: 100%;
    height: auto;
}
.banner-aboutus .banner-video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#banner-video {
    width: 100%;
    height: 100%;
}
.banner-aboutus section {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.banner-aboutus section > .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.banner-aboutus section > .text > h2 {
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 3%;
    font-weight: bold;
}
.banner-aboutus section > .textb {
    position: relative;
    background-color: rgba(0,0,0,.3);
    padding: 25px 0 15px;
    margin: 0 auto;
    top: 85%;
}
.banner-aboutus .btna {
    display: inline-block;
    width: 200px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #d20032;
    border-radius: 27px;
    margin: 0 10px;
}

@media screen and (max-width: 1660px) {
.banner-aboutus section > .textb {
    padding: 15px 0 10px;
}
.banerp .span2 {
    font-size: 16px;
}
}

@media screen and (max-width: 1366px) {
.banner-aboutus section > .text > h2 {
    font-size: 44px;
}
.banner-aboutus .btna {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
}

@media screen and (max-width: 1280px) {
.banner-aboutus section > .textb {
    padding: 10px 0 10px;
}
}

@media screen and (max-width: 1024px) {
.banner-aboutus section > .text > h2 {
    font-size: 34px;
}
.banner-aboutus .btna {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.banerp .span2 {
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}
.banner-aboutus section > .textb {
    top: 80%;
}
}

@media screen and (max-width: 768px) {
.banner-aboutus section > .text > h2 {
    font-size: 24px;
}
.banner-aboutus .btna {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
}
.banner-aboutus section > .textb {
    display: none
}
}

@media screen and (max-width: 480px) {
.banner-aboutus {
    height: 250px;
}
.banner-aboutus .banner-pic img {
    position: relative;
    left: 50%;
    margin-left: -320px;
    width: 640px;
}
}
.section-feature1 {
    background: #f7f7f7;
}
.section-feature1 .section1-tit {
    font-size: 36px;
    line-height: 1.5;
    color: #0a4b9d;
    text-align: center;
    font-weight: normal;
    font-weight: bold;
}
.section-feature1 .section1-detail {
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.section-feature1 .section1-detail a {
    color: #d20032;
}
.section-feature1 .section1-line {
    margin: 2.5% auto;
    width: 30px;
    height: 2px;
    background: #e6e6e6;
}
.section-feature1 .feature1-list {
    padding-top: 4%;
    font-size: 0;
}
.section-feature1 .feature1-list li {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    text-align: center;
    vertical-align: top;
}
.section-feature1 .feature1-list .feature1-list-pic {
    background: url('../images/icon-bg.png') center no-repeat;
    transition: all .3s linear;
}
.section-feature1 .feature1-list .feature1-list-pic span {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    font-size: 70px;
    color: #0a4b9d;
    width: 2.518518rem;
    height: 2.518518rem;
    line-height: 2.518518rem;
    text-align: center;
    position: relative;
    transition: .4s;
}
.section-feature1 .feature1-list .num {
    padding-top: 15px;
    font-size: 45px;
    color: #d20032;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    position: relative;
    transition: all .3s linear;
}
.section-feature1 .feature1-list li p {
    font-size: 16px;
    color: #7f7f7f;
}
.section-feature1 .feature1-list li:hover span {
    color: #fff;
}
.section-feature1 .feature1-list li:hover .feature1-list-pic {
    background-image: url('../images/icon-bg2.png');
}
.section-feature1 .feature1-list li:hover .num {
    color: #0a4b9d;
}

@media screen and (max-width: 1366px) {
.section-feature1 .section1-tit {
    font-size: 30px;
}
.section-feature1 .section1-detail {
    font-size: 16px;
}
.section-feature1 .feature1-list .num {
    font-size: 34px;
}
}

@media screen and (max-width: 1024px) {
.section-feature1 .section1-tit {
    font-size: 24px;
}
.section-feature1 .section1-detail {
    font-size: 14px;
}
.section-feature1 .feature1-list .num {
    font-size: 28px;
}
.section-feature1 .feature1-list li p {
    font-size: 14px;
}
.section-feature1 .feature1-list .feature1-list-pic {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.section-feature1 .feature1-list .feature1-list-pic img {
    width: 50%;
}
}

@media screen and (max-width: 768px) {
.section-feature1 .section1-tit {
    font-size: 20px;
}
.section-feature1 .feature1-list {
    text-align: center;
}
.section-feature1 .feature1-list .num {
    font-size: 20px;
    padding-top: 10px;
}
.section-feature1 .feature1-list li {
    margin: 10px 0;
    width: 33.33%;
}
.section-feature1 .feature1-list li p {
    height: 2.4em;
    line-height: 1.2;
}
.section-feature1 .feature1-list .feature1-list-pic img {
    width: 40%;
}
}
.about-bg {
    background: url( "../images/aboutbg.jpg") center no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
    min-height: 760px;
}
.about-history .auto-inner {
    position: relative;
    max-width: 1320px;
    margin: 0 auto
}
.about-history .auto-inner:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 100%;
    background: #dbdbdb;
    height: 1px;
}
.about-history .slick-list {
    padding-right: 14.5%;
}
.about-history .slider li {
    position: relative;
    min-height: 210px;
}
.about-history .slider li i {
    position: absolute;
    bottom: -13px;
    width: 20px;
    height: 170px;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    left: 15%;
}
.about-history .slider li:nth-child(2n) i {
    bottom: auto;
    top: 5px;
    height: 135px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 0;
}
.about-history .slider li i:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    border: 2px solid #0a4b9d;
    width: 12px;
    height: 12px;
    left: -6.5px;
    bottom: 7px;
    background: #f7f7f7;
}
.about-history .slider li:nth-child(2n) i:before {
    bottom: auto;
    top: 7px;
}
.about-history .slider li .mCustomScrollbar {
    max-height: 100px;
}
.about-history .slider li .txt {
    width: 190%;
    padding-bottom: 18px;
    transition: 0.3s;
    max-height: 162px;
    overflow: hidden;
}
.about-history .slider li p {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    color: #fff;
}
.about-history .slider li h3 {
    line-height: 44px;
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-family: "DIN-Medium", Arial, Helvetica, sans-serif;
}
.about-history .slider li:nth-child(2n) {
    margin-top: 194px;
}
.about-history .slider li .main {
    padding-left: 31.7%;
}
.about-history .slider li:nth-child(2n) .main {
    padding-top: 66px;
}
.about-history .slider li.slick-slide {
    opacity: 0;
    transition: opacity 0.3s;
}
.about-history .slider li.slick-active {
    opacity: 1;
}
.about-history .slider li:hover .txt {
    width: 230%;
    background: #0a4b9d;
    color: #fff;
    padding-left: 18px;
    padding-right: 18px;
}
.about-history .slider li:hover .txt h3 {
    color: #fff;
}
.about-history .slick-arrow {
    width: 40px;
    height: 82px;
    margin-top: -41px;
    background: url(../images/prev.png) no-repeat left center;
}
.about-history .slick-prev {
    left: -100px;
}
.about-history .slick-next {
    right: -100px;
    background-image: url(../images/next.png);
}

@media(max-width:1440px) {
.about-history .slick-prev {
    left: 0;
}
.about-history .slick-next {
    right: 0;
}
.about-history .slick-list {
    padding-left: 40px;
}
}
.aboutf-bg {
    background: url( "../images/aboutbg2.jpg") center no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
}
.section-feature6 {
    position: relative
}
.section-feature6 dl {
    font-size: 0;
}
.section-feature6 .cloumn-focus {
    float: left;
    width: 27.3%;
    /*width: 312px;*/
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-feature6 .cloumn-box {
    display: inline-block;
    width: 36.35%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-feature6 dl a {
    display: block;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-feature6 dl a img {
    width: 100%;
}
.section-feature6 dl .cloumn-cont {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.section-feature6 dl .cloumn-txt {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-feature6 .cloumn-txt h4 {
    font-size: 25px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: normal;
}
.section-feature6 .cloumn-txt p {
    margin: 15px 4% 15px;
    font-size: 15px;/* font-family: Microsoft Yahei, Arial, sans-serif; */
}
.section-feature6 .cloumn-txt .link-more {
    opacity: 0;
    visibility: hidden;
    width: 164px;
    height: 42px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
}
.section-feature6 dl a:hover .cloumn-cont {
    /*background: url("../images/section6-bg.png") right top repeat-y;*/
    background-color: rgba(10,75,157,0.8)
}
.section-feature6 dl a:hover .cloumn-txt {
    margin-top: -63px;
}
.section-feature6 dl a:hover .cloumn-txt .link-more {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.about-section .anim-icon .icon-4 {
    background: url(../images/ab1.png);
    width: 317px;
    height: 317px;
    top: 20px;
    right: 0;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1366px) {
.section-feature6 .cloumn-txt h4 {
    font-size: 26px;
}
}

@media screen and (max-width: 1024px) {
.section-feature6 .cloumn-txt h4 {
    font-size: 22px;
}
.section-feature6 dl .cloumn-txt {
    margin-top: -32px;
}
.section-feature6 .cloumn-txt p {
    margin-bottom: 5px;
}
.section-feature6 dl a:hover .cloumn-cont {
    background: none;
}
.section-feature6 dl a:hover .cloumn-txt {
    margin-top: -32px;
}
.section-feature6 dl a .cloumn-txt .link-more {
    display: none;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
}
.bfb::after {
    content: '%';
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 0;
    font-size: 40px;
}

@media screen and (max-width: 768px) {
.section-feature6 .cloumn-focus {
    width: 50%;
}
.section-feature6 .cloumn-box {
    width: 50%;
}
.section-feature6 .cloumn-txt h4 {
    font-size: 18px;
}
.section-feature6 dl a img {
    width: 100%;
}
}

@media screen and (max-width: 480px) {
.section-feature6 .cloumn-focus {
    width: 100%;
}
.section-feature6 .cloumn-box {
    width: 100%;
}
}
/*=====================================================
	项目咨询
=====================================================*/





.home_body .main {
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
/* 公用 */
.often_hr {
    width: 65px;
    height: 4px;
    background: #404043;
    border-radius: 4px;
    display: block;
    position: relative;
}
.often_hr i {
    position: absolute;
    right: -11px;
    top: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #404043;
}
/* 项目咨询 */
.zixun_part {
    height: 795px;
}
.zixun_part .img {
    float: left;
    width: 64%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.zixun_part .box {
    overflow: hidden;
    padding: 4.6% 0 0 3.6%;
}
.zixun_part .txt {
    font-size: 30px;
    line-height: 1.25;
    font-weight: lighter;
    padding-bottom: 8%;
}
.zixun_part .tet {
    padding: 8% 0 10% 0;
    font-size: 20px;
    opacity: 0.7;
}
.zixun_part .tat {
    padding-bottom: 10px;
}
.zixun_part .tat a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #e10026;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.zixun_part .tat .a {
    width: 170px;
}
.zixun_part .tat a i {
    background: url(../images/zico_05.png) left center no-repeat;
    background-size: 20px;
    display: inline-block;
    padding-left: 35px;
}
.zixun_part .tat a:hover {
    background: #ca0514;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}
.zixun_part .often_hr_phone {
    display: none;
}
.zixun_part .tet2 {
    padding: 8% 0 4% 0;
    font-size: 20px;
    line-height: 1.8;
    color: #404043;
}
.zixun_part .tet2 a {
    color: #e10026;
}
.zixun_part .tet2 i {
    font-size: 16px;
}
.zixun_part .tet2 .mob {
    display: none;
}
/* 表单弹层 */

body.body_tc, body.body_tc1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.form_part_tc {
    display: none;
    z-index: 30;
}
.form_part_tc .box {
    position: relative;
}
.form_part_tc .xx {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/tc_ico1.png) no-repeat center;
    background-size: contain;
    right: 0;
    top: 90px;
    font-size: 30px;
    cursor: pointer;
}
.form_part {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255,255,255,0.9);
    overflow-x: auto;
}
.form_part .box {
    width: 1080px;
    margin: 0 auto;
    padding: 90px 0 150px 0;
}
.form_part .txt {
    font-size: 36px;
    color: #363636;
    padding-bottom: 30px;
    line-height: 1.4;
}
.form_part .in_bo input {
    border-bottom: 1px solid #363636;
    padding-bottom: 10px;
    font-size: 22px;
    border-radius: 0;
    width: 100%;
}
.form_part dl {
    padding-bottom: 30px;
    overflow: hidden;
}
.form_part dt {
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.form_part dt span {
    float: left;
    font-size: 22px;
    font-weight: bold;
}
.form_part dt span i {
    color: #e10026;
}
.form_part dt div {
    float: left;
    color: #e10026;
    font-size: 16px;
    padding: 1px 0 0 5px;
}
.form_part label {
    float: left;
    margin-right: 100px;
}
.form_part label input {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #363636;
    border-radius: 50%;
    float: left;
    -webkit-appearance: none;
}
.form_part label input:checked {
    background: url(../images/zico_09.png) center no-repeat;
}
.form_part label i {
    font-size: 22px;
    padding-left: 15px;
    display: inline-block;
    line-height: 30px;
}
.form_part select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #363636;
    padding-bottom: 20px;
    font-size: 22px;
    background: url(../images/zico_10.png) center right no-repeat;
    -webkit-appearance: none;
    border-radius: 0;
}
.form_part .dl {
    padding-bottom: 50px;
}
.form_part .yzm dd {
    position: relative;
    padding-right: 250px;
}
.form_part .yzm a {
    position: absolute;
    right: 0;
    top: -12px;
    width: 210px;
    height: 55px;
    line-height: 55px;
    background: #363636;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 20px;
}
.form_part .yzm a:hover {
    background: #e10026;
}
.form_part .tet {
    font-size: 22px;
    color: #363636;
}
.form_part .tet2 {
    font-size: 38px;
    font-weight: lighter;
    padding-bottom: 30px;
    line-height: 1.6;
    overflow: hidden
}
.form_part .tijiao {
    width: 220px;
    height: 60px;
    line-height: 60px;
    background: #e10026;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 22px;
    transition: 0.5s;
}
.form_part .tijiao:hover {
    background: #ca0514;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}
.form_part .dd4 label {
    margin-right: 70px;
}
.form_part .dd4 .label {
    margin-right: 0;
}
.form_part input, textarea {
    box-sizing: border-box;
    outline: none;
    border: 0;
    background: none;
    font: 14px "microsoft Yahei", "Arial", sans-serif;
    width: 100%;
}
.form_part input[type="button"], input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

/*--1680--*/
@media screen and (max-width:1700px) {
/* 项目咨询 */
.zixun_part {
    height: 850px;
}
}

/*--1440--*/
@media screen and (max-width:1500px) {
/* 项目咨询 */
.zixun_part {
    height: 780px;
}
/* 表单弹层 */
.form_part .box {
    padding: 50px 0;
}
.form_part .txt {
    font-size: 26px;
    padding-bottom: 20px;
}
.form_part dl {
    padding-bottom: 40px;
    padding-bottom: 20px;
}
.form_part dt {
    padding-bottom: 20px;
    padding-bottom: 10px;
}
.form_part dt span {
    font-size: 18px;
}
.form_part .in_bo input {
    font-size: 16px;
    padding-bottom: 10px;
}
.form_part select {
    font-size: 18px;
}
.form_part .tet {
    font-size: 16px;
}
.form_part label i {
    font-size: 16px;
    padding-top: 3px;
}
.form_part .tet2 {
    font-size: 26px;
    padding: 20px 0;
}
.form_part label input {
    width: 30px;
    height: 30px;
}
.form_part .yzm a, .form_part .tijiao {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
}
.form_part .yzm dd {
    padding-right: 240px;
}
}

/*--1366--*/
@media screen and (max-width:1400px) {
/* 项目咨询 */
.zixun_part {
    height: 550px;
}
.zixun_part .img {
    width: 60%;
}
.zixun_part .txt {
    font-size: 30px;
    padding-bottom: 20px;
}
.zixun_part .tet {
    padding: 20px 0;
    font-size: 15px;
}
.zixun_part .tat a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
}
.zixun_part .tat a i {
    background-size: 20px;
    padding-left: 30px
}
.zixun_part .tet2 {
    padding: 20px 0;
    font-size: 18px;
}
.zixun_part .tet2 i {
    font-size: 14px;
}
}

/*--ipad横--*/
@media screen and (max-width:1200px) {
/* 项目咨询 */
.zixun_part .txt {
    font-size: 30px;
}
.zixun_part .tet {
    font-size: 18px;
}
.zixun_part .img {
    width: 60%;
}
.zixun_part .tat a {
    font-size: 20px;
    width: 220px;
    height: 60px;
    line-height: 60px;
}
.form_part .yzm dd {
    padding-right: 260px;
}
.form_part .yzm a {
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}
.tansuo_part .list dt h2 {
    font-size: 28px;
    padding: 20px 0;
}
.tansuo_part .list dd {
    font-size: 14px;
}
/* 表单弹层 */	
.form_part .box {
    width: 800px;
    padding: 60px 0;
}
.form_part .txt {
    font-size: 30px;
}
.form_part label {
    margin-right: 50px;
}
.form_part .dd4 label {
    margin-bottom: 10px;
}
.form_part .tet2 {
    font-size: 35px;
    padding-bottom: 20px;
}
.form_part .tijiao {
    width: 210px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}
}

/*--ipad竖--*/
@media screen and (max-width:1002px) {
/* 项目咨询 */
.zixun_part {
    height: auto;
}
.zixun_part .img {
    float: none;
    width: auto;
    padding-bottom: 40%;
}
.zixun_part .box {
    padding: 30px 20px;
}
.zixun_part .txt {
    padding-bottom: 20px;
    font-size: 28px;
}
.zixun_part .often_hr, .zixun_part .often_hr i {
    background: #e10026;
}
.zixun_part .tet {
    font-size: 14px;
}
.zixun_part .tat a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.zixun_part .tat a i {
    background-size: 20px;
    padding-left: 30px;
}
.zixun_part .tat .a {
    width: 140px;
}
/*.zixun_part_form .tat{ display: none;}*/
.zixun_part_form .form_part .box {
    padding-top: 0;
}
.zixun_part_form .form_part_tc .xx {
    display: none;
}
.zixun_part .tet2 {
    font-size: 15px;
}
.zixun_part .tet2 i {
    font-size: 12px;
}
.zixun_part .tet2 a {
    font-weight: bold;
    font-size: 16px;
}
.zixun_part .tet2 .pc {
    display: none;
}
.zixun_part .tet2 .mob {
    display: inline-block;
}
/* 表单弹层 */
.form_part {
    top: 0 !important;
    height: 100% !important;
    padding-top: 100px;
    box-sizing: border-box;
}
.form_part .box {
    padding: 30px 20px;
    width: auto;
    background: #fff;
}
.form_part .txt {
    font-size: 18px;
    padding-bottom: 20px;
}
.form_part dl {
    padding-bottom: 20px;
}
.form_part dt {
    padding-bottom: 10px;
}
.form_part dt span {
    font-size: 14px;
}
.form_part dt span i {
    color: #404043;
}
.form_part dt div {
    font-size: 12px;
    padding: 1px 0 0 3px;
}
.form_part label {
    margin-right: 40px;
}
.form_part label input {
    width: 20px;
    height: 20px;
}
.form_part label i {
    font-size: 14px;
    padding: 0 0 0 5px;
}
.form_part label input:checked {
    background: url(../images/zico_09a.png) center no-repeat;
}
.form_part .in_bo input {
    font-size: 14px;
    padding-bottom: 10px;
}
.form_part .yzm dd {
    padding-right: 110px;
}
.form_part .yzm a {
    width: 100px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    top: -5px;
}
.form_part select {
    font-size: 14px;
    padding-bottom: 10px;
    background-size: 12px;
    box-shadow: none;
}
.form_part .tet {
    font-size: 14px;
}
.form_part .tet2 {
    font-size: 16px;
}
.form_part .dd4 label {
    margin: 0 20px 10px 0
}
.form_part .tijiao {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 10px;
}
.form_part.form_part2 {
    position: initial !important;
    height: auto !important;
    padding: 0;
}
.form_part_tc .xx {
    top: 20px;
    width: 20px;
    height: 20px;
    right: 20px;
}
}
/*=====================================================
	售前
=====================================================*/







	







.secondPC {
    display: block;
}
.secondH5 {
    display: none;
}
.show-pc {
    display: block;
}
.show-phone {
    display: none;
}

@media screen and (max-width:768px) {
.secondPC {
    display: none;
}
.secondH5 {
    display: block;
}
.secondBanner .hz-20200426-banner-txt {
    position: absolute;
    top: 19.3%;
    left: 1.5%;
    font-size: 6.66vw;
    color: #fff;
}
.show-pc {
    display: none;
}
.show-phone {
    display: block;
}
}
.zxbut {
    overflow: hidden;
    /*margin-top: 43%;*/ 
    margin-top: 10%;
}
.zxbut p {
    font-size: 14px;
    margin-bottom: 10px;
}
.hz_l {
    display: block;
    width: 48%;
    border: 1px solid #e30012;
    color: #e30012;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}
a.hz_l {
    color: #e30012;
}
.hz_l:hover {
    border: 1px solid #fff;
    background: #e30012;
    color: #fff;
}
.zxewma {
    position: absolute;
    top: 0px;
    right: 9px;
    border: 10px solid #fff;
    display: none;
}
.zxewm {
    position: absolute;
    top: 100px;
    right: 9px;
    border: 10px solid #fff;
    display: none;
}
.hz_Pre_0426_p0_itemcont .zxewm img {
    width: 112px;
    height: 112px;
    border: 5px solid #fff
}
.hz_Pre_0426_p0_itemcont .zxewma img {
    width: 112px;
    height: 112px;
    border: 5px solid #fff
}
.wxewm:hover .zxewm {
    display: block!important;
}
.wxewma:hover .zxewma {
    display: block!important;
}

@media screen and (max-width:768px) {
.zxbut {
    overflow: hidden;
    margin-top: 16%;
}
a.hz_l {
    width: 44%;
    border: 1px solid #e30012;
    color: #fff;
    font-size: 3.2vw;
    background: #e30012;
    line-height: 2.8em;
}
a.hz_l:hover {
    border: 1px solid #e30012;
    background: #e30012;
    color: #fff;
}
}
/*------------------- 6.22. Contact Form -------------------*/




.contact-form-layout3 {
    position: relative;
}
.contact-form-layout3 .shape-bg {
    right: 0;
    bottom: -250px;
    animation: upDown 10s alternate infinite;
}
.contact-form-layout3 .contact-form-area {
    padding: 40px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.contact-form-layout3 .contact-form-area .form-title {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 600;
    opacity: 0.07;
    margin-top: 10px;
}
.contact-form-layout3 .contact-form-area h1 {
    font-size: 28px;
    color: #01133c;
    text-transform: none;
    position: relative;
    z-index: 1;
}
.contact-form-layout3 .contact-form-area .sub-title {
    font-size: 18px;
    text-transform: none;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: -28px;
    position: relative;
    z-index: 1;
    color: #01133c;
    margin-bottom: 27px;
}
.contact-form-layout3 .yzbg {
    background: url("../images/contact-information-img-1-1.jpg") center no-repeat
}
.contact-form-layout3 .contact-information-area {
    background-color: #01133c;
    margin-bottom: 30px;
    position: relative;
    /*height: calc(100% - 30px);*/
    padding: 40px;
    padding-top: 35px;
}
.contact-form-layout3 .contact-information-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    background-color: #0f1728;
}
.contact-form-layout3 .contact-information-area .area-title {
    position: relative;
    z-index: 1;
}
.contact-form-layout3 .contact-information-area .area-title .title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 8px;
}
.contact-form-layout3 .contact-information-area .area-title .text {
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}
.contact-form-layout3 .contact-information-area .info-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.contact-form-layout3 .contact-information-area .info-box .icon span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-size: 21px;
    margin-right: 20px;
    border: 1px solid #ffffff;
    text-transform: capitalize;
    border-radius: 50%;
}
.contact-form-layout3 .contact-information-area .info-box .content {
    width: calc(100% - 75px);
}
.contact-form-layout3 .contact-information-area .info-box .content span {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}
.contact-form-layout3 .contact-information-area .info-box .content .text {
    margin-bottom: 0;
    line-height: 23px;
    font-size: 16px;
    color: #ffffff;
    max-width: 220px;
}
.contact-form-layout3 .contact-information-area .info-box:last-child {
    border-bottom: none;
}
.secondary-bg2 {
    background-color: #f7f7f7;
}
/*------------------- 4.2 Form -------------------*/

.form-roa {
    margin-right: 1rem!important;
    padding-left: 0!important;
    min-height: .5rem!important;
}
.fshow {
    display: none
}
.form-group {
    position: relative;
}
.form-group label {
    font-size: 16px;
    font-weight: 400;
    color: #696e78;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.form-group label span {
    color: #e60012
}
.form-group .form-control {
    font-size: 16px;
    color: #696e78;
    padding: 10px 20px;
    border: none;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
}
.form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-group input {
    height: 50px;
}
.form-group input:focus {
    outline: none;
    box-shadow: none;
}
.form-group textarea {
    min-height: 200px;
}
 .form-group input.form-control::placeholder, .form-group textarea.form-control::placeholder {
 color: #696e78;
}
.form-group i {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 16px;
    transform: translateY(-50%);
}
.form-group input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
.form-group input[type="checkbox"]:checked ~ label {
    color: #0046e2;
}
.form-group input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: #0046e2;
    border-color: #0046e2;
}
.form-group input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}
.form-group input[type="checkbox"] ~ label:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #dddddd;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.form-group input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
.form-group input[type="radio"] ~ label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    color: #01133c;
    margin-bottom: 0;
}
.form-group input[type="radio"] ~ label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    transition: all 0.2s ease;
}
.form-group input[type="radio"] ~ label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0046e2;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0);
}
.form-group input[type="radio"]:checked ~ label:before {
    border-color: #0046e2;
}
.form-group input[type="radio"]:checked ~ label:after {
    opacity: 1;
    transform: scale(1);
}
.form-control:focus {
    box-shadow: none;
}
.gutters-20 .form-group {
    margin-bottom: 20px;
}
.primary-btn {
    display: inline-block;
    max-width: 100%;
    width: 200px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #0046e2;
    color: #ffffff;
    position: relative;
    margin-right: 15px;
    z-index: 5;
    border: none;
    overflow: hidden;
    transition: all ease 0.4s !important;
    box-shadow: 0px 10px 28.5px 1.5px rgba(0, 43, 139, 0.25);
}
.primary-btn:last-child {
    margin-right: 0;
}
.primary-btn .btn-text {
    position: relative;
    z-index: 10;
    display: inline-block;
}
.primary-btn .btn-bg {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #ef0f3a;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.primary-btn:focus, .primary-btn:active {
    color: #ffffff;
}
.primary-btn:hover {
    color: #ffffff;
}
.primary-btn:hover .btn-bg {
    width: 225%;
    height: 500px;
}
.primary-btn.skew {
    transform: skewX(-10deg);
}
.primary-btn.skew .btn-text {
    transform: skewX(10deg);
}
.primary-btn.type2 {
    background-color: #ef0f3a;
    box-shadow: 0px 10px 28.5px 1.5px rgba(146, 0, 28, 0.25);
}
.primary-btn.type2 .btn-bg {
    background-color: #0046e2;
}
.primary-btn.outline-btn {
    color: #01133c;
    border: 1px solid #0046e2 !important;
}
.primary-btn.outline-btn:hover {
    border-color: transparent !important;
    color: #ffffff;
    background-color: #0046e2;
}
.primary-btn.outline-btn.type2 {
    border-color: #ef0f3a !important;
}
.primary-btn.outline-btn.type2:hover {
    background-color: #ef0f3a !important;
    border-color: transparent !important;
}
.primary-btn.outline-btn.type2 .btn-bg {
    background-color: #ef0f3a;
}
.primary-btn.white-btn {
    color: #01133c;
    background-color: #ffffff;
}
.primary-btn.white-btn.outline-btn {
    background-color: transparent;
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.primary-btn.white-btn.outline-btn:hover {
    border-color: transparent !important;
}
.primary-btn.white-btn:hover {
    color: #ffffff;
}
.primary-btn.no-shadow {
    box-shadow: none;
}
.pat {
    padding-top: 4px;
}
/*=====================================================
新闻中心列表页
=====================================================*/



.breadnav {
    padding: 20px 0;
}
.breadnav a {
    text-decoration: underline;
    color: #333;
    font-size: 14px;
}
.breadnav a.on {
    text-decoration: none;
    color: #e10032;
}
.sa-xxlb-5-title {
    font-weight: normal;
    font-size: 24px;
    color: #333;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}
.sa-xxlb-3-item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    font-size: 16px;
    position: relative;
}
.sa-xxlb-3-item .sa-title {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
    max-width: 1070px;
}
.sa-xxlb-3-item .sa-desc {
    font-size: 16px;
    line-height: 1.7;
    width: 80%;
    color: #666
}
.sa-xxlb-3-item .sa-more {
    color: #e00032;
    margin-top: 12px;
    display: block;
}
.sa-xxlb-3-item .sa-time {
    position: absolute;
    top: 0;
    right: 0;
    color: #666
}
.sa-xxlb-3-item a {
    color: #333;
}
.sa-xxlb-3-item:hover a {
    color: #0a4b9d;
}
nav ul.pagination {
    padding: 0px;
    margin: 0px;
    text-align: center !important;
    display: inline-block;
    width: 100%;
}
nav ul.pagination .page-item {
    border-radius: 0;
    display: inline-block;
    margin: 5px;
}
nav ul.pagination .page-item .page-link {
    color: #797979;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    border-color: #e4e4e4;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    padding: 0!important;
}
nav ul.pagination .page-item .page-link:last-child {
    margin-right: 0px;
}
nav ul.pagination .page-item .page-link i {
    display: inline-block;
}
nav ul.pagination .page-item .page-link i::before {
    font-size: 14px;
    margin-left: 0px;
}
nav ul.pagination .page-item.active .page-link {
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.22);
}
nav ul.pagination .page-item.active .page-link, nav ul.pagination .page-link:hover {
    color: #fff;
}
.qualities .column h5::after, .single-post-detail .blog-detail .post-detail .about-post .special-quote, .blog_post .post-detail::before, .heading h2::after, .about-us::before, .about-us .counter-column::before, .about-us .counter-column::after, .qualities .column .icon, .qualities .column:hover, .services .item:hover, .our_team, .portfolio .item .project .project-detail::after, .portfolio::after, .testimonials .circle.strong-border, nav ul.pagination .page-item.active .page-link, nav ul.pagination .page-link:hover, .services.style-2::before, .pricing .ultimate, .single-post-detail .tags_share .tags ul li a:hover, .dropdown-item a:hover, .sticky .navbar-toggler-icon, .tags ul li a:hover, .top-fold::before, .slider.style-2 .owl-main .on-dark.btn-primary, header.header-2.sticky .navbar-toggler-icon, .owl-dots .owl-dot.active span, .inner header .navbar-toggler-icon {
    background: #0166ff !important;
}
nav ul.pagination .page-item.active .page-link, nav ul.pagination .page-link:hover, .qualities .column:hover, .services .item:hover, .tags ul li a:hover {
    border: solid 1px #0166ff !important;
}

@media screen and (max-width:768px) {
.breadnav {
    display: none;
}
.sa-xxlb-3-item .sa-desc {
    width: 100%;
}
.sa-xxlb-3-item .sa-time {
    position: static;
    margin-bottom: 12px;
}
.sa-xxlb-3-item .sa-title {
    line-height: 1.6
}
}
/*******************新闻内容详情页**********************/
.ws-art-detail-bcb {
    /*padding-top: 25px;*/
    padding-top: 10px;
    background-color: #f6f6f6
}
.ws-art-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ws-art-detail-bcb li img {
    position: relative;
    top: -3px;
}
.ws-art-detail-bcb li a {
    font-size: 15px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    color: #666;
}
.ws-art-detail-bcb li a:hover, .ws-art-detail-bcb li a:active {
    color: #d20032;
    text-emphasis: none;
}
.ws-art-detail-bcb .breadcrumba {
    margin-bottom: 0px;
    padding-bottom: 10px;/* padding-left: 15px;*/
}
.breadcrumba>li {
    display: inline-block;
}
.ws-art-detail-bcb .breadcrumba > li + li:before {
    color: #999999;
    content: ">";
    padding: 0 10px;
}
.ws-art-detail-bcb .breadcrumba > li > a.active {
    color: black;
}

@media (max-width: 768px) {
.ws-art-detail-bcb {
    padding-top: 25px;
    background-color: #ffffff
}
.ws-art-detail-bcb li img {
    position: relative;
    top: -2px;
}
.ws-art-detail-bcb li a {
    font-size: 14px;
}
.ws-art-detail-bcb .breadcrumba {
    margin-bottom: 0px;
    padding-bottom: 20px;
    background-color: #ffffff
}
.ws-art-detail-bcb .breadcrumba > li + li:before {
    padding: 0 2px;
}
}
/*********************页面布局************************/
.ws-article-detail {
    background-color: #f6f6f6;
    padding-top: 0px;
    padding-bottom: 40px;
}
.ws-art-detailleft {
    display: inline-block;
    width: 65%;
    background-color: #ffffff;
}
.ws-art-detailright {
    display: inline-block;
    margin-left: 1.8%;
    width: 32.8%;
    vertical-align: top;
    /*background-color: #ffffff;*/
    background-color: #f6f6f6;
}
a.round-button {
    font-size: 16px;
}

@media (max-width: 768px) {
.com-content {
    padding: 0;
}
.ws-art-detailleft {
    width: 100%;
}
.ws-art-detailright {
    margin-left: 0;
    width: 100%;/*background-color: #f6f6f6;*/
}
}
/*******************left content**********************/
.ws-art-detail-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.ws-art-detail-ctitle {
    font-size: 28px;
    color: #333333;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
    text-align: left;
    line-height: 1.42857143;
    margin-top: 58px;
}
.ws-art-detail-cdetail {
    margin-top: 15px;
    margin-bottom: 40px;
}
.ws-art-detail-cdetail img:nth-child(3) {
    margin-left: 24px;
}
.ws-art-detail-cdetail img:nth-child(5) {
    margin-left: 24px;
}
.ws-art-detail-cshare {
    margin-bottom: 40px;
    background-color: #f6f6f6;
    padding: 10px 0 10px 5px;
}
.ws-art-detail-cshare img {
    padding-left: 16px;
    vertical-align: middle;
}
.ws-art-detail-cshare span {
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    color: #333333;
    padding-left: 10px;
}
.ws-art-detail-cdetail {
    margin-left: 3px;
}
.ws-art-detail-cdetail img {
    position: relative;
    top: -2px;
}
.ws-art-detail-cdetail span {
    font-size: 16px;
    color: #999999;
    margin-left: 2px;
}
.ws-art-detail-ccon {
    font-size: 16px;
    color: #666666;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    letter-spacing: 2px;
}
.ws-art-detail-ccon p {
    font-size: 16px;
    color: #666666;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    /*text-indent: 32px;*/
    line-height: 2;
    letter-spacing: 2px;
}
.ws-art-detail-cimg {
    width: 98%;
    text-align: center;
    margin: 0 auto;
}
.ws-art-detail-ccon img {
    max-width: 100%;
}
.ws-art-detail-ccon .ws-art-detail-ccon-title {
    font-size: 16px;
    color: #333333;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
.ws-art-detail-ctitle {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.ws-art-detail-cdetail {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.ws-art-detail-cdetail img:nth-child(3) {
    margin-left: 10px;
}
.ws-art-detail-cshare {
    margin-bottom: 30px;
    text-align: center;
    background-color: #f6f6f6;
    padding: 10px 0;
}
.ws-art-detail-cshare img {
    padding-left: 7px;
    vertical-align: middle;
}
.ws-art-detail-cshare span {
    font-size: 12px;
    padding-left: 0px;
}
.ws-art-detail-cdetail {
    margin-left: 0px;
}
.ws-art-detail-cdetail span {
    font-size: 12px;
    margin-left: 1px;
}
.ws-art-detail-ccon p {
    padding-bottom: 15px;
    text-indent: 0;
}
.ws-art-detail-cimg {
    width: 98%;
    text-align: center;
    margin: 0 auto;
}
.ws-art-detail-ccon div {
    margin-bottom: 15px;
}
}
/*******************right content first**********************/
.ws-art-detail-rcutpage {
    width: 100%;
    background-color: #ffffff;
    margin-top: 30px;
}
.ws-art-detail-rcutpage:nth-child(1) {
    margin-top: 0;
}
.ws-art-detail-rbox {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
}
.ws-art-detail-ltitle {
    color: #0a4b9d;
    font-size: 24px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
    padding-top: 33px;
    text-align: center;
}
.ws-art-detail-lbtngroup {
    text-align: center;
    margin: 23px 0
}

@media screen and (min-width: 1088px) {
.ws-art-detail-lbtn:nth-child(2) {
    margin-left: 26px;
}
}
.ws-art-detail-lmore {
    text-align: center;
    padding-bottom: 30px;
}
.ws-art-detail-lbtn {
    height: 30px;
    border-radius: 20px;
    font-size: 17px;
    padding: 2px 18px;
    border: 1px solid #d20032;
    color: #d20032;/* font-family: Microsoft Yahei, Arial, sans-serif; */
}
.ws-art-detail-lbtn:active, .ws-art-detail-lbtn:hover {
    border: 1px solid #d20032;
    background-color: #d20032;
    color: #ffffff;
}
.ws-art-detail-ltitle2 {
    font-size: 16px;
    color: #333333;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    background-color: #f5f5f5;
    padding: 8px 0 8px 15px;
    display: inherit;
}
.ws-art-detail-ltitle2:hover {
    cursor: pointer;
    color: #d20032;
}
.ws-art-detail-llist {
    font-size: 16px;
    color: #666666;/* font-family: Microsoft Yahei, Arial, sans-serif; */
}
.ws-art-detail-llist ul {
    /*padding: 30px 0;*/
    padding: 15px 0 10px;
}
.ws-art-detail-llist ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ws-art-detail-llist ul a {
    color: #666666;
    margin-left: 3px;
}
.ws-art-detail-llist ul a:hover {
    cursor: pointer;
    color: #d20032;
}
.ws-art-detail-llist2 {
    font-size: 16px;
    color: #333333;/* font-family: Microsoft Yahei, Arial, sans-serif; */
}
.ws-art-detail-llist2 ul {
    padding: 30px 0;
}
.ws-art-detail-llist2 ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}
.ws-art-detail-llist2 ul a {
    color: #333333;
    margin-left: 3px;
}
.ws-art-detail-llist2 ul a:hover {
    color: #d20032;
    cursor: pointer;
}
.ws-art-detail-llist2 ul a img {
    margin-right: 5px;
}
.ws-art-detail-lbanner {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.ws-art-detail-lbannerbtn {
    display: inline-block;
    width: 5%;
}
.ws-art-detail-lbannerbox {
    display: inline-block;
    width: 86%;
    vertical-align: middle;
    text-align: center;
}
.ws-art-detail-lbannerbox img {
    display: block;
    width: 70%;
    margin-left: 14%;
}
.ws-art-detail-lbanner .swiper-button-prev, .ws-art-detail-lbanner .swiper-button-next {
    width: 22px;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
}
.ws-art-detail-lbanner .swiper-button-prev {
    background: url(../images/artical-deail/page-detail-left.png) no-repeat;
    left: 0;
}
.ws-art-detail-lbanner .swiper-button-next {
    background: url(../images/artical-deail/page-detail-right.png) no-repeat;
    right: 0;
}
.ws-art-detail-lbanner .swiper-button-prev:hover, .ws-art-detail-lbanner .swiper-button-next:hover {
    cursor: pointer;
}
.ws-art-detail-lxlcon {
    text-align: center;
    color: #333333;
    font-size: 18px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    margin-top: 30px;
}
.ws-art-detail-lmovie {
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.ws-art-detail-lmovie img {
    display: block;
    width: 100%;
}
.ws-art-detail-lmovie img.ws-btn-view {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}
.ws-art-detail-lmovline {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    position: absolute;
    bottom: 0px;
    padding: 15px 0;
    background-color: rgba(0,0,0,.4);
    /* opacity: 0.4;*/
    filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
}

@media (max-width: 944px) {
.ws-art-detail-lbtn:nth-child(2) {
    margin-left: 0px;
}
.ws-art-detail-lbtn {
    height: 30px;
    border-radius: 20px;
    font-size: 17px;
    padding: 2px 18px;
}
}

@media (max-width: 944px) {
.ws-art-detail-lbtn:nth-child(2) {
    margin-left: 0px;
}
.ws-art-detail-lbtn {
    height: 30px;
    border-radius: 20px;
    font-size: 17px;
    padding: 2px 18px;
}
}

@media (max-width: 768px) {
.ws-art-detail-llist ul {
    padding: 25px 0 20px 0;
}
.ws-art-detail-rcutpage:nth-child(1) {
    margin-top: 30px;
}
.ws-art-detail-ltitle {
    padding-top: 33px;
}
.ws-art-detail-lbtngroup {
    text-align: center;
    margin: 23px 0
}
.ws-art-detail-lmore {
    text-align: center;
    padding-bottom: 30px;
}
.ws-art-detail-lbtngroup .ws-art-detail-lbtn {
    height: 30px;
    border-radius: 20px;
    font-size: 17px;
    padding: 2px 18px;
    width: 46%;
}
.ws-art-detail-lbtngroup .ws-art-detail-lbtn:nth-child(2) {
    margin-left: 5%;
    width: 46%;
}
.ws-art-detail-ltitle2 {
    padding: 5px 3px;
}
.ws-art-detail-llist {
}
.ws-art-detail-llist2 {
}
.ws-art-detail-lxlcon {
}
.ws-art-detail-lmovline {
    text-align: left;
    padding: 15px;
}
}
.myStyle {
    padding-bottom: 1rem;
}
.myStyle table td {
    word-break: break-all;
}
.myStyle table td p {
    letter-spacing: 0;
}
.ws-art-detail-limg {
    padding: 30px 0;
    clear: both;
    overflow: hidden;
}
.ws-art-detail-limg dt {
    width: 50%;
    float: left;
}
.ws-art-detail-limg dt img {
    width: 88%;
    margin: 0 auto;
    display: block;
}
.ws-art-detail-limg dd {
    width: 48%;
    float: right;
    font-size: 18px;
    color: #333;
    padding-top: 35px;
}
a.round-button, button.round-button {
    background-color: #d20032;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #d20032;
    color: white;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    height: 35px;
    min-width: 132px;
    display: inline-block;
    cursor: pointer;
}
a.round-button.circle, button.round-button.circle {
    background-color: transparent;
    color: #d20032;
    border: 1px solid #d20032;
}
a.round-button.circle:hover, button.round-button.circle:hover {
    background-color: #d20032;
    color: white;
    border: 1px solid #d20032;
}
.ws-art-detail-ccon img {
    max-width: 100%;
}
.ws-art-detail-ccon .ws-art-detail-ccon-title {
    font-size: 16px;
    color: #333333;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
    margin-bottom: 5px;
}
.ws-art-but {
    margin: 20px auto
}
.ws-art-but a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #eee;
    background-color: transparent;
    color: #555;
    padding: 5px 10px;
    margin-right: 10px;
}
.ws-art-but a:hover {
    border: 1px solid #d20032;
    background-color: #d20032;
    color: white;
}

@media (max-width: 768px) {
.ws-art-detail-ccon img {
    max-width: 100%;
    width: auto;
    height: auto;
}
}
/*** 

====================================================================
	二级页头部banner
====================================================================

***/


.ban2-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    text-align: center;
    color: #fff;
}
.ban2-title .table {
    display: table;
    width: 100%;
    height: 100%;
}
.ban2-title .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.about-body .ban2-title h3, .ban2-title h3 {
    display: inline-block;
    padding-bottom: 0.555555rem;
    border-bottom: 4px solid #e74709;
}
.ban2-title h2 {
    font-size: 1.481481rem;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
}
.ban2-title h3 {
    font-size: 0.888888rem;
    font-weight: bold;
}

@media(max-width: 767px) {
.ny_banner_bj {
    width: 100%;
    height: 200px;
    background-size: cover;
}
.ban2-title h2 {
    font-size: 1rem;
}
.rcot {
    padding-top: .3rem!important;
}
}
/*** 

====================================================================
	左侧栏总的页面 
====================================================================

***/
.relative {
    position: relative;
}
.main-content {
    background-color: #fff;
}
.link-yi-list.active .link-er-box {
    display: none;
}
a.link-yi {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
    color: #4c4948;
}
.prod a.link-yi {
    font-size: 16px;
    padding-left: 15px
}
.link-yi:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 4px;
    background: #0a4b9d;
    left: 0;
    top: 20%;
    display: none;
}
.link-yi:hover {
    color: #0a4b9d;
}
.link-yi-list.active .link-yi {
    font-weight: bold;
    color: #0a4b9d;
}
.link-yi-list.active .link-yi:before {
    display: block;
}
.frmh {
    min-height: 300px;
	font-size: 16px;
    letter-spacing: 2px;
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, 宋体;
    color: #666;
    padding-bottom: 1rem;
}
.alist-title {
    color: #4c4948;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.6;
    border-bottom: 1px solid #e0ebed;
}
.sa-c-title {
    font-size: 28px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding-bottom: 12px;
    line-height: 48px;
}
.sa-c-bor {
    border-bottom: 1px solid #e6e6e6;
}
.contact-Support div {
    margin-bottom: 40px;
}
.contact-Support h4 {
    color: #303030;
    font-size: 22px;
    line-height: 2;
    padding: 40px 0 20px;
    border-top: 1px solid #e6e6e6;
    font-weight: normal;
}
.contact-Support h5 {
    color: #303030;
    font-size: 18px;
    padding: 20px 0;
    font-weight: normal;
}
.contact-Support li {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 26px;
}
.ulsy {
    border-right: 1px solid #e5e5e5;
}

@media(max-width: 767px) {
.frmh {
    min-height: 0px;
}
.alln li {
    float: left;
}
.alln a.link-yi {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
    color: #4c4948;
}
}
/*人才招聘栏目分类*/
.newcate-wrap {
    font-size: 14px;
}
.newcate-wrap .hd {
    height: 32px;
    line-height: 32px;
}
.newcate-wrap .hd ul {
    float: left;
}
.newcate-wrap .hd li {
    float: left;
    display: inline;
}
.newcate-wrap .hd li a {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 0 15px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin-right: 10px;
}
.newcate-wrap .hd li a:hover {
    text-decoration: none;
    color: #0166ff;
}
.newcate-wrap .hd li.on a {
    background-color: #0166ff;
    color: #fff;
}
.zp-b {
    margin: 40px auto;
    padding-bottom: 40px;
}
.zp-search-sl.active:after, .zp-list.active .zp-down {
    background-image: url("../images/up.png");
}
.zp-search-box {
    margin-right: 97px;
}
.zp-a {
    margin-top: 40px;
}
.zp-a a {
    font-weight: bold;
    margin-left: 30px;
}
.zp-a a:nth-child(1) {
    margin-left: 0;
}
.zp-a a:hover {
    color: #e84709;
}
.zp-a a.active {
    color: #e84709;
}
.no-minheight {
    min-height: 100% !important;
}
.zjlcp-d-img {
    text-align: center;
    line-height: 0;
}
.zjlcp-d-img img {
    margin-bottom: 30px !important;
}
.zjlcp-d-page img {
    display: block;
    margin: 0 auto;
}
.zp-seach {
    position: absolute;
    right: 0;
    top: 0;
    width: 97px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background-color: #0166ff;
}
.zp-seach span {
    color: #fff;
    font-size: 30px;
}
.zp-search-list {
    float: left;
    width: 30%;
    margin-right: 3.33%;
    height: 48px;
    background: #efefef;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
}
.zp-search-box {
    margin-right: 97px;
}
.zp-search-list .text {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 18px;
    border: 0;
    text-indent: 1em;
    background: none;
}
.zp-text {
    line-height: 48px;
    font-size: 16px;
    text-indent: 1em;
}
 .zp-search-list .text::-webkit-input-placeholder {
 color: #4c4948;
}
 .zp-search-list .text:-moz-placeholder {
 color: #4c4948;
}
 .zp-search-list .text::-moz-placeholder {
 color: #4c4948;
}
 .zp-search-list .text:-ms-input-placeholder {
 color: #4c4948;
}
.zw-lsit {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #efefef;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 16px;
    text-indent: 1em;
    line-height: 2em;
    max-height: 10em;
    overflow: auto;
    display: none;
    margin-top: 1px;
}
.zw-lsit li {
    cursor: pointer;
}
.zw-lsit li:hover {
    background: #0166ff;
    color: #fff;
}
.zp-search-sl {
    cursor: pointer;
}
.zp-search-sl:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 12px;
    background: url("../images/down.png");
    right: 1em;
    top: 50%;
    margin-top: -6px;
}
.zp-tou {
    line-height: 60px;
    background: #b4b4b4;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}
.acol-5 {
    width: 20%;
    float: left;
    text-align: center
}
.zp-c {
    padding-bottom: 1rem
}
.zp-contrl {
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
}
.zp-list {
    border-bottom: 1px dashed #404040;
}
.zp-xq {
    background: #f5f5f5;
    margin-bottom: 40px;
    padding: 40px 0;
}
.zp-wrap {
    width: 1020px;
    margin: 0 auto;
    max-width: 92%;
}
.zp-wrap-top {
    border-top: 1px dashed #c4c4c4;
    border-bottom: 1px dashed #c4c4c4;
    padding: 45px 0;
}
.zp-cs {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.zp-cs:nth-child(even) {
    margin-right: 0;
}
.zp-cs h5 {
    font-weight: bold;
    margin-bottom: 25px;
}
.zp-cs p {
    line-height: 2;
    margin: 4px 0;
    font-size: 15px;
}
.zp-wrap-b {
    margin-top: 50px;
}
.zp-wrap-b b {
    font-weight: bold;
}
.zp-wrap-bot {
    margin-top: 25px;
}
.zp-wrap-bot a {
    display: block;
    background: #da4813;
    width: 110px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}
.zp-wrap-bot a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url("../images/yx.png");
    vertical-align: middle;
    margin: -4px 5px 0 0;
}
.zp-down {
    width: 19px;
    height: 12px;
    background-image: url("../images/down.png");
    display: inline-block;
}
.zp-xq {
    display: none;
}
.zp-page {
    margin-bottom: 140px;
}
.zp-page:last-child {
    margin-bottom: 0;
}
.zp-search-sl.active:after, .zp-list.active .zp-down, .pacs-d-title.active:before, .nav-c-list.on:after, .nav-b-list.on:after, .nav li.on:after, .address-list on:after, .search-add-list.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ban, .anlijs .text-con p:before, .zp-search-sl:after, .zp-wrap-bot a:before, .zp-down, .text-dot .text-con p:before, .style2:before, .share .bdshare-button-style0-16 a, .text-con .bdshare-button-style0-16 a, .swiperbtns div, .pacs-d-title:before, .zoomButton, .close03, .banner .banner-pagination .swiper-pagination-bullet, .wapbanner .banner-pagination .swiper-pagination-bullet {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.link-a:after, .section-con .i2, .data h3 span, .code-box, .menu-handler .burger, .jiat, .bdsharebuttonbox a, .zp-search-sl:after, .zp-seach, .zp-wrap-bot a, .zp-down, .pacs-d-title:before, .nav-c-list:after, .nav-b-list:after, .nav li:after, .fangdaimg li .img100 img, .search-add-list:after, .friend-text:after, .gd-con {
    transition: all .3s;
    -webkit-transition: all .3s;
}
/*** 

====================================================================
	荣耀资质
====================================================================

***/

.glory {
    line-height: 40px;
    text-align: center;
}
.glory a {
    display: inline-block;
    border: 1px solid #eee;
    color: #666;
    margin: 0 44px;
    border-radius: 37px;
    padding: 0 30px;
    font-size: 20px;
}
.glory a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.glory a.aon, .glory a:hover {
    color: #0a4b9d;
    border-color: #0a4b9d;
}
.text-page {
    margin-top: 30px;
}
.text-page img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
    margin-top: -2px;
}
.zzry-title {
    margin-bottom: 20px;
}
.zzry-title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    background: #e84709;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 5px 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.zzry-title img {
    display: inline-block;
    vertical-align: middle;
}
.zzry-table {
    background: #eee;
}
.zzry-table td {
    padding: 6px 60px;
    height: 60px;
    width: 48%;
    border: 1px solid #cccccd;
    font-size: 18px;
}

@media (max-width:1500px) {
.zzry-table td, .dang-b h5 {
    font-size: 14px;
}
}

@media (max-width:750px) {
.zzry-table td {
    font-size: 14px;
}
.zzry-table td {
    padding: 4px;
    height: 40px;
}
}
/*** 

====================================================================
	投诉建议
====================================================================

***/

.sa-reg-b-title {
    font-weight: normal;
    font-size: 0.518518rem;
    color: #333;
    text-align: center;
    margin: 0.370370rem 0;
}
.sa-reg-inner-form {
    width: 100%;
    margin: 0.555555rem auto 1rem;
    color: #333;
}
.my-container {
    font-size: 16px;
    line-height: 2;
}
.sa-reg-inner-form dl {
    margin-bottom: 18px;
    position: relative;
}
.sa-reg-inner-form .sa-reg-name {
    font-size: 18px;
    color: #333;
    float: left;
    width: 20%;
    text-align: right;
    line-height: 42px;
    font-weight: 700;
}
.sa-reg-inner-form .sa-reg-in {
    float: left;
    width: 54%;
    margin-left: 2%;
}
.sa-reg-inner-form .sa-reg-in input {
    color: #333;
    height: 42px;
    width: 100%;
    line-height: 42px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    text-indent: 12px;
}
.sa-reg-inner-form .sa-reg-in input[type="radio"] {
    height: auto;
    width: auto;
}
.sa-reg-inner-form .sa-reg-in select {
    color: #333;
    height: 42px;
    width: 100%;
    line-height: 42px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    text-indent: 12px;
}
.sa-reg-inner-form .sa-reg-in textarea {
    color: #333;
    width: 100%;
    line-height: 42px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    text-indent: 12px;
}
.sa-reg-inner-form .sa-reg-ts {
    color: #333;
    position: absolute;
    top: 6px;
    right: 0;
    width: 270px;
    font-size: 16px;
    color: #333;
}
#rblclaim {
    line-height: 38px;
}
.sa-reg-inner-form .sa-reg-in-yzm {
    float: left;
    width: 78%;
    margin-left: 2%;
}
.sa-reg-inner-form .sa-reg-in-yzm input {
    float: left;
    color: #333;
    height: 42px;
    width: 48%;
    line-height: 42px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    text-indent: 12px;
}
.sa-reg-inner-form .sa-reg-in-yzm .sa-get-cord {
    color: #333;
    color: #e10032;
    font-size: 16px;
    line-height: 44px;
    height: 42px;
    border: 1px solid #e0e0e0;
    display: block;
    float: left;
    width: 19%;
    margin-left: 6%;
    text-align: center;
    cursor: pointer;
}
.sa-reg-inner-form .sa-bi-tian {
    color: #e10032;
    font-weight: bold;
    vertical-align: sub;
    font-size: 20px;
}
.sa-reg-inner-form .sa-bi-tian-m {
    color: #e10032;
    font-weight: bold;
    vertical-align: sub;
    font-size: 20px;
    display: none;
}
.sa-reg-inner-form .sa-reg-in-yzm .sa-yz-cord {
    height: 42px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    width: 19%;
    float: left;
    margin-left: 2%;
    text-align: center;
    cursor: pointer;
}
.sa-reg-inner-form .sa-reg-in-yzm .sa-yz-cord img {
    width: 100%;
    height: 100%;
    display: block;
}
.sa-reg-inner-form .sa-reg-in-cs {
    float: left;
    width: 78%;
    margin-left: 2%;
    font-size: 18px;
    color: #333;
}
.sa-reg-inner-form .sa-reg-in-cs select {
    color: #333;
    height: 42px;
    width: 31%;
    line-height: 42px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    text-indent: 12px;
}
.sa-reg-inner-form .sa-reg-in-cs .sa-ss {
    padding-right: 12px;
}

@media screen and (max-width:1200px) {
.sa-reg-inner-form .sa-reg-name {
    width: 15%;
}
}

@media screen and (max-width:992px) {
.sa-reg-inner-form .sa-reg-in {
    width: 45%;
}
.sa-reg-inner-form .sa-reg-in-yzm input {
    width: 35%;
}
.sa-reg-inner-form .sa-reg-in-yzm .sa-get-cord {
    width: 16.2%;
}
.sa-reg-inner-form .sa-reg-in-cs select {
    width: 23%;
}
.sa-reg-inner-form .sa-reg-in-yzm .sa-yz-cord {
    width: 16.2%;
}
.sa-reg-xie-yi {
    padding-right: 38%;
}
}

@media screen and (max-width:768px) {
.sa-reg-inner-form .sa-bi-tian-m {
    display: inline;
}
.sa-reg-inner-form dl {
    margin-bottom: 0;
}
.sa-reg-inner-form .sa-reg-ts {
    position: static;
    width: 100%;
    text-align: right;
}
.sa-reg-inner-form .sa-reg-name {
    float: none;
    width: 100%;
    text-align: left;
}
.sa-reg-inner-form .sa-reg-in {
    float: none;
    width: 100%;
    margin: 12px 0;
}
.sa-reg-inner-form .sa-reg-in-yzm {
    float: none;
    width: 100%;
}
.sa-reg-inner-form .sa-reg-in-yzm input {
    width: 55%;
}
.sa-reg-inner-form .sa-reg-in-yzm .sa-get-cord {
    float: right;
    width: 35%;
    margin-left: 0;
}
.sa-reg-xie-yi {
    padding-right: 0;
}
.sa-reg-inner-form .sa-reg-in-yzm .sa-yz-cord {
    float: right;
    width: 35%;
    margin-left: 0;
}
.sa-reg-inner-form .sa-reg-in-cs {
    width: 100%;
    float: none;
}
.sa-reg-inner-form .sa-reg-in-cs select {
    width: 86%;
    margin-bottom: 2%;
}
.sa-reg-inner-form .sa-reg-in-cs .sa-ss {
    margin-right: 0;
}
.sa-reg-inner-form .sa-bi-tian {
    display: none;
}
}
/*** 

====================================================================
	上传图片插件的样式
====================================================================

***/
/*上传图片插件的样式*/
.img-box {
}
.img-box .up-p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}
.z_photo {
    padding: 18px;
    border: 2px dashed #E7E6E6;
    overflow: hidden;/*padding: 18px;*/
}
.z_photo .z_file {
    position: relative;
}
.z_file .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.z_photo .up-section {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.up-section .close-upimg {
    position: absolute;
    top: 6px;
    right: 8px;
    display: none;
    z-index: 10;
}
.up-section .up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0,0,0,.5);
}
.up-section:hover {
    border: 2px solid #f15134;
}
.up-section:hover .close-upimg {
    display: block;
}
.up-section:hover .up-span {
    visibility: visible;
}
.z_photo .up-img {
    display: block;
    width: 100%;
    height: 100%;
}
.loading {
    border: 1px solid #D1D1D1;
    background: url( "../images/loading.gif") no-repeat center;
}
.up-opcity {
    opacity: 0;
}
.img-name-p {
    display: none;
}
.upimg-div .up-section {
    width: 190px;
    height: 180px;
}
.img-box .upimg-div .z_file {
    width: 190px;
    height: 180px;
}
.z_file .add-img {
    display: block;
    width: 190px;
    height: 180px;
}
/*遮罩层样式*/
.mask {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.mask .mask-content {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -80px;
    background: white;
    height: 160px;
    text-align: center;
}
.mask .mask-content .del-p {
    color: #555;
    height: 94px;
    line-height: 94px;
    font-size: 18px;
    border-bottom: 1px solid #D1D1D1;
}
.mask-content .check-p {
    height: 66px;
    line-height: 66px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.mask-content .check-p span {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #d4361d;
    font-size: 18px;
}
.check-p .del-com {
    border-right: 1px solid #D1D1D1;
}
.borb {
    border: 1px solid #fff;
    border-bottom: 0
}
.tabe {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #6a8eba;
    border-bottom: 1px solid #6a8eba;
}
/*** 

====================================================================
	解决方案内页
====================================================================

***/



.hfor .form-control {
    display: block;
    width: 100%;
    height: 0.740740rem;
    padding: .1rem .333rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.hfor .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .15rem .37rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.aboutpag {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 2;
}
.aboutpag600 {
    min-height: 600px;
}
.aboutpag p {
    text-align: justify;
}
.aboutpag img {
    max-width: 100%;
    overflow: hidden;
    text-align: center
}
/*内页大标题*/
.ny_bt {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
}
.ny_bt:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ny_bt:before {
    content: '';
    width: 44px;
    height: 3px;
    margin-left: -22px;
    background: #14569c;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
}
.ny_bt .ny_bt_t {
    font-size: 30px;
    color: #333;
    text-align: center
}
.ny_bt .ny_bt_b {
    color: #a9a9a9;
    text-align: center
}
.pla-tet h3 {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: .5rem;
    font-weight: bold;
    color: #0a4b9d;
    text-align: center;
}
.pla-tet p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.75;
}
.bg-lightgrey {
    background-color: #f4f4f4;
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.feature-block .feature-item-container .feature-item-wrapper .feature-item .item-note {
    font-size: 17px;
    line-height: 29px;
}
.feature-block .feature-item-container .feature-item-wrapper .feature-item .item-note .note-title {
    font-weight: bold;
    color: #505050;
}
.feature-block .feature-item-container .feature-item-wrapper .feature-item .item-note .note-subtitle {
    color: #898989;
}
.feature-block .feature-item-container .feature-item-wrapper .feature-item .item-note ul {
    padding-left: 5px;
}
.feature-block .feature-item-container .feature-item-wrapper .feature-item .item-img {
    text-align: center;
    padding: 0 0 10px 0;
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper .feature-item .note-title {
    min-height: 0;
    font-size: 20px;
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper .feature-item .note-subtitle {
    position: relative;
    font-size: 16px;
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper .feature-item .note-subtitle .feature-list {
    padding-left: 5%;
    display: block;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper .feature-item .note-subtitle .feature-list:before {
    position: absolute;
    content: "●";
    left: 0;
    font-size: 12px;
    transform: scale(0.7);
}

@media screen and (min-width: 769px) and (max-width: 969px) {
.feature-block .feature-item-container {
    max-width: 100%;
}
.feature-block .feature-item-container .feature-item-wrapper .feature-item .item-img img {
    height: 150px;
}
.feature-block .feature-item-container .feature-item-wrapper .feature-item .item-note .note-subtitle {
    min-height: 60px;
}
}

@media screen and (min-width: 769px) {
.feature-block.case.solution .feature-item-container {
/* one item */
    /* two items */
    /* three items */
    /* four items */
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 15px;
}
/*.feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(1) {
    text-align: center;
    display: block;
    width: 35%;
    margin: 0 32.5%;
  }
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(1) .feature-item {
    text-align: initial;
  }
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(2),
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(2) ~ .feature-item-wrapper {
    text-align: center;
    display: block;
    width: 35%;
    margin: 0 7%;
  }
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(2) .feature-item,
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(2) ~ .feature-item-wrapper .feature-item {
    text-align: initial;
  }
	
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(3),
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(3) ~ .feature-item-wrapper {
    display: block;
    width: 32%;
    margin-right: 2%;
  }
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(3):last-child,
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(3) ~ .feature-item-wrapper:last-child {
    margin-right: 0;
  }
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(n+4),
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(n+4) ~ .feature-item-wrapper {
    display: block;
    width: 24.6%;
	  
	
  }
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(n+4) .feature-item,
  .feature-block.case.solution .feature-item-container .feature-item-wrapper:first-child:nth-last-child(n+4) ~ .feature-item-wrapper .feature-item {
	 
    margin-bottom: 15px;

	  
  }
*/

	
}
.feature-block.case .feature-item {
    display: block;
    border-right: none;
    padding: 0;/*margin: 0 5px;*/
}
.feature-block.case .feature-item .item-img {
    padding: 0 0 10px 0;
}
.feature-block.case .feature-item .item-img a {
    display: block;
}
.feature-block.case .feature-item .item-note {
    padding: 16px 18px 24px;/* min-height: 159px;*/
}
.feature-block.case .feature-item .item-note .note-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.feature-block.case .feature-item .item-note .note-subtitle {
    font-size: 16px;
    line-height: 1.5;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.feature-block.case .feature-item .item-note .note-subtitle.ws-solution {
    height: auto;
}

@media screen and (min-width: 769px) and (max-width: 969px) {
.feature-block.case.solution .feature-item-container .feature-item-wrapper .feature-item .note-subtitle .feature-list {
    min-height: 30px;
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper {
    display: block;
    width: 48%;
    margin-right: 4%;
}
.feature-block.case.solution .feature-item-container .feature-item-wrapper:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 15px;
}
}
.feature-block.case .feature-item .item-img img {
    width: 100%;
    max-height: initial;
    height: 207px;
}

@media (max-width: 768px) {
.feature-block.case .feature-item .item-img img {
    height: auto;
}
}

@media screen and (max-width: 768px) {
.feature-block {
    padding: 20px 0px;
}
.feature-block .feature-title {
    font-size: 26px;
    text-align: center;
}
.feature-block .feature-detail {
    padding: 15px 20px;
    font-size: 18px;
}
.feature-block .feature-item-container {
    display: inline-block;
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
}
.feature-block .feature-item-container .mb-view {
    width: 25% !important;
    border-right: none;
    margin: 0 5% 30px 5%;
}
.feature-block .feature-item-container .feature-item {
    /*width: 90%;*/
    border-right: none;/*margin: 0 5% 30px 5%;*/
}
.feature-block .feature-item-container .feature-item .item-note {
    padding: 25px;
}
.feature-block .feature-button {
    padding-bottom: 20px;
}
.feature-block .feature-button a {
    font-size: 22px;
    width: 180px;
    height: 40px;
}
}

@media screen and (max-width:768px) {
.pla-tet h3 {
    font-size: 18px;
}
}
/*** 

====================================================================
	产品中心内页
====================================================================

***/


.solution-banner-container {
    min-height: 450px;
    padding-top: 135px;
    padding-bottom: 48px;
    background-color: #000;
    background-position: center;
    /*background-size: auto 100%;*/
    background-size: cover;
    background-repeat: no-repeat
}
.solution-banner-j {
    min-height: 328px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.minh {
    min-height: 490px;
}
.page-content {
    max-width: 1160px;
    margin: 0 auto
}
.solution-banner-container .solution-banner-content {
    color: #fff;
    width: 650px
}
.solution-banner-container .solution-banner-content-en {
    width: 710px!important
}
.solution-banner-container .solution-banner-content .solution-banner-title {
    font-size: 0.777rem;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 8px
}
.solution-banner-container .solution-banner-content .solution-banner-desc {
    font-size: 0.444rem;
    line-height: 25px;
    margin-bottom: 30px
}
.solution-banner-container .solution-banner-content .solution-banner-p {
    font-size: 16px;
    line-height: 2;
}
.solution-banner-container .btn-container .button {
    margin-right: 20px
}
.button {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border-radius: 1px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: rgba(40,113,213,.3);
    /*transition: all .1s linear 0s*/
	
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    cursor: pointer;
    transition: opacity 1s ease-out 1.2s, top 1s ease-out 1.2s, color 0.3s, background-color 0.3s;
    opacity: 1;
    border: 1px solid #fff;
}
.button:hover {
    color: #2871d5;
    background-color: #fff;
    text-decoration: none;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
/*.button-solid {
    background-color: #fff;
    color: #0e57a2;
    border: 1px solid #fff
}*/

.btn-container a {
    color: #fff;
}

/*.button-solid:hover {
    background-color: rgba(255,255,255,.8);
    border: 1px solid rgba(255,255,255,.8)
}*/







@media screen and (max-width:1024px) {
.solution-banner-container {
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    min-height: 4.88rem;
}
.solution-banner-container .solution-banner-content .solution-banner-title {
    height: .33rem;
    font-size: .5rem;
    text-align: center;
    line-height: .33rem;
    font-weight: 500;
    margin-bottom: .24rem;
}
.solution-banner-container .solution-banner-content .solution-banner-p {
    padding: 0 15px;
    text-align: center
}
.solution-banner-container .solution-banner-content {
    padding-top: 1.2rem;
    color: #fff;
    width: 100%;
}
.solution-banner-container .btn-container .button {
    margin: 0 .1rem;
}
.button, .button-small {
    display: inline-block;
    width: 2.8rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .14rem;
    font-weight: 500;
    border-radius: .01rem;
    text-align: center;
}
.btn-container {
    text-align: center
}
.solution-banner-container .solution-banner-content .solution-banner-desc {
    text-align: center
}
}
/*** 

====================================================================
	搜索页面
====================================================================

***/

.sa-search .sa-input {
    outline: none;
    text-indent: 10px;
    position: absolute;
    top: 0;
    top: 8px\9;
:0;
    height: 100%;
    width: 80%;
    border: 0;
}
.sa-search .sa-button {
    color: #fff;
    background: #e10032;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20%;
    border: 0;
    border-radius: 0;
}
.sa-search {
    background: #fff;
    font-size: 16px;
    margin: 30px auto;
    overflow: inherit;
    width: 43%;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}
.typeahead__container {
    position: relative;
    font: 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.typeahead__container * {
    box-sizing: border-box;
    outline: 0;
}
.typeahead__field {
    font-size: 0;
    position: relative;
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.typeahead__field > * {
    display: table-cell;
    vertical-align: top;
}
.typeahead__query, .typeahead__filter, .typeahead__button {
    font-size: 14px;
}
.typeahead__button {
    position: relative;
    font-size: 0;
    width: 1%;
    vertical-align: middle;
}
.typeahead__button button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.typeahead__field {
    color: #555;
}
.typeahead__field input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    background: #fff;
    /*border: 1px solid #ccc;*/
    border-radius: 2px 0 0 2px;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.typeahead__field input:focus, .typeahead__field input:active {
    border-color: #66afe9;
}
 .typeahead__field input[type="search"], .typeahead__field input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
 appearance: none;
}
 .typeahead__field input[type="search"]::-ms-clear {
 display: none;
 width: 0;
 height: 0;
}
.typeahead__field input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
 *overflow: visible;
}
.typeahead__container.hint .typeahead__field input {
    background: transparent;
}
.typeahead__container.hint .typeahead__field input:last-child, .typeahead__hint {
    background: #fff;
}
.typeahead__query {
    position: relative;
    z-index: 2;
    width: 100%;
}
.typeahead__query {
    height: 40px;
}
.typeahead__query {
    width: 290px;
}
.sa-button {
    height: 40px;
}
.sa-search .sa-input {
    top: 0;
    line-height: 40px;
}
.sa-search .input-global-search {
    padding: 0;
    height: 40px;
}
.sa-tplby-check {
    font-size: 18px;
    color: #333;
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
.sa-search {
    width: 94%;
}
}
.sa-tplby-check .sa-tplby-check-icon {
    display: none;
}
.sa-tplby-check dl {
    width: 100%;
}
.sa-tplby-check dt {
    font-size: 20px;
    width: 12%;
    float: left;
}
.sa-tplby-check dd {
    width: 88%;
    float: left;
    padding-top: 4px;
}
.sa-tplby-check dd span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
}
.sa-tplby-check dd span label {
    margin-left: 8px;
}
#SerarchType input {
    -webkit-appearance: radio;
}
#SerarchType label {
    cursor: default;
}
.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.searao {
    line-height: 42px;
}
.searao .form-group label {
    font-size: 15px;
}
.searao .form-roa {
    margin-right: 20px!important;
}
.searao .form-group input[type="radio"] ~ label {
    line-height: 16px;
}

@media screen and (max-width: 992px) {
.sa-tplby-check dt {
    width: 16%;
}
.sa-tplby-check dd {
    width: 84%;
}
}

@media screen and (max-width: 768px) {
.sa-tplby .sa-c-title {
    text-align: center;
}
.sa-tplby-check dl {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 4% 2%;
    width: 96%;
    max-height: 200px;
    overflow: auto;
}
.sa-tplby-check dt {
    width: 96%;
    float: none;
    font-size: 18px;
}
.sa-tplby-check dd {
    width: 96%;
    float: none;
    display: none;
    margin-top: 12px;
}
.sa-tplby-check dd span {
    display: block;
}
.sa-tplby-item {
    width: 48%;
}
.sa-tplby-desc p {
    display: none;
}
.sa-tplby-desc h3 {
    font-size: 18px;
    height: 36px;
}
.sa-tplby-check .sa-tplby-check-icon {
    display: block;
    float: right;
}
}
/*案例详情页*/
.newx {
    background-color: #fff;
    padding-bottom: 1rem;
    padding-top: 1rem
}
ul.wepag li {
    float: left;
    list-style: none;
    line-height: 37px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
}
ul.wepag li a {
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 8px 1px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: rgba(50, 50, 50, 1);
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 15px
}
.wepag {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    margin: 0 auto
}
.wepag li {
    list-style: none;
    line-height: 37px;
    margin: 0 10px;
    font-size: 16px;
    text-align: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-box-pack: center
}
.wepag li a {
    position: relative;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: rgba(50, 50, 50, 1);
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 15px
}
.wepag li a:hover {
    color: #ff8201;
    border: 1px solid #ff8201;
}
.wepag li:hover>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    content: '';
    display: block;
    height: 2px;
    background-color: #ff8201
}
.wepag {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: auto
}
.wepag:after {
    content: '';
    clear: both;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden
}
.wepag li {
    display: inline-block
}

/*** 

====================================================================
	微信小程序案例
====================================================================

***/


@media (max-width: 1930px) {
.bwa-block {
    margin: 19px 13px 24px 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
.fbt {
    margin-top: 25px;
    font-size: 16px;
    color: #999;
    text-align: center;
    letter-spacing: 1px;
}
.g-mt {
    padding-top: 20px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* new成功案列 */
.xcx-f5 {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.bwa-clear {
    font-weight: bold;
    font-size: 18px;
    /* padding-top: 10px;*/
    top: -560px;
    z-index: 10;
    position: absolute;
    color: #000;
    width: 276px;
    height: 560px;
    background: rgba(255,255,255,0.98);
    border-radius: 10px 10px 0px 0px;
}
.bwatxt {
    width: 205px;
    height: 50px;
    margin: 20px auto;
    background: rgba(255,255,255,1);
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: rgba(50,50,50,1);
    line-height: 50px;
}
.bwa-clear img {
    width: 240px;
    height: 240px;
    margin-bottom: 14px;
    margin-top: 120px;
}
.hjh {
    margin-right: 32px;
}
.bwa {
    position: relative;
    margin-bottom: 40px;
    width: 276px;
    height: 585px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-align: center;
}
/*.bwa:nth-child(4), .bwa:nth-child(8), .bwa:nth-child(12) {
	margin-right: 0;
}*/
	
.hjh:nth-child(4), .hjh:nth-child(8), .hjh:nth-child(12) {
    margin-right: 0;
}
.bwa-bg {
    height: 542px;
    width: 250px;
    position: relative;
    z-index: 9;
}
.bwa .bwa-block .bwa-bg p {
    width: 205px;
    height: 70px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: rgba(50,50,50,1);
    line-height: 70px;
    margin-bottom: 0;
    position: absolute;
    bottom: -35px;
    left: 32px;
    z-index: 10;
}
.bwa .bwa-block .bwa-t {
    color: rgba(50,50,50,1);
    line-height: 55px;
    opacity: 0.7;
    font-size: 18px;
    margin: 40px auto 0;
    position: absolute;
    bottom: 4px;
    width: 100%;
    text-align: center;
}
.fwlc-icon {
    padding-bottom: 35px;
}
}

@media (max-width: 1600px) {
.xcx-f5 {
    width: 1100px;
}
.bwa-block {
    margin: 8px 10px;
}
.bwa {
    width: 230px;
    height: 450px;
    margin-right: 0;
}
.bwa-bg {
    width: 210px;
    height: 430px;
}
.bwa-clear img {
    width: 200px;
    height: 200px;
    margin-bottom: 14px;
    margin-top: 80px;
}
.hjh {
    margin-right: 32px;
}
.hjh:nth-child(4), .hjh:nth-child(8), .hjh:nth-child(12) {
    margin-right: 0;
}
.bwa .bwa-block .bwa-bg p {
    width: 155px;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    bottom: -25px;
    left: 32px;
}
.bwa .bwa-block .bwa-t {
    font-size: 15px;
}
.bwa-clear {
    width: 230px;
    height: 450px;
}
.bwa-clear img {
/* margin-top: 20px;*/
}
}

@media (max-width: 1024px) {
.xcx-f5 {
    width: 986px;
}
.hjh {
    margin-right: 22px;
}
}

@media (max-width: 800px) {
.xcx-f5 {
    width: 728px;
}
.hjh {
    margin-right: 19px;
}
.hjh:nth-child(3), .hjh:nth-child(6), .hjh:nth-child(9) {
    margin-right: 0;
}
.hjh:nth-child(4), .hjh:nth-child(8), .hjh:nth-child(12) {
    margin-right: 19px;
}
.caset p {
    min-height: auto;
    height: auto;
}
}

@media (max-width: 600px) {
.xcx-f5 {
    width: 100%;
}
.bwa-block {
    margin: 8px 10px;
}
.bwa {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 180px;
    height: 350px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-align: center;
}
.bwa-bg {
    width: 160px;
    height: 330px;
}
.bwatxt {
    width: auto;
    height: auto;
    margin: 20px auto;
    background: rgba(255,255,255,1);
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: rgba(50,50,50,1);
    line-height: 50px;
}
.bwa .bwa-block .bwa-bg p {
    width: 155px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bwa-clear {
    width: 180px;
    height: 350px;
    padding-top: 0px;
}
.bwa-clear img {
    width: 160px;
    height: 160px;
    margin-top: 50px;
}
.team_bgt_bor {
    width: 100%;
    margin-left: 0!important;
}
.team_bgt_boc {
    width: 100%;
}
.mt160 {
    margin-top: 10px!important;
}
.w900 {
    width: 100%!important;
}
.idea_ro {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 18px;
}
.idea_ro p {
    font-size: 18px;
    line-height: 20px;
}
.part {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    line-height: 150px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.part img {
    max-width: 100%;
}
.serv {
    width: 140px;
    height: 140px;
    border: 1px dashed #444444;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    margin: 0 auto;
}
.mp20 {
    padding: 0 0 20px 0!important
}
.hjh {
    width: 50%;
    text-align: center;
    margin-right: 0;
}
.hjh:nth-child(4), .hjh:nth-child(8), .hjh:nth-child(12) {
    margin-right: 0;
}
}

@media (max-width: 375px) {
.bwa-block {
    margin: 8px 5px;
}
.bwa {
    width: 170px;
    height: 330px;
}
.bwa-bg {
    width: 160px;
    height: 310px;
}
}
.img100 {
    max-width: 100%;
    height: auto;
}
.mt160 {
    margin-top: 160px;
}
.w900 {
    width: 900px;
}
.imga img {
    max-width: 100%;
    height: auto;
}
.bwa div {
    text-align: center
}
.product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.product-info .product-title-in {
    font-size: 23px;
    font-weight: 600;
    line-height: 2;
    color: #19284d;
}
.product-info .product-title {
    font-size: 28px;
    font-weight: 600;
    color: #19284d;
    line-height: 54px;
}
.product-info .product-info-text {
    font-size: 21px;
    font-weight: 400;
    color: #4c5875;
    line-height: 2;
    margin: 18px 0
}
.prpl {
    padding-left: 1rem
}
.bor0 {
    border-radius: 0!important
}
.bor0 img {
    border-radius: 0!important
}
.bor0 .txt {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 10;
    color: #fff;
    padding: 42% 3% 7% 3%;
    font-weight: bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0 ); /* IE6-9 */
}
.bor0 .txt h4 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
.prpl {
    padding-left: 0
}
.bor0 .txt h4 {
    font-size: 16px;
}
}
/*.edit-css-3 .image{ transition:1s ease-in-out;}
.edit-css-3 .image{position:relative;}

.edit-css-3 .rightSlideIn{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}
.edit-css-3 .animated .rightSlideIn{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}


.edit-css-3 .img{ position:absolute;}
.edit-css-3 .con.animated{animation-duration: 0s; -webkit-animation-duration: 0s;}
.edit-css-3 .con-1.animated  .img{opacity:1;animation: popUp 2.2s ease 1s both;}
.edit-css-3 .con-1 .img-1{left:204px;top:-38px;}
.edit-css-3 .con-1.animated  .img-2{ animation-delay:1.4s;left:294px;top:79px;}
.edit-css-3 .con-1.animated  .img-3{ animation-delay:1.8s;left:-81px;top:118px;}
.edit-css-3 .con-1.animated  .img-4{ animation-delay:2.2s;left:342px;top:179px;}
.edit-css-3 .con-1.animated  .img-5{ animation-delay:2.6s;left:36px;top:273px;}*/



.gxp p {
    font-size: 16px;
	letter-spacing: 2px;
	color: #666;
    line-height: 1.75
}
.zpbt {
    padding: 15px 20px;
}
.zpbt-title {
    font-size: 20px;
    line-height: 2
}
.zpbt-col {
    color: #f50;
}
.zpbt-st {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #575d6a;
}
.zpbt-st-a {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #dddfe3;
}
.zpbt-st-a:nth-last-child(2) {
    border-right: 0;
}
.zpbt-st-r {
    float: right;
    font-size: 14px;
    color: #89909e;
}
.zpcont {
    padding: 15px 20px;
}
.zpcont h3 {
    margin-bottom: 15px;
}
.af {
    position: relative;
    background-color: #dddfe3;
    color: #6e7686;
    box-sizing: border-box;
    padding: 10px 20px;
    appearance: none;
    border: 0;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    user-select: none;
    cursor: pointer;
}
.af .fle {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 100;
}
.af:hover {
    background-color: #89909e;
    color: #fff;
    cursor: pointer;
}
.afsub {
    color: #89909e;
}
.a-upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
 *display: inline;
 *zoom: 1
}
.a-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
#filenames {
    color: #696e78;
    line-height: 2;
}
.gxp p strong {
    font-weight: bolder;
}
.frmh table {
    margin: auto;
    padding: auto;
}
.frmh table td {
    padding: 10px;
}
.mh48 {
    min-height: 48px;
}
.pt5 {
    padding-top: 0.5rem
}
.fan {
    padding: 20px 0
}
.fan .icon span {
    font-size: 25px;
    color: #0a4b9d;
    margin-bottom: 20px;
    font-weight: 600;
}
.fan h5 {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #221f3c;
}
.fan h5:hover {
    color: #d20032;
}









.xmzx{
	
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
	padding: 20px 0;
}


.xmico{
	
	width: .8rem;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	display:inline-block;
	border-radius: 50%;
    background-color: #d20032;
	
}


.xmtxt{ font-size: 20px; color: #0a4b9d;font-weight: 600   }

.xmzx a:hover .xmico{ background-color: #ea063d;  }

.xmzx a:hover .xmtxt{color:#d20032 }



#myTabContent .tab-pane{ min-height: 180px;}



.leftSidebar {
			float: left;
			position: relative;
		}



@media screen and (max-width: 768px) {
.leftSidebar {
			float:none;
			position: relative;
		}
}






