.w {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin-bottom: 0;
}

li {
    list-style: none;
}

* {
    padding: 0;
    margin: 0;
}

body {
    min-width: 1200px;
}


/* 头部和导航栏样式 */

header .xian {
    border-bottom: 1px solid #eeeeee;
}

.header_top {
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}

.header_top .left {
    color: #838383;
    font-size: 13px;
}

.header_top .right {
    display: flex;
}

.header_top .right a {
    color: #838383;
    font-size: 13px;
}

.header_top .right div {
    border-left: 1px solid #eeeeee;
    padding: 0 20px;
}

.header_top .right div img {
    margin-top: -4px;
}

.header_bottom {
    display: flex;
    align-items: center;
    height: 140px;
    line-height: 140px;
    justify-content: space-between;
}

.header_bottom .logo {
    width: 720px;
    height: 74px;
    object-fit: contain;
}

.header_bottom .tel {
    display: flex;
    height: 50px
}

.header_bottom .tel .text {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.header_bottom .tel .text h4 {
    margin-top: 1px;
    margin-bottom: 0;
}

.header_bottom .tel .text .txt {
    text-align: end;
    color: #808080;
    font-size: 15px;
}

.header_bottom .tel .text .dh {
    color: #23c1ad;
    font-size: 23px;
    margin-right: -4px;
}

.header_bottom .tel img {
    width: 42px;
    height: 42px;
    margin-top: 2px;
}

nav {
    height: 65px;
    line-height: 65px;
    background-color: #008cd6;
}

.nav_bar {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

nav .nav_bar li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 170px;
    height: 65px;
    text-align: center;
}

nav .nav_bar li {
    position: relative;
}

nav .nav_bar li a:hover {
    background-color: #23c1ad
}

.nav_bar li a img {
    margin-right: 5px;
    margin-top: -4px;
}


/* 头部和导航栏样式结束 */


/* 底部样式 */

.footer {
    display: flex;
}

footer .footer .left {
    width: 60%;
    background-color: #242424;
}

footer .footer .left .box {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    border-bottom: 1px solid #3b3b3b;
}

footer .footer .left .box ul {
    position: relative;
    width: 265px;
    border: 1px solid #3b3b3b;
    padding: 50px 0px 30px 55px;
    border-bottom: none;
    margin: 0 !important;
}

footer .footer .left .box ul h3 a {
    font-size: 18px;
    color: #d6d6d6;
}

footer .footer .left .box ul h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 0;
    line-height: 0;
    font-weight: normal;
}

footer .footer .left .box ul li {
    margin-bottom: 12px;
}

footer .footer .left .box ul:nth-child(3) {
    border-right: none;
}

footer .footer .left .box ul li a {
    font-size: 14px;
    color: #d6d6d6;
}

footer .footer .left .box ul li:hover a {
    font-weight: 700;
}

footer .footer .left .babq {
    display: flex;
    justify-content: flex-end;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #d6d6d6 !important;
}

footer .footer .right {
    display: flex;
    width: 40%;
    background-color: #1e1e1e;
}

footer .footer .right .box {
    text-align: end;
    width: 475px;
}


/* 底部样式结束 */


/* 首页样式 */

.gywm .box {
    height: 540px;
    background: url(/public/upload/image/banenr1.jpg) no-repeat center;
    display: flex;
    justify-content: space-between;
}

.gywm .box .right {
    width: 745px;
    display: flex;
    flex-direction: column;
    margin-top: 197px;
}

.gywm .box .right .t1 {
    margin-left: 217px;
    font-size: 40px;
    color: #000;
}

.gywm .box .right .t2 {
    text-indent: 1.5em;
    margin-top: 30px;
    font-size: 15px;
    color: #8c8c8c;
    line-height: 2em;
}

.pro {
    padding: 80px 0 120px 0;
    background-color: #f5f5f5;
}

.pro_nav {
    display: flex;
    /* justify-content: space-between; */
}

.pro .pro_box {
    background-color: #fff
}

.pro .pro_box .pro_nav .left {
    width: 400px;
    height: 140px;
    padding: 35px 0 0 30px;
    background: url(/public/upload/image/155d1888f64203175dd077d5ce1234f8.png);
}

