@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
    font-size: 12px;
    font-family: "微软雅黑", "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s;
}


.container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

/*- f-clearfix -*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    position: fixed;
    display: inline;
    width: 100%;
    height: 80px;
    line-height: 80px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
}

.fixed {
    top: -101px !important
}

.header .logo {
    float: left;
    width: 252px;
}

.header .logo img {
    
    height: 58px;
    vertical-align: middle;
}

.header .logo .icon-logo {
    display: block;
    font-size: 58px;
    width: 252px;
    height: 58px;
}

.header .nav {
    float: left;
    margin-left: 50px;
    width: 690px;
    height: 80px;
}

.header .nav li {
    float: left;
    margin-left: 50px;
    font-size: 16px;
}

.header .nav li .active {
    color: #e6c370;
    font-weight: bold;
}

.header .nav li a {
    color: #444;
}

.header .nav li a:hover {
    color: #e6c370;
}

.header .tel {
    float: left;
    width: 208px;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    font-size: 22px;
    color: #444;
    font-weight: bold;
    text-align: right;
}

.header .tel .iconfont {
    font-size: 24px;
    color: #e6c370;
    margin-right: 6px;
}

.footer {
    background-color: #141B1E;
}

.footer .footer-link {
    float: left;
    width: 640px;
    padding-top: 56px;
}

.footer .footer-link .menu-link {
    margin-bottom: 20px;
}

.footer .footer-link .menu-link a {
    font-size: 15px;
    color: #fafafa;
    margin-right: 50px;
}

.footer .footer-link .footer-copy {
    font-size: 13px;
    color: #999;
    line-height: 2;
    margin-right: 10px;
}

.footer .footer-link .footer-copy a {
    color: #999;
    margin-right: 6px;
}

.footer .footer-info {
    float: left;
    margin-left: 50px;
    width: 497px;
    padding: 40px 0;
}

.footer .footer-info a {
    color: #fafafa;
}

.footer .footer-info .qrcode {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 20px;
}

.footer .footer-info .qrcode .qr-text {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    color: #fafafa;
}

.footer .footer-info .serve {
    float: left;
    color: #fafafa;
    margin-right: 40px;
    width: 207px;
    text-align: center;
}

.footer .footer-info .serve .se-icon {
    display: block;
    width: 58px;
    height: 58px;
    background-color: #22282E;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 58px;
    font-size: 20px;
}

.footer .footer-info .serve .se-icon .iconfont {
    font-size: 20px;
}

.footer .footer-info .serve .se-tel {
    font-size: 23px;
    margin: 10px 0;
    font-weight: bold;
}

.footer .footer-info .serve .se-text {
    font-size: 14px;
}

.footer .footer-info .qrcode img {
    width: 100%;
}

.banner {
    width: 100%;
    height: 260px;
    background: url("../images/ser-banner.png") center no-repeat;
    background-size: cover !important;
    text-align: left;
    color: #fff;
    padding: 120px 0 30px;
    box-sizing: border-box;
    position: relative;
    margin-top: 80px;
    z-index: -1;
}

.banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.banner .container {
    position: relative;
    color: #fff;
    z-index: 1;
}

.banner h1 {
    font-size: 40px;
    font-weight: 500;
}

.banner p {
    width: 480px;
    margin-top: 10px;
    line-height: 2;
}


.customer {
    margin-top: 80px;
    background-color: #f6f6f6;
    padding: 60px 0;
}

.customer .customer-info {
    float: left;
    width: 570px;
    height: 380px;
    margin-right: 70px;
}

.customer .customer-info .title {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.40px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 36px;
}

.customer .customer-info .text {
    margin-top: 10px;
    color: #696e78;
    line-height: 2;
    font-size: 14px;
}

.customer .customer-info .common-bnt {
    margin-top: 30px;
}

.customer .customer-list .customer-item {
    float: left;
    width: 173px;
    height: 157px;
    line-height: 157px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    border-radius: 6px;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
    display: block;
    text-align: center;
}

.customer .customer-list .customer-item:nth-child(3n+3) {
    margin-right: 0;
}

.customer .customer-list .customer-item img {
    width: 160px;
    height: 142px;
    vertical-align: middle;
}

.common-title {
    text-align: center;
}

.common-title .title {
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px;
}

.common-title .text {
    color: #696e78;
    line-height: 2;
}

.common-bnt {
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.common-bnt span {
    margin-right: 6px;
}

.common-bnt a {
    color: #e6c370;
}

.common-bnt a:hover {
    display: inline-block;
    width: 156px;
    height: 34px;
    color: #ebebeb;
    background-color: #e6c370;
}


.igt-side {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 145px;
    z-index: 300;
    width: 50px;
    height: auto;
    padding-bottom: 55px
}

.igt-side-cu {
    position: relative;
    width: 50px;
    color: #e6c370;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2)
}

.igt-side-cu a {
    color: #e6c370;
}

.igt-side-cu .iconfont {
    font-size: 20px;
}

.igt-side-cu .cu-icon {
    display: inline-block;

    line-height: 20px;
}

.igt-side-cu .cu-tit {
    position: relative;
    height: 140px;
    text-align: center;
    cursor: pointer
}

.igt-side-cu .cu-tit .cu-icon {
    margin: 20px 0 10px
}

.igt-side-cu .cu-tit span {
    display: block;
    line-height: 18px;
    margin: 0 auto;
    width: 16px;
    font-size: 16px
}

.igt-side-cu:hover .cu-sub-wrap {
    display: block
}

.igt-side-cu .cu-sub-wrap {
    display: none;
    position: absolute;
    right: 50px;
    top: 0;
    padding-right: 5px
}

.igt-side-cu .cu-sub {
    width: 260px;
    margin-bottom: 41px;
    padding: 25px 25px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2)
}

.igt-side-cu .cu-sub .cu-item {
    position: relative;
    display: block;
    padding-left: 32px;
    line-height: 20px
}

.igt-side-cu .cu-sub .cu-item:hover .arr-red:after {
    -webkit-transform: translate(4px);
    -ms-transform: translate(4px);
    transform: translate(4px)
}

.igt-side-cu .cu-sub .cu-item+.cu-item {
    margin-top: 14px
}

.igt-side-cu .cu-sub .cu-item .cu-icon {
    position: absolute;
    top: 2px;
    left: 0
}

.igt-side-cu .cu-sub .cu-item dt {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px
}

.igt-side-cu .cu-sub .cu-item dt .cu-txt2 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
}

.igt-side-cu .cu-sub .cu-item dd {
    color: #333;
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 14px;
}

.igt-side-cu .cu-sub .cu-item dd b {
    font-weight: 700
}

.side-top {
    display: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    margin-top: 5px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0
}

.side-top .side-top-btn {
    display: block;
    width: 50px;
    height: 50px;
    color: #e6c370;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center
}

.side-top .side-top-btn i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #e6c370;
    background-color: #fff
}

.arr-blue {
    position: relative;
    color: #e6c370;
    padding-right: 15px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}

.arr-blue:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("../images/up.png");
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    background-size: contain;
    
}

.arr-blue:hover {
    color: #e6c370
}

.arr-blue:hover:after {
    -webkit-transform: translate(4px);
    -ms-transform: translate(4px);
    transform: translate(4px)
}

.pagelist {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #fff;
    margin: 10px auto;
    padding: 5px 0;
    overflow: hidden;
}

.pagelist ul {
    display: inline-block;
    overflow: hidden;
}

.pagelist ul li a:link,
div.pagelist ul li a:visited {
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    color: #e6c370;
    border-radius: 3px;
    padding: 0 10px;
}

.pagelist li {
    float: left;
    margin: 0 5px;
}

.pagelist ul li:hover a:link,
div.pagelist ul li:hover a:visited {
    background: #e6c370;
    color: #fff;
    border: 1px solid #e6c370;
}

.pagelist li.active {
    background: #e6c370;
    color: #fff;
    border-radius: 2px;
}

.pagelist li.active a:link,
.pagelist li.active a:visited {
    color: #fff;
    background: #e6c370;
}

.pagelist li.active a:link{
    border-color: #e6c370;
}

.pt80 {
    padding-top: 80px;
}

.phone-show{
    display: none;
}

.phone-hide{

}

@media screen and (max-width: 1024px) {

    .phone-hide{
        display: none;
    }

    .phone-show{
        display: block;
    }

    .container{
        width: 100%;
    }

    .header .tel{
        display: none;
    }

    .header .logo{
        width: 50%;
        margin-left: 15px;
    }

    .header .logo img{
        height: 50px;
    }

    .header .nav{
        width: 100%;
        position: absolute;
        margin-left: 0;
        height: auto;
        top: 70px;
        background: #fff;
        display: none;
    }

    .header{
        height: 70px;
        line-height: 70px;
    }

    .phone-menu{
        position: relative;
        margin-right: 15px;
    }

    .phone-menu span{
        display: block;
        height: 3px;
        background: #666;
        border-radius: 5px;
        width: 50px;
        margin-bottom: 10px;
    }

    .phone-menu span:last-child{
        margin-bottom: 0;
    }

    .header .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .nav{
        padding: 15px 0;
    }

    .header .nav li{
        float: none;
        margin-left: 0;
        padding-left: 15px;
        line-height: 40px;
    }

    .header.fixed .nav{
        display: none;
    }

    .swiper-banner .swiper-container{
        margin-top: 70px;
        height: 300px;
    }

    .swiper-banner .swiper-slide{
        position: relative;
    }

    .swiper-banner .swiper-slide img{
        width: 100%;
        height: 100%;
    }

    .swiper-banner .swiper-content{
        top: 20%;
        width: 90%;
    }

    .swiper-banner .swiper-content .swiper-title{
        font-size: 20px;
        padding-left: 15px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .swiper-banner .swiper-content .swiper-text{
        margin-left: 15px;
        font-size: 12px;
        line-height: 24px;
        margin-top: 0;
    }

    .swiper-banner .swiper-content .swiper-bnt{
        width: 120px;
        height: 35px;
        margin-left: 15px;
        font-size: 14px;
        margin-top: 20px;
        line-height: 35px;
    }

    .common-title .title{
        font-size: 24px;
        margin-bottom: 10px;
    }

    body .service{
        margin-top: 30px;
    }

    .common-title .text{
        padding: 0 15px;
        font-size: 14px;
        line-height: 20px;
    }

    body .service ul{
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        flex-wrap: wrap;
    }

    body .service ul::before,body .service ul::after{
        display: none;
    }

    body .service li{
        float: none;
        margin: 30px 0 0;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    body .service li:nth-child(3) {
        margin-right: 0 !important;
    }

    body .service li span{
        padding-top: 20px;
        font-size: 66px;
    }

    body .service li a{
        width: auto;
        height: auto;
    }

    body .service li .desc{
        width: auto;
        margin-left: 0;
        padding: 0 20px 20px;
        margin-right: 0px;
    }

    body .service li .title{
        font-size: 16px;
        margin-bottom: 15px;
    }

    body .team .team-text .title{
        font-size: 20px;
        line-height: 30px;
    }

    body .team .team-text{
        padding: 25px 0;
    }

    body .team li{
        width: 90%;
        padding: 10px 3%;
        height: auto;
        float: none;
        margin: auto;
    }

    body .team li .title{
        font-size: 18px;
    }

    body .team li .desc{
        font-size: 12px;
    }

    body .team .team-more{
        margin-top: 10px;
    }

    body .team li .iconfont {
        font-size: 50px;
    }

    body .baike{
        padding: 30px 0;
    }

    body .baike-content .baike-item{
        width: auto;
        margin-right: 0;
        float: none;
        padding-right: 0;
        border-right: 0;
        margin-bottom: 30px;
    }

    body .baike-content{
        height: auto;
    }

    body .news{
        margin-top: 30px;
    }

    body .news .news-box .news-hot{
        float: none;
        width: auto;
        margin-right: 0;
    }

    body .news .news-box .news-hot .pic{
        width: auto;
        height: auto;
        padding: 15px;
    }

    body .news .news-box .news-hot .title{
        padding: 15px;
        font-size: 18px;
    }

    body .news .news-box .news-list{
        float: none;
        width: auto;
    }

    body .news .news-box .news-list li{
        width: auto;
        display: flex;
    }

    body .news .news-box .news-list li .date .date-month{
        white-space: nowrap;
    }

    body .news .news-box .news-list li .info{
        flex: 1;
        width: auto;
        overflow: hidden;
    }

    body .customer .customer-info .title{
        padding: 0 15px;
        font-size: 22px;
    }

    .customer .customer-info .text{
        padding: 0 15px;
    }

    .customer .customer-info{
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .customer-list ul{
        overflow: hidden;
    }

    .customer-list{
        margin: 15px;
    }

    .customer .customer-list .customer-item{
        margin-right: 0;
        width: 48%;
    }

    .customer .customer-list .customer-item:nth-of-type(even){
        float: right;
    }

    .footer .footer-link{
        padding-top: 30px;
        float: none;
        width: auto;
    }

    .footer .footer-link .menu-link{
        padding: 0 15px;
    }

    .footer .footer-link .menu-link a{
        width: 32%;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer .footer-link .footer-copy{
        padding: 0 15px ;
    }

    .footer .footer-info{
        float: none;
        width: auto;
        margin-left: 0;
    }

    .footer .footer-info .serve{
        float: none;
        margin: 0 auto 20px;
    }

    .footer .footer-info .qrcode{
        height: auto;
    }

    .index-link{
        padding:  0 15px;
    }

    .banner{
        margin-top: 70px;
        padding: 80px 0 30px;
    }

    .banner h1{
        padding-left: 15px;
        font-size: 30px;
    }

    .banner p{
        width: auto;
        padding: 0 15px;
    }

    body .ser-content{
        padding: 50px 15px;
    }

    body .ser-content .ser-bg{
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
    }

    body .ser-content .ser-bg img{
        width: 100%;
    }

    body .ser-content .ser-info{
        margin-top: 20px;
        float: none;
        width: auto;
        margin-right: 0;
    }

    body .ser-content .ser-info .ser-title{
        font-size: 26px;
    }

    body .ser-content.bgf6 .container{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    body .news-tabs a{
        width: auto;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }

    body .news-tabs{
        line-height: 40px;
        height: 40px;
    }

    body .news-main .news-list li{
        padding: 15px;
    }

    body .news-main .news-list li .news-pic{
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }

    body .news-main .news-list li .news-info{
        float: none;
        width: auto;
        margin-top: 20px;
    }

    body .news-main .news-list li .news-info .news-title{
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    body .weizhi{
        margin-top: 70px;
        padding: 15px;
    }

    body .article .article-box .article-main{
        padding: 15px;
    }

    body .article .article-box .article-main h1{
        font-size: 20px;
    }

    body .article .article-box .article-main .article-content img{
        max-width: 100%;
    }

    body .news .news-box .news-hot .desc{
        padding: 0 15px 30px;
    }

    body .team-main .team-search{
        padding: 0 15px;
    }

    body .team-main{
        margin-top: 30px;
    }

    body .team-main .team-search .bnt{
        right: 15px;
        height: 40px;
        line-height: 40px;
        width: 100px;
    }

    body .team-main .team-search .txt{
        height: 40px;
    }

    body .team-list{
        padding: 0 15px;
    }

    body .team-main .team-list li{
        width: 48%;
        margin-right: 0;
        height: auto;
    }

    body .team-main .team-list li:nth-of-type(even){
        float: right;
    }

    body .team-main .team-list li img{
        width: 100%;
        display: block;
        height: auto;
    }

    body .team-main .team-list .team-info{
        width: auto;
    }

    body .team-main .team-list li .team-info .name{
        font-size: 22px;
    }

    body .team-details .team-box .team-content{
        padding: 15px;
    }

    body .team-details .team-box .team-content .team-pic{
        float: none;
        width: auto;
        margin-right: 0;
    }

    body .team-details .team-box .team-content .team-info{
        float: none;
        width: auto;
    }

    body .team-details .team-box .team-content .team-info .name{
        font-size: 28px;
    }

    body .about{
        padding: 50px 0;
    }

    body .about .about-title{
        padding: 0 15px;
        float: none;
        width: auto;
    }

    body .about .about-title .title{
        font-size: 36px;
    }

    body .about .about-title .icon{
        font-size: 40px;
    }

    body .about .about-desc{
        padding: 20px 15px 0;
    }

    body .contact{
        margin: 30px 0;
    }

    body .contact .contact-info{
        float: none;
        width: auto;
        padding: 0 15px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body .contact .contact-info .title{
        font-size: 18px;
    }

    body .contact .contact-map{
        width: auto;
        float: none;
    }

    body .contact .contact-map img{
        max-width: 100%;
    }

    #map{
        width: auto !important;
        height: auto !important;
    }

    body .message .message-left{
        display: none;
    }

    body .message .message-right{
        float: none;
        width: auto;
        height: auto;
        padding: 10px;
    }

    body .message .message-right .message-item .input-main{
        width: 92%;
    }

    body .message .message-right .input-class{
        width: 100%;
    }

    body .message .message-right .message-item .input-name{
        width: 100%;
    }

    body .message .message-right .textar{
        width: 100%;
        box-sizing: border-box;
    }

    body .message .message-right .bnt{
        width: 180px;
        height: 50px;
        line-height: 50px;
    }
}