@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    /* IE9 */
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/737de7952f514aeaa6460752e8feca15.woff') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('../fonts/iconfont.svg') format('svg');
    /* iOS 4.1- */
}

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

.icon-gongchang:before {
    content: "\e610";
}

.icon-shouhou:before {
    content: "\e625";
}

.icon-chuangxin:before {
    content: "\e60a";
}

.icon-gongju:before {
    content: "\e61e";
}

/* iconfont end */



body {
    font-size: 14px;
    color: #333;
    min-width: 360px;

}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header {
    padding: 1% 0;
    /* background-color: rgb(230, 185, 185); */
    overflow: hidden;
}



.header .fl img {
    max-width: 100%;
    max-height: 56px;
}

.header .fr {
    background: url("../images/tel_01.png") left center no-repeat;
    padding-left: 61px;
    margin-top: 10px;
}

.header .fr p:nth-of-type(1) {
    color: #666;
}

.header .fr p:nth-of-type(2) {
    margin-top: 5px;
    font-size: 26px;
    font-weight: 700;
}

.nav {
    height: 50px;
    background-color: #262525;
}

.nav li {
    float: left;
    width: calc(100% / 8);
}

.nav li a {
    color: #fff;
    line-height: 50px;
    display: block;
    text-align: center;
}

.nav li.active a,
.nav li a:hover,
.current-menu-item a,
.current-menu-parent a,
.current-post-parent a {
    background-color: #0154b3;
}

.index_banner img {
    width: 100%;
}

