@charset "UTF-8";
/* 共享样式开始 */

a {
    color: #333;
}

a:hover {
    color: #007F7F;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul::after, .foot .m-nav::after {
    content: '';
    display: block;
    clear: both;
}

img {
    max-width: 100%;
}

/* 头部 */

.head .h-top {
    background-color: #f5f5f5 !important;
    font-size: 13px;
    line-height: 40px;
}

.head .col-9>a {
    padding-top: 10px;
    display: block;
    width: 17%;
    float: left;
}

.head .row .col-9 div {
    margin: 20px 0 0 10px;
    padding-left: 10px;
    width: 80%;
    float: right;
    color: #444;
    border-left: 1px solid #eee;
}

.head .row .col-9 div p {
    margin-bottom: 0;
    font-size: 23px;
}

.head .ico li {
    float: left;
    width: 33.33%;
    font-size: 15px;
    text-align: center;
    color: #083763;
}

.head .row {
    padding-top: 10px;
}

.head .col-3 {
    font-size: 14px;
    margin-top: 10px;
}

.head .col-3 div span {
    font-family: Impact;
    color: #FFAD10;
    font-size: 30px;
    line-height: 20px;
}

.head .container-fluid {
    border-top: 1px solid #ccc;
    background-color: #11A0A0;
}

.head .nav1 {
    transition: .5s;
}

.head .nav1.on {
    height: 480px;
}

.head .nav1>li {
    position: relative;
    float: left;
    width: 11.11%;
    text-align: center;
    line-height: 50px;
}

.head .nav1>li a {
    display: block;
    color: #fff;
}

.head .nav1>li>a:hover {
    background-color: #007F7F;
}

.head .nav1>li a span {
    display: inline-block;
    width: 15px;
    font-family: cursive;
    font-weight: normal;
    font-size: 15px;
    transform: rotate(90deg);
}

.head .nav1>li:hover .nav2 {
    display: block;
}

.head .nav2 {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #11A0A0;
    font-size: 15px;
    line-height: 40px;
}

.head .nav2 li {
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.head .nav2 li:hover {
    border-left: 3px solid #058593;
    background-color: #007F7F;
}

/* 专业服务 */

.pro {
    padding: 50px 0;
    background-color: #EFF4F7;
}

/* .pro .p-nav {
    background-color: #11A0A0;
} */

.pro .p-nav h3 {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    background-color: #11A0A0;
}

.pro .p-nav h3 p {
    position: relative;
    margin-bottom: 0;
    font-size: 22px;
}

.pro .p-nav h3 span {
    font-size: 18px;
    line-height: 18px;
}

.pro .p-nav ul {
    width: 100%;
    /* height: 303px; */
    background-color: #fff;
    text-align: center;
}

.pro .p-nav li {
    line-height: 40px;
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
}


.pro .p-nav li a {
    display: block;
}

.pro .p-nav li a:hover {
    background-color: #007F7F;
    color: #fff;
}

.pro .p-nav .u2 a {
    font-size: 14px;
    padding-left: 25px;
}

.pro .p-nav ul+p {
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    background-color: #BDCBD1;
}

.pro .p-nav ul+p a {
    display: block;
    width: 100%;
    color: #fff;
}

.pro .p-nav ul+p:hover a {
    background-color: #007F7F;
}

.pro .con {
    overflow: hidden;
    height: 580px;
}

.pro .con .row {
    animation: donghua 10s linear infinite;
}

.pro .con .row:hover {
    animation-play-state: paused;
}

@keyframes donghua {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-400px);
    }
}

.pro .con h3 {
    padding: 0 15px;
    background-color: #f1f1f1;
    line-height: 40px;
    height: 40px;
    border-bottom: 3px solid #e7e7e7;
}

.pro .con h3 .fl {
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.pro .con h3 .fr {
    float: right;
    font-size: 14px;
}

.pro .con .col-md-3 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.pro .con .col-md-3 a {
    display: block;
    /* background-color: #007F7F; */
    font-size: 14px;
    /* color: #fff; */
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}

.pro .con .col-md-3 img {
    transition: .5s;
    width: 100%;
    height: 150px;
}

.pro .con .col-md-3:hover img {
    transform: scale(1.1);
}

/* 隔断 */

.geduan {
    padding-top: 30px;
    background-color: #11A0A0;
    height: 180px;
    color: #fff;
    background: url(../img/geduan.jpg)no-repeat center;
}

.geduan .col-8 .p1 {
    font-size: 30px;
    font-weight: bold;
    /* padding-top: 40px; */
    margin-top: 30px;
    padding: 15px 10px;
    background-color: #0000009e;
}

.geduan .col-8 p {
    font-size: 22px;
}

.geduan .col-4 {
    text-align: center;
}

.geduan .col-4 span {
    font-size: 14px;
}

.geduan .col-4 p {
    font-size: 35px;
    font-weight: bold;
}

.geduan .col-4 a {
    padding: 13px 65px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background-color: #11A0A0;
}

/* 公司优势 */

.g-title {
    margin: 20px auto;
}

.g-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 600;
}

