﻿body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "微软雅黑", sans-serif;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

a {
    color: #666;
}

b, h1 {
    color: #666;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
}

h1, h2 {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: top;
    display: block;
    max-width: 100%;
}

ul, li, tr, td, body, img, p, table, span {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.pd0 {
    padding: 0;
}

.add-top {
    height: 108px;
    background: #303334;
    border: none;
    margin-bottom: 0;
}
.add-top .navbar-brand {
    margin-left: 0 !important;
}
.add-top .navbar-brand>img{
    display: inline-block;
    float: left;
}

.add-top-phone {
    padding: 40px 0 0 40px;
    background: url(../img/phone.jpg) no-repeat top left;
}

.add-top-phone span {
    font-size: 14px;
    line-height: 20px;
    color: #cdc090;
}

.add-top-phone p {
    font-size: 20px;
    color: #cdc090;
    font-family: "Arial", sans-serif;
}

.add-menu {
    position: relative;
    background: #303334;
    z-index: 99;
}
.add-menu .container {
    background: #303334;
}

.add-menu .navbar-collapse {
    padding: 0;
}

.add-menu .nav {
    width: 100%;
    padding: 0;
    border-top: 1px solid #000;
}

.add-menu .nav li {
    position: relative;
    width: 10%;
    text-align: center;
}
.add-menu .nav li .sub {
    display: none;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 60px;
    width: 146px;
    padding: 15px 0;
    margin-left: -73px;
    background: rgba(0, 0, 0, 0.5);
}
.add-menu .nav li:hover .sub {
    display: block;
}
.add-menu .nav li .sub a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight:  normal;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.add-menu .nav li .sub a:hover {
    border-bottom: none;
}
.add-menu .nav li a {
    display: inline-block;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    padding: 0 2px;
    color: #c8c7c7;
}
.add-menu .nav li a:hover,.add-menu .nav li a.active,.add-menu .nav li a:focus {
    background: transparent;
    color: #fabf1c;
    border-bottom: 3px solid #fabf1c;
}
.add-menu .nav li .sub a:focus {
    border-bottom: none;
}
.banner {
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.swiper-container-banner {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 650px;
}
.swiper-container-banner img {
    width: 1920px;
    height: 650px;
}
.swiper-container-banner .swiper-pagination {
    bottom: 20px;
}
.swiper-container-banner .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 15px;
    background: #1c141e;
}
.swiper-container-banner .swiper-pagination-bullet-active {
    background: #f3cb2f;
}
.add-assad {
    width: 100%;
    padding: 20px 0;
    background: #f4f4f4;
}
.add-assad ul {
    width: 100%;
}
.add-assad ul li {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 10px 0;
}
.add-assad ul li span {
    display: block;
    margin: 0 auto;
    width: 78px;
    height: 78px;
    padding: 16px 10px;
    background: #f3cb2f;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.add-assad ul li span img {
    min-width: 58px;
    height: 45px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.add-assad ul li p {
    font-size: 16px;
    color: #595757;
    margin-top: 10px;
}
.add-about-title {
    width: 100%;
}
.add-about {
    padding-bottom: 50px;
}
.add-assad ul li u.cl {
    clip: rect(0px, 78px, -10px, 39px);
}

.add-assad ul li:hover u.cl {
    clip: rect(0px, 78px, 78px, 39px);
}

.add-assad ul li u.cr {
    clip: rect(78px, 39px, 78px, 0px);
}

.add-assad ul li:hover u.cr {
    clip: rect(0px, 39px, 78px, 0px);
}
.add-assad ul li u {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 78px;
    height: 78px;
    margin-left: -39px;
    background: url(../img/add-assad-hover.png) no-repeat;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.add-assad ul li:hover span {
    background: #f4f4f4;
}
.add-assad ul li:hover span img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}
.add-about-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.add-about-pic img{
    display: block;
    margin: 0 auto;
    animation: addAbouPic linear 6s infinite;
    -moz-animation: addAbouPic linear 6s infinite;
    -webkit-animation: addAbouPic linear 6s infinite;
    -o-animation: addAbouPic linear 6s infinite;
}
.add-about-pic-fixed {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/add-about-pic-fixed.png) no-repeat center center;
    background-size: 100% 100%;
}

.add-advertisement {
    padding: 60px 0;
    font-size: 34px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    background: url(../img/advertisement.jpg) no-repeat fixed center center;
}
.add-engineering-title {
    width: 100%;
    font-size: 28px;
    color: #333;
    height: 70px;
    line-height: 70px;
}
.add-engineering-title span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: url(../img/stars.png) no-repeat center center;
}
.add-engineering {
    padding: 30px 0 40px 0;
}
.aad-tab {
    border-bottom: 0;
    margin-bottom: 30px;
}
.aad-tab>li {
    display: inline-block;
    float: none;
    margin: 5px 3px;
    text-align: center;
}
.aad-tab>li>a {
    padding: 3px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
}
.aad-tab>li.active>a, .aad-tab>li.active>a:focus, .aad-tab>li.active>a:hover, .aad-tab>li>a:hover {
    border-color: #fabf1b;
    background: #fabf1b;
    color: #fff;
}
.add-engineering-content {
    margin: 10px 0;
}
.add-engineering-content-text {
    width: 100%;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.add-engineering-content:hover .add-engineering-content-text{
    color: #fabf1b;
}
.add-engineering-content-pic {
    position: relative;
}
.add-engineering-content-pic-text {
    opacity: 0;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    display: none\9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/add-engineering-content.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-engineering-content-pic-text dl {
    width: 80%;
    margin: 15% auto 0 auto;
}
.add-engineering-content-pic-text dl dt {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.add-engineering-content-pic-text dl dd {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
.add-engineering-content-pic-text span {
    position: absolute;
    bottom: 15%;
    left: 10%;
    color: #fff;
    margin-top: 5px;
}
.add-engineering-content:hover .add-engineering-content-pic-text{
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    display: block\9;
}
.add-news {
    width: 100%;
    padding: 80px 0;
    background: #f4f4f4;
}
.add-news-title {
    position: absolute;
    right: 0;
    top: 50%;
    width: 149px;
    height: 148px;
    margin-top: -74px;
    background: url(../img/add-news-title.png) no-repeat center center;
    background-size: 100% 100% ;
}
.add-news img {
    width: 100%;
}
.add-news-list dt {
    font-size: 20px;
    color: #b6b6b6;
    padding-top: 15px;
}
.add-news-list dd {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-news-all a {
    display: block;
    color: #666;
    margin-top: 15px;
    text-decoration: underline;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-news-all a:hover {
    color: #ffae00;
}
.add-news a dl:hover dd {
    color: #000;
    text-decoration: none;
}
.footer {
    width: 100%;
    padding-top: 30px;
    background: #161616;
}
.footer h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.footer h3 small {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-left: 20px;
}
.footer-menu {
     width: 100%;
     padding: 17px 0;
}
.footer-menu:after {
    display: block;
    content: "";
    width: 100%;
    clear: both;
}
.footer-menu a {
    float: left;
    font-size: 16px;
    color: #f3ca1f;
    width: 11.11%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.footer-menu a:hover {
    color: #fff;
}
.footer-share {
    width: 100%;
}
.footer-share a {
    display: inline-block;
    margin: 0 8px;
}
.footer-share a img {
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.footer-share a:hover img {
    opacity: 1;
}
.footer-copyright {
    width: 100%;
    margin-top: 30px;
    padding: 19px 0;
    border-top: 1px solid #282828;
}
.icon-bar {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.navbar-animation .icon-bar:nth-child(2){
    opacity: 0;
}
.navbar-animation .icon-bar:nth-child(1){
    top: 6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.navbar-animation .icon-bar:nth-child(3) {
    top: -6px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.add-banner {
    position: relative;
    width: 100%;
    height: 266px;
    overflow: hidden;
}
.add-banner-img {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 50%;
    width: 1920px;
    height: 266px;
    margin-left: -960px;
}
.add-page-title {
    position: relative;
    height: 266px;
}
.add-page-title h1 {
    font-size: 46px;
    color: #cdc090;
    line-height: 50px;
    margin-top: 55px;
}
.add-page-title p {
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    margin-top: 5px;
    background: url(../img/stars.png) no-repeat left 5px;
}
.add-page-title p span {
    color: #cc3333;
}
.add-page-title p a {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-page-title p a:hover {
    color: #cc3333;
}
.add-page-title-list {
    position: absolute;
    left: 15px;
    bottom: 30px;
}
.add-page-title-list a {
    float: left;
    padding: 5px 25px;
    font-size: 16px;
    color: #414141;
    border: 1px solid #000;
    margin: 5px 10px 5px 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background: rgba(226, 226, 226, 0.2);
}
.add-page-title-list .active,.add-page-title-list a:hover {
    background: #fabf1b;
    color: #fff;
    border: 1px solid #fabf1b;
}
.add-memorabilia-title {
    width: 100%;
    font-size: 24px;
    color: #333;
    line-height: 12px;
    text-indent: 20px;
    border-bottom: 10px solid #f0f0f0;
    margin: 30px 0 15px 0;
}
.add-memorabilia-list {
    width: 100%;
}
.add-memorabilia-list a {
    display: inline-block;
    color: #333;
    font-family: "Arial", sans-serif;
    margin: 0 15px;
    padding: 5px 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-memorabilia-list a:hover {
    color: #fabf1b;
}
.add-memorabilia-box {
    width: 100%;
    padding: 30px 0 60px 0;
}
.add-memorabilia-content {
    width: 100%;
    clear: both;
}
.add-memorabilia-content::after {
    display: block;
    content: "";
    width: 100%;
    clear: both;
}
.afterClear::after {
    display: block;
    content: "";
    width: 100%;
    clear: both;
}
.add-memorabilia-left {
    position: relative;
    float: left;
    width: 145px;
    font-size: 22px;
    color: #000;
    text-align: center;
}
.add-memorabilia-left::after {
    position: absolute;
    right: -8px;
    top: 5px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #f8ad70;
    border-radius: 50%;
}
.add-memorabilia-right {
    float: left;
    width: 70%;
    padding: 0 0 30px 30px;
    border-left: 1px solid #bebdc3;
}
.add-memorabilia-text {
    color: #000;
    margin-left: 115px;
}
.add-chairman {
    width: 100%;
    padding: 50px 0;
}
.add-chairman-pic img {
    width: 100%;
}
.add-chairman-text {
    padding-top: 30px;
    text-indent: 2em;
}
.add-chairman-pic {
    overflow: hidden;
}
.add-chairman-introduce {
    background: #f1f1f1;
}
.pl0 {
    padding-left: 0;
}
.pr0 {
    padding-right: 0;
}
.mg0 {
    margin: 0;
}
.add-chairman-introduce {
    text-align: center;
}
.add-chairman-introduce-title {
    position: relative;
    border-bottom: 10px solid #f3ca1f;
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 31px;
    color: #000;
    line-height: 70px;
    background: url(../img/add-chairman-introduce-title.jpg) no-repeat center center;
}
.add-chairman-introduce-title::after {
    position: absolute;
    left: 0;
    bottom: -16px;
    content: "";
    width: 100%;
    height: 2px;
    background: #f3ca1f;
}
.add-chairman-introduce p {
    padding-bottom: 30px;
}
.add-chairman-introduce p {
    font-size: 16px;
    line-height: 32px;
}
.add-memorabilia-before .add-memorabilia-content:nth-child(1) .add-memorabilia-left::before {
    position: absolute;
    right: -9px;
    top: -19px;
    display: block;
    width: 18px;
    height: 19px;
    content: "";
    background: url(../img/course.jpg) no-repeat left center;
}
.add-enterprise {
    padding: 40px 0;
}
.add-enterprise h3 {
    font-size: 33px;
    color: #333;
    line-height: 40px;
    padding: 10px 0;
}
.add-enterprise img {
    display: block;
    margin: 0 auto;
}
.add-framework {
    padding: 40px 0;
}
.add-news-page {
    padding: 40px 0;
}
.add-news-page-right {
    border: 1px solid #dcdcdc;
    border-top: 5px solid #cdc090;
}
.add-news-page-right h3 {
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-indent: 25px;
    border-bottom: 1px solid #dcdcdc;
}
.add-news-page-right ul {
    padding: 0 15px 15px 15px;
}
.add-news-page-right ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
}
.add-news-page-right ul li img {
    width: 100%;
    margin-bottom: 8px;
}
.add-news-page-right ul li p {
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-news-page-right ul li a:hover p {
    color: #fabf1b;
}
.add-news-page-right ul li:last-child {
    border-bottom: none;
}
.add-news-page-left {
    padding: 0 30px;
    border: 1px solid #dcdcdc;
    border-top: 5px solid #cdc090;
}
.add-news-page-left .media {
    padding: 30px 0;
    margin-top: 0;
    border-bottom: 1px dashed #c3c3c3;
}
.add-news-page-left .media-object {
    width: 282px;
    height: 156px;
    border: 1px solid #dcdcdc;
}
.add-news-page-left .media-heading {
    color: #666;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-news-page-left .media-body p {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
.add-news-page-left .media-body p span {
    color: #c51d1d;
}
.add-news-page-left .media>.pull-left {
    padding-right: 30px;
}
.add-news-page-left .media .media-time {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    padding-bottom: 10px;
}
.add-news-page-left .media-body a:hover .media-heading {
    color: #fabf1b;
}
.pagination-color li a {
    color: #666;
}
.pagination-color li.active a,.pagination-color li:hover a {
    color: #fff;
    background: #fabf1b;
    border-color: #fabf1b;
}
.add-news-page-detailed dl {
    padding: 50px 0 30px 0;
}
.add-news-page-detailed dl dt {
    font-size: 20px;
    color: #666;
    font-weight: normal;
}
.add-news-page-detailed dl dd {
    font-size: 14px;
    line-height: 22px;
    padding: 7px 0;
    color: #999;
    font-weight: normal;
}
.add-news-page-detailed-text {
    width: 100%;
}
.add-qualifications {
    margin: 40px 0;
    padding: 30px 0;
    background: url(../img/qualifications.jpg) no-repeat center top;
    background-size: cover;
}
.add-qualifications img {
    display: block;
    margin: 0 auto;
}
.add-qualifications-right {
    margin-top: 180px;
    padding-right: 60px;
}
.add-director {
    padding: 30px 0;
}
.add-director a {
    float: left;
    margin: 15px 0;
    padding: 0 15px;
    text-align: center;
}
.add-director a img {
    display: block;
    margin: 0 auto;
}
.add-director a p {
    font-size: 18px;
    line-height: 60px;
    color: #414141;
}
.add-director a:hover p {
    color: #fabf1b;
}
.add-architecture {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pagination-color li.active a,.pagination-color li:hover a,.pagination-color li a:focus
,.pagination-color li.active a:hover {
    color: #fff;
    background: #fabf1b;
    border-color: #fabf1b;
}
.add-honor {
    padding: 40px 0;
}
.add-honor-list figure {
    margin: 10px 0;
}
.add-honor-list figure img {
    width: 100%;
    height: 190px;
}
.add-honor-list figcaption {
    float: left;
    width: 100%;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.add-honor-list figure a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.add-honor-list figure a::after {
    opacity: 0;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/honor-pic1.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-honor-list figure:hover a::after {
    opacity: 1;
}
.pswp__button--share {
    display: none !important;
}
.add-enterprise-content {
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
}
.add-enterprise-list {
    margin: 15px 0;
}
.add-enterprise-content img {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.add-enterprise-page {
    padding-top: 30px;
    padding-bottom: 30px;
}
.add-enterprise-content h3 {
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-enterprise-content h3:hover {
    color: #fabf1b;
}
.add-enterprise-content p {
    font-size: 12px;
    color: #999;
    height: 66px;
    line-height: 22px;
    padding: 0 20px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
.add-staff .add-enterprise-content h3 {
    padding: 0;
    line-height: 40px;
    margin-top: 0;
    text-align: center;
    text-overflow: ellipsis;
}
.add-Idea1 {
    padding: 60px 0 80px 0;
}
.add-Idea1 p {
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0 40px 0;
}
.add-Idea2 {
    width: 100%;
    margin-bottom: 30px;
    background: url(../img/Idea4.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.add-rules dl {
    width: 100%;
    clear: both;
}
.add-rules dl dt {
    float: left;
    min-width: 120px;
    display: inline-block;
    color: #da2027;
    font-weight: normal;
    line-height: 34px;
}
.add-rules dl dd {
    float: left;
    width: 70%;
    display: inline-block;
    line-height: 34px;
}
.add-rules-text {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin: 30px 0;
}
.add-Idea3 {
    width: 100%;
    padding: 40px 0 60px 0;
    background: #f5f5f5 url(../img/add-Idea3.jpg) no-repeat bottom center;
}
.add-Idea3 h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}
.add-Idea3 p {
    font-size: 14px;
    color: #333;
    line-height: 32px;
}
.add-contact {
    margin: 55px 0;
    background: #f5f5f5;
}
.map {
    width: 100%;
}
.map img {
    width: 100%;
}
.add-contact-content {
    padding: 35px;
}
.add-contact-content-left dl dt {
    font-size: 26px;
    color: #414141;
    font-weight: normal;
    line-height: 30px;
}
.add-contact-content-left dl dd {
    font-size: 12px;
    color: #333;
    line-height: 26px;
    margin-bottom: 30px;
}
.add-contact-content-left {
    padding-bottom: 20px;
}
.add-contact-content-right {
    float: right;
}
.add-contact-content-code {
    width: 125px;
    height: 125px;
    display: block;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
}
.add-contact-content-code img {
    display: block;
    width: 105px;
    height: 105px;
}
.add-contact-content-right p {
    width: 100%;
    line-height: 32px;
    text-align: center;
    padding-bottom: 5px;
}
.add-monash {
    padding: 40px 0;
}
.add-monash-content {
    width: 100%;
    cursor: pointer;
}
.add-monash-content-click {
    padding: 0 30px 0 60px;
}
.add-monash-content-next {
    padding: 20px 30px 60px 60px;
}
.add-monash-head .add-monash-content {
    padding: 0 30px 0 60px;
}
.add-monash-head .add-monash-content {
    border-top: 1px solid #dbdbdb;
}
.add-monash-content:nth-child(odd) {
    background: #eee;
}
.add-monash-text {
    float: left;
    font-size: 14px;
    line-height: 45px;
}
.add-monash-1 {
    width: 20%;
}
.add-monash-2 {
    width: 20%;
    text-align: center;
}
.add-monash-3 {
    width: 20%;
    text-align: center;
}
.add-monash-4 {
    width: 22%;
    text-align: center;
}
.add-monash-5 {
    float: right;
    width: 18%;
    text-align: right;
}
.add-monash-head .add-monash-text {;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.add-monash-content .add-monash-5 p {
    display: inline-block;
}
.add-monash-content .add-monash-5 span {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/monash-pic2.png) no-repeat center center;
}
.add-monash-content-next {
    display: none;
    width: 100%;
    border-top: 1px dashed #c3c3c3;
}
.add-monash-content .clearfix.active .add-monash-5 span{
    background: url(../img/monash-pic1.png) no-repeat center center;
}
.add-monash-content .clearfix.active .add-monash-5 p{
    color: #cdc090;
}
.add-promise {
    padding: 40px 0;
}
.add-promise-content {
    width: 100%;
    margin-bottom: 10px;
    background: #fabf1b;
}
.add-promise-content-left {
    float: left;
    width: 50%;
}
.add-promise-content-left img {
    width: 100%;
}
.add-promise-content-right {
    float: left;
    width: 50%;
    padding: 30px;
}
.add-promise-content-right h3 {
    font-size: 22px;
    color: #000;
    line-height: 36px;
}
.add-promise-content-right p {
    font-size: 14px;
    color: #383841;
    line-height: 28px;
    margin-top: 5px;
}
.add-promise-guarantee {
    background: url(../img/add-promise2.jpg) no-repeat center center;
    background-size: cover;
    padding: 45px;
}
.add-promise-guarantee h3 {
    font-size: 22px;
    color: #000;
    line-height: 36px;
}
.add-promise-guarantee p {
    font-size: 14px;
    color: #383841;
    line-height: 28px;
    margin-top: 5px;
}
.add-customer {
    padding: 40px 0;
}
.add-customer h3 {
    font-size: 22px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
}
.add-customer h3::after {
    display: block;
    margin-top: 10px;
    content: "";
    width: 40px;
    height: 3px;
    background: #414141;
}
.add-customer p {
    font-size: 16px;
    color: #414141;
    line-height: 32px;
}
.add-customer img {
    width: 100%;
}
.add-consultation {
    margin: 40px 0;
    background: url(../img/consultation.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.add-consultation-title img {
    width: 100%;
}
.add-consultation-text {
    padding: 40px 35px 60px 35px;
}
.add-consultation-text h3 {
    font-size: 20px;
    color: #595656;
}
.add-consultation-process {
    width: 100%;
    padding: 30px 35px;
}
.add-consultation-process-title {
    float: left;
    width: 200px;
    font-size: 20px;
    line-height: 75px;
    color: #595656;
}
.add-consultation-process-content {
    float: left;
    width: 800px;
}
.add-consultation-process-list {
    position: relative;
    float: left;
    width: 75px;
    height: 75px;
    background: #eac42b;
    border-radius: 50%;
    padding: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-consultation-process-list p{
    position: absolute;
    left: 50%;
    top: 80px;
    width: 160px;
    margin-left: -80px;
    text-align: center;
    line-height: 24px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-consultation-process-list span {
    display: block;
    width: 65px;
    height: 65px;
    font-size: 29px;
    color: #333;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    border: 2px solid #ea972b;
    background: #eac42b;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.add-consultation-process-content i {
    float: left;
    display: block;
    width: 47px;
    height: 15px;
    margin: 30px 25px 0 25px;
    background: url(../img/jt.png) no-repeat center center;
}
.add-consultation-process-list:hover {
    background: #ff9b2d;
    cursor: pointer;
}
.add-consultation-process-list:hover span {
    color: #fff;
}
.add-consultation-process-content-bottom {
    width: 100%;
    padding: 70px 0 20px 0;
}
.add-consultation-process-list-contnet {
    display: none;
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid #d1c0a5;
}
.add-consultation-process-list-contnet span{
    position: absolute;
    z-index: 99;
    top: -10px;
    width: 18px;
    height: 10px;
    background: url(../img/symbol.png) no-repeat center center;
}
.add-consultation-process-list-contnet-pic1 span{
    left: 26px;
}
.add-consultation-process-list-contnet-pic2 span{
    left: 200px;
}
.add-consultation-process-list-contnet-pic3 span{
    left: 380px;
}
.add-consultation-process-list-contnet-pic4 span{
    left: 545px;
}
.add-consultation-process-list-contnet-pic5 span{
    left: 720px;
}
.add-consultation-process-list-contnet h3 {
    font-size: 29px;
    color: #333;
}
.pswp__button--fs {
    display: none !important;
}
.add-framework2 {
    display: none;
}
.add-framework2 img {
    width: 100%;
}

.add-engineering-content-pic img{
    height:265px;
    width: 100%;
}

@media screen and (max-width: 640px){
    .add-engineering-content-pic img{
        height:200px;
    }
}
@media screen and (max-width: 550px){
    .add-engineering-content-pic img{
        height:170px;
    }
}
@media screen and (max-width: 500px){
    .add-engineering-content-pic img{
        height:160px;
    }
}
@media screen and (max-width: 450px){
    .add-engineering-content-pic img{
        height:150px;
    }
}
@media screen and (max-width: 400px){
    .add-engineering-content-pic img{
        height:140px;
    }
}
@media screen and (max-width: 350px){
    .add-engineering-content-pic img{
        height:130px;
    }
}


