/**产品栏目**/
.page-goods {
    background: #f8f8f8;
}
.channel-title h2 {
    line-height: 64px;
    margin: 0;
    padding-top: 4px;
    padding-left: 5px;
    color: #333;
    font-size: 24px;
    font-weight: normal;
}
.channel-title em {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 64px;
    font-style: normal;
    font-size: 16px;
}
.channel-title ul  {
	margin-bottom:20px;
	border-bottom:2px solid #ddd;
}
.channel-title ul li {
    float: left;
    font-size: 24px;
    margin-right: 15px;
    line-height: 36px;
}
.channel-title ul li.hover{
    padding-bottom: 4px;
    margin-bottom: -2px;
    border-bottom: 2px solid #009944;
}
.channel-title ul li.hover a {
    color: #009944;
}
.channel-title ul li:hover{
    padding-bottom: 4px;
    margin-bottom: -2px;
    border-bottom: 2px solid #009944;
	color:#009944;
}
.goods-list {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    height: auto;
}
.goods-list-wrap li {
    width: 25%;
    padding: 5px;
    float: left;
    position: relative;
    text-align: center;
}
.goods-list-wrap li a {
	display:block;
    background: #fff;
    transition: all .3s ease;
    padding: 20px;
	border:1px solid #eee;
}
.goods-list-wrap li a:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.goods-list-wrap li img {
    width:100%;
	max-height:250px;
}
.goods-list-wrap li h3{
    font-size: 14px;
    margin: 0;
    padding-top: 20px;
}

