<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "tongyong.css";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bannerbiaoti {
font-size: 35px;
color: #000;
text-align: center;
padding-top: 38px;
font-weight: normal;
display: block;
}
.bannerzhaiyao {
font-size: 14px;
color: #666;
text-align: center;
padding: 20px 0 20px;
display: block;
}
/*banner start*/
#focus-banner{
position: relative;
width: 100%;
overflow: hidden;
}
#focus-banner-list{
position: relative;
}
#focus-banner-list li{
position: absolute;
left: 0;
top: 0;
width: 100%;
}
#focus-banner-list li img{
width: 100%;
}
.focus-banner-img{
display: block;
}
#focus-banner .focus-handle{
position: absolute;
top: 50%;
margin-top: -40px;
z-index: 100;
display: block;
width: 80px;
height: 80px;
background-image: url("../images/focus_handle.png");
}
#next-img{
left: 0;
}
#next-img{
left: 50px;
background-position: 0 0;
}
#next-img:hover{
background-position: 0 -80px;
}
#prev-img{
right: 0;
}
#prev-img{
right: 50px;
background-position: -80px 0;
}
#prev-img:hover{
background-position: -80px -80px;
}
#focus-bubble{
position: absolute;
left: 50%;
bottom: 10px;
z-index: 999;
}
#focus-bubble li{
float: left;
width: 10px;
height: 10px;
margin: 0 5px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border:1px #fff solid;
cursor: pointer;
}
#focus-bubble li a{
display: block;
width: 100%;
height: 100%;
filter:alpha(opacity=0);
opacity: 0;
}
#focus-bubble li.current{
background-color: #fff;
}
/*banner end*/
/*é€‰é¡¹å¡ start*/
.floor-content {
clear: both;
width: 1200px;
margin: 0 auto;
}
.floor-side {
position: absolute;
top: 0;
left: 0;
width: 240px;
height: 100%;
}
.floor-side h3 {
font-family: 'Microsoft YaHei';
font-size: 20px;
line-height: 100px;
height: 80px;
color: #333;
font-weight: 400;
}
.floor-side h3 a {
color: #333;
display: block;
}
.floor-side-link img {
display: block;
width: 100%;
background-color: green;
}
.floor-side-list {
position: relative;
height: 80px;
padding-top: 25px;
border-bottom: 1px solid #e1e1e1;
}
.floor-side-list ul {
line-height: 52px;
overflow: hidden;
height: 55px;
}
.floor-side-list ul li {
position: relative;
float: left;
height: 55px;
margin-right: 10px;
padding: 0 10px;
border-bottom: 2px solid transparent;
font-size: 18px;
cursor: pointer;
}
.floor-side-list ul li:after {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -6px;
content: '';
border-right: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid transparent;
}
.floor-side-list ul .on:after {
border-bottom-color: #3197e9
}
.floor-side-list ul .on {
border-bottom-color: #3197e9;
color: #555;
}
.floor-side-body {
height: 456px;
padding-top: 24px;
}
.floor-side-body ul li {
position: relative;
float: left;
width: 33.3%;
height: 300px;
margin-bottom: 20px;
}
.floor-side-body ul li:hover {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transform: translateY(-6px);
-moz-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
}
.floor-side-body ul li a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-decoration: none;
}
.floor-side-body ul li a img {
position: relative;
display: block;
width: 100%;
height: 250px;
margin: 8px auto 0;
padding: 5px;
}
.floor-side-body ul li a .image-ti img {
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0
}
.floor-side-body ul li a h2 {
line-height: 20px;
overflow: hidden;
height: 40px;
margin: 5px 10px;
text-overflow: ellipsis;
word-break: break-all;
color: #333;
font-size: 16px;
text-align: center;
font-weight: 400;
}
/*é€‰é¡¹å¡ end*/

