/*分页*/

.pages_info {
    margin-top: 30px !important;
}

.page_total,
.pages_box a,
.page_jump {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
    height: 36px;
    border-radius: 36px;
    background: #eee;
    line-height: 36px;
    border: 1px solid #eee;
}

.pages_box a {
    margin-left: 10px;
}

.pages_box a.page_curr,
.pages_box a:hover {
    background: #0C55A4;
    color: #fff;
}

.page_jump {
    margin-left: 10px;
}


/*上一页下一页样式*/

.psh_box {
    margin: 50px auto !important;
}

.pshangxia {
    padding: 10px 40px;
    background: #f5f5f5;
    border: 1px #ccc solid;
}


/*栏目小导航*/

.mianbxContent {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 16px !important;
    text-align: left !important;
    width: 1400px !important;
    transition: 0.1s all;
    position: relative;
    margin: 20px auto !important;
    font-weight: 100;
    color: #666;
}

.mianbxContent a {
    font-size: 15px !important;
    color: #666;
}

.mianbxContent a:hover {
    color: #0C55A4 !important;
}

.strong_title {
    display: none;
}

#bodycon #center {
    margin-bottom: 45px;
}

#bodycon {
    padding-top: 90px;
}

.pcontent_title_h4 h4 {
    text-align: center;
    font-size: 18px;
    color: #333 !important;
    line-height: 50px;
}

.dgcontent_title_h5 {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    height: 55px !important;
    line-height: 55px !important;
    margin: 10px auto 25px !important;
}

.dgcontent_title_h5 h5,
.dgcontent_title_h5 h5 strong {
    font-size: 18px
}

.news_content_title {
    display: block;
    text-align: center;
    height: 55px !important;
    line-height: 55px !important;
    margin: 10px auto;
}

.news_content_title h3,
.news_content_title h3 strong {
    font-size: 18px
}

.news_content_title hr {
    display: none;
}


/*内页幻灯片*/