.pro .pro_box .pro_nav .right ul {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin-bottom: 0;
}

.pro .pro_box .pro_nav .right ul li {
    width: 266.66px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #8c8c8c;
    border-bottom: 1px solid #f5f5f5;
}

.pro .pro_box .pro_nav .right ul li a {
    font-size: 16px;
    color: inherit;
}

.pro_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    height: 840px;
}

.pro_main li {
    width: 25%;
    height: 420px;
}

.pro_main li a {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    align-items: center
}

.pro_main li a .pic {
    width: 212px;
    height: 127px;
    text-align: center;
		object-fit: cover;
}

.pro_main li a .icon {
    width: 48px;
    height: 48px;
    margin-top: 40px;
}

.pro_main li a span {
	width: 210px;
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
    color: #666666;
}

.Advantage .box {
    height: 835px;
    background: url(/public/upload/image/pinzhi.png)no-repeat center
}

.sdys {
    background: url(/public/upload/image/sdys_bg.png) no-repeat center
}

.sdys .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sdys .box .title .t1 {
    font-size: 40px;
    color: #008cd6;
}

.sdys .box .title .t2 {
    color: #23c1ad;
    font-size: 40px;
}

.sdys .box .title2 {
    color: #adadad;
    font-size: 18px;
}

.sdys .box .navbar {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.sdys .box .navbar .nav_item {
    background-color: #23c1ad;
    margin-right: 2px;
}

.sdys .box .navbar .nav_item:nth-child(1) {}

.sdys .box .navbar .nav_item a {
    display: flex;
    padding: 25px 72px 25px 44px
}

.sdys .box .navbar .nav_item a img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

.sdys .box .navbar .nav_item a .title .bt1 {
    color: #fff;
    font-size: 30px;
}

.sdys .box .navbar .nav_item a .title .bt2 {
    color: #fff;
    font-size: 16px;
    margin-top: -5px;
}

.sdys .box .main {
    width: 1200px;
    margin-top: 30px;
    margin-bottom: 90px;
}

.sdys .box .main .item {
    width: 1200px;
    height: 457px;
}

.sdys .box .main .item .left {
    width: 495px;
}

.sdys .box .main .item .right {
    margin-left: 17px;
    width: 688px;
}

.sdys .box .main .item .right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sdys .box .main .item .left .head {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.sdys .box .main .item .left .box {
    font-size: 15px
}

.sdys .box .main .item .left .box .txt1 {
    display: flex;
    margin: 45px 0;
}

.sdys .box .main .item .left .box .txt2 {
    display: flex;
}

.sdys .box .main .item .left .box .txt1 .text {
    margin-left: 10px;
    line-height: 2em;
    letter-spacing: 2px;
}

.sdys .box .main .item .left .box .txt2 .text {
    margin-left: 10px;
    line-height: 2em;
    letter-spacing: 2px
}

.sdys .box .main .item .left .box .txt1 img {
    width: 12px;
    height: 12px;
    margin-top: 9px;
}

.sdys .box .main .item .left .box .txt2 img {
    width: 12px;
    height: 12px;
    margin-top: 9px;
}

.sdys .box .main .item .left .head .title {
    display: flex;
}

.sdys .box .main .item .left .head .text {
    font-size: 18px;
    color: #6f6f6f;
}

.sdys .box .main .item .left .head .title span {
    color: #008cd6;
    font-size: 50px;
}

.sdys .box .main .item .left .head .title h2 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    height: 37px;
    margin-top: 27px;
    margin-bottom: 0;
    padding: 0;
}


/* 走进远泷 */

.zjyl .main {
    /* margin: 70px auto; */
}

.zjyl .main .top {
    height: 530px;
    display: flex;
    /* justify-content: space-between; */
}

.zjyl .main .top .left {
    margin-top: 120px;
    width: 550px;
}

.zjyl .main .top .left .bt1 {
    font-size: 40px;
    margin-bottom: 20px
}

.zjyl .main .top .left .bt2 {
    font-size: 20px;
    color: #969696;
    margin-bottom: 35px;
}

.zjyl .main .top .left .text {
    height: 141px;
    font-size: 15px;
    color: #b3b3b3;
    line-height: 31px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
}

.zjyl .main .top .left .text a {
    display: inline-block;
    color: #23c1ad;
}

.zjyl .main .nav_bar {
    display: flex;
    margin-top: 65px
}

.zjyl .main .nav_bar .item a {
    display: flex;
}

.zjyl .main .nav_bar .item a img {
    width: 36px;
    height: 43px;
    margin-top: 5px;
}

.zjyl .main .nav_bar .item a .title .bt1 {
    font-size: 20px;
    color: #8c8c8c;
    margin-bottom: 0;
}

.zjyl .main .nav_bar .item a .title .bt2 {
    font-size: 14px;
    color: #8c8c8c;
    margin-bottom: 0;
}

.zjyl .main .top .right {
    position: relative;
    width: 595px;
    margin-top: 120px;
    margin-left: 56px;
}

.zjyl .main .top .right .pic1 {
    position: absolute;
    right: 24px;
    top: -12px;
}

.zjyl .main .top .right .pic2 {
    position: absolute;
    bottom: 10px;
    left: -14px;
}

.zjyl .main .top .right .pic3 {
    position: absolute;
    z-index: 999;
    width: 565px;
    height: 395px;
    object-fit: contain;
    margin-top: -9px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zjyl .main .part {
    margin-top: 70px;
}

#demo {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#demos {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#demoss {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#indemo {
    display: flex;
    width: max-content;
}

#indemo ul {
    display: flex;
}

