﻿body, input, textarea {
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
}
ul li{
    list-style-type: none;
}

.wraper {

	width: 100%;
	min-width: 320px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100px;

}
.clearfix:before, .clearfix:after {

	content: " "; /* 1 */

	display: table; /* 2 */

}

.clearfix:after {

	clear: both;

}

.align-center{
    text-align:center;
}

/*页面头部开始*/

/*页面头部pc端部分*/
.headBox {

	position: relative;
	width: 100%;
	height: auto;

}

.header {
	width: 100%;
	height: 120px;
	min-width: 320px;
	max-width: 1232px;
	padding: 0 16px;
	margin: 0 auto;
	position: relative;
	z-index: 100;

}

/*自定义*/
.headroom {
    display:block;
    transition: transform 200ms linear;
    position: fixed;
    height: 120px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
 .headPc {

 /*display: none;*/
 /*padding-top: 86px;*/

}

.headContentBox {

	width: auto;
	height: 100%;
	float:right;
	margin-right: 40px;
    padding-left: 110px;

}
@media (max-width:768px){
    .headContentBox {

	width: auto;
	height: 100%;
	float:right;
	margin-right: 0px;
    padding-left: 110px;

}

}

.logoBox {
	width: 158px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 16px;

}
.nav {

	float: left;
	line-height: 1;
	margin-right: 40px;
	position: relative;
	font-weight: 700;
	font-size:16px;

}
.headerDetailBox {

	width: 100%;
	height: auto;
	/*min-height: 240px;*/
	background: #fff;
	/*border-top: 1px solid #d2d5d6;*/
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 30;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);

}

.headerDetailBox:before {

	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d2d5d6;
	position: absolute;
	top: -1px;
	left: 0;
	box-shadow: 0 3px 8px rgba(0,0,0,0.05);

}

.headerDetailBox:after {

	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d2d5d6;
	position: absolute;
	top: -1px;
	left: 0;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);

}
.headerDetailInnerBox {

	width: 100%;

	height: auto;

	/*min-height: 240px;*/

	max-width: 1232px;

	margin: 0 auto;

	position: relative;

}

.headerDetailInnerBox:before {

	content: "";

	display: block;

	width: 100%;

	height: 1px;

	background: #d2d5d6;

	position: absolute;

	top: -1px;

	left: 0;

}
.quickTabContentBox {

	width: 100%;

	height: auto;

}
.noHover .quickTabContent {

	height: auto;

}
.pd16 {

	padding: 0 16px;

}
.quickTabContent {

	height: 240px;

	margin-right: 8%;

	float: left;

	padding-top: 35px;

	padding-bottom: 21px;

}
.quickTabContentAdd {

	margin-right: 5%;

}
 .quickTabContentImg {

 margin-right: 3%;

}
 .quickTabContent ul.clearfix {

 margin-right: -72px;

}
 .quickTabContent h3 {

	font-size: 15px;

	line-height: 1.2;

	padding: 0 18px 16px 0;

	font-weight: bold;

	color: #3385cc;

	display: block;

	border-bottom: 1px solid #dcdddd;

}

.quickTabContent h3 a {

	color: #3385cc;

}

.quickTabContent li {

	font-size: 14px;

	line-height: 1;

	margin: 14px 0;

}

.quickTabContent ul.clearfix {

	margin-right: -72px;

}

.wsent ul.clearfix {

	margin-right: -30px;

}

.quickTabContent ul.clearfix li {

	/* width: 50%; */

	/* float: left; */

	margin-bottom: 0;

}

.quickTabContent ul.clearfix li.w100 {

	width: 100%;

}

.quickTabContent li a {

	color: #333333;

}

.quickTabContent li a:hover {

	color: #e60010;

}

/* 首页重要的布局样式css */
.blogs-area {
    padding: 80px 0 50px;
}
.trade-content {
    padding: 0!important;
}
.trade-box-item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 400px;
    background: no-repeat center;
    /*background-size: 100% auto;*/
}
.trade-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.trade-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.trade-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.trade-black {
    height: 400px;
    background-color: #30383e;
}

.trade-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.trade-box-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.trade-box-item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 400px;
    background: no-repeat center;
    background-size: 100% auto;
}

