.itemOne {
    float: left;
    width: 100%;
    background: url("../images/bg-1_21.jpg") no-repeat bottom center;
}

.itemOne .title {
    text-align: center;
    float: left;
    width: 100%;
}

.itemOne .title h3 {
    font-family: Roboto-Bold;
    /*text-transform: uppercase;*/
    font-size: 48px;
    color: #000000;
    line-height: 96px;
    margin-top: 50px;
}

.itemOne .title span {
    width: 57px;
    height: 6px;
    background: #c4c9ce;
    display: inline-block;
    margin-bottom: 18px;
}

.itemOne .title p {
    color: #676767;
    font-size: 18px;

    line-height: 26px;
}

.itemOne li {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.itemOne li:last-child {
    margin-right: 0;
}
.itemOne li:nth-child(1) .text{
    background: #009fe3;
}
.itemOne li:nth-child(2) .text{
    background: #27348b;
}
.itemOne li .pic {
    overflow: hidden;
    float: left;
    width: 100%;
}

.itemOne li img {
    width: 100%;
    transition: 0.5s;
}

.itemOne li .text {
    background: #fff;
    color: #fff;
    padding: 25px 30px 25px 30px;
    transition: 0.3s;
    float: left;
    width: 100%;
}

.itemOne li .text h4 {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    font-family: Roboto-Bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: 0.5s;
}

.itemOne li .text p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: 0.5s;
}

/*.itemOne li:hover .text {*/
/*    background: #009ee3;*/
/*}*/

.itemOne li:hover h4 {
    color: #fff;
}

.itemOne li:hover p {
    color: #fff;
}

.itemOne li:hover img {
    transform: scale(1.1, 1.1);
}

.itemOneMain {
    float: left;
    margin-top: 55px;
    padding-bottom: 50px;
}

.itemOneMain .num {
    margin-top: 20px;
    float: left;
    width: 100%;
    text-align: center;
}

.itemOneMain .num h3 {
    font-size: 36px;
    color: #000000;
    line-height: 125px;
    font-family: Roboto-Bold;
}

.itemOneMain .list {
    text-align: center;
}

.itemOneMain .list span {
    font-size: 60px;
    color: #009ee3;
    line-height: 78px;
    display: inline-block;
    font-family: Roboto-Bold;
    margin-bottom: 13px;
}

.itemOneMain .list p {
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}

.itemOneMain .more {
    width: 145px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    /*text-transform: uppercase;*/
    background: #009ee3;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
    transition: 0.3s;
    font-family: Roboto-Regula;
}

.itemOneMain .more:hover {
    background: #083090;
}

.itemTwo {
    float: left;
    width: 100%;
    background: url("../images/bg-2_22.jpg") no-repeat top center fixed;
    background-size: cover;
    padding-bottom: 68px;
    padding-top: 60px;
}

.itemTwo .title {
    text-align: center;
}

.itemTwo .title h3 {
    font-weight: bold;;
    font-size: 48px;
    color: #fff;
    font-family: Roboto-Bold;
    line-height: 96px;
}

.itemTwo .title span {
    width: 57px;
    height: 6px;
    background: #fff;
    display: inline-block;
    margin-bottom: 18px;
}

.itemTwo .title p {
    color: #fff;
    font-size: 18px;

    line-height: 26px;
    width: 73%;
    margin: 0 auto;
}


.itemTwo .list {
    float: left;
    width: 31.3%;
    text-align: center;
    /*padding-top: 54px;*/
    /*padding-bottom: 37px;*/
    position: relative;
}
.itemTwo .list:nth-child(1) .front{
    background: #079fe1;
}
.itemTwo .list:nth-child(2){
    margin: 0 3%;
}
.itemTwo .list:nth-child(2) .front{
    margin: 0 3%;
    background: #cd3945;
}
.itemTwo .list:nth-child(3) .front{
    background: #0b8060;
}
.itemTwo .list span {
    display: block;
    font-size: 28px;
    color: #fff;
    margin-top: 47px;
    font-family: Roboto-Bold;

}

.itemTwoMain {
    margin-top: 53px;
}