.g-title h2::after {
    content: 'Four big advantage';
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 100%;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    opacity: .2;
}

.g-title h2 span {
    font-size: 70px;
    color: #11A0A0;
}

.g-title p {
    position: relative;
}

.g-title p span {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 30%;
    color: #999;
    background-color: #fff;
}

.g-title p::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.youshi .on {
    padding-top: 50px;
}

.youshi .on>p {
    position: relative;
    display: inline-block;
    width: 60px;
    color: #fff;
    font-family: Impact;
    /* float: left; */
    text-align: center;
    /* font-weight: bold; */
    font-size: 45px;
    line-height: 100px;
    background-color: #007f7f;
}

.youshi .on>p::after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 16px;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.youshi .on>div {
    float: right;
    width: 84%;
}

.youshi .on>div h5 {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px dashed #a3a3a3;
}

.youshi .on>div p {
    font-size: 15px;
    margin-top: 15px;
    color: #777777;
    line-height: 30px;
}

.youshi .on>div span {
    color: #ec1b24;
    font-weight: bold;
}

/* 关于我们 */

.about {
    padding-top: 50px;
}

.about .g-title h2::after {
    top: -30px;
}

.about .row .col-md-9 p {
    font-size: 14px;
    color: #888;
    line-height: 28px;
}

.about .row .col-md-9 span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #007F7F;
}

.about .row .col-md-9 a {
    width: 20%;
    float: right;
    font-size: 14px;
    color: #fff;
    background-color: #BFCBD3;
    transition: .3s;
}

.about .row .col-md-9 a:hover {
    background-color: #98A2A9;
}

/* 案例/合作伙伴 */

.anli {
    padding: 20px 0;
    margin-top: 50px;
    background: url(../img/anli-bg.jpg)no-repeat center;
    /* height: 500px; */
}

.anli .g-title h2 {
    color: #fff;
}

.anli .container {
    overflow: hidden;
}

.anli ul {
    display: block;
    width: 2700px;
    animation: zuohua 10s linear infinite;
}

.anli ul:hover {
    animation-play-state: paused;
}

@keyframes zuohua {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-900px);
    }
}

.anli li {
    display: block;
    margin: 0 10px;
    width: 250px;
    float: left;
}

.anli li a {
    display: block;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #333;
    background-color: rgba(233, 236, 239, .9);
}

.anli li a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 新闻开始 */

.news {
    margin-top: 50px;
    padding: 50px 0;
    background-color: #EFF4F7;
}

.news h5 {
    padding-bottom: 15px;
    border-bottom: 2px solid #d8d8d8;
}

.news h5>a {
    padding: 0 4px;
    font-size: 24px;
    color: #007F7F;
    padding-bottom: 13px;
}

.news h5 .on {
    border-bottom: 2px solid #007F7F;
}

.news h5 span {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 39px;
}

.news ul {
    padding-left: 20px;
    /* list-style-type: disc; */
}

.news li {
    color: #666;
    font-size: 14px;
    /* line-height: 45px; */
    border-bottom: 1px dashed #d8d8d8;
}

.news li a {
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
    line-height: 40px;
    display: inline-block;
}

.news li:hover a {
    color: #007F7F;
}

.news li span {
    float: right;
    line-height: 40px;
}

.news .lxwm {
    padding: 20px 20px;
    position: absolute;
    top: 40px;
    left: 15px;
    width: 300px;
    /* height: 200px; */
    opacity: 0.9;
    color: #fff;
    background-color: #007F7F;
}

.news .lxwm span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 22px;
}

.news .lxwm p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
}

/* 友情链接 */

.friend {
    padding: 8px 0;
}

.friend span {
    color: #007F7F;
    font-weight: bold;
}

.friend li {
    margin-left: 8px;
    font-size: 14px;
    display: inline-block;
}

/* .底部开始 */

.foot {
    padding-top: 20px;
    background-color: #11A0A0;
    /* height: 200px; */
}