#indemo li {
    width: 250px;
    height: 230px;
    margin-right: 10px;
    line-height: 100px;
}

#indemo li a {
    display: flex;
    flex-direction: column;
}

#indemo li a:hover span {
    background-color: rgba(27, 170, 219);
    color: #fff;
}

#indemo li a img {
    width: 250px;
    height: 185px;
    object-fit: contain;
}

#indemo li a .txt {
    font-size: 16px;
    background-color: #f5f5f5;
    color: #4b4b4b;
    height: 42px;
    line-height: 42px;
    text-align: center;
}


/* 公司新闻样式 */

.new_home {
    background: url(/public/upload/image/sdys_bg.png);
    padding: 70px 0;
}

.new_home .main {}

.new_home .main .news {
    display: flex;
}

.new_home .main .news .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/public/upload/image/nes_bg.png);
    padding: 20px 45px;
    width: 210px;
}

.new_home .main .news .left .bt1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
}

.new_home .main .news .left .bt2 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 35px;
}

.new_home .main .news .left .day {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}

.new_home .main .news .left .year {
    font-size: 15px;
    color: #ffffff;
}

.new_home .main .news .center {
    width: 390px;
    height: 210px;
}

.new_home .main .news .center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new_home .main .news .right {
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 210px;
    background-color: #21252a;
    padding: 40px 35px 40px 25px;
}

