@charset "utf-8";
/* 共享标题 */

.share h3 {
    font-size: 16px;
    color: #787878;
}

.share span {
    margin-right: 15px;
    color: #333;
    font-size: 40px;
    font-weight: bold;
}

.share span:nth-child(1) {
    color: #48ad33;
}

/* 产品展示 */

.chanpin {
    background: url(../img/index_pro_bg.jpg)no-repeat center;
}

.chanpin .tit {
    margin: 20px auto;
    text-align: center;
}

.chanpin .tit a {
    padding: 0 20px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.chanpin .list a p {
    line-height: 50px;
    background-color: #fff;
    text-align: center;
}

.chanpin .tel h4 {
    margin: 20px auto;
    display: block;
    width: 40%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #01848b;
    border: 1px solid #01848b;
    font-weight: bold;
}

.chanpin .tel p {
    margin: 0 auto;
    width: 40%;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
}

.chanpin .tel p span {
    vertical-align: middle;
}

.chanpin .tel p a {
    display: inline-block;
    line-height: 36px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    background: #f28500;
    border-radius: 2px;
    vertical-align: top;
    margin-left: 14px;
    font-weight: bold;
}

.chanpin .swiper-slide img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

/* 关于我们 */

.guanyu h3 {
    font-weight: bold;
}

.guanyu .list div {
    padding: 0;
    font-size: 20px;
}

.guanyu .list div:nth-child(1) {
    padding-top: 25px;
    background: #00aaaa;
    color: #fff;
}

.guanyu .list div:nth-child(3) {
    padding-top: 25px;
    background: #f2f2f2;
    color: #333;
}

/* 案例 */

.anli {
    background: url(../img/index_case_bg.jpg)no-repeat center;
}

.anli .swiper-slide p {
    line-height: 50px;
    background: #fff;
    text-align: center;
    font-weight: bold;
}

.anli .swiper-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* 横幅 */

.hengfu {
    margin-top: 50px;
    background: url(../img/index_zx_bg.jpg)no-repeat center;
}

.hengfu h3 {
    font-size: 36px;
    color: #383838;
}

.hengfu h3+span {
    margin-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    background: url(../img/index_se_bg.png)no-repeat left;
}

.hengfu p {
    margin-top: 20px;
    font-size: 28px;
}

.hengfu p a {
    display: inline-block;
    line-height: 36px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    background: #0063a7;
    border-radius: 2px;
    vertical-align: top;
    margin-left: 14px;
    font-weight: bold;
    margin-top: 2px;
}

/* 新闻中心 */

.xinwen .a_img {
    display: block;
    position: relative;
}

.xinwen .a_img img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}

.xinwen .a_img p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.xinwen .box {
    padding: 15px;
    background-color: #f4f4f4;
    font-size: 13px;
    color: #626262;
    line-height: 24px;
}

.xinwen .box div a {
    display: inline-block;
    width: 99%;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.xinwen .box ul {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.xinwen .box li {
    line-height: 35px;
}

.xinwen .box li span {
    font-family: '宋体';
    color: #01848B;
    font-weight: bold;
}

.xinwen .box li a {
    font-size: 14px;
    color: #434343;
}

.xinwen .box li a:hover {
    color: #01848B;
}

/* 顶图 */

.top_bg {
    position: relative;
}

.top_bg div {
    display: none;
    position: absolute;
    top: calc(50% - 25%);
    left: calc(50% - 20%);
    padding: 2%;
    width: 40%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
}

.top_bg div h3 {
    font-size: 23px;
    font: normal 56px/60px Georgia, "Times New Roman", Times, serif;
    opacity: .9;
}

.top_bg div span {
    font-weight: bold;
    font-size: 35px;
}

/* 二级栏目 */

.nav_bar {
    position: relative;
    padding: 20px 0;
    box-shadow: 0px 20px 20px -20px #666;
    z-index: 999;
    text-align: center;
}

.nav_bar a {
    display: inline-block;
    padding: 0 15px;
    color: #626262;
}

.nav_bar a:hover {
    color: #01848B;
}

/* 面包屑 */

.xie a,
.xie p {
    color: #787878;
    font-size: 14px;
    line-height: 50px;
}

.xie a:hover {
    color: #01848B;
    text-decoration: underline !important;
}

.about_con img {
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
}

.about_con p {
    margin-bottom: 10px;
    line-height: 28px;
}

/* 产品列表 */

/* .pro .list {
    margin-top: 20px;
    padding: 1%;
    background-color: #fff;
    box-shadow: 0px 0px 8px #ccc;
    text-align: center;
    background: #ececed;
}

.pro .list a {
    overflow: hidden;
}

.pro .list img {
    transition: .5s;
    transition: .5s;
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.pro .list:hover img {
    transform: scale(1.1);
}

.pro .list a {
    line-height: 45px;
    font-size: 15px;
    overflow: hidden;
    display: block;
}

.pro .list a:hover {
    color: #01848B;
} */

.pro .ryu {
    position: relative;
}

.pro .ryu a {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    line-height: 45px;
    background-color: #eee;
    /* padding-left: 15px; */
    font-family: Source Han Sans CN;
    font-weight: lighter;
    text-align: center;
}

.pro .ryu a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.pro .ryu img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    border: 1px solid #eee;
}

.pro .list {
    margin-bottom: 30px;
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #fff;
}

.pro .list::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
}