.itemTwo .flip-container {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.itemTwo .flip-container:hover .back {
    transform: rotateY(0deg);
}

.itemTwo .flip-container:hover .front {
    transform: rotateY(180deg);
}
.itemTwo .list:nth-child(1) .back{
    background: #069fe1;
}
.itemTwo .list:nth-child(2) .back{
    background: #cd3945;
}
.itemTwo .list:nth-child(3) .back{
    background: #0a7e5f;
}
.itemTwo .flip-container, .itemTwo .front, .itemTwo .back {
    width: 100%;
}

.itemTwo .front {
    text-align: center;
}


.itemTwo .front, .itemTwo .back {
    background: rgba(255, 255, 255, 0.96);
    height: 325px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
}

.itemTwo .last .front, .itemTwo .last .back {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.itemTwo .last .front:after, .itemTwo .last .back:after {
    content: '';
    position: absolute;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
    width: 1100%;
    height: 1100%;
    bottom: 15px;
    right: -500%;
    background-color: white;
    transform-origin: 54% 100%;
    transform: rotate(-45deg);
    z-index: -1;
}

.itemTwo .back {
    color: #000000;
    font-size: 13px;
    padding: 20px 50px;
}


.itemTwo .front {
    padding-top: 62px;
}

.itemTwo .flipper {
    transition: 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

.itemTwo .front, .itemTwo .back {
    backface-visibility: hidden;
    transition: 0.8s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.itemTwo .flip-container {
    height: 351px;
}

.itemTwo .front {
    z-index: 2;
    transform: rotateY(0deg);
}

.itemTwo .back {
    transform: rotateY(-180deg);
}


.itemTwo .listText {
    text-align: left;
}

.itemTwo .listText h3 {
    text-align: left;
    font-size: 26px;
    color: #fff;
    margin-bottom: 26px;
    margin-top: 20px;
    font-family: Roboto-Bold;
    text-transform: capitalize;
}

.itemTwo .listText p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-family: Roboto-Light;
}

.itemTwo .list:hover .listText {
    z-index: 1;
    opacity: 1;
}

.itemThree {
    float: left;
    width: 100%;
    margin-top: 45px;
    padding-bottom: 53px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 40px;
}

.itemThree .list {
    float: left;
    width: 31.3%;
}

.itemThree .list:nth-child(2) {
    margin: 0 3%;
}

.itemThree .list .pic {
    overflow: hidden;
}

.itemThree .list .pic img {
    width: 100%;
    transition: 0.5s;
}

.itemThree .list .pic img:hover {
    transform: scale(1.1, 1.1);
}

.itemThree .list .p1 {
    color: #009ee3;
    font-size: 16px;
    margin-top: 20px;
}

.itemThree .list h3 {
    font-size: 25px;
    color: #000000;
    min-height: 56px;
    line-height: 28px;
    font-weight: bold;;
    margin-top: 20px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
}

.itemThree .list h3 a {
    color: #000000;
    transition: 0.3s;
}

.itemThree .list h3 a:hover {
    color: #009ae3;
}

.itemThree .list span {
    font-size: 16px;
    color: #a4a4a4;
    font-style: italic;
    display: block;
    margin: 16px 0;
}

.itemThree .list p {
    font-size: 16px;
    line-height: 24px;
    color: #676767;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.itemThree .list .text .more {
    color: #009ae3;
    font-size: 14px;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #009ae3;
    width: 86px;
    margin-top: 18px;
    transition: 0.3s;
}

.itemThree .list .text .more:hover {
    color: #083090;
}

.itemThree .title {
    text-align: center;
}

.itemThree .title h3 {
    font-weight: bold;;
    font-size: 48px;
    color: #000000;
    font-family: Roboto-Bold;
    line-height: 96px;
    margin-bottom: 20px;
}

.itemThree .title span {
    width: 57px;
    height: 6px;
    background: #c4c9ce;
    display: inline-block;
    margin-bottom: 40px;
}

.itemThree .all {
    color: #009ee3;
    font-size: 16px;
    font-weight: bold;;
    display: block;
    text-align: center;
    margin-top: 80px;
    float: left;
    width: 100%;
}

.itemFour {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.itemFour .title {
    text-align: center;
}

.itemFour .title h3 {
    font-weight: bold;;
    font-size: 48px;
    color: #000;
    margin-bottom: 20px;
    line-height: 96px;
}

.itemFour .title span {
    width: 57px;
    height: 6px;
    background: #c4c9ce;
    display: inline-block;
    margin-bottom: 55px;
}

.itemFour .list {
    float: left;
    width: 20%;
    border-right: 1px solid #f5f5f5;
}

.itemFour .item {
    float: left;
    width: 100%;
    /*border-right: 1px solid #f5f5f5;*/
}

/*.itemFour .owl-item:nth-child(5n) .item{*/
/*border-right: none;*/
/*}*/
.itemFour .list .img2 {
    display: none;
}

.itemFour .item .img2 {
    display: none;
}

.itemFour .item:hover .img2 {
    display: block;
}

.itemFour .list:hover .img2 {
    display: block;
}

.itemFour .item:hover .img1 {
    display: none;
}

.itemFour .list:hover .img1 {
    display: none;
}

.itemFour .list:last-child {
    border-right: none;
}

.itemFour .bot {
    float: left;
    width: 100%;
}

.dropdown {
    width: 468px;
    margin: 0 auto;
    margin-bottom: 63px;
    margin-top: 66px;
}

.dropdown-toggle {
    width: 468px;
    background-color: transparent;
    border: 1px solid #c4c9ce;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 12px;
    color: #a4a4a4;
    text-align: left;
}

.dropdown-toggle i {
    float: right;
    transition: 0.3s;
}

.icon-chevron-down.active {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 48px, 0px);
    background-color: #fff;
    border: 2px solid #fff;
    width: 100%;
    padding: 10px 0 0;
    margin-top: -2px;
    z-index: 9999;
}

.dropdown-menu > li {
    margin-bottom: 10px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    color: #333;
}

.main .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main .title h3 {
    font-size: 36px;
    color: #000;
    line-height: 92px;
    font-family: Roboto-Bold;
    /*text-transform: uppercase;*/
}

.main .title span {
    display: block;
    width: 57px;
    height: 6px;
    margin: 0 auto;
    background: #c4c9ce;
}

.offerMain .content {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.main .offerMain .title {
    /*margin-top: 115px;*/
    margin-bottom: 10px;
}

.offerMain .content .list {
    float: left;
    width: 31.3%;
    margin-bottom: 45px;
    margin-right: 3%;
}

.offerMain .content .list:nth-child(3n) {
    margin-right: 0;
}

.offerMain .content .list .pic {
    overflow: hidden;
}

.offerMain .content .list .pic img {
    transition: 0.3s;
    width: 100%;
}

.offerMain .content .list .pic:hover img {
    transform: scale(1.1, 1.1);
}

.offerMain .content .list:nth-child(1) .text{
    background: #009fe3;
}
.offerMain .content .list:nth-child(2) .text{
    background: #26348c;
}
.offerMain .content .list:nth-child(3) .text{
    background: #047d5c;
}
.offerMain .content .list:nth-child(4) .text{
    background: #cd3945;
}
.offerMain .content .list:nth-child(5) .text{
    background: #683d82;
}

.offerMain .content .list:nth-child(1) .textList{
    background: #009fe3;
}
.offerMain .content .list:nth-child(2) .textList{
    background: #26348c;
}
.offerMain .content .list:nth-child(3) .textList{
    background: #047d5c;
}
.offerMain .content .list:nth-child(4) .textList{
    background: #cd3945;
}
.offerMain .content .list:nth-child(5) .textList{
    background: #683d82;
}

.offerMain .content .text {
    box-shadow: 0 0 10px #f6f6f6;
    padding: 30px 28px 25px 28px;
    position: relative;
}

.offerMain .content .text h3 {
    height: 40px;
}

.offerMain .content .text h3 a {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-family: Roboto-Regula;
}

.offerMain .content .text p a {
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    font-family: Roboto-Bold;
    margin-bottom: 19px;
}

.offerMain .content .text p img {
    float: right;
    transition: 0.3s;
    margin-top: 11px;
}

.offerMain .content .textList {
    position: absolute;
    top: 131px;
    left: 0;
    background: #fff;
    padding: 0 28px 14px 28px;
    opacity: 0;
    z-index: -1;
    width: 100%;
    transition: 0.3s;
}

.offerMain .content .textList a {
    font-size: 17px;
    color: #fff;
    display: block;
    line-height: 34px;
    float: left;
    width: 100%;
    margin-bottom: 11px;
    border-bottom: 1px solid #fff;

    transition: 0.3s;
}

.offerMain .content .textList div {
    border-top: 1px solid #dee0e2;
    padding-top: 19px;
}

.offerMain .content .textList a:hover {
    border-color: #008ad5;
    color: #008ad5;
}

.offerMain .content .list:hover .textList {
    opacity: 1;
    z-index: 9;
}

.offerMain .content .list:hover p img {
    transform: rotate(180deg);
}

.mainTwo {
    background: #f8f8f8;
    float: left;
    width: 100%;
}

.supplierMain {
    float: left;
    width: 100%;
}

.supplierMain .top {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.supplierMain li {
    float: left;
    width: 22.3%;
    height: 163px;
    background: #fff;
    margin-right: 3.5%;
    position: relative;
    margin-bottom: 40px;
    /*padding: 0 5%;*/
    border-radius: 3px;
    border: 1px solid #f6f6f6;
    transition: 0.3s;
}

.supplierMain li a {
    display: block;
    width: 100%;
    height: 100%;
}

.supplierMain li img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    transform: translate(-50%, -50%);
}

.supplierMain li:hover {
    box-shadow: 0 0 15px #d3d3d3;
}

.supplierMain li:nth-child(4n) {
    margin-right: 0;
}

.supplierMain .mid {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    background: url("../images/bg-4_49.jpg") no-repeat bottom;
}

.supplierMain .bot {
    float: left;
    width: 100%;
    padding-top: 60px;
    background: #fff;
    padding-bottom: 40px;
}

.supplierDetail {
    float: left;
    width: 100%;
}

.supplierDetail .top {
    float: left;
    width: 100%;
    margin-bottom: 39px;
    border-bottom: 1px solid #f7f7f7;
}

.supplierDetail .return {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
}

.supplierDetail .return a {
    color: #676767;
    font-size: 16px;
}

.supplierDetail .return a img {
    margin-left: 12px;
}

.supplierDetail .top-content {
    float: left;
    width: 100%;
}

.supplierDetail .top-content .pic {
    float: left;
    width: 28%;
    border-radius: 3px;
    height: 360px;
    border: 1px solid #f7f7f7;
    position: relative;
}

.supplierDetail .top-content .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.supplierDetail .top-content .text {
    width: 68%;
    margin-left: 4%;
    float: right;
}

.supplierDetail .top-content h3 {
    font-weight: bold;;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.supplierDetail .top-content p {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}

.supplierDetail .top-content a {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #009ae3;
    border-bottom: 1px solid #26a2e5;
    margin-top: 11px;
    transition: 0.3s;
}

.supplierDetail .top-content a:hover {
    color: #083090;
    border-color: #083090;
}

.supplierDetail .top-content .textBot {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 32px;
}

.supplierDetail .mid {
    float: left;
    width: 100%;
}

.supplierDetail .mid .itemText {
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 1050px;
    background: rgba(0, 0, 0, 0.45);
    padding: 30px 65px 44px 75px;
}

.supplierDetail .mid .itemText h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;;
}

.supplierDetail .mid .itemText p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
}

.supplierDetail .mid .itemText a {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    background: #009ee3;
    border: none;
    transition: 0.5s;
    margin-top: 35px;
}

.supplierDetail .mid .itemText a:hover {
    background: #083090;
}

.supplierDetail .mid .carousel-indicators li {
    margin-right: 10px;
}

.supplierDetail .carousel-control.left img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.supplierDetail .carousel-control.right img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.supplierDetail .bot {
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.supplierDetail .bot .menuone {
    float: left;
    width: 18%;
}

.supplierDetail .bot .menuone li {
    float: left;
    width: 278px;
    height: 76px;
    border: 1px solid #e0e3e5;
    border-radius: 5px;
    text-align: center;
    padding: 13px 0 15px 0;
    margin-bottom: 17px;
    cursor: pointer;
    transition: 0.5s;
}

.supplierDetail .bot .menuone li h3 {
    color: #676767;
    font-size: 18px;
    line-height: 24px;
    transition: 0.5s;
}

.supplierDetail .bot .menuone li.active {
    background: #009ee3;
    border-color: #009ee3;
}

.supplierDetail .bot .menuone li h3.active {
    color: #fff;
}

.supplierDetail .bot .menuone li p.active {
    color: #fff;
}

.supplierDetail .bot .menuone li:nth-child(4) p {
    line-height: 49px;
}

.supplierDetail .bot .menuone li:nth-child(5) p {
    line-height: 49px;
}

.supplierDetail .bot .menuone li p {
    color: #676767;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;;
    transition: 0.5s;
}

.supplierDetail .menutwo {
    display: none;
    float: left;
    width: 80%;
    margin-left: 2%;
}

.supplierDetail .menutwo .list {
    float: left;
    width: 18.4%;
    text-align: center;
    margin-right: 2%;
}

.supplierDetail .menutwo .list:nth-child(5n) {
    margin-right: 0;
}

.supplierDetail .menutwo .list .pic {
    height: 160px;
    position: relative;
}

.supplierDetail .menutwo .list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.supplierDetail .menutwo .list:hover .pic {
    box-shadow: 0 0 11px #d3d3d3;
    transition: 0.3s;
}

.supplierDetail .menutwo .list p {
    line-height: 77px;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;

    transition: 0.3s;
}

.supplierDetail .menutwo .list:hover p {
    color: #009ee3;
}

.supplierDetail .more {
    float: left;
    width: 100%;
    text-align: right;
}

.supplierDetail .more a {
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    float: right;
    border-bottom: 1px solid #26a2e5;
    transition: 0.5s;
}

.supplierDetail .more a:hover {
    color: #083090;
    border-bottom: 1px solid #083090;
}

.services {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.services .title {
    /*margin-top: 64px;*/
    margin-bottom: 45px;
}

.services .title span {
    margin-bottom: 22px;
}

.services .title p {
    font-size: 20px;
    color: #676767;
    line-height: 32px;
    font-family: Roboto-Light;
}

.services .title p:last-child {
    font-family: Roboto-Medium;
    color: #000000;
    font-size: 22px;
}

.serviceMain {
    float: left;
    width: 100%;
}

.serviceMain .list {
    float: left;
    width: 23.5%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 30px;
}

.serviceMain .list img {
    width: 100%;
    display: block;
}

.serviceMain .list:nth-child(4n) {
    margin-right: 0;
}

.serviceMain .list .text {
    background: #009ee3;
    padding: 15px 30px 15px 30px;
    height: 100px;
}

.serviceMain .list .text p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.serviceMain .list .model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 22px 30px;
    background: rgba(0, 116, 191, 0.6);
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}

.serviceMain .list .model p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

.serviceMain .list:hover .model {
    opacity: 1;
    z-index: 9;
}

.services .mid {
    padding-top: 50px;
    background: #f5f5f5;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
}
.services .mid .list .text{
    background: #26348c;
}
.services .bot .list .text{
    background: #cd3945;
}

.serviceMain .mid .list .model{
    background: rgba(38, 52, 140, 0.6);
}
.serviceMain .bot .list .model{
    background: rgba(250, 57, 69, 0.6);
}
.services .bot {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.building .title .xian {
    margin-bottom: 25px;
}

.building .title p {
    font-size: 18px;
    color: #676767;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}

.building .title p a {
    color: #009ee3;
    border-bottom: 1px solid #009ee3;
    line-height: 30px;
    display: inline-block;
}

.building .top {
    float: left;
    width: 100%;
    border-top: 1px solid #f5f5f5;
    padding-top: 0!important;
}

.building .top ul {
    float: left;
    width: 100%;
    margin-bottom: 84px;
}

.building .top li {
    float: left;
    margin-right: 2%;
    width: 15%;
    text-align: center;
}

.building .top li img {
    width: 100%;
}

.building .top li:nth-child(6n) {
    margin-right: 0;
}

.building .top li span {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 52px;
    font-weight: bold;;
}

.building .top .list {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 79px;
}

.building .top .list .text {
    width: 55%;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    background: #f5f5f5;
    padding: 44px 71px 53px 78px;
}

.building .top .list .pic {
    width: 66%;
}

.building .top .list .pic img {
    width: 100%;
}

.building .top .list .text h3 {
    font-weight: bold;;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
}

.building .top .list .text h4 {
    font-weight: bold;;
    font-size: 16px;
    color: #676767;
    line-height: 54px;
}

.building .top .list .text p {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 9px;
}

.building .top .list ul {
    margin-bottom: 0;
}

.building .top .list li {
    font-size: 16px;
    color: #676767;
    line-height: 30px;
    float: left;
    width: 100%;
    text-align: left;
}

.building .top .listTwo .pic {
    float: right;
}

.building .top .listTwo .text {
    left: 0;
}

.building .top .listTwo .text h3 {
    margin-bottom: 18px;
}

.building .top .listTwo .text p {
    margin-bottom: 18px;
}

.building .top .list:last-child {
    margin-bottom: 0;
}

.building .bot li {
    float: left;
    margin-right: 2%;
    width: 12.5%;
    text-align: center;
}

.building .bot li span {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-top: 13px;
    text-transform: uppercase;
    font-weight: bold;;
}

.building .bot li:nth-child(7n) {
    margin-right: 0;
}

.building .bot .title {
    margin-top: 40px;
    margin-bottom: 33px;
}

.building .bot {
    margin-bottom: 100px;
    float: left;
    width: 100%;
}

.building .top .title {
    margin-bottom: 33px;
}


.news .title p {
    text-align: center;
    margin-top: 20px;
}

.news .screen {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.news .screen select {
    width: 354px;
    height: 60px;
    background: #009fe3;
    color: #ffffff;
    font-size: 18px;
    border: none;
    /*border-radius: 4px;*/
    padding: 0 15px;
    margin-right: 18px;
}
.news .screen select option{
    background: #009fe3;
}
.news .screen select option:hover{
    background: #27348b;
}
.news .screen button {
    width: 219px;
    height: 60px;
    border: 2px solid #009fe3;
    background: #fff;
    color: #009fe3;
    font-size: 18px;
    border-radius: 4px;
    transition: .3s;
}

.news .screen button:hover {
    background: #009fe3;
    color: #fff;
}

.news .screen .dropdown{
    margin-top: 0;
    width: 354px;
    margin-bottom: 0;
    margin-right: 18px;
}

.news .screen .dropdown button{
    width: 354px;
    height: 60px;
    background: #009fe3;
    color: #ffffff;
    font-size: 18px;
    border: none;
    /* border-radius: 4px; */
    padding: 0 15px;
    margin-right: 18px;
    margin-top: 0;
    border-radius: 0;
}

.news .screen form{
    display: flex;
    flex-flow: wrap;
}
.news .screen .dropdown-menu{
    background: #009fe3;
    border: 1px solid #666;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    transform: translate3d(0px, 62px, 0px);
}
.news .screen .dropdown-menu > li{
    margin-bottom: 0;
}
.news .screen .dropdown-menu > li > a{
    color: #fff;
    font-size: 18px;
}
.news .screen .dropdown-menu > li > a:hover{
    background: #27348b;
}


.screening-quantity {
    margin-top: 56px;
    margin-bottom: 45px;
}

.screening-quantity p {
    color: #615f5f;
    font-size: 22px;
}


.automation .top ul {
    margin-bottom: 148px;
}

.automation .top li img {
    width: auto;
}

.automation .top li span {
    font-size: 22px;
    color: #676767;
    line-height: 28px;

}

.automation .top li {
    margin-right: 3%;
    width: 22%;
}

.automation .top li:nth-child(4n) {
    margin-right: 0;
}

.automation .top li span {
    margin-top: 26px;
}

.automation .top .list .text h3 {
    margin-bottom: 18px;
}

.automation .top .title {
    margin-bottom: 75px;
}

.automation .bot li {
    width: 15%;
}

.automation .bot li:nth-child(6n) {
    margin-right: 0;
}

.telCo .title {
    margin-bottom: 40px;
}

.telCo .top {
    padding-top: 60px;
    margin-bottom: 100px;
}

.telCo .top .listTwo .text h3 {
    margin-bottom: 10px;
}

.telCo .bot li {
    width: 23%;
}

.telCo .bot li:last-child {
    margin-right: 0;
}

.oil .top li {
    width: 23%;
}

.oil .top li:last-child {
    margin-right: 0;
}

.oil .bot li {
    width: 23%;
}

.oil .bot li:last-child {
    margin-right: 0;
}

.divisions .title {
    margin-bottom: 40px;
}

.divisions .title .xian {
    margin-bottom: 25px;
}

.divisions .title p {
    font-size: 18px;
    color: #676767;
    line-height: 26px;
    text-align: center;
}

.divisions .sort {
    float: left;
    width: 100%;
}

.divisions .sort .list {
    float: left;
    width: 49%;
    margin-right: 2%;
    position: relative;
}

.divisions .sort .list:last-child {
    margin-right: 0;
}

.divisions .sort .list .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.divisions .sort .list .txt p {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;;
}

.divisions .sort .list .txt span {
    color: #fff;
    font-size: 26px;
    font-family: Roboto-Bold;
}

.divisions .sort .list .txt p:first-child {
    font-family: Roboto-Regula;
    font-weight: normal;
    margin-bottom: 0;
}

.divisions .sort .list .txt a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 22px;
    font-size: 14px;
    color: #fff;
    padding: 0 13px;
    margin-top: 19px;
    transition: 0.3s;
}
.divisions .sort .list .txt a span{
    margin-left: 15px;
    margin-top: 0;
}
.divisions .sort .list > img {
    width: 100%;
}

.divisions .sort .list .txt a img {
    float: right;
}

.divisions .sort .list .txt a:hover {
    background: #008ad5;
    border-color: #008ad5;
}

.ditu {
    float: left;
    width: 100%;
    margin-top: 70px;
    border-top: 1px solid #f5f5f5;
    padding-top: 68px;
    padding-bottom: 50px;

    background: url("../images/bg-9_03.jpg") #fdfdfd no-repeat left bottom;
}

.ditu .left {
    float: left;
    width: 50%;
}

.ditu .left .top {
    float: left;
    width: 100%;
}

.ditu .dropdown {
    float: left;
    height: 54px;
    width: 425px;
    margin: 0;
}

.ditu .dropdown .dropdown-toggle {
    font-size: 16px;
    color: #747474;
    width: 425px;
    height: 54px;
    background: #fff;
    border: 1px solid #e0e3e5;
    text-transform: capitalize;
}

.ditu .dropdown .dropdown-menu a {
    font-size: 16px;
    color: #747474;
    text-transform: capitalize;
}

.ditu .left .city {
    float: left;
    width: 155px;
    line-height: 50px;
    margin-right: 6px;
    color: #000000;
    font-size: 16px;
    border-radius: 4px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #e0e3e5;
    text-transform: capitalize;
}

.ditu .left .map {
    float: left;
    width: 100%;
    margin-top: 60px;
    padding-left: 30px;
    position: relative;
}

.ditu .left .map > img {
    width: 100%;
}

.ditu .left .map .sign {
    width: 32px;
    height: 32px;
    line-height: 29px;
    background: #59b3ed;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1000;
}

.ditu .left .map .sign img {
    z-index: -1;
}

.ditu .left .map .sign.active {
    background: #083090;
}

.sign1 {
    position: absolute;
    right: 20%;
    top: 64%;
}

.sign2 {
    position: absolute;
    right: 27%;
    top: 40%;
}

.sign3 {
    position: absolute;
    right: 23%;
    top: 70%;
}

.sign4 {
    position: absolute;
    right: 11%;
    top: 20%;
}

.sign5 {
    position: absolute;
    right: 15%;
    top: 31%;
}

.sign6 {
    position: absolute;
    right: 26%;
    top: 52%;
}

.sign7 {
    position: absolute;
    right: 26%;
    top: 44%;
}

.sign8 {
    position: absolute;
    right: 29%;
    top: 61%;
}

.sign9 {
    position: absolute;
    right: 24%;
    top: 59%;
}

.sign10 {
    position: absolute;
    right: 37%;
    top: 61%;
}

.sign11 {
    position: absolute;
    right: 41%;
    top: 50%;
}

.sign12 {
    position: absolute;
    right: 48%;
    top: 62%;
}

.sign13 {
    right: 32%;
    top: 82%;
    position: absolute;
}
.sign14 {
    right: 32%;
    top: 48%;
    position: absolute;
}


.sign15 {
    right: 9%;
    top: 28%;
    position: absolute;
}
.ditu .right {
    float: right;
    width: 45%;
}

.ditu .right .menuone li {
    float: left;
    width: 49%;
    margin-bottom: 10px;
    height: 54px;
    padding: 0 5px;
    color: #747474;
    font-size: 16px;
    cursor: pointer;
    margin-right: 1%;

    line-height: 50px;
    border: 2px solid #e0e3e5;
    /*border-radius: 5px;*/
    text-align: center;
    transition: 0.3s;
}

.ditu .right .menuone li.active {
    color: #fff;
    background: #009fe3;
    border-color: #009fe3;
}

.ditu .right .menuone li:hover {
    color: #fff;
    background: #083090;
    border-color: #083090;
}

.ditu .right .menuone li:last-child {
    margin-right: 0;
}

.ditu .right .menutwo {
    float: left;
    width: 100%;
    margin-top: 40px;
    /*height: 540px;*/
    min-height: 102px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.ditu .right .list {
    margin-bottom: 16px;
    padding-right: 10px;
}

.ditu .right h3 {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-family: Roboto-Medium;
}

.ditu .right p {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-top: 11px;
    font-family: Roboto-Light;
}

.ditu .right .menutwo::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

.ditu .right .menutwo::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #e0e3e5;
}

.ditu .right .menutwo::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(179, 179, 179, 0.2);
    border-radius: 0;
    background: rgba(245, 245, 245, 0);
}

.ditu .right .btnNext {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 44px;
}

.ditu .right .all {
    float: left;
    width: 100%;
}

.ditu .right a {
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #009ee3;
    display: block;
    float: right;
    font-size: 16px;
    color: #009ee3;
    border-radius: 25px;
    transition: 0.3s;

}

.ditu .right a:hover {
    background: #009ee3;
    color: #fff;
}

.carrer-content {
    float: left;
    width: 100%;
}

.carrer-content h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;;
    line-height: 50px;
}

.carrer-content h4 {
    font-size: 16px;
    color: #676767;
    line-height: 58px;
    font-weight: bold;;
}

.carrer-content p {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 11px;
}

.carrer-content .text:first-child {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 54px;
}

.carrer-content .text:nth-child(2) {
    padding-top: 40px;
}

.carrer-content .pic {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 50px;
}

.carrer-content .pic h2 {
    font-size: 25px;
    color: #023692;
    margin-bottom: 35px;
    font-weight: bold;;
}

.carrer-list {
    float: left;
    width: 100%;
    margin-top: 140px;
}

.carrer-list .list {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.carrer-list .pic {
    width: 29%;
}

.carrer-list .pic img {
    width: 100%;
}

.carrer-list .text {
    width: 71%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    padding: 8px 61px 26px 61px;
}

.carrer-list .text h3 {
    line-height: 60px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;;
}

.carrer-list .text p {
    line-height: 26px;
    font-size: 16px;
    color: #676767;
    margin-bottom: 10px;
}

.carrer-list .text p:last-child {
    margin-bottom: 0;
}

.carrer-list .listTwo .pic {
    float: right;
}

.carrer-list .listTwo .text {
    left: 0;
}

.carrer-bot {
    float: left;
    width: 100%;
    /*height: 430px;*/
    /*background: url("../images/bg-5_02.jpg") no-repeat;*/
    background: #009fe3;
    background-size: cover;
    margin-bottom: 180px;
    margin-top: 50px;
}

.swiper-button-next:focus {
    outline: none;
}

.about {
    float: left;
    width: 100%;
}

.about-top {
    float: left;
    width: 100%;
}

.about-top .left {
    float: left;
    width: 50%;
    background: #f5f5f5;
    text-align: right;
    min-height: 115px;
    padding: 0 32px 0 7.5%;
}

.about-top .left h3 {
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    margin-top: 19px;
    font-weight: bold;;
}

.about-top .left p {
    font-size: 16px;
    color: #676767;
    line-height: 22px;
}

.about-top .right {
    min-height: 115px;
    float: left;
    width: 50%;
    padding: 0 7.5% 0 32px;
    background: #053291;
}

.about-top .right h3 {
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    margin-top: 19px;
    font-weight: bold;;
}

.about-top .right p {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
}

.aboutChina {
    float: left;
    width: 100%;
    border-top: 1px solid #f5f5f5;
}

.aboutChinaMain {
    float: left;
    width: 100%;
    margin-bottom: 150px;
    position: relative;
}

.aboutChina .pic {
    float: left;
}

.aboutChina .pic img {
    max-width: 100%;
}

.aboutChina .text {
    position: absolute;
    right: 0;
    bottom: -92px;
    background: #f5f5f5;
    width: 55%;
    padding: 54px 56px 59px 79px;
}

.aboutChina .text h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;;
    line-height: 32px;
    margin-bottom: 24px;
}

.aboutChina .text p {
    line-height: 26px;
    font-size: 16px;
}

.about-bot {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    border-top: 1px solid #f5f5f5;

}

.about-bot .list {
    float: left;
    margin-right: 2%;
    width: 23%;
    margin-bottom: 38px;
}

.about-bot .list:nth-child(4n) {
    margin-right: 0;
}

.about-bot .list .pic {
    overflow: hidden;
}

.about-bot .list .pic img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.about-bot .list .pic img:hover {
    transform: scale(1.1, 1.1);
}

.about-bot .list .text {
    margin-top: 12px;
}

.about-bot .list h3 {
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    font-weight: bold;
    margin: 5px 0 10px;
}

.about-bot .list p {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

.biaodan {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.biaodan h3 {
    font-size: 20px;
    color: #000000;
    line-height: 80px;
    border-bottom: 1px solid #f7f7f7;
    font-family: Roboto-Bold;
    margin-bottom: 35px;
}

.biaodan .dropdown {
    width: 100%;
    margin: 30px 0;
}

.biaodan .dropdown-toggle {
    width: 100%;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 56px;
    padding: 0 20px;
    border: 2px solid #f7f7f7;
    transition: 0.3s;
}

.biaodan .dropdown-toggle:focus {
    border-color: #008ad5;
}

.biaodan .dropdown-toggle:hover {
    border-color: #008ad5;
}

.biaodan .message {
    float: left;
    width: 100%;
}

.biaodan .list {
    float: left;
    width: 46%;
    margin-bottom: 20px;
}

.biaodan .list:nth-child(2n) {
    float: right;
}

.biaodan .list span {
    font-size: 18px;
    color: #000;
    padding-right: 22px;
    font-weight: bold;
    width: 25%;
    text-align: right;
    line-height: 56px;
    display: inline-block;
    float: left;
}

.biaodan .list input {
    float: left;
    width: 75%;
    border: 2px solid #f7f7f7;
    /*border-radius: 4px;*/
    line-height: 56px;
    padding-left: 20px;
    font-size: 16px;
    transition: 0.3s;
}

.biaodan .list input:hover {
    border-color: #008ad5;
}

.biaodan .message span {
    font-size: 18px;
    color: #000;
    padding-right: 22px;
    font-weight: bold;
    width: 11.6%;
    text-align: right;
    line-height: 56px;
    display: inline-block;
    float: left;
}

.biaodan .message textarea {
    width: 88.4%;
    border: 2px solid #f7f7f7;
    /*border-radius: 4px;*/
    height: 255px;
    padding-left: 20px;
    padding-top: 20px;
    transition: 0.3s;
    font-size: 16px;
}

.biaodan .message textarea:hover {
    border-color: #008ad5;
}

.biaodan .clause {
    float: right;
    width: 88.4%;
    margin-top: 25px;
}

.biaodan .upload button {
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #f7f7f7;
    border-radius: 3px;
    background: #fff;
    font-family: Arial;
    color: #000000;
    font-size: 35px;
}

.biaodan .upload button:focus {
    outline: none;
}

.biaodan .clause label {
    float: left;
}

.biaodan .clause input {
    float: left;
    width: 26px;
    height: 26px;
    border: 2px solid #f7f7f7;
    border-radius: 4px;
    background: #fff;
}

.biaodan .clause p {
    float: left;
    width: 90%;
    margin-left: 24px;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}

.biaodan .upload p {
    margin-left: 15px;
    margin-top: 5px;
}

.biaodan .clause p:last-child {
    /*margin-left: 0;*/
    /*margin-top: 30px;*/
}

.biaodan .clause p a {
    color: #009fe3;
}

.biaodan .clause .check_css3 {
    float: left;
    margin-top: 4px;
}

.biaodan .clause .check_css3 span {
    position: relative;
    /*margin-right: 67px;*/
    /*margin-top: 2px;*/
}

.biaodan .clause .check_css3 .input_check {
    position: absolute;
    visibility: hidden;
}

.biaodan .clause .check_css3 .input_check + label {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 2px solid #f7f7f7;
    border-radius: 4px;
    background: #fff;
}

.biaodan .clause .check_css3 .input_check:checked + label:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -23px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: url("../images/gouxuan_17.jpg") no-repeat;
    background-size: cover;
}

.v_show {
    display: block;
}


.biaodan .tijiao {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 57px;
}

.biaodan .tijiao button {
    width: 300px;
    height: 60px;
    border-radius: 4px;
    background: #009fe3;
    border: none;
    font-size: 18px;
    color: #fff;
}

.news .itemThree {
    margin-top: 0;
}

.news .title .xian {
    margin-bottom: 0;
}

.news .itemThree {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    border-bottom: none;
}

.news .itemThree .list {
    /*margin-right: 3%;*/
    margin-bottom: 50px;
}

.news .itemThree .list:nth-child(2) {
    /*margin: 0 3% 0 0;*/
}

.news .itemThree .list:nth-child(3n) {
    margin-right: 0;
}

.news .itemThree .list p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fenye {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.fenye ul {
    margin: 0 auto;
}

.fenye li {
    float: left;
    width: 48px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
}

.fenye li:last-child {
    margin-right: 0;
}

.fenye li:hover {
    background: #009ae3;
    color: #fff;
}

.fenye li.active {
    background: #009ae3;
    color: #fff;
}

.newsMain {
    float: left;
    width: 100%;
    /*text-align: center;*/
    margin-top: 70px;
    padding-bottom: 90px;
    border-bottom: 1px solid #f5f5f5;
}

.newsMain h3 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 38px;
    color: #000000;
    font-weight: bold;;

}

.newsMain h4 {
    text-align: left;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.newsMain p {
    /*text-align: left;*/
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 14px;
    color: #676767;
}

.newsMain img {
    margin-bottom: 40px;
}

.latestNew {
    float: left;
    width: 100%;
}

.latestNew .latestNew-title {
    font-size: 36px;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 34px;
    font-weight: bold;;
}

.latestNew p span {
    color: #676767;
    font-size: 22px;
    margin-left: 30px;
}

.latestNew p span a {
    color: #676767;
}

.group {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 65px;
}

.group video {
    width: 100%;
    height: 430px;
    object-fit: fill;
}

.group .group-video {
    width: 60%;
    float: left;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 9;
}

.group .group-video img {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.group .group-video:hover img {
    opacity: 1;
}

.group video::-webkit-media-controls {
    opacity: 0;
    transition: 0.3s;
}

.group video:hover::-webkit-media-controls {
    opacity: 1;
}

.group-right {
    float: right;
    width: 60%;
    background: #f5f5f5;
}

.group-right .text {
    background: #033492;
    float: right;
    padding: 60px 50px;
    transform: translateY(40px);
    margin-right: 50px;
}

.group-right .text p {
    float: right;
    width: 56%;
    font-size: 24px;
    color: #ffffff;
    line-height: 50px;

}

.group-right .text p span {
    font-size: 36px;
    font-weight: bold;
}

.groupTxt {
    float: left;
    width: 100%;
    margin-top: 105px;
}

.groupTxt .list {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.groupTxt .list:last-child {
    margin-right: 0;
}

.groupTxt .list h3 {
    font-size: 24px;
    color: #000000;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;;
}

.groupTxt .list p {
    font-size: 16px;
    line-height: 30px;
    color: #676767;
}

.aboutGroup .top {
    border-bottom: 1px solid #f5f5f5;
    float: left;
    width: 100%;
    padding-bottom: 56px;
}

.aboutGroup .mid {
    float: left;
    width: 100%;
    padding-top: 60px;
}

.aboutGroup .mid video {
    width: 49.5%;
    float: left;
    object-fit: fill;
    height: 450px;
    margin-right: 1%;
}

.aboutGroup .mid .pic {
    width: 49.5%;
    float: left;
}

.aboutGroup .mid video::-webkit-media-controls {
    opacity: 0;
    transition: 0.3s;
}

.aboutGroup .mid video:hover::-webkit-media-controls {
    opacity: 1;
}

.aboutGroup .mid .text {
    float: left;
    width: 100%;
    margin-top: 65px;
}

.aboutGroup .mid .text h3 {
    color: #000000;
    line-height: 60px;
    font-size: 36px;
    font-family: Roboto-Bold;
    margin-bottom: 10px;
}

.aboutGroup .mid .text p {
    color: #676767;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
}

.aboutGroup .bot {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
    border-bottom: 1px solid #f5f5f5;
}

.aboutGroup .bot .btn {
    background: #00a0e9;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.block-brands, .block-commitments, .block-grid-profil, .block-visual, .block-visual-full, .carousel-intro, .carousel-keydates, .carousel-testimony, .carousel-videos, .case-studies, .country-directory, .form-filter, .full-width, .keydates, .keyfigures, .newsletter-subscription, .page-header, .page-header-filter, .section-market, .section-our-brands {
    /*position: relative;*/
    /*width: 100vw;*/
    /*margin-left: -50vw;*/
    /*left: 50%;*/
    overflow: hidden;
}

.aboutGroup .bot-top h3 {
    font-size: 30px;
    color: #000000;
    line-height: 62px;
    font-weight: bold;;
}

.aboutGroup .bot-top {
    margin-bottom: 80px;
    float: left;
    width: 100%;
}

.aboutGroup .bot-top p {
    font-size: 16px;
    color: #676767;
    line-height: 25px;
}

.aboutGroup .carrer-bot {
    margin-bottom: 70px;
}

.aboutGroup .bot .swiper-button-prev {
    top: 50% !important;
    left: 14% !important;
    transform: translate(0, 0) !important;
}

.aboutGroup .bot .swiper-button-next {
    top: 50% !important;
    right: 14% !important;
    transform: translate(0, 0) !important;
}

.aboutGroup #c312 {
    float: left;
    width: 100%;
}

.carousel-videos .figure-video a:after {
    content: '';
    background: url("../images/video-icon2_06.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: sonepar;
    font-size: 50px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-videos .figure-video .thumb {
    position: relative;
}

.videoIcon {
    position: absolute;
    top: 50%;
    width: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.group-bot {
    margin-top: 40px;
    float: left;
    width: 100%;
    text-align: center;
}

.group-bot h3 {
    text-align: left;
}

.group-bot p {
    text-align: left;
}

.group-bot img {
    margin-top: 60px;
}

.group-bot .box {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.group-bot .box .pic {
    float: left;
    width: 36%;
    margin-right: 4%;
}

.group-bot .box .pic img {
    margin-top: 0;
    max-width: 100%;
}

.group-bot .box .text {
    float: left;
    width: 60%;
}

.group-bot .box .text h3 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;;
    margin-bottom: 15px;
}

.group-bot .box .text p {
    color: #676767;
    font-size: 18px;
    line-height: 25px;
}

.compliance-ceo {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0;
    margin-top: 145px;
}

.compliance-ceo .inner {
    position: relative;
}

.compliance-ceo .pic {
    position: absolute;
    left: 15%;
    top: -156px;
    padding: 0 50px 50px 50px;
    background: #fff;
}

.first-ceo .pic {
    right: 15%;
    left: auto;
}

.compliance-ceo .text {
    float: right;
    width: 60%;
}

.first-ceo .text {
    float: left;
    width: 60%;
}

.compliance-ceo .text h3 {
    color: #023692;
    font-size: 24px;
    font-family: HelveticaBold;
    margin-bottom: 14px;
}

.compliance-ceo .text h4 {
    color: #676767;
    font-size: 16px;
    font-family: HelveticaBold;
    margin-bottom: 20px;
}

.compliance-ceo .text p {
    font-size: 16px;
    color: #676767;
}

.compliance-culture {
    float: left;
    width: 100%;
    margin-top: 55px;
    border-bottom: 1px solid #f5f5f5;
}

.compliance-culture .txt {
    float: left;
    width: 63%;
}

.compliance-culture .txt h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 28px;
    font-family: HelveticaBold;
}

.compliance-culture .txt p {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 16px;
}

.compliance-culture .pic {
    float: right;
    overflow: hidden;
    width: 34%;
    text-align: right;
}

.compliance-culture .pic img {
    transition: 0.3s;
    max-width: 100%;
}

.compliance-culture .pic img:hover {
    transform: scale(1.1, 1.1);
}

.compliance-culture .text {
    float: left;
    width: 100%;
    transform: translateY(-30px);
}

.compliance-culture .text h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 28px;
    font-weight: bold;;
}

.compliance-culture .text p {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 16px;
}

.compliance-download {
    float: left;
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 50px;
}

.compliance-download ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 100%;
    margin: 0 auto;
}

.compliance-download ul li .pic {
    transition: 0.3s;
    margin-bottom: 50px;
}

.compliance-download ul li:nth-child(1) .pic {
    margin-bottom: 0;
}

.compliance-download ul li:hover .pic {
    transform: scale(1);
}

.compliance-download ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    float: left;
    width: 32%;
    border: 1px solid #f3f3f3;
    position: relative;
}


.compliance-download ul li button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #009ee3;
    color: #fff;
    height: 52px;
    font-size: 20px;
    border: none;
}

.compliance-download ul li button img {
    margin-left: 15px;
}


.compliance-download .content {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.compliance-download .content h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 28px;
    font-family: HelveticaBold;
    font-weight: bold;

}

.compliance-download .content p {
    color: #676767;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.compliance-download .content ul {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.compliance-download .content li {
    float: left;
    width: 100%;
    color: #676767;
    font-size: 16px;
    line-height: 26px;
}

.compliance-download .content a {
    font-weight: bold;;
    color: #023592;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    border-bottom: 1px solid #023592;
}

.compliance-bot {
    float: left;
    width: 100%;
    padding-top: 42px;
    margin-bottom: 100px;
}

.compliance-bot p {
    color: #676767;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.compliance-bot .text {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.compliance-bot .text .pic {
    float: left;
    width: 34%;
    margin-right: 4%;
    overflow: hidden;
}

.compliance-bot .text .pic img {
    transition: 0.3s;
}

.compliance-bot .text .pic img:hover {
    transform: scale(1.1, 1.1);
}

.compliance-bot .text .right {
    float: left;
    width: 62%;
}

.compliance-bot .text .right h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 29px;
    margin-bottom: 15px;
    color: #000000;
    font-family: HelveticaBold;
}

.development-text {
    float: left;
    width: 100%;
}

.development-text h3 {
    font-weight: bold;;
    font-size: 22px;
    color: #000000;
    line-height: 80px;
}

.development-text h4 {
    font-family: HelveticaRoman;
    font-size: 20px;
    color: #000000;
    line-height: 42px;
}

.development-text p {
    font-size: 18px;
    color: #676767;
    line-height: 34px;
}

.development .title {
    margin-bottom: 0;
}

.development .title .xian {
    margin-bottom: 12px;
}

.development-bg {
    float: left;
    width: 100%;
    margin-top: 60px;
    min-height: 420px;
    background: url("../images/bg-6_02.jpg") no-repeat;
}

.development-bg p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 22px;
    font-family: HelveticaRoman;
}

.development-bg p:first-child {
    margin-top: 100px;
}

.development-content {
    float: left;
    width: 100%;
}

.development-content .top {
    float: left;
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.development-content .top .left {
    float: left;
    width: 27%;
    background: #fff;
    position: absolute;
    top: -175px;
    padding: 40px;
}

.development-content .top .left img {
    display: block;
}

.development-content .top .right {
    float: right;
    width: 70%;
}

.development-content .top .right h3 {
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 18px;
    font-family: HelveticaBold;
}

.development-content .top .right p {
    font-size: 16px;
    color: #676767;
    line-height: 26px;
    margin-bottom: 9px;
    font-family: HelveticaRoman;
}

.development-content .mid {
    float: left;
    width: 100%;
    margin-top: 90px;
}

.development-content .mid .text {
    float: left;
    width: 100%;
}

.development-content .mid .text h3 {
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 18px;
    font-family: HelveticaBold;
}

.development-content .mid .text p {
    font-size: 16px;
    color: #676767;
    line-height: 26px;
    margin-bottom: 9px;
    font-family: HelveticaRoman;
}

.development-content .company {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 55px;
}

.development-content .company .company-text {
    position: absolute;
    left: 80px;
    bottom: -58px;
    background: #f7f7f7;
    padding: 60px 70px 55px 70px;
    width: 58%;
}

.development-content .company h3 {
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 18px;
    font-family: HelveticaBold;
}

.development-content .company p {
    font-size: 16px;
    color: #676767;
    line-height: 26px;
    margin-bottom: 9px;
    font-family: HelveticaRoman;
}

.development-content .members {
    float: left;
    width: 100%;
    margin-top: 130px;
}

.development-content .members h3 {
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 18px;
    font-weight: bold;;
}

.development-content .members p {
    font-size: 16px;
    color: #676767;
    line-height: 26px;
    margin-bottom: 9px;
    font-family: HelveticaRoman;
}

.development-content .energy {
    float: left;
    width: 62%;
    margin-top: 125px;
}

.development-content .energy h3 {
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 18px;
    font-family: HelveticaBold;
}

.development-content .energy p {
    font-size: 16px;
    color: #676767;
    line-height: 26px;
    margin-bottom: 9px;
    font-family: HelveticaRoman;
}

.bot-pic {
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
    min-height: 290px;
    background: url("../images/pic-11_09.jpg") no-repeat;
    background-size: cover;
}

.bot-pic img {
    float: right;
    width: 29%;
    margin-top: -19%;
}

.allOffice {
    float: left;
    width: 100%;
}

.allOffice .Headquarter {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

.allOffice .Headquarter h4 {
    color: #000000;
    font-size: 26px;
    font-family: Roboto-Medium;
    margin-bottom: 25px;
}

.allOffice .Headquarter p {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.allOffice .Headquarter p span {
    color: #676767;
    font-size: 18px;
    font-weight: normal;
    margin-right: 50px;
}

.allOffice .content {
    float: left;
    width: 100%;
}

.allOffice .content .menuone li {
    float: left;
    width: 40%;
    text-align: center;
    margin: 0 15px;

}
.allOffice .content .menuone{
    display: flex;
    justify-content: center;
}
.allOffice .content .menuone li span {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    background: #009fe3;
    font-family: Roboto-Medium;
    border-radius: 45px;
    padding: 22px 0;
    cursor: pointer;
}
.allOffice .content .menuone li:nth-child(2) span{
    background: #26348c;
}
/*.allOffice .content .menuone li span.active {*/
/*    color: #fff;*/
/*    background: #26348c;*/
/*}*/

.allOffice .content .menutwo {
    display: none;
}

.allOffice .content .top {
    float: left;
    width: 100%;
}

.allOffice .content .menutwo .title {
    margin-top: 50px;
}

.allOffice .content .menutwo .title p {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

.allOffice .content .menutwo .title p:last-child {
    color: #747474;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}

.allOffice .content .menutwo .list {
    float: left;
    margin-bottom: 35px;
    width: 30%;
    margin-right: 5%;
    min-height: 290px;
}

.allOffice .content .menutwo .list:nth-child(3n) {
    margin-right: 0;
}

.allOffice .content .menutwo .list h3 {
    color: #000000;
    font-family: Roboto-Bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

.allOffice .content .menutwo .list p {
    color: #747474;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}


.terms {
    float: left;
    width: 100%;
}

.terms .top {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 42px;
    margin-bottom: 55px;
}

.terms .top ul {
    float: left;
    width: 33%;
}

.terms .top ul li {
    font-size: 20px;
    color: #000000;
    font-family: Roboto-Bold;
    line-height: 48px;
}

.terms .bot {
    float: left;
    width: 100%;
}

.terms .bot .list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 36px;
    margin-bottom: 40px;
}

.terms .bot .list h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 18px;
}

.terms .bot .list p {
    font-size: 18px;
    color: #676767;
    margin-bottom: 15px;
    line-height: 30px;
}

.terms .bot .list p:last-child {
    margin-bottom: 0;
}


.sitemap .top ul {
    width: 20%;
}

.sitemap .top ul li:first-child {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.sitemap .top ul li:first-child a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.sitemap .top ul li {
    line-height: 35px;
}

.sitemap .top ul li a {
    font-size: 16px;
    color: #676767;
    transition: 0.3s;
}

.sitemap .top ul li a:hover {
    color: #083090;
}



.schneider{
    display: inline-block;
}
.schneider .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.schneider .title h3 {
    font-size: 36px;
    color: #009ee3;
    line-height: 48px;
    padding: 22px 0;
    text-transform: capitalize;
}

.schneider .title span {
    display: block;
    width: 57px;
    height: 6px;
    margin: 0 auto;
    margin-bottom: 22px;
    background: #c4c9ce;
}

.schneider .title p {
    font-size: 18px;
    color: #676767;
    line-height: 32px;
}
.schneiderItemOne{
    padding-top: 40px;
}
.schneiderItemOne .content {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
}

.schneiderItemOne .content .list {
    width: 23.5%;
    margin-bottom: 50px;
}

.schneiderItemOne .contentTwo .list{
    width: 49%;
}
.schneiderItemOne .contentThree .list{
    width: 32%;
}
.schneiderItemOne .content .list:nth-child(1){
    background: #eb6f06;
}
.schneiderItemOne .content .list:nth-child(2){
    background: #027b6a;
}
.schneiderItemOne .content .list:nth-child(3){
    background: #009fe3;
}
.schneiderItemOne .content .list:nth-child(4){
    background: #683d82;
}
.schneiderItemOne .content .grid .list {
    width: 100%
}
.schneiderItemOne{
    display: inline-block;
}
.schneiderItemOne .pic {
    overflow: hidden;
}

.schneiderItemOne .pic img {
    transition: 0.3s;
    width: 100%;
}

.schneiderItemOne .pic:hover img {
    transform: scale(1.1, 1.1);
}
.schneiderItemOne .text{
    padding: 35px 40px;
}
.schneiderItemOne .text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    height: 90px;
    margin-bottom: 26px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    font-family: Roboto-Bold;
}

.schneiderItemOne .contentFour .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #bebebe;
}

.schneiderItemOne .contentFour .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #bebebe;
}

.schneiderItemOne .contentFour i {
    font-size: 28px;
    color: #fff;
}

.schneiderItemOne .text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 30px;
}
.schneiderItemOne .text p:last-child{
    margin-bottom: 0;
}





.schneiderItemTwo {
    display: inline-block;
}

.schneiderItemTwo .content .list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 75px;
}

.schneiderItemTwo .content .pic {
    width: 55%;
}

.schneiderItemTwo .content .pic video {
    width: 100%;
    object-fit: fill;
}

.schneiderItemTwo .content .text {
    width: 40%;
}

/*video::-webkit-media-controls {*/
/*opacity: 0 !important;*/
/*}*/
.schneiderItemTwo .content .text h3 {
    color: #009ee3;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: "Myriad Pro", HelveticaLight, "Microsoft Sans Serif", arial, 'Hiragino Sans GB', sans-serif, "San Francisco";
}

.schneiderItemTwo .content .text h4 {
    color: #666666;
    font-size: 24px;
    font-family: Roboto-Bold;
    margin-bottom: 30px;
}

.schneiderItemTwo .content .text p {
    color: #676767;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.schneiderItemTwo .content .bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 50px;
}

.schneiderItemTwo .content .bot .text {
    width: 40%;
    padding-top: 55px;
}

.schneiderItemTwo .content .bot .text h3 {
    color: #009ee3;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "Myriad Pro", HelveticaLight, "Microsoft Sans Serif", arial, 'Hiragino Sans GB', sans-serif, "San Francisco";
}

.schneiderItemTwo .content .bot .text p {
    color: #676767;
    font-size: 16px;
    line-height: 30px;
}

.schneiderItemTwo .content .bot .pic {
    width: 50%;
}

.schneiderItemTwo .content .top {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.schneiderItemTwo .content .left {
    width: 55%;
}

.schneiderItemTwo .content .left video {
    width: 100%;
    object-fit: fill;
}

.schneiderItemTwo .content .right {
    width: 45%;
    padding-left: 50px;
}

/*video::-webkit-media-controls {*/
/*opacity: 0 !important;*/
/*}*/
.schneiderItemTwo .content .right h3 {
    color: #009ee3;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: "Myriad Pro", HelveticaLight, "Microsoft Sans Serif", arial, 'Hiragino Sans GB', sans-serif, "San Francisco";
}

.schneiderItemTwo .content .right h4 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: "Myriad Pro", HelveticaLight, "Microsoft Sans Serif", arial, 'Hiragino Sans GB', sans-serif, "San Francisco";
}

.schneiderItemTwo .content .right p {
    color: #676767;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.schneiderItemTwo .content .bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 50px;
}

.schneiderItemTwo .content .bot .text {
    width: 40%;
    padding-top: 55px;
}

.schneiderItemTwo .content .bot .text h3 {
    color: #009ee3;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "Myriad Pro", HelveticaLight, "Microsoft Sans Serif", arial, 'Hiragino Sans GB', sans-serif, "San Francisco";
}

.schneiderItemTwo .content .bot .text p {
    color: #676767;
    font-size: 16px;
    line-height: 30px;
}

.schneiderItemTwo .content .bot .pic {
    width: 50%;
}

.schneiderItemThree .content {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.schneiderItemThree .content .list {
    width: 48.5%;
}

.schneiderItemThree .content .grid .list {
    width: 100%;
}

.schneiderItemThree .content .list video {
    width: 100%;
    object-fit: fill;
}

.schneiderItemThree .title span {
    margin-bottom: 10px;
}


.schneiderItemThree .contentThree .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #bebebe;
}

.schneiderItemThree .contentThree .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #bebebe;
}

.schneiderItemThree .contentThree i {
    font-size: 28px;
    color: #fff;
}


.schneiderItemFour {
    margin-bottom: 70px;
}
.schneider .schneiderItemFour{
    padding-top: 30px!important;
}
.schneider .schneiderItemFour .title{
    margin-bottom: 20px;
}
.schneiderItemFour .content {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.schneiderItemFour .title span {
    margin-bottom: 10px;
}

.schneiderItemFour .top {
    position: relative;
}

/*.schneiderItemFour .top img {*/
/*    opacity: 0;*/
/*}*/

/*.schneiderItemFour .text {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 80px;*/
/*    transform: translateY(-50%);*/
/*    width: 566px;*/
/*    color: #fff;*/
/*}*/

/*.schneiderItemFour .text h3 {*/
/*    font-size: 36px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 35px;*/
/*    font-family: "Myriad Pro", HelveticaLight, "Microsoft Sans Serif", arial, 'Hiragino Sans GB', sans-serif, "San Francisco";*/
/*}*/

/*.schneiderItemFour .text p {*/
/*    font-size: 16px;*/
/*    line-height: 30px;*/
/*}*/

.schneiderItemFour .bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 43px 0;
    margin-bottom: 0;
}
.schneiderItemFour .bot .list{
    flex-flow: column;
    padding: 40px 35px 50px!important;
    margin-bottom: 0!important;
}
.schneiderItemFour .bot .list:nth-child(1){
    background: #ee7103;
}
.schneiderItemFour .bot .list:nth-child(2){
    background: #009fe3;
}
.schneiderItemFour .bot .list:nth-child(3){
    background: #683d82;
}
.schneiderItemFour .bot .list:nth-child(4){
    background: #26348c;
}
.schneiderItemFour .bot .list {
    min-width: 23.5%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 55px;
    margin-bottom: 0;
    margin-right: 2%;
}

.schneiderItemFour .bot .contentTwo{
    min-width: 49%;
}
.schneiderItemFour .bot .contentThree{
    min-width: 32%;
}



.schneiderItemFour .bot .list:last-child{
    margin-right: 0;
}
.schneiderItemFour .bot .list:first-child {
    border-right: 1px solid #fff;
}

.schneiderItemFour .bot .list h3 {
    color: #fff!important;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 30px!important;
    font-family: Roboto-Regula!important;
}
.schneiderItemFour .bot .list .icon{
    margin-bottom: 25px;
}
.schneiderItemFour .bot .list a {
    width: 202px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    transition: 0.3s;
    margin: 0 auto;
}

.schneiderItemFour .bot .list a:hover {
    background: #fff;
    color: #009ee3;;
}


.soneparChina .top {
    padding-top: 100px;
}

.soneparChina .top .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.soneparChina .top .list:nth-child(1) {
    padding: 0;
}

.soneparChina .top .list:nth-child(1) .pic {
    width: 50%;
}

.soneparChina .top .list:nth-child(1) .text {
    width: 50%;
    background: #fbfbfb;
    padding: 60px;
}

.soneparChina .top .list {
    background: #fbfbfb;
    padding: 3px;
}

.soneparChina .top .list .text {
    width: 55%;
    padding: 60px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}

.soneparChina .top .list .pic {
    width: 45%;
}

.soneparChina .top .list h3 {
    font-size: 36px;
    font-family: Roboto-Bold;
    color: #000000;
    margin-bottom: 24px;
}

.soneparChina .top .list p {
    font-size: 18px;
    color: #676767;
    line-height: 30px;
    margin-bottom: 18px;
}

.soneparChina .top .list p:last-child {
    margin-bottom: 0;
}

.soneparChina .ourValues {
    display: inline-block;
    width: 100%;
}

.soneparChina .ourValues .title {
    margin-top: 0;
}

.soneparChina .ourValues .title h3 {
    color: #000;
    line-height: initial;
    margin-bottom: 30px;
}

.soneparChina .ourValues .title p {
    color: #666666;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
}
.schneider .top{
    padding-top: 50px;
}
.soneparChina .ourValues .title p:last-child {
    margin-bottom: 0;
}

.soneparChina .ourValues .content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 100%;
}

.soneparChina .ourValues .content .list {
    width: 48.5%;
    margin-bottom: 50px;
}

.soneparChina .ourValues .content .list .pic {
    overflow: hidden;
}

.soneparChina .ourValues .content .list .pic:hover img {
    transform: scale(1.1, 1.1);
}

.soneparChina .ourValues .content .list .pic img {
    width: 100%;
    transition: all 0.3s;
}

.soneparChina .ourValues .content .list h4 {
    color: #fff;
    font-size: 24px;
    font-family: Roboto-Bold;
    margin-bottom: 24px;
}

.soneparChina .ourValues .content .list li {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 16px;
}

.soneparChina .ourValues .content .list li:last-child {
    margin-bottom: 0;
}


.soneparChina .ourValues .content .list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #fff;
    transform: rotate(45deg);
}

.soneparChina .ourValues .content .list .text {
    padding: 35px 40px;
}

.soneparChina .ourValues .content .list:nth-child(1) {
    background: #ee7103;
}

.soneparChina .ourValues .content .list:nth-child(2) {
    background: #047d5c;
}

.soneparChina .ourValues .content .list:nth-child(3) {
    background: #009fe3;
}

.soneparChina .ourValues .content .list:nth-child(4) {
    background: #683d82;
}


.relatedContent {
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
}

.relatedContent .title {
    margin-bottom: 20px;
}

.relatedContent .title h3 {
    color: #000;
    margin-top: 30px;
}

.relatedContent .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.relatedContent .content .list {
    width: 32%;
}

.relatedContent .content .list:nth-child(1) {
    background: #26348c;
}

.relatedContent .content .list:nth-child(2) {
    background: #047d5c;
}

.relatedContent .content .list:nth-child(3) {
    background: #683d82;
}

.relatedContent .content .list .pic {
    overflow: hidden;
}

.relatedContent .content .list .pic img {
    transition: all 0.3s;
    width: 100%;
}

.relatedContent .content .list .pic:hover img {
    transform: scale(1.1, 1.1);
}

.relatedContent .content .text {
    padding: 30px 40px;
}

.relatedContent .content .text h4 {
    font-size: 24px;
    color: #fff;
    font-family: Roboto-Bold;
    margin-bottom: 22px;
}

.relatedContent .content .text p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.relatedContent .content .text a {
    color: #fff !important;
    font-size: 18px !important;
    font-family: Roboto-Bold !important;
    border-bottom: 2px solid #fff !important;
}


.fazhanbox .gallery-thumbs {
    position: relative;
    padding-left: 60px;
    padding-right: 60px
}

.fazhanbox .gallery-thumbs:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    background: #eeeeee;
    width: calc(100% - 120px)
}