.new_home .main .news .right .bt {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.new_home .main .news .right .nr {
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.new_home .main .news .right .more {
    display: block;
    width: 80px;
    text-align: center;
    font-size: 15px;
    color: #0777b2;
    border: 1px solid #0777b2;
    border-radius: 15px;
}

.new_home .main .news_box {
    display: flex;
}

.new_home .main .news_box .hyzx {
    width: 600px;
    position: relative;
}

.new_home .main .news_box .hyzx .head {
    width: 600px;
    height: 80px;
    display: flex;
    padding-left: 25px;
    padding-right: 45px;
    justify-content: space-between;
    line-height: 80px;
    background-color: #f9f9f9;
}

.new_home .main .news_box .hyzx .head .right {
    display: flex;
}

.new_home .main .news_box .hyzx .head .right .bt {
    color: #008cd6;
    font-size: 20px;
    margin-right: 10px;
    font-weight: 600;
}

.new_home .main .news_box .hyzx .head .right .bt1 {
    font-size: 13px;
    color: #999999;
}

.new_home .main .news_box .hyzx .head .right img {
    width: 31px;
    height: 31px;
    margin-top: 25px;
    margin-right: 18px;
}

.new_home .main .news_box .hyzx .head .left a {
    display: inline-block;
    font-size: 13px;
    color: #a0a0a0;
}

.new_home .main .news_box .hyzx .main .tui .bt {
    font-size: 16px;
    color: #333333;
}

.new_home .main .news_box .hyzx .main {
    padding-top: 40px;
    background-color: #fff;
}

.new_home .main .news_box .hyzx .main .tui {
    margin-left: 40px;
    margin-right: 35px;
    margin-bottom: 15px;
    height: 86px;
}

.new_home .main .news_box .hyzx .main .tui a {
    display: block;
}

.new_home .main .news_box .hyzx .main .tui .nr {
    font-size: 15px;
    color: #acacac;
    margin-top: 15px;
}

.new_home .main .news_box .hyzx .main .new_bar {
    padding-left: 20px;
    /* height: 186px; */
}

.new_home .main .news_box .hyzx .main .new_bar .new_list {
    margin-left: 5px;
    border-top: 1px solid #f5f5f5;
}

.new_home .main .news_box .hyzx .main .new_bar .new_list a {
    display: flex;
    padding: 20px 0 18px 18px;
}

.new_home .main .news_box .hyzx .main .new_bar .new_list a img {
    width: 5px;
    height: 5px;
    margin-top: 8px;
    margin-right: 12px;
}

.new_home .main .news_box .hyzx .main .new_bar .new_list a .bt {
    font-size: 15px;
    color: #333333
}

.new_home .main .news_box .hyzx .main .new_bar .new_list a .time {
    position: absolute;
    right: 33px;
    font-size: 13px;
    color: #9f9f9f;
}

.sdys .box .main .item {
    display: none;
}

.sdys .box .main .active {
    display: block !important;
}

.cur {
    background-color: #008cd6 !important;
}

.part {
    display: none;
}

.gdt .active {
    display: block !important;
}

.Active {
    background-color: #23c1ad;
}


/* 产品列表页 */

.prolist {
    background-color: #f4f4f4;
    padding: 30px 0
}

.prolist .box {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px
}

.prolist .box .left .bt {
    display: flex;
    width: 265px;
    height: 80px;
    line-height: 80px;
    background-color: #0385d4;
}

.prolist .box .left {
    width: 265px;
}

.prolist .box .right {
    width: 846px;
    margin-left: 20px;
}

.prolist .box .left .bt h2 {
    font-size: 24px;
    color: #fff;
    margin-left: 25px;
}

.prolist .box .left .bt img {
    width: 45px;
    height: 45px;
    margin-top: 17px;
    margin-left: 15px;
}

.prolist .pro_nav {
    display: flex;
    flex-direction: column;
}

.pro_nav .pro_item {
    margin-top: 1px;
    box-sizing: border-box;
}

.pro_nav .pro_item a {
    display: block;
    height: 55px;
    line-height: 55px;
    color: #666;
    font-size: 15px;
    background-color: #f6f6f6;
    text-indent: 60px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.pro_nav .pro_item a:hover {
    color: #0385d4;
    border-left: 5px solid #0385d4;
    box-sizing: border-box;
}

.isActive {
    color: #0385d4 !important;
    border-left: 5px solid #0385d4;
    background-color: #fff !important;
}

.prolist .right .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.prolist .right .box .box_item {
    width: 257px;
    height: 254px;
}

.prolist .right .box .box_item a {
    position: relative;
    display: flex;
    flex-direction: column;
}

.prolist .right .box .box_item a img {
    width: 250px;
    height: 210px;
    object-fit: contain;
    border: 2px solid #f6f6f6;
}

.prolist .right .box .box_item a span {
    color: #666;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    text-align: center;
}

.prolist .right .box .box_item a p {
    transition: 0.5s;
    -webkit-transition: .5s;
    position: absolute;
    width: 250px;
    height: 210px;
    /* background: rgba(0, 0, 255, 0.5); */
    background-color: #4e97d987;
    display: none;
}

.prolist .right .box .box_item a p i {
    top: -20px;
    position: absolute;
    left: 41%;
    display: block;
    width: 39px;
    height: 39px;
    background: url(/public/upload//image/pro_19.png)no-repeat center;
}

.prolist .right .box .box_item a:hover span {
    border-bottom: 1px solid #0385d4;
}

.prolist .right .box .box_item a:hover p {
    display: block;
}

.prolist .right .box .box_item a:hover p i {
    transition: 1s;
    top: 42%;
}

.cont_right {
    float: right;
    width: 846px;
    margin-bottom: 28px;
}

.product_f1 {
    overflow: hidden;
}

.pro_f1_left {
    width: 385px;
    float: left;
}

.jqzoom {
    position: relative;
    cursor: pointer;
    margin: auto;
    display: block;
    width: 384px;
    height: 323px;
    border: 1px solid #f1f1f1;
}

.spec-scroll {
    margin-top: 5px;
    width: 385px;
    margin-bottom: 20px;
}

.spec-scroll .prev,
.spec-scroll .next {
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    text-align: center;
    width: 28px;
    height: 69px;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .prev,
.spec-scroll .next {
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    text-align: center;
    width: 28px;
    height: 69px;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .prev {
    float: left;
    margin-right: 10px;
    background: url("/public/upload/image/in.png") no-repeat center #f6f6f6;
}

.spec-scroll .next {
    float: right;
    background: url("/public/upload/image/index_34.png") no-repeat center #f6f6f6;
}

.spec-scroll .prev:hover {
    background: url("/public/upload/image/index_031_03.png") no-repeat center #09f;
}

.spec-scroll .next:hover {
    background: url("/public/upload/image/index.png") no-repeat center #09f;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 310px;
    height: 69px;
    overflow: hidden;
    margin-bottom: 20px;
}

.spec-scroll .items ul {
    margin-left: -2px;
    position: absolute;
    width: 999999px;
    height: 69px;
}

.spec-scroll .items ul li {
    margin-right: 1px;
    float: left;
    width: 77px;
    text-align: center;
}

.spec-scroll .items ul li img.hover {
    border: 2px solid #09f;
    padding: 0;
}

.spec-scroll .items ul li img {
    padding: 2px;
    width: 69px;
    height: 65px;
    cursor: pointer;
}

.pro_f1_right {
    float: right;
    width: 425px;
}

.pro_f1_right_tit {
    margin-bottom: 9px;
    font-size: 24px;
    color: #525252;
}

.pro_f1_right_tit span {
    margin-top: 2px;
    display: block;
    font-size: 12px;
    color: #ccc;
}

.jg {
    font-size: 12px;
    color: #e36e08;
}

.jg+ul {
    margin: 20px 0 30px 0;
    font-size: 13px;
    color: #b3b3b3;
}

.jg+ul li {
    margin-bottom: 12px;
}

.jg+ul li span {
    font-size: 13px;
    color: #6f6f6f;
}

.pro_fx {
    margin-top: 30px;
    height: 60px;
    border-top: 1px solid #dfdfdf;
}

.pro_fx span {
    margin-top: 11px;
    display: block;
    font-size: 14px;
    color: #525252;
}

a {
    text-decoration: none;
    color: #666;
}

.bq {
    padding-left: 10px;
    margin: 26px 0 15px 0;
    height: 30px;
    border-bottom: 1px solid #e9e9e9;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.imgbox {
    position: relative;
}

.probox {
    border: 1px solid #f1f1f1;
}

.probox img {
    width: 382px;
    height: 382px;
    object-fit: contain;
    vertical-align: top;
}

.showbox {
    display: none;
    position: absolute;
    left: 403px;
    top: 0;
    width: 400px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
}

.showbox img {
    position: absolute;
    height: 1200px;
    width: 1200px;
}

.hoverbox {
    display: none;
    position: absolute;
    top: 0;
    background: rgb(120, 122, 122);
    border: 1px solid #09f;
    height: 75px;
    width: 100px;
    cursor: move;
    z-index: 10;
}

.news {
    margin: 65px 0;
}

.news_f1 {
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.news_f1_left {
    margin: 15px;
    float: left;
    overflow: hidden;
    width: 363px;
    height: 218px;
}

.news_f1_left img {
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    width: 100%;
    height: 100%;
}

.news_f1_center {
    transition: .5s;
    -webkit-transition: .5s;
    width: 680px;
    margin-left: 50px;
    float: left;
}

.news_f1_center h2 {
    margin: 30px 0 18px 0;
    font-size: 20px;
}

.news_f1_center h2 a {
    transition: .5s;
    -webkit-transition: .5s;
    color: #232425;
}

.news_f1_center i {
    display: block;
    width: 26px;
    height: 1px;
    background-color: #ccc;
}

.news_f1_center p {
    margin: 25px 0 30px 0;
    font-size: 14px;
    color: #929292;
    line-height: 24px;
    height: 47px;
    overflow: hidden;
}

.news_f1_right {
    transition: .5s;
    -webkit-transition: .5s;
    background: url("/public/upload/image/news_03.png") no-repeat center;
    height: 248px;
    width: 39px;
    float: right;
    border-left: 1px solid #e5e5e5;
}

.news_f1:hover .news_f1_center {
    margin-left: 55px;
}

.news_f1:hover .news_f1_center h2 a {
    color: #09f;
}

.news_f1:hover .news_f1_left img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.news_f1_right:hover {
    background-color: #09f
}

.met-showimg {
    background-color: #fff
}

.met-show-body {
    background-color: #fff;
    margin: 30px auto !important;
}

.show_box {
    background-color: #eeeeee;
}

.show_site {
    display: flex;
    justify-content: space-between;
}

.show_site .left {
    font-size: 30px;
    padding: 20px 0;
    color: #008cd6;
}

.show_site .right {
    line-height: 87px;
}

.show_site .right img {
    width: 22px;
    height: 23px;
    margin-top: -4px;
}

.show_site .right span a {
    line-height: 87px;
    color: #333;
}

.pro_box .pro_main li a p i {
    display: block;
    width: 39px;
    height: 39px;
    top: 60px;
    left: 85px;
    position: absolute;
    background: url(/public/upload//image/pro_19.png)no-repeat center;
}

.pro_box .pro_main li a p {
    transition: 0.5s;
    -webkit-transition: .5s;
    position: absolute;
    width: 212px;
    height: 156px;
    /* background: rgba(0, 0, 255, 0.5); */
    background-color: #4e97d987;
    display: none;
}

.pro_box .pro_main li a:hover p {
    display: block;
}

.pro_box .pro_main li a:hover span {
    border-bottom: 1px solid #0385d4;
}


/* 招贤纳士 */

.zhao .left {
    display: flex;
    flex-direction: column;
}

.met_article_head {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.met_article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
    line-height: 60px;
}

.met_article_head .met_position {
    color: #aaa;
    font-family: '宋体';
}

#joblist {
    padding: 15px;
}

#joblist dl {
    padding: 10px 5px 10px;
    margin-top: 30px;
    border: 1px solid #ddd;
}

#joblist dt {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

#joblist dd .mis {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

#joblist dd .editor {
    padding: 10px;
}

#joblist dd .dtail {
    padding: 5px 10px 0;
    border-top: 1px solid #ddd;
}

#joblist dd .dtail span {
    margin-right: 15px;
}

#joblist dd .dtail a {
    color: #1c57c4;
}

.met_article_head h1 {
    margin: 0;
}

.content .left {
    width: 1082px;
    margin-left: 20px;
}

.content .left .title {
    font-size: 24px;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.left .nav {
    background: #8c989f;
    padding: 5px 10px;
    color: #fff;
    margin-top: 30px;
}

.left .nav .list {
    list-style: none;
    padding: 8px 5px 8px 90px;
    height: 35px;
    position: relative;
    border-bottom: 1px solid #ddd;
    color: #ffff;
}

.left .nav .list span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 5px;
    overflow: hidden;
}

.left .ctitle {
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.met_editor {
    line-height: 2;
    padding: 0 10px;
}

.met_clear {
    clear: both;
}

.left .info_cv {
    margin-top: 30px;
    margin-left: 10px;
}

.left .info_cv a {
    display: inline-block;
    background: #23b7e5;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    color: #fff;
    border-radius: 2px;
}

.met-shownews-footer {
    padding: 30px 0;
}

.met-feedback .container {
    width: 1200px;
}

.form-group {
    display: flex;
}

.form-group span {
    width: 10%;
    text-align: center;
    line-height: 36px;
}

.form-control {
    width: 80%;
}

.proviewbox {
    float: left;
    width: 364px;
    position: relative;
    z-index: 5;
}

.probigshow {
    position: relative;
    width: 360px;
    height: 360px;
    padding: 1px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

img {
    max-width: 100%;
}

.div_prothumb {
    position: relative;
    padding: 25px 15px 0;
}

.thumbporbox {
    position: relative;
    width: 280px;
    overflow: hidden;
    margin: 0 auto;
}

.ul_prothumb {
    position: relative;
    width: 7500px;
    overflow: hidden;
}

.List {
    width: 60px !important;
    height: 60px;
    margin: 0 5px;
}

.ul_prothumb img {
    padding: 1px;
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
}


/* .zjyl .left .nav_bar .item .title {
    font-size: 24px;
    padding: 15px 5px;
    border-bottom: none;
    margin-bottom: 30px;
} */

.curs {
    color: #1baadb !important;
}

.zjyl .left .nav_bar .item a span {
    width: 36px;
    height: 43px;
}

.zjyl .left .nav_bar .item:nth-child(1) a span {
    background: url(/public/upload/image/gchj.png) no-repeat left top;
    /* margin-top: 5px;
    margin-right: 4px; */
    background-position: 0 0 0 0
}

.zjyl .left .nav_bar .item:nth-child(2) a span {
    background: url(/public/upload/image/zzzs.png) no-repeat;
    margin-top: 6px;
}

.zjyl .left .nav_bar .item:nth-child(3) a span {
    background: url(/public/upload/image/hzhb.png) no-repeat;
    width: 44px;
    margin-top: 6px;
}

.zjyl .left .nav_bar .item:hover a .bt1 {
    color: #1baadb !important;
}

.zjyl .left .nav_bar .item:hover a .bt2 {
    color: #1baadb !important;
}

.zjyl .left .nav_bar .item:nth-child(3):hover a span {
    background: url(/public/upload/image/hzhb_l.png) no-repeat;
}

.zjyl .left .nav_bar .item:nth-child(2):hover a span {
    background: url(/public/upload/image/zzzs_l.png) no-repeat;
}

.curo {
    display: block
}

#demo1 li:hover a span {
    color: #fff!important;
    background-color: #1baadb;
}

#demos1 li:hover a span {
    color: #fff!important;
    background-color: #1baadb;
}

#demos1 li:hover a span {
    color: #fff!important;
    background-color: #1baadb;
}


/* 客服 */

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.client-2 {
    position: absolute;
    right: -170px;
    top: 0;
    z-index: 900
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative
}

.client-2 .my-kefu-main {
    background: #008cd6;
    width: 97px;
    height: 68px;
    position: relative;
    padding: 9px 0 6px;
    float: left
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative
}

.client-2 li a {
    text-decoration: none;
    color: #666;
    word-wrap: break-word
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px
}

.client-2 li i {
    background: url('/public/upload/image/fx.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
    font-style: normal
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff
}

.client-2 .my-kefu-right {
    width: 20px
}

.client-2 .my-kefu-tel-main {
    background: #008cd6;
    color: #fff;
    height: 68px;
    width: 247px;
    padding: 9px 0 6px;
    float: left
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px
}

.kefu_main {
    position: fixed;
    top: 50%;
    z-index: 900;
    right: 0;
    width: 70px;
    height: 70px;
}

#demoss1 li:hover a span {
    color: #fff;
    background-color: # 008cd6
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 !important;
    margin: 0;
    font-size: 14px;
    margin-top: -2px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #ccc; */
    /* border: 1px solid rgba(0,0,0,.15); */
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

nav .nav_bar .dropdown-menu li {
    height: 50px;
}

nav .nav_bar .dropdown-menu li a {
    display: block;
    background-color: #23c1ad;
    height: 50px;
    line-height: 50px;
}

nav .nav_bar .dropdown-menu li a:hover {
    color: #fff;
    background-color: #008cd6;
}

.pro_main {
    display: none
}

.on {
    display: flex;
}

.curss {
    color: #40a9e0 !important;
}

.hzhb_main ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hzhb_main ul li {
    width: 33.33%;
    margin: 0 -35px;
}

.hzhb_main ul li a {
    display: flex;
    flex-direction: column;
}

.hzhb_main ul li a img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.hzhb_main ul li a span {
    text-align: center;
    font-size: 18px;
}


/* ------------------------------------------- */