/**reset s*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset, img {
    border: none;
}

img {
    border: 0;
}

address, caption, cite, code, dfn, var, em, i, sub, sup {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    -webkit-transition-delay: 99999s;
}

select, input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #666;
    font: 14px/1.5 "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
}

body.paddingTop {
    padding-top: 90px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .15s ease 0s;
    -ms-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #0a74d7;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block!important;
}

.hide {
    display: none!important;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb40 {
    margin-bottom: 40px!important;
}

.text-center {
    text-align: center;
}

.w {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/*reset e*/
/*.page* s*/
.page-topbar {
    background-color: #0a74d7;
    height: 38px;
    min-width: 1180px;
}

.page-topbar .welcome {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    float: left;
}

.page-topbar .serviceTel {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    float: right;
}

.page-nav {
    height: 90px;
    background-color: #ffffff;
    width: 100%;
    min-width: 1180px;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    z-index: 9999;
}

.page-nav.is-fixed {
    position: fixed;
    top: 0;
}

.page-nav.is-fixed .bg-hover {
    box-shadow: 0 15px 15px 0px rgba(0, 0, 0, .05);
}

.page-nav.filterblur {
    background: rgba(255, 255, 255, .6)!important;
    -webkit-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)!important;
}

.page-nav.filterblur .bg-hover {
    background: rgba(255, 255, 255, .6)!important;
    -webkit-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)!important;
}

.page-nav .head-cnt {
    position: relative;
    z-index: 2;
}

.page-nav .logo {
    position: absolute;
    top: 21.5px;
}

.page-nav .logo h1 a {
    width: 173px;
    height: 47px;
    background: url(../img/logo-1.png) no-repeat;
    display: block;
    text-indent: -2000em;
}

.page-nav .nav-main {
    position: absolute;
    right: 0;
    top: 0;
    height: 90px;
}

.page-nav .nav-main .far-item {
    float: left;
    position: relative;
    margin-left: 38px;
}

.page-nav .nav-main .far-item .txt {
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    -webkit-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
    position: relative;
    z-index: 2;
}

.page-nav .nav-main .far-item .txt:hover {
    color: #000;
}

.page-nav .nav-main .far-item .txt:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 0px;
    background: #0a74d7;
    display: none\0;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}

.page-nav .nav-main .far-item:hover .txt:after {
    transform: scale(1, 1);
    display: block\0;
    opacity: 1;
}

.page-nav .nav-main .far-item .sub-list {
    display: none;
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    z-index: 2;
}

.page-nav .nav-main .far-item.sublist-show .sub-list {
    -webkit-animation: menushow .15s ease-out both;
    -ms-animation: menushow .15s ease-out both;
    animation: menushow .15s ease-out both;
}

.page-nav .nav-main .far-item.sublist-hide .sub-list {
    -webkit-animation: menuhide .15s ease-out both;
    -ms-animation: menuhide .15s ease-out both;
    animation: menuhide .15s ease-out both;
}

.page-nav .nav-main .far-item .sub-list a {
    display: block;
    font-size: 16px;
    color: #333;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "microsoft yahei";
}

.page-nav .nav-main .far-item .sub-list a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.page-nav .bg-hover {
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 88px;
    left: 0px;
}

.submenu-show .bg-hover {
    -webkit-animation: bgshow .15s ease-out both;
    -ms-animation: bgshow .15s ease-out both;
    animation: bgshow .15s ease-out both;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    height: 300px\0;
}

.submenu-hide .bg-hover {
    -webkit-animation: bghide .4s ease-out both;
    -ms-animation: bghide .4s ease-out both;
    animation: bghide .4s ease-out both;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.page-crumbs-bar {
    height: 64px;
    line-height: 64px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eaeaea;
    min-width: 1180px;
}

.page-crumbs-bar .crumbs-bar {
    font-size: 16px;
}

.page-crumbs-bar .crumbs-bar img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.page-crumbs-bar .crumbs-bar a {
    color: #333;
}

.page-crumbs-bar .crumbs-bar a:hover {
    color: #0a74d7;
}

.page-crumbs-bar .crumbs-bar i {
    color: #aaaaaa;
    margin: 0 8px;
}

.page-crumbs-bar .subnav {
    overflow: hidden;
}

.page-crumbs-bar .subnav .item {
    float: left;
    height: 63px;
    line-height: 63px;
    padding: 0 15px 2px;
    font-size: 16px;
    color: #333;
    margin-right: 60px;
    cursor: pointer;
}

.page-crumbs-bar .subnav .item.active {
    padding-bottom: 0;
    border-bottom: 2px solid #0a74d7;
    color: #0a74d7;
}

.page-titleBg {
    height: 546px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 1180px;
    position: relative;
}

.page-titleBg .title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 845px;
    height: 123px;
    text-align: center;
    background: url(../img/title-bg-1.png) no-repeat;
}