.banner_about {
    width: 100%;
    height: 350px;
    background: url(../images/20200620173440_1747387162.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_prod {
    width: 100%;
    height: 350px;
    background: url(../images/20200713112334_716338658.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_news {
    width: 100%;
    height: 350px;
    background: url(../images/20200617214616_502472539.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_cont {
    width: 100%;
    height: 350px;
    background: url(../images/20200617213805_748847398.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_case {
    width: 100%;
    height: 350px;
    background: url(../images/20200620173323_271449983.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_image {
    width: 100%;
    height: 350px;
    background: url(../images/20200617213844_567481565.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_honor {
    width: 100%;
    height: 350px;
    background: url(../images/20200617214541_87720570.jpg) center;
    overflow: hidden;
    position: relative;
}

.ny_banner_title {
    color: #fff;
    letter-spacing: 1px;
    line-height: 60px;
    padding-top: 108px;
}

.ny_banner_title p {
    position: relative;
    font-size: 33px;
    font-weight: bold;
    display: block;
}

.ny_banner_title p::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    display: block;
    background: #fff;
    left: 0;
    bottom: -3px;
    transition: 0.6s all ease-in-out;
    opacity: 0.5;
}

.ny_banner_title p::hover .ny_banner_title p::after {
    width: 100%;
    background: #294293;
}

.ny_banner_title span {
    font-size: 22px;
    opacity: 0.8;
}


/*小图*/

.pro_main_box {
    background: #f5f5f5;
    padding: 50px;
    width: 1300px !important;
    box-sizing: border-box;
}

.propic_show_left {
    width: 300px;
    float: left;
    position: relative;
}

.propic_show_left img {
    width: 500px;
}

.propic_show_piclist {
    width: 620px;
    height: 136px;
    float: left;
    position: absolute;
    top: 420px;
    left: 0;
    z-index: 2;
}

.propic_show_list {
    height: 136px;
    position: relative;
    transition: 500ms;
}

.propic_show_piclist.on_bottom .propic_show_list {
    height: 136px;
    transition: 500ms;
}

.propic_show_piclist ul {
    width: 620px;
    position: absolute;
    top: -40px !important;
    left: 720px;
    height: 136px !important;
    overflow: hidden;
}

.propic_show_piclist li {
    width: 130px;
    height: 130px;
    border: 2px solid #333;
    cursor: pointer;
    overflow: hidden;
    float: left;
}

.propic_show_piclist li+li {
    margin-left: 14px;
}

.propic_show_piclist.on_bottom .propic_show_list li+li {
    transition: 500ms;
}

.propic_show_piclist li.cur {
    border-color: #068cea;
}

.propic_show_piclist li img {
    width: 130px;
    transition: 500ms;
}

.propic_show_piclist li:hover img {
    transform: scale(1.1);
    transition: 500ms;
}

.propic_show_btn_bottom {
    width: 100%;
    height: 0px;
    position: relative;
    z-index: 2;
    transition: 500ms;
}

.propic_show_piclist.on_bottom .propic_show_btn_bottom {
    height: 15px;
    background-color: #068cea;
    margin-top: 5px;
    transition: 500ms;
    display: none;
}

.propic_img {
    width: 300px;
    height: 300px;
    float: left;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.propic_img img {
    width: 300px !important;
    transition: 500ms;
}

.propic_img:hover img {
    transform: scale(1.1);
    transition: 500ms;
}

.propic_img>div {
    width: 35px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}

.propic_show_right {
    width: 620px;
    height: 300px;
    float: right;
    text-align: left;
    position: relative;
}

.propic_show_right br {
    display: none;
}

.propic_show_right .propic_desc {
    height: 56px;
    margin-top: 20px;
    overflow: hidden;
}

.propic_show_right .propic_desc strong {
    font-weight: bold;
}

.pro_detail_title {
    font-size: 21px;
    display: block;
    line-height: 80px;
    border-bottom: 1px solid #eee;
    margin-bottom: 28px;
    color: #333;
}

.pro_return {
    width: 37px;
    height: 37px;
    float: right;
    margin-top: 20px;
    background: url(../images/20200425170628_1706331113.png) no-repeat;
    cursor: pointer;
}

.propic_show_con_box {
    position: absolute;
    bottom: 0;
    width: 540px;
    height: 102px;
    padding: 20px 40px;
    background: #0C55A4;
    color: #fff;
}

.pro_ewm_left {
    font-size: 18px;
    line-height: 30px;
}

.detail_title,
.pcontent_title_h4 {
    display: none;
    border: 0 !important;
}

.detail_title strong {
    margin-left: -5px !Important;
}

.product_content {
    border: 1px #e1e1e1 solid;
    padding: 40px;
}

.pro_detail_box {
    border: 0 !important;
}

.pro_detail_rel_hd {
    height: 54px;
    line-height: 54px;
    background: #0C55A4;
    border: 0 !important;
}

.pro_detail_rel_hd strong {
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}

.pro_detail_rel_item>div {
    width: 196px !important;
}

.pro_detail_rel_item>div img {
    width: 196px !important;
    height: 192px;
    border: #eee solid 1px !important;
}

.protemp_title {
    padding-top: 12px;
}


/*自定义栏目*/

.nylist li {
    width: 23% !important;
}

.nylist li:hover .nylist-title {
    color: #0C55A4 !important;
}

.dwone li {
    width: 255px !important;
}

.dwwa_body {
    display: none !important;
}

.dwone li:hover .dwwa_more a {
    background: #0C55A4 !important;
}

.dwone li:hover .dwwa_a a {
    color: #0C55A4 !important;
}

.nylist-photo {
    border: 1px #eee solid;
    box-sizing: border-box;
}

.sulo img {
    display: block;
    padding-top: 20px;
}


/*新闻*/

.strong_title {
    display: none;
}

.nswsfenlei_2019 {
    margin-bottom: 30px;
}

.nswsfenlei_2019 ul {
    font-size: 0;
}

.nswsfenlei_2019 li {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: 50px;
    border: 1px solid #e0e0e0;
}

.nswsfenlei_2019 li+li {
    margin-left: 12px;
}

.nswsfenlei_2019 li:hover,
.nswsfenlei_2019 li.curNewsType_2019 {
    background: #0C55A4;
    border-color: #0C55A4;
}

.nswsfenlei_2019 li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
}

.nswsfenlei_2019 li:hover a,
.nswsfenlei_2019 li.curNewsType_2019 a {
    color: #fff;
}

.newshx:after,
.newshx:before,
.newssx:after,
.newssx:before {
    background: #0C55A4 !important;
}

.newstemptwo li:hover .news_more a {
    background: #0C55A4 !important;
}

.newstemptwo li:hover .news_a a {
    color: #0C55A4 !important;
}

.nyxqnews_righttit strong {
    color: #0C55A4 !important;
}

.newspic {
    width: 20% !important;
}

.newswa {
    width: 78% !important;
}


/*联系我们*/

.headliner {
    height: 120px;
    margin-top: 60px;
}

.headliner h2 {
    line-height: 30px;
    font-size: 40px;
    padding-top: 27px;
    color: #333;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
}

.headliner em {
    line-height: 43px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 100px;
    color: #f6f6f6;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 30%;
    z-index: -1;
}

.headliner:nth-child(1) {
    left: 40%;
}

.headliner p {
    line-height: 40px;
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 0;
}

.contactus {
    height: 280px;
    width: 1040px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.contactus ul {
    list-style: none;
    padding: 0 !important;
}

.contactus ul li {
    float: left;
    width: 330px;
    height: 250px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    transition: 0.6s;
}

.contactus ul li+li {
    margin-left: 25px;
}

.contactus ul li:hover {
    transition: 0.6s;
    transform: scale(1.1);
    box-shadow: -7px 2px 20px rgba(6, 33, 58, 0.4);
}

.contactus ul li:hover em {
    transform: scale(1);
}

.contactus ul li:hover i {
    transform: scale(1);
}

.contactus ul li:hover span {
    transform: scale(1);
}

.contactus ul li em {
    height: 70px;
    margin-top: 56px;
    display: block;
}

.contactus ul li em img {
    display: block;
    margin: 0 auto;
}

.contactus ul li i {
    display: block;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    color: #0C55A4;
}

.contactus ul li span {
    display: block;
    font-size: 18px;
    padding: 10px 20px;
}

.contactus ul li span a {
    font-size: 18px;
}

.cont_Sol {
    background: url(../images/20200617214818_123520238.jpg) no-repeat center;
    max-width: 100%;
    width: 100%;
    height: 700px;
    position: relative;
}

.sol_box {
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sol_top {
    color: #fff;
}

.sol_top em {
    margin-bottom: 35px;
    line-height: 80px;
    font-size: 80px;
    font-family: gothicb;
    color: #e4e4e4;
    display: block;
    font-style: inherit;
}

.sol_top b {
    display: block;
    line-height: 30px;
    font-size: 30px;
    color: #fff;
}

.sol_top i {
    background: #0C55A4;
    margin-bottom: 80px;
    height: 5px;
    width: 40px;
    margin: 30px auto;
    display: inline-block;
}

.sol-share-one {
    position: relative;
    display: inline-block;
    border: 1px solid #706f6f;
    margin-right: 148px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    padding: 20px;
}

.sol-share-one:last-child {
    margin-right: 0;
}

.ss-one-qrcode {
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: .35s .05s;
}

.ss-one-qrcode img {
    padding: 7px;
    background: rgba(255, 255, 255, .1);
}

.ss-one-qrcode .share-name {
    font-size: 12px;
    color: #dedede;
    line-height: 30px;
}

.sol-share-one:hover .ss-one-qrcode {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
}

.ss-one-qrcode .wx {
    width: 100px;
}

a.call {
    position: relative;
    display: inline-block;
    height: 66px;
    line-height: 66px;
    text-align: center;
}

.call-img {
    position: relative;
    z-index: 10;
    background: #0C55A4;
    border-radius: 50%;
    padding: 21px;
}

a.call img {
    position: relative;
    z-index: 10;
}

a.call::before,
a.call::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #0C55A4;
    border-radius: 50%;
    opacity: 0;
    animation: circleGo 2s linear infinite;
}

a.call::after {
    animation: circleGo 2s 1s linear infinite;
}

.call-desc {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 66px;
    height: 100%;
    border-radius: 100px;
    background: #2e2e2e;
    text-align: right;
    overflow: hidden;
    transition: .55s;
}

a.call:hover .call-desc {
    width: 168px;
}

.call-desc span.desc {
    position: relative;
    top: 0px;
    padding-right: 12px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.call-desc::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 97px;
    transform: translateX(-100px);
    width: 15px;
    height: 8px;
    background-image: url(../images/20200617214907_1176165374.png);
    background-size: 15px 8px;
    transition: .45s;
}

a.call:hover .call-desc::after {
    transform: translateX(0px);
    transition: .55s;
}

@keyframes circleGo {
    0% {
        transform: scale(1);
        opacity: .5;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.cont_Soll em {
    left: 38%;
}


/*内页简介*/

.left1 {
    position: relative;
    height: 570px;
    width: 590px;
}

.Introduction_Features {
    background: #0C55A4;
    height: 100px;
    width: 590px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.Introduction_Features span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
}

.des img {
    width: 220px;
    margin-right: 4px;
    border: 1px solid #eee;
    margin-top: 20px;
}

.des {
    line-height: 27px;
    font-size: 16px;
}

.jianjie_right {
    float: right;
    width: 810px;
    padding: 60px;
    height: 510px;
    padding-top: 40px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-indent: 2em;
}

.tit {
    font-size: 24px;
    font-weight: bold;
    display: block;
    line-height: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f3edf0;
    margin-bottom: 30px;
    color: #0C55A4;
}

.pic-plus {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    height: 379px;
}

.en {
    font-size: 30px;
    text-transform: capitalize;
    display: block;
    line-height: 40px;
    padding: 20px 0 0;
}

.gstitle {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 30px;
    font-weight: normal;
}


/*企业文化*/

.culture {
    margin: 0 auto;
    width: 1400px;
    height: 400px;
}

.culture1 {
    float: left;
    width: 500px;
    padding-top: 20px;
    line-height: 53px;
    font-size: 18px;
}

.culture1 span {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    font-weight: normal;
}

.culture1 em {
    display: block;
    font-family: Tw Cen MT;
    font-size: 22px;
    line-height: 50px;
}

.culture2 {
    float: right;
    width: 860px;
}

.culture2 dl {
    width: 185px;
    float: left;
    margin-left: 30px;
}

.culture2 dt {
    width: 185px;
    height: 213px;
    overflow: hidden;
}

.culture2 dt img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.culture2 dl:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.culture2 dd {
    height: 70px;
    padding-top: 20px;
    text-align: center;
    color: #FFF;
    line-height: 24px;
    font-size: 15px;
    background: #0C55A4;
}


/*企业形象*/

.gsgk_main6 .title_h3 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 60px 0 50px 0;
    color: #222;
    background: url(../images/20200618135532_941767554.png) no-repeat center 60px;
}

.gsgk_main6 .swiper-container {
    width: 100%;
    padding-bottom: 55px;
}

.gsgk_main6 .swiper-container:before {
    content: '';
    display: block;
    clear: both;
    width: 33.3334%;
    /* background: rgba(239, 239, 239, 0.75); */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 33; */
}

.gsgk_main6 .swiper-container:after {
    content: '';
    display: block;
    clear: both;
    width: 33.3334%;
    /* background: rgba(239, 239, 239, 0.75); */
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: 33; */
}

.gsgk_main6 .swiper-container .swiper-slide {
    text-align: center;
    position: relative;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gsgk_main6 .swiper-container .swiper-slide img {
    width: 96%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gsgk_main6 .swiper-button-prev,
.gsgk_main6 .swiper-button-next {
    display: block;
    z-index: 36;
    position: absolute;
    opacity: 0.6;
    filter: grayscale(1);
    margin-top: -70px;
}

.gsgk_main6 .swiper-button-prev {
    left: 26%;
    background-image: url(../images/20200618140117_522651810.png);
}

.gsgk_main6 .swiper-button-next {
    right: 26%;
    background-image: url(../images/20200618140142_655458874.png);
}

.gsgk_main6 .swiper-button-prev:hover,
.gsgk_main6 .swiper-button-next:hover {
    opacity: 1;
    filter: grayscale(0);
}

.gsgk_main6>.page {
    width: 96%;
    margin: 0 auto;
}

.gsgk_main6 {
    background: #efefef;
    width: 100%;
    overflow: hidden;
    padding: 0 0 60px;
}

.gsgk_main6 .swiper-pagination-bullet {
    border-radius: 100px;
    opacity: 1 !important;
    background-color: #999999;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.gsgk_main6 .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #0C55A4;
}

.text {
    width: 100% !important;
    line-height: 50px;
}


/*新闻详情*/

.nyxqnews {
    width: 1400px !important;
}

.nyxqnewsfanhui {
    left: -1158px !important;
}

.nyxqnews_left {
    width: 900px !important;
}

.nyxqnews_right {
    width: 400px !important;
}

.nyxqnews_leftcont p {
    text-indent: 2em;
}


/*产品参数*/

.cp_details p {
    font-size: 16px;
    line-height: 220%;
}

.cpcs_w {
    font-size: 16px;
    line-height: 30px;
}

.cpcs_t {
    font-weight: bold;
    font-size: 20px;
    color: #0C55A4;
    margin: 14px 0px;
}

.cpcs_d table {
    border-collapse: collapse;
    width: 100%;
}

.cpcs_d table td {
    border: 1px #ccc solid !important;
    line-height: 30px;
    text-align: center;
}

.dede_pages {
    clear: both!important;
    padding: 10px 0;
    margin: 10px auto;
    text-align: center
}

.dede_pages ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0
}

.dede_pages ul li {
    list-style: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    margin: 0 2px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border: #999 1px solid;
    border-radius: 3px
}

.dede_pages ul li:hover {
    background: #0C55A4;
    color: #fff;
    border-radius: 3px
}

.dede_pages ul li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    margin: 0;
    color: #555;
    overflow: hidden
}

.dede_pages ul li a:hover {
    color: #fff;
    overflow: hidden;
    text-decoration: none
}

.dede_pages ul li.thisclass {
    padding: 0 12px;
    background: #0C55A4;
    border: #0C55A4 1px solid;
    color: #fff;
    font-weight: 700
}

.dede_pages ul li.thisclass a {
    padding: 0;
    color: #fff
}