.index_banner .txt{
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: #fff;
    background: linear-gradient(45deg, #0355a2, transparent);
    padding: 20px;
}
.index_banner .txt.txt2{
    background: linear-gradient(45deg, #7a7f78, transparent);
}
.index_banner .txt.txt3{
    background: linear-gradient(45deg, #4f514c, transparent);
}
.index_banner .txt .title{
    font-size: 4.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.index_banner .txt .desc{
    font-size: 3em;
}

@media screen and (max-width: 1200px) {
    .index_banner .txt{
        width: 80%;
    }
    .index_banner .txt .title{
        font-size: 4em;
    }
    .index_banner .txt .desc{
        font-size: 3em;
    }
}
@media screen and (max-width: 768px) {
    .index_banner .txt .title{
        font-size: 3em;
    }
    .index_banner .txt .desc{
        font-size: 2em;
    }
}
@media screen and (max-width: 500px) {
    .index_banner .txt{
        padding: 5px;
        width: 75%;
        left: 12.5%;
        bottom: 15%;
    }
    .index_banner .txt .title{
        font-size: 1.2em;
        margin-bottom: 5px;
    }
    .index_banner .txt .desc{
        font-size: 1em;
    }
}

.tit1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.tit1::before {
    content: "";
    position: absolute;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #ccc;
    bottom: 0;
}

.tit1::after {
    content: "";
    position: absolute;
    width: 5%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #0154b3;
    bottom: -1px;
}

.desc1 {
    margin: 20PX 0;
    color: #666;
    text-align: center;
}

.index_product {
    padding: 40px 0;

}


.img-list1 li {
    float: left;
    width: 30.666666%;
    margin-left: 2%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.img-list1 li:nth-of-type(3n) {}

.img-list1 li .pic img {
    width: 100%;
    transition: all 0.3s;
    position: relative;
}



.img-list1 li .pic {
    position: relative;
}

.img-list1 li .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.img-list1 li:hover .pic::before {
    opacity: 0.4;
}

.img-list1 li .pic:hover img {
    transform: scale(1.1);
}

.img-list1 li>a {
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    line-height: 2em;
    transition: all 0.3s;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.img-list1 li:hover a {
    background-color: #0154b3;
    color: #fff;
}

.img-list1 li .pic a {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-list1 li .pic a::before,
.img-list1 li .pic a::after {
    position: absolute;
    content: "";
    top: 50%;
    transition: all 0.3s;
    z-index: 10;
}

.img-list1 li .pic a::before {
    left: 0;
    width: 50px;
    height: 50px;
    margin-left: -50px;
    margin-top: -25px;
    background: url("../images/i5.png");
    background-size: 100%;
}

.img-list1 li:hover .pic a::before {
    left: 50%;
    margin-left: -25px;
}


.img-list1 li .pic a::after {
    right: 0;
    width: 30px;
    height: 30px;
    margin-right: -30px;
    margin-top: -15px;
    background: url("../images/i6.png");
    background-size: 100%;
}

.img-list1 li:hover .pic a::after {
    right: 50%;
    margin-right: -15px;
}

.more {
    text-align: center;
}

.more a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    color: #999;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
}

.more a:hover {
    color: #0154b3;
    border-color: #0154b3;
}






.index_about {
    padding: 40px 0;
    background: url("../images/about_bg.png") center bottom no-repeat;
}

.index_about .about_con img {
    float: right;
    margin-left: 20px;
}

.index_about .about_con p {
    line-height: 2em;
    text-indent: 2em;
    margin-bottom: 10px;
    font-size: 16px;
}

.index_about .about_con .more {
    margin-top: 20px;
    text-align: center;
}

.index_about .about_con .more a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #0154b3;
    color: #fff;
    transition: all 0.3s;
    border-radius: 10px;
}

.index_about .about_con .more a:hover {
    padding: 10px 50px;


}

.index_advantage {
    padding: 40px 0;
    background-color: #f3f3f3;
}

.index_advantage li {
    float: left;
    margin-right: 2%;
    width: 23.5%;
    margin-bottom: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
}

.index_advantage li:last-of-type {
    margin-right: 0;
}

.index_advantage li i {
    display: block;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 15px;
}

.index_advantage li strong {
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    display: block;
}

.index_advantage li i,
.index_advantage li strong,
.index_advantage li p {
    position: relative;
    z-index: 3;
    line-height: 2em;
}



.index_advantage li::before,
.index_advantage li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    transition: all 0.3s;
    background-color: #0154b3;
}

.index_advantage li:hover::before,
.index_advantage li:hover::after {
    height: 50%;
}




.index_advantage li::before {

    top: 0;
    left: 0;
}

.index_advantage li::after {

    bottom: 0;
    left: 0;
}

.index_advantage li:hover,
.index_advantage li:hover p:nth-of-type(1) {
    color: #fff;
}

.index_case {
    padding: 40px 0;
}








.index_news {
    padding: 40px 0;
    background-color: #f3f3f3;
}

.index_news li {
    background-color: #fff;
    float: left;
    width: 45%;
    margin-left: 5%;
    box-sizing: border-box;
    padding: 30px 60px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s;
    border-radius: 10px;
}

.index_news li:hover {
    box-shadow: 10px 10px 15px #ddd;
    transform: translate(0, -3px);
}

.index_news li a {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.index_news li a:hover {
    color: #0154b3;
}

.index_news li p {
    font-size: 12px;
    color: #888;
    line-height: 24px;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.index_news li .line {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 1px;
    background-color: #0154b3;
}

.index_news li .date {
    width: 70px;
    position: absolute;
    background-color: #0154b3;
    left: -35px;
    top: 30px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}

.index_news li .date .day {
    line-height: 45px;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    display: block;

}

.index_news li .date .year {
    line-height: 30px;
    font-size: 12px;
    display: block;
}

.index_news li:hover .date {
    transform: translateX(3px);
}

.index_service {
    padding: 40px 0;
    background: url("../images/service.jpg") center no-repeat;
}

.index_service li {
    width: 16%;
    margin-right: 0.8%;
    /* background-color: rgb(190, 120, 120); */
    float: left;
}

.index_service li:last-of-type {
    margin-right: 0;
}

.index_service li a {
    margin: 0 auto;
    display: block;
    width: 80%;
    height: 0;
    padding-top: 80%;
    background-color: #252424;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.index_service li a:hover {
    background-color: #0154b3;
}

.index_service li img {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -15px;
}

.index_service li span {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.friend_link {
    padding: 20px 0;
    line-height: 2em;
}

.friend_link span {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
}

.friend_link a {
    margin-right: 5px;
}

.friend_link a:hover {
    color: #0154b3;
}

.footer {
    padding: 20px 0;
    background-color: #262525;
}

.footer p {
    color: #e0e0e0;
    text-align: center;
    margin-bottom: 15px;
}

.footer p a {
    color: #e0e0e0;
    margin: 0 5px;
}

.banner img {
    width: 100%;
}

.breadcrumb {
    background-color: #ccc;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.breadcrumb span {
    float: left;
    font-size: 20px;
    background-color: #0154b3;
    padding: 0 20px;

}

.breadcrumb p {
    float: right;
    margin-right: 20px;
}

.breadcrumb p a {
    color: #fff;
}

.breadcrumb p a:hover {
    color: #0154b3;
}

.con {
    background-color: #f3f3f3;
    padding: 20px 0;
}

.con>div {
    /* background-color: rgb(33, 231, 139); */
}

.con .con_left {
    float: left;
    /* background-color: rgb(233, 175, 204); */
    width: 25%;


}

.con .con_right {
    float: right;
    background-color: #fff;
    width: 73%;
    box-sizing: border-box;

}





.con .con_left .box {
    margin-bottom: 20px;
}


.con .con_left .box .hd {
    height: 50px;
    background-color: #0154b3;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 20px 0 0 0;
}



.con .con_left .box .bd {
    box-sizing: border-box;
    border: 3px solid #E3E3E3;
    border-top: none;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.con .con_left .box1 .bd li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e7e7e7;
    background: url("../images/jiantou1.gif") right 20px center no-repeat;


}

.con .con_left .box1 .bd li a {
    color: #444;
    display: block;
    padding: 0 20px;
}

.con .con_left .box1 .bd li:hover {
    background-color: #f3f3f3;
}

.con .con_left .box1 .bd li:hover a {
    color: #0154b3;
}

.con .con_left .box2 img {
    width: 200px;
    margin-top: 20px;
    padding-left: 20px;
}

.con .con_left .box2 .bd ul {
    margin: 20px 0;
}

.con .con_left .box2 .bd li {
    padding: 0 20px;
    /*height: 30px;*/
    line-height: 30px;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}


.con_right .breadcrumb {
    margin-top: 0;
}

.con_right h1 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin: 0 15px 10px;
}

.con_right .info {
    text-align: center;
    margin-bottom: 20px;

}

.con_right .info span {
    margin-right: 10px;
    color: #444;
}

.con_right .info time {
    margin-right: 30px;
    color: #666;
}

.con_right .info i {
    font-style: normal;
    color: #666;
}

.con_right .content {
    overflow: hidden;
    padding: 0 15px
}

.con_right .content p {
    line-height: 26px;
    font-size: 14px;
    margin: 10px 0;
}

.con_right .content img {
    max-width: 100%;
    margin: 10px 0;
}

.con_right .content h2,
.con_right .content h3,
.con_right .content h4,
.con_right .content h5,
.con_right .content h6 {
    margin: 20px 0;
    font-weight: normal;
    font-size: 20px;
    padding-left: 10px;
    border-left: 5px solid #000;
    color: #000;
}

.con_right .content a {
    color: #0154b3;
    font-weight: 700;
}

.xg {
    margin: 20px 15px 0;
    /* background-color: rgb(94, 235, 136); */
}

.tit2 {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tit2 em {
    font-weight: normal;
    font-style: normal;
    color: #0154b3;

}

.tit2 span {
    padding-left: 5px;
    border-left: 5px solid #0154b3;
}

.xg-news {
    margin-bottom: 20px;
}

.xg-news li {
    height: 30px;
    line-height: 30px;
    /* background-color: rgb(233, 140, 140); */
    float: left;
    width: 49%;
    margin-right: 2%;
}

.xg-news li:nth-of-type(2n) {
    margin-right: 0;
}

.xg-news li a:hover {
    color: #0154b3;
}

.previous_and_next {
    /* background-color: rgb(241, 118, 159); */
    font-size: 16px;
}

.previous_and_next {
    color: #0154b3;
    margin: 20px 15px;
}

.previous_and_next li {
    float: left;
    width: 48%;
    height: 40px;
    line-height: 40px;
    margin-right: 4%;
    box-sizing: border-box;
}

.previous_and_next li:nth-of-type(2n) {
    margin-right: 0;
}

.previous_and_next li span {
    margin: 0 5px;
}

.previous_and_next li a:hover {
    color: #0154b3;
}

.news_list {
    /* background-color: rgb(247, 50, 142); */
    margin: 0 15px 20px;
}

.news_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    padding-left: 10px;
    position: relative;
}

.news_list li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #0154b3;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.news_list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list li span {
    float: right;
    color: #666;
}

.news_list li a:hover {
    color: #0154b3;
}

/* 全站分页导航开始 */
.pagenav {
    padding: 10px 0;
    text-align: center;
}

.pagenav>ul {
    display: inline-block;
}

.pagenav>ul>li {
    float: left;
    margin: 0 5px;
    padding: 0;


}

.pagenav>ul>li a {
    display: block;
    width: 50px;
    height: 35px;
    line-height: 35px;
    color: #999;
    border: 1px solid #CCC;
    text-align: center;
}

.pagenav>ul>li.current a,
.pagenav>ul>li a:hover {
    color: #fff;
    border: 1px solid #0154b3;
    background-color: #0154b3;
    text-align: center;
}

/* 全站分页导航结束 */



.m_nav {
    display: none;
}

.m_nav .wrap {
    position: relative;
    padding-right: 60px;
    box-sizing: border-box;
}

.m_nav .menu {
    width: 44px;
    height: 44px;
    background: url("../images/nav.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}

.m_nav .wrap img {
    max-width: 100%;
}

.m_nav ul {
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    /* background-color: green; */
    right: 0;
    top: 50%;
    margin-top: 32px;
    width: 200px;
    border-radius: 10px;
    display: none;
    z-index: 100;
    -moz-box-shadow: 0px 0px 30px #333333;
    -webkit-box-shadow: 0px 0px 30px #333333;
    box-shadow: 0px 0px 30px #333333;
}

.m_nav ul::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    right: 22px;
    top: -20px;
    border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
}



.m_nav li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}

.m_nav li:last-of-type {
    border-bottom: none;
}



.m_nav li a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    color: #000;
    font-size: 18px;
}

.m_foot {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
}

.m_foot li {
    float: left;
    width: 25%;
}

.m_foot li a {
    display: block;
    padding: 5px 0;
    text-align: center;
}

.m_foot li a span {
    font-size: 14px;
    color: #333;
}

.m_foot li i {
    display: block;
    width: 25px;
    height: 25px;
    /*background-color: red;*/
    margin: 0 auto 5px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.m_foot li:nth-of-type(1) i {
    background-image: url("../images/fixed_01.png");
}

.m_foot li:nth-of-type(2) i {
    background-image: url("../images/fixed_02.png");
    position: relative;
}

.m_foot li:nth-of-type(3) i {
    background-image: url("../images/fixed_03.png");
}

.m_foot li:nth-of-type(4) i {
    background-image: url("../images/fixed_04.png");
}

.m_foot li:nth-of-type(2) i::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f00;
}






@media screen and (max-width:768px) {
    .con_right h1 {
        display: none
    }

    body {
        /* background-color: #f3f3f3; */
        padding-bottom: 56px;
    }

    .m_nav {
        display: block;
    }

    .header,
    .nav,
    .index_service,
    .friend_link {
        display: none;
    }

    .img-list1 li {
        width: 49% !important;
        margin-right: 0;
        margin-bottom: 10px
    }

    .img-list1 li:nth-of-type(2n-1) {
        margin-left: 0;
    }

    .index_advantage li {
        width: 49.5%;
        margin-right: 1%;
    }

    .index_advantage li:nth-of-type(2n) {
        margin-right: 0;
    }

    .index_about img {
        display: none;
    }

    .m_nav .wrap img {
        max-width: initial;
        height: 50px;
        margin: 8px;
    }

    .index_news li {
        width: 95%;
        margin-right: 0;
    }

    .index_product,
    .index_advantage,
    .index_about,
    .index_case,
    .index_news {
        padding: 20px 10px;
    }

    .tit1 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .desc1 {
        margin: 10px 0;
    }

    .index_news li .line {
        display: none;
    }

    .m_foot {
        display: block;
    }

    .con .con_left {
        width: 100%
    }

    .con .con_left .box2 {
        display: none
    }

    .con .con_right {
        width: 100%;
    }

    .news_list {
        padding: 0 10px;
    }

    .news_list li span {
        display: none;
    }

    .con_right .content {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box
    }

    .xg {
        display: none;
    }

    .breadcrumb span {}

    .breadcrumb p {
        display: none
    }

}

.ab_img img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

.ab_img p {
    text-wrap: inherit !important;
}

.ab_img p span {
    text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}

.index_banner .swiper-container{width:100%}

.proslidebox{position:relative;max-width:501px;margin:40px auto 70px;border:1px solid #eee;border-bottom: 0;}
.proslide{max-width:501px;}
.proslide img{margin: 0!important}
.gpro-top{text-align:center;}
.gpro-top .swiper-slide{padding:20px!important;box-sizing: border-box;}
.gpro-thumbs{height:100px;}
.gpro-thumbs .swiper-slide{border:1px solid #eee;cursor:pointer;height: calc(100% - 2px); box-sizing: border-box;border-right: 0;}
.gpro-thumbs .swiper-slide-active{border:1px solid #0154b3;}
.proslidebox .swiper-button-prev{left:-80px;background:url(../images/pro-prev.jpg) no-repeat center;width:62px;height:57px;}
.proslidebox .swiper-button-next{right:-80px;background:url(../images/pro-next.jpg) no-repeat center;width:62px;height:57px;}