.fazhanbox .gallery-thumbs .swiper-slide {
    text-align: center
}

.fazhanbox .gallery-thumbs .swiper-slide p {
    padding-bottom: 105px;
    padding-top: 16px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 30px;
    font-family: Roboto-Bold;
    display: inline-block;
    color: #fff;
}

.fazhanbox .gallery-thumbs .swiper-slide p:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    background: #fff;
    width: 18px;
    border: 3px solid #6972ad;
    border-radius: 100%;
}

.fazhanbox .lishitxt {
    width: fit-content;
    margin: 0 auto;
}

.fazhanbox .lishitxt p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.fazhanbox .gallery-thumbs .swiper-slide-thumb-active p:before {
    /*background: #f48120;*/

}

.fazhanbox .gallery-thumbs .swiper-slide-thumb-active p {
    font-size: 48px;
    padding-bottom: 95px;
    padding-top: 0;
}

.fazhanbox .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    background-size: 8px auto;
    right: 0px;
    border-radius: 100%;
    color: #009fe3;
    font-family: "Hiragino Sans GB";
    transition: all 0.3s;
    box-shadow: 0 0 15px #ee7203;
}

.fazhanbox .swiper-button-next:hover {
    background: #ee7203;
    color: #fff;
}

.fazhanbox .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    background-size: 8px auto;
    left: 0px;
    border-radius: 100%;
    color: #009fe3;
    font-family: "Hiragino Sans GB";
    transition: all 0.3s;
}

