/* 主体部分 */
/* 产品展示 */
.product {
    margin-top: 15px;
    padding-top: 65px;
    width: 100%;
}
.product .proTitle h2, .advantage .advTitle h2, .honor .honTitle h2, .sucCase .caseTitle h2, .news .newsTitle h2, .aboutYD .advTitle h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #008cd6;
    line-height: 34px;
}
.product .proTitle h4, .advantage .advTitle h4, .honor .honTitle h4, .sucCase .caseTitle h4, .news .newsTitle h4, .aboutYD .advTitle h4 {
    text-align: center;
    font-size: 22px;
    line-height: 66px;
    color: #15a153;
}
.product .proTitle p, .advantage .advTitle p, .honor .honTitle p, .sucCase .caseTitle p, .news .newsTitle p, .aboutYD .advTitle p {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
/* 产品列表 */
.proList {
    margin-top: 40px;
    height: 280px;
}
.proList li {
    width: 22.97%;
    float: left;
    margin-right: 20px;
    background: #ccc;
    padding: 27px 38px 20px;
    text-align: center;
}
.proList li:nth-of-type(1) {
    background-color: #eddfd5;
}
.proList li:nth-of-type(2) {
    background-color: #cce0e7;
}
.proList li:nth-of-type(3) {
    background-color: #ddd6df;
}
.proList li:nth-of-type(4) {
    background-color: #dedbee;
}
.proList li:last-of-type {
    margin: 0;
}
.proList li h3 {
    line-height: 60px;
    font-size: 20px;
    color: #333;
}
.proList li p {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-bottom: 40px;
    min-height: 40px;
}
.proList li img {
    width: 100%;
}
/* 企业优势 */
.advantage {
    margin-top: 45px;
    background: #f8f8f8;
}
.advantage .advTitle {
    padding-top: 45px;
    margin-bottom: 20px;
}
/* 企业优势列表 */
.advantage .advList {
    position: relative;
    padding-bottom: 50px;
}
.advantage .advList .flex-control-nav {
    bottom: 20px;
    width: 40%;
    margin-left: 30%;
}
.advantage .advList .flex-control-nav li {
    width: 10px;
}
.advantage .advList .advslides {
    display: none;
}
.advantage .advList .advslidesBig {
    margin-top: 60px;
}
.advantage .advList .advslidesBig li {
    float: left;
    width: 20%;
    padding: 0 27px 63px;
}
.advantage .advList .advslides li {
    float: left;
}
.advantage .advList li a {
    display: block;
}
.advantage .advList li a .iconBox {
    width: 142px;
    height: 142px;
    margin: 0 auto;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    padding-top: 36px;
    margin-bottom: 24px;
}
.advantage .advList li a .iconBox i {
    display: block;
    width: 39px;
    height: 39px;
    margin: 0 auto;
    margin-bottom: 22px;
}
.advantage .advList li a .iconBox span {
    color: #fff;
}
.advantage .advList li:nth-of-type(1) a .iconBox {
    background: #07a74f;
}
.advantage .advList li:nth-of-type(2) a .iconBox {
    background: #3cb4fb;
}
.advantage .advList li:nth-of-type(3) a .iconBox {
    background: #fab30e;
}
.advantage .advList li:nth-of-type(4) a .iconBox {
    background: #fa6074;
}
.advantage .advList li:nth-of-type(5) a .iconBox {
    background: #1bb3c5;
}
.advantage .advList li a p {
    color: #666;
    line-height: 24px;
    text-align: center;
}
/* 荣誉资质 */
.honor {
    padding-top: 46px;
}
.honor .honTitle {
    margin-bottom: 32px;
}
/* 资质列表 轮播 */
.honList {
    position: relative;
    overflow: hidden;
}
.honList .flex-direction-nav {
    position: unset;
}
.a .flex-viewport {
    width: 1350px;
    margin: 0 auto;
}
.honList .flex-direction-nav li a {
    width: 45px;
    height: 195px;
    background: #eee;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
    line-height: 195px;
    text-align: center;
}
.honList .flex-direction-nav li a.flex-next {
    right: 0;
}
.honList .flex-direction-nav li a.flex-prev {
    left: 0
}
.honList .flex-direction-nav li a i.next, .honList .flex-direction-nav li a i.prev {
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
    display: inline-block;
    left: 16px;
}
.honList .flex-direction-nav li a .next {
    background: url('../images/icon-index.png') no-repeat -213px -44px;
}
.honList .flex-direction-nav li a .prev {
    background: url('../images/icon-index.png') no-repeat -256px -44px;
}
.honList .flex-direction-nav li a:hover {
    background: #dbdbdb;
}
.honList .slides li {
    text-align: center;
}
.honList .slides li span {
    display: inline-block;
    margin-top: 10px;
    color: #333;
}
/* 成功案例 */
.sucCase {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
    background: #f2f2f2;
}
/* 案例列表 */
.sucCase .caseList {
    margin-top: 40px;
}
.sucCase .caseList li {
    width: 22.97%;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.sucCase .caseList li:nth-of-type(4n) {
    margin-right: 0;
}
.sucCase .caseList li a img {
    width: 100%;
}
.sucCase .caseList li p {
    height: 54px;
    line-height: 54px;
    padding: 0 25px;
    font-size: 16px;
    color: #333;
}
.sucCase .caseList li p .fr {
    color: #008cd6;
}
/* 服务新闻 */
.news {
    padding-top: 60px;
}
/* 新闻&服务列表 */
.news .newsBox {
    margin-top: 40px;
}
.news .newsBox .server {
    width: 40%;
}
.news .newsBox .server li {
    float: left;
    width: 50%;
    height: 160px;
    box-sizing: border-box;
    margin-bottom: 18px;
}
.news .newsBox .server li:nth-of-type(1) {
    padding-right: 9px;
}
.news .newsBox .server li:nth-of-type(2) {
    padding-left: 9px;
}
.news .newsBox .server li:nth-of-type(3) {
    padding-right: 9px;
}
.news .newsBox .server li:nth-of-type(4) {
    padding-left: 9px;
}
.news .newsBox .server li:nth-of-type(1) a {
    background: #172c78;
}
.news .newsBox .server li:nth-of-type(2) a {
    background: #979eac;
}
.news .newsBox .server li:nth-of-type(3) a {
    background: #223152;
}
.news .newsBox .server li:nth-of-type(4) a {
    background: #005bac;
}
.news .newsBox .server li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding-top: 36px;
    color: #fff !important;
}
.news .newsBox .server li a .serIcon {
    width: 53px;
    height: 53px;
    display: block;
    margin: 0 auto;
}
.news .newsBox .server li:nth-of-type(1) a .serIcon {
    background: url("../images/icon-index.png") -7px -166px no-repeat;
}
.news .newsBox .server li:nth-of-type(2) a .serIcon {
    background: url("../images/icon-index.png") -90px -166px no-repeat;
}
.news .newsBox .server li:nth-of-type(3) a .serIcon {
    background: url("../images/icon-index.png") -186px -166px no-repeat;
}
.news .newsBox .server li:nth-of-type(4) a .serIcon {
    background: url("../images/icon-index.png") -380px -166px no-repeat;
}
.news .newsBox .server li a span {
    display: inline-block;
    margin-top: 18px;
}
.newsBox2 {
    width: 58%;
    border: 1px solid #e6e6e6;
}
.newsBox2 .newsNav {
    width: 24%;
    height: 100%;
}
.newsBox2 .newsNav a {
    width: 100%;
    height: 128px;
    display: block;
    padding-top: 40px;
    box-sizing: content-box;
    background: #f2f2f2;
}
.newsBox2 .newsNav a.topNew {
    border-bottom: 1px solid #e6e6e6;
}
.newsBox2 .newsNav a.active span {
    color: #666;
}
.newsBox2 .newsNav a i {
    display: block;
    width: 52px;
    height: 42px;
    margin: 0 auto;
}
.newsBox2 .newsNav a.topNew i {
    background: url('../images/icon-index.png') -286px -166px no-repeat;
}
.newsBox2 .newsNav a.botNew i {
    background: url('../images/icon-index.png') -434px -104px no-repeat;
}
.newsBox2 .newsNav a span {
    display: block;
    line-height: 70px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
/* 新闻列表*/
.newsBox2 .newsList {
    width: 68%;
    position: relative;
}
.newsBox2 .newsList ul {
    width: 100%;
    top: 0;
    right: 0;
    padding: 14px 20px 12px 0;
    position: absolute;
    display: none;
}
.newsBox2 .newsList li a {
    height: 52px;
    display: block;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.newsBox2 .newsList li a p {
    padding-right: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newsBox2 .newsList li a i {
    position: absolute;
    right: 0;
    width: 10px;
    height: 17px;
    background: url('../images/icon-index.png') no-repeat -128px -44px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
}
/* 关于越达 */
.aboutYD {
    height: 440px;
    width: 100%;
    margin-top: 40px;
    padding-top: 70px;
    background: url('../images/fotBan.jpg') center no-repeat;
    text-align: center;
}
.aboutYD .container .advTitle {
    margin-bottom: 40px;
}
.aboutYD .container h2, .aboutYD .container h3, .aboutYD .container p {
    color: #fff !important;
}
.aboutYD .container p {
    line-height: 30px;
    font-size: 14px;
}
.aboutYD .container a.detail {
    margin-right: 25px;
}
.aboutYD .container .btn a {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    color: #fff;
    z-index: 99;
    border: 1px solid #fff;
}
/* --------------------------------------- */
.newsBox2 .newsNav a.active {
    border-right: 1px solid #e6e6e6;
    background: #fff;
}
.newsBox2 .newsList ul.isShow {
    display: block;
}
.aboutYD .container .btn a.now {
    background: #fff;
    color: #009944;
}
@media only screen and (min-width:1280px) {
    /* PC端效果 */
    .advantage .advList li a {
        overflow: inherit;
    }
    .sucCase .caseList li {
        overflow: hidden;
    }
    .news .newsBox .server li:nth-of-type(1) a:hover {
        background: #111e4e;
    }
    .news .newsBox .server li:nth-of-type(2) a:hover {
        background: #777e8e;
    }
    .news .newsBox .server li:nth-of-type(3) a:hover {
        background: #334877;
    }
    .news .newsBox .server li:nth-of-type(4) a:hover {
        background: #1073cb;
    }
    .proList li img, .advantage .advList li a .iconBox, .sucCase .caseList li img, .news .newsBox .server li a {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }
    .advantage .advList li:hover a .iconBox {
        box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    }
    .proList li:hover img, .sucCase .caseList li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    .newsBox2 .newsList li a p:hover {
        color: #008cd6;
    }
    .flexslider .flex-direction-nav {
        display: none;
    }
    .flexslider:hover .flex-direction-nav {
        display: block;
    }
}
/* ******************************* */
/* 手机 */
@media only screen and (min-width:0px) and (max-width:375px) {
    /* 荣誉资质 按钮 */
    /* .honList .flex-direction-nav li a {top: 50%; } */
}
@media only screen and (min-width:376px) and (max-width:766px) {}
@media only screen and (min-width:0px) and (max-width:768px) {
    /* 首页商品信息 */
    .product .proTitle p, .advantage .advTitle p, .honor .honTitle p, .sucCase .caseTitle p, .news .newsTitle p, .aboutYD .advTitle p {
        font-size: 14px;
        width: 90%;
        text-align: center;
    }
    .product {
        padding-top: 30px;
    }
    .proList {
        padding: 0 10px;
    }
    .proList li {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .proList li h3 {
        font-size: 16px;
    }
    .proList li p {
        font-size: 14px;
    }
    .advantage .advList {
        margin-top: 40px;
    }
    .advantage .advList li {
        width: 33.33%;
        padding: 0;
    }
    .advantage .advList li a .iconBox {
        width: 100px;
        height: 100px;
        margin-bottom: 25px;
        padding-top: 20px;
    }
    .advantage .advList li a .iconBox i {
        display: block;
        width: 39px;
        height: 39px;
        margin: 0 auto;
        margin-bottom: 12px;
    }
    .advantage .advList li a p {
        padding: 0 10px;
    }
    .sucCase .caseList {
        padding: 0 10px;
    }
    .sucCase .caseList li {
        width: 48.33%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sucCase .caseList li:nth-of-type(2n) {
        margin-right: 0;
    }
    .sucCase .caseList li p {
        font-size: 12px;
        padding: 0 10px;
    }
    /* 新闻列表 */
    .news .newsBox .server {
        padding: 0 10px;
        width: 100%;
    }
    .newsBox2 {
        width: 100%;
        border: none;
        padding: 0px 10px;
        ;
    }
    .newsBox2 .newsNav {
        width: 100%;
        border: 1px solid #e6e6e6;
    }
    .newsBox2 .newsNav a {
        width: 50%;
        float: left;
        border-bottom: none;
    }
    .newsBox2 .newsList {
        width: 100%;
        height: 370px;
    }
    .newsBox2 .newsNav a.topNew {
        border-bottom: none;
    }
    .newsBox2 .newsNav a.active {
        background: #fff;
        border-right: none;
    }
    .newsBox2 .newsList li a {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #e6e6e6;
        font-size: 16px;
    }
    .newsBox2 .newsList li:last-of-type a {
        border: none;
    }
    .newsBox2 .newsList li a p {
        padding: 0 10px;
    }
    /* 荣誉资质 */
    .honList .slides li .imgpic {
        height: auto;
    }
    .honList .flex-direction-nav li a {
        height: 50%;
    }
    /* 关于越达 */
    .advTitle p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
/* ipad */
@media only screen and (min-width:769px) and (max-width:1280px) {
    /* 产品展示 */
    .proList li {
        width: 48.75%;
        margin-bottom: 18px;
    }
    .proList li:nth-of-type(2n) {
        margin-right: 0;
    }
    .proList li p {
        font-size: 14px;
    }
    /* 产品展示列表  */
    .advantage .advList li {
        width: 20%;
        padding: 0 20px;
    }
    /*  .advantage .advList li:nth-of-type(4) {margin-left: 130px; } */
    .advantage .advList li a p {
        font-size: 12px;
    }
    /* 成功案例 */
    .sucCase .caseList ul {
        /* height:1280px; */
        overflow: hidden;
    }
    .sucCase .caseList li {
        width: 48.75%;
    }
    .sucCase .caseList li:nth-of-type(2n) {
        margin-right: 0;
    }
    /* 新闻与服务 */
    .news .newsBox .server {
        width: 100%;
    }
    .news .newsBox .server li {
        width: 23.125%;
        margin-right: 20px;
    }
    .news .newsBox .server li:last-of-type {
        margin-right: 0;
    }
    /* 新闻列表 */
    .newsBox2 {
        width: 100%;
        border: none;
    }
    .newsBox2 .newsNav {
        width: 100%;
        border: 1px solid #e6e6e6;
    }
    .newsBox2 .newsNav a {
        width: 50%;
        float: left;
        border-bottom: none;
    }
    .newsBox2 .newsList {
        width: 100%;
        height: 575px;
    }
    .newsBox2 .newsNav a.topNew {
        border-bottom: none;
    }
    .newsBox2 .newsNav a.active {
        background: #fff;
        border-right: none;
    }
    .newsBox2 .newsList li a {
        height: 100px;
        line-height: 100px;
        border-bottom: 1px solid #e6e6e6;
    }
    .newsBox2 .newsList li:last-of-type a {
        border: none;
    }
    /* 荣誉资质 按钮 */
    .honList .flex-direction-nav li a {
        top: 9%;
    }
}
@media only screen and (min-width:768px) and (max-width:1280px) {
    /* 荣誉资质 按钮 */
    .honList .flex-direction-nav li a {
        height: 40%;
        top: 35%;
    }
}
@media (min-width: 1280px) {
    .advantage .advList li:nth-of-type(4) {
        margin-left: 0;
    }
    .advantage .advList li {
        width: 20%;
    }
}