.page-titleBg .title img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.page-secondLevel-main {
    padding-top: 60px;
    margin-bottom: 80px;
    min-height: 400px;
}

.page-page {
    text-align: center;
    margin: 10px 0 60px;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.page-page span{
	display: inline-block;
    border: 1px solid #ddd;
    color: #ddd;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
	cursor: not-allowed;
}

.page-page a span{
    display: inline-block;
    border: 1px solid #ddd;
    color: #000;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor:pointer;
}

.page-page a:hover span{
	border-color:#0a74d7;
	background-color:#0a74d7;
	color:#fff;
}

.page-page select {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 16px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-top: -3px;
    padding: 5px 0;
}

.page-footer {
    background-color: #0a74d7;
    min-width: 1180px;
}

.page-footer .topsec {
    padding: 40px 0 60px;
}

.page-footer .codewrap {
    float: left;
    margin-top: 20px;
}

.page-footer .codewrap .code {
    display: block;
    width: 130px;
    height: 129px;
    animation:flashLight infinite linear 2s;
}

.page-footer .cominfo {
    width: 260px;
    float: left;
    margin-left: 30px;
    padding: 20px 60px 0 0;
    border-right: 1px solid #4d9aea;
}

.page-footer .cominfo .item {
    font-size: 14px;
    color: #fff;
    padding-left: 34px;
    margin-bottom: 20px;
}

.page-footer .cominfo .item.phone {
    background: url(../img/ico-2.png) no-repeat left center;
}

.page-footer .cominfo .item.email {
    background: url(../img/ico-1.png) no-repeat left center;
}

.page-footer .cominfo .item.addr {
    background: url(../img/ico-3.png) no-repeat left top;
}

.page-footer .tab-dl {
    margin-left: 54px;
    float: left;
    width: 120px;
}

.page-footer .tab-dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.page-footer .tab-dl dd {
    margin-bottom: 5px;
}

.page-footer .tab-dl dd a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-footer .tab-dl dd a:hover {
    text-decoration: underline;
}

.page-footer .copyright {
    border-top: 1px solid #4d9aea;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.page-footer .copyright a {
    color: #fff;
}

.page-footer .copyright a:hover {
    text-decoration: underline;
}

/*.page* e*/
/*.module* s*/
.module-marauto {
    margin-left: auto;
    margin-right: auto;
}

.module-seemore-btn {
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #0a74d7;
    border: 1px solid #0a74d7;
    border-radius: 3px;
    display: inline-block;
}

.module-seemore-btn:hover {
    background-color: #0a74d7;
    border-color: #0068d3;
    color: #fff;
}

.module-title {
    width: 256px;
    background: url(../img/line-2.jpg) repeat-x center center;
    text-align: center;
    margin: 0 auto;
}

.module-title span {
    font-size: 28px;
    color: #333;
    padding: 0 15px;
    background-color: #FFFFFF;
    line-height: 1;
}

/*.module* e*/

.index-carousel {
    height: 546px;
    overflow: hidden;
    position: relative;
    min-width: 1180px;
}

.index-carousel .hd {
    position: absolute;
    bottom: 26px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.index-carousel .hd ul {
    font-size: 0;
}

.index-carousel .hd ul li {
    display: inline-block;
    width: 30px;
    height: 4px;
    cursor: pointer;
    margin: 0 6px;
    background: #fff;
    transition: height .1s;
    opacity: .9;
    filter: alpha(opacity=90);
}

.index-carousel .hd ul li.on {
    height: 8px;
}

.index-carousel .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.index-carousel .bd ul {
    width: 100%!important;
}

.index-carousel .bd li {
    width: 100%!important;
    height: 546px;
    background-position: center center;
    background-repeat: no-repeat;
}

.index-carousel .bd li a {
    display: block;
    height: 546px;
}

.index-com-intro {
    padding: 60px 0;
    background-color: #fff;
    min-width: 1180px;
}

.index-com-intro .imgbox {
    float: left;
    position: relative;
    overflow: hidden;
}

.index-com-intro .imgbox .img {
    display: block;
    width: 500px;
    height: 345px;
    -webkit-transition: transform ease .3s;
    -ms-transition: transform ease .3s;
    transition: transform ease .3s;
}

.index-com-intro .imgbox:hover .img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.index-com-intro .imgbox .tl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.index-com-intro .txt {
    width: 640px;
    float: right;
}

.index-com-intro .txt p {
    text-align: justify;
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 34px;
    height:272px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    word-break: break-all;
    overflow: hidden;
}

.index-com-intro .txt .module-seemore-btn {
    margin-top: 25px;
}

.index-services {
    padding: 60px 0;
    background-color: #fafafa;
    min-width: 1180px;
}

.index-services .title {
    margin-bottom: 50px;
}

.index-services .title img {
    display: block;
    margin: 0 auto;
}

.index-services .list .item {
    float: left;
    margin: 0 67px;
    text-align: center;
    width: 160px;
}

.index-services .list .item .img {
    display: block;
    width: 134px;
    height: 134px;
    margin: 0 auto 20px;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.index-services .list .item:hover .img {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.index-services .list .item em {
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    cursor: default;
}

.index-services .list .item span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    cursor: default;
}

.index-services .list .item.blue span {
    color: #0a74d7
}

.index-services .list .item.yellow span {
    color: #f59e11;
}

.index-services .btn-group {
    text-align: center;
    margin-top: 40px;
}

.index-solution {
    padding: 60px 0 200px;
    background: url(../img/bg-1.png) no-repeat center bottom;
    min-width: 1180px;
}

.index-solution .title {
    margin-bottom: 50px;
}

.index-solution .title img {
    display: block;
    margin: 0 auto;
}

.index-solution .list {
    overflow: hidden;
}

.index-solution .list .item {
    float: left;
}

.index-solution .list .item .item-a {
    display: block;
    position: relative;
}

.index-solution .list .item .item-a .imgbox {
    overflow: hidden;
    position: relative;
}

.index-solution .list .item .item-a .imgbox img {
    display: block;
    -webkit-transition: transform ease .3s;
    -ms-transition: transform ease .3s;
    transition: transform ease .3s;
}

.index-solution .list .item-a:hover .imgbox img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.index-solution .list .item .item-a .tl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../img/line-1.png) repeat;
    height: 44px;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
    z-index: 2;
}

.index-solution .list .item .seemore-btn {
    display: block;
    margin-top: 8px;
    background: #0a74d7;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.index-solution .list .item .seemore-btn:hover {
    text-decoration: underline;
}

.index-solution .list .item_1 {
    margin-right: 8px;
    margin-bottom: 8px;
}

.index-solution .list .item_2 {
    margin-right: 8px;
    margin-bottom: 8px;
}

.index-solution .list .item_3 {
    margin-bottom: 8px;
}

.index-solution .list .item_4 {
    margin-right: 8px;
}

.index-solution .list .item_5 {
}

.index-solution .list .item_1 .imgbox img {
    width: 388px;
    height: 237px;
}

.index-solution .list .item_2 .imgbox img {
    width: 388px;
    height: 237px;
}

.index-solution .list .item_3 .imgbox img {
    width: 388px;
    height: 237px;
}

.index-solution .list .item_4 .imgbox img {
    width: 784px;
    height: 354px;
}

.index-solution .list .item_5 .imgbox img {
    width: 388px;
    height: 292px;
}

.index-succ-case {
    padding: 60px 0;
    background: url(../img/img-11.jpg) no-repeat top center #fafafa;
    min-width: 1180px;
}

.index-succ-case .title {
    margin-bottom: 50px;
}

.index-succ-case .title img {
    display: block;
    margin: 0 auto;
}

.index-succ-case .carousel {
    width: 1180px;
    position: relative;
}

.index-succ-case .carousel .tempWrap {
    width: 1180px!important;
}

.index-succ-case .carousel .hd {
    margin-top: 24px;
    overflow: hidden;
}

.index-succ-case .carousel .hd .prev {
    width: 39px;
    height: 25px;
    background: url(../img/btn-left-1.png) no-repeat;
    cursor: pointer;
    float: right;
    opacity: .55;
    filter: alpha(opacity=55);
}

.index-succ-case .carousel .hd .next {
    width: 39px;
    height: 25px;
    background: url(../img/btn-right-1.png) no-repeat;
    cursor: pointer;
    float: right;
    opacity: .55;
    filter: alpha(opacity=55);
    margin-left: 40px;
}

.index-succ-case .carousel .hd .prev:hover, .index-succ-case .carousel .hd .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index-succ-case .carousel .bd .list {
    overflow: hidden;
}

.index-succ-case .carousel .bd .list li {
    float: left;
    width: 360px;
    margin-right: 50px;
    overflow: hidden;
    background-color: #fff;
}

.index-succ-case .carousel .bd .list li .imgbox {
    width: 360px;
    height: 224px;
    position: relative;
}

.index-succ-case .carousel .bd .list li .imgbox .img {
    width: 360px;
    height: 224px;
    display: block;
}

.index-succ-case .carousel .bd .list li .imgbox .imghover {
    width: 360px;
    height: 224px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    display: none\0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all .5s;
    -webkit-transition: all .5s;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true);
}

