/**公司简介**/

.banner-st {
    width: 100%;
    height: 320px;
    background: url(../images/about_bg.png) no-repeat top center;
    margin-top: 60px;
}

.banner-st-box {
    text-align: center;
    padding-top: 100px;
}

.about-brief {
    padding: 60px 0;
}

.about-brief .brief-left {
    width: 400px;
    padding-right: 50px;
}

.about-brief .brief-right {
    width: 750px; padding-top: 20px;
}

.about-brief .brief-right .brief-tit {
    font-size: 28px;
    color: #333;
    line-height: 50px;
}

.about-brief .brief-right .brief-tit span {
    color: #31acf2;
}

.about-brief .brief-right .brief-active {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.about-brief .brief-bottom{
	 font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 30px;
}
.about-brief .brief-right .brief-active p {
    padding-top: 20px;
    text-indent: 2em;
}

.history {
    width: 100%;
    height: 512px;
    background: url(../images/history_bg.png) no-repeat top center;
}

.history .history-box {
    padding: 50px 0;
}

.history .history-box .history-box-tit {
    font-size: 28px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
}

.history .history-active {
    width: 100%;
    height: 212px;
}

.history .history-active .history-year {
    width: 150px;
    padding-right: 50px;
    font-size: 48px;
    color: #fff;
    padding-bottom: 16px;
    background: url(../images/histroy_tit_bg.png) no-repeat left bottom;
}

.history .history-right {
    width: 900px;
}

.history .history-right .active {
    padding-left: 30px;
    margin: 8px 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/histroy_icon.png) no-repeat left center;
}

.history .year-list .his-list {
    width: 142px;
    height: 60px;
    line-height: 60px;
    border-bottom: 3px solid #fff;
    font-size: 18px;
    color: #fff;
    float: left;
    text-align: center;
    cursor: pointer;
}

.history .year-list .his-list.current {
    border-color: #10a5f1;
    background: url(../images/histroy_cur.png) no-repeat center 52px;
}

.culture {
    padding: 60px 0;
}

.culture .culture-tit {
    font-size: 28px;
    color: #333;
    padding-bottom: 50px;
    text-align: center;
}

.culture .culture-list {
    width: 300px;
    margin: 0 50px;
}