/**服务栏目**/
p {
    margin: 0;
}
.pd15{padding:0 15px;}
.paged {color: #333;}
.index-banner {
    height: 520px;
    width: 100%;
    position: relative;
}
.bgf4 {
    background-color: #f4f4f4;
}
.index-banner .banner-container {
    width: 100%;
    height: 100%;
}

.index-banner .banner-img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 70%;
}
.index-banner .banner-slogan {
    font-size: 44px;
    display: inline-block;
    line-height: 74px;
    position: absolute;
    left: 50%;
    top: 250px;
    width: 356px;
}
.index-banner .banner-slogan .slogan-desc {
    font-size: 18px;
    line-height: 24px;
}
.service {
    background: #f7f7f7;
    padding-bottom: 50px;
}
.index-section {
    padding-top: 52px;
    padding-bottom: 8px;
    background: #f7f7f7;
}
.index-section .section-title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-left: -2px;
}
.index-section .section-box {
    background: #fff;
    padding-bottom: 30px;
}
.floorOneBox {
    text-align: center;
    border-right: solid #f0f0f0 0px;
}
.floorOneBox h3 {
    color: #333;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 100px;
    font-size: 1.3em;
    font-weight: normal;
}
.floorOneBox h4 {
    color: #777;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 2em;
    height: 2.4em;
    overflow: hidden;
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 15px;
}
.index-section .question-section-title {
    margin-top: -6px;
    padding-bottom: 12px;
}
/*****常见问题*****/
.problem-box .box-item {
	border-bottom:1px dashed #efefef;
}
.problem-box .box-item:last-child  {
	border-bottom:none;
}
.problem-box .box-item .box-name {
    position: relative;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
}
.box-item .box-name.active {
    border-bottom: 1px solid #f0f0f0;
}
.problem-box .box-name i {
    position: absolute;
    right: 0;
}
.problem-box .box-name i:after {
    content: '+';
    font-size: 22px;
    color: #333;
    font-style: normal;
    display: block;
}
.problem-box .box-name.active i:after {
    content: '-';
}
.problem-box .box-cnt {
    font-size:14px;
	padding: 25px 0;
    display: none;
	line-height:20px;
}
.problem-box .box-cnt a {
    color:#009944;
}
.main-ask {
    margin-top: 80px!important;
}
.main-ask .faq-main-left {
    float: left;
    width: 70%;
    position: relative;
}
.main-ask .faq-main-right {
    float: right;
    width: 30%;
    position: relative;
	padding-left: 30px;
}
.ask-list .ask-item {
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
}
.ask-item .ask-content .ask-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin:0;
}
.ask-item .ask-content .ask-title a {
    font-size: 20px;
    text-decoration: none;
}
.ask-item .ask-content .ask-desc {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.ask-item .ask-content .ask-footer {
    padding-top: 10px;
}
.ask-item .ask-content .info-text {
    float: left;
    color: #999;
	font-size:12px;
    margin-right: 20px;
}
.ask-item .ask-content .info-text i {
    margin-right: 5px;
}
.ask-item .ask-content .a-c-header .info-text em {
	font-size:12px;
    color: #00a0e9;
    padding-right: 10px;
    font-style: normal;
    font-weight: 500;
}
.ask-item .ask-content .answer-content {
    position: relative;
    margin-top: 20px;
    padding: 24px 30px;
    background: #f7f7f7;
}
.ask-item .ask-content .a-c-desc {
    padding: 6px 0;
    color: #666;
    line-height: 26px;
}
.ask-item .ask-content .a-c-desc a {
    color: #00a0e9;
}
.faq-main-right .right-sider .sign-content {
    position: relative;
    margin-top: 10px;
    background: #f9f9f9;
}
.right-sider .sign-content .nav-head {
    height: 50px;
    border-bottom: 1px solid #e3e4e6;
    padding-left: 10px;
    margin-bottom: 0;
}
.right-sider .sign-content .nav-head  h3 {
    position: relative;
    height: 50px;
    padding-top: 20px;
    float: left;
    display: inline-block;
    margin-left: 20px;
    margin-top: -1px;
}
.right-sider .sign-content .nav-tab li span {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
}
.right-sider .ask-panel {
    padding: 30px;
}
.right-sider .ask-panel .ask-item {
    overflow: hidden;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px dashed #c0c0c0;
}
.right-sider .ask-panel .ask-item:first-child {
    padding-top: 0;
}
.right-sider .ask-panel .ask-item .ask-conent {
    float: left;
    width: 100%;
}
.right-sider .ask-panel .ask-item .ask-conent .ask-title {
    display: block;
    text-decoration: none;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
}

.service-item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 38px;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.service-item p {
    font-size: 2rem;
    color: #999;
    margin: 40px 0 15px 0;
}
.service-item span {
    color: #000;
}
.service-item div {
    font-size: 14px;
    color: #999;
    margin-bottom: 24px;
}
.service-item table { width: 100%; text-align: center; font-size: 20px; border-collapse: collapse; border: #ddd; }
.service-item td { height:50px; color: #747474; }
.service-item th { height:50px; color: #696969; }
.table-b p { font-size: 20px; color: #999; margin: 40px 0 15px 0; }
.menu-warp ul li.hover {
    background: #f8f8f8;
    border-right: 2px solid #00b9b1;
}
/**媒体**/
.news-latest {
    padding-top: 20px;
    margin-right: 30px;
}
.news-latest-title {
    font-size: 24px;
    position: relative;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 16px;
}
.news-latest-title:before {
    content: "";
    position: absolute;
    vertical-align: middle;
    background-color: #2277DA;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0;
}
.news-latest-title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #e9e9e9;
    width: 100%;
    height: 2px;
}
.news-latest-list-item {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.news-latest-figure {
    float: left;
    padding-right: 20px;
}
.news-latest-figure img {
    width: 230px;
    height: 130px;
}
.news-latest-heading {
    display: block;
    font-size: 18px;
    color: #333;
    max-height: 48px;
    overflow: hidden;
}
.news-latest-desc {
    line-height: 1.5;
    color: #666;
    margin-top: 10px;
    font-size: 14px;
    max-height: 42px;
    overflow: hidden;
}
.news-latest-meta {
    position: absolute;
    left: 250px;
    bottom: 35px;
    color: #999;
}
.news-latest-meta span {
    font-size: 14px;
}
.news-latest-meta span+span {
    position: relative;
    margin-left: 40px;
}
.news-latest-meta span+span:before {
    content: "";
    position: absolute;
    vertical-align: middle;
    background-color: #999;
    width: 1px;
    top: 4px;
    bottom: 2px;
    left: -20px;
}
.news-hot {
    background-color: #f9f9f9;
    padding-top: 20px;
}
.news-hot-title {
    font-size: 24px;
    position: relative;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}
.news-hot-title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #e9e9e9;
    width: 100%;
    height: 2px;
}
.news-hot-list-item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 24px;
}
.news-hot-heading {
    font-size: 16px;
    position: relative;
    line-height: 1.75;
    color: #333;
}
.news-hot-heading:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
}
.news-hot-meta {
    font-size: 0;
    color: #999;
    line-height: 1;
    margin-top: 13px;
}
.news-hot-meta span {
    font-size: 14px;
}
.news-hot-meta span+span {
    position: relative;
    margin-left: 40px;
}
.news-hot-meta span+span:before {
    content: "";
    position: absolute;
    vertical-align: middle;
    background-color: #999;
    width: 1px;
    top: 4px;
    bottom: 2px;
    left: -20px;
}
/*解决方案*/
.solution_banner {
	overflow:hidden;
	zoom:1; 
	position:relative;
}
.projects-header {
    width: 60%;
    text-align: center;
    margin: 40px 0 10px;
	padding-bottom:15px;
    font-weight: 200;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.projects-header p {
	font-size: 14px;
}
.solutions section {
	margin-bottom:50px;
}
.solutions section .item {
	width:50%;
	float:left;
}
.solutions section .pic {
    padding: 0 30px 0 10px;
}
.solutions section .pic img{
	width:100%;
}
.solutions section .intro p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.solutions section .intro .button {
    color: #666;
    font-size: 14px;
    display: block;
    width: 157px;
    height: 36px;
    border: 1px solid #7D7D7D;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-top: 20px;
}
 .solutions section .intro a:hover {
    background-color: #009944;
    border-color: #009944;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.col-sm-3 .cell {
	overflow:hidden;
    margin-bottom: 20px;
}
.col-sm-3 .cell a {
    display: block;
    overflow: hidden;
}
.col-sm-3 .cell img {
	width:100%;
	transition: all 0.8s;
}
.col-sm-3 .cell:hover img {
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
}
.col-sm-3 .cell h3 {
	font-size:18px;
	margin-top:10px;
	overflow: hidden;
	text-align:center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*视频*/
.video-card {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.video-card a {
	display:block;
	position:relative;
}
.video-card a img {
    max-height: none;
    display: block;
    width: 100%;
	border-radius: 7px;
}
.video-card a em {
    display: block;
	z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 46px;
    height: 46px;
    background: url(/static/assets/images/play-ico.png) no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.video-card:hover em {
    opacity: 1;
}
.video-card a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    z-index: 3;
}
.video-card a:hover span {
    background-color: rgba(0,0,0,0.3);
}
.video-card p{
	margin-top:8px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 22px;
    height: 30px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-word!important;
    word-break: break-all;
    line-break: anywhere;
    -webkit-line-clamp: 2;
}