/*list start*/
.article-list, .article-link, .article-title, .article-time, .article-content {
box-sizing: border-box;
transition: all .7s ease 0s;
}
.tab-block {
width: 1200px;
height: 580px;
margin: 0 auto;
background-color: #FFF;
border: 1px solid #e5e5e5;
}
.tab-block.information-tab {
height: 580px;
margin-bottom: 30px;
}
.tab-block .tab-buttons {
width: 100%;
height: 50px;
background-color: #fafafa;
}
.tab-block .tab-buttons .tab-button {
width: 33.33%;
float: left;
height: 50px;
text-align: center;
font-size: 16px;
color: #999;
line-height: 50px;
position: relative;
cursor: pointer;
background-color: #f2f2f3;
}
.tab-block .tab-buttons .tab-button.cur {
background-color: #fff;
color: #333;
}
.tab-block .tab-buttons .tab-button.cur:after {
content: '';
position: absolute;
top: -1px;
left: 0;
width: 100%;
height: 2px;
background-color: #1183ff;
}
.tab-block .tabs .tab-item {
width: 100%;
height: 100%;
padding: 0px 20px 20px 20px;
display: none;
}
.tab-block .tabs .tab-item.active {
display: block;
}
.information-tab .information-left {
width: 500px;
height: 340px;
overflow: hidden;
position: relative;
float: left;
}
.information-tab .information-left img {
width: 100%;
height: auto
}
.information-tab .information-left .left-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 48px;
line-height: 48px;
background-color: rgba(0, 0, 0, .5);
z-index: 2;
color: #fff;
padding: 0 14px;
}
.information-tab .information-left .left-bottom .article-title {
font-size: 18px;
width: 400px;
float: left;
}
.information-tab .information-left .left-bottom .article-time {
font-size: 14px;
float: right;
}
.information-tab .information-right {
width: 50%;
float: left;
}
.information-tab .information-right .article-list {
padding-top: 20px;
}
.information-tab .information-right .article-list .article-link {
display: block;
padding: 0 20px;
}
.information-tab .information-right .article-list .article-link .article-list span {
display: inline-block;
vertical-align: middle;
}
.information-tab .information-right .article-list .article-number {
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
color: #fff;
background-color: #999;
font-size: 14px;
}
.information-tab .information-right .article-list .article-title {
font-size: 16px;
color: #333;
line-height: 20px;
width: 450px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.information-tab .information-right .article-list .article-time {
float: right;
font-size: 12px;
color: #999;
line-height: 20px;
}
.information-tab .information-right .article-list .article-content {
margin-top: 10px;
font-size: 14px;
color: #666;
line-height: 26px;
display: none;
}
.information-tab .information-right .article-list .article-content p {
height: 52px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
}
.information-tab .information-right .article-list:nth-of-type(1) .article-number, .information-tab .information-right .article-list:nth-of-type(2) .article-number, .information-tab .information-right .article-list:nth-of-type(3) .article-number {
background-color: #333;
}
.information-tab .information-right .article-list.current .article-link {
background-color: #fafafc;
padding: 20px;
text-decoration: none;
}
.information-tab .information-right .article-list.current .article-number {
background-color: #014B92!important;
}
.information-tab .information-right .article-list.current .article-title {
color: #014B92;
}
.information-tab .information-right .article-list.current .article-content {
display: block;
}
/*list end*/

/*about start*/

.index-about {
background: url("../images/index_about.jpg") no-repeat 100% 100%;
background-size: cover;
padding-top: 170px;
position: relative;
margin-top: 20px;
}
.index-about-wrap {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.index-about .fl {
width: 57%;
float: left;
margin-top: -70px;
}
.index-about .text {
position: absolute;
font-size: 80px;
color: #fff;
opacity: 0.05;
top: 95px;
}
.index-about strong {
font-size:25px;
color: #cc9f67;
position: relative; 
}
.index-about h2 {
font-size: 20px;
color: #82afec;
margin-top: 20px;
font-weight: bold;
}
.index-about span {
font-size: 14px;
color: #82afec;
display: block;
line-height: 26px;
margin-top: 20px;
}
.index-about .fr {
width: 38%;
margin-top: -80px;
float: right;
}
.index-about-wrap .clearfix:after {
content: " ";
display: block;
height: 0px;
visibility: hidden;
clear: both;
}
.index-about ul {
background: url("../images/ab5.png") no-repeat;
background-size: cover;
}
.index-about ul li {
float: left;
width: 25%;
text-align: center;
padding: 40px 0 50px;
list-style: none;
}
.index-about ul li p {
font-size: 14px;
color: #fff;
margin-top: 15px;	
}

/*about end*/

/*è§£å†³æ–¹æ¡ˆ start*/

.index-page .solution-more-slide .container {
width: 1200px;
margin: 0 auto;
padding: 0;
}
.index-page .solution-more-slide .container:after {
content: "";
display: block;
clear: both;
}
.index-page .index-title {
font-size: 16px;
text-align: center;
padding: 50px 0;
}
.index-page .index-title h2 {
font-size: 36px;
}
.index-page .index-title a {
width: 100px;
height: 36px;
line-height: 36px;
border: 1px solid #DBDCE0;
text-align: center;
font-size: 14px;
display: block;
margin: 25px auto 0;
transition: all .2s;
}
.index-page .index-title a:hover {
background: #F96A69;
border-color: #F96A69;
color: #fff;
}
.index-page .banner {
height: 425px;
width: 100%;
overflow: hidden;
background: #fff;
}
.index-page .banner-slide {
width: 1920px;
margin-left: -360px;
}
.index-page .banner-slide .hd {
position: relative;
z-index: 10;
width: 1200px;
margin: 0 auto;
height: 0;
font-size: 0;
}
.index-page .banner-slide .hd ul {
position: absolute;
bottom: 22px;
left: 50%;
-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
transform: translate(-50%);
}
.index-page .banner-slide .hd li {
float: left;
height: 2px;
width: 60px;
margin: 0 3px;
padding: 5px 0;
position: relative;
cursor: pointer;
opacity: .5;
transition: all .2s;
overflow: hidden;
text-indent: 100px;
}
.index-page .banner-slide .hd li:before {
content: "";
position: absolute;
left: 0;
top: 5px;
width: 100%;
border-bottom: 2px solid #fff;
}
.index-page .banner-slide .hd li.on {
opacity: 1;
}
.index-page .banner-slide .btn-wrap {
position: relative;
z-index: 11;
}
.index-page .banner-slide .btn-wrap a {
width: 44px;
height: 80px;
position: absolute;
bottom: 172px;
outline: none;
transition: all .5s;
opacity: 0;
border-radius: 5px;
}
.index-page .banner-slide .btn-wrap .prev {
left: 0;
background-position: 12px center;
}
.index-page .banner-slide .btn-wrap .next {
right: 0;
background-position: -49px center;
}
.index-page .banner-slide:hover .btn-wrap a {
opacity: .3;
}
.index-page .banner-slide .btn-wrap a:hover {
opacity: 1;
}
.index-page .banner-under {
height: 48px;
background: rgba(0,0,0,.5);
position: relative;
z-index: 10;
top: -48px;
overflow: hidden;
}
.index-page .banner-under-text li {
float: left;
color: #fff;
font-size: 16px;
line-height: 48px;
margin: 0 58px 0 23px;
}
.index-page .banner-under-text li:before {
content: "";
width: 28px;
height: 48px;
float: left;
margin-right: 6px;
}
.index-page .banner-under-text li.item-1:before {
background-position: -28px center;
}
.index-page .banner-under-text li.item-2:before {
background-position: -85px center;
}
.index-page .banner-under-text li.item-3:before {
background-position: -55px center;
}
.index-page .banner-under-text li.item-4:before {
background-position: 0px center;
}
.index-page .banner-under-text li .num {
font-size: 24px;
margin-right: 10px;
float: left;
}
.index-page .banner-under-text li .plus {
font-size: 24px;
margin-right: 10px;
float: left;
}
.index-page .main-category {
padding: 0 0 25px 0;
background: #fff;
}
.index-page .main-category .container-list {
background-color: #F5F6FA
}
.index-page .main-category .list {
display: block;
height: 110px;
width: 1210px;
margin: 0 auto;
}
.index-page .main-category .list li {
float: left;
padding: 18px 0 20px;
width: 25%;
}
.index-page .main-category .list li.item-1 {
border-left: 0 none;
}
.index-page .main-category .list li:before {
float: left;
width: 60px;
height: 60px;
margin-top: 12px;
content: "";
margin-right: 6px;
margin-left: 26px;
}
.index-page .main-category .list li.item-1:before {
background-position: 0 0;
}
.index-page .main-category .list li.item-1.on:before {
background-position: -60px 0;
}
.index-page .main-category .list li.item-2:before {
background-position: -120px 0;
}
.index-page .main-category .list li.item-2.on:before {
background-position: -180px 0;
}
.index-page .main-category .list li.item-3:before {
background-position: -240px 0;
}
.index-page .main-category .list li.item-3.on:before {
background-position: -300px 0;
}
.index-page .main-category .list li.item-4:before {
background-position: -360px 0;
}
.index-page .main-category .list li.item-4.on:before {
background-position: -420px 0;
}
.index-page .main-category .list li .text {
float: left;
padding-top: 24px;
padding-bottom: 15px;
margin-right: -10px;
}
.index-page .main-category .list li h3 {
font-size: 16px;
font-weight: bold;
margin-bottom: 3px;
}
.index-page .main-category .list li.on a h3 {
color: #fe4d59;
}
.index-page .main-category .list li p {
font-size: 14px;
color: #888;
}
.index-page .main-category .bd&gt;li {
height: 391px;
padding: 30px 0;
position: relative
}
.index-page .main-category .bd .col {
float: left;
height: 360px;
}
.index-page .main-category .bd h3 {
font-size: 16px;
margin: 10px 0;
height: 20px;
line-height: 20px;
font-weight: bold;
}
.index-page .main-category .bd .col li h3 {
font-weight: normal;
}
.index-page .main-category .bd a:hover h3 {
color: #333;
}
.index-page .main-category .bd .col-1 h3 {
font-size: 18px;
height: 24px;
line-height: 24px;
margin-top: 18px;
}
.index-page .main-category .bd .item-4 .col-1 h3 {
margin-top: 10px;
}
.index-page .main-category .bd p {
margin: 10px 0;
color: #888
}
.index-page .main-category .bd .download {
width: 130px;
height: 40px;
border: 1px solid #E5E5E5;
color: #333;
line-height: 40px;
text-align: center;
font-size: 14px;
display: block;
margin-right: 15px;
margin-top: 15px;
transition: all .2s;
}
.index-page .main-category .bd .download:hover {
background: #ff5f5f;
color: #fff;
border-color: #ff5f5f;
opacity: .9;
}
.index-page .main-category .bd .col li a {
width: 360px;
height: 88px;
display: inline-block;
padding: 10px 0 0 25px;
}
.index-page .main-category .bd .col li a:hover {
background-color: #f5f5f5;
}
.index-page .main-category .bd .col li a:before {
float: left;
width: 25px;
height: 25px;
margin: 8px 10px 30px 0;
content: "";
}
.index-page .main-category .bd i {
margin-top: 2px;
}
.index-page .main-category .bd .col-1 i {
margin-top: 4px;
}
.index-page .main-category .bd .col-1 {
width: 30%
}
.index-page .main-category .bd .col-2 {
width: 40%
}
.index-page .main-category .bd .col-3 {
width: 30%
}
.index-page .main-category .bd&gt;li:before {
position: absolute;
content: "";
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 18px solid #fff;
top: -18px;
}
.index-page .main-category .bd .item-1:before {
left: 130px;
}
.index-page .main-category .bd .item-2:before {
left: 434px;
}
.index-page .main-category .bd .item-3:before {
left: 726px;
}
.index-page .main-category .bd .item-4:before {
left: 1036px;
}
.index-page .main-category .bd .item-1 .col-1 h3:nth-child(4) {
margin-top: 60px
}
.index-page .main-category .bd .col-2 li:nth-child(1) a:before {
background-position: -183px -63px;
}
.index-page .main-category .bd .col-2 li:nth-child(1) a:hover:before {
background-position: -213px -63px;
}
.index-page .main-category .bd .col-2 li:nth-child(2) a:before {
background-position: -3px -93px;
}
.index-page .main-category .bd .col-2 li:nth-child(2) a:hover:before {
background-position: -33px -93px;
}
.index-page .main-category .bd .col-2 li:nth-child(3) a:before {
background-position: -3px -123px;
}
.index-page .main-category .bd .col-2 li:nth-child(3) a:hover:before {
background-position: -33px -123px;
}
.index-page .main-category .bd .col-2 li:nth-child(4) a:before {
background-position: -3px -153px;
}
.index-page .main-category .bd .col-2 li:nth-child(4) a:hover:before {
background-position: -33px -153px;
}
.index-page .main-category .bd .col-3 li:nth-child(1) a:before {
background-position: -63px -63px;
}
.index-page .main-category .bd .col-3 li:nth-child(1) a:hover:before {
background-position: -93px -63px;
}
.index-page .main-category .bd .col-3 li:nth-child(2) a:before {
background-position: -63px -93px;
}
.index-page .main-category .bd .col-3 li:nth-child(2) a:hover:before {
background-position: -93px -93px;
}
.index-page .main-category .bd .col-3 li:nth-child(3) a:before {
background-position: -63px -123px;
}
.index-page .main-category .bd .col-3 li:nth-child(3) a:hover:before {
background-position: -93px -123px;
}
.index-page .main-category .bd .col-3 li:nth-child(4) a:before {
background-position: -63px -153px;
}
.index-page .main-category .bd .col-3 li:nth-child(4) a:hover:before {
background-position: -93px -153px;
}
.index-page .main-category .jq-div {
margin-top: 70px;
}
.index-page .main-category .jq-div:before {
float: left;
width: 18px;
height: 16px;
margin: 1px 3px 0 0;
content: "";
}
.index-page .main-category .jq-div .jq-qq {
color: #f75a5a;
}
.index-page .main-category .bd .item-2 .col-2 li:nth-child(1) a:before {
background-position: -123px -63px;
}
.index-page .main-category .bd .item-2 .col-2 li:nth-child(1) a:hover:before {
background-position: -153px -63px;
}
.index-page .main-category .bd .item-2 .col-2 li:nth-child(2) a:before {
background-position: -123px -93px;
}
.index-page .main-category .bd .item-2 .col-2 li:nth-child(2) a:hover:before {
background-position: -153px -93px;
}
.index-page .main-category .bd .item-2 .col-2 li:nth-child(3) a:before {
background-position: -123px -123px;
}
.index-page .main-category .bd .item-2 .col-2 li:nth-child(3) a:hover:before {
background-position: -153px -123px;
}
.index-page .main-category .bd .item-2 .col-2 li:nth-child(4) a:before {
background-position: -123px -153px;
}
.index-page .main-category .bd .item-2 .col-2 li:nth-child(4) a:hover:before {
background-position: -153px -153px;
}
.index-page .main-category .bd .item-2 .col-3 li:nth-child(1) a:before {
background-position: -183px -63px;
}
.index-page .main-category .bd .item-2 .col-3 li:nth-child(1) a:hover:before {
background-position: -213px -63px;
}
.index-page .main-category .bd .item-2 .col-3 li:nth-child(2) a:before {
background-position: -183px -93px;
}
.index-page .main-category .bd .item-2 .col-3 li:nth-child(2) a:hover:before {
background-position: -213px -93px;
}
.index-page .main-category .bd .item-2 .col-3 li:nth-child(3) a:before {
background-position: -183px -123px;
}
.index-page .main-category .bd .item-2 .col-3 li:nth-child(3) a:hover:before {
background-position: -213px -123px;
}
.index-page .main-category .bd .item-2 .col-3 li:nth-child(4) a:before {
background-position: -183px -153px;
}
.index-page .main-category .bd .item-2 .col-3 li:nth-child(4) a:hover:before {
background-position: -213px -153px;
}
.index-page .main-category .bd .item-3 .col-1 h3:nth-child(4) {
margin-top: 35px
}
.index-page .main-category .bd .item-3 .jq-div {
margin-top: 23px;
}
.index-page .main-category .bd .item-3 .jq-div p {
margin: 0;
margin-top: 4px;
font-size: 12px;
color: #999;
}
.index-page .main-category .item-3 .jq-div:before {
margin-bottom: 12px;
}
.index-page .main-category .bd .item-3 .btn-2 a {
width: 100px;
height: 38px;
line-height: 37px;
display: inline-block;
margin-top: 5px;
}
.index-page .main-category .bd .item-3 .btn-2 a:nth-child(1) {
background: #ff5f5f;
color: #fff;
border-color: #ff5f5f;
opacity: .9;
}
.index-page .main-category .bd .item-3 .col-2 li:nth-child(1) a:before {
background-position: -243px -63px;
}
.index-page .main-category .bd .item-3 .col-2 li:nth-child(1) a:hover:before {
background-position: -273px -63px;
}
.index-page .main-category .bd .item-3 .col-2 li:nth-child(2) a:before {
background-position: -243px -93px;
}
.index-page .main-category .bd .item-3 .col-2 li:nth-child(2) a:hover:before {
background-position: -273px -93px;
}
.index-page .main-category .bd .item-3 .col-2 li:nth-child(3) a:before {
background-position: -243px -123px;
}
.index-page .main-category .bd .item-3 .col-2 li:nth-child(3) a:hover:before {
background-position: -273px -123px;
}
.index-page .main-category .bd .item-3 .col-2 li:nth-child(4) a:before {
background-position: -243px -153px;
}
.index-page .main-category .bd .item-3 .col-2 li:nth-child(4) a:hover:before {
background-position: -273px -153px;
}
.index-page .main-category .bd .item-3 .col-3 li:nth-child(1) a:before {
background-position: -303px -62px;
}
.index-page .main-category .bd .item-3 .col-3 li:nth-child(1) a:hover:before {
background-position: -333px -63px;
}
.index-page .main-category .bd .item-3 .col-3 li:nth-child(2) a:before {
background-position: -303px -93px;
}
.index-page .main-category .bd .item-3 .col-3 li:nth-child(2) a:hover:before {
background-position: -333px -93px;
}
.index-page .main-category .bd .item-3 .col-3 li:nth-child(3) a:before {
background-position: -303px -123px;
}
.index-page .main-category .bd .item-3 .col-3 li:nth-child(3) a:hover:before {
background-position: -333px -123px;
}
.index-page .main-category .bd .item-3 .col-3 li:nth-child(4) a:before {
background-position: -303px -153px;
}
.index-page .main-category .bd .item-3 .col-3 li:nth-child(4) a:hover:before {
background-position: -333px -153px;
}
.index-page .main-category .bd .item-4 .col-1 {
width: 35%
}
.index-page .main-category .bd .item-4 .col-2 {
width: 34%
}
.index-page .main-category .bd .item-4 .col-3 {
width: 31%
}
.index-page .main-category .bd .item-4 .col-1 li:nth-child(1) a:before {
background-position: -363px -61px;
}
.index-page .main-category .bd .item-4 .col-1 li:nth-child(1) a:hover:before {
background-position: -393px -63px;
}
.index-page .main-category .bd .item-4 .col-1 li:nth-child(2) a:before {
background-position: -363px -91px;
}
.index-page .main-category .bd .item-4 .col-1 li:nth-child(2) a:hover:before {
background-position: -393px -93px;
}
.index-page .main-category .bd .item-4 .col-2 li:nth-child(1) a:before {
background-position: -363px -123px;
}
.index-page .main-category .bd .item-4 .col-2 li:nth-child(1) a:hover:before {
background-position: -393px -123px;
}
.index-page .main-category .bd .item-4 .col-2 li:nth-child(2) a:before {
background-position: -363px -153px;
}
.index-page .main-category .bd .item-4 .col-2 li:nth-child(2) a:hover:before {
background-position: -393px -153px;
}
.index-page .main-category .bd .item-4 .col-3 li:nth-child(1) a:before {
background-position: -423px -63px;
}
.index-page .main-category .bd .item-4 .col-3 li:nth-child(1) a:hover:before {
background-position: -453px -63px;
}
.index-page .main-category .bd .item-4 .col-3 li:nth-child(2) a:before {
background-position: -423px -95px;
}
.index-page .main-category .bd .item-4 .col-3 li:nth-child(2) a:hover:before {
background-position: -453px -93px;
}
.index-page .solution {
width: 100%;
overflow: hidden;
padding-bottom: 63px;
}
.index-page .solution .swiper-container {
width: 1730px;
margin-left: -265px;
}
.index-page .solution .swiper-slide {
width: 330px;
height: 420px;
position: relative;
cursor: pointer;
overflow: hidden;
}
.index-page .solution .swiper-slide .img img {
width: 330px;
height: 420px;
transition: all .4s;
}
.index-page .solution .swiper-slide:hover .img img {
transform: scale(1.05);
}
.index-page .solution .swiper-slide .text {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
padding: 0 21px;
}
.index-page .solution .swiper-slide-active .text, .index-page .solution .swiper-slide-duplicate-active .text {
display: none;
}
.index-page .solution .swiper-slide .text h3 {
font-size: 24px;
margin-top: 350px;
}
.index-page .solution .swiper-slide .text p {
font-size: 14px;
margin-top: 6px;
}
.index-page .solution .swiper-slide .extra {
position: absolute;
z-index: 2;
background: rgba(0,0,0,.8);
top: 204px;
bottom: 0;
padding: 0 20px;
text-align: center;
-webkit-transform: translate(0, 420px);
-moz-transform: translate(0, 420px);
transform: translate(0, 420px);
transition: all .2s;
}
.index-page .solution .swiper-slide .extra h3 {
font-size: 24px;
margin: 30px 0 20px;
color: #fff;
}
.index-page .solution .swiper-slide .extra p {
font-size: 14px;
color: #888;
margin-bottom: 22px;
line-height: 25px;
color: #fff;
}
.index-page .solution .swiper-slide .extra .btn-wrap {
overflow: hidden;
padding-left: 6px;
}
.index-page .solution .swiper-slide .extra .btn-wrap a {
float: left;
width: 130px;
height: 40px;
line-height: 40px;
color: #fff;
border: 1px solid #fff;
margin-right: 16px;
transition: all .2s;
font-size: 14px;
}
.index-page .solution .swiper-slide .extra .btn-wrap a:hover {
background: #F96A69;
color: #fff;
border-color: #F96A69
}
.index-page .solution .swiper-slide .extra .btn-wrap a.btn-2 {
background: #fff;
color: #000;
margin-right: 0;
}
.index-page .solution .swiper-slide .extra .btn-wrap a.btn-2:hover {
background: #F96A69;
color: #fff;
}
.index-page .solution .swiper-slide-active .extra, .index-page .solution .swiper-slide-duplicate-active .extra {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
transform: translate(0, 0);
}
.index-page .solution-more {
height: 600px;
background: #151515;
width: 100%;
overflow: hidden;
}
.index-page .solution-more-slide .container {
height: 600px;
position: relative;
}
.index-page .solution-more-slide .hd {
width: 255px;
position: absolute;
z-index: 2;
background: #000000;
height: 600px;
left: 0;
top: 0;
color: #fff;
}
.index-page .solution-more-slide .hd ul {
margin-top: 30px;
}
.index-page .solution-more-slide .hd li {
height: 90px;
padding-top: 20px;
position: relative;
cursor: default;
transition: all .5s;
cursor: pointer
}
.index-page .solution-more-slide .hd li:after {
content: "";
width: 80%;
border-bottom: 1px solid #2A2A2A;
position: absolute;
left: 10%;
bottom: 0;
}
.index-page .solution-more-slide .hd li i {
margin-left: 20px;
margin-right: 20px;
float: left;
background: url("../images/icon/icon-logo.png") no-repeat;
width: 40px;
height: 40px;
position: relative;
z-index: 2;
transition: all .2s;
}
.index-page .solution-more-slide .hd li.item-1 i {
background-position: 0 0;
}
.index-page .solution-more-slide .hd li.item-2 i {
background-position: -40px 0;
}
.index-page .solution-more-slide .hd li.item-3 i {
background-position: -80px 0;
}
.index-page .solution-more-slide .hd li.item-4 i {
background-position: -120px 0;
}
.index-page .solution-more-slide .hd li.item-5 i {
background-position: -160px 0;
}
.index-page .solution-more-slide .hd li.item-6 i {
background-position: -200px 0;
}
.index-page .solution-more-slide .hd li.item-1.on i {
background-position: 0 -40px;
}
.index-page .solution-more-slide .hd li.item-2.on i {
background-position: -40px -40px;
}
.index-page .solution-more-slide .hd li.item-3.on i {
background-position: -80px -40px;
}
.index-page .solution-more-slide .hd li.item-4.on i {
background-position: -120px -40px;
}
.index-page .solution-more-slide .hd li.item-5.on i {
background-position: -160px -40px;
}
.index-page .solution-more-slide .hd li.item-6.on i {
background-position: -200px -40px;
}
.index-page .solution-more-slide .hd li:before {
background: #003366;
/* Old browsers */
background: -moz-linear-gradient(left, #336699 0%, #003366 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #336699 0%, #003366 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #336699 0%, #003366 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#003366', GradientType=1 );
/* IE6-9 */
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
width: 0;
transition: all .2s;
}
.index-page .solution-more-slide .hd li.on:before {
width: 100%;
}
.index-page .solution-more-slide .hd li.on:after {
display: none;
}
.index-page .solution-more-slide .hd .text {
position: relative;
z-index: 2;
}
.index-page .solution-more-slide .hd .text strong {
font-size: 18px;
margin-bottom: 5px;
color: #fff;
font-weight: 100;
display: block;
}
.index-page .solution-more-slide .hd .text p {
font-size: 14px;
color: #fff;
color: rgba(255,255,255,.7);
}
.index-page .solution-more-slide .bd {
width: 1920px;
margin-left: -360px;
position: relative;
height: 600px;
}
.index-page .solution-more-slide .bd li.item-1,.index-page .solution-more-slide .bd li.item-2,.index-page .solution-more-slide .bd li.item-3,.index-page .solution-more-slide .bd li.item-4,.index-page .solution-more-slide .bd li.item-5,.index-page .solution-more-slide .bd li.item-6 {
position: absolute;
width: 1920px;
left: 0px;
top: 0px;
display: none;
}
.index-page .solution-more-slide .bd li.item-1 {
background: url("../images/banner1.jpg") no-repeat center top;
display: list-item;
}
.index-page .solution-more-slide .bd li.item-2 {
background: url("../images/banner2.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-3 {
background: url("../images/banner3.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-4 {
background: url("../images/banner4.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-5 {
background: url("../images/banner5.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-6 {
background: url("../images/banner6.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd .inner {
padding-left: 360px;
padding-top:50px;
color: #fff;
}
.index-page .solution-more-slide .bd h2 {
font-size: 24px;
margin-bottom: 38px;
color: #fff;
font-weight: 100;
}
.index-page .solution-more-slide .bd .intro {
font-size: 14px;
margin-bottom: 40px;
}
.index-page .solution-more-slide .bd .intro dt {
margin-bottom: 10px;
}
.index-page .solution-more-slide .bd .intro dd {
color: #fff;
margin-bottom: 20px;
line-height: 1.8;
}
.index-page .solution-more-slide .bd .btn-wrap {
overflow: hidden;
margin-bottom: 40px;
}
.index-page .solution-more-slide .bd .btn-wrap a {
width: 130px;
height: 40px;
border: 1px solid #fff;
color: #fff;
line-height: 40px;
text-align: center;
font-size: 14px;
float: left;
margin-right: 15px;
transition: all .2s;
}
.index-page .solution-more-slide .bd .btn-wrap a.btn-2 {
background: #fff;
color: #000;
}
.index-page .solution-more-slide .bd .btn-wrap a:hover {
background: #ff5f5f;
color: #fff;
border-color: #ff5f5f;
opacity: .9;
}
.index-page .solution-more-slide .bd .btn-wrap a.btn-2:hover {
background: #ff5f5f;
color: #fff;
border-color: #ff5f5f;
opacity: .9;
}
.index-page .solution-more-slide .bd .example span {
margin-bottom: 15px;
color: #fff;
font-weight: 100;
display: block;
}
.index-page .solution-more-slide .bd .example li {
float: left;
margin-right: 20px;
}
.index-page .solution-more-slide .bd .example li img {
width: 100%;
height: 120px;
display: block;
border: none;
}
.index-page .video .inner {
display: block;
cursor: pointer;
}
/*è§£å†³æ–¹æ¡ˆ end*/

/*å·¥ç¨‹æ¡ˆä¾‹ start*/
.index-case .case-tit {
font-size: 14px;
color: #a3a3a3;
text-align: center;
display: inline-block;
position: relative;
margin: 0 auto;
width: 100%;
text-transform: uppercase;
}
.index-case .case-tit:before {
content: "";
display: inline-block;
height: 1px;
width: 160px;
background: #a3a3a3;
position: absolute;
left: 30%;
top: 10px;
}
.index-case .case-tit:after {
content: "";
display: inline-block;
height: 1px;
width: 160px;
background: #a3a3a3;
position: absolute;
right: 30%;
top: 10px;
}
.index-case h2 {
text-align: center;
margin: 20px auto;
}
.index-case h2 a {
font-size: 45px;
color: #000;
display: block;
text-align: center;
}
.index-case {
overflow: hidden;
}
.index-case .txt {
font-size: 14px;
color: #999;
text-align: center;
}
.flipster {
display: block;
margin: 70px auto 10px;
width: 100%;
position: relative;
height: 489px !important;
}
.flip-items, .flip-item {
display: block;
margin: 0 auto;
padding: 0;
list-style-type: none;
}
.flip-items {
width: 100%;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.flip-item {
position: absolute;
opacity: 1;
}
.flip-past, .flip-future, .flip-next, .flip-prev {
cursor: pointer;
}
.flip-item img {
display: block;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.flipster-coverflow .flip-items {
-webkit-transition: all 350ms ease-in-out;
-moz-transition: all 350ms ease-in-out;
-o-transition: all 350ms ease-in-out;
transition: all 350ms ease-in-out;
position: relative;
padding-top: 2%;
padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
display: block;
-webkit-transition: all 175ms ease-in-out;
-moz-transition: all 175ms ease-in-out;
-o-transition: all 175ms ease-in-out;
transition: all 175ms ease-in-out;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
position: absolute;
width: 30%;
}
.flipster-coverflow .flip-content {
-webkit-transition: all 350ms ease-in-out;
-moz-transition: all 350ms ease-in-out;
-o-transition: all 350ms ease-in-out;
transition: all 350ms ease-in-out;
-webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
-webkit-transform: rotateY(55deg) scale(0.75);
-moz-transform: rotateY(55deg) scale(0.75);
-o-transform: rotateY(55deg) scale(0.75);
-ms-transform: rotateY(55deg) scale(0.75);
transform: rotateY(55deg) scale(0.75);
}
.flipster-coverflow .flip-future .flip-content {
-webkit-transform: rotateY(-55deg) scale(0.75);
-moz-transform: rotateY(-55deg) scale(0.75);
-o-transform: rotateY(-55deg) scale(0.75);
-ms-transform: rotateY(-55deg) scale(0.75);
transform: rotateY(-55deg) scale(0.75);
}
.flipster-coverflow.no-rotate .flip-past .flip-content {
-webkit-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.flipster-coverflow.no-rotate .flip-future .flip-content {
-webkit-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.flipster-coverflow .flip-current .flip-content {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.flipster-coverflow .flip-hidden {
visibility: hidden;
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.flipster-carousel .flip-items {
-webkit-perspective: 2000px;
-moz-perspective: 2000px;
perspective: 2000px;
}
.flipster-carousel .flip-item {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 350ms ease-out;
-moz-transition: all 350ms ease-out;
-o-transition: all 350ms ease-out;
transition: all 350ms ease-out;
}
.flipster-carousel .flip-item:after {
background: url(../images/flip_bg.png) repeat;
width: 100%;
height: 100%;
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
}
.flipster-carousel .flip-items .pic {
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
width: 890px;
}
.flipster-carousel .flip-current .pic {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.flipster-carousel .flip-current:hover .pic {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.flipster-carousel .flip-past {
-webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
-moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
-o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
-ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-past {
-webkit-transform: translateX(-80%) translateZ(0) scale(0.65);
-moz-transform: translateX(-80%) translateZ(0) scale(0.65);
-o-transform: translateX(-80%) translateZ(0) scale(0.65);
-ms-transform: translateX(-80%) translateZ(0) scale(0.65);
transform: translateX(-80%) translateZ(0) scale(0.65);
}
.flipster-carousel .flip-future {
-webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
-moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
-o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
-ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-future {
-webkit-transform: translateX(80%) translateZ(0) scale(0.65);
-moz-transform: translateX(80%) translateZ(0) scale(0.65);
-o-transform: translateX(80%) translateZ(0) scale(0.65);
-ms-transform: translateX(80%) translateZ(0) scale(0.65);
transform: translateX(80%) translateZ(0) scale(0.65);
}
.flipster-carousel .flip-prev {
-webkit-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
-moz-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
-o-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
-ms-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-prev {
-webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
-moz-transform: translateX(-60%) translateZ(0) scale(0.8);
-o-transform: translateX(-60%) translateZ(0) scale(0.8);
-ms-transform: translateX(-60%) translateZ(0) scale(0.8);
transform: translateX(-60%) translateZ(0) scale(0.8);
}
.flipster-carousel .flip-next {
-webkit-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
-moz-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
-o-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
-ms-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
}
.flipster-carousel .flip-past, .flipster-carousel .flip-future {
z-index: 1;
-webkit-transition-delay: 87.5ms;
-moz-transition-delay: 87.5ms;
-o-transition-delay: 87.5ms;
transition-delay: 87.5ms;
}
.flipster-carousel .flip-prev, .flipster-carousel .flip-next {
z-index: 2;
-webkit-transition-delay: 58.333333333333336ms;
-moz-transition-delay: 58.333333333333336ms;
-o-transition-delay: 58.333333333333336ms;
transition-delay: 58.333333333333336ms;
}
.flip-content {
position: relative;
}
.flip-content a {
overflow: hidden;
display: block;
}
.flip-content .xq {
background: #234b83;
display: none;
position: absolute;
top: -30px;
left: 50%;
margin-left: -198px;
background: -webkit-linear-gradient(left, #234b83, #3b72ad);
background: -o-linear-gradient(right, #234b83, #3b72ad);
background: -moz-linear-gradient(right, #234b83, #3b72ad);
background: -moz-linear-gradient(left, #234b83, #3b72ad);
background: -o-linear-gradient(left, #234b83, #3b72ad);
background: linear-gradient(to right, #234b83, #3b72ad);
color: #fff;
padding: 35px 30px;
border-radius: 30px;
overflow: hidden;
z-index: 100;
}
.flip-content .xq:hover {
background: -webkit-linear-gradient(left, #3b72ad, #234b83);
background: -o-linear-gradient(right, #3b72ad, #234b83);
background: -moz-linear-gradient(right, #3b72ad, #234b83);
background: -moz-linear-gradient(left, #3b72ad, #234b83);
background: -o-linear-gradient(left, #3b72ad, #234b83);
background: linear-gradient(to right, #3b72ad, #234b83);
}
.flip-content .xq .box {
float: left;
margin-right: 60px;
}
.flip-content .xq .box h3 {
display: block;
}
.flip-content .xq a {
float: right;
}
.flip-content .xq .box h3 a {
float: none;
}
.flip-content .xq a img {
margin-top: 29px;
width: 36px;
height: 36px;
display: block;
}
.flip-content .xq:hover a img {
animation: lh .8s infinite;
-moz-animation: lh .8s infinite;
-webkit-animation: lh .8s infinite;
-o-animation: lh .8s infinite;
}
.flip-current .xq.on {
display: block
}
.flip-content .xq h3 a {
font-size: 24px;
color: #fff;
background: none !important;
padding: 0;
margin-bottom: 10px;
}
.flip-content .xq p {
font-size: 18px;
}
.flip-content .xq a {
display: inline-block
}
.flipster-carousel .flip-current {
z-index: 999;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transition-delay: 58.333333333333336ms;
-moz-transition-delay: 58.333333333333336ms;
-o-transition-delay: 58.333333333333336ms;
transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-current:after {
background: none;
position: static;
}
.flip-current .pic {
border: 5px solid #fff;
}
.flipster-carousel .flip-hidden {
visibility: hidden;
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
-moz-transform: rotateY(0deg) translateX(0) scale(0.5);
-o-transform: rotateY(0deg) translateX(0) scale(0.5);
-ms-transform: rotateY(0deg) translateX(0) scale(0.5);
transform: rotateY(0deg) translateX(0) scale(0.5);
-webkit-transition-delay: 116.66666666666667ms;
-moz-transition-delay: 116.66666666666667ms;
-o-transition-delay: 116.66666666666667ms;
transition-delay: 116.66666666666667ms;
}
@media screen and (max-width: 1440px) {
.index-case h2 a {
font-size: 36px;
}
}
@media screen and (max-width: 1280px) {
.index-case .case-tit:before {
left: 26%;
}
.index-case .case-tit:after {
right: 26%;
}
}
@media screen and (max-width: 1024px) {
.index-case h2 a {
font-size: 32px;
}
}
/*å·¥ç¨‹æ¡ˆä¾‹ end*/</pre></body></html>