html,
body {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    border: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

img {
    border: none;
}

html {
    min-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flexs {
   
    display: flex;
    z-index:1;
}

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

/* header */
.header {
    height: 100px;
    box-shadow: 0px 3px 4.85px 0.15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.nav {
    margin-top: 20px;
    height: 50px;
}

.nav ul li {
    line-height: 49px;
    margin: 0 23px;
}

.nav ul li a {
    color: #222222;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.nav ul li a:hover {
    color: #2475ee;
    transition: all 0.3s ease-in-out;
}

.nav ul li.on a {
    color: #2475ee;
    border-bottom: 1px solid #2475ee;
}

/* banner */
/* 首页banner */
.index-banner {
    height: 600px;
    position: relative;
}

.index-banner img {
    width: 100%;
    display: block;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    height: 100%;
    background: white;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
    bottom: 100px;
}

.index-banner .swiper-pagination-bullet {
    background: white;
}

/* 友情链接 */
.yqlj {
    background: #2d2f31;
    color: #dcd5d5;
    font-size: 14px;
    padding: 10px 0;
    line-height: 2;
}

.yqlj a {
    color: #dcd5d5;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.yqlj a:hover {
    color: #2475ee;
}

.copyright {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background: #26292b;
    color: #767676;
}

.copyright a {
    color: #767676;
}

.copyright a:hover {
    color: #2475ee;
}

.access {
    height: 282px;
    background: #2f3234;
    border-bottom: 1px solid #727475;
}

.di-logo,
.di-logo img {
    width: 290px;
    height: 90px;
    display: block;
}

.access-content {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

.access-left ul li {
    font-size: 14px;
    color: #9c9c9c;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.access-left ul li b {
    font-size: 24px;
    color: #0095ef;
}

.access-left ul li img {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.access-middle {
    width: 400px;
}

.access-middle {
    border-left: 1px solid #727475;
    border-right: 1px solid #727475;
    flex-wrap: wrap;
    padding-top: 20px;
}

.access-middle a {
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #9c9c9c;
}

.access-middle a:hover {
    color: #0095ef;
}

.access-right {
    margin-right: 40px;
    width: 120px;
    text-align: center;
}

.access-right-pic {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 96px;
    margin: 0 auto;
    border: 1px solid #727475;
}

.access-right-pic img {
    width: 87px;
    height: 87px;
    vertical-align: middle;
}

.access-right p {
    font-size: 12px;
    color: #9c9c9c;
}

.new-list {
    height: auto;
    margin-top: 32px;
}

.new-list ul {
    flex-wrap: wrap;
}

.new-list ul li {
    width: 33.2%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.new-list ul li:nth-child(3n) {
    border-right: none;
}

.new-list ul li a {
    display: block;
    padding-left: 20px;
    padding-top: 28px;
    padding-bottom: 26px;
    transition: all 0.3s ease-in-out;
}

.new-date {
    color: #a7a7a7;
}

.new-date b {
    font-size: 32px;
}

.new-date p {
    margin-top: 0;
}

.new-title {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    margin-bottom: 15px;
}

.new-ms {
    font-size: 12px;
    font-family: "Adobe Heiti Std";
    color: rgb(169, 169, 169);
    text-transform: uppercase;
    line-height: 2;
    width: 350px;
    height: 71px;
}

.new-link {
    width: 21px;
    height: 15px;
    margin: 30px 0 0;
    display: inline-block;
    background: url(../images/jiantou-3.png);
    background-size: contain;
}

.new-list ul li a:hover {
    background: url(../images/newhoverbg.jpg);
    background-size: contain;
}

.new-list ul li a:hover .new-date,
.new-list ul li a:hover .new-ms,
.new-list ul li a:hover .new-title {
    color: white;
}

.new-list ul li a:hover .new-link {
    background: url(../images/jiantou-2.png);
    background-size: contain;
}

.scond-content {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.scond-content .container {
    background: white;
    position: relative;
    min-height: 300px;
}

/* 分页 */
.page-paging {
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: -1px;
    text-align: center;
    padding: 97px 0 30px;
}

.page-paging a {
    display: inline-block;
    border: 1px solid #999999;
    padding: 5px 10px;
    min-width: 10px;
    margin: 0 3px;
    font-size: 14px;
    color: #999999;
}

.page-paging a:hover,
.page-paging a.on {
    background: rgb(36, 117, 238);
    border-color: rgb(36, 117, 238);
    color: white;
}

.page-paging input {
    height: 20px;
    padding: 5px;
    outline: none;
    width: 30px;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #999999;
}

.page-paging button {
    border: 1px solid rgb(36, 117, 238);
    color: rgb(36, 117, 238);
    background: none;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
}

/* 当前位置 */
.current {
    font-size: 14px;
    color: #b9b8b8;
    padding: 20px;
}

.current a {
    color: #b9b8b8;
}

.current a:hover {
    color: rgb(36, 117, 238);
}

.current i {
    font-style: normal;
    margin: 0 4px;
}

.current span {
    color: #333333;
}

/* 栏目 */
.lanmu {
    height: 87px;
    position: absolute;
    top: -87px;
    background: rgb(36, 117, 238);
    z-index: 2;
    width: 100%;
}

.lanmu-parent {
    min-width: 150px;
    height: 87px;
    text-align: center;
    line-height: 87px;
    color: white;
    font-size: 18px;
    padding: 0 20px;
}

.lanmu-parent i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/play-icon.png);
    background-size: contain;
    margin-left: 10px;
}

.lanmu-list {
    height: 87px;
    flex-grow: 1;
    background: url(../images/lanmubg.jpg);
}

.lanmu-list a {
    height: 30px;
    line-height: 30px;
    color: white;
    margin: 28px 40px 0;
    border-bottom: 2px solid transparent;
}

.lanmu-list a.on,
.lanmu-list a:hover {
    color: #ffdf05;
    border-color: #ffdf05;
}

.new-details {
    width: 80%;
    margin: 0 auto;
}

.news-title {
    text-align: center;
    font-size: 24px;
    color: #000000;
    line-height: 40px;
    padding-top: 32px;
}

.news-subtitle {
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 35px;
    padding-top: 12px;
}

.news-ms {
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #999999;
    padding: 30px 0;
    border-bottom: 1px solid #f6f6f6;
}

.news-ms span {
    margin: 0 20px;
}

.news-content {
    font-size: 14px;
    font-family: "Adobe Heiti Std";
    color: rgb(34, 34, 34);
    line-height: 3;
    padding: 30px 0;
    text-align: justify;
}

.news-content p {
    margin: 0;
    text-indent: 2em;
}

.news-content img {
    max-width: 100%;
}

/* 公司客户 */
.kehu-list {
    margin-top: 60px;
}

.kehu-list ul {
    flex-wrap: wrap;
}

.kehu-list ul li {
    width: 260px;
    margin-right: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.kehu-list ul li:nth-child(4n) {
    margin-right: 0;
}

.kehu-list ul li img {
    width: 263px;
    height: 250px;
    display: block;
}

.kehu-list ul li:hover img {
    box-shadow: 2.973px 2.677px 17.46px 0.54px rgba(6, 94, 215, 0.33);
}

.kehu-list ul li p {
    font-size: 16px;
    color: #333333;
    margin: 30px 0;
}

.kehu .container,
.kehu .page-paging {
    background: none;
}

.service-detail {
    margin: 0 40px;
}

.service-d-title {
    position: relative;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    color: #333333;
    margin-bottom: 50px;
}

.service-line1 {
    width: 60px;
    height: 2px;
    background: #038ee3;
}

.service-d-item {
    height: auto;
}

.service-d-item-title {
    font-size: 18px;
    color: #2475ee;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dadada;
}

.service-d-item-title b {
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid #2475ee;
}

.service-d-con {
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: rgb(102, 102, 102);
    line-height: 2.571;
    padding: 30px 0;
}

.service-pic {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 60px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.service-pic img {
    width: 742px;
    display: inline-block;
}

.service-d-con p {
    margin: 0;
}

.service-d-con b {
    color: #2475ee;
}

.about-cont {
    height: auto;
    margin-top: -20px;
}

.about-cont-t {
    height: auto;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: rgb(102, 102, 102);
    line-height: 2.571;
}

.about-cont-t p {
    margin: 0;
}

.about-cont-b {
    margin: 40px 0;
}

.about-cont-b img {
    width: 100%;
}

.adout-item {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333333;
}

.wenhua {
    padding-bottom: 30px;
}

.wenhua-top {
    height: 163px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wenhua-top ul li {
    width: 316px;
    height: 163px;
    background: url(../images/wenhua-2.jpg);
    background-size: contain;
    text-align: center;
    color: white;
}

.wenhua-top ul li b {
    padding-top: 70px;
    display: inline-block;
}

.about-cont-m {
    width: 730px;
    margin: 20px auto 0;
}

.introduce-tongji {
    height: auto;
}

.introduce-tongji ul li {
    height: auto;
    text-align: center;
}

.about-cont-m .introduce-tongji ul li.line {
    height: 2px;
    width: 62px;
    position: relative;
    top: 45px;
    background: #2475ee;
}

.introduce-num {
    height: auto;
}

.introduce-num .introduce-val {
    font-size: 38px;
    color: #333333;
    margin-right: 6px;
}

.introduce-unint {
    font-size: 13px;
    color: #333333;
    padding-top: 26px;
}

.introduce-tongji ul li .introduce-label {
    font-size: 14px;
    font-family: "Adobe Heiti Std";
    color: #333333;
}

/* 资质 */
.zizhi-list {
    height: auto;
    padding-bottom: 30px;
}

.zizhi-list ul {
    flex-wrap: wrap;
}

.zizhi-list ul li {
    width: 338px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.zizhi-list ul li:nth-child(3n) {
    margin-right: 0;
}

.zizhi-top {
    width: 338px;
    height: 250px;
    background: url(../images/zizhi-bg.jpg);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2.973px 2.677px 17.46px 0.54px rgba(6, 94, 215, 0.33);
}

.zizhi-cont {
    width: 277px;
    height: 191px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .zizhi-cont img {
        max-height: 100%;
    }

.zizhi-text {
    text-align: center;
    padding: 30px 0;
    color: #333333;
}

/* 发展历程 */
.main {
    width: 100%;
    margin: 60px 0;
}

.time-axis {
    margin: 0;
    padding: 0;
    position: relative;
}

.time-axis:before {
    content: "";
    position: absolute;
    left: 73px;
    top: 15px;
    width: 1px;
    height: 100%;
    background-color: #0095ef;
}

.time-axis-item {
    list-style: none;
    padding-left: 150px;
    position: relative;
    line-height: 45px;
    font-size: 24px;
    color: #141414;
    margin-bottom: 20px;
}

.time-axis-title {
    font-size: 16px;
}

.time-axis-date {
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
}

.time-axis-date span {
    position: absolute;
    left: 65px;
    top: 35%;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #0095ef;
    border-radius: 100%;
    background-color: #fff;
}

.time-axis-date span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: #0095ef;
    border: 1px solid #0095ef;
    border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date span {
    border-color: #0095ef;
}

.time-axis-item:last-child .time-axis-date span:after {
    background-color: #0095ef;
    border-color: #0095ef;
}

.more {
    margin: 40px 0;
    padding-bottom: 40px;
}

.more span {
    display: inline-block;
}

.more span.today {
    margin-left: 55px;
}

.more span.qidai {
    margin-left: 55px;
    background-color: #0095ef;
    color: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.zhaoxian-list {
    padding-bottom: 60px;
}

.zhaoxian-list ul li {
    padding-bottom: 40px;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 20px;
}

.zhaoxian-list ul li .service-d-title {
    margin-bottom: 20px;
}

.zhaoxian-list ul li .service-d-titles {
    font-size: 18px;
    color: #333333;
}

.nashi-price {
    color: #0095ef;
    font-size: 24px;
    font-weight: bold;
}

.work-ms {
    font-size: 14px;
    color: #666666;
    padding: 30px 0;
}

.work-ms span {
    display: inline-block;
    margin-right: 40px;
}

.connect {
    margin-bottom: 20px;
}

.connect-middle {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.connect-map {
    margin: 20px 0;
    padding-bottom: 20px;
}

.connect-map img {
    width: 100%;
}

.connect-address {
    width: 407px;
}

.connect-item {
    height: auto;
    margin: 30px 0;
}

.connect-icon {
    height: 30px;
    width: 30px;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

.connect-icon.address {
    background: url(../images/connect1.jpg);
    background-size: contain;
}

.connect-icon.tel {
    background: url(../images/connect2.jpg);
    background-size: contain;
}

.connect-icon.fax {
    background: url(../images/connect3.jpg);
    background-size: contain;
}

.connect-icon.web {
    background: url(../images/connect4.jpg);
    background-size: contain;
}

.connect-msg {
    height: auto;
    font-size: 12px;
    width: 370px;
}

.connect-title {
    color: #333333;
}

.connect-con {
    color: #999999;
}

.connect-form {
    width: 567px;
}

.form-row {
    height: auto;
    margin-top: 20px;
}

.form-name input,
.form-tel input {
    height: 30px;
    padding: 8px 0;
    text-indent: 10px;
    outline: none;
    width: 100%;
    border: 1px solid #dadada;
}

.form-name {
    width: 210px;
}

.form-tel {
    flex-grow: 1;
    margin-left: 20px;
}

.form-row textarea {
    height: 140px;
    width: 96%;
    outline: none;
    padding: 2%;
    resize: none;
    border: 1px solid #dadada;
}

.form-btn {
    margin-top: 20px;
}

.form-btn button {
    background-color: rgb(36, 117, 238);
    width: 160px;
    height: 42px;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
}