.pro .list {
    position: relative;
}

.pro .list:hover span {
    transform: rotate(90deg);
    border-radius: 50%;
}

.pro .list li {
    padding: 10px;
    width: 50%;
}

.pro .list li img {
    width: 100%;
    height: 200px;
}

.pro .list li a {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}

.pro .list li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.pro .list li p {
    font-size: 14px;
    color: #999;
}

.pro .list li span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    justify-content: center;
    font-size: 50px;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    color: #c7c7c7;
    background-color: #eee;
    text-align: center;
    font-family: 'Simsun';
    font-weight: bold;
    transition: all .36s;
}

/* 新闻列表 */

.news .list {
    margin-top: 20px;
    display: block;
    padding: 2%;
    box-shadow: 0px 2px 10px #b3b3b3;
}

.news .list img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.news .list h3 {
    font-size: 16px;
    color: #222;
}

.news .list span {
    font-size: 14px;
    color: #787878;
}

.news .list p {
    font-size: 14px;
    color: #626262;
}

/* 新闻内容 */

.news_con .tit {
    text-align: center;
}

.news_con .tit h1 {
    font-size: 22px;
}

.news_con .tit p {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.news_con .tit span {
    margin-right: 20px;
    font-size: 14px;
    color: #787878;
}

.news_con .con p {
    margin-bottom: 10px;
    line-height: 28px;
}

.news_con .up {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #ccc;
    font-size: 14px;
}

.news_con .up a {
    color: #626262;
    line-height: 30px;
}

.news_con .up a:hover {
    color: #01848B;
}

/* 产品内容 */

.pro_con .row {
    padding: 2%;
    background-color: #f2f2f2;
}

.pro_con .txt h1 {
    font-size: 22px;
}

.pro_con .txt p {
    margin: 20px auto;
    padding: 10px 0;
    font-size: 14px;
    color: #434343;
    line-height: 28px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.pro_con .txt a {
    margin-right: 20px;
    display: inline-block;
    width: 150px;
    font-size: 14px;
    background-color: #01848B;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.pro_con .txt span {
    font-size: 35px;
    font-family: Impact;
    vertical-align: middle;
}

.pro_con img {
    max-width: 100% !important;
    height: auto !important;
}

/* 联系我们 */

.lxwm ul {
    margin: 20px auto;
    display: flex;
}

.lxwm .left {
    width: 35%;
    background-color: #f7f7f7;
    /* border: 1px solid #20b5b5; */
}

.lxwm .left .tit {
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background-color: #9CC2E5;
}

.lxwm .left div {
    padding: 25px;
}

.lxwm .left div img {
    margin-right: 8px;
}

.lxwm .left div p {
    margin-bottom: 10px;
}

.lxwm .right {
    width: 65%;
}

/* 招聘 */

.join .list {
    margin-bottom: 20px;
}

.join .tit {
    font-size: 30px;
}

.join .box {
    padding: 20px;
    background-color: #f7f7f7;
}

.join .box div {
    padding: 20px;
    background-color: #fff;
}

.join .box div p {
    line-height: 27px;
    margin-bottom: 10px;
}

.join .h3 {
    position: relative;
    margin-top: 30px;
    padding: 10px 20px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
    border-left: 5px solid #0063a7;
}

.join .h3 a {
    font-size: 15px;
    float: right;
}

.join .h3:hover a {
    color: #0063a7;
}

.join .h3 span {
    font-family: 'simsun';
    vertical-align: inherit;
}

/* 表单 */

.biaodan {
    margin-bottom: 20px;
}

.biaodan .tit {
    margin-bottom: 20px;
    border-bottom: 3px solid #20b5b5;
}

.biaodan .tit span {
    display: inline-block;
    /* margin: 0 auto; */
    width: 140px;
    font-size: 22px;
    color: #fff;
    line-height: 45px;
    background: #20b5b5;
    text-align: center;
}

.biaodan table {
    width: 100%;
    background: url(../img/biaodan.jpg)no-repeat center;
}

.biaodan tbody tr {
    color: #666;
}

.biaodan tbody input {
    width: 100%;
    max-width: 400px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.biaodan tbody textarea {
    width: 100%;
    max-width: 400px;
    min-height: 150px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.biaodan tbody span {
    color: #f40;
}