html, body {
    font-size: 62.5%;
    height: 100%;
    min-height: 100%;
    color: #999;
    font-family: "微软雅黑";

}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {
    margin: 0;
    padding: 0;
}

li, ol {
    list-style: none;
}

ins {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

:focus {
    outline: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    clear: both;
}

img {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input, textarea, select, button {
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
}

.mt60 {
    margin-top: 60px;
}

.title h2 {
    font-size: 40px;
    color: #0080ff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 70px;
}

.title p {
    font-size: 18px;
    color: #555;
    margin-bottom: 13px;
}

.title i {
    display: block;
    margin: auto;
    background: url("../images/title-line.png") no-repeat center;
    background-size: contain;
    height: 14px;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1200px) {
    .home-working .container {
        width: 1160px;
    }
}

/*导航*/

.logo {
    margin-top: 15px;
}

.header .nav {
    height: 80px;
    line-height: 80px;
    margin-right: 15px;
}

.header .nav li {
    display: block;
    float: left;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
}

.header .nav li a {
    font-size: 1.6rem;
    color: #333;

}

.header .nav li a:hover {
    color: #0080ff;
    font-weight: bold;
    padding-bottom: 15px;
}

.header .nav li.active a {
    color: #0080ff;
    font-weight: bold;
    padding-bottom: 15px;
}

.header .nav li .subnav {
    position: absolute;
    z-index: 999;
    left: -70px;
    top: 80px;
    width: 255px;
    text-align: center;
    line-height: normal;
    background: #fff;
    display: none;
    background-color: rgba(255, 255, 255, .98);
    box-shadow: 0 1px 15px rgba(18, 21, 21, .2);
    border-top: 1px solid #f0f0f0;
    padding: 10px;
}

.header .nav li .subnav li {
    width: 50%;
    float: left;
    line-height: 35px;
    padding: 0;

}

.header .nav li .subnav li a {
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    color: #464646;

}

.header .nav li .subnav li a:hover {
    color: #000;
}

.header .nav li:hover .subnav {
    display: block;
}

.phonenum {
    float: right;
    margin-top: 18px;
}

.phonenum h2 {
    font-size: 20px;
    color: #0080ff;
    font-weight: bold;
    display: block;

}

.phonenum span {
    font-size: 14px;
    color: #848080;
    margin-top: 0;
    display: inline-block;
}

/*手机导航*/

.header1 {
    width: 100%;
}

.header1 .top {
    height: 85px;
}

.header1 .top h1 {
    margin: 10px 0 0;
    padding: 0;
    width: 400px;
}

.header1 .top h1 img {
    max-width: 100%;
}

.header1 .top .link {
    position: relative;
}

.header1 .top .link a {
    padding: 0 18px 0 27px;
    font-size: 14px;
    color: #484848;
    line-height: 85px;
    height: 85px;
}

.header1 .top .link .slide {
    position: absolute;
    top: 85px;
    right: 0;
    background: #363636;
    width: 105px;
    height: 48px;
    line-height: 48px;
    z-index: 10;
    display: none;
}

.header1 .top .link .slide a {
    font-size: 14px;
    color: #b7b7b7;
    /*margin: 0 12px 0 0;*/
    padding: 0 12px;
    float: right;
    height: 48px;
    line-height: 48px;
    /*padding: 0;*/
    box-sizing: content-box;
}

.header1 .top .link .slide a:hover {
    color: #f39800;
}

.header1 .nav-box {
    background: #014099;
    height: 60px;

}

.header1 .nav-box nav {
    position: relative;
    height: 60px;
    line-height: 60px;
}

.header1 .nav-box nav ul {
    display: inline-block;
}

.header1 .nav-box nav li {
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.header1 .nav-box nav li > a {
    padding: 0 58px;
    color: #fff;
    display: block;
    z-index: 2;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s 0s cubic-bezier(0.86, 0.5, 1, 1);

}

.header1 .nav-box li.cur > a {
    background: #00347e;
    /*border-top: 3px #e7141a solid;*/

}

.header1 .nav-box li:hover {
    background: #00347e;

}

.header1 .nav-box li.on > a {
    background: #00347e;
}

.header1 .nav-box .nav-slide {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
}

.header1 .nav-box .nav-slide .con {
    display: none;
    background: #4c4a4f;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    z-index: 10;
}

.header1 .nav-box .nav-slide .con dl {
    float: left;
    padding: 13px 0;
}

.header1 .nav-box .nav-slide .con dd {
    height: 30px;
    float: left;
    margin-left: 24px;
}

.header1 .nav-box .nav-slide .con dd a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s 0s cubic-bezier(0.86, 0.5, 1, 1);
}

.header1 .nav-box .nav-slide .con dd a:hover {
    color: #ffb400;
}

.header1 .nav-box .nav-slide .con1 {
    left: 80px;
}

.header1 .nav-box .nav-slide .con3 {
    left: 240px;
}

.header1 .nav-box .nav-slide .con4 {
    left: 320px;
}

.header1 .nav-box .nav-slide .con5 {
    left: 400px;
}

.header1 .nav-box .nav-slide .con6 {
    left: 480px;
}

.header2 {
    height: auto;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 999;
    width: 100%;
    display: none;
}

.header2 .main-wrap {
    height: 65px;
    padding: 0 3%;
}

.header2 .logo {
    display: block;
    width: 170px;
    margin-top: 12px;
}

.header2 .logo a {
    display: inline-block;
}

.header2 .logo img {
    width: 75%;
    vertical-align: top;
    margin-top: 2px;
}

.header2 .nav-btn {
    width: 35px;
    height: 25px;
    position: relative;
    cursor: pointer;
    margin-top: 22px;
}

.header2 .nav-btn .line {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #0080ff;
    position: absolute;
    left: 0;
}

.header2 .nav-btn .line1 {
    top: -3px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.header2 .nav-btn .line2 {
    top: 9px;
}

.header2 .nav-btn .line3 {
    bottom: 0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.header2 .nav-btn.active {
    -webkit-animation: rotate 0.5s linear 0s;
    animation: rotate 0.5s linear 0s;
}

.header2 .nav-btn.hover .line {
    left: 6px;
    background: #0080ff;
}

.header2 .sub-menu {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
    overflow-y: auto;
}

.header2 .sub-menu ul {
    width: 100%;
    padding-bottom: 6%;
}

.header2 .sub-menu li {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
}

.header2 .sub-menu .tit {
    display: block;
    width: 100%;
    padding: 0 3%;
    line-height: 60px;
    color: #000;
    position: relative;
}

.header2 .sub-menu .titx {
    display: block;
    width: 100%;
    padding: 0 3%;
    line-height: 60px;
    color: #000;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.header2 .sub-menu .sub-tit:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/ico_03.png) no-repeat center;
    background-size: 20px auto;
    position: absolute;
    right: 3%;
    top: 15px;
}

.header2 .sub-menu .sub-tit.on {
    background-color: #54aaff;
    color: #fff;
}

.header2 .sub-menu .sub-tit.on:after {
    background: url(../images/ico_03_h.png) no-repeat center;
    background-size: 20px auto;
}

.header2 .sub-menu .sec-list {
    line-height: 40px;
    padding: 10px 4%;
    display: none;
}

.header2 .sub-menu .sec-list p {
    background: url(../images/ico_04.png) no-repeat left center;
    background-size: 3px auto;
    font-size: 14px;
}

.header2 .sub-menu .sec-list a {
    padding-left: 3%;
    color: #666;
    display: block;
}

.header2 .sub-menu .sec-list a:hover {
    color: #0080ff;
}

.header2 .sub-menu span {
    font-family: "CALIFR";
    margin-left: 10px;
}

.header2 .m-search-box {
    width: 92%;
    border: 1px solid #aaa;
    position: fixed;
    left: 3%;
    top: 20%;
    height: 45px;
    z-index: 11;
    display: none;
}

.search-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #f5f5f5;
    display: none;

}

/*轮播图*/

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 30px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 30px;
    left: auto
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;

}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0080ff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px
}

/*服务项目*/

.home-working .main-content {
    width: 100%;
    margin-top: 50px;
}

.home-working .main-content > a {
    display: block;
    background-color: #D3D3D3;
    width: 48px;
    padding: 41px 0;
    margin-top: 15px;
}

.home-working .worklist {
    margin-top: 60px;
}

.home-working .worklist .swiper-slide.li1 {
    background: url("../images/201811331221.png") no-repeat 30% 70%;
}

.home-working .worklist .swiper-slide.li2 {
    background: url("../images/201811321221.png") no-repeat 30% 70%;
}

.home-working .worklist .swiper-slide.li3 {
    background: url("../images/201811311221.png") no-repeat 30% 60%;
}

.home-working .worklist .swiper-slide i {
    display: block;
    width: 45px;
    height: 2px;
    background-color: #0080ff;
    margin-bottom: 10px;
}

.home-working .worklist .swiper-slide h6 {
    color: #0080ff;
    font-size: 20px;
    margin-bottom: 8px;
}

.home-working .worklist .swiper-slide p {
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 40px;
}

.home-working .worklist .swiper-slide a img:first-child {
    display: inline-block;
}

.home-working .worklist .swiper-slide a img:first-child + img {
    display: none;
}

.home-working .worklist .swiper-slide a:hover img:first-child {
    /*background-position: left top;*/
    display: none;
}

.home-working .worklist .swiper-slide a:hover img:first-child + img {
    display: inline-block;
}

.home-working .worklist .swiper-slide {
    display: block;
    text-align: left;
    padding-left: 60px;
}

.home-working .worklist .swiper-slide img {
    width: auto;
}

.home-working .swiper-button-next, .home-working .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 48px;
    height: 105px;
    margin-top: -22px;
    z-index: 2;
    cursor: pointer;
    background-size: 48px 105px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-working .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url("../images/tb-1.jpg") no-repeat;
    left: 0px;
    right: auto;
}