.foot .row p {
    margin-bottom: 10px;
    color: #fff;
}

.foot .row a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.foot .text-center {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 12px;
    color: #fff;
}

.foot .text-center a {
    color: #ccc;
}

.foot a:hover {
    color: #fff;
    text-decoration: underline;
}

/* 面包屑 */

.crumb {
    padding: 0;
    border-bottom: 1px dashed #dcdcdc;
}

.crumb p {
    margin: 15px 0;
    border-left: 8px solid #11A0A0;
    text-indent: 1em;
    font-size: 14px;
    color: #555;
}

/* 产品中心 */

.product {
    padding-top: 15px;
}

.product .p-lxwm {
    margin-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f7f7;
}

.product .p-lxwm .p2 {
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
}

.product .p-lxwm p {
    margin-top: 8px;
    padding: 0 10px;
    /* line-height: 30px; */
    font-size: 14px;
    color: #666;
    /* text-overflow: ellipsis; */
    overflow: hidden;
    /* white-space: nowrap; */
}

.product .p-lxwm p a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* width: 90%; */
    display: block;
}

.product .p-nav .p1 {
    margin-bottom: 0;
    padding-left: 15px;
    position: relative;
    width: 100%;
    /* text-align: center; */
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    background-color: #007F7F;
}

.product .p-nav .p1::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.product .u1 {
    width: 100%;
}

.product .u1 a {
    box-sizing: border-box;
    padding-left: 15px;
    display: block;
    color: #666;
    font-size: 15px;
}

.product .u1 a:hover {
    color: #fff;
    background-color: #007F7F;
}

.product .u1>li {
    margin-top: 3px;
    line-height: 40px;
    background-color: #ececec;
}

.product .u1>li>a::before {
    content: '>';
    display: inline-block;
    font-family: "宋体";
    font-size: 12px;
    line-height: 40px;
    margin-right: 7px;
}

.product .u2 {
    background-color: #f7f7f7;
}

.product .u2>li {
    font-size: 14px;
}

.product .u2>li a {
    padding-left: 30px;
}

.product .u2>li:first-child {
    border-top: 1px solid #fff;
}

.product .p-con .col-md-4 {
    margin-bottom: 10px;
    text-align: center;
}

.product .p-con .col-md-4 div {
    border: 1px solid #ccc;
}

.product .p-con .col-md-4:hover div {
    border-color: #007F7F;
}

.product .p-con .col-md-4 a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}

.product .p-con .col-md-4 b {
    font-weight: normal;
}

.product .p-con .col-md-4 p {
    background-color: #007F7F;
}

.product .p-con .col-md-4 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 分页 */

.fenye {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.fenye li {
    display: inline-block;
    font-size: 14px;
}

.fenye li a {
    display: block;
    padding: 5px 12px;
    border: 1px solid #ccc;
}

/* 产品详情 */

.p-article {
    padding-top: 30px;
    border: 1px solid #eee;
}

.p-article h1 {
    font-size: 30px;
    text-align: center;
}

.p-article h1+p {
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #eee;
}

.p-article h1+p span {
    margin-right: 15px;
}

.p-article h1+p+img {
    display: block;
    margin: 10px auto;
    max-width: 60%;
}

.p-article .container a {
    padding-bottom: 1px;
    border-bottom: 1px dashed #007F7F;
    /* font-weight: bold; */
    color: #007F7F;
}

.p-article .container p {
    line-height: 28px;
}

.p-article .container img {
    max-width: 100%;
    text-align: center;
}

.p-article .shengming {
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #999;
}

.pian {
    padding: 10px 5px;
}

.pian li {
    font-size: 14px;
    color: #999;
}

/* .新闻列表 */

.new-list {
    border: 1px solid #eee;
}

.new-list .row {
    padding: 0 10px;
}

.new-list .col-12 {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.new-list .col-12 b {
    font-weight: normal;
}

.new-list .col-12::before {
    content: '·';
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

/* 相关资讯 */

.news-p a::before {
    content: '>';
    margin-right: 5px;
    display: inline-block;
    font-family: "宋体";
    font-size: 12px;
    transform: translateY(-1px);
}

.xinwen.on {
    opacity: 1;
    display: block;
    transition: 1s;
}

.xinwen {
    opacity: 0;
    display: none;
    transition: 1s;
}

.foot .m-nav {
    display: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #11a0a0;
}

.foot .m-nav a {
    padding: 5px 0;
    width: 25%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #ccc;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}