.fazhanbox .swiper-button-prev:hover {
    background: #ee7203;
    color: #fff;
}

.fazhanbox .swiper-button-next.swiper-button-disabled {
    background: #fff;
    background-size: 8px auto;
    opacity: 1;
}

.fazhanbox .swiper-button-prev.swiper-button-disabled {
    /*background: #eeeeee;*/
    background-size: 8px auto;
    opacity: 1;
    font-family: "Hiragino Sans GB";
}


.point{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.point i{
    color: #fff;
    font-size: 16px;
    z-index: 999;
}
.point,.point::before,.point::after{position: absolute;width: 45px; height: 45px; border-radius: 50%;content: ''; z-index: -1}
.point::before{animation: scale 2s infinite; }
.point::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(1.2); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(1.5);opacity:0;}}
@keyframes scale3{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(1.8); opacity: 0;}}
@keyframes scale4{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(2);opacity:0;}}
.point::before{animation: scale3 2s infinite; }
.point::after{animation: scale4 2s infinite; }

.point,.point::before,.point::after{
    /* Ã¨Â®Â¾Ã§Â½Â®Ã©Â¢Å“Ã¨â€°Â² */
    background-color: rgba(238, 114, 3, .9);
}




















.ourHistory {
    background: url("../images/history-bg.jpg") no-repeat;
    background-size: cover;
    padding: 30px 70px 80px;
}