.culture .culture-list .culture-img {
    width: 136px;
    height: 136px;
    margin: 0 82px;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.culture .culture-list .culture-img.culture-icon01 {
    background: url(../images/culture_icon01.png) no-repeat center center;
}

.culture .culture-list .culture-img.culture-icon02 {
    background: url(../images/culture_icon02.png) no-repeat center center;
}

.culture .culture-list .culture-img.culture-icon03 {
    background: url(../images/culture_icon03.png) no-repeat center center;
}

.culture .culture-list .culture-img.culture-icon04 {
    background: url(../images/culture_icon04.png) no-repeat center center;
}

.culture .culture-list .culture-tit {
    padding: 0 20px;
    text-align: center;
    line-height: 32px;
    padding: 20px 0 8px 0;
    font-size: 18px;
    color: #333;
}

.culture .culture-list .culture-active {
    padding: 0 20px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}

.culture .culture-list:hover {
    cursor: pointer;
}

.culture .culture-list:hover .culture-img {
    border: 1px solid #10a5f1;
    transition: all .3s;
}

.culture .culture-list:hover .culture-img.culture-icon01 {
    background: url(../images/culture_hover_icon01.png) no-repeat center center #10a5f1;
    transition: all .3s;
}

.culture .culture-list:hover .culture-img.culture-icon02 {
    background: url(../images/culture_hover_icon02.png) no-repeat center center #10a5f1;
    transition: all .3s;
}

.culture .culture-list:hover .culture-img.culture-icon03 {
    background: url(../images/culture_hover_icon03.png) no-repeat center center #10a5f1;
    transition: all .3s;
}

.culture .culture-list:hover .culture-img.culture-icon04 {
    background: url(../images/culture_hover_icon04.png) no-repeat center center #10a5f1;
    transition: all .3s;
}

.culture .culture-list:hover .culture-tit {
    color: #10a5f1;
    transition: all .3s;
}

.culture .culture-list:hover .culture-active {
    color: #10a5f1;
    transition: all .3s;
}


/**新闻中心**/

.banner-news {
    width: 100%;
    height: 320px;
    background: url(../images/news_bg.png) no-repeat top center;
    margin-top: 60px;
}

.banner-news-box {
    text-align: center;
    padding-top: 92px;
}

.tit-top {
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #ddd;
}

.tit-top-box .tit-top-list {
    padding: 0 26px;
    line-height: 72px;
    font-size: 16px;
}

.tit-top-box .tit-top-list.current {
    line-height: 71px;
    border-bottom: 2px solid #10a5f1;
}
.threeMenu {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.threeMenu li {
    font-size: 16px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.threeMenu li.current a {
    color: #10a5f1;
}

.hide {
    display: none;
}

.news-main {
    padding: 60px 0 20px;
    display: none;
}

.news-box {
    margin-bottom: 40px;
    height: 200px;
    background: #f5f5f5;
}

.news-box .news-left {
    width: 300px;
	overflow: hidden;
}
.news-box .news-left:hover img{
	transform: scale(1.2);
	transition: all ease 1s;
}
.news-box .news-left img{
	width: 300px;
	height: 200px;
}

.news-box .news-right {
    width: 830px;
    padding: 12px 0 12px 35px;
	cursor: pointer;
}

.news-box .news-right .news-tit {
    font-size: 18px;
    color: #333;
    line-height: 46px;
    padding-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .news-right:hover .news-tit{
	margin-left: 10px;
	transition: all ease 0.5s;
}

.news-box .news-right .news-active {
    height: 78px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-box .news-right .news-more {
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    background: url(../images/news_more.png) no-repeat 66px center
}


/**联系我们**/

.banner-control {
    width: 100%;
    height: 320px;
    background: url(../images/contact_bg.png) no-repeat top center;
    margin-top: 60px;
}

.banner-contact-box {
    text-align: center;
    padding-top: 92px;
}

.control-top {
    padding: 60px 0;
}

.control-top .control-tit {
    font-size: 28px;
    color: #333;
    padding-bottom: 50px;
    text-align: center;
}

.control-left {
    width: 610px;
    padding-right: 40px;
}

.control-right .control-right-tit {
    font-size: 28px;
    color: #333;
    line-height: 42px;
    padding-bottom: 16px;
}

.control-right .control-line {
    height: 3px;
    width: 56px;
    background: #aaa;
    margin-bottom: 16px;
}

.control-right .active {
    padding-top: 20px;
    color: #666;
    font-size: 14px;
}

.control-main {}

.location {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.location:last-child {
    border: none;
    padding-bottom: 10px;
}

.location .location-left {
    width: 160px;
    border-right: 1px solid #aaa;
    text-align: center;
}

.location .location-left .location-left-tit {
    font-size: 28px;
    color: #333;
    line-height: 28px;
    padding-top: 22px;
}

.location .location-right {
    padding-left: 40px;
}

.location .location-right .location-right-tit {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-bottom: 10px;
}

.location .location-right .active {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}


/**详情页**/

.detail {
    padding: 60px 0;
}

.detail .detail-tit {
    font-size: 28px;
    color: #333;
    line-height: 46px;
    text-align: center;
    padding-bottom: 24px;
}

.detail .detail-active {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.detail .detail-active p {
    padding: 8px 0;
    text-indent: 2em;
}

.banner-case {
    width: 100%;
    height: 320px;
    background: url(../images/case_bg.png) no-repeat top center;
    margin-top: 60px;
}

.banner-case-box {
    text-align: center;
    padding-top: 108px;
}


/**案例分析**/

.case {
    padding: 20px 0 60px;
    display: none;
}

.case .case-list {
    padding:5px 0;
    height: 36px;
    line-height: 36px;
    width: 32%;
}

.case .case-list a {
  color: #666;
}

.case .case-list a:hover {
  color: #10a5f1;
}
.case .case-list a:hover .circle{ background: #10a5f1;}
.case .case-list .circle{ width: 8px; height: 8px;border-radius: 50%; background: #aaa; margin-top: 14px;}
.case .case-list .case-tit{ padding-left:8px; font-size: 16px;}


/**产品中心**/

.banner-product {
    width: 100%;
    height: 320px;
    background: url(../images/product_bg.png) no-repeat top center;
    margin-top: 60px;
}

.banner-product-box {
    text-align: center;
    padding-top: 108px;
}

.software {
    width: 100%;
    padding: 60px 0;
}
.software .software-title{
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	text-align: center;
	color: #333;
	padding-bottom: 20px;
}
.software .software-main {
	 height: 330px;
}

.software .software-main .software-active {
    width: 580px;
    margin-left: 40px;
    position: relative;
    height: 330px;
}

.software .software-main .software-img {
    width: 520px;
    text-align: center;
}
.software .software-main .software-img img{ width:500px;}

.software .software-main .software-active .software-tit {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    padding-bottom: 16px;
    background: url(../images/software_line.png) no-repeat left bottom;
	cursor: pointer;
}
.software .software-main .software-active .software-tit:hover{
	background-size: 194px 3px;
}

.software .software-main .software-active .active {
    padding-top: 12px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.software .software-main .software-active .active p {
    padding: 6px 0;
}

.software .software-main .software-active .software-more {
    width: 200px;
    height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 0;
    bottom: 0;
}

.software .software-main .software-active .software-more img {
    padding-left: 16px;
}

.software-bg {
    background: #f5f5f5;
}

.software-bg .software-active {
    margin-left: 40px;
}


/**解决方案**/

.banner-solution {
    width: 100%;
    height: 320px;
    background: url(../images/solution_bg.png) no-repeat top center;
    margin-top: 60px;
}

.banner-solution-box {
    text-align: center;
    padding-top: 108px;
}

.solution {
    padding: 30px 0;
}
.solution-top{ text-align: center;}
.solution-top .solution-img{ width: 1000px; margin: 0 auto;}
.solution-top .solution-img img{ width: 1000px; height: 562px;}
.solution .solution-tit{ font-size: 28px; color: #333; line-height: 50px; padding: 30px 0 10px; text-align: center;}
.current {
    display: block;
}

.solution .product-tit {
    line-height: 46px;
    font-size: 28px;
    color: #333;
    padding-bottom: 16px;
    background: url(../images/solution_product_bg.png) no-repeat left bottom;
}
.solution .product-overview .product-active {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.solution .product-overview .product-detail .det-list {
    width: 280px;
    padding-left: 26px;
}

.solution .product-overview .product-detail .det-list.det-list-first {
    padding-left: 0;
}

.solution .product-overview .product-detail .det-img {
    height: 174px;
	overflow: hidden;
}
.solution .product-overview .product-detail .det-img:hover img{
	transform: scale(1.2);
	transition: all ease 0.5s;
}
.solution .product-overview .product-detail .det-img img {
    width: 280px;
    height: 174px;
}

.solution .product-overview .product-detail .det-tit {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 32px;
    padding: 12px 0 8px;
}

.solution .product-overview .product-detail .det-det li {
    padding: 5px 0 5px 15px;
    background: url(../images/circle.png) 0 12px no-repeat;
    line-height: 22px;
    font-size: 14px;
    color: #888;
}

.solution .technical {
    padding-top:10px;
}

.solution .technical-box {
    padding-top: 16px;
}

.solution .tech-top {
    height: 72px;
    border-bottom: 2px solid #ddd;
    position: relative;
}

.solution .tech-top .tech-list {
    position: absolute;
    top: 8px;
}

.solution .tech-top .tech-list li {
    width: 122px;
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 52px;
    color: #666;
    background: url(../images/tech.png) no-repeat bottom center;
    text-align: center;
    cursor: pointer;
}

.solution .tech-top .tech-list li.cur {
    background: url(../images/tech_hover.png) no-repeat bottom center;
    height: 74px;
}

.solution .tech-active {
    padding: 32px 10px 0;
}

.solution .tech-active .tech-active-tit {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

.solution .tech-active .tech-active-active {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding-top: 8px;
}


/**核心技术**/

.banner-technology {
    width: 100%;
    height: 320px;
    background: url(../images/technology_bg.png) no-repeat top center;
    margin-top: 60px;
}

.banner-technology-box {
    text-align: center;
    padding-top: 108px;
}

.technology {
    padding: 20px 0;
}

.technology-box li {
    margin: 10px 0 10px 20px;
    width: 385px;
    height: 256px;
    position: relative;
}

.technology-box li img {
    width: 385px;
    height: 256px;
}

.technology-box li .technology-tit {
    position: absolute;
    width: 366px;
    padding: 0 10px;
    text-align: center;
    line-height: 36px;
    top: 108px;
    left: 0;
}

.technology-box li a .technology-tit {
    font-size: 30px;
    color: #fff;
}

.technology-box li:nth-child(3n+1) {
    margin-left: 0;
}


/**核心技术详情**/

.technology-details {
    padding: 50px 0;
}

.technology-details .nology-tit {
    line-height:60px;
    font-size: 28px;
    color: #333;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 30px;
    /* background: url(../images/solution_product_bg.png) no-repeat left bottom; */
}


.technology-details .nology-box-tit {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding:16px 0 8px;
}

.technology-details .nology-box-active {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding: 8px 0;
    background: url(../images/nology_circlr.png) no-repeat left center;
    padding-left: 18px;
}

.technology-details .nology-box-active span {
    color: #0094df;
}

.nology-core {
    padding: 50px 0;
}
.nology-core .rfidDesc{
	width: calc(100% - 300px);
	float: right;
	margin-left: 10px;
	font-size: 14px;
	color:#666;
	line-height: 32px;
}

.nology-core .core-list {
    width: 200px;
    text-align: center;
    padding-left: 50px;
}

.nology-core .core-list-first {
    padding-left: 0;
}
.nology-core .core-list:hover{
	cursor: pointer;
}
.nology-core .core-list:hover .core-list-tit{
	color: #0094df;
}


.nology-core .core-list .core-list-tit {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    padding: 8px 0;
}

.nology-core .core-list .core-list-active {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.nology-face {
    padding-top: 50px;
}
.nology-face .rfidUse{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.nology-face .rfidUse li{
	text-align: center;
	width: 200px;
}

.nology-face .face-top {
    height: 56px;
}

.nology-face .face-top .face-top-list {
    line-height: 56px;
    border-bottom: 1px solid #ddd;
    width: 19%;
    text-align: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.nology-face .face-top .face-top-list.curr {
    border-bottom: 1px solid #0094df;
}

.nology-face .face-box {
    padding-top: 32px;
}

.nology-face .face-box .face-list-left {
    width: 312px;
    height: 218px;
    padding-right: 40px;
}

.nology-face .face-box .face-list-left img {
    width: 312px;
    height: 218px;
}

.nology-face .face-box .face-list-right {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.nology-face .face-box .face-list-right span {
    display: inline-block;
    padding: 8px 0;
}

/**在线下载**/
.banner-down {
    width: 100%;
    height: 320px;
    background: url(../images/down_oline.png) no-repeat top center;
    margin-top: 60px;
}

/**核心硬件**/

.hardware {
    padding: 50px 0;
}

.hardware .hard-list {
    width: 278px;
    height: 258px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin: 0 10px 40px;
}

.hardware .hard-list img {
    width: 278px;
    height: 212px;
}

.hardware .hard-tit {
    text-align: center;
    line-height: 46px;
    font-size: 16px;
}


/*资料下载*/
.mater_down{width: 420px;margin: 30px auto;}
.mater_down .row{margin-bottom: 16px;position: relative;}
.mater_down .row .label{width: 60px; text-align: right; font-size: 14px;color: #333333;line-height: 46px;margin-right: 10px;}
.mater_down .row .label span{color: #e6253b;margin-right: 3px;}
.mater_down .row .button{display:inline-block; width: 120px;line-height: 46px;color: #ffffff;font-size: 14px;text-align: center;background: #e6253b;border-radius: 3px;margin-left: 20px;}
.mater_down .row .check{padding-left: 24px; font-size: 14px;color: #333333;line-height: 26px;vertical-align: middle;cursor: pointer; margin-left: 70px; display:block; height: 26px;background: url("images/check.png") no-repeat left center;}
.mater_down .row .check.curr{background: url("images/check_curr.png") no-repeat left center;}
.mater_down .row .tip {font-size: 14px;color: #333333;line-height: 26px;vertical-align: middle;cursor: pointer;  display:block; height: 26px;}
.mater_down .row .tip a{color: #e6253b;}
.mater_down .row .next{margin-left: 70px;display: block;width: 320px;line-height: 46px;color: #ffffff;font-size: 18px;text-align: center;background: #10a5f1;border-radius: 3px;}
.mater_down .row .input-icon{float: left;width: 42px;height: 42px;}
.mater_down .row .input-icon img{margin: 8px;}
.mater_down .input-box{width: 320px;border: 1px solid #ddd;border-radius: 3px;}
.mater_down .row input{float: left; padding: 0; height: 42px; width: 278px;line-height: 44px;border: none;outline-color: #f58700;}
 .code-box{width: 178px;border: 1px solid #ddd;border-radius: 3px;}
.mater_down .row input.verification_code{float: left; padding: 0; height: 42px; width: 136px;line-height: 44px;border: none;outline-color: #f58700;}
.mater_down .row .error-tip{display: none; position: absolute;padding-left: 20px;background: url("images/icons/error_tip.png") no-repeat left center;color: #e6253b;font-size: 12px;bottom: -20px; left: 70px;}
.header-location .mater a.mater-curr{ color: #10a5f1;}  

.nology-car{  line-height: 46px;
    font-size: 28px;
    color: #333;
	/* text-align: center; */
} 
.technology-details .nology-box-car{ padding: 10px 0 30px;}  
.plan-sense  .news-main{ padding: 0;}    

.software .software-main .software-active .software-more {
    width: 200px;
    height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 0;
    bottom: 0;
}


.software .software-main .software-active .software-more img {
    padding-left: 16px;
}

.mater-cont .mater-img{ padding: 30px 0 0;}
.mater-cont .mater-btn{ width: 200px;
display: block;
    height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    margin-left: 500px; margin-bottom: 30px;
   }
.mater-cont a:hover{ color: #08f;}   
.mater-cont .mater-btn img{  padding-left: 16px;}  
 
 
.mater-click{ padding: 30px 0;}  
.mater-click .mater-click-list {
    padding:5px 0;
    height: 36px;
    line-height: 36px;
}

.mater-click .mater-click-list a {
  color: #666;
}

.mater-click .mater-click-list a:hover {
  color: #10a5f1;
}
.mater-click .mater-click-list a:hover .circle{ background: #10a5f1;}
.mater-click .mater-click-list .circle{ width: 8px; height: 8px;border-radius: 50%; background: #aaa; margin-top: 14px;}
.mater-click .mater-click-list .case-tit{ padding-left:8px; font-size: 16px;}


/* 关于玺瑞   发展历程 */
.year-list{
	white-space: nowrap;
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	height: 342px;
	overflow-x: auto;
	overflow-y: hidden;
}
.year-list .his-item{
	width: 200px;
	height: 150px;
	border-top: 6px solid #fff;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}
.year-list .his-up{
	border-bottom: 6px solid #fff;
	border-top: none;
	margin-bottom:300px;
}
.year-list .his-item h4{
	color: #FFFFFF;
	font-size:36px;
	text-align: center;
	margin: 0;
	line-height: 75px;
}
.year-list .his-item p{
	color: #FFFFFF;
	font-size: 14px;
	height: 75px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.year-list .his-item .triangle-down{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	top: 0;
	left: 50%;
}
.year-list .his-item .triangle-up{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
}
/* 修改滚动条 */
.year-list::-webkit-scrollbar{
  width:10px;
  height:10px;
  /**/
}
.year-list::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
.year-list::-webkit-scrollbar-thumb{
  background: #5ac2f7;
  border-radius:10px;
}
.year-list::-webkit-scrollbar-thumb:hover{
  background: #10a5f1;
}
.year-list::-webkit-scrollbar-corner{
  background: #179a16;
}
/* 关于玺瑞结束 */

.software-trait {
    padding: 30px 0 50px;
}
.software-trait .trait-list {
    width: 260px;
    margin: 0 20px;
}
.nology-face .trait-main{
	margin-bottom: 30px;
}
.nology-face .trait-list{
	width: 260px;
	margin: 0 20px;
}
.nology-face .trait-list .culture-img{
	    width: 90px;
	    height: 90px;
	    padding: 0 85px;
}
.nology-face .trait-list .culture-tit{
	text-align: center;
	    line-height: 32px;
	    /* padding: 20px 0 8px 0; */
	    font-size: 18px;
	    color: #333;
}
.nology-face .trait-list .culture-list{
	    padding: 0 20px;
	    line-height: 22px;
	    font-size: 14px;
	    color: #999;
		 overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 4;
		    -webkit-box-orient: vertical;
}


.software-trait .trait-list .culture-img {
    width: 90px;
    height: 90px;
    padding: 0 85px;
}
.software-trait .trait-list .culture-tit {
    padding: 0 20px;
    text-align: center;
    line-height: 32px;
    padding: 20px 0 8px 0;
    font-size: 18px;
    color: #333;
}

.software-trait .trait-list .culture-active {
    padding: 0 20px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}
.software-trait .trait-list .culture-list{
	padding: 0 20px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}
.software-advantage{
	 padding: 20px 0 50px;
}
.advantage-list{ width: 350px;height: 50px; padding: 20px 50px 20px 0; }
.advantage-list .num{ width:46px; height: 46px; line-height:46px; text-align: center; font-size: 24px; color: #fff; background: #1b5592; border-radius: 6px;}
.advantage-list .title{ font-size: 18px; color: #333; line-height:46px; padding-left: 16px;}

.software-scene{}
.software-scene .scene-list{
	 width: 350px;
    height: 396px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(27, 31, 64, .05);
    margin: 30px 25px;
    overflow: hidden;
}
.software-scene .scene-list .scene-list-img {
    width: 350px;
    height: 226px;
    overflow: hidden;
}

.software-scene .scene-list .scene-list-img img {
    width: 350px;
    height: 226px;
}

.software-scene .scene-list .scene-list-tit {
    font-size: 18px;
    line-height: 32px;
    padding: 12px 16px 5px;
    color: #333;
}

.software-scene .scene-list .scene-list-active {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding: 0 16px 6px;

}
/**企业资质**/
.culture-quali .qual-list{ width: 260px; margin: 20px;height:280px; text-align: center;position: relative;}
.culture-quali .qual-hei{ height: 160px;}
.culture-quali .qual-list img{ width:180px; padding: 10px;}
.culture-quali .qual-list .qual-tit{ text-align: center; line-height: 32px; font-size: 14px; color: #333;}
.culture-quali .qual-list .qual-shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity:0.6;
	text-align: center;
	z-index: 888;
	top: 100%;
	display: none;
}
.culture-quali .qual-list .qual-watch-btn{
	padding: 8px 12px;
	box-sizing: border-box;
	background: #10a5f1;
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	top: 50%;
	margin-top: -33px;
	z-index: 999;
	display: none;
}
.culture-quali .qual-list:hover .qual-shadow{
	top:0;
	transition: all ease 1s;
	display: block;
}
.culture-quali .qual-list:hover .qual-watch-btn{
	display: block;
}
.qual-software-more {
    width: 200px;
    height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #666;
   margin-left:500px ;
   margin-top: 20px;
}


.qual-software-more img {
    padding-left: 16px;
}


.solution-advantage{
	 padding: 20px 0 50px;
}
.solution-advantage .solution-advantage-list { width: 260px; height: 54px; padding: 30px 20px; }
.solution-advantage .solution-advantage-list .num{ width:60px; }
.solution-advantage .solution-advantage-list .num img{ width: 60px; height: 54px;}
.solution-advantage .solution-advantage-list .title{ width: 180px; font-size: 14px; color: #333; line-height:26px; padding-left: 16px;}
.product-shequ{ text-align: center;}
.product-shequ img{ width: 1100px;}

.product-scene{}
.product-scene .product-list{
	 width: 270px;
    height:280px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(27, 31, 64, .05);
    margin: 30px 15px;
    overflow: hidden;
}
.product-scene .product-list .product-list-img {
    width: 270px;
    height: 166px;
    overflow: hidden;
}

.product-scene .product-list .product-list-img img {
    width: 270px;
    height: 166px;
}

.product-scene .product-list .product-list-tit {
    font-size: 18px;
    line-height: 32px;
    padding: 12px 16px 5px;
    color: #333;
}

.product-scene .product-list .product-list-active {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding: 0 16px 6px;

}


.adva-list{ width: 550px;height: 50px; padding: 20px 50px 20px 0; }
.adva-list .num{ width:46px; height: 46px; line-height:46px; text-align: center; font-size: 24px; color: #fff; background: #1b5592; border-radius: 6px;}
.adva-list .title{ font-size: 18px; color: #333; line-height:46px; padding-left: 16px;}

.product-active .product-img{ width: 500px; padding-right: 50px;}
.product-active .product-about{ width: 650px; line-height: 32px; font-size: 14px;}


.culture-t{ padding-bottom: 0;}
.culture-article .cul-list{ margin:6px 20px; width: 260px; height: 126px;}
.culture-article .cul-list .cul-right{ width: 90px;padding-top: 12px;}
.culture-article .cul-list .cul-left{ width: 170px;}
.culture-article .cul-list .cul-left .cul-top{ font-size: 18px; line-height: 36px; color: #333;}
.culture-article .cul-list .cul-left .cul-box{ font-size: 14px; color: #666; line-height: 20px;}