.index-succ-case .carousel .bd .list li a:hover .imghover {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}

.index-succ-case .carousel .bd .list li:hover .imgbox .img {
    -webkit-filter: brightness(1.04);
    filter: brightness(1.04);
}

.index-succ-case .carousel .bd .list li p {
    height: 80px;
    line-height: 80px;
    border-bottom: 4px solid #e3e3e3;
    font-size: 16px;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.index-succ-case .carousel .bd .list li a:hover p {
    border-color: #d0d0d0;
}

.index-succ-case .btn-group {
    text-align: center;
}

.index-partners {
    padding: 60px 0;
}

.index-partners .title {
    margin-bottom: 50px;
}

.index-partners .title img {
    display: block;
    margin: 0 auto;
}

.index-partners .list {
}

.index-partners .list .item {
    float: left;
    border: 1px solid #ebe9e9;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: transform ease .3s;
}

.index-partners .list .item:nth-child(5n) {
    margin-right: 0;
}

.index-partners .list .item img {
    width: 222px;
    height: 107px;
    display: block;
}

.index-partners .list .item:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.index-partners .btn-group {
    text-align: center;
    margin-top: 25px;
}

.detail-main .title {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.detail-main .meta{
    margin-top:15px;
    text-align: center;
}

.detail-main .meta span{
    margin:0 20px;
    font-size: 16px;
    color:#999;
}

.detail-main .detail-cnt {
    margin-top: 40px;
}

.detail-main .detail-cnt p,
.detail-main .detail-cnt p span {
    text-align: justify;
    text-indent: 2em;
    font-size: 16px;
    font-family: 'Microsoft YaHei' !important;
    color: #333;
    line-height: 34px;
}

.detail-main .detail-cnt p img,
.detail-main .detail-cnt img,
.detail-main .detail-cnt table img,
.detail-main .detail-cnt video,
.detail-main .detail-cnt table {
    max-width: 100%!important;
    height: auto!important;
    display: block;
    margin: 10px auto!important;
}

.piclist-main .item {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    transition: transform .3s;
    border: 1px solid #f6f6f6;
}

.piclist-main .item:nth-child(3n) {
    margin-right: 0;
}

.piclist-main .item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
}

.piclist-main .item a {
    display: block;
}

.piclist-main .item .imgbox {
    width: 358px;
    height: 222px;
}

.piclist-main .item .imgbox img {
    width: 358px;
    height: 222px;
    display: block;
}

.piclist-main .item p {
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.piclist-main2 .item {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    transition: transform .3s;
    border: 1px solid #eaeaea;
}

.piclist-main2 .item:nth-child(3n) {
    margin-right: 0;
}

.piclist-main2 .item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
}

.piclist-main2 .item a {
    display: block;
}

.piclist-main2 .item .imgbox {
    position: relative;
    width: 358px;
    height: 249px;
}

.piclist-main2 .item .imgbox img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 328px;
    height: 218px;
}

