.ly_idxAbout {
    width: 100%;
    background: url(../images/youshi.jpg) center top no-repeat;
    background-size: cover;
    margin: 0px auto;
    padding: 40px 0;
}

.ly_idxAbout .w1200 {
    background: #fff;
    padding: 40px 20px 20px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ly_idxAbout .idxAbout_main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.idxAbout_main .idxAbout_img {
    width: 45%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.idxAbout_img img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.idxAbout_main .idxAbout_text {
    width: 52%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.idxAbout_text .idxAbout_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.h_public_title {
    width: 360px;
    text-align: center;
    margin: 0 auto 20px;
}

.h_public_title p {
    font-size: 26px;
    color: #174b89;
    font-weight: bold;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #174b89;
    padding: 5px 0;
}

.h_public_title span {
    font-size: 22px;
    color: #fe9c00;
    padding: 5px 0 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.h_public_title .triangle_border_down {
    width: 0;
    height: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #174b89 transparent transparent;
    margin: 0 auto;
    position: relative;
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.idxAbout_con .conn {
    width: 100%;
    min-height: 206px;
    max-height: 206px;
    overflow: hidden;
    line-height: 30px;
    color: #565656;
    font-size: 15px;
    text-align: justify;
    text-indent: 2em;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.idxAbout_con a {
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #174b89;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    margin: 39px 0 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #174b89;
    float: right;
}

.clear {
    clear: both;
    *zoom: 1;
}

.ly_idxAbout .adv-imglist {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 1px dashed #009;
    margin-top: 30px;
}

.ly_idxAbout .adv-imglist ul {
    width: 100%;
    padding: 30px 0 20px;
}

.ly_idxAbout .adv-imglist ul li {
    width: 18.8%;
    margin-right: 1.5%;
    float: left;
}

.ly_idxAbout .adv-imglist ul li img {
    width: 100%;
    display: block;
}

.ly_idxAbout .adv-imglist ul:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

.ly_idxAbout .adv-imglist ul li:nth-child(5n) {
    margin-right: 0;
}


/*首页为什么选择我们*/

.h_youshi {
    padding: 50px 0 20px;
    background: #f6f4f7;
}

.h_youshi .h_public_title {
    width: 400px;
}

.h_youshi ul {
    padding-top: 20px;
}

.h_youshi ul li {
    background: #fff;
    float: left;
    margin: 0 3% 30px 0;
    width: 44.5%;
    padding: 25px 2%;
}

.h_youshi ul li:nth-child(2n) {
    margin-right: 0;
}

.h_youshi ul li .pic {
    float: left;
    width: 16%;
    height: 77px;
}

.h_youshi ul li .wz {
    float: right;
    width: 80%;
}

.h_youshi ul li .wz p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_youshi ul li .wz span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 42px;
    overflow: hidden;
    margin-top: 5px;
}

.h_youshi ul li.ys1 .pic {
    background: url(../images/h_ys1.png) center center no-repeat;
    background-size: contain;
}

.h_youshi ul li.ys2 .pic {
    background: url(../images/h_ys2.png) center center no-repeat;
    background-size: contain;
}

.h_youshi ul li.ys3 .pic {
    background: url(../images/h_ys3.png) center center no-repeat;
    background-size: contain;
}

.h_youshi ul li.ys4 .pic {
    background: url(../images/h_ys4.png) center center no-repeat;
    background-size: contain;
}

.ly_idxHonor {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
    background: #025097;
}

.ly_idxHonor .h_public_title {
    width: 405px;
}

.ly_idxHonor .lyIdxHonor_main {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyIdxHonor_main .lyIdxHonor_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.lyIdxHonor_list ul {
    padding-top: 20px;
    min-height: 260px;
    overflow: hidden;
}

.lyIdxHonor_list ul li {
    width: 23.5%;
    overflow: hidden;
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyIdxHonor_list ul li:nth-child(4) {
    margin: 0;
}

.lyIdxHonor_list ul li a.pic {
    display: block;
    height: 200px;
    padding: 2%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    text-align: center;
}

.lyIdxHonor_list ul li a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyIdxHonor_list ul li a .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.lyIdxHonor_list ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.lyIdxHonor_list ul li a.tlt {
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.lyIdxHonor_list ul li:hover .tlt {
    background-color: #fe9c00;
}

.ly_idxHonor .h_more {
    display: block;
    width: 110px;
    border: solid 1px #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
    color: #174b89;
    margin: 30px auto 0;
    padding: 13px 23px;
}

.ly_idxHonor .h_more:hover {
    background: #fe9c00;
    color: #fff;
    border: 1px solid #fe9c00;
}

.h_public_title2 p {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.h_public_title2 .triangle_border_down {
    border-color: #fff transparent transparent;
}


/*关于我们-企业文化 开始*/

.ly_AboutQywh {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 50px;
    background: #f6f6f8 url(../images/AboutQywh_bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.ly_AboutQywh .lyAboutQywh_main {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.lyAboutQywh_main ul li {
    width: 22%;
    overflow: hidden;
    margin: 0 4% 0 0;
    padding: 0;
    float: left;
}

.lyAboutQywh_main ul li:last-child {
    margin: 0;
}

.lyAboutQywh_main ul li .AboutQywh_img {
    width: 96px;
    height: 96px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.lyAboutQywh_main ul li .AQywh1 {
    background: url(../images/AQywh_icon01.png) center center no-repeat;
}

.lyAboutQywh_main ul li .AQywh2 {
    background: url(../images/AQywh_icon02.png) center center no-repeat;
}

.lyAboutQywh_main ul li .AQywh3 {
    background: url(../images/AQywh_icon03.png) center center no-repeat;
}

.lyAboutQywh_main ul li .AQywh4 {
    background: url(../images/AQywh_icon04.png) center center no-repeat;
}

.lyAboutQywh_main ul li:hover .AQywh1 {
    background: url(../images/AQywh_icon1.png) center center no-repeat;
}

.lyAboutQywh_main ul li:hover .AQywh2 {
    background: url(../images/AQywh_icon2.png) center center no-repeat;
}

.lyAboutQywh_main ul li:hover .AQywh3 {
    background: url(../images/AQywh_icon3.png) center center no-repeat;
}

.lyAboutQywh_main ul li:hover .AQywh4 {
    background: url(../images/AQywh_icon4.png) center center no-repeat;
}

.lyAboutQywh_main ul li .AboutQywh_text {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 10px;
    padding: 0;
}

.lyAboutQywh_main ul li:hover .AboutQywh_text {
    color: #1f4d98;
}

.lyAboutQywh_main ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ly_AboutQywh {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 50px;
    background: #f6f6f8 url(../images/AboutQywh_bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.ny_title p i,
.ny_title1 p i {
    display: inline-block;
    width: 120px;
    height: 1px;
    overflow: hidden;
    margin: -2px 20px 0;
    padding: 0;
    vertical-align: middle;
    background-color: #dfdfdf;
}

.ly_AboutQywh .lyAboutQywh_main {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ny_title,
.ny_title1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 0;
}

.ny_title p,
.ny_title1 p {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #32353a;
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
    .ly_idxHonor .lyIdxHonor_main {
        width: 95%;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .ly_idxHonor .lyIdxHonor_main {
        width: 95%;
    }
    .lyIdxHonor_list ul li {
        height: 248px;
    }
    .ly_AboutQywh .lyAboutQywh_main {
        width: 90%;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .w1200 {
        width: 95%;
    }
    .h_public_title p {
        font-size: 25px;
    }
}

@media screen and (max-width:1079px) and (min-width:1024px) {
    .ly_idxHonor {
        padding: 40px 0;
    }
    .ly_idxHonor .lyIdxHonor_main {
        width: 96%;
    }
    .ly_AboutQywh .lyAboutQywh_main {
        width: 96%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .ly_idxAbout {
        width: 100%;
    }
    .ly_idxAbout .w1200 {
        padding: 20px 0 10px;
    }
    .ly_idxAbout .idxAbout_main {
        padding: 0 3%;
        width: 94%;
    }
    .idxAbout_main .idxAbout_img {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
        text-align: center;
    }
    .idxAbout_img img {
        display: inline-block;
        width: auto;
        max-width: 100%;
    }
    .idxAbout_main .idxAbout_text {
        width: 100%;
    }
    .idxAbout_con .conn {
        max-height: 320px;
        -webkit-line-clamp: 8;
        text-align: center;
    }
    .idxAbout_con a {
        margin: 20px auto 0;
        float: none;
    }
    .ly_idxAbout .adv-imglist {
        padding: 0 3%;
        width: 94%;
        margin: 30px auto 0;
    }
    .ly_idxHonor {
        padding: 40px 0;
    }
    .ly_idxHonor .lyIdxHonor_main {
        width: 96%;
    }
    .lyIdxHonor_list ul li a.pic {
        height: 145px;
    }
    .lyIdxHonor_list ul {
        min-height: 200px;
    }
    .lyIdxHonor_list ul li a.tlt {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .ly_AboutQywh {
        padding: 40px 0 20px;
    }
    .ly_AboutQywh .lyAboutQywh_main {
        width: 96%;
    }
    .lyAboutQywh_main ul li {
        width: 48%;
        margin: 0 4% 20px 0;
    }
    .lyAboutQywh_main ul li:nth-child(2n+2) {
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .ly_idxAbout {
        width: 100%;
    }
    .ly_idxAbout .w1200 {
        padding: 20px 0 20px;
    }
    .w1200 {
        width: 95%;
    }
    .ly_idxAbout .idxAbout_main {
        padding: 0 3%;
        width: 94%;
    }
    .idxAbout_main .idxAbout_img {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
        text-align: center;
    }
    .idxAbout_img img {
        display: inline-block;
        width: auto;
        max-width: 100%;
    }
    .idxAbout_main .idxAbout_text {
        width: 100%;
    }
    .h_public_title {
        margin-bottom: 22px;
        width: 100%;
    }
    .h_public_title p {
        font-size: 20px;
    }
    .h_public_title span {
        font-size: 16px;
    }
    .idxAbout_con .conn {
        max-height: 320px;
        -webkit-line-clamp: 8;
        text-align: center;
        font-size: 14px;
    }
    .idxAbout_con a {
        margin: 20px auto 0;
        float: none;
    }
    .ly_idxAbout .adv-imglist {
        padding: 0 3%;
        width: 94%;
        margin: 30px auto 0;
        display: none;
    }
    .h_youshi {
        padding: 30px 0 18px;
    }
    .h_youshi ul li {
        width: 96%;
        margin: 0 0 10px 0;
        padding: 14px 2%;
    }
    .h_youshi .h_public_title {
        width: 100%;
    }
    .h_youshi ul li .wz p {
        font-size: 16px;
    }
    .h_youshi ul {
        padding-top: 5px;
    }
    .ly_idxHonor .h_public_title {
        width: 100%;
    }
    .ly_idxHonor {
        padding: 40px 0;
    }
    .ly_idxHonor .lyIdxHonor_main {
        width: 94%;
    }
    .ly_idxHonor ul {
        padding-top: 5px;
    }
    .lyIdxHonor_list ul li {
        width: 48.5%;
        height: auto;
        overflow: hidden;
        margin: 0 3% 10px 0;
    }
    .lyIdxHonor_list ul li:nth-child(2n) {
        margin: 0 0 10px 0;
    }
    .lyIdxHonor_list ul li a.pic {
        height: 164px;
    }
    .lyIdxHonor_list ul li a {
        height: auto;
    }
    .lyIdxHonor_list ul li a.tlt {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .ly_AboutQywh {
        padding: 40px 0 20px;
        background-size: cover;
    }
    .ly_AboutQywh .lyAboutQywh_main {
        width: 94%;
    }
    .lyAboutQywh_main ul li {
        width: 48.5%;
        margin: 0 3% 20px 0;
    }
    .lyAboutQywh_main ul li:nth-child(2n) {
        margin: 0 0 20px 0;
    }
    .lyAboutQywh_main ul li p {
        line-height: 24px;
    }
}