* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

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

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #929292;
    background: #ffffff;
    font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    body {
        font-size: 12px;
    }
}

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

a:hover {
    color: #3b6ea1;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width:767x) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* 头尾共用 */

.header {
    border-bottom: 6px #ebebeb solid;
}

.header .logo {
    height: 110px;
}

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

.nav-con li {
    margin-right: 50px;
}
.nav-con li:last-child{
    margin-right: 0;
}
.nav-con li a {
    color: #818181;
    font-weight: bold;
    white-space: nowrap;
}

.nav-con li span {
    font-size: 10px;
    text-transform: uppercase;
    color: #c5c3c3;
    font-weight: normal;
}

.nav-con li:last-child span {
    text-align: right;
}

.nav-con li.on a{
    color: #3b6ea1
}

.menu-btn {
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.home-bg {
    background: url(../images/bg1.jpg)no-repeat center top;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.footer {
    border-top: 1px #ddd solid;
    margin-top: 40px;
    padding: 30px 0;
    line-height: 1.5;
    font-size: 14px;
}



@media (max-width:1199px) {
    .header {
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .header .logo {
        height: 90px;
    }
    .header .logo img {
        height: 60px;
    }
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        background-color: #FFF;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 90px;
        margin-top: 0;
        bottom: 0;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        padding: 10px 0px;
        z-index: 9999;
    }
    .nav-con ul {
        flex-flow: column;
        order: 2;
    }
    .nav-con li {
        border-bottom: 1px #f6f6f6 solid;
        margin-right: 0;
        padding: 0 20px;
    }
    .nav-con li a {
        color: #333;
        font-size: 16px;
        padding: 10px 0;
        text-align: left;
    }
}

@media (max-width:767px) {
    .header .logo {
        height: 70px;
    }
    .header .logo img {
        height: 45px;
    }
    .menu-btn {
        width: 30px;
    }
    .nav-con {
        top: 70px;
    }
    .nav-con li a {
        font-size: 14px;
    }
    .nav-con li span {
        font-size: 12px;
    }
    .footer {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .header .logo {
        height: 60px;
    }
    .header .logo img {
        height: 40px;
    }
    .nav-con {
        top: 60px;
    }
}


/* 合作伙伴 */

.huoban {
    margin-top: 40px;
    overflow: hidden;
    border-bottom: 1px #e7e7e7 solid;
}

.huoban li {
    margin-bottom: 50px;
    border: 1px #b2b2b6 solid;
    border-radius: 5px;
    height: 80px;
    margin-right: 3%;
    width: 14%;
    overflow: hidden;
}

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

.huoban li img {
    max-height: 95%;
    max-width: 95%;
}

.huoban li:last-child a {
    color: #848688;
    line-height: 1.5;
    font-size: 15px;
}

@media (max-width:991px) {
    .huoban {
        margin-top: 50px;
    }
    .huoban li {
        margin-bottom: 30px;
        margin-right: 2%;
        width: 32%;
    }
    .huoban li:nth-of-type(6n) {
        margin-right: 2%;
    }
    .huoban li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width:480px) {
    .huoban {
        margin-top: 30px;
    }
    .huoban li {
        margin-bottom: 20px;
        width: 49%;
    }
    .huoban li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .huoban li:nth-of-type(2n) {
        margin-right: 0;
    }
    .huoban li:last-child a {
        font-size: 14px;
    }
}


/* banner */

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.home-bg1 {
    background: url(../images/bg.jpg)no-repeat center top;
    background-size: 100% 100%;
    overflow: hidden;
}


/* 首页关于 */

.home-about {
    margin-top: 65px;
}

.home-about .tit {
    margin-bottom: 10px;
}

.home-about .text {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    color: #b1b0b0;
    margin-top: -30px;
}

.home-about .text div {
    text-indent: 28px;
}

.home-about .pic-con1 {
    overflow: hidden;
    margin-top: 30px;
}

.home-about .pic-con1 .pic,
.home-about .pic-con1 .pic1 {
    height: 280px;
}

.home-about .pic-con1 .pic,
.home-about .pic-con2 .pic {
    width: 420px;
}

.home-about .pic-con1 .pic1,
.home-about .pic-con2 .pic1 {
    width: 445px;
}

.home-about .pic-con1 .text-con {
    background-color: #728fbf;
    color: #FFF;
    padding: 15px 20px 0 20px;
    line-height: 1.5;
}

.home-about .pic-con1 .text-con span {
    width: 20px;
    height: 33px;
    background: url(../images/icon.png)no-repeat left center;
    background-size: 17px;
    padding-left: 5px;
    padding-top: 7px;
    margin-right: 5px;
}

.home-about .pic-con1 .text-con .txt {
    padding-top: 7px;
}

.home-about .pic-con1 .text-con a {
    font-size: 14px;
    padding-left: 25px;
    color: #FFF;
    margin-top: 20px;
    font-weight: bold;
}

.home-about .pic-con1 .text-con a:hover {
    text-decoration: underline;
}

.home-about .pic-con2 {
    margin-top: 60px;
    overflow: hidden;
}

.home-about .pic-con2 .pic,
.home-about .pic-con2 .pic1 {
    overflow: hidden;
    height: 238px;
}

.home-about .pic-con2 .text-con {
    padding: 10px 20px 0 20px;
    line-height: 1.7;
    font-weight: bold;
    color: #929292;
}

.home-about .pic-con2 .txt {
    font-size: 14px;
    margin-top: 15px;
}

.home-about .pic-con2 .text-con a {
    margin-top: 15px;
    padding-left: 30px;
    color: #706969;
}

.home-about .pic-con2 .text-con a:hover {
    text-decoration: underline;
}

.home-about .content .txt1 {
    font-weight: bold;
    line-height: 50px;
    text-indent: 32px;
}

.home-about h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-about .content {
    margin-bottom: 60px;
}

.huiguan {
    background: url(../images/bg3.jpg)no-repeat center top;
    background-size: 100%;
}

@media (max-width:1366px) {
    .home-about .pic-con1 .pic,
    .home-about .pic-con2 .pic {
        width: 380px;
    }
    .home-about .pic-con1 .pic1,
    .home-about .pic-con2 .pic1 {
        width: 400px;
    }
}

@media (max-width:1280px) {
    .home-about .pic-con1 .pic,
    .home-about .pic-con2 .pic {
        width: 340px;
    }
    .home-about .pic-con1 .pic1,
    .home-about .pic-con2 .pic1 {
        width: 370px;
    }
}

@media (max-width:1199px) {
    .home-about {
        margin-top: 40px;
    }
    .home-about .text {
        font-size: 18px;
    }
    .home-about .pic-con1 .pic1,
    .home-about .pic-con2 .pic1 {
        display: none;
    }
    .home-about .title img {
        height: 80px;
    }
}

@media (max-width:767px) {
    .home-about {
        margin-top: 30px;
    }
    .home-about .title img {
        height: 60px;
    }
    .home-about .text {
        font-size: 14px;
    }
    .home-about h2 {
        font-size: 20px;
    }
    .home-about .tit {
        font-size: 14px;
    }
    .home-about .content .txt {
        line-height: 30px;
        text-indent: 28px;
    }
}

@media (max-width:560px) {
    .home-about .pic-con1 .pic,
    .home-about .pic-con2 .pic {
        width: 100%;
    }
    .home-about .pic-con1 .text-con {
        padding-bottom: 20px;
    }
    .home-about .pic-con2 .text-con {
        padding-left: 0;
        padding-right: 0;
    }
}


/* 首页新闻 */

.home-news {
    margin-top: 60px;
}

.home-news .title {
    font-size: 14px;
}

.home-news .content {
    background-color: #fafafa;
    padding: 20px 0 50px 0;
}

.news-list {
    margin-bottom: 120px;
}

.news-list li {
    margin-top: 120px;
    width: 31%;
    overflow: hidden;
    margin-right: 3.5%;
}

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

.news-list li .pic {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.news-list li .tit {
    font-size: 18px;
    color: #4b4848;
    margin-top: 10px;
    line-height: 2;
}

.news-list li .text {
    color: #787777;
}

.news-list li .info {
    margin-top: 20px;
}

.news-list li .date {
    color: #5f5f5e;
}

.news-list li .date span {
    font-size: 26px;
    margin-right: 20px;
    color: #2e2d2d;
}

.news-list li .date span::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #a9a9a7;
}

.news-list li .more {
    background-color: #728fbf;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    height: 46px;
    padding: 0 20px;
}

@media (min-width:1025px) {
    .news-list li .tit:hover {
        font-weight: bold;
        text-decoration: underline;
    }
    .news-list li .more:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .news-list li {
        margin-top: 40px;
    }
    .news-list li .pic {
        height: 240px;
    }
    .news-list li .tit {
        font-size: 16px;
    }
    .news-list li .text,
    .news-list li .date {
        font-size: 14px;
    }
    .news-list li .date span {
        font-size: 18px;
    }
    .news-list li .more {
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .news-list li {
        width: 49%;
        margin-right: 2%;
    }
    .news-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .news-list li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .news-list li .tit {
        font-size: 14px;
    }
    .news-list li .text,
    .news-list li .date {
        font-size: 12px;
    }
    .news-list li .date span {
        font-size: 16px;
    }
    .news-list li .more {
        height: 40px;
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .home-news {
        margin-top: 40px;
    }
    .news-list li .pic {
        height: 200px;
    }
    .news-list li {
        width: 100%;
    }
    .news-list li .info {
        margin-top: 10px;
    }
}


/* 首页资质 */

.home-honor {
    margin-top: 80px;
    padding-bottom: 60px;
}

.home-honor .title img {
    height: 100px;
}

.home-honor .text {
    font-size: 24px;
    color: #908f8e;
    line-height: 2;
}

.home-honor .swiper-container {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-honor .swiper-slide {
    border: 10px #FFF solid;
    height: 370px;
    width: 550px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
}

@media (max-width:1199px) {
    .home-honor .title img {
        height: 80px;
    }
    .home-honor .text {
        font-size: 20px;
    }
    .home-honor .swiper-slide {
        height: 220px;
    }
}

@media (max-width:991px) {
    .home-honor .title img {
        height: 60px;
    }
    .home-honor .text {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .home-honor {
        margin-top: 40px;
    }
    .home-honor .title img {
        height: 50px;
    }
    .home-honor .text {
        font-size: 14px;
    }
    .home-honor .swiper-container {
        margin-top: 0;
    }
}

@media (max-width:480px) {
    .home-honor .title {
        font-size: 16px;
    }
    .home-honor .text {
        font-size: 12px;
    }
    .home-honor .swiper-slide {
        height: auto;
    }
}

.erwma-con {
    margin-top: 80px;
}

.erwma-con .pic {
    width: 72px;
    height: 72px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.erwma-con .pic img {
    width: 100%;
}

.erwma-con .txt {
    font-size: 12px;
    color: #929292;
    margin-top: 10px;
}

@media (max-width:767px) {
    .erwma-con {
        margin-top: 50px;
    }
    .erwma-con .item {
        width: 25%;
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .erwma-con .item {
        width: 33.333%;
    }
}


/* 面包屑 */

.crumbs {
    border-bottom: 1px #d9d9d9 solid;
    height: 60px;
    line-height: 60px;
    background-size: 20px;
    color: #999999;
    font-size: 14px;
    margin-top: 50px;
}

.crumbs .container {
    background: url(../images/icon7.png)no-repeat left center;
    padding-left: 40px;
}

.crumbs a {
    color: #999;
}

@media (max-width:767px) {
    .crumbs {
        font-size: 12px;
        margin-top: 0;
    }
}


/* 新闻列表 */

.top-news {
    border: 1px #d1d1d1 solid;
    padding: 10px 5px;
    margin-top: 30px;
}

.top-news h1 {
    font-size: 26px;
    line-height: 1.2;
}

.top-news h1 a {
    color: #3b6ea1;
}

.top-news .text {
    margin-top: 10px;
}

.top-news .text a {
    color: #818181;
}

.first-news {
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 30px;
}

.first-news .title {
    font-size: 21px;
    color: #cdcdcd;
    border-bottom: 1px #dddddd solid;
    line-height: 1.8;
    padding-bottom: 20px;
}

.first-news .title span {
    font-size: 30px;
    color: #3b6ea1;
    font-weight: bold;
    line-height: 1.2;
}

.first-news .con {
    margin-top: 30px;
}

.first-news .pic {
    width: 570px;
    height: 320px;
    overflow: hidden;
    margin-right: 30px;
}

.first-news .pic img {
    width: 100%;
}

.first-news ul {
    min-width: 0px
}

.first-news li {
    padding: 18px 10px;
}

.first-news li h4 {
    margin-top: 0;
    font-size: 20px;
    font-size: 17px;
    font-weight: normal;
}

.first-news li h4 a {
    color: #4c4c4c;
}

.first-news li .txt {
    min-width: 0;
}

.first-news li .time {
    width: 100px;
    color: #a9a9a9;
    border-right: 1px #e8e8e8 solid;
    margin-right: 25px;
    line-height: 1.2;
}

.first-news li .time span {
    color: #728fbf;
    font-size: 48px;
}

.first-news li .more {
    color: #787878;
}

.first-news li .more span {
    color: #728fbf;
    font-size: 13px;
}

@media (min-width:1025px) {
    .top-news h1 a:hover,
    .top-news .text a:hover {
        text-decoration: underline;
    }
    .first-news li:hover {
        background-color: #728fbf;
        color: #FFF
    }
    .first-news li:hover .time,
    .first-news li:hover .time span,
    .first-news li:hover .more,
    .first-news li:hover .more span,
    .first-news li:hover h4 a {
        color: #FFF
    }
}

@media (max-width:1199px) {
    .first-news .title {
        font-size: 20px;
    }
    .first-news .title span {
        font-size: 24px;
    }
    .top-news h1 {
        font-size: 24px;
    }
    .first-news .pic {
        width: 45%;
        margin-right: 0px;
        height: 280px;
    }
    .first-news li .time span {
        font-size: 36px;
    }
}

@media (max-width:991px) {
    .first-news .title {
        font-size: 18px;
    }
    .top-news h1 {
        font-size: 20px;
    }
    .first-news li .time span {
        font-size: 28px;
    }
    .first-news li h4 {
        font-size: 14px;
    }
    .first-news li .more,
    .first-news li .more span {
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .top-news h1 {
        font-size: 16px;
    }
    .first-news {
        margin-top: 30px;
    }
    .first-news .pic {
        width: 100%;
    }
    .first-news ul {
        min-width: 100%;
    }
    .first-news li {
        padding: 15px 0;
    }
    .first-news li .time {
        width: 60px;
        margin-right: 20px;
    }
    .first-news li .time span {
        font-size: 20px;
    }
}


/* 详情页 */

.details {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 100px;
}

.details h1 {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #292828;
}

.details .time {
    margin-top: 15px;
}

.details .time span {
    margin: 0 15px;
    font-size: 14px;
    color: #676767;
}

.details .body {
    font-size: 16px;
    line-height: 48px;
    color: #474545;
    margin-top: 30px;
}

.details .body p {
    text-indent: 32px;
}

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

.details .prev {
    width: 100%;
    line-height: 50px;
    margin-top: 30px;
    border-top: 1px #d9d9d9 solid;
    padding-top: 20px;
}

.details .prev a {
    display: block;
    width: 50%;
    overflow: hidden;
    font-size: 16px;
}

.details .prev a:last-child {
    text-align: right
}


/* 关于 */

.about .pic {
    margin-top: 80px;
    margin-bottom: 60px;
}

.about .pic img {
    max-width: 100%;
}

.about .body {
    line-height: 48px;
    color: #655f5b;
    margin-top: 20px;
}

.about .body p {
    text-indent: 36px;
}

.about .body img {
    max-width: 100%;
    margin-top: 130px;
}

@media (max-width:1199px) {
    .about .body {
        line-height: 2;
    }
    .about .body p {
        text-indent: 28px;
    }
    .about .body>img {
        margin-top: 70px;
    }
}

@media (max-width:767px) {
    .about .pic img {
        max-width: 70%;
    }
    .about .body p {
        text-indent: 24px;
    }
    .about .body>img {
        margin-top: 40px;
    }
}


/* 联系我们 */

.us {
    margin-top: 40px;
    background: url(../images/bg2.jpg)no-repeat center top;
    background-size: 100% top;
}

.us .item {
    margin-top: 20px;
}

.us .item .icon {
    height: 60px;
}

.us .item .tit,
.us .item .text {
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 3px;
}

@media (max-width:1199px) {
    .us .item .tit,
    .us .item .text {
        letter-spacing: 0;
    }
}

@media (max-width:991px) {
    .us .item .icon {
        height: 45px;
    }
    .us .item .icon img {
        height: 100%;
    }
    .us .item .tit,
    .us .item .text {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .us .item {
        width: 50%;
    }
    .us .item .icon {
        height: 35px;
    }
}

.subnav {
    padding: 20px 0;
    border-bottom: 1px #d9d9d9 solid;
}

.subnav a {
    margin-right: 100px;
    border: 1px #d9d9d9 solid;
    line-height: 40px;
    width: 130px;
    font-weight: bold;
    font-size: 18px;
}

.subnav a:last-child {
    margin-right: 0;
}

.subnav a.on {
    background-color: #3b6ea1;
    border-color: #3b6ea1;
    color: #FFF;
}

@media (max-width:600px) {
    .subnav a {
        margin-right: 30px;
        font-size: 14px;
        width: 32%;
        margin-right: 2%;
    }
}


/* 资质荣誉 */

.honor-title {
    margin-top: 50px;
}

.honor-first {
    margin-top: 50px;
}

.honor-first .pic a {
    width: 82%;
    height: 620px;
    margin-right: auto;
    margin-left: auto;
}

.honor-first .name {
    font-size: 24px;
    margin-top: 20px;
}

.honor {
    margin-bottom: 80px;
}

.honor li {
    width: 32%;
    margin-right: 2%;
    margin-top: 120px;
}

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

.honor li .pic {
    width: 100%;
    overflow: hidden;
    height: 280px;
}

.honor li .tit {
    margin-top: 20px;
}

@media (max-width:1199px) {
    .honor-title img {
        height: 80px;
    }
    .honor-first .pic a {
        height: 480px;
    }
    .honor-first .name {
        font-size: 16px;
    }
    .honor li {
        margin-top: 70px;
    }
    .honor li .pic {
        height: 220px;
    }
}

@media (max-width:991px) {
    .honor-title {
        font-size: 20px;
    }
    .honor li {
        width: 49%;
        margin-right: 2%;
        margin-top: 30px;
    }
    .honor-first .pic a {
        height: 320px;
    }
    .honor li .pic {
        height: 260px;
    }
    .honor li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .honor li:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (max-width:580px) {
    .honor-first {
        margin-top: 0;
    }
    .honor-first .pic a {
        width: 100%;
        height: 300px;
    }
    .honor li .pic {
        height: 160px;
    }
}


/* 分会 */

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

.fen {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 90px;
}

.fen li {
    margin-top: 30px;
    overflow: hidden;
    background-color: #ffffeb;
}

.fen li:nth-child(2) {
    background-color: #ffc8c4;
}

.fen li:nth-child(3) {
    background-color: #d7d8ff;
}

.fen li:nth-child(4) {
    background-color: #f2cfff;
}

.fen li .pic {
    width: 680px;
    height: 450px;
    overflow: hidden;
}

.fen li .text-con {
    padding: 50px 50px 0 70px;
}

.fen li .tit {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 30px;
    color: #595c5c;
}

.fen li .tit:hover {
    color: #3b6ea1;
}

.fen li .des {
    font-size: 18px;
    line-height: 2;
    margin-top: 35px;
}

.fen li .more {
    border: 1px #cfcdc3 solid;
    line-height: 40px;
    padding: 0 25px;
    margin-top: 50px;
}

.fen li .more:hover {
    background-color: #3b6ea1;
    border-color: #3b6ea1;
    color: #FFF;
}

@media (max-width:1366px) {
    .fen li .pic {
        width: 580px;
    }
}

@media (max-width:1199px) {
    .fen li .pic {
        width: 500px;
        height: 400px;
    }
    .fen li .tit {
        font-size: 24px;
    }
    .fen li .des {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .fen li .pic {
        width: 100%;
    }
    .fen li .text-con {
        padding: 50px;
    }
}

@media (max-width:767px) {
    .fen li .pic {
        height: 320px;
    }
    .fen li .text-con {
        padding: 30px;
    }
    .fen li .tit {
        font-size: 20px;
    }
    .fen li .des {
        font-size: 14px;
        margin-top: 20px;
    }
    .fen li .more {
        margin-top: 30px;
    }
}


/* 产品 */

.pro {
    background: url(../images/bg4.jpg)no-repeat center top;
    background-size: 100%;
    overflow: hidden;
    margin-bottom: 90px;
}

.pro li {
    margin-top: 100px;
}

.pro li .pic {
    overflow: hidden;
    width: 515px;
    height: 455px;
    margin-right: 115px;
}

.pro li .text-con {
    font-family: 'SourceHanSerifCN-Bold';
    padding-top: 30px;
}

.pro li .tit {
    font-size: 60px;
    color: #707275;
    line-height: 1;
    padding-left: 70px;
}

.pro li .fulltitle {
    margin-top: 45px;
    font-size: 24px;
}

.pro li .des {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-top: 20px;
}

.pro li .des p {
    text-indent: 28px;
}

.submenu {
    margin-top: 60px;
}

.hot {
    margin-bottom: 90px;
}

.hot li {
    overflow: hidden;
    width: 32%;
    margin-right: 2%;
}

.hot li:last-child {
    margin-right: 0;
}

.hot li .pic {
    height: 385px;
    overflow: hidden;
}

.hot li .tit {
    font-size: 18px;
    margin-top: 35px;
}

@media (max-width:1366px) {
    .pro li .pic {
        width: 450px;
        height: 455px;
        margin-right: 60px;
    }
}

@media (max-width:1199px) {
    .pro li {
        margin-top: 50px;
    }
    .pro li .pic {
        width: 380px;
        height: 400px;
        margin-right: 40px;
    }
    .pro li .text-con {
        padding-top: 0;
    }
    .pro li .tit {
        font-size: 36px;
    }
    .pro li .fulltitle {
        font-size: 18px;
        margin-top: 15px;
    }
    .hot li .pic {
        height: 300px;
    }
}

@media (max-width:540px) {
    .pro li {
        margin-top: 30px;
    }
    .pro li .pic {
        width: 100%;
        margin-right: 0;
    }
    .pro li .text-con {
        margin-top: 30px;
    }
    .pro li .tit {
        font-size: 32px;
    }
    .pro li .fulltitle {
        font-size: 18px;
    }
    .submenu {
        margin-top: 0px;
    }
    .submenu a {
        margin-top: 20px;
        margin-right: 40px;
    }
    .submenu a:nth-child(even) {
        margin-right: 0;
    }
    .submenu img {
        height: 50px;
    }
    .hot {
        margin-bottom: 40px;
    }
    .hot li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .hot li .pic {
        height: 340px;
    }
}


.loading{
    margin-top: 40px;
}
.loading a{
    line-height: 20px;height: 20px
}