.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-box-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-decoration: none;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.item-logo {
    margin: 0 auto;
    display: block;
}

.trade-content .trade-box-item .item-logo {
    position: relative;
    margin-top: 120px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.item-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 10px;
}

.item-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0 2em;
}
.trade-content .item01 {
    background-image: url(../images/icon-fa01.png);
}

.trade-content .item02 {
    background-image: url(../images/icon-fa02.png);
}

.trade-content .item03 {
    background-image: url(../images/icon-fa03.png);
}

.trade-content .item04 {
    background-image: url(../images/icon-fa04.png);
}


.trade-content .trade-box-item:hover .item-text {
    display: block;
    opacity: 1;
    margin-top: 0;
}

.trade-content .trade-box-item:hover:before {
    background-color: rgba(32, 176, 159, .9);
}

.trade-content .trade-box-item:hover .item-logo {
    margin-top: 80px;
}

.trade-content .trade-box-item:hover .item-title:before {
    opacity: 0;
    margin-bottom: 0;
}


.position1 {
    position: absolute!important;
    left: 50%;
    margin-left: -600px;
    top: 15%;
}
.position2 {
    position: absolute!important;
    top: 30%;
    left:14%;
}
/* Case filter styles */
.case-wrap {
    overflow: hidden;
}
.case-filters {
    text-align: left;
    margin-bottom: 40px;
}
.case-filters button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    display: inline-block;

    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 16px;
    outline: medium none;
    padding: 0 25px 5px;
}
.case-filters button:first-child {
    padding-left: 0;
}
.case-filters button:last-child {
    padding-right: 0;
}
.case-filters button.is-checked, .case-filters button:hover {
    color: #20c9c7;
}
.case-filters.case-filters-minimal button {
    padding: 5px 30px;
}
.case-filters.case-filters-minimal button:first-child {
    padding-left: 0;
}
.case-filters.case-filters-minimal button:last-child {
    padding-right: 0;
}
.case {
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px;
}