.ourHistory .keyfigures {
    margin-bottom: 0;
    float: none;
    padding: 0 20px;
}


.ourHistory .title h3 {
    color: #fff;
}


.theGroup .top {
    padding-bottom: 0;
    border: none;
}

.theGroup .top .list {
    margin-bottom: 55px;
}

.video-box {
    display: flex;
    width: 100%;
    position: relative;
}

.video-box video {
    width: 100%;
    object-fit: cover;
}

.video-box .video-title {
    position: absolute;
    top: 0;
    left: 0;
    background: #ee7103;
    padding: 20px 40px;
}

.video-box .video-title h3 {
    font-size: 36px;
    font-family: Roboto-Medium;
    color: #fff;
}


.theGroup .keyFigures .content {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
}

.theGroup .keyFigures .content .list {
    width: 32%;
    text-align: center;
    padding: 40px 20px 30px;
    margin-bottom: 30px;
}

.theGroup .keyFigures .content .list h3 {
    font-size: 40px;
    font-family: Roboto-Bold;
    color: #fff;
    margin-top: 24px;
}

.theGroup .keyFigures .content .list p {
    font-size: 24px;
    color: #fff;
    margin-top: 3px;
}

.theGroup .keyFigures .content .list:first-child h3 {
    color: #000;
}

.theGroup .keyFigures .content .list:first-child p {
    color: #000;
}

.theGroup .keyFigures .content .list:nth-child(1) {
    background: #f3c200;
}

.theGroup .keyFigures .content .list:nth-child(2) {
    background: #683d82;
}

.theGroup .keyFigures .content .list:nth-child(3) {
    background: #047d5c;
}

.theGroup .keyFigures .content .list:nth-child(4) {
    background: #009fe3;
}

.theGroup .keyFigures .content .list:nth-child(5) {
    background: #cd3945;
}

.theGroup .keyFigures .content .list:nth-child(6) {
    background: #26348c;
}

.theGroup .keyFigures {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.theGroup .keyFigures .title {
    margin-bottom: 20px;
}

.theGroup .title h3 {
    color: #000;
    font-family: Roboto-Bold;
}


.theGroup .keyFiguresMain {
    padding-top: 70px;
}

.theGroup .keyFiguresMain2 {
    padding-top: 50px;
}

.theGroup .keyFiguresMain .list:nth-child(2) .text {
    background: #009fe3;
}

.theGroup .keyFiguresMain .list:nth-child(2) .text h3 {
    color: #fff;
}

.theGroup .keyFiguresMain .list:nth-child(2) .text p {
    color: #fff;
}

.theGroup .keyFiguresMain .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009ee3;
    font-size: 18px;
    padding: 20px 35px;
    border-radius: 32px;
    background: #fff;
    margin-top: 30px;
    transition: all 0.3s;
}