.piclist-main2 .item p {
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solution-main .list .item {
    padding: 56px 0;
    min-width: 1180px;
}

.solution-main .list .item.bgwhite {
    background: #FFFFFF;
}

.solution-main .list .item.bggray {
    background: #f6f6f6;
}

.solution-main .list .item .tb {
    display: table;
    width: 100%;
    height: 100%;
}

.solution-main .list .item .tb .tbin {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}

.solution-main .list .item .tb .tbin img {
    width: 369px;
    height: 214px;
    display: inline-block;
    vertical-align: middle;
}

.solution-main .list .item .tb .tbin img:hover {
    filter: brightness(1.08);
    -webkit-filter: brightness(1.08);
}

.solution-main .list .item .tb .tbin .intro {
    display: inline-block;
    vertical-align: middle;
    width: 731px;
    padding: 0 40px;
}

.solution-main .list .item .tb .tbin .intro .tl {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.solution-main .list .item .tb .tbin .intro .desc {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
    text-align: justify;
    margin-top: 8px;
}

.softpro-main .list {
    overflow: hidden;
}

.softpro-main .list .item {
    width: 577px;
    height: 200px;
    float: left;
    background: #fafafa;
    overflow: hidden;
    margin-right: 26px;
    margin-bottom: 26px;
}

.softpro-main .list .item:nth-child(2n) {
    margin-right: 0;
}

.softpro-main .list .item .img {
    float: left;
    width: 85px;
    height: 85px;
    margin: 57.5px 27px 0;
}

.softpro-main .list .item .cnt {
    float: left;
    margin: 30px 0;
    padding: 0 27px;
    height: 140px;
    border-left: 1px solid #eaeaea;
    width: 383px;
}

.softpro-main .list .item .cnt .tb {
    display: table;
    height: 100%;
    width: 100%;
}

.softpro-main .list .item .cnt .tb .tbin {
    display: table-cell;
    vertical-align: middle;
}

.softpro-main .list .item .cnt .tb .tbin .tl {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.softpro-main .list .item .cnt .tb .tbin .desc {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

.softpro-main .list .item:hover .img {
    transform-style: preserve-3d;
    -webkit-animation: tada 1s ease both;
    -ms-animation: tada 1s ease both;
    animation: tada 1s ease both;
}

.commPro-main .proshow .head {
    height: 50px;
    line-height: 50px;
    background: #0a74d7;
    overflow: hidden;
}

.commPro-main .proshow .head .cell {
    float: left;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.commPro-main .proshow .head .cell1 {
    border-right: 1px solid #fff;
    width: 179px;
}

.commPro-main .proshow .head .cell2 {
    width: 1000px;
}

.commPro-main .proshow .body {
    margin-top: 50px;
}

.commPro-main .proshow .body .list .item {
    margin-bottom: 20px;
}

.commPro-main .proshow .body .list .item .tl {
    float: left;
    width: 133px;
    background: url(../img/ico-4.jpg) no-repeat 20px center;
    padding-left: 47px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.commPro-main .proshow .body .list .item .cnt {
    float: left;
    width: 1000px;
}

.commPro-main .proshow .body .list .item .cnt .it {
    float: left;
    width: 128px;
    height: 74px;
    border: 1px solid #ebe9e9;
    background-color: #fff;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: transform ease .15s;
    border-radius: 3px;
    overflow: hidden;
}

.commPro-main .proshow .body .list .item .cnt .it:nth-child(7n) {
    margin-right: 0;
}

.commPro-main .proshow .body .list .item .cnt .it img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.commPro-main .proshow .body .list .item .cnt .it:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.txtlist-main .list {
    margin-bottom: 50px;
}

.txtlist-main .list .item {
    margin-bottom: 30px;
    background-color: #fafafa;
}

.txtlist-main .list .item a {
    display: block;
    border: 1px solid #fafafa;
    padding: 30px 40px;
    position: relative;
    transition: all .6s ease-in;
}

.txtlist-main .list .item a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    -ms-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.txtlist-main .list .item a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    -ms-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.txtlist-main .list .item a:after, .txtlist-main .list .item a:before {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.txtlist-main .list .item a:hover {
    border-color: #0a74d7;
}

.txtlist-main .list .item a:hover:before {
    border-bottom-color: #0a74d7;
    border-left-color: #0a74d7;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    -ms-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.txtlist-main .list .item a:hover:after {
    border-top-color: #0a74d7;
    border-right-color: #0a74d7;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    -ms-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.txtlist-main .list .item a:hover:after, .txtlist-main .list .item a:hover:before {
    width: 100%;
    height: 100%;
}

.txtlist-main .list .item .tl {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.txtlist-main .list .item a:hover .tl {
    color: #0a74d7;
}

.txtlist-main .list .item .desc {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
}

.txtlist-main .list .item .date {
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 5px;
}

.comhistory-main {
    padding: 0 80px;
}

.comhistory-main .history {
    background: url(../img/line-3.jpg) repeat-y top center;
    padding: 50px 0 0;
    overflow: hidden;
}

.comhistory-main .history .item {
    margin-bottom: 60px;
}

.comhistory-main .history .item .detail {
    position: relative;
    width: 471px;
}

.comhistory-main .history .item .ico {
    position: absolute;
    top: 15px;
}

.comhistory-main .history .item .year {
    font-size: 60px;
    color: #ccc;
    font-weight: 700;
    font-family: arial;
    line-height: 1;
}

.comhistory-main .history .item .cnt {
    margin-top: 10px;
}

.comhistory-main .history .item .cnt .it {
    color: #555;
    font-size: 20px;
    text-align: justify;
}

.comhistory-main .history .item .cnt .it span {
    font-size: 26px;
    margin-right: 5px;
}

.comhistory-main .history .item.odd .detail {
    float: right;
}

.comhistory-main .history .item.odd .ico {
    left: -54px;
}

.comhistory-main .history .item.odd .year {
    text-align: left;
}

.comhistory-main .history .item.even .detail {
    float: left;
}

.comhistory-main .history .item.even .ico {
    right: -54px;
}

.comhistory-main .history .item.even .year {
    text-align: right;
}

.comhistory-main .history .item:nth-child(2n-1) .detail {
    float: right;
}

.comhistory-main .history .item:nth-child(2n-1) .ico {
    left: -54px;
}

.comhistory-main .history .item:nth-child(2n-1) .year {
    text-align: left;
}

.comhistory-main .history .item:nth-child(2n) .detail {
    float: left;
}

.comhistory-main .history .item:nth-child(2n) .ico {
    right: -54px;
}

.comhistory-main .history .item:nth-child(2n) .year {
    text-align: right;
}

.Jobs-main .jobs-list .item {
    position: relative;
    margin-bottom: 30px;
}

.Jobs-main .jobs-list .item .btn {
    position: absolute;
    width: 65px;
    height: 40px;
    line-height: 40px;
    right: 60px;
    top: 50px;
    padding: 0 40px 0 20px;
    background: url(../img/ico-arrow-1.png) no-repeat 91px center #fff;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.Jobs-main .jobs-list .item .btn.opened {
    background-image: url(../img/ico-arrow-2.png);
    background-color: #0a74d7;
    color: #fff;
}

.Jobs-main .jobs-list .item .info {
    padding: 0 40px;
    background-color: #f6f6f6;
    height: 140px;
    overflow: hidden;
}

.Jobs-main .jobs-list .item .info .jobname {
    font-size: 20px;
    color: #333;
    margin-top: 24px;
}

.Jobs-main .jobs-list .item .info .meta {
    overflow: hidden;
    font-size: 16px;
    margin-top: 35px;
}

.Jobs-main .jobs-list .item .info .meta span {
    float: left;
    margin-right: 60px;
    color: #666;
}

.Jobs-main .jobs-list .item .info .meta span em {
    color: #333;
}

.Jobs-main .jobs-list .item .cnt {
    padding: 32px 40px;
    background-color: #f6f6f6;
    border-top: 2px solid #e6e6e6;
    font-size: 16px;
    color: #666;
    display: none;
}

.Jobs-main .jobs-list .item .cnt strong {
    color: #333;
    font-size: 16px;
}

.Jobs-main .jobs-list .item .cnt p {
    font-size: 16px!important;
    margin-top: 5px;
}

.contactus-main .contactWay {
    margin-bottom: 60px;
}

.contactus-main .contactWay .item {
    float: left;
    margin: 0 78px;
}

.contactus-main .contactWay .item img {
    width: 130px;
    height: 130px;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.contactus-main .contactWay .item p {
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
    color: #333;
}

.contactus-main .contactWay .item:hover img {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.contactus-main .mapwrap img {
    display: block;
    width: 100%;
    height: 516px;
    margin-bottom:20px;
}

.contactus-main .comaddr {
    font-size: 20px;
    color: #333;
}

.contactus-main .mapwrap p{
	font-size:20px;
	color: #333;
}

.partner-main .list .item {
    float: left;
    border: 1px solid #ebe9e9;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-transition: transform ease .3s;
    -ms-transition: transform ease .3s;
    transition: transform ease .3s;
}

.partner-main .list .item:nth-child(5n) {
    margin-right: 0;
}

.partner-main .list .item img {
    width: 222px;
    height: 107px;
    display: block;
}

.partner-main .list .item:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.service-main .aftersales {
    margin-bottom: 40px;
}

.service-main .aftersales .bd {
    background-color: #fafafa;
    overflow: hidden;
}

.service-main .aftersales .list {
    padding: 60px 90px 40px;
    border-bottom: 1px solid #fff;
}

.service-main .aftersales .list .item {
    float: left;
    margin: 0 64px;
}

.service-main .aftersales .list .item img {
    display: block;
    width: 72px;
    height: 66px;
    margin: 0 auto 20px;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.service-main .aftersales .list .item:hover img {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.service-main .aftersales .list .item p {
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: default;
}

.service-main .aftersales .friendtxt {
    margin: 40px 0;
    text-align: center;
    font-size: 16px;
}

.service-main .aftersales .friendtxt span {
    color: #333;
    font-weight: 700;
}

.service-main .aftersales .friendtxt p {
    color: #999;
}

.service-main .aftersales .list2 {
    font-size: 0;
    text-align: center;
    margin-bottom: 60px;
}

.service-main .aftersales .list2 .item {
    display: inline-block;
    margin: 0 60px;
    line-height: 59px;
    font-size: 16px;
    cursor: default;
    color: #333;
}

.service-main .aftersales .list2 .item img {
    width: 59px;
    height: 59px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -3px;
    transition: all .25s ease;
}

.service-main .aftersales .list2 .item:hover img {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
}

.service-main .joinIn {
    margin-bottom: 40px;
}

.service-main .joinIn .bd {
    background-color: #fafafa;
    position: relative;
    padding-right: 423px;
    height: 522px;
}

.service-main .joinIn .bd .txt {
    padding: 40px 0 0 40px;
}

.service-main .joinIn .bd .txt p strong {
    color: #333;
}

.service-main .joinIn .bd .txt p {
    font-size: 16px;
    line-height: 31px;
    color: #666;
}

.service-main .joinIn .bd .imgbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 423px;
    height: 522px;
    overflow: hidden;
}

.service-main .joinIn .bd .imgbox img {
    -webkit-transition: transform ease .3s;
    -ms-transition: transform ease .3s;
    transition: transform ease .3s;
}

.service-main .joinIn .bd .imgbox:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.service-main .message .bd {
    background-color: #fafafa;
    padding: 40px 137px;
}

.service-main .message .bd .form-item {
    background: #fff;
    margin: 0 10px 20px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.service-main .message .bd .form-item.w30 {
    width: 280px;
}

.service-main .message .bd .form-item.w100 .ipt {
    width: 813px;
}

.service-main .message .bd .form-item .txt {
    color: #333;
    font-size: 16px;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 60px;
    text-align: center;
}

.service-main .message .bd .form-item .ipt {
    float: left;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #333;
    padding: 0 10px 0 0;
    width: 209px;
}

.service-main .message .bd .form-item-textarea {
    position: relative;
    margin: 0 10px 20px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.service-main .message .bd .form-item-textarea .textarea {
    border: none;
    outline: none;
    padding: 10px;
    width: 864px;
    font-size: 16px;
    color: #333;
    position: relative;
    background: transparent;
    z-index: 2;
    font-family: 'Microsoft YaHei';
    overflow-y: auto;
}

.service-main .message .bd .form-item-textarea .txt {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-size: 16px;
    height: 40px;
    z-index: 1;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
}

.service-main .message .bd .submit-btn {
    height: 40px;
    background: #0a74d7;
    line-height: 40px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
}

.service-main .message .bd .submit-btn:hover{
    opacity:.85;
    filter:alpha(opacity=85);
}

.sidebar-fixed-wrapper {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 10;
}

.sidebar-fixed-wrapper .back-to-top {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../img/ico-backtop-2.png) no-repeat center #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #0a74d7;
    display: none;
    -webkit-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.sidebar-fixed-wrapper .back-to-top:hover {
    background-image: url(../img/ico-backtop-1.png);
    background-color: #0a74d7;
}

@keyframes menushow {
    0% {
        -webkit-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes menuhide {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes bgshow {
    20% {
        -webkit-transform: scale(1, 0.5);
        transform: scale(1, 0.5);
        opacity: 0;
        height: 180px;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        height: 300px;
        filter: alpha(opacity=100);
    }
}

@keyframes bghide {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        height: 300px;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: scale(1, 0.5);
        transform: scale(1, 0.5);
        opacity: 0;
        height: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

@keyframes flashLight {
    100%{
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}