<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.iconfont {
    /*vertical-align: middle;*/
}
/*头部*/
.header {
    position: relative;
    padding-top: 30px;
}
.header .slogan {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-left: 15px;
    position: relative;
}
.header .slogan::before{
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    bottom: 4px;
    left: -15px;
    height: 75%;
    width: 2px;
    background-color: #655d5d;
}

.header-right {
    position: absolute;
    right: 0;
    top: 36px;
}
.header-right .tel {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    color: #2e74ff;
}
.header-right .tel .iconfont {
    font-size: 32px;
}
.header-right .btn {
    display: inline-block;
    vertical-align: middle;
    width: 169px;
    height: 35px;
    background-color: #2e74ff;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
}
.logo img{
    max-width: 200px;
}
.nav {
    position: relative;
    margin-top: 8px;
}
.nav .search {
    position: absolute;
    right: 0;
    top: 10px;
    width: 203px;
    height: 32px;
    border-radius: 15px;
    border: solid 1px #707070;
    line-height: 30px;
    padding: 0 15px;
}
.nav .search .inp {
    width: 80%;
}
.nav .search .sub {
    cursor: pointer;
    float: right;
    line-height: 30px;
}
.nav .search .sub .iconfont {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.nav .search .sub:hover .iconfont {
    color: #2e74ff;
}
.nav-list li {
    float: left;
}
.nav-list li~li {
    margin-left: 20px;
}
.nav-list li a {
    position: relative;
    display: block;
    padding: 20px;
    position: relative;
    color: #333333;
    line-height: 1;
    font-size: 16px;
}
.nav-list li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 7px;
    opacity: 0;
    background-color: #2e74ff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*.nav-list li.on a,
.nav-list li a:hover {
    color: #2e74ff;
}*/
.nav-list li.on a:before,
.nav-list li a:hover:before {
    width: 100%;
    opacity: 1;
    left: 0;
}
.index-hot {
    height: 67px;
    line-height: 67px;
    background-color: #195adb;
    font-size: 16px;
    color: #ffffff;
}
.index-hot .com-width {
    position: relative;
}
.index-hot a {
    color: #fff;
    margin-right: 20px;
}
.index-hot .message {
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    height: 100%;
    background-color: #f4a416;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-hot .message:hover {
    width: 200px;
}
.num-scroll-wrap {
    margin-top: 70px;
    margin-bottom: 50px;
}
.jiagong-list {
    margin-bottom: -10px;
}
.jiagong-list .item {
    margin-bottom: 10px;
}
.jiagong-list .item .abox {
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    background: #fff;
}
.jiagong-list .item .pic {
    width: 200px;
    margin-right: 54px;
}
.jiagong-list .item .cont h4 {
    font-size: 22px;
    line-height: 24px;
    color: #333333;
}
.jiagong-list .item .cont p {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-top: 5px;
}
.jiagong-list .item .cont .btn {
    display: inline-block;
    padding: 0 28px;
    height: 32px;
    background-color: #2e74ff;
    border-radius: 16px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin-top: 25px;
}
.product-cate {
    width: 330px;
    height: auto;
    background: url(../images/cate-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 25px 60px;
}
.product-cate h3 {
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 35px;
}
.cate-side .item ~ .item {
    margin-top: 11px;
}
.cate-side .item h4 {
    position: relative;
    height: 50px;
    background-color: #2e74ff;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}
.cate-side .item h4 a {
    display: block;
    width: 70%;
    padding-left: 20px;
    color: #fff;
}
.cate-side .item h4 .iconfont {
    position: absolute;
    right: 22px;
    top: 0;
    font-size: 20px;
}
.cate-side .item ul {
    padding: 14px 20px;
    background: #fff;
}
.cate-side .item.on ul {
    display: block;
}
.cate-side .item ul li {
    font-size: 0;
}
.cate-side .item ul li ~ li {
    margin-top: 8px;
}
.cate-side .item ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    padding: 15px 0;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cate-side .item ul li a:hover,
.cate-side .item ul li.on a {
    /*color: #2e74ff;*/
    border-color: #333;
}
.cate-side .item ul li a .iconfont {
    float: right;
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cate-side .item ul li a:hover .iconfont,
.cate-side .item ul li.on a .iconfont {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.icon-cate-more {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -7px;
    width: 7px;
    height: 14px;
    background: url(../images/cate-more.png) no-repeat center;
    background-size: contain;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-side .item ul li a:hover .icon,
.cate-side .item ul li.on a .icon {
    background-image: url(../images/cate-more-on.png);
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}
.product-cate .message {
    display: block;
    width: 100%;
    height: 52px;
    background-color: #2e74ff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    margin-top: 17px;
}
.btn-hover {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #F4A416;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.btn-hover:hover {
    padding-left: 10px;
}
.btn-hover:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.btn-hover2 {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn-hover2:hover {
    -webkit-box-shadow:0 10px 20px rgba(0,0,0,0.2);
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
}
.product-content {
    overflow: hidden;
    padding-left: 39px;
    height: auto;
}
.product-content .tit-bar {
    padding-bottom: 22px;
    padding-top: 4px;
    border-bottom: 4px solid #dcdcdc;
    margin-bottom: 20px;
}
.product-content .tit-bar h3,
.product-content .tit-bar .search {
    display: inline-block;
    vertical-align: middle;
}
.product-content .tit-bar h3 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
}
.product-content .tit-bar .search {
    width: 219px;
    height: 34px;
    border-radius: 16px;
    border: solid 1px #dcdcdc;
    margin-left: 29px;
    line-height: 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-content .tit-bar .search:hover {
    border-color: #2E74FF;
}
.product-content .tit-bar .search .inp {
    padding-left: 15px;
}
.product-content .tit-bar .search .sub {
    width: 35px;
    height: 32px;
    cursor: pointer;
}
.product-content .tit-bar .search .sub:hover {
    color: #2e74ff;
}
.product-list {
    margin-bottom: -10px;
}
.product-list li {
    margin-bottom: 10px;
}
.product-list li .pic {
    border: solid 1px #dcdcdc;
    border-bottom: none;
}
.product-list li .abox {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
/*.product-list li .abox:hover {
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);
    box-shadow:0 5px 10px rgba(0,0,0,0.1);
}*/
.product-list li .tit {
    line-height: 45px;
    padding: 0 15px;
    border: solid 1px #dcdcdc;
    color: #333;
}
.list-product .product-content,
.list-product .product-cate {
    height: auto;
}

.index-gg {
    padding: 65px 0;
    background: url(../images/index-s-bg.jpg) no-repeat center;
    background-size: cover;
}
.index-gg .com-width {
    align-items: center;
}
.index-gg .cont {
    width: 390px;
}
.index-gg .cont h3 {
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 60px;
}
.com-btn {
    display: inline-block;
    width: 185px;
    height: 45px;
    background-color: #2e74ff;
    text-align: center;
    line-height: 45px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}
.index-gg ul {
    width: 62.15%;
}
.index-gg ul li {
    display: inline-block;
    vertical-align: middle;
    width: 162px;
    height: 162px;
    background-color: #2e74ff;
    text-align: center;
    border-radius: 50%;
    padding-top: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-gg ul li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.index-gg ul li h4 {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}
.index-gg ul li p {
    font-size: 24px;
    color: #ffffff;
}
.index-about {
    background: #F5F5F5 url(../images/index-about-bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.about-content {
    margin-top: 50px;
}
.about-content .pic {
    position: relative;
    float: right;
    width: 50%;
    height: 450px;
}
.about-content .pic ul {
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0 20px;
    width: 100%;
}
.about-content .pic ul li {
    width: 25%;
    height: 80px;
    background: #464646;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.about-content .pic ul li:nth-child(2n+1) {
    background: #2f2f2fd9;
}
.about-content .pic ul li:hover {
    background: #2E74FF;
}
.about-content .cont {
    padding-top: 10px;
    overflow: hidden;
    padding-right: 70px;
}
.about-content .cont .tit {
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #333;
}
.about-content .cont .des {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.page-about .about-content .cont .des {
    font-size: 16px;
}
.about-content .cont .des p ~ p {
    margin-top: 10px;
}
.about-content .cont ul {
    margin-top: 68px;
}
.about-content .cont ul li {
    height: 150px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    padding: 20px;
    float: left;
    opacity: .85;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.about-content .cont ul li:hover {
    opacity: 1;
    border-color: #ccc;
}
.about-content .cont ul li ~ li {
    margin-left: 12px;
}
.about-content .cont ul li h4 {
    font-size: 18px;
    color: #2e74ff;
}
.about-content .cont ul li h4 b {
    font-size: 36px;
    line-height: 37px;
    color: #2e74ff;
}
.about-content .cont ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.btn-wrap {
    margin-top: 60px;
    text-align: center;
    font-size: 0;
}
.btn-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 45px;
    background-color: #2e74ff;
    border-radius: 21px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    margin: 0 7px;
}
.btn-wrap a:last-child {
    background-color: #195adb;
}

.muscle-content {
    margin-top: 40px;
    margin-bottom: 40px;
}
.muscle-content&gt;div {
    width: 49%;
}
.muscle-content .item-cj .item {
    float: left;
    width: 49.5%;
}
.muscle-content .item-cj .item:nth-child(2n+1) {
    margin-right: 1%;
}
.muscle-content .item-cj .item:nth-child(1),
.muscle-content .item-cj .item:nth-child(2) {
    margin-bottom: 7px;
}
.muscle-content .item-cj .item img {
    width: 100%;
}
.muscle-content .item-team {
    position: relative;
}
.muscle-content .item-team .swp {
    right: 27px;
    width: auto;
    left: auto;
}
.muscle-content .item-team .swp .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.muscle-content .item-team .swp .swiper-pagination-bullet-active {
    background: #2e74ff;
}
.muscle-content .item-team .item {
    position: relative;
}
.muscle-content .item-team .item h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    background-color: #2e74ff;
    background: linear-gradient(to right, #2e74ff , transparent);
    line-height: 46px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
}
.muscle-other {
    position: relative;
}
.muscle-other .hotline {
    font-size: 16px;
    line-height: 1;
    color: #333333;
}
.muscle-other .hotline a {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #2e74ff;
}
.muscle-other .swp {
    position: absolute;
    right: 0;
    top: -17px;
}
.muscle-other .swp a {
    display: inline-block;
    width: 66px;
    height: 32px;
    background-color: #818181;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.muscle-other .swp a:hover {
    background-color: #2e74ff;
}
.partner-wrap {
    background: url(../images/index-partner-bg.jpg) no-repeat center;
    background-size: cover;
}
.customer {
    position: relative;
    margin-top: 55px;
}
.customer .swiper-btn {
    position: absolute;
    top: 40%;
    width: 48px;
    height: 48px;
    background-color: #b6b6b6;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0;
    line-height: 48px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.customer .swiper-btn:hover {
    background-color: #2e74ff;
}
.customer .prev {
    left: -70px;
}
.customer .next {
    right: -70px;
}
.customer .swiper-btn .iconfont {
    vertical-align: middle;
    font-size: 20px;
}
.customer-list .item .cont {
    border: solid 1px rgba(255,255,255,.5);
    padding: 10px 15px;
    border-top: none;
    color: #fff;
}
.customer-list .item .cont h4 {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}
.partner-tit {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}
.partner-list {
    background: #fff;
    padding: 6px;
}
.partner-list .item {
    border: 1px solid #E8EDF0;
    width: 13.7%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.partner-list .item:nth-child(1),
.partner-list .item:nth-child(2),
.partner-list .item:nth-child(3),
.partner-list .item:nth-child(4),
.partner-list .item:nth-child(5),
.partner-list .item:nth-child(6),
.partner-list .item:nth-child(7) {
    margin-bottom: 20px;
}
.partner-list .item:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.index-news-wrap {
    background: #ECEBEB url(../images/index-news-bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.news-content {
    margin-top: 50px;
}
.news-content .item {
    width: 25%;
}
.news-content .item ~ .item {
    width: 24.2857%;
}
.news-content .item-faq {
    background: #fff;
}
.news-content .item .tit-bar {
    height: 52px;
    background-color: #535353;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
}
.news-content .item:first-child .tit-bar {
    background-color: #2e74ff;
}
.news-content .item .tit-bar .iconfont {
    font-size: 30px;
    margin-right: 5px;
    vertical-align: middle;
}
.news-content .item .tit-bar .icon-zhishi {
    position: relative;
    top: -2px;
}
.news-content .item .tit-bar .more {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-content .item .tit-bar .more:hover {
    letter-spacing: 1px;
}
.news-content .item ul {
    padding: 17px 0 0;
}
.news-content .item .faq-list {
    background: #fff;
    padding: 17px 12px;
}
.faq-list li {
    padding: 12px 0;
}
.faq-list li ~ li {
    border-top: 1px dashed #E5E5E5;
}
.faq-list li h4 {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-left: 24px;
}
.faq-list li h4 a {
    display: block;
    width: 100%;
    color: #333333;
}
.faq-list li h4 a:hover {
    color: #2e74ff;
}
.faq-list li h4:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    line-height: 25px;
    color: #2e74ff;
}
.faq-list li p {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    padding-left: 24px;
}
.faq-list li p:before {
    content: "A";
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 25px;
    color: #f4a416;
}
.news-content .item .news-list {
    padding-right: 20px;
}
.news-content .item:nth-child(2) .news-list {
    padding-right: 30px;
}
.news-list li {
    padding-top: 10px;
    padding-bottom: 18px;
}
.news-list li ~ li {
    border-top: 1px solid #c9c9c9;
}
.news-content .item:nth-child(2) .news-list li:first-child {
    padding-top: 0;
    margin-right: -30px;
}
.news-list li .date {
    font-size: 12px;
    line-height: 25px;
    color: #999999;
}
.news-list li h4 {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    margin-top: 4px;
}
.news-list li p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    padding-right: 30px;
}
.news-list li .pic {
    margin-bottom: 3px;
}

/*尾部*/
.footer {
    padding-top: 45px;
    background: #130D2C;
}
.foot-nav {
    width: 56%;
}
.foot-nav li {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.foot-nav li a {
    font-size: 16px;
    line-height: 1;
    color: rgba(255,255,255,.5);
}
.foot-qr {
    text-align: center;
}
.foot-qr p {
    margin-top: 5px;
    color: #aaaaaa;
}
.foot-contact {
    width: 312px;
}
.foot-contact .zx {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #2e74ff;
    color: #fff;
    text-align: center;
    font-size: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-contact .zx .icon-kefu {
    display: inline-block;
    font-size: 24px;
    margin-right: 35px;
    vertical-align: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-contact .zx:hover .icon-kefu {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.foot-contact p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
    color: #aaaaaa;
}
.foot-one {
    margin-bottom: 20px;
}
.links {
    color: #a0a0a0;
    margin-bottom: 20px;
}
.links a {
    margin-right: 10px;
    color: #a0a0a0;
}
.copyright {
    border-top: 1px solid rgba(170,170,170,.1);
    padding-top: 25px;
    padding-bottom: 25px;
    color: #a0a0a0;
}
.copyright a {
    color: #a0a0a0;
}
.copyright .fr a {
    
}
.foot-nav li a:hover,
.copyright a:hover,
.links a:hover {
    color: #fff;
}


/*面包屑*/
.mbx{padding-top: 15px; color: #666;}
.mbx.white{background: #fff;}
.mbx .icon-home{display: inline-block;vertical-align: middle;width: 17px;height: 15px;background: url(../images/icon-home.png) no-repeat center;margin-top: -2px;margin-right: 12px;}

/*产品详情*/
.product-album{background-color: #ffffff;border: solid 1px #dcdcdc;width: 40%;text-align: center;position: relative;overflow: hidden;}
.product-album .swiper-pagination-bullet{width: 10px;height: 10px;}
.product-pics-list{margin-top: 15px;overflow: hidden;}
.product-pics-list li{float: left;width: 19%;overflow: hidden;border: 1px solid #eee;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.product-pics-list li:hover{border-color: #2e74ff;}
.product-pics-list li ~ li{margin-left: 1%;}
.product-pics-list li a{cursor: -webkit-zoom-in;}
.product-header .cont{overflow: hidden;padding: 25px 55px;}
.product-header .cont h1{line-height: 1.1;font-size: 28px;color: #333;}
.product-header .cont h1.on{margin-left: -16px;}
.product-header .cont .subtit{font-size: 18px;color: #2e74ff;line-height: 1;margin-bottom: 42px;margin-top: 50px;}
.product-header .cont .des{line-height: 29px;min-height: 180px;margin-top: 25px;/*overflow: scroll;overflow-x: hidden;*/}
.product-header .cont .des::-webkit-scrollbar{width:6px; height:6px;}
.product-header .cont .des::-webkit-scrollbar-button{background-color:#F1F1F1;}
.product-header .cont .des::-webkit-scrollbar-track{background:#F1F1F1;}
.product-header .cont .des::-webkit-scrollbar-thumb{background:#C1C1C1; border-radius:4px;}
.product-header .cont .des::-webkit-scrollbar-corner{background:#C1C1C1;}
.product-header .cont .des::-webkit-scrollbar-resizer{background:#C1C1C1;}
.zixun{display: inline-block;width: 150px;height: 45px;line-height: 45px;font-size: 16px; color: #fff !important;text-align: center;background-color: #2e74ff;margin-top: 30px;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.zixun.min{width: 140px;height: 40px;line-height: 40px;}
.zixun:hover{box-shadow: 0 5px 20px rgba(0,0,0,0.1);opacity: .9;}
.product-tab{margin-top: 50px;height: 50px;line-height: 50px;background-color: #DEDEDE;font-size: 0;}
.product-tab li{display: inline-block;font-size: 18px;color: #333;padding: 0 45px;cursor: pointer;}
.product-tab li.on{background: #353535;color: #fff;}
.product-tabcont{background: #fff;padding: 35px 10px;overflow: hidden;}
.product-tabcont .item{line-height: 30px;overflow: hidden;font-size: 16px;}
.product-tabcont .item ~ .item{display: none;}
.product-tabcont .item h3,
.product-tabcont .item h2{font-size: 16px;color: #333;font-weight: bold;margin-bottom: 10px;margin-top: 15px;}
.product-tabcont .item&gt;h3:first-child,
.product-tabcont .item h2:first-child{margin-top: 0;}
.product-tabcont .item p{/*font-size: 16px !important;*/}
.product-tabcont .item td{vertical-align: middle;padding: 3px 5px;}
.product-tabcont .item table{table-layout: fixed;width: 100% !important;}
.product-tabcont .item td p{margin-left: 0 !important; text-indent: 0 !important; text-align: left;}
.product-tabcont .item td p span{font-size: 12px !important;font-family: 'PingFang SC', "微软雅黑", Arial, Helvetica !important;}
@media (max-width: 1280px) {
    .product-content .tit-bar h3 {
        font-size: 20px;
    }
    .product-header .cont {
        padding: 10px 0 0 30px;
    }
    .product-header .cont h1 {
        font-size: 24px;
    }
    .product-header .cont .des {
        line-height: 1.75;
        min-height: 140px;
    }
    .zixun {
        height: 40px;
        line-height: 40px;
    }
    .product-tab li {
        font-size: 16px;
        padding: 0 40px;
    }
    .product-tab {
        margin-top: 40px;
        height: 45px;
        line-height: 45px;
    }
}
@media (max-width: 768px) {
    .product-album {
        float: none;
        width: 100%;
    }
    .product-header .cont {
        padding: 0;
        margin-top: 20px;
    }
    .product-header .cont h1 {
        font-size: 20px;
        line-height: 1.3;
    }
    .product-header .cont .des {
        min-height: auto;
    }
    .zixun {
        margin-top: 20px;
    }
    .product-tabcont {
        padding: 20px 10px;
    }
}

/*内页大标题*/
.page-title{padding-top: 70px;padding-bottom: 60px;text-align: center;font-size: 32px;color: #333;line-height: 1;}
.page-title h3{line-height: 1;}
.page-title .en{font-size: 18px;color: #999;margin-top: 13px;}
.page-title.min{padding-top: 60px;padding-bottom: 40px;}

/*图片列表*/
.picture-list li {text-align: center;}
.picture-list li p {font-size: 16px;padding-top: 10px;padding-bottom: 15px;}

/*关于页面*/
.page-about .about-content {margin-top: 0;}
.page-about .about-content .cont{padding-top: 30px;}
.list-partner {margin-bottom: -20px;}
.list-partner li {margin-bottom: 20px;}
.list-partner li .box {position: relative;text-align: center;overflow: hidden;-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;}
.list-partner li .box .pic {height: 135px; border:1px solid #eee;}
.list-partner li .box p {padding: 0 10px;font-size: 14px;line-height: 1.3;margin-top: 10px;}


/*联系方式*/
.contact-list {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 80px 80px;
}
.contact-list li {
    width: 33.33%;
    margin-bottom: 34px;
}

.contact-list li .pic,
.contact-list li .cont {
    display: inline-block;
    vertical-align: middle;
}
.contact-list li .cont {
    margin-left: 16px;
}
.contact-list li .cont h4 {
    line-height: 24px;
    color: #81868e;
    font-size: 14px;
    line-height: 1;
}
.contact-list li .cont p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3;
    color: #2e3136;
}
.contact-list li:last-child {
    text-align: center;
    width: 100%;
    margin-top: 35px;
    border-top: 1px solid #eee;
    padding-top: 30px; 
}
.contact-list li:last-child p {
    margin-top: 5px;
    color: #888;
}
.contact-bsc {
    margin-top: 60px;
    margin-bottom: 100px;
}
.contact-bsc .item .box {
    position: relative;
    height: 300px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 75px;
}
.contact-bsc .item .box .pic {
    position: absolute;
    right: 0;
    bottom: 0;
}
.contact-bsc .item .box .cont {
    position: relative;
}
.contact-bsc .item .box .cont h4 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.contact-bsc .item .box .cont h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 4px;
    background-color: #1579d8;
}
.contact-bsc .item .box .cont p {
    font-size: 16px;
    line-height: 36px;
    color: #81868e;
}
.contact-map {
    position: relative;
    background: #eee;
    margin-top: -86px;
}
@media (max-width: 1800px) {
    .contact-list li .cont p {
        font-size: 16px;
        margin-top: 12px;
    }
    .contact-list {
        padding: 80px 40px 80px;
    }
    #map-content {
        height: 400px !important;
    }
}
@media (max-width: 1280px) {
    .contact-list li .cont p {
        font-size: 18px;
    }
    .contact-list li {
        float: none;
        width: 100%;
    }
    .contact-list li ~ li {
        margin-top: 30px;
    }
    .contact-list {
        padding: 40px 40px 40px;
    }
    #map-content {
        height: 300px !important;
    }
    .contact-list {
        position: relative;
    }
    .contact-list li:last-child {
        width: auto;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
        position: absolute;
        right: 40px;
        top: 40px;
    }
}
@media (max-width: 768px) {
    .contact-list {
        padding: 30px 20px;
    }
    .contact-list li .pic img {
        width: 35px;
    }
    .contact-list li .cont p {
        font-size: 14px;
        margin-top: 5px;
    }
    .contact-list li .cont {
        width: 80%;
    }
    #dituContent {
        height: 260px;
    }
    .contact-map .gogo {
        margin-left: -75px;
        margin-top: -20px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .icon-map-loc {
        width: 18px;
        height: 18px;
        margin-right: 15px;
    }
    .contact-bsc {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .contact-bsc .item {
        width: 100%;
    }
    .contact-bsc .item .box {
        padding-top: 0;
        padding-left: 0;
        padding: 20px 30px;
        height: auto;
    }
    .contact-bsc .item ~ .item {
        margin-top: 20px;
    }
    .contact-bsc .item .box .cont p {
        font-size: 14px;
        line-height: 1.75;
    }
    .contact-map {
        margin-top: -50px;
    }
    #map-content {
        height: 200px !important;
    }
}

/*在线留言*/
.form-content .one .item {
    width: 28.5%;
    height: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dddcd7;
    line-height: 58px;
    font-size: 0;
}
.form-content .one .item input {
    height: 30px;
    vertical-align: middle;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    color: #2e3136;
    font-size: 16px;
}
.form-content .one .item:nth-child(3) {
    width: 41%;
}
.form-content .two textarea {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dddcd7;
    margin-top: 10px;
    display: block;
    line-height: 1.75;
    padding: 30px 35px;
    color: #2e3136;
    font-size: 16px;
}
.form-content .sub {
    display: block;
    margin: 28px auto 0;
    width: 240px;
    height: 56px;
    background-color: #1579d8;
    box-shadow: 0px 10px 20px 0px 
        rgba(47, 113, 214, 0.15);
    border-radius: 28px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.form-content .sub:hover {
    width: 260px;
    box-shadow: 0px 10px 20px 0px 
        rgba(47, 113, 214, 0.25);
}
@media (max-width: 768px) {
    .form-content .one .item {
        width: 100%;
        height: 40px;
        line-height: 38px;
    }
    .form-content .one .item ~ .item {
        margin-top: 10px;
    }
    .form-content .one .item input {
        height: 30px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }
    .form-content .one .item:nth-child(3) {
        width: 100%;
    }
    .form-content .two textarea {
        height: 100px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .form-content .sub {
        margin: 28px auto 0;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 28px;
        font-size: 16px;
    }
}


/*新闻列表*/
.list-news .item{padding: 40px 0;border-bottom: 1px solid #e5e5e5;}
.list-news .item:first-child{padding-top: 0;}
.list-news .item .pic{width: 24%;}
.list-news .item .cont{width: 60%;padding-left: 75px;padding-top: 5px;}
.list-news .item .cont h4{font-size: 18px;color: #333;margin-bottom: 25px;}
.list-news .item .cont h4 a{color: #333;}
.list-news .item .cont h4 a:hover {color: #2e74ff;}
.list-news .item .cont .more{display: inline-block;font-size: 16px;color: #333333;line-height: 36px;margin-top: 30px;border-bottom: 1px solid #bfbfbf;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;}
.list-news .item .cont .more:hover{color: #2e74ff;border-color: #2e74ff;padding-right: 5px;padding-left: 5px;}
.list-news .item .date{font-family: FuturaBT-Book;font-size: 48px;color: #333333;line-height: 1;margin-top: 4%;}
.mdate{display: none;}
@media (max-width: 1800px) {
    .list-news .item .date {
        font-size: 40px;
    }
    .list-news .item .cont .more {
        margin-top: 20px;
    }
    .list-news .item .cont h4 {
        margin-bottom: 20px;
    }
}
@media (max-width: 1280px) {
    .list-news .item .date {
        font-size: 30px;
    }
    .list-news .item .cont {
        width: 62%;
        padding-left: 50px;
        padding-top: 0;
    }
    .list-news .item .cont h4 {
        margin-bottom: 15px;
    }
    .list-news .item .cont .more {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.5;
    }
}
@media (max-width: 1020px) {
    .list-news {
        margin-top: -20px;
    }
}
@media (max-width: 768px) {
    .list-news .item {
        padding: 15px 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .list-news .item .pic {
        width: 40%;
        float: none;
        padding-left: 0;
    }
    .list-news .item .cont {
        width: 60%;
        float: none;
        padding-left: 15px;
    }
    .list-news .item .date {
        display: none;
    }
    .list-news .item .cont h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .list-news .item .cont .more,
    .mdate {
        font-size: 12px;
        margin-top: 5px;
    }
    .mdate {
        display: block;
    }
    .list-news .item .cont p {
        margin-top: 10px;
        line-height: 1.5;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3; 
    }
}
@media (max-width: 600px) {
    .list-news .item .cont p {
        display: none;
    }
}

/*子类+面包屑*/
.cate-bar {
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}
.cate-list li {
    float: left;
}
.cate-list li ~ li {
    margin-left: 20px;
}
.cate-list li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    padding: 0 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-list li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    opacity: 0;
    background-color: #2e74ff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-list li.on a,
.cate-list li a:hover {
    color: #333;
}
.cate-list li.on a:before,
.cate-list li a:hover:before {
    width: 100%;
    opacity: 1;
    left: 0;
}
.breadcrumb {
    font-size: 14px;
    color: #888;
}
@media (max-width: 1020px) {
    .cate-bar {
        height: auto;
        line-height: 1;
        border-bottom: none;
        margin-top: 20px;
    }
    .cate-bar .breadcrumb {
        display: none;
    }
    .cate-list {
        float: none;
        display: flex;
        flex-wrap: wrap;
    }
    .cate-list li {
        float: none;
        flex-grow: 1;
        padding: 0 2px;
        margin-bottom: 4px;
        min-width: 60px;
    }
    .cate-list li ~ li {
        margin-left: 0;
    }
    .cate-list li a {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        color: #666;
        padding: 0 5px;
    }
    .cate-list li.on a {
        background: #2e74ff;
        color: #fff;
    }
    .cate-list li a:before {
        display: none;
    }
}

/*服务流程*/
.service-item {
    margin-bottom: 50px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}
.service-item li {
    display: inline-block;
    margin: 0 35px;
    width: 198px;
    font-size: 18px;
    color: #333;
}
.service-item li .service-icon {
    display: inline-block;
    margin-bottom: 15px;
    width: 138px;
    height: 138px;
    line-height: 138px;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-item li:hover .service-icon {
    background: #d6d6d6;
}
.service-item li .service-icon i {
    display: inline-block;
    vertical-align: middle;
    height: 78px;
    background: url(../images/service_icon.png) no-repeat;
}
.service-item li .service-icon .icon-s1 {
    width: 60px;
    background-position: 0 4px;
}
.service-item li .service-icon .icon-s2 {
    width: 65px;
    background-position: 0 -122px;
}
.service-item li .service-icon .icon-s3 {
    width: 55px;
    background-position: 0 -240px;
}
.service-item li .service-icon .icon-s4 {
    width: 60px;
    background-position: 0 -367px;
}
.service-introduction {
    width: 1126px;
    margin: 0 auto 55px;
    padding-top: 55px;
    border-top: 1px solid #EAEAEA;
    text-align: center;
}
.service-introduction p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.service-process {
    padding-bottom: 110px;
    background: #F9F9F9;
    text-align: center;
}
.service-process-cont {
    padding-top: 80px;
    line-height: 1.8;
    font-size: 16px;
}
.service-advantage {
    padding-bottom: 125px;
}
.page-service .com-title {
    padding-top: 60px;
    padding-bottom: 50px;
}
.step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-process-step {
    padding: 0 3%;
}
.step-list {
    margin-bottom: -40px;
}
.step-list li {
    position: relative;
    width: 16%;
    margin-bottom: 40px;
}
.step-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.step-list li h4 {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 18px;
    position: relative;
}
.step-list li h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}
.step-list li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.service-process2 {
    background: #fff;
}
@media screen and (max-width: 768px) {
    .service-item {
        margin-bottom: 20px;
    }
    .service-item li {
        width: 48%;
        font-size: 14px;
        vertical-align: middle;
        margin: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .service-item li .service-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .service-item li .service-icon i {
        display: inline-block;
        vertical-align: middle;
        height: 78px;
        background-size: 60px;
    }
    .service-item li .service-icon .icon-s1 {
        width: 60px;
        background-position:13px 16px;
    }
    .service-item li .service-icon .icon-s2 {
        width: 65px;
        background-position: 14px -60px;
    }
    .service-item li .service-icon .icon-s3 {
        width: 55px;
        background-position: 11px -131px;
    }
    .service-item li .service-icon .icon-s4 {
        width: 60px;
        background-position: 12px -207px;
    }
    .service-introduction {
         width: 100%; 
         margin: 0 auto 0; 
         padding-top: 0; 
        padding: 35px 3% 35px;
        border-top: 1px solid #EAEAEA;
         text-align: left; 
        text-indent: 2em;
    }
    .service-introduction br {
        display: none;
    }
    .service-introduction p {
        padding-bottom: 10px;
    }
    .com-title .tit {
        line-height: 1.2;
    }
    .step-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .service-process {
        padding-bottom: 80px;
    }
    .step-list li p {
        font-size: 14px;
    }
}</pre></body></html>