.case-content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    cursor: pointer;
    background: rgba(71, 187, 143, 0);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.case-content > * {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.case-content h6 {
    font-size: 16px;
    font-weight: normal;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 12px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.case-content h3 {
    color: #fff;
    margin-bottom: 0;
    visibility: hidden;
    font-size: 24px;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}
.case-content a {
    color: #fff;
}
.case-content a:hover {
    color: #f1f1f1;
}
.case-content a.case-zoom-trigger {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
    padding: 8px 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    visibility: hidden;
    opacity: 0;
}
.case-content a.case-zoom-trigger:hover {
    opacity: #f1f1f1;
}
.case-content-inner {
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.case:hover .case-thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.case:hover .case-content {
    background: rgba(32, 201, 199, 0.8);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.case:hover .case-content > * {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.case:hover .case-content h6 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.case:hover .case-content h3 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.case:hover .case-content a.case-zoom-trigger {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.case:hover .case-content-inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.case-load-more-button .load-more-toggle {
    margin-top: 50px;
}
.cases-style-1 {
    margin-left: -15px;
}
/*.case-thumb {
    overflow: hidden;
}
.case-thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.case-thumb p {
        position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 24px;
    margin-bottom: 0px;
    background: rgba(0,0,0,0.67);
    text-align:center
}*/
.case-index{
    position: relative;
    background: #dde6ed;
    border-radius: 5px;
    width: 100%;
    margin-top: 50px;
}
.case-index a{
    display:block;
    text-decoration: none;
}
.card-img{
    margin-top:0px;
    height:163px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.card-content {
    padding: 30px 15px;
    background: #dde6ed;
}
card-cont-title{
    height: 128px;
    max-height: 128px;
}
.card-cont-title h3{
    font-size: 18px;
    font-weight:bold;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 0;
    color:#000;
}
.card-cont-title p{
    margin-top:5px;
    line-height: 20px;
    color:#666;
}
.read-more{
    margin-top:20px;
    line-height:40px;
    /*color:#000;*/
    font-weight:bold;   
}
.bg-grey {
    background: #f7f7f7 !important;
}
.card {
    margin-left: 0px;
    margin-right: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.footer {
    background: #252b3a;/*#001829 #282828*/
    padding-top: 60px;
    z-index: 5;
}
.none {

	display: none;

}
.cistern {
    width:100%;
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}
.main {
    padding-bottom: 100px;
    background-color: #f6f7f9;
}
.main.case {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.main .case .col4 {
    float: left;
    padding: 10px 15px 20px;
    /*width: 25%;*/
}
.main .case .col4 a{
    text-decoration:none;
}
.main .case .caseList {
    display: block;
    height: 100%;
}
.main .case .caseList .img {
    overflow: hidden;
    position: relative;
}
.main .case .caseList .img .switches {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    z-index: 1;
    padding: 5px 10px;
}
.main .bg-yellow {
    background-color: #e08022;
}
.main .case .caseList .img img {
    transition: transform 12s cubic-bezier(.23,1,.32,1);
    transform: scale(1);
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.main .case .caseList .text {
    background-color: #fff;
    padding: 25px 30px;
    position: relative;
}
.caseList .switchesT {
    display: none;
    font-size: 14px;
    color: #fff;
    padding: 2px;
}
.main .case .caseList .text .h {
    font-size: 20px;
    color: #333;
    line-height: 1.275;
    font-family: LT_Medium;
}

.main .case .caseList .text .p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.275;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
    position: relative;
}
.main .case .caseList .text .span {
    border-bottom: 1px solid #333;
    position: relative;
    bottom: 0;
    color: #333;
    margin-top: 20px;
}


/* 解决方案 */
.solution-v6-section-panorama2 {
    background-image: url();
}
.v6-section {
    /*padding-top: 56px;*/
    padding-bottom: 0px;
    background-color: #ffffff;
}
.v6-container {
    width:100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
}
.v6-section-head {
    padding-bottom: 32px;
    text-align: center;
}
.v6-section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #252b3a;
    display: inline-block;
    position: relative;
    padding-left: 42px;
    padding-right: 42px;
}
.solution-v6-panorama2 .v6-row {
    margin-top: -8px;
    margin-bottom: -8px;
}
.v6-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.solution-v6-panorama2 .v6-row> div {
    width: 33.3%;
}
.solution-v6-panorama2 .v6-row > div {
    padding: 8px;
}
.solution-v6-panorama2-card {
    background-color: white;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    height:100%;
}
.solution-v6-panorama2-card-head {
    display: block;
    position: relative;
    padding: 24px;
    background-image: url('../images/solution-v6-solution-v6-panorama2-headbg.jpg');
    background-size: cover;
    
}
.solution-v6-panorama2-card-head-title {
    font-size: 0;
    color: #ffffff;
    transition: .2s;
}
.solution-v6-panorama2-card-head-title span {
    display: inline-block;
    max-width: calc(100% - 24px);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solution-v6-panorama2-card-head-title .u-icon-more {
    font-size: 16px;
    color: inherit;
    margin-left: 8px;
    transition: transform .2s;
}
.u-icon {
    font-family: 'u-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.solution-v6-panorama2-card-head-title + .solution-v6-panorama2-card-head-desc {
    margin-top: 8px;
    max-height: 36px;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.solution-v6-panorama2-card-content {
    padding: 24px;
}
.solution-v6-panorama2-card-content li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*专业服务*/
.ui-tab-container .tab-title-list-head {
    width:80%;
    background: rgba(32, 201, 199, 0.8);
    position: relative;
    padding: 0 32px;
    margin-bottom: 24px;
}
.ui-tab-container .tab-title-list-head .scroll-list-wrapper {
    position: relative;
    overflow: hidden;
}
.ui-tab-container .tab-title-list-head .tab-title-list {
    position: relative;
    margin: 0 auto;
    left: 0;
    font-size: 0;
    white-space: nowrap;
}
.ui-tab-container .tab-title-list-head .tab-title-list li {
    position: relative;
    display: inline-block;
    width: auto;
    color: #252b3a;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.ui-tab-container .tab-title-list-head .tab-title-list li .tab-txt {
    font-size: 18px;
    position: relative;
    display: inline-block;
}
.v6-section.txt-card_1 .product-v6-tabs.car_scene_6 {
    margin-left: -8px;
    margin-right: -8px;
}
.v6-section.txt-card_1 .product-v6-tabs {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: -24px;
}
.v6-section.txt-card_1 .product-v6-tabs.car_scene_6 .product-tab {
    width: calc(33.3333% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}



.swiper-slide-main{
    margin-top:-230px;
    margin-bottom:70px;
}
@media (max-width:768px){
    .swiper-slide-main{
    margin-top:-230px;
    margin-bottom:40px;
}

}


.product-banner-main {
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    line-height: 1rem;
}
.banner-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 50px;
    max-width: calc(100% - 78px);
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}
@media (max-width:768px){
    .banner-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 23px;
    font-weight:700;
    color: #FFFFFF;
    line-height: 30px;
    max-width: calc(100% - 78px);
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

}


.product-banner-paragraph-box {
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 24px;
}
.product-banner-paragraph {
    margin-top: 8px;
    max-height: 88px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.nav_qq{
    position: absolute;
    top: 80px;
    right: 56px;
}
.nav_qq2{
    position: absolute;
    top: 80px;
    right: 140px;
}

@media (max-width:768px){
    .nav_qq{
    position: absolute;
    top: 100px;
    right: 120px;
    display:none;
}

}
@media (max-width:768px){
    .nav_qq2{
    position: absolute;
    top:140px;
    right: 120px;
    display:none;
}

}




/*.pull-right{
    float: right !important;
}*/
.float-none {
    float: none !important;
}
.intro-about p{
    margin-top: 0;
    font-size: 1em;
    line-height: 30px;
    text-indent: 2em;
}
.intro-about h3{
    font-size: 38px;
    margin-bottom: 0;
    line-height: 1;
}
.intro-about h4{
    font-size:1.5em;
    color:#999;
    line-height:2em;
}



/* 首页 nav-新闻部分 */
.ss_news ul li dl {

    display: inline-block;

    vertical-align: middle;

    width: 700px;

    margin-left: 15px;

}

.ss_conbox {

    min-height: 300px;

    margin-bottom: 60px;

    float: right;

}

.ss_news ul li {

    border-bottom: #ddd solid 1px;

    padding: 30px 0;

}

.ss_news ul li img {

    display: inline-block;

    vertical-align: middle;

    width: 180px;

    height: 120px;

}

.ss_news ul li dl dt a {

    font-size: 18px;

    color: #555;

}

.ss_news ul li dl dd {

    font-size: 14px;

    color: #999;

    line-height: 30px;

    margin-top: 22px;

    height: 60px;

    overflow: hidden;

}



.cr-btn, a.cr-btn, button.cr-btn {
    display: inline-block;
    color: #fff;
    background: #20c9c7;
    position: relative;
}
.footer-nav{
    margin-bottom:35px;
}
.copyright{
    /*border-top:1px solid #666;*/
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background: #252b3a;
}
.cpy-t{
    padding: 0 20px;
}
.con{
    padding: 14px 0;
}
.copyright .con p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    float: left;
    line-height: 1;
}
.copyright .con p a {
    color: rgba(255, 255, 255, 0.7);
}
.copyright .con ul {
    /*display: inline-block;*/
    float: right;
    font-size: 12px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
}
.copyright .con ul li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}
.copyright .con ul li a {
    color:rgba(255, 255, 255, 0.7);
}
.iconfont-flash {
    font-size: 20px;
    color: #fff;
    font-weight:bold;
    line-height: 1.375;
    display: inline-block;
    position: relative;
    margin-top: 0;
}
.link-set{
    width:100%;
    top: 0px;
    left: 0px;
}
.link-set ul{
    float:left;
    width:25%;
}
@media (max-width: 920px){
    .link-set ul {
    width: 100%;
    margin-top: 20px;
}
}

@media (max-width: 920px){
    .link-set ul li {
    width: 50%;
    float: left;
}
}

@media (max-width: 920px){
    .link-set ul li:first-child {
    width: 100%;
}
}



.link-set ul li{
    padding: 5px 15px 5px 0;
}
.link-set ul li a{
    color:rgba(255, 255, 255, 0.7);
}
.columns-list{
    margin-top: 80px;
    margin-bottom: 100px;
}
.columns-list ul {
    list-style: none;
    margin: 0;
    padding-right: 16.666%;
    padding-left:0;
}
.xw-title{
    display: block;
    margin-bottom: 60px;
}
.xw-title h2 {
    float: left;
    margin-bottom: 0;
    color: #0a1944;
    font-size: 30px;
    width:100%;
    font-weight:bold;
}
.tit-more{
    float: right;
    color: #222222;
    font-size: 20px;
    font-weight:bold;
}
.columns-list ul li:first-child {
    padding-top: 0;
}
.columns-list ul li {
    padding-top: 20px;
}
.columns-list ul li .date {
    color: #666;
    font-size: 14.000000000000002px;
}
.category-name {
    font-size: 14.000000000000002px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 0;
}
.columns-list ul li a {
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 30px;
}
.columns-list .card-content {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 276px;
    overflow: hidden;
    position: relative;
}

.index-jj{
    margin:50px 0;
}
.jj-text{
    /*width: calc(100% - 451px);*/
    display: inline-block;
    margin-top:60px;
    padding: 30px 46px 30px 10px;
    /*height: 210px;*/
    /*font-size: 15px;*/
    font-size: 1.6rem;
    color: #252B3A;
    line-height: 32px;
    background: #fff;
    vertical-align: middle;
    margin-right: -2px;
    background-size: cover;
}
.jj-text h3{
    font-size:16px;
}
.jj-text h4{
    font-size:36px;
    font-weight:700;
}
.jj-text p{
    margin-top:30px;
}
.jj-text a.cr-btn span{
    display: inline-block;
    height: 50px;
    color: #fff;
    background: #20c9c7;
    padding: 11px 30px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 16px;
    position: relative;
}

.banner-banner{
    margin-top: 0px !important;
}

div.box
{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
width:50%;
border:0.1em solid grey;
float:left;
}

.f-left{
    float: left;
    width: 85%;
}

.wrapper{
    width:100%;
    margin-top: 0px;
    margin-left: 0;
}
/*banner*/
.common-banner{
    display:block;
    width: 100%;
    height:960px;
    /*height: 100%!important;*/  /* new add! */
    position: relative;
    background:url(../images/banner.jpg) no-repeat 0 0; /* new add backgraoundimage */
    background-position: center;
    background-size: cover;
    

}

@media (max-width:960px){
    .common-banner{
    display:block;
    width: 100%;
    height:360px;
    position: relative;
    background:url(../images/banner.jpg) no-repeat 0 0; /* new add backgraoundimage */
    background-position: center;
    background-size: cover;

}
}



.common-banner img{ width:100%;}
.common-banner-txt{ width:90%; margin-top:260px; margin-left:0px; color:#fff;}
.common-banner-txt p{ font-size:2em; line-height:1;}
.common-banner-txt h1{ color:#00e8e8; font-size:62px; line-height:1; font-weight:bold; padding:15px 0 18px;}
.common-banner-txt h2{ color:#1db4b2; font-size:32px; line-height:1; padding-bottom:48px;}
.common-banner-txt ul{  padding-left:0px;padding-bottom:25px;margin-top:45px;}
.common-banner-txt li{ padding-left:0px; padding-bottom:15px; background-repeat:no-repeat; background-position:left top;}
.common-banner-txt li.first{ background-image:url(../images/common-banner_icon1.png);}
.common-banner-txt li.last{ background-image:url(../images/common-banner_icon2.png);}
.common-banner-txt li h3{font-size:26px; line-height:1;font-weight:bold; padding-bottom:12px; }
.common-banner-txt li h4{font-size:18px; line-height:1;}
.common-banner-txt a.cr-btn{ border-radius:6px; padding:20px 50px; font-size:20px; height:60px; line-height:1; letter-spacing:2px;}
.common-banner-txt a.last{ background-color:transparent; border:#1db4b2 solid 1px;}


@media (max-width:768px){
    .common-banner-txt{
    width:100%;
    margin-top:70px;
    margin-left:0px;
    color:#fff;}
}

@media (max-width:768px){
    .common-banner-txt p{
    font-size:1.1em; 
    line-height:1;
    }
}

@media (max-width:768px){
    .common-banner-txt h1{
        color:#00e8e8;
        font-size:20px;
        line-height:1;
        font-weight:bold;
        padding:5px 0 8px;
        margin:0;
    }

}
@media (max-width:768px){
    .common-banner-txt ul{
     padding-left:0px;
     padding-bottom:0px;
     margin-top:5px;
    }

}
@media (max-width:768px){
    .common-banner-txt li{
     padding-left:0px; padding-bottom:5px; background-repeat:no-repeat; background-position:left top;
    }

}
@media (max-width:768px){
    .common-banner-txt li h3{
     font-size:1.1em; line-height:1;font-weight:bold; padding-bottom:5px;margin:5px 0;
    }

}
@media (max-width:768px){
    .common-banner-txt li h4{
     font-size:0.8em; line-height:1.1em; padding-bottom:5px;margin:0;
    }

}
@media (max-width:768px){
    .common-banner-txt a.cr-btn{
     border-radius:2px; padding:10px 20px; font-size:0.8em; height:28px; line-height:1em; letter-spacing:2px;
    }

}







.navBox {

	padding-top: 50px;

}








/*header*/
.logoBox{ padding-top:36px;}
.logo_w{ display:none;}
.logo{ margin-top:0;}

@media (max-width:768px){
   .logoBox{ padding-top:16px;}

}


.headroom{background-color:transparent; background-image:url(/images/header_bg2.png); background-repeat:repeat;   }
.header{ /*max-width:1394px;*/ height:120px;}
.new .headroom{  box-shadow:none; display:block;}
.headroom.headroom--unpinned {transform:translateY(0)}
.headroom.headroom--not-top{background:#fff;}
/*.nav{ margin-right:44px;}*/
@media (max-width:768px){
    .nav{ margin-right:0;}

}


.nav.last{ margin-right:30px;}


@media (max-width:768px){
    .nav.last{ margin-right:0;}

}


.nav.nav_tel{ margin-right:0;}
.nav.nav_tel img{ margin-right:9px; vertical-align:top;}
.new .nav,.new .nav a{color:#fff; font-weight:normal; line-height:20px;}
.nav.nav_tel a{ font-size:20px; font-weight:bold;}
.headroom--not-top .nav,.headroom--not-top .nav a{ color:#333;}
.nav a.active,.headroom--not-top .nav a.active{ color:#00ffff;}
.top_tel{ display:none;}
.new .top_tel_b{ display:none;}
.new .top_tel{ display:inline-block;}
.new .headroom--not-top .top_tel{ display:none;}
.new .headroom--not-top .top_tel_b{ display:inline-block;}


.new .logo{ display:none; }
.new .logo_w{ display:inline-block;}
.new .headroom--not-top .logo_w{ display:none;}
.new .headroom--not-top .logo{ display:block;}
.nav a.act, .nav a.acthover {color: #00ffff;}


@media (max-width:768px){
    .nav.nav_tel{ margin-right:0px;}

}
@media (max-width:768px){
    .header{ max-width:1394px; height:100px;}

}
@media (max-width:768px){
    .headroom{background-color:transparent; background-image:url(/images/header_bg2.png); background-repeat:repeat;height:75px;  }

}




/*header 二级导航*/
.headerDetailBox{ top:120px; background-image:url(/images/nav_bg.png); background-repeat:repeat; border-top:none !important; background-color:transparent; box-shadow:none;}
.headerDetailBox:before,.headerDetailInnerBox:before,.headerDetailBox:after{height:0;background:none; background-color:transparent;}
.headerDetailInnerBox{ max-width:1394px; padding-top:10px;}
.quickTabContent{ margin-top:30px; width:47%; height:auto; margin-right:0; padding-bottom:35px; background-image:url(/images/nav_bg1.png); background-repeat:repeat; border-radius:8px;}
.quickTabContent.second{ float:right;}
.quickTabContent:last-child{ margin-top:30px;}
.headerDetailBox .quickTabInner{ width:88%; margin:0 auto}
header .nav_close{ position:absolute; right:20px; top:20px; width:20px;z-index:999}
header .nav_close img{ width:100%;}
/*header 二级导航----产品中心*/
.quickTabContent ul.clearfix{ margin-right:0; width:100%;}
.quickTabContent{ border:#091539 solid 1px;/*border-color: transparent;*/}
.quickTabContent h2 a{ display:block; color:#1db4b2; font-size:24px; line-height:1; font-weight:bold; padding-bottom:20px; padding-top:0;}
.quickTabContent p{ color:#a8abb3; font-size:16px; line-height:1.5;}
.quickTabContent h4{ padding-top:30px;color:#1db4b2; font-size:18px; line-height:1; font-weight:bold;}
.quickTabContent li{ float:left; margin:0; margin-right:2%; width:23%;}
.quickTabContent li.last{ margin-right:0;}
.quickTabContent li img{ max-width:100%; border-radius:4px;}
.quickTabContent a{ display:block; padding-top:24px;color:#a8abb3; font-size:14px; line-height:1;  font-weight:bold;}
.quickTabContent:hover{ border:#1ba5aa solid 1px;}
.quickTabContent a.nav_more:hover{ color:#1ba5aa;}
/*header 二级导航----解决方案,专业服务，下载中心*/
.tab-content4 .quickTabContent ul.clearfix,.tab-content5 .quickTabContent ul.clearfix,.tab-content6 .quickTabContent ul.clearfix{ padding:10px 0;}
.tab-content4 .quickTabContent ul.clearfix li,.tab-content5 .quickTabContent ul.clearfix li,.tab-content6 .quickTabContent ul.clearfix li{ width:25%; max-width:none; margin:0;  }
.tab-content4 .quickTabContent.sp ul.clearfix li{ width:20%; }
.tab-content5 .quickTabContent.sp ul.clearfix li{ width:20%; }
.tab-content6 .quickTabContent.sp ul.clearfix li{ width:20%; }
.quickTabContent li a{ color:#fff;}
.quickTabContent li a:hover{color:#00ffff;}
.tab-content6 .quickTabContent h2 a{ line-height:1.2; padding-bottom:0;}
.quickTabContentBox .nav_btn{ float:left; width:100%; text-align:center; display:block;color:#1db4b2; font-size:16px; line-height:1; padding-top:30px;}
.quickTabContentBox .nav_btn:hover{color:#00ffff;}
.tab-content6.quickTabContentBox .nav_btn{ float:right; width:47%; line-height:215px;}
/*header 二级导航----典型案例，新闻中心*/
.tab-content4 .quickTabContent,.tab-content3 .quickTabContent{ background-image:none; width:auto; padding-bottom:0; margin-top:0; border:none;}
.tab-content3 .quickTabContent h3,.tab-content4 .quickTabContent h3{ width:100%; padding-right:0; margin-bottom:10px; border-bottom:#474a50 solid 1px;}
.tab-content3 .quickTabContent h3 a,.tab-content4 .quickTabContent h3 a{ font-size:16px; color: #1db4b2;}
.headerDetailBox .tab-content3  .quickTabInner,.headerDetailBox .tab-content4  .quickTabInner{ width:100%;}
.ss_news ul li dl dt a{ color:#fff;}
.ss_news ul li{border-bottom:#474a50 solid 1px;}
.quickTabContentBox .nav_btn1{color:#00ffff;}


/*main 公司简介 sec1*/
.sec1 { padding-bottom:150px;}
.sec1 h3{ padding-top:45px; color:#000; font-size:16px; line-height:1; font-weight:normal; letter-spacing:5px;}
.sec1 h4{ padding-top:26px; color:#000; font-size:36px; line-height:1; font-weight:bold; padding-bottom:36px; background-image:url(../images/sec1_tit.png); background-repeat:no-repeat; background-position:left bottom;}
.sec1 p{padding-top:32px; color:#000; font-size:14px; line-height:30px;}
.sec1 .text-left h3{ color:#192c65; font-size:48px; line-height:1;font-family: 'kankin';letter-spacing:0;}
.sec1 .text-left h3 span{font-family:Arial, sans-serif;}
.sec1 .cr-btn{ margin-top:50px; border-radius:6px; padding:10px 40px; letter-spacing:2px;}
/*main 工程项目管理软件 sec2*/
.sec2{ background-color:#f8f8f8; background-repeat:no-repeat; background-size:cover; background-position:center;height:840px;}
.sec2 .section-title h2{color:#0a1944;font-size:30px; line-height:1; font-weight:bold;padding-bottom:30px; letter-spacing:0;}
.sec2 .skill-home-solid{ position:relative; width:100%;}


.sec2 .sec2_cont{ width:25%; float:left; position:absolute; z-index:1;top:12px;transition: .15s linear; -moz-transition:.15s linear; -webkit-transition:.15s linear;}
.sec2 .sec2_cont.first{ left:0; }
.sec2 .sec2_cont.second{ left:25%;}
.sec2 .sec2_cont.third{ left:50%;}
.sec2 .sec2_cont.fourth{ left:75%;}
.sec2 .sec2_cont a .box-area{ position:absolute; width:100%; height:100%; background-image:url(../images/sec2_bg2.png);  background-position:center; background-size:100% 100%;}
.sec2 .sec2_cont a .sec2_img{ width:100%; display:block;}
.sec2 a .sec2_inner{ position:absolute; bottom:40px; left:50%; margin-left:-125px; width:250px;}
.sec2 .sec2_cont:hover{ width:26%; z-index:2;top:0;}
.sec2 .sec2_cont.first:hover{ left:-0.5%;}
.sec2 .sec2_cont.second:hover{ left:24.5%;}
.sec2 .sec2_cont.third:hover{ left:49.5%;}
.sec2 .sec2_cont.fourth:hover{ left:74.5%;}
.sec2 .sec2_cont a:hover .box-area{ background-image:url(../images/sec2_bg1.png); background-repeat:repeat; background-size:auto auto;}









.sec2 a .sec2_inner .sec2_icon{ margin-bottom:22px;}
.sec2 .skill-home a .sec2_inner h3{ font-size:24px; line-height:1; font-weight:bold; color:#fff; padding-bottom:24px;}
.sec2 a .sec2_inner h4{ font-size:16px; line-height:24px; font-weight:normal; color:#fff;}
.sec2 a .sec2_inner .sec2_btn{ margin-top:20px; width:120px; height:38px; line-height:38px; color:#fff; border-radius:8px; font-size:14px; letter-spacing:2px; background-color:#1db4b2;transition: .15s linear; -moz-transition:.15s linear; -webkit-transition:.15s linear; text-align:center;}
.sec2 a:hover .sec2_inner .sec2_btn{ background-color:#fff; color:#1db4b2;}
/*main 智慧解决方案助力企业实现目标  sec3*/
.sec3.featured-doctors{ background-color:#fff; margin-bottom:130px;}
.sec3_title .section-title h2{ margin-top:100px; color:#0a1944; font-size:30px; line-height:1; font-weight:bold; padding-bottom:50px; letter-spacing:0;}
/*main 经典案例  sec4*/
.sec4 { padding-bottom:55px;}
.sec4 .section-title h2{ margin-top:90px; color:#0a1944;font-size:30px; line-height:1; font-weight:bold;padding-bottom:38px; letter-spacing:0;}
.sec4 .case-single h4{ color:#0a1944; font-size:16px; line-height:1; font-weight:normal; padding-top:22px; text-align:center; padding-bottom:10px;}
.sec4 .case-single h5{ color:#9e9e9e; font-size:14px; line-height:1; font-weight:normal; padding-bottom:45px; text-align:center;}
.sec4 .case-content h3{ font-size:22px; padding-bottom:10px;}
.sec4 .case-content p{ font-size:18px;}
/*main 客户评价  sec5*/
.sec5{ padding-bottom:80px;}
.sec5 h2{margin-top:100px; color:#0a1944;font-size:30px; line-height:1; font-weight:bold;padding-bottom:38px; letter-spacing:0;}
/*main 签约新闻  sec6*/
.sec6 .section-title h2{margin-top:70px; color:#0a1944;font-size:30px; line-height:1; font-weight:bold;padding-bottom:40px; letter-spacing:0;}