.home-working .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("../images/tb-2.jpg") no-repeat;
    right: -5px;
    left: auto;

}

.home-working .swiper-button-prev:hover {
    background: url("../images/tb-3.jpg") no-repeat;

}

.home-working .swiper-button-next:hover {
    background: url("../images/tb-4.jpg") no-repeat;
}

/*我们的优势*/

.six-sys .main-content {
    text-align: center;
}

.six-sys .carousel {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    height: 339px;
    margin-bottom: 20px;
}

.six-sys .carousel ul {
    overflow: hidden;
}

.six-sys .carousel ul li {
    width: 236px;
    height: 339px;
    float: left;
    margin: 0 38px;
}

.six-sys .carousel ul li .zhezhao {
    background-color: rgba(42, 149, 253, 0.8);
    width: 236px;
    height: 100%;
    text-align: center;
    padding-top: 40px;
    position: absolute;
    top:0;
    display: none;
    /*IE8下*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2EBEAEA, endColorstr=#B2EBEAEA);
}

.six-sys .carousel ul li .zhezhao h6 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin: 40px 0 28px 0;
}

.six-sys .carousel ul li .zhezhao em {
    font-style: normal;
    font-family: Helvetica;
    color: #777;
}

.six-sys .carousel ul li .zhezhao p {
    line-height: 22px;
    font-size: 13px;
    color: #fff;
    margin: 10px auto 20px;
    text-align: center;
    padding: 0 15px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.six-sys .carousel ul li .zhezhao .more {
    display: block;
    width: 105px;
    height: 30px;
    color: #fff;
    background-color: #FF7124;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    font-family: Helvetica;
}

.six-sys .main-content .num-list {
    display: inline-block;
    margin: auto;
    overflow: hidden;
}

.six-sys .main-content .num-list li {
    margin-right: 45px;
    float: left;
    border: 3px solid #E5E5E5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.six-sys .main-content .num-list li:last-child {
    margin-right: 0;
}

.six-sys .main-content .num-list li.on {
    border: 3px solid #0080ff;
}

.six-sys .main-content .num-list li a {
    display: block;
    width: 11px;
    height: 19px;
    margin: 7.5px 31.5px;
    background-image: url("../images/index-icon_03.png");
}

.six-sys .main-content .num-list .li1 a {
    background-position: 0 0;
}

.six-sys .main-content .num-list .li1.on a {
    background-position: left bottom;
}

.six-sys .main-content .num-list .li2 a {
    background-position: right top;
}

.six-sys .main-content .num-list .li2.on a {
    background-position: right bottom;
}

.bui1 {
    background: url(../images/201814141221.jpg) no-repeat center top;
    background-size: contain;
}

.bui2 {
    background: url(../images/201814141221.jpg) no-repeat center top;
    background-size: contain;
}

.bui3 {
    background: url(../images/201814141221.jpg) no-repeat center top;
    background-size: contain;
}

.bui4 {
    background: url(../images/201814141221.jpg) no-repeat center top;
    background-size: contain;
}

.bui5 {

    background: url(../images/201814141221.jpg) no-repeat center top;
    background-size: contain;
}

/*真实证书*/

.honor-cont {
    border-top: 2px solid #F7F7F7;
    border-bottom: 2px solid #F7F7F7;
    padding: 50px 0;
    overflow: hidden;
    margin-top: 50px;
}

.honor_scroll .text p {
    font-size: 18px;
    color: #999;
    padding: 0 6px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.honor_scroll a:hover .text p {
    color: #0080ff;
}

/*培训展示*/

.showcont {
    background-color: #f6f6f6;
    margin-top: 35px;
    padding: 55px 0;
}

.showlist li {
    margin-bottom: 50px;
}

.showlist li .pic img {
    width: 100%;
}

.showlist li .text {
    background-color: #a5a5a5;
}

.showlist li .text p {
    font-size: 18px;
    color: #fff;
    padding: 15px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showlist li:hover .text {
    background-color: #0080ff;
}

.more_u a {
    background-color: #0080ff;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    padding: 8px 50px;
    text-transform: uppercase;
}

.more_u a:hover {
    background-color: #3399ff;
}

/*新闻中心*/

.intro_list li .intro_text {
    border: 1px #ddd solid;
    padding: 10px;
}

.intro_list li .intro_text .pic img {
    width: 100%;
}

.intro_list li .intro_text h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 16px 0 15px;
}

.intro_list li .intro_text .text dl {
    margin-top: 25px;
    overflow: hidden;
}

.intro_list li .intro_text .text .news_more {
    position: absolute;
    right: 0;
    top: 5px;
    background: #0080ff none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 2px 10px;
    text-transform: uppercase;
}

.intro_list li .intro_text .text dl dd p {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intro_list li .intro_text .text dl dd span {
    float: right;
    font-size: 16px;
    color: #999;
}

.intro_list li:hover .intro_text .text .news_more {
    background-color: #3399ff;
    color: #fff;

}

.intro_list li .intro_text .text dl dd:hover p {
    color: #3399ff;
}

.intro_list li:hover .intro_text {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    box-shadow: 0 0 20px #f0f0f0;
    cursor: pointer;
}

/*关于我们*/

.ty_zbk_pos .container {
    padding: 0;
}

.nybanner img {
    display: block;
    width: 100%;
}

.ty_zbk_pos {
    min-height: 400px;
}

.gsjjban img {
    display: block;
    width: 100%;
}

.tyz_ejlm {
    background: #0080ff;
    padding: 15px 0 0 0;
    position: absolute;
    left: 0;
    top: -68px;
    z-index: 2;
}

.ty_zdbt {
    padding: 0 25px;
    margin-bottom: 30px;
}

.ty_zdbt b {
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding: 20px 0 8px 0;
}

.ty_zdbt span {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}

.tyz_ejlm ul {
    overflow: hidden;
    background: #3399ff;
}

.tyz_ejlm ul li {
    font-size: 15px;
    color: #CFD7EC;
    padding: 0 20px;
}

.tyz_ejlm ul li a {
    font-size: 1.4rem;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5cadff;
    line-height: 60px;
}

.tyz_ejlm ul li:last-child a {
    border-bottom: none;
}

.tyz_ejlm ul li:hover a {
    border-bottom: none;
}

.tyz_ejlm ul li:hover {
    background: #2791fa;

}

.yc_tywk {
    padding: 0 0 0 40px;
}

.yc_tit_dhfy {
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}

.yc_tit_dhfy strong {
    font-size: 24px;
    color: #333;
}

.yc_tit_dhfy .breadcrumb {
    float: right;
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb li span {
    color: #343434;
    font-size: 14px;
}

.breadcrumb li a {
    font-size: 14px;
    color: #808080;
}

.breadcrumb > li:nth-child(2):before {
    color: #fff;
    padding: 0;
}

.breadcrumb li:last-child a, .breadcrumb li:hover a {
    color: #4B91E7;
}

.tykjs_zw {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.zcwzpl {
    padding-left: 0;
}

.zcwzpl p {
    font-size: 15px;
    color: #656565;
    line-height: 30px;
    margin-bottom: 15px;
}

.ycwzpl {
    padding-right: 0;
}

.ycwzpl img {
    display: block;
    width: 100%;
}

.tykjs_zw > h4 {
    color: #254B9C;
    margin-bottom: 20px;
}

.dzpl_de > div {
    padding: 0;
    position: relative;
}

.dzpl_de > div ul li {
    font-size: 15px;
    color: #A3A3A3;
    overflow: hidden;
    margin-bottom: 0;
}

.dzpl_de > div ul li img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.ycfd_de {
    display: inline-block;
    background: #a1e488;
    height: 120px;
    width: 100%;
    padding: 27px 20px;
    position: relative;
    margin-top: 15px;
}

.ycfd_de:before {
    content: '';
    width: 182px;
    height: 173px;
    position: absolute;
    right: 15px;
    top: -28px;
    background: url(../images/xq_lxfstx.png) no-repeat;
    background-size: contain;
}

.ycfd_de a {
    display: block;
    color: #fff;
    font-size: 30px;
}

.ycfd_de em {
    color: #fff;
    font-size: 14px;
}

.map-box {
    margin-top: 25px;
}

#dituContent {
    width: 100%;
    height: 300px;
}

.BMapLabel {
    max-width: none;
}

.zpxx_zplb li {
    border: 1px solid #F1F1F1;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.zpxx_zplb li.on {
    -webkit-box-shadow: 0 0 11px 3px #ddd;
    -moz-box-shadow: 0 0 11px 3px #ddd;
    box-shadow: 0 0 11px 3px #ddd;
}

.zpxx_zplb li > span, .zpxx_zplb li > span em {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.zpxx_zplb li.on > span, .zpxx_zplb li.on > span em {
    color: #3488EB;
}

.zpxx_zplb li > span em {
    border-left: 2px solid #666;
    padding-left: 8px;
    margin-left: 8px;
}

.zpxq_nr {
    display: none;
}

.xwzd_xw > div {
    padding: 0;
}

.zcxwzd_we .zdxw_tit, .xwlb_bttit {
    display: block;
    font-size: 18px;
    color: #323232;
    margin-top: 5%;
}

.zcxwzd_we span, .xwlb_yfd span {
    display: block;
    font-size: 14px;
    color: #C9C9C9;
    margin: 8px 0;
}

.zdxw_jj, .zdxw_jj p {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.zdxw_xqs {
    border: 1px solid #0080ff;
    font-size: 15px;
    padding: 8px 20px;
    color: #0080ff;
    display: inline-block;
    margin-top: 6%;
}

.xwzd_xw > div + div {
    padding-left: 38px;
}

.xwzd_xw > div + div img {
    display: block;
    width: 100%;
}

.xwlb_pllb {
    border-top: 1px solid #EBEBEB;
    margin-top: 5%;
    margin-bottom: 25px;
}

.xwlb_pllb li {
    border-bottom: 1px solid #EBEBEB;
    padding: 30px;
    position: relative;
    height: 137px;
    box-sizing: content-box;
    cursor: pointer;
    margin-bottom: 35px;
}

.xwlb_pllb li > a {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 217px;
    height: 137px;
}

.xwlb_pllb li > a img {
    display: block;
    width: 217px;
    height: 137px;
}

.xwlb_yfd {
    /*   padding-left: 235px;*/
    padding-right: 5rem;
    height: 137px;
}

.xwlb_bttit {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwlb_pllb li > a.xwlb_zylj {
    border: 1px solid #3488EA;
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -18px;
    left: auto;
    text-align: center;
    font-family: SimSun;
    transition: all 0.3s;
}

.xwlb_pllb li:hover {
    -webkit-box-shadow: 0 0 10px 5px #ddd;
    -moz-box-shadow: 0 0 10px 5px #ddd;
    box-shadow: 0 0 10px 5px #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.xwlb_pllb li:hover > a.xwlb_zylj {
    background: #3488EA;
    color: #fff;
}

.xgsgfw .inbzsglb li img {
    margin-top: 0;
}

.xwxq_bt h3 {
    color: #343434;
    line-height:33px;
}

.xwxq_bt span {
    display: block;
    width: 100%;
    color: #CACACA;
    font-size: 14px;
    margin-bottom: 10px;
}

.xqxq_xwzw, .xqxq_xwzw p {
    font-size: 14px;
    color: #676767;
    line-height: 22px;
}

.xqxq_xwzw img, .xqxq_xwzw p img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 5px auto;
}

.xqny_sxfy {
    background: #F0F0F0;
    overflow: hidden;
    margin-top: 50px;
    padding: 0 15px;
}

.xqny_sxfy li {
    float: left;
    width: 50%;
    line-height: 45px;
    color: #0080ff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xqny_sxfy li:last-child {
    text-align: right;
}

.xqny_sxfy li a {
    color: #666;
    display: inline-block;

}

.xqny_sxfy li a:hover {
    color: #0080ff;
}

/*服务项目*/

.cplb_sdh {
    background: #EFEFEF;
    padding-top: 20px;

}

.cplb_sdh li {
    float: left;
    padding: 0 2rem;
    margin-bottom: 20px;
}

.cplb_sdh li a {
    font-size: 14px;
    color: #333333;
}
.cplb_sdh li a:hover{
    color: #0080ff;
}
.cplb_zcpl li:hover a {
    color: #2B88F2
}

.cplb_zcpl {
    margin-left: -25px;
    margin-top: 80px;
}

.cplb_zcpl li {
    float: left;
    width: 33.33333333%;
    padding-left: 25px;
    margin-bottom: 55px;
}

.cplb_zcpl li > div {
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 15px;
}

.cplb_zcpl li > div > a {
    display: block;
    width: 100%;
}

.cplb_zcpl li > div > a img {
    display: block;
    width: 100%;
}

.cppl_mcjj {
    padding: 20px 15px;
}

.cppl_mcjj a {
    font-size: 16px;
    color: #333;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.cppl_mcjj p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #888888;
    overflow: hidden;
}

.cplb_zcpl li:hover > div {
    box-shadow: 0 0 10px 5px #fbfbfb;
}

.cpxq_xxlb {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*分页*/




.page li {
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 15px;

}

.page li:first-child a {
    border: none;
}

.page li:last-child a {
    border: none;
}

.page li a {
    font-size: 14px;
    color: #a0a0a0;
    width: 40px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    border: 1px #e9e9e9 solid;
}

.page li a.active {
    color: #fff;
    background-color: #0080ff;
}

.page li a:hover {
    color: #fff;
    background-color: #0080ff;
}

.page li:first-child a:hover {
    border: none;
    background: none;
}

.page li:last-child a:hover {
    border: none;
    background: none;
}
.lab-tips{
    margin-top: 15px;
}

.lab-tips span{
    font-size: 1.4rem;
    color: #888;
    margin-bottom: 30px;
    display: inline-block;
}
/*友情链接*/

.link {
    background-color: #f2f2f2;
    padding: 18px 0;
    margin-top: 60px;
}

.linklist li {
    float: left;
    margin-left: 15px;
}

.linklist li span {
    font-size: 16px;
    font-weight: bold;
    color: #0080ff;
}

.linklist li a {
    font-size: 16px;
    color: #555;
}

.linklist li a:hover {
    color: #56a1ee;
}

.linklist li em {
    display: inline-block;
    font-weight: bold;
}

/*底部*/

.footer {
    background-color: #656565;
    padding: 40px 0;
}

.footer-left {
    padding-left: 0;
}

.code {
    margin-top: 15px;
}

.code img {
    padding: 10px;
    background-color: #fff;
}

.code p {
    font-size: 14px;
    margin-top: 6px;
    color: #fff;
}

.footer-right h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.foot_link li {
    float: left;
    background-color: #747474;
    padding: 10px 28px;
    margin-right: 15px;
    margin-bottom: 15px;

}

.foot_link li:nth-child(7n) {
    margin-right: 0;
}

.foot_link li a {
    font-size: 1.6rem;
    color: #fff;
}

.foot_link li a:hover {
    color: #54aaff;
}

.f-contact p {
    font-size: 1.6rem;
    color: #ccc;
    margin-bottom: 10px;
}

.f-contact p:first-child {
    color: #fff;
}

.f-contact p span {
    font-size: 30px;
    color: #54aaff;
    font-family: "Arial";
    font-weight: bold;

}

/*返回顶部*/

.gotoTop {
    font-size: 24px;
    line-height: 45px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    color: #EA5504;
    border-radius: 1px;
    background: #f7f7f7;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    z-index: 9999;

}

.gotoTop:hover {
    background: #54aaff;
}

.toppp {
    background-image: url(../images/top.png);
    height: 30px;
    width: 33px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 6px;

}

.gotoTop:hover .toppp {
    background-image: url(../images/top_hover.png);
}

@media screen and (max-width: 1024px) {
    .header .nav {
        height: 80px;
        line-height: 80px;
        margin-right: 0;
    }

    .intro_list li .intro_text .text dl dd span {
        display: none;
    }

    .showlist li {
        margin-bottom: 25px;
    }
}

@media screen  and (max-width: 768px) {
    .intro_list li {
        margin-bottom: 25px;
    }

    .footer-right h2 {
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
        line-height: 25px;
    }

    .linklist li {
        float: left;
        margin-left: 15px;
        margin-bottom: 6px;
    }

    .home-working .swiper-button-next, .home-working .swiper-button-prev {
        display: none;
    }

    .six-sys .carousel ul li {
        width: 236px;
        height: 339px;
        float: left;
        margin: 0 11px;
    }

    .ty_zdbt {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .ty_zdbt b {
        display: block;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        border-bottom: 2px solid #fff;
        padding: 20px 0 8px 0;
    }
    .tyz_ejlm ul li {
        font-size: 15px;
        color: #CFD7EC;
        padding: 0 6px;
    }
    .zcwzpl p img{
        width: 100%;
        text-align: center;
    }
}

@media screen  and (max-width: 767px) {
    .tyz_ejlm {
        position: static;
        padding: 0;
    }

    .yc_tywk {
        padding: 0 1rem;
    }

    .ty_zdbt {
        padding: 0 25px;
        margin-bottom: 10px;
    }
    .xwzd_xw>div+div {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
    .title {
        padding: 0 10px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .title h2 {
        font-size: 35px;
        margin-top: 45px;
    }

    .f-contact p {
        font-size: 1.4rem;
        color: #ccc;
        margin-bottom: 10px;
    }

    .f-contact p span {
        font-size: 22px;
        color: #54aaff;
        font-family: "Arial";
        font-weight: bold;
    }

    .foot_link li {
        float: left;
        background-color: #747474;
        padding: 10px 20px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .linklist li span {
        font-size: 15px;
        font-weight: bold;
        color: #0080ff;
    }

    .linklist li a {
        font-size: 1.5rem;
        color: #555;
    }

    .home-working .worklist .swiper-slide {
        display: block;
        text-align: left;
        padding-left: 20px;
    }

    .home-working .worklist .swiper-slide p {
        color: #555;
        font-size: 16px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        padding-right: 3px;
    }

    .title p {
        font-size: 15px;
        color: #555;
        margin-bottom: 13px;
    }
    .six-sys .carousel ul li{
        float: left;
        position: relative;
    }
    .six-sys .carousel ul li .zhezhao {
        background-color: rgba(42, 149, 253, 0.8);
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 40px;
        position: absolute;
        top:0;
        display: none;

    }
    .cplb_zcpl li {
        width: 100%;
        margin: auto;
        padding-left:25px;
        margin-bottom: 35px;

    }
    .tyz_ejlm ul li {
        font-size: 15px;
        color: #CFD7EC;
        padding: 0 15px;
    }
    .xqny_sxfy li {
        float: left;
        width:100%;
        line-height: 45px;
        color: #0080ff;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xqny_sxfy li:last-child {
        text-align: left;
    }
    .xwlb_pllb li > a img {
        display: none;
    }
    .xwlb_yfd {
        padding: 0;
        height: 137px;
    }
    .xwlb_pllb li {
        padding: 10px;
    }
    .xwlb_pllb li > a.xwlb_zylj{
        display: none;
    }
    .xwlb_pllb li {
        margin-bottom: 0px;
    }
}

@media screen  and (max-width: 320px) {
    .intro_list li .intro_text .text dl dd p {
        width: 100%;
        float: left;
        font-size: 15px;
        color: #555;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}


/*分页*/

.pagination>li>a, .pagination>li>span {
    font-size:14px;
    position: relative;
    float: left;
    padding: 7px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #a0a0a0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0080ff;
    border-color: #0080ff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0080ff;
    border-color: #0080ff;
}