.theGroup .keyFiguresMain .list a:hover {
    background: #ee7203;
    color: #fff;
}


.theGroup .mid {
    padding-top: 25px;
}

.theGroup .mid .text {
    margin-top: 0;
}

.theGroup .keyFiguresMain3 .list:last-child {
    margin-bottom: 0;
}


.theGroup .keyFiguresMain3 .list a {
    color: #009ee3;
    border-bottom: 1px solid #009ee3;
}


.theGroup .keyFiguresMain3 .list:nth-child(1) p:nth-child(5) {
    color: #000;
}

.theGroup .carrer-bot {
    margin-bottom: 0;
}

.theGroup .testimony .title {
    text-transform: capitalize;
}


.integrityCompliance .keyFiguresMain .list:nth-child(1) .pic {
    width: 40%;
}

.integrityCompliance .keyFiguresMain .list:nth-child(1) .text {
    width: 60%;
}

.integrityCompliance .keyFiguresMain .list .text {
    width: 48%;
}

.integrityCompliance .keyFiguresMain .list .pic {
    width: 52%;
}


.integrityCompliance .boss .content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}


.integrityCompliance .boss .content .list:nth-child(1) {
    background: #683d82;
}

.integrityCompliance .boss .content .list:nth-child(2) {
    background: #047d5c;
}

.content {
    float: left;
    width: 100%;
}

.integrityCompliance .boss {
    display: flex;
    width: 100%;
    background: #009fe3;
    padding: 140px 0 82px 0;
    margin-bottom: 75px;
}

.integrityCompliance .boss .content .list {
    width: 49%;
    padding: 120px 75px 55px;
    position: relative;
    text-align: center;
}

.integrityCompliance .boss .content .list h4 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-family: Roboto-Medium;
    margin-bottom: 26px;
}

.integrityCompliance .boss .content .list p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.integrityCompliance .boss .content .list img {
    position: absolute;
    top: -82px;
    left: 50%;
    transform: translateX(-50%);
}

.integrityCompliance .codeConduct {
    margin-top: 90px;
}

.integrityCompliance .codeConduct h4 {
    font-family: Roboto-Bold;
    font-size: 36px;
    color: #000;
    margin-bottom: 16px;
}

.integrityCompliance .codeConduct p {
    font-size: 18px;
    line-height: 32px;
    color: #676767;
    margin-bottom: 16px;
}


.integrityCompliance .codeConduct h5 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 35px;
}


.integrityCompliance .integrityComplianceBot {
    padding-top: 40px;
}


.integrityCompliance .integrityComplianceBot .list a {
    color: #009ee3;
    font-size: 18px;
    font-family: Roboto-Medium;
    border-bottom: 2px solid #009ee3;
    line-height: 28px;
    margin-top: 30px;
}

.integrityCompliance .integrityComplianceBot .list .pic {
    width: 40%;
}

.integrityCompliance .integrityComplianceBot .list .text {
    width: 60%;
}

.integrityCompliance .integrityComplianceBot .list:last-child .pic {
    width: 52%;
}

.integrityCompliance .integrityComplianceBot .list .text h4 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.integrityCompliance .integrityComplianceBot .list:last-child .text {
    background: #009fe3;
    width: 48%;
}

.integrityCompliance .integrityComplianceBot .list:last-child h3 {
    color: #fff;
}

.integrityCompliance .integrityComplianceBot .list:last-child p {
    color: #fff;
}

.integrityCompliance .integrityComplianceBot .list:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009ee3;
    font-size: 18px;
    padding: 16px 25px;
    border-radius: 32px;
    background: #fff;
    margin-top: 30px;
    transition: all 0.3s;
    border: none;
}
.integrityCompliance .integrityComplianceBot .list:last-child a:hover{
    background: #ee7203;
    color: #fff;
}

.integrityCompliance .whistleblowing {
    display: flex;
    width: 100%;
}

.integrityCompliance .whistleblowing .title {
    margin-top: 10px;
    margin-bottom: 25px;
}

.integrityCompliance .whistleblowing .content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.integrityCompliance .whistleblowing .list {
    width: 48.5%;
    padding: 35px 40px;
    margin-bottom: 40px;
}

.integrityCompliance .whistleblowing .list:nth-child(1) {
    background: #009fe3;
}

.integrityCompliance .whistleblowing .list:nth-child(2) {
    background: #ee7103;
}

.integrityCompliance .whistleblowing .list:nth-child(3) {
    background: #047d5c;
}

.integrityCompliance .whistleblowing .list:nth-child(4) {
    background: #683d82;
}

.integrityCompliance .whistleblowing .list:nth-child(5) {
    background: #cd3945;
}

.integrityCompliance .whistleblowing .list:nth-child(6) {
    background: #26348c;
}

.integrityCompliance .whistleblowing .list h4 {
    color: #ffffff;
    font-size: 24px;
    font-family: Roboto-Bold;
    margin-bottom: 20px;
}

.integrityCompliance .whistleblowing .list p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 18px;
}

.integrityCompliance .whistleblowing .list p:last-child {
    margin-bottom: 0;
}

.integrityCompliance .whistleblowing .list a {
    font-family: Roboto-Black;
    color: #fff;
}


.integrityCompliance .relatedContent .title {
    margin-top: 0;
}


.sustainability .top .list .text {
    width: 60%;
}

.sustainability .top .list .pic {
    width: 40%;
}

.soneparChina .top .list:nth-child(1) .text {
    width: 60%;
}

.soneparChina .top .list:nth-child(1) .pic {
    width: 40%;
}

.sustainability .top .list .text li {
    color: #666666;
    font-size: 18px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
}

.sustainability .top .list .text li:last-child {
    margin-bottom: 0;
}

.sustainability .top .list .text li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666666;
}


.sustainability .commitment {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 100%;
}

.sustainability .commitment .left {
    width: 50%;
    background: #009fe3;
    padding-left: 7.5%;
    padding-top: 50px;
    padding-bottom: 80px;
}

.sustainability .commitment .left .text {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.sustainability .commitment .left h3 {
    font-size: 36px;
    color: #fff;
    font-family: Roboto-Bold;
    margin-bottom: 40px;
}

.sustainability .commitment .left a {
    font-size: 18px;
    color: #fff;
    font-family: Roboto-Medium;
    border-bottom: 2px solid #ffffff;
    line-height: 28px;
    margin-top: 60px;
}

.sustainability .commitment .right {
    width: 50%;
}


.sustainability .sustainability-bot .txt {
    margin-top: 90px;
}

.sustainability .sustainability-bot .txt p {
    color: #676767;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
}

.sustainability .sustainability-bot .txt li {
    color: #676767;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 12px;
}

.sustainability .sustainability-bot .txt li:last-child {
    margin-bottom: 0;
}

.sustainability .sustainability-bot .txt li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666666;
}


.sustainability .sustainability-bot .list .text a {
    font-size: 18px;
    color: #009ee3;
    font-family: Roboto-Medium;
    border-bottom: 2px solid #009ee3;
    line-height: 28px;
    margin-top: 60px;
}

.sustainability .keyFigures {
    margin-top: 0;
}

.sustainability .keyFigures .title {
    margin-top: 10px;
}

.sustainability .item2 {
    padding-top: 70px;
}


.sustainability .keyFigures .content .list h3 {
    margin-bottom: 15px;
}

.sustainability .keyFigures .content .list p {
    font-size: 20px;
    line-height: 30px;
}

.sustainability .boss {
    display: flex;
    width: 100%;
    background: #009fe3;
    margin-top: 150px;
}

.sustainability .boss .content .list {
    position: relative;
    width: 100%;
    padding: 120px 75px 55px;
    text-align: center;
}

.sustainability .boss .content .list img {
    position: absolute;
    top: -82px;
    left: 50%;
    transform: translateX(-50%);
}

.sustainability .boss .content .list h4 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-family: Roboto-Medium;
    margin-bottom: 26px;
}

.sustainability .boss .content .list p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}


.sustainability .sustainability-bot .item3 .list .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    padding: 16px 25px;
    border-radius: 32px;
    background: #009fe3;
    margin-top: 30px;
    transition: all 0.3s;
    border: none;
}
.sustainability .sustainability-bot .item3 .list .text a:hover{
    background: #ee7203;
}

.sustainability .sustainabilityNews {
    display: inline-block;
    width: 100%;
}

.sustainability .sustainabilityNews .title {
    margin-bottom: 20px;
}

.sustainability .sustainabilityNews .content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.sustainability .sustainabilityNews .content .list {
    width: 23.5%;
    margin-bottom: 35px;
}

.sustainability .sustainabilityNews .content .list .pic {
    overflow: hidden;
}

.sustainability .sustainabilityNews .content .list .pic img {
    transition: all 0.3s;
    width: 100%;
}

.sustainability .sustainabilityNews .content .list .pic:hover img {
    transform: scale(1.1, 1.1);
}

.sustainability .sustainabilityNews .content .list .text {
    margin-top: 20px;
}

.sustainability .sustainabilityNews .content .list .text span {
    color: #666666;
    font-size: 20px;
    margin-bottom: 8px;
    display: inline-block;
}

.sustainability .sustainabilityNews .content .list .text a {
    color: #000000;
    font-size: 24px;
    font-family: Roboto-Medium;
    line-height: 36px;
    border: none;
    transition: all 0.3s;
}

.sustainability .sustainabilityNews .content .list .text a:hover {
    color: #009ee3;
}


.sustainability .sustainabilityNews .more {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.sustainability .sustainabilityNews .more a {
    font-size: 18px;
    color: #009ee3;
    font-family: Roboto-Medium;
    border-bottom: 2px solid #009ee3;
    line-height: 28px;
}


.carrerMain .keyFigures {
    margin-bottom: 75px;
}

.carrerMain .keyFigures .content .list:nth-child(1) {
    background: #26348c;
}

.carrerMain .keyFigures .content .list:first-child h3 {
    color: #fff;
}

.carrerMain .keyFigures .content .list:first-child p {
    color: #fff;
}

.carrerMain .keyFigures .content .list:nth-child(2) {
    background: #009fe3;
}

.carrerMain .keyFigures .content .list:nth-child(3) {
    background: #683d82;
}

.carrerMain .keyFigures .more {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}


.carrerMain .keyFigures .more a {
    width: 168px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #27348b;
    border-radius: 23px;
    color: #27348b;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s;
}

.carrerMain .keyFigures .more a:hover {
    background: #27348b;
    color: #fff;
}

.carrerMain .top .list .text li:last-child {
    margin-bottom: 12px;
}


.carrerMain .item2 {
    padding-top: 80px;
}

.carrerMain .carrer-bot {
    margin-top: 80px;
}


.industrialAutomation .automationText {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px solid #f5f5f5;
}

.industrialAutomation .automationText p {
    font-size: 18px;
    color: #676767;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}

.industrialAutomation .automationText p a {
    color: #009ee3;
    border-bottom: 1px solid #009ee3;
    line-height: 30px;
    display: inline-block;
}


.industrialAutomation .keyFigures .content .list {
    width: 23.5%;
}

.industrialAutomation .keyFigures .content .list:nth-child(1) {
    background: #009fe3;
}

.industrialAutomation .keyFigures .content .list:nth-child(2) {
    background: #cd3945;
}

.industrialAutomation .keyFigures .content .list:nth-child(3) {
    background: #26348c;
}

.industrialAutomation .keyFigures .content .list:nth-child(4) {
    background: #683d82;
}

.industrialAutomation .keyFigures {
    margin-bottom: 0;
}

.industrialAutomation .keyFigures .content .list p {
    margin-top: 20px;
    font-size: 20px;
    link: 30px;
}

.industrialAutomation .top {
    padding-top: 20px;
}


.industrialAutomation .bot ul {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.industrialAutomation .bot ul li {
    width: 16.666%;
    margin-bottom: 40px;
}

.industrialAutomation .bot ul li img {
    width: 100%;
}

.industrialAutomation .bot ul li span {
    color: #000000;
    font-size: 18px;
    font-family: Roboto-Bold;
    transition: all 0.3s;
    display: block;
    text-align: center;
}

.industrialAutomation .bot ul li:nth-child(6n) {
    margin-right: 0;
}
.industrialAutomation .bot ul li:nth-child(7){
    display: none;
}
.industrialAutomation .bot ul li:nth-child(8){
    display: none;
}
.industrialAutomation .bot ul li:nth-child(9){
    display: none;
}
.industrialAutomation .bot ul li:nth-child(10){
    display: none;
}
.industrialAutomation .bot ul li:nth-child(11){
    display: none;
}
.industrialAutomation .bot ul li:nth-child(12){
    display: none;
}

.industrialAutomation .bot ul li .pic{
    padding: 12px;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.industrialAutomation .bot ul li:hover .pic{
    box-shadow: 0 0 15px #daf1f9;
}

.industrialAutomation .bot ul li:hover span{
    color: #009ee3;
}


.industrialAutomation .bot ul .learn-more .pic{
    position: relative;
}
.industrialAutomation .bot ul .learn-more a{
    color: #fff;
    line-height: 28px;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    font-family: Roboto-Bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.industrialAutomation .bot .title{
    margin-top: 10px;
    margin-bottom: 0;
}






@media screen and (max-width: 1830px) {
    .ditu .right .menuone li {
        width: 49%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1680px) {
    .development-content .top .left {
        width: 34%;
    }

    .development-content .top .right {
        width: 63%;
    }

    .compliance-culture {
        padding-bottom: 20px;
    }

    .compliance-culture .text {
        transform: translateY(0);
        margin-top: 20px;
    }

    .compliance-ceo .text {
        width: 55%;
    }

    .biaodan .list span {
        width: 26%;
    }

    .biaodan .list input {
        width: 74%;
    }

    .biaodan .message span {
        width: 12%;
    }

    .biaodan .message textarea {
        width: 88%;
    }

    .biaodan .clause {
        float: right;
        width: 88%;
    }
}

@media screen and (max-width: 1600px) {
    .compliance-bot .text .right h3 {
        margin-top: 0;
    }

    .biaodan .list span {
        width: 30%;
    }

    .biaodan .list input {
        width: 70%;
    }

    .biaodan .message span {
        width: 13.8%;
    }

    .biaodan .message textarea {
        width: 86.2%;
    }

    .biaodan .clause {
        float: right;
        width: 86.2%;
    }

    .carrer-bot {
        height: auto;
    }

    .carrer-list .text {
        max-height: 230px;
        overflow: hidden;
    }

    .carrer-list .listTwo .text {
        max-height: 210px;
        overflow: hidden;
        /*overflow-y: auto;*/
    }

    .serviceMain .list .text p {
        font-size: 18px;
    }

    .supplierDetail .mid .itemText {
        left: 47%;
    }

    .supplierDetail .bot .menuone li {
        width: 100%;
    }

    .supplierDetail .menutwo .list {
        width: 23.5%;
    }

    .supplierDetail .menutwo .list:nth-child(4n) {
        margin-right: 0;
    }

    .supplierDetail .menutwo .list:nth-child(5n) {
        margin-right: 2%;
    }
    .schneiderItemOne .text h3{
        height: 120px;
    }
}

@media screen and (max-width: 1440px) {
    /*.schneiderItemOne .text h3 {*/
    /*    -webkit-line-clamp: 3;*/
    /*    height: auto;*/
    /*}*/

    .schneider .title h3 {
        font-size: 28px;
    }

    .schneiderItemTwo .content .right h3 {
        font-size: 30px;
    }

    .schneiderItemTwo .content .bot .text h3 {
        font-size: 30px;
    }

    .schneiderItemFour .bot .list h3 {
        font-size: 28px;
    }

    .ditu .dropdown .dropdown-toggle {
        width: 100%;
    }

    .ditu .dropdown {
        width: 350px;
    }

    .development-content .company .company-text {
        width: 73%;
    }

    .development-content .energy {
        width: 63%;
    }

    .development-content .mid {
        margin-top: 50px;
    }

    .development-content .top .left {
        width: 39%;
    }

    .development-content .top .right {
        width: 58%;
    }

    .compliance-ceo .text {
        width: 50%;
    }

    .biaodan .list {
        width: 100%;
    }

    .biaodan .list span {
        width: 18%;
    }

    .biaodan .list input {
        width: 82%;
    }

    .biaodan .message span {
        width: 18%;
    }

    .biaodan .message textarea {
        width: 82%;
    }

    .biaodan .clause {
        float: right;
        width: 82%;
    }

    .aboutChina .pic {
        width: 80%;
    }

    .building .bot li span {
        line-height: 22px;
        margin-top: 10px;
    }

    .supplierDetail .mid .itemText {
        padding: 15px 45px 15px 45px;
    }

    .supplierDetail .mid .itemText {
        left: 50%;
        width: 68%;
    }

    .ditu .right .menuone li {
        font-size: 14px;
    }



    .soneparChina .top .list h3{
        font-size: 28px;
    }
    .soneparChina .top .list p{
        font-size: 16px;
    }
    .video-box .video-title h3{
        font-size: 28px;
    }
    .main .title h3{
        font-size: 30px;
    }
    .theGroup .keyFigures .content .list h3{
        font-size: 32px;
    }
    .testimony .title{
        font-size: 28px;
    }
    .relatedContent .content .text p{
        font-size: 16px;
    }
    .relatedContent .content .text h4{
        font-size: 22px;
    }
    .soneparChina .top .list p{
        line-height: 26px;
    }
    .testimony .title{
        font-size: 28px;
    }
    .aboutGroup .mid .text h3{
        font-size: 28px;
    }
    .aboutGroup .mid .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .theGroup .testimony .title{
        font-size: 28px;
    }
    .sustainability .commitment .left h3{
        font-size: 28px;
    }
    .sustainability .commitment .left a{
        font-size: 16px;
    }
    .sustainability .sustainability-bot .txt p{
        font-size: 16px;
        line-height: 26px;
    }
    .sustainability .keyFigures .content .list p{
        font-size: 18px;
        line-height: 28px;
    }
    .sustainability .boss .content .list h4{
        font-size: 28px;
    }
    .sustainability .sustainabilityNews .content .list .text a{
        font-size: 20px;
        line-height: 28px;
    }
    .integrityCompliance .boss .content .list h4{
        font-size: 20px;
        line-height: 28px;
    }
    .integrityCompliance .boss .content .list p{
        font-size: 16px;
    }
    .integrityCompliance .codeConduct h4{
        font-size: 28px;
    }
    .integrityCompliance .codeConduct p{
        font-size: 16px;
        line-height: 26px;
    }
    .integrityCompliance .integrityComplianceBot .list a{
        font-size: 16px;
    }
    .theGroup .keyFiguresMain .list a{
        font-size: 16px;
    }
    .integrityCompliance .integrityComplianceBot .list:last-child a{
        font-size: 16px;
    }
    .integrityCompliance .whistleblowing .list h4{
        font-size: 22px;
    }
    .integrityCompliance .whistleblowing .list p{
        font-size: 16px;
        line-height: 26px;
    }
    .soneparChina .ourValues .content .list li{
        font-size: 16px;
    }
    .soneparChina .ourValues .content .list h4{
        font-size: 22px;
    }
    .schneiderItemOne .text h3{
        font-size: 20px;
        margin-bottom: 20px;
        height: 90px;
    }
    .schneiderItemOne .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .schneiderItemTwo .content .text h4{
        font-size: 22px;
    }
    .schneiderItemFour .bot .list h3{
        font-size: 22px!important;
        line-height: 32px;
    }
    .schneiderItemFour .bot .list a{
        font-size: 18px;
    }
    .schneiderItemOne .text{
        padding: 30px 25px;
    }
}

@media screen and (max-width: 1366px) {
    .allOffice .content .menutwo .list {
        min-height: 240px;
        margin-bottom: 15px;
    }

    .development-content .company .company-text {
        width: 84%;
    }

    .about-top .right {
        min-height: 125px;
    }

    .about-top .left {
        min-height: 125px;
    }

    .carrer-list .text p:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .serviceMain .list .text p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .offerMain .content .text p a {
        font-size: 25px;
    }

    .offerMain .content .text h3 a {
        font-size: 25px;
    }
}

@media screen and (max-width: 1280px) {
    .ditu .dropdown {
        width: 68%;
    }

    .ditu .left .city {
        width: 30%;
    }

    .compliance-ceo .pic {
        left: 8%;
    }

    .supplierDetail .mid .itemText h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .supplierDetail .mid .itemText a {
        margin-top: 20px;
    }

    .itemOneMain .list span {
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .news .screen select {
        width: 305px;
    }

    .news .screen button {
        width: 120px;
    }

    .serviceMain .list .text {
        height: 90px;
    }

    .development-text h3 {
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .development-content .company .company-text {
        position: relative;
        left: 0;
        width: 100%;
        bottom: 0;
        padding: 40px;
    }

    .testimony p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .group-right .text p {
        width: 100%;
    }

    .group {
        margin-top: 10px;
    }

    .group-right .text {
        margin-right: 0;
        transform: translateY(0);
    }

    .group .group-video {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .group video {
        height: auto;
    }

    .group-right {
        width: 100%;
    }

    .carrer-list .text p:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .building .top .listTwo {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .building .top .listTwo .pic {
        float: left;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .building .top .listTwo .text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .building .top .list .pic {
        width: 100%;
    }

    .building .top .list .text {
        float: left;
        width: 100%;
        position: relative;
        transform: translateY(0);
    }

    .supplierDetail .top-content .pic img {
        max-width: 80%;
    }

    .supplierDetail .mid .itemText p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .supplierDetail .bot .menuone {
        width: 22%;
    }

    .supplierDetail .menutwo {
        width: 76%;
    }

    .supplierDetail .menutwo .list {
        margin-bottom: 20px;
    }

    .supplierDetail .menutwo .list p {
        line-height: 24px;
    }

    .offerMain .content .text p a {
        font-size: 20px;
        line-height: 32px;
    }

    .offerMain .content .text h3 {
        line-height: 32px;
        height: 32px;
    }

    .offerMain .content .text h3 a {
        font-size: 20px;
    }

    .banner {
        margin-top: 60px;
    }
}

@media screen and (max-width: 992px) {
    .schneiderItemTwo .content .bot {
        margin-top: 0;
    }

    .schneiderItemTwo .content .bot .text {
        width: 100%;
        margin-bottom: 30px;
    }

    .schneiderItemTwo .content .bot .pic {
        width: 100%;
    }

    .schneiderItemTwo .content .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .schneiderItemTwo .content .right h4 {
        margin-bottom: 30px;
    }

    .schneiderItemTwo .content .right p {
        margin-bottom: 20px;
    }

    .schneiderItemTwo .content .right {
        width: 100%;
        padding-left: 0;
    }

    .schneiderItemOne .content .list {
        width: 48%;
        margin-bottom: 30px;
    }

    .terms .top ul {
        width: 100%;
    }

    .sitemap .top ul {
        width: 50%;
    }

    .compliance-ceo .pic {
        left: 0%;
    }

    .aboutChinaMain {
        margin-bottom: 60px;
    }

    .aboutChina .text {
        padding: 40px;
        position: relative;
        width: 100%;
        bottom: 0;
        float: left;
    }

    .aboutChina .pic {
        width: 100%;
    }

    .divisions .sort .list {
        width: 49%;
        margin-bottom: 20px;
    }

    .divisions .sort .list:nth-child(2n) {
        margin-right: 0;
    }

    .supplierDetail .menutwo .list {
        width: 49%;
    }

    .supplierDetail .menutwo .list:nth-child(2n) {
        margin-right: 0;
    }

    .supplierDetail .mid .itemText h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .offerMain .content .text p img {
        width: 16px;
    }

    .offerMain .content .text p a {
        font-size: 18px;
        line-height: 30px;
    }

    .offerMain .content .text h3 {
        line-height: 30px;
        height: 30px;
    }

    .offerMain .content .text h3 a {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .news .screen .dropdown{
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
    }
    .news .screen .dropdown button{
        width: 100%;
        margin-right: 0;
    }
    .allOffice .content .menuone{
        flex-flow: wrap;
    }
    .news .screen {
        justify-content: flex-start;
    }

    .news .screen select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .news .screen button {
        width: 150px;
    }

    .schneiderItemFour .text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .schneiderItemFour .top {
        background: url("../images/schneiderItemFour.jpg");
        background-size: cover;
        padding: 30px 15px;
    }

    .schneiderItemFour .top img {
        display: none;
    }

    .schneiderItemFour .text {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
    }

    .schneiderItemFour .bot .list:last-child {
        padding-bottom: 20px;
    }

    .schneiderItemFour .bot .list h3 {
        margin-bottom: 50px;
    }

    .schneiderItemFour .bot .list {
        padding-top: 10px;
        padding-bottom: 45px;
    }

    .schneiderItemFour .bot .list h3 {
        font-size: 26px;
    }

    .schneiderItemFour .bot {
        flex-flow: wrap;
    }

    .schneiderItemFour .bot .list {
        width: 100%;
    }

    .schneiderItemFour .bot .list:first-child {
        border: none;
    }

    .schneiderItemThree .content .list {
        width: 100%;
    }

    .schneiderItemTwo .content .bot .text {
        padding-top: 30px;
    }

    .schneiderItemTwo .content .bot .text h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .schneiderItemTwo .content .right h3 {
        font-size: 26px;
    }

    .schneiderItemTwo .content .right h4 {
        font-size: 22px;
    }

    .schneiderItemOne .pic img {
        width: 100%;
    }

    .schneiderItemTwo {
        margin-top: 20px;
    }

    .schneiderItemOne .text h3 {
        display: block;
        height: auto;
        margin-bottom: 10px;
    }

    .schneiderItemOne .content .list {
        width: 100%;
    }

    .schneider .title h3 {
        font-size: 26px;
        line-height: 32px;
    }


    .allOffice .Headquarter p span {
        display: block;
        margin-right: 0;
    }

    .allOffice .content .menuone li span {
        font-size: 16px;
        padding: 15px 0;
    }

    .allOffice .content .menuone li {
        width: 100%;
        margin: 10px 0;
    }

    .allOffice .content .menutwo .list {
        width: 100%;
        margin: 0;
        min-height: auto;
        margin-bottom: 30px;
    }

    .serviceMain .list .text {
        height: auto;
    }

    .ditu {
        margin-top: 40px;
        padding-top: 50px;
        overflow: hidden;
    }

    .ditu .dropdown .dropdown-toggle {
        height: 52px;
    }

    .ditu .right .btnNext {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ditu .right a {
        float: none;
        margin: 0 auto;
    }

    .ditu .right .menutwo {
        margin-top: 20px;
    }

    .ditu .left .map {
        padding-left: 0;
    }

    .ditu .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .ditu .right {
        width: 100%;
    }

    .development-content .mid .text h3 {
        line-height: 30px;
    }

    .bot-pic {
        margin-top: 120px;
    }

    .bot-pic img {
        width: 45%;
    }

    .development-content .energy {
        width: 100%;
        margin-top: 50px;
    }

    .development-content .members {
        margin-top: 50px;
    }

    .development-content .company .company-text {
        padding: 20px;
    }

    .development-content .company h3 {
        line-height: 30px;
    }

    .development-content .top .right h3 {
        line-height: 30px;
    }

    .development-content .top .right {
        width: 100%;
        margin-top: 20px;
    }

    .development-content .top .left {
        padding: 0;
    }

    .development-content .top {
        margin-top: 40px;
    }

    .development-content .top .left {
        width: 100%;
        position: relative;
        top: 0;
    }

    .development-bg {
        padding: 40px 0 0 0;
    }

    .development-bg p {
        font-size: 18px;
        line-height: 30px;
    }

    .development-bg p:first-child {
        margin-top: 0;
    }

    .development-bg {
        background-size: cover;
    }

    .development-text p {
        line-height: 30px;
    }

    .development-text h4 {
        line-height: 28px;
        margin-bottom: 10px;
    }

    .compliance-culture .text h3 {
        margin-bottom: 15px;
    }

    .compliance-bot .text {
        margin-top: 30px;
    }

    .compliance-bot .text .right {
        width: 100%;
    }

    .compliance-bot .text .pic {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .compliance-download ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .compliance-download ul li:nth-child(2n) {
        margin-right: 0;
    }

    .compliance-download ul {
        width: 100%;
    }

    .compliance-culture .pic {
        width: 100%;
    }

    .compliance-culture .txt {
        width: 100%;
    }

    .compliance-ceo .pic {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    .compliance-ceo .text {
        width: 100%;
        margin-top: 130px;
    }

    .group-bot .box .pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .group-bot .box .text {
        width: 100%;
    }

    .group-bot img {
        margin-top: 40px;
    }

    .aboutGroup .bot {
        padding-bottom: 0;
    }

    .aboutGroup .bot .swiper-button-prev {
        left: 5% !important;
    }

    .aboutGroup .bot .swiper-button-next {
        right: 5% !important;
    }

    .aboutGroup .bot-top {
        margin-bottom: 40px;
    }

    .aboutGroup .bot-top h3 {
        line-height: 34px;
        margin-bottom: 15px;
    }

    .aboutGroup .testimony .title {
        font-size: 22px;
        line-height: 32px;
    }

    .aboutGroup .mid .text {
        margin-top: 40px;
    }

    .aboutGroup .mid {
        padding-top: 40px;
    }

    .aboutGroup .top {
        padding-bottom: 20px;
    }

    .aboutGroup .mid .pic {
        width: 100%;
    }

    .aboutGroup .mid video {
        width: 100%;
        margin-bottom: 20px;
    }

    .groupTxt {
        margin-top: 30px;
    }

    .groupTxt .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .group-right .text p span {
        font-size: 24px;
    }

    .group-right .text p {
        font-size: 20px;
        line-height: 34px;
    }

    .group-right .text {
        padding: 30px;
    }

    .latestNew p span {
        display: block;
        margin-left: 0;
    }

    .latestNew .latestNew-title {
        font-size: 30px;
    }

    .news .itemThree {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .fenye ul {
        width: 100%;
    }

    .fenye li {
        margin-right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .biaodan .clause {
        width: 100%;
    }

    .biaodan .clause p {
        width: 82%;
    }

    .biaodan .message textarea {
        width: 100%;
    }

    .biaodan .message span {
        width: 100%;
        text-align: left;
    }

    .biaodan .list span {
        width: 100%;
        text-align: left;
    }

    .biaodan .list input {
        width: 100%;
    }

    .aboutChina {
        padding-bottom: 50px;
    }

    .aboutChina .text {
        padding: 30px 20px;
    }

    .about .title h3 {
        font-weight: bold;
        font-family: Arial;
    }

    .carrer-content h3 {
        font-weight: bold;
        font-family: Arial;
    }

    .serviceMain .list .text p {
        font-family: Arial;
        font-weight: bold;
    }

    .services .title p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .offerMain .content .text h3 {
        height: auto;
    }

    .itemOne li .text {
        padding: 15px 15px 26px 15px;
    }

    .itemTwo .list span {
        font-size: 22px;
    }

    .itemThree .title span {
        margin-bottom: 30px;
    }

    .itemThree .title h3 {
        line-height: 66px;
    }

    .itemOne li .text p {
        -webkit-line-clamp: 5;
    }

    .itemOneMain {
        margin-top: 30px;
    }

    .itemOne .title h3 {
        line-height: 66px;
    }

    .itemOne .title h3 {
        margin-top: 30px;
    }

    .itemThree .list h3 {
        min-height: 10px;
    }

    .about .title {
        margin-bottom: 30px;
    }

    .about-bot .title {
        margin-bottom: 10px;
    }

    .aboutChinaMain {
        margin-bottom: 10px;
    }

    .about-bot .list .text {
        height: auto;
    }

    .about-bot .list {
        width: 100%;
        margin-right: 0;
    }

    .about-top .right h3 {
        margin-top: 0;
    }

    .about-top .left h3 {
        margin-top: 0;
    }

    .about-top .left {
        width: 100%;
        padding: 20px 5%;
    }

    .about-top .right {
        width: 100%;
        padding: 20px 5%;
    }

    .about-top .right {
        width: 100%;
    }

    .carrer-bot {
        background-size: cover;
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .carrer-list {
        margin-top: 70px;
    }

    .carrer-list .list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .carrer-list .listTwo .pic {
        float: left;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .carrer-list .listTwo .text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .building .top .list .pic {
        width: 100%;
    }

    .carrer-list .text p:last-child {
        -webkit-line-clamp: 99;
    }

    .carrer-list .listTwo .text {
        max-height: 1000px;
        overflow: auto;
    }

    .carrer-list .text {
        max-height: 1000px;
        overflow: auto;
    }

    .carrer-list .text h3 {
        margin-bottom: 15px;
        font-family: Arial;
        font-weight: bold;
    }

    .carrer-list .text h3 {
        line-height: 30px;
    }

    .carrer-list .text {
        width: 100%;
        position: relative;
        padding: 18px 30px 26px 30px;
    }

    .carrer-list .pic {
        width: 100%;
    }

    .divisions .sort .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .building .top li span {
        line-height: 22px;
        margin-top: 15px;
    }

    .building .top .list .text h3 {
        line-height: 26px;
        margin-bottom: 10px;
    }

    .building .bot li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .building .bot li:nth-child(2n) {
        margin-right: 0;
    }

    .building .top .list {
        margin-bottom: 35px;
    }

    .building .top .list li {
        margin-right: 0;
        margin-bottom: 0;
    }

    .building .top .list .text {
        padding: 30px
    }

    .building .top .title {
        margin-top: 30px;
    }

    .building .top .list .text h3 {
        font-family: Arial;
        font-weight: bold;
    }

    .building .bot li span {
        margin-top: 15px;
    }

    .automation .top li span {
        font-size: 18px;
    }

    .building .top ul {
        margin-bottom: 40px;
    }

    .building .top li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .building .top li:nth-child(2n) {
        margin-right: 0;
    }

    .building .title p {
        text-align: left;
    }

    .serviceMain .list {
        width: 100%;
        margin-right: 0;
    }

    .main .offerMain .title {
        margin-top: 45px;
    }

    .supplierDetail .top-content a {
        float: left;
    }

    .supplierDetail .top {
        margin-bottom: 0;
    }

    .supplierDetail .top-content .pic {
        width: 100%;
        height: 210px;
        margin-bottom: 40px;
    }

    .supplierDetail .top-content .textBot {
        margin-top: 50px;
    }

    .supplierDetail .top-content .text {
        width: 100%;
        margin: 0;
    }

    .supplierDetail .bot {
        margin-top: 40px;
    }

    .supplierDetail .mid .itemText {
        display: none;
    }

    .supplierDetail .bot .menuone li h3 {
        font-size: 16px;
        font-family: Arial;
    }

    .supplierDetail .bot .menuone li p {
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
    }

    .supplierDetail .bot .menuone li {
        width: 49%;
        margin-right: 2%;
    }

    .supplierDetail .bot .menuone li:nth-child(2n) {
        margin-right: 0;
    }

    .supplierDetail .bot .menuone {
        width: 100%;
    }

    .supplierDetail .menutwo {
        width: 100%;
        margin: 0;
    }

    .supplierMain .bot {
        padding-top: 40px;
    }

    .supplierMain .mid {
        padding-top: 40px;
        padding-bottom: 20px;
        background-size: cover;
    }

    .supplierMain li {
        width: 48%;
        height: 150px;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .supplierMain li:nth-child(4n) {
        margin-right: 0;
    }

    .supplierMain li:nth-child(2n) {
        margin-right: 0;
    }

    .navigation a {
        font-size: 14px;
    }

    .main .title h3 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .offerMain .content .textList {
        top: 85px;
    }

    .offerMain .content .list {
        width: 100%;
        margin: 0;
    }

    .itemOne .title p {
        line-height: 28px;
    }

    .itemOne .title h3 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .itemOne .title {
        margin-top: 30px;
    }

    .itemOne li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .itemOne li .text h4 {

        font-weight: bold;
    }

    .itemOneMain .num h3 {
        line-height: 90px;
    }

    .itemOneMain .more {
        margin-top: 40px;
    }

    .itemOneMain .list span {
        margin-bottom: 0;
        line-height: 64px;
    }

    .itemOneMain .list {
        margin-bottom: 25px;
    }

    .itemTwo .title h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .itemTwo .list {
        width: 100%;
        margin-bottom: 15px;
    }

    .itemTwo {
        background-size: cover;
    }

    .itemTwo .list:nth-child(2) {
        margin: 0;
        margin-bottom: 25px;
    }

    .itemThree .title h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .itemThree .list {
        width: 100%;
        margin-bottom: 25px !important;
    }

    .itemThree .list:nth-child(2) {
        margin: 0;
        margin-bottom: 25px;
    }

    .itemThree .all {
        margin-top: 45px;
    }

    .itemFour .title h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .itemFour .list {
        width: 50%;
        margin-bottom: 15px;
        height: 70px;
    }

    .itemFour .list:nth-child(2n) {
        border-right: none;
    }

    .dropdown {
        width: 100%;
    }

    .dropdown-toggle {
        width: 100%;
    }

    footer .footer-bot p {
        text-align: center;
    }

    .itemText a {
        margin-top: 0;
    }

    .itemThree .list h3 {

        font-weight: bold;
    }

    .itemTwo .title p {
        width: 85%;
    }

    .schneiderItemTwo .content .pic {
        width: 100%;
        margin-bottom: 15px;
    }

    .schneiderItemTwo .content .text {
        width: 100%;
    }

    .schneiderItemTwo .content .text h3 {
        font-size: 24px;
    }

    .schneiderItemTwo .content .text h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .schneiderItemTwo .content .text p {
        margin-bottom: 15px;
    }

    .schneiderItemThree .contentThree .owl-prev {
        left: 10px;
    }

    .schneiderItemThree .contentThree .owl-next {
        right: 10px;
    }

    .schneiderItemOne .contentFour .owl-prev {
        left: 10px;
    }

    .schneiderItemOne .contentFour .owl-next {
        right: 10px;
    }


    .soneparChina .top .list {
        flex-flow: wrap;
        margin-bottom: 40px;
    }

    .soneparChina .top .list:nth-child(1) .pic {
        width: 100%;
    }

    .soneparChina .top .list:nth-child(1) .text {
        width: 100%;
        padding: 30px;
    }

    .soneparChina .top .list .pic {
        width: 100%;
        height: 210px;
    }

    .soneparChina .top .list .text {
        width: 100%;
        padding: 30px;
    }

    .soneparChina .top .list h3 {
        font-size: 26px;
    }

    .soneparChina .ourValues .content .list {
        width: 100%;
    }

    .soneparChina .ourValues .content .list h4 {
        font-size: 22px;
    }

    .ourHistory {
        padding: 30px 20px 80px;
    }

    .fazhanbox .lishitxt {
        width: 85%;
    }

    .relatedContent .content {
        flex-flow: wrap;
    }

    .relatedContent .content .list {
        width: 100%;
        margin-bottom: 30px;
    }

    .relatedContent .content .text h4 {
        font-size: 22px;
    }

    .relatedContent .content .text {
        padding: 30px 30px;
    }

    .relatedContent .content .text a {
        font-size: 16px;
    }

    .soneparChina .top {
        padding-top: 60px;
    }

    .relatedContent {
        margin-bottom: 60px;
    }

    .video-box .video-title h3 {
        font-size: 18px;
    }

    .video-box video {
        height: 250px;
    }

    .theGroup .keyFigures .content .list {
        width: 100%;
    }

    .theGroup .keyFiguresMain2 {
        padding-bottom: 0;
    }

    .theGroup .mid {
        padding-top: 0;
    }

    .theGroup .mid .text {
        margin-top: 0;
    }

    .integrityCompliance .boss .content .list {
        width: 100%;
        padding: 120px 25px 55px;
        margin-bottom: 125px;
    }

    .integrityCompliance .boss .content .list:last-child {
        margin-bottom: 0;
    }

    .integrityCompliance .boss .content .list h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .integrityCompliance .codeConduct {
        margin-top: 60px;
    }

    .integrityCompliance .integrityComplianceBot {
        padding-top: 10px;
    }

    .integrityCompliance .integrityComplianceBot .list:last-child .pic {
        width: 100%;
    }

    .integrityCompliance .integrityComplianceBot .list:last-child .text {
        width: 100%;
    }

    .integrityCompliance .whistleblowing .list {
        width: 100%;
        padding: 35px 25px;
    }

    .integrityCompliance .integrityComplianceBot .list:last-child a {
        width: 100%;
        padding: 16px 10px;
    }

    .video-box .video-title {
        padding: 20px 20px;
    }

    .sustainability .commitment .left {
        width: 100%;
        padding-left: 0;
        padding-bottom: 60px;
    }

    .sustainability .commitment .right {
        width: 100%;
    }

    .sustainability .commitment .left h3 {
        font-size: 26px;
    }

    .sustainability .commitment .left .text {
        padding: 0 20px;
    }

    .sustainability .sustainability-bot .txt {
        margin-top: 60px;
    }

    .sustainability .sustainability-bot .list .text a {
        margin-top: 20px;
    }

    .theGroup .keyFigures .content .list h3 {
        font-size: 30px;
    }

    .sustainability .boss {
        margin-top: 120px;
    }

    .sustainability .boss .content .list {
        padding: 120px 25px 50px;
    }

    .sustainability .sustainabilityNews .content .list {
        width: 100%;
    }

    .sustainability .sustainabilityNews .content .list .text span {
        font-size: 18px;
    }

    .sustainability .sustainabilityNews .content .list .text a {
        font-size: 22px;
        line-height: 30px;
    }

    .sustainability .keyFigures .title {
        margin-top: 0;
    }

    .sustainability .keyFigures .title h3 {
        margin-top: 0;
    }
    .industrialAutomation .automationText{
        padding-top: 10px;
    }
    .industrialAutomation .automationText p{
        text-align: left;
    }
    .industrialAutomation .keyFigures{
        margin-top: 10px;
    }
    .industrialAutomation .bot ul li{
        width: 100%;
    }
    .schneiderItemOne{
        padding-top: 10px;
    }
    .schneiderItemOne .text{
        padding: 30px 25px;
    }
    .schneider .schneiderItemTwo{
        padding-top: 20px;
    }
    .schneiderItemFour .bot .list .icon{
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 375px) {
    .compliance-ceo .text {
        margin-top: 110px;
    }
}

@media screen and (max-width: 320px) {
    .ditu .right .menuone li {
        width: 100%;
    }

    .ditu .dropdown {
        width: 67%;
    }

    .compliance-ceo .text {
        margin-top: 70px;